html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: Arial, Helvetica, sans-serif; }

.btn-primary {
  background-color: transparent;
  border-color: #1fc997;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  border-width: 3px; }

.btn-primary:hover {
  background-color: transparent;
  border-color: #1fc997;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  border-width: 3px; }

a:visited {
  color: green; }

p + span {
  color: brown; }

#sidebar {
  height: 100%;
  width: 240px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px; }
  #sidebar .my-photo {
    display: block;
    border-radius: 50%;
    width: 128px;
    border: 8px solid #343a40;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    height: 170px;
    width: 170px; }
  #sidebar .box {
    text-align: center;
    padding: 16px 0px 16px 0px;
    margin: 30px 0px 30px 0px;
    display: flex;
    flex-basis: auto; }
  #sidebar a.nav-link {
    color: #fff; }

.page-content {
  margin-left: 240px; }

#nav {
  overflow: hidden;
  background-color: #111418; }

#home-section {
  background: url("../img/bu.jpeg") no-repeat;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  #home-section .dark-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh; }
  #home-section #arrow {
    color: white;
    width: 20px; }

#about-me-section .dwnl-btn {
  background-color: transparent;
  border-color: #6c757d;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  color: #6c757d; }
  #about-me-section .dwnl-btn:hover {
    background-color: black;
    border-color: #1fc997;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border-width: 3px;
    color: white; }

#what-i-do {
  background-color: #f8f9fa; }
  #what-i-do .icn {
    color: #1fc997;
    background: #ffffff;
    border-radius: 5px;
    padding: 9px;
    margin-top: 10px;
    box-shadow: 0px 0px 2px 2px; }
  #what-i-do span::selection,
  #what-i-do li::selection {
    color: white;
    background-color: black; }

#resume-section .badge-color {
  background: #1fc997; }

#resume-section span::selection {
  color: white;
  background-color: black; }

#my-work .all-works:hover h4 {
  color: #1fc997; }

#my-work .card {
  width: 100%;
  margin-bottom: 10px; }

#client-speak .img-fluid {
  border-radius: 50%;
  width: 100px;
  overflow: hidden;
  position: unset;
  margin-top: -30px;
  display: inline-block; }

#client-speak .card-form {
  background-color: #f8f9fa; }

#client-speak .rating {
  margin: 0px 0px 20px 25px; }

#client-speak .checked {
  color: orange; }

#skills .dwnl-btn {
  background-color: transparent;
  border-color: #6c757d;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  color: #6c757d; }
  #skills .dwnl-btn:hover {
    background-color: black;
    border-color: #1fc997;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border-width: 3px;
    color: white; }

#skills .progress {
  height: 7px; }

#skills .progress-bar {
  width: 50%;
  background: #1fc997; }

#get-in-touch-section .icn {
  color: #1fc997; }

#get-in-touch-section .box {
  width: 300px;
  height: 25px; }

#get-in-touch-section .linkedin {
  margin-left: 17px; }

#get-in-touch-section .linkedin::after {
  content: " \2197"; }

#get-in-touch-section .github {
  margin: 0px 15px 0px 15px; }

#get-in-touch-section .github::after {
  content: " \2197"; }

#get-in-touch-section .google::after {
  content: " \2197"; }

#get-in-touch-section .form-name {
  width: 350px;
  margin-right: 25px; }

#get-in-touch-section .form-email {
  width: 350px; }

#get-in-touch-section .form-yourself {
  width: 350px;
  height: 110px; }

#get-in-touch-section .send-msg-btn {
  background-color: transparent;
  border-color: #6c757d;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  color: #6c757d; }
  #get-in-touch-section .send-msg-btn:hover {
    background-color: black;
    border-color: #1fc997;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border-width: 3px;
    color: white; }

div + input {
  background-color: transparent;
  border-color: #1fc997;
  width: 100px;
  height: 40px;
  border-radius: 20px;
  color: #161d24; }

@media (max-width: 1200px) {
  #get-in-touch-section .form-yourself {
    width: 350px;
    height: 110px; } }

@media (max-width: 1023px) {
  #sidebar {
    display: none; }
  .page-content {
    margin-left: 0px; }
  .home-inner {
    padding: 60px 0px 0px 20px; } }

@media (max-width: 768px) {
  #get-in-touch-section .form-yourself {
    display: inline;
    width: 350px;
    height: 110px; } }

@media (max-width: 450px) {
  #what-i-do .p-4 {
    padding: 0px !important; }
  #icon-comp {
    display: none; }
  #icon-ts {
    display: none; } }

@media (max-width: 375px) and (min-width: 320px) {
  #get-in-touch-section .form-yourself {
    width: 270px;
    height: 100px; }
  #get-in-touch-section .form-email {
    width: 270px; }
  #get-in-touch-section .form-name {
    width: 270px; } }

@media (max-width: 280px) {
  #get-in-touch-section .form-yourself {
    width: 220px;
    height: 100px; }
  #get-in-touch-section .form-email {
    width: 220px; }
  #get-in-touch-section .form-name {
    width: 220px; } }

@media (min-width: 1023px) {
  #nav {
    display: none;
    background: #111418; }
  .home-inner {
    padding: 20px 0px 0px 160px; } }
