@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,900&family=JetBrains+Mono:wght@100;200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500;1,700;1,900&family=Roboto:ital,wght@0,300;1,400;1,500&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  box-sizing: border-box;
}
.bg, .bg2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover; /* Ensures the video covers the entire screen */
  z-index: -1; /* Keeps the video in the background */
}
#verse-container {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  scroll-behavior: smooth;
}
.bg {
  position: fixed;
  height: 100%;
  width: 100%;
}
.light-mode {
  display: none;
}

.close-icon {
  display: none;
}
.menu-icon {
  display: none;
}
.active {
  display: block;
}
.active2 {
  display: none;
}
.h1-L {
  position: absolute;
  left: 30px;
  color: #000;
}
header {
  position: relative;
  height: 100px;
  width: 100%;
}

nav ul {
  position: absolute;
  top: 45px;
  right: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 45%;
  list-style: none;
}
nav ul li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 20px;
}
.page-1 {
  position: absolute;
  height: 500vh;
  width: 100%;
}
.page-1 h1 {
  position: relative;
  font-size: 65px;
  top: 80px;
  font-weight: 600;
  left: 140px;
  width: fit-content;
}
.page-1 p {
  position: relative;
  left: 140px;
  width: 500px;
  top: 100px;
  line-height: 35px;
  font-size: 20px;
}
.profile-img2 {
  display: none;
}
.profile-img {
  position: absolute;
  height: 450px;
  width: 450px;
  object-fit: cover;
  border-radius: 50%;
  top: 80px;
  right: 8%;
}
.socials-page-1 {
  position: relative;
  left: 140px;
  top: 120px;
  width: fit-content;
}

.socials-page-1 img {
  position: relative;
  width: 35px;
  margin: 20px;
  opacity: 70%;
}
.more-btn {
  position: relative;
  top: 150px;
  border-radius: 16px;
  background: #000;
  color: rgb(255, 255, 255);
  height: 45px;
  width: 135px;
  font-weight: 500;
  font-size: 18px;
  border-style: none;
  left: 190px;
}
.about-page {
  position: relative;
  top: 650px;
  display: grid;
  place-items: center;
}
.about-h {
  position: relative;
  font-size: 50px;
  text-align: center;
}
.about-box {
  position: relative;
  top: 80px;

  width: 50%;
  height: 450px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.325);
}
.about-box p {
  padding: 50px;
  line-height: 30px;
  font-size: 17px;
}
.Exp-in {
  position: relative;
  display: grid;
  place-items: center;
  top: 900px;
}
.Exp-in h1 {
  font-size: 50px;
  text-align: center;
}
.logos {
  position: relative;
  top: 60px;
  width: 50%;
  transform: translate(50%);
  height: 500px;
  display: flex;
  flex-direction: row;
  gap: 15%;
}
.logos img {
  position: relative;
  width: 60px;
  height: 60px;
}
.logos2 {
  position: absolute;
  top: 100px;
  width: 60%;
  display: flex;
  flex-direction: row;
  gap: 15%;
  transform: translate(35%);
}
.logos2 img:nth-child(1) {
  width: 135px;
  height: 90px;
}
.logos2 img:nth-child(2) {
  position: relative;
  top: 18px;
  width: 60px;
  height: 60px;
}
.logos2 img:nth-child(3) {
  top: 18px;

  width: 60px;
  height: 60px;
}
.logos3 {
  position: absolute;
  top: 230px;
  display: flex;
  gap: 50%;
  transform: translate(250%);
}
.projects {
  position: relative;
  top: 1000px;
}
.projects h1 {
  text-align: center;
  font-size: 50px;
}
.project-1 {
  position: relative;
  background-color: rgba(255, 255, 255, 0.355);
  width: 356px;
  height: 530px;
  border-radius: 35px;
  border: #ffffff solid 1px;
  top: 60px;
  left: 20%;
}
.project-1 p {
  width: 350px;
  padding: 15px;
}
.lan {
  display: flex;
  gap: 15px;
}
.lan :nth-child(1) {
  position: relative;
  background-color: rgba(255, 255, 255, 0.236);
  width: 80px;
  padding: auto;
  text-align: center;
  height: 30px;
  font-size: 16px;
  border-radius: 7px;
  color: #000000;
  padding-top: 5px;
  left: 20px;
  border: #ffffff solid 1px;
  font-weight: 600;
}
.lan :nth-child(2) {
  position: relative;
  background-color: rgba(255, 255, 255, 0.236);
  width: 80px;
  padding: auto;
  text-align: center;
  height: 30px;
  font-size: 16px;
  border-radius: 7px;
  color: #000000;
  padding-top: 5px;
  left: 20px;
  border: #ffffff solid 1px;
  font-weight: 600;
}
.lan :nth-child(3) {
  position: relative;
  background-color: rgba(255, 255, 255, 0.236);
  width: 100px;
  padding: auto;
  text-align: center;
  height: 30px;
  font-size: 16px;
  border-radius: 7px;
  color: #ffffff;
  padding-top: 5px;
  left: 20px;
  color: black;
  border: #ffffff solid 1px;
  font-weight: 600;
}
.lan2 {
  position: relative;
  top: 10px;
  display: flex;
  gap: 15px;
}
.lan2 :nth-child(1) {
  position: relative;
  background-color: rgba(255, 255, 255, 0.236);
  color: #000;
  width: 100px;
  padding: auto;
  text-align: center;
  height: 30px;
  font-size: 16px;
  border-radius: 7px;
  padding-top: 5px;
  left: 20px;
  border: #ffffff solid 1px;
  font-weight: 600;
}
.lan2 :nth-child(2) {
  position: relative;
  background-color: rgba(255, 255, 255, 0.236);
  width: 80px;
  padding: auto;
  text-align: center;
  height: 30px;
  font-size: 16px;
  border-radius: 7px;
  color: #000000;
  padding-top: 5px;
  left: 20px;
  border: #ffffff solid 1px;
  font-weight: 600;
}
.lan2 :nth-child(3) {
  position: relative;
  background-color: rgba(255, 255, 255, 0.236);
  width: 100px;
  padding: auto;
  text-align: center;
  height: 30px;
  font-size: 16px;
  border-radius: 7px;
  padding-top: 5px;
  left: 20px;
  color: black;
  border: #ffffff solid 1px;
  font-weight: 600;
}

.project-2 {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.355);
  width: 356px;
  height: 530px;
  border-radius: 35px;
  border: #ffffff solid 1px;
  top: 120px;
  right: 20%;
}
.project-2 p {
  width: 350px;
  padding: 15px;
}
.lan {
  display: flex;
  gap: 15px;
}
.lan :nth-child(1) {
  position: relative;
  background-color: rgba(255, 255, 255, 0.236);
  width: 80px;
  padding: auto;
  text-align: center;
  height: 30px;
  font-size: 16px;
  border-radius: 7px;
  color: #000000;
  padding-top: 5px;
  left: 20px;
  border: #ffffff solid 1px;
  font-weight: 600;
}
.lan :nth-child(2) {
  position: relative;
  background-color: rgba(255, 255, 255, 0.236);
  width: 80px;
  padding: auto;
  text-align: center;
  height: 30px;
  font-size: 16px;
  border-radius: 7px;
  color: #000000;
  padding-top: 5px;
  left: 20px;
  border: #ffffff solid 1px;
  font-weight: 600;
}
.lan :nth-child(3) {
  position: relative;
  background-color: rgba(255, 255, 255, 0.236);
  width: 100px;
  padding: auto;
  text-align: center;
  height: 30px;
  font-size: 16px;
  border-radius: 7px;
  color: #ffffff;
  padding-top: 5px;
  left: 20px;
  color: black;
  border: #ffffff solid 1px;
  font-weight: 600;
}
.project-3 {
  position: relative;
  background-color: rgba(255, 255, 255, 0.355);
  width: 356px;
  height: 600px;
  border-radius: 35px;
  border: #ffffff solid 1px;
  top: 120px;
  left: 20%;
}
.project-3 p {
  position: absolute;
  top: 430px;
  width: fit-content;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 0px 0px 30px 30px;
}
.project-3 .lan {
  position: relative;
  top: 35px;
}
.contact {
  position: relative;
  top: 1400px;
  height: 800px;
  background-color: #a27f1e;
}
.contact h1 {
  position: relative;
  font-size: 50px;
  text-align: center;
  top: 30px;
}
.socials {
  position: relative;
  transform: translate(130%);
  z-index: 1;
  top: 800px;
  width: fit-content;
}
.socials img {
  position: relative;
  width: 40px;
  margin: 50px;
  opacity: 60%;
}
.summa {
  color: #000000;
  position: relative;
  top: 900px;
  left: 35%;
  width: fit-content;
}

@media only screen and (max-width: 600px) {
  .bg {
    width: 100%;
    height: 100%;
    opacity: 60%;
  }
  header h1 {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 22px;
  }

  nav {
    position: absolute;
    height: 500px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    transition: 0.4s;
    z-index: 1;
    left: 0;
    transform: translateY(-100%);
  }
  nav ul {
    position: relative;
    top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    text-align: center;
    transform: translate(70%);
  }
  nav ul li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 25px;
    font-weight: 600;
    line-height: 80px;
  }
  .menu-icon {
    position: absolute;
    display: block;
    top: 18px;
    right: 19px;
    height: 30px;
    width: 30px;
  }
  .close-icon {
    display: block;
    position: absolute;
    top: 18px;
    right: 19px;
    height: 27px;
    width: 27px;
  }
  .page-1 {
    position: absolute;
    height: 500vh;
    width: 100%;
  }
  .page-1 h1 {
    position: relative;
    font-size: 45px;
    top: 20px;
    font-weight: 600;
    left: 24px;
    width: fit-content;
  }
  .page-1 p {
    position: relative;
    left: 30px;
    width: 90%;
    top: 40px;
    line-height: 35px;
    font-size: 20px;
  }
  .profile-img2 {
    display: block;
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    top: 70px;
    left: 50%;
    margin: 10px -125px;
  }
  .profile-img {
    display: none;
  }
  .socials-page-1 {
    position: relative;
    left: 30px;
    top: 40px;
    width: fit-content;
  }
  .socials-page-1 img {
    position: relative;
    width: 30px;
    margin: 10px;
    opacity: 70%;
  }
  .more-btn {
    position: relative;
    top: 150px;
    border-radius: 16px;
    background: #000;
    color: rgb(255, 255, 255);
    height: 45px;
    width: 135px;
    font-weight: 500;
    font-size: 18px;
    border-style: none;
    left: 190px;
    display: none;
  }
  .about-h {
    top: 30px;
    font-size: 40px;
  }
  .about-box {
    width: 90%;
    height: fit-content;
  }
  .Exp-in h1 {
    font-size: 40px;
  }
  .logos {
    width: 93%;
    gap: 10%;
  }

  .logos img {
    right: 0px;
    width: 40px;
    height: 40px;
  }
  .logos2 {
    position: absolute;
    top: 80px;
    width: 60%;
    display: flex;
    flex-direction: row;
    gap: 15%;
    transform: translate(20%);
  }
  .logos2 img:nth-child(1) {
    top: 8px;
    width: 95px;
    height: 60px;
  }
  .logos2 img:nth-child(2) {
    position: relative;
    top: 18px;
    width: 40px;
    height: 40px;
  }
  .logos2 img:nth-child(3) {
    top: 18px;
    left: 10px;
    width: 40px;
    height: 40px;
  }
  .logos3 {
    top: 190px;
    transform: translate(130%);
  }
  .projects {
    top: 900px;
    display: grid;
    place-items: center;
  }
  .projects h1 {
    font-size: 40px;
  }
  .project-1 {
    position: relative;
    background-color: rgba(255, 255, 255, 0.355);
    width: 330px;
    height: 530px;
    border-radius: 35px;
    border: #ffffff solid 1px;
    top: 60px;
    left: 0%;
  }
  .project-1 img {
    width: 100%;
  }
  .project-2 img {
    width: 100%;
  }
  .lan2 :nth-child(3) {
    width: 80px;
  }
  .project-3 img {
    width: 100%;
  }
  .project-2 {
    position: relative;
    left: 0%;
    width: 330px;
  }
  .project-3 {
    position: relative;
    top: 170px;
    left: 0%;
    width: 330px;
  }
  .project-3 h6 {
    top: 50px;
  }
  .input-box {
    top: 750px;
    left: 30px;
    width: 91%;
  }
  .input-box input {
    font-size: 15px;
    text-align: left;
    width: 100%;
    padding-left: 20px;
  }
  .name {
    padding: 0;
    left: 20px;
    width: 85%;
  }
  .email {
    padding: 0;
    left: 20px;
    width: 85%;
  }
  .message {
    padding: 0;
    left: 20px;
    width: 85%;
  }
  .send-btn {
    width: 140px;
    height: 50px;
    font-size: 17px;
  }
  .socials {
    z-index: 1;
    position: relative;
    top: 750px;
    transform: translate(20%);
  }
  .socials img {
    position: relative;
    width: 40px;
    margin: 15px;
  }
  .summa {
    margin-top: 60px;
    left: 10px;
  }
  .toggle-switch {
    position: absolute;
    width: 50px;
    top: 40px;
    display: grid;
    place-items: right;
    height: 10px;
    --light: #000000;
    --dark: #fdfdfd;
    --link: rgb(127, 131, 130);
    --link-hover: rgb(120, 125, 124);

    .switch-label {
      position: absolute;
      top: -27px;
      width: 50px;
      height: 20px;
      background-color: var(--dark);
      border-radius: 25px;
      right: 10%;
      cursor: pointer;
      border: 3px solid var(--dark);
      z-index: 1;
    }

    .checkbox {
      position: absolute;
      display: none;
    }

    .slider {
      position: absolute;
      width: 50px;
      height: 100%;
      border-radius: 25px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
    }

    .checkbox:checked ~ .slider {
      background-color: var(--light);
    }

    .slider::before {
      content: "";
      position: absolute;
      top: 2.5px;
      left: 5px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      -webkit-box-shadow: inset 19px -4px 0px 0px var(--light);
      box-shadow: inset 5px -4px 0px 0px var(--light);
      background-color: var(--dark);
      -webkit-transition: 0.3s;
      transition: 0.3s;
    }

    .checkbox:checked ~ .slider::before {
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(22px);
      background-color: var(--dark);
      -webkit-box-shadow: none;
      box-shadow: none;
    }
  }

  .switch-label {
    position: relative;
    width: 50px;
    height: 25px;
    background-color: var(--dark);
    border-radius: 25px;
    cursor: pointer;
    border: 3px solid var(--dark);
    z-index: 1;
  }

  .checkbox {
    position: absolute;
    display: none;
  }

  .slider {
    position: absolute;
    width: 50px;
    height: 100%;
    border-radius: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .checkbox:checked ~ .slider {
    background-color: var(--light);
  }

  .slider::before {
    content: "";
    position: absolute;
    top: 2.5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-box-shadow: inset 19px -4px 0px 0px var(--light);
    box-shadow: inset 5px -4px 0px 0px var(--light);
    background-color: var(--dark);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .checkbox:checked ~ .slider::before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(22px);
    background-color: var(--dark);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.contact-info {
  
  top: 5px; /* Adjust spacing from the bottom */
  width: 10%;
  position: relative;
  top: 700px;
  left: 10%;
  width: fit-content;
  text-align: center;
  font-size: 18px;
  color: #ffffff; /* Adjust color based on theme */
}

.contact-info a {
  text-decoration: none;
  color: #f5f4f3; /* Adjust to match your site's color scheme */
  font-weight: bold;
}

.contact-info a:hover {
  color: #66ac5e;
  text-decoration: underline;
}

