* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* outline: 1px solid red; */
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 140px;
  background-color: #fff;
}

.nav-logo img {
  height: 120px;
  width: 150px;
  font-weight: bold;
  margin-left: 80px;
  margin-top: -35px;
}

.navbar-menu-icon {
  position: relative;
  width: 30px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  display: none;
  transition: all 2s ease-in-out;
}

/* .navbar-menu-icon input {
  display: none;
}

.navbar-menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  right: 5%;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.navbar-menu-icon span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.navbar-menu-icon span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.navbar-menu-icon span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.navbar-menu-icon input:checked~span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.navbar-menu-icon input:checked~span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.navbar-menu-icon input:checked~span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 5px;
}
 */
 .nav-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-right: 270px;

}

.nav-list li {
  margin: 0 25px;
}

.nav-list a {
  color: black;
  text-decoration: none;
  font-size: 1.07rem;
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-style: normal;
}

.nav-list .list-item::after {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  margin-top: 1px;
  right: 0;
  background: #000;
  transition: width 0.4s ease;
}

.nav-list .list-item:hover::after {
  width: 100%;
  left: 0;
  background: #000;
}

.nav-buttons {
  position: absolute;
  right: 0%;
  top: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-right: 20px;
}

.nav-library-btn {
  padding: 12px 28px;
  border-radius: 50px;
  background-color: #60c4a0;
  color: black;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-style: normal;
  border: 1px solid black;
  box-shadow: #777;
  letter-spacing: 0.5px;
}

.nav-signin-btn {
  padding: 12px 30px;
  border-radius: 50px;
  background-color: #d4b036;
  color: black;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-style: normal;
  border: 1px solid black;
  box-shadow: #777;
  letter-spacing: 0.8px;
  transition: all 0.3s ease-in;
}

.nav-library-btn:hover {
  background-color: #000;
  color: rgb(163, 204, 82);
  font-size: 0.88rem;
  padding: 12px 28px;
}

.nav-signin-btn:hover {
  background-color: #000;
  color: #4cbb92;
}
.navbar-menu-icon {
  position: relative;
  width: 30px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  display: none;
  transition: all 2s ease-in-out;
}

@media only screen and (max-width:600px) {
  .nav-list {
    position: absolute;
    top: 2%;
    background-color: #0056b3;
    height: 80vh;
    width: 90%;
    color: #fff;
    z-index: 9;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 30px;
  }

  .nav-list .list-item {
    color: white;
    padding-bottom: 20px;
    
  }

  .nav-list .list-item:hover::after {
    width: 10%;
   color: darkgoldenrod;
  }
  .nav-items a{
    font-size: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
  }
  .nav-items a:hover{
    color: peru;
  }

  .nav-items {
    width: 180px;
    height: 150px;
    background-color: #fff;
    color: #000;
    font-size: 0.4rem;
    position: absolute;
    left: -85%;
    top: 20%;
  }
  .nav-items:hover{
    color: rgb(179, 131, 44);
  }

  .nav-buttons {
    display: none;
  }

  .navbar-menu-icon {
    display: flex;
    margin-right: 30px;
    margin-top: 20px;
    font-size: 2.1rem;
    z-index: 9;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .nav-logo {
    margin-left: -80px;
    padding-top: 20px;
  }

  .nav-logo img {
    height: 100px;
    width: 120px;
  }
}


.team-section {
  min-height: 100vh;
}

.team-heading {
  flex-direction: column;
  margin-top: 30px;
}

.team-heading h1 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  background: linear-gradient(87.23deg, #60c4a0 -7.33%, #d4b036 97.69%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 20px;
}
.team-heading span {
  position: absolute;
  margin-top: 115px;
  font-variation-settings: "wdth" 100, "GRAD" 0;
  background: linear-gradient(87.23deg, #60c4a0 -7.33%, #d4b036 97.69%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.team-member .core-div {
  height: 7px;
  width: 106px;
  background-color: #d4b036;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px 40px;
}

.team-member {
  padding: 100px 250px 0 250px;
}

.team-member h2 {
  font-size: 25px;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.team-member p {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
}

.team-member .team-founder-ceo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  width: 100%;
  height: 300px;
  gap: 30px;
}

.team-founder-ceo img{
    width: 250px;
    height: 250px;
    border-radius: 5px;
}


.team-founder-ceo span{
    flex-direction: column;
    margin-top: 80px;
}
.team-founder-ceo span h3{
   font-size: 17px;
   margin-top: 10px;
   font-family: "Anek Devanagari", sans-serif;
   font-optical-sizing: auto;
   font-weight: 600;
   font-style: normal;
   font-variation-settings:
     "wdth" 100;
}
.team-founder-ceo span p{
    font-size: 14px;
    font-family: "Anek Devanagari", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}



.team-members .core-div {
    height: 7px;
    width: 106px;
    background-color: #d4b036;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 20px 40px;
    flex-wrap: wrap;
  }
  
  .team-members {
    padding: 180px 250px 0 260px;
  }
  
  .team-members h2 {
    font-size: 25px;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
  
  .team-members p {
    font-family: "Roboto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
  }
 


#team-page-2-right {
  height: 100%;
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
  overflow: hidden;
}


.team-left-page{
  width: 40%;
}

.animate-right{
  width: 40%;
}


.team-image-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}


.team-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 202px;
  height: 202px;
  color: #e5dede;
  font-weight: bold;
  text-decoration: none;
  object-fit: contain;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}


.team-button-1 {
 border-radius:12px ;
  
}

.team-button-1:hover {
  background-color: #1a5c46;
  border-color: #030504;
  transform: translate(-6px, -6px) rotate(1deg);
  box-shadow: 10px 10px 0 #000000, 15px 15px 20px rgba(64, 164, 122, 0.2);
}

.team-button-1::before,
.team-button-1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transition: 0.6s;
}

.team-button-1::before {
  left: -100%;
}
.team-button-1::after {
  left: 100%;
}

.team-button-1:hover::before {
  animation: swipeRight 1.5s infinite;
}
.team-button-1:hover::after {
  animation: swipeLeft 1.5s infinite;
}

@keyframes swipeRight {
  100% {
    transform: translateX(200%) skew(5deg);
  }
}

@keyframes swipeLeft {
  100% {
    transform: translateX(-200%) skew(5deg);
  }
}


.team-container:hover .team-container-logo {
  transform: translateY(-10px);
}

.team-container:hover .team-container-icon {
  width: 170px;
  height: 170px;
  object-fit: cover;
}




.team-container-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 3;
  /* background-image: url(images/rectangle-50.png);
  background-position: cover;
  background-size: cover; */
}

.team-container-icon {
  width:202px;
  height: 202px;
  transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}



.team-button-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 3;
}

.team-button-text span:first-child {
  font-size: 15px;
  font-weight: normal;
}

.team-button-text span:last-child {
  font-size: 18px;
}


.team-container:hover .team-container-logo {
  transform: translateY(-10px);
}

.team-container:hover .team-container-icon {
  width: 40px;
  height: 40px;
}

.team-container:hover .team-button-text{
  opacity: 1;
  max-height: 60px;
  margin-top: 8px;
}


@keyframes spin-and-zoom {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(0deg) scale(1.1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

.team-container:hover .team-container-icon {
  animation: spin-and-zoom 4s cubic-bezier(0.25, 0.8, 0.25, 1) infinite;
}



.team-container:active .team-container-icon,
.team-container:active .team-button-text {
  transform: scale(0.95);
}




@media (max-width: 991px) {
  .team-heading h1 {
    font-size: 28px;
  }

  .team-heading span {
    font-size: 24px;
  }

  .team-member {
    padding: 80px 50px 0 50px;
  }

  .team-members {
    padding: 80px 50px 0 50px;
  }

  .team-member h2, .team-members h2 {
    font-size: 22px;
  }

  .team-member p, .team-members p {
    font-size: 18px;
  }

  .team-founder-ceo img {
    width: 200px;
    height: 200px;
  }
  .team-founder-ceo, .team-members {
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px; 
  }

  .team-founder-ceo img, .team-members img {
    width: 100%; 
    height: auto;
  }

  .team-founder-ceo span h3 {
    font-size: 16px;
  }

  .team-founder-ceo span p {
    font-size: 13px;
  }
}


@media (max-width: 767px) {
  .team-heading h1 {
    font-size: 24px;
  }

  .team-heading span {
    font-size: 20px;
  }

  .team-member {
    padding: 60px 20px 0 20px;
  }

  .team-members {
    padding: 60px 20px 0 20px;
  }
  .team-member .team-founder-ceo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .team-founder-ceo {   
    margin-top: 30px;
  }
  .team-founder-ceo .ceo-first-img{
    display: none;
  }

  .team-founder-ceo img {
    width: 180px;
    height: 180px;
  }
  .team-founder-ceo, .team-members {
    grid-template-columns: 1fr; 
    gap: 15px;
  }

  .team-founder-ceo img, .team-members img {
    width: 100%;
    height: auto;
  }

  .team-founder-ceo span h3 {
    font-size: 14px;
  }

  .team-founder-ceo span p {
    font-size: 12px;
  }

  .team-container {
    width: 160px;
    height: 160px;
  }

  .team-container-icon {
    width: 160px;
    height: 160px;
  }

  .team-button-text span:first-child {
    font-size: 13px;
  }

  .team-button-text span:last-child {
    font-size: 15px;
  }
}


@media (max-width: 575px) {
  .team-heading h1 {
    font-size: 30px;
  }

  .team-heading span {
    font-size: 25px;
  }

  .team-member {
    padding: 40px 10px 0 50px;
  }
  .team-member h2{
    margin-left: 100px;
    margin-top: 50px;
  }
  .team-member .core-div{
    margin-left: 145px;
  }
  .team-member p{
    font-size: 1rem;
  }

  .team-members {
    padding: 40px 10px 0 50px;
  }
  .team-members h2{
    margin-left: 85px;
  }
  .team-members .core-div{
    margin-left: 145px;
  }
  .team-members p{
    font-size: 1rem;
  }
  .team-founder-ceo  .ceo-first-img , .ceo-third-img{
    display: none;
   }
  .team-founder-ceo img {
    width: 170px;
    height: 170px;
    margin-top: -90px;
  }
  
  

  /* .team-founder-ceo, .team-members {
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px; 
  } */


  .team-founder-ceo span h3 {
    font-size: 12px;
  }

  .team-founder-ceo span p {
    font-size: 10px;
  }

  .team-container {
    width: 120px;
    height: 120px;
  }

  .team-container-icon {
    width: 120px;
    height: 120px;
  }

  .team-button-text span:first-child {
    font-size: 11px;
  }

  .team-button-text span:last-child {
    font-size: 13px;
  }
}





.footer-section {
  width: 100%;
  height: 60vh;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.footer-text-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}



.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.footer-logo-text-section {
 margin-left: 50px;
}

.footer-content .footer-link {
  color: #d4b036;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.footer-heading {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  gap: 15px;
}

.footer-heading h2 {
  color: #fff;
  font-size: 30px;
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "XOPQ" 96, "XTRA" 468,
    "YOPQ" 79, "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712;
}

.footer-heading input {
  height: 40px;
  width: 350px;
  padding: 5px;
}

.footer-heading .footer-btn {
  width: 120px;
  height: 35px;
  border-radius: 50px;
  background-color: #60c4a0;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.footer-btn:hover {
  background-color: #141414;
  color: #fff;
  border: 2px solid rgb(3, 43, 3);
}


.footer-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  cursor: pointer;
  color: #e4dddd;
}

.footer-icons i {
  font-size: 35px;
}

.footer-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-text h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  color: white;
  font-family: "Fira Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding-bottom: 10px;
}

.footer-text p {
  font-size: 15px;
  color: white;
  padding: 5px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-right: 10px;
}
.copyright {
  color: white;
  background-color: #000;
  font-size: 0.9rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  padding-bottom: 10px;
}
.footer-texts p{
  margin-right: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.tag {
  font-size: 1rem;
  color: #cea51e;
  background-color: #000;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  padding-bottom: 10px;
  display: none;
}


@media only screen and (max-width:600px){
  .footer-section {
    width: 100%;
    height: 100vh;
    margin-top: 30%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .footer-content {
    width: 100%;
  }

  .footer-heading {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-heading h2 {
    font-size: 1.4rem;
  }

  .footer-heading .footer-btn {
    width: 110px;
    height: 30px;
    font-size: 0.9rem;
  }

  .footer-text-section {
    margin-top: 10%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-logo-text-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .footer-content .footer-logo {
    width: 40%;
    margin-right: 20px;
  }

  .footer-logo-text {
    width: 70%;
  }
  .footer-link{
   padding-left: 50px;
  }

  .footer-logo-text br {
    display: none;
  }

  .footer-content p {
    font-size: 0.8rem;
    width: 100%;
    margin: auto;
  }

  .footer-icons {
    width: 100%;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .copyright {
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-left: 20px;
    border: none;
  }

  .tag {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
  }
}




