.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;

}

.luckiest-guy-regular {
  font-family: "Montserrat", sans-serif;
}


.just-another-hand-regular {
  font-family: "Just Another Hand", cursive;
  font-weight: 400;
  font-style: normal;
}



.about-underline {
  width: 300px;
  height: 39px;
}

.service-underline {
  width: 134px;
  height: 29px;
}

.skill-underline {
  width: 300px;
  height: 39px;
}

.portfolio-underline {
  width: 153px;
  height: 29px;
}

.contact-underline {
  width: 154px;
  height: 30px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-family: "Ubuntu";
  font-size: 15px;
  scroll-behavior: smooth;
  background-color: #42523f;
}


nav {
  position: sticky;
  top: 0;
}


nav .container-fluid ul li {
  display: inline-block;
  border-radius: 5px;
}

nav .container-fluid ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  color: white;
}

nav .container-fluid ul li.active {
  background-color: #3b49df;
  border-radius: 30px;
  transition: 0.3s;
}

nav .container-fluid ul li.active a {
  color: #ffffff;
}


.navbar-brand {
  margin-left: 30px;
}


.my-nav {
  position: absolute;
  z-index: 10;
  width: 100%;
  position: fixed;

  padding: 14px 0px 14px 0px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: none;
  /* Remove the default background image */
  color: #fff;
  /* Set the icon color to white */
  background-color: #fff;
  /* Set the background color of the icon */
  width: 30px;
  height: 3px;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  /* Customize to your preferred color */
  position: absolute;
  left: 0;
}

.navbar-toggler-icon::before {
  top: -8px;
  /* Adjust to control spacing between lines */
}

.navbar-toggler-icon::after {
  top: 8px;
  /* Adjust to control spacing between lines */
}


#navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s ease;
  color: black;
}

#navbar.scrolled {
  background-color: #130f40;
  /* Change to your desired color */
  color: black;
  opacity: 0.9;
}

.nav-collap {
  font-family: "Montserrat", sans-serif;
  margin: 20px auto;
  backdrop-filter: blur(7px);
  justify-content: end;
}

.nav-logo {
  height: 25px;
}


* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

.parallax-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  width: 100%;
  min-height: 100vh;
}

.parallax-item h2 {
  font-size: 3rem;
  text-transform: uppercase;
  padding: 1rem;
  border-radius: 1rem;
}






.ml1 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
  color: white;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}

.ml1 .line1 {
  top: 0;
}

.ml1 .line2 {
  bottom: 0;
}



.parallax-item:first-child {
  background: url("../banner/Untitled-2.jpg");
  background-size: cover;
}



@media screen and (max-width: 768px) {
  .parallax-item h2 {
    font-size: 1.5rem;
  }
}



html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

.section {
  position: relative;
  width: 100%;
  height: 100%;
}

.section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, .8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, .8) 100%);
}

.section h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font: normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}

.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.demo a:hover {
  opacity: .5;
}



#section01 a {
  padding-top: 60px;
}

#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}


#about {
  padding-top: 90px;
  padding-bottom: 100px;
}

#about img#prof-pic {
  width: 170px;
  height: auto;
}

#about p {
  font-size: 1.4rem;
  margin: 30px auto;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
}

#about a {
  font-weight: 500;
}

#about img {
  border-radius: 50%;
}




.service-row {
  margin-top: 80px;
}

.icon-box {
  width: 172px;
  height: 172px;
  line-height: 160px;
  max-width: 100%;
  background: #130f40;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  font-size: 55px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 40px;
}

#services {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F0F0F0;
}


.box1 {
  -webkit-transition: width 1s, -webkit-transform 1s;
}

.box1:hover {
  -webkit-transform: rotate(360deg);
}

.service-text {
  font-size: 1.4rem;
  margin: 40px auto;
  max-width: 85%;
  font-family: "Nunito Sans", sans-serif;
}



/*progress bar*/

.profile-skills>div {
  width: 32%;
  margin-right: 3%;
  border-radius: 2px;
  position: relative;
}

ul.skills {
  width: 100%;
  position: relative;
  padding: 25px 35px;
  background: linear-gradient(0deg, var(--c1) 0 10px, var(--b2) 0 calc(100% - 10px), var(--c1) 0 100%);
}




ul.skills li {
  --per: 50;
  --dur: calc(calc(var(--per) / 100) * 1.5s);
  margin: 0 0 5px 0;
  list-style: none;
  padding: 20px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  color: var(--w2);
}

ul.skills li:before {
  content: "";
  position: absolute;
  background: #1c1c1c;
  height: 16px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 2px;
  border-color: #111 #323232 #323232 #111;
  --track: #2292dd40;
  background: linear-gradient(90deg,
      var(--track) calc(calc(var(--per) * 1%) + 4px),
      #b0abab calc(calc(var(--per) * 1%) + 4px));
}


ul.skills3 li:before {
  --track: #130f40;
}

ul.skills li:after {
  content: "";
  height: 11px;
  margin: 0 0 2px 0;
  background: #2187e7;
  position: absolute;
  box-shadow: 0px 0px 10px 1px #00c6ff66;
  left: 3px;
  width: 0%;
  bottom: 0;
  transition: all var(--dur) ease 0s;
  animation: start 1s ease 0s 2 alternate;
}




ul.skills:hover li:after,
label:hover+ul.skills li:after,
input:checked+label+ul.skills li:after {
  width: calc(calc(var(--per) * 1%) - 2px);
}

@keyframes start {
  100% {
    width: calc(calc(var(--per) * 1%) - 2px);
  }
}

ul.skills3 li:after {
  animation-delay: 1s;
}

ul.skills li span {
  font-weight: 500;
}



ul.skills li span:after {
  position: absolute;
  right: -40px;
  top: 38px;
  transition: var(--t1);
  counter-reset: percent var(--per);
  /*content: counter(percent) "%";*/
  content: counter(percent);
  color: var(--b2);
  opacity: 1 !important;
  padding: 4px 6px;
  border-radius: 1px;
  font-weight: bold;
  pointer-events: none;
}

ul.skills li:hover span:after,
.profile-skills input:checked+label+ul.skills li span:after {
  transition: var(--t1);
  right: calc(calc(85 - var(--per)) * 1%);
  right: calc(calc(calc(100 - var(--per)) * 1%) - 40px);
  opacity: 1;
  background: var(--c1);
}


ul.skills3 li:hover span:after {
  background: #ff4500;
}

/*********************/
/*** SKILLS VALUES ***/
/*********************/





ul.skills li.sk-css {
  --per: 95;
}

ul.skills li.sk-htm {
  --per: 98;
}

ul.skills li.sk-jav {
  --per: 50;
}

ul.skills li.sk-phto {
  --per: 98;
}

ul.skills li.sk-boot {
  --per: 90;
}

ul.skills li.sk-word {
  --per: 50;
}

ul.skills li.sk-can {
  --per: 80;
}

ul.skills li.sk-fig {
  --per: 70;
}

/*********************/
/***** TOP LABELS ****/
/*********************/

.profile-skills input {
  display: none;
}



/*********************/
/*** MEDIA QUERIES ***/
/*********************/

@media only screen and (max-width: 1024px) {
  .content {
    height: 60vh;
  }

  .profile-skills {
    flex-direction: row;
    flex-wrap: wrap;
    top: 20px;
  }

  .profile-skills>div {
    width: 47% !important;
  }

  .profile-skills>div:nth-child(3) {
    width: 98% !important;
    margin-top: 120px;
  }
}


/*** Mobile view disabled to get (almost) the desired thumbnail ***/
/*** Uncomment below code to add the media query for mobile view ***/

/*
  @media only screen and (max-width: 768px) {
    .content { height: 60vh; }
    .profile-skills {
      flex-direction: row;
      flex-wrap: wrap;
      top: 20px;
    }
    .profile-skills > div {
      width: 98% !important;
    }
    .profile-skills > div:nth-child(2), 
    .profile-skills > div:nth-child(3) {
      margin-top: 120px;
    }
    ul.skills li:after {
      width: calc(calc(var(--per) * 1%) - 2px);
    }
    ul.skills li span:before {
      transition: var(--t1);
      right: calc(calc(96.5 - var(--per)) * 1%);
      opacity: 1;
      border-right-color: #2187e7;
    }
    ul.skills2 li span:before {
      border-right-color: #9acd32;
    }
    ul.skills3 li span:before {
      border-right-color: #ff4500;
    }
    ul.skills li span:after {
      transition: var(--t1);
      right: calc(calc(calc(100 - var(--per)) * 1%) - 40px);
      opacity: 1;
      background: var(--c1);
    }
  }
  */




#skills {
  margin-top: 100px;
}

.skills-row {
  padding-top: 79px;
}

.parallax-resume {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
  width: 100%;
  min-height: 57vh;
}

.parallax-resume h2 {
  font-size: 3rem;
  text-transform: uppercase;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #2a2753;
  opacity: 77%;
}

.parallax-resume:first-child {
  background: url("../banner/laptop_image.jpg");
  background-size: cover;
  background-attachment: fixed;

}

#resume {
  margin-top: 100px;
}

.resume-btn {
  background: none;
  display: inline-block;
  padding: 10px 20px;
  color: #4d4bb3;

  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}



#button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ccc;
}

#button-2 a {
  position: relative;
  transition: all .35s ease-Out;
}



#slide {
  width: 100%;
  height: 100%;
  left: -203px;
  background: #BFC0C0;
  position: absolute;
  transition: all .35s ease-Out;
  bottom: 0;
}

#button-2:hover #slide {
  left: 0;
}

#button-2:hover a {
  color: #2D3142;
}

/*lightbox*/


* {
  box-sizing: border-box;
}

.row>.column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}



/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  text-align: center;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.contain {
  position: relative !important;

}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 17px;
  text-align: center;
}

.contain:hover .overlay {
  opacity: 1;
}






/*sticky btn*/

.sti-btn {
  padding: 12px 16px 12px 16px;
}

/*sticky*/

.fb {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  left: 30px;
  background-color: #0084ff;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  left: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}


.a-social {
  display: flex;
  background: #e3edf7;
  height: 40px;
  width: 40px;
  margin: 0 15px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0);
  transition: transform 0.5s;
}

.a-social i {
  font-size: 23px;
  color: #777;
  transition: transform 0.5s;
}

.a-social:hover {
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
    -0.5px -0.5px 0px rgba(255, 255, 255, 1),
    0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.01);
  transform: translateY(2px);
}



.a-social:hover .fa-linkedin-in {
  color: #3b5998;
}

.contact-background {
  background-color: #F0F0F0;
}

.address {
  text-align: -webkit-center;
}

.email-a {
  color: black;
  text-decoration: none;
  font-size: 19px;
  padding: 7px;
  font-family: "Montserrat", sans-serif;
}

.form-control {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #130f40;
  padding: 0px;
}

.ph {
  font-size: 19px;
  padding: 7px;
  font-family: "Montserrat", sans-serif;
}

.contact-heading {
  font-size: 30px;
  font-family: "Luckiest Guy", cursive;

}

.form-text {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
}

.contact-margin {
  margin-top: 40px;
}


#button-3 {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  margin: 20px auto;
  border: 2px solid #ccc;
  border-radius: 15px;
}

#button-3 a {
  position: relative;
  transition: all .35s ease-Out;
}

#button-3:hover #slide {
  left: 0;
  color: #130f40;
}

#button-3:hover a {
  color: #2D3142;
}

.sub-btn {
  color: #130f40;
  font-family: "Montserrat", sans-serif;
}



* {
  margin: 0;
  padding: 0;
}



.a-footer {
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0);
  transition: transform 0.5s;
}

.a-footer i {
  font-size: 25px;
  color: #777;
  transition: transform 0.5s;
}

.a-footer:hover {
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
    -0.5px -0.5px 0px rgba(255, 255, 255, 1),
    0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.01);
  transform: translateY(2px);
}

.a-footer:hover i {
  transform: scale(0.9);
}

.a-footer:hover .fa-facebook {
  color: #3b5998;
}

.a-footer:hover .fa-twitter {
  color: #00acee;
}

.a-footer:hover .fa-github {
  color: #000000;
}

.a-footer:hover .fa-instagram {
  color: #f14843;
}

.a-footer:hover .fa-linkedin-in {
  color: #3b5998;
}

.social-media-footer {
  display: inline-flex;
}

.form-control:focus {
  box-shadow: none;
}


@media only screen and (min-width :992px) and (max-width: 1199px) {
  .service-text {
    font-size: 1.2rem;
  }

  #about p {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width :768px) and (max-width: 991px) {
  .service-text {
    font-size: 1.2rem;
    max-width: 100%;
  }

  #about p {
    font-size: 1.2rem;
  }

  .parallax-resume h2 {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width :576px) and (max-width: 767px) {
  .service-text {
    font-size: 1.1rem;
    max-width: 100%;
  }

  #about p {
    font-size: 1.1rem;
  }

  .skills-row {
    padding-top: 0px;
  }

  ul.skills {
    padding: 0px 20px;
  }

  .parallax-resume h2 {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width :480px) and (max-width: 575px) {
  .service-text {
    font-size: 1.1rem;
    max-width: 100%;
  }

  #about p {
    font-size: 1.1rem;
  }
  .parallax-resume h2 {
    font-size: 2.1rem;
  }
  .skills-row {
    padding-top: 0px;
  }

  ul.skills {
    padding: 0px 40px;
  }
}

@media only screen and (min-width :320px) and (max-width: 479px) {
  .service-text {
    font-size: 1rem;
    max-width: 100%;
  }
  #about p {
    font-size: 1rem;
  }
  .parallax-resume h2 {
    font-size: 1.4rem;
  }
  .skills-row {
    padding-top: 0px;
  }

  ul.skills {
    padding: 0px 40px;
  }
}