/* GENERAL */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

@media screen and (max-width: 1366px) {
  body{
    margin: auto;
    justify-content: center;
  }
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #6d6fffe8;
}

html {
  scroll-behavior: smooth;
}

p{
  color: black;
}

.btn {
  transition: all 3s;
}

section {
  padding-top: 77px;
  height: 100vh;
  margin: 0 160px;
  box-sizing: border-box;
  min-height: fit-content;
}



/* Navbar */

#nav-main{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

nav{
  position: fixed;
  top: 90vh;
  z-index: 999999;
  align-items: center;
  text-align: center;
}

#nav{
  position: fixed;
  display: flex;
  width: 28%;
  background-color: white;
  height: 70px;
  border-radius: 100px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
              rgba(0, 0, 0, 0.12) 0px -12px 30px,
              rgba(0, 0, 0, 0.12) 0px 4px 6px,
              rgba(0, 0, 0, 0.17) 0px 12px 13px,
              rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: all 0.5s;
}

#nav-down{
  position: fixed;
  display: flex;
  width: 28%;
  background-color: white;
  height: 70px;
  border-radius: 100px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
              rgba(0, 0, 0, 0.12) 0px -12px 30px,
              rgba(0, 0, 0, 0.12) 0px 4px 6px,
              rgba(0, 0, 0, 0.17) 0px 12px 13px,
              rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: all 0.5s;
  top: 90%;
}

#nav .nav-down-1{
  background-color: black;
  position: relative;
  width: 28%;
}

#nav .nav-down-2{
  background-color: black;
  position: relative;
  width: 28%;

}

#nav:hover{
  box-shadow: 0 0 0 3px black;
  background-color: #6d6fff;
  transition: all 0.3s;
  transform: translateY(-16px);
}

#nav:hover ~ #nav-down.nav-down-1{
  width: 27%;
  background-color: #9463CF;
  box-shadow: 0 0 0 3px black;
  transition: all 0.3s;
  transform: translateY(-8px);
  left: 36.58%;
}

#nav:hover ~ #nav-down.nav-down-2{
  width: 26%;
  background-color: #F2DFD7;
  box-shadow: 0 0 0 3px black;
  transition: all 0.3s;
  left: 37.16%;
}

#nav:hover i{
  color: white;
  transform: rotate(360deg);
}

#nav button{
  background-color: transparent;
  border: none;
  font-size: 25px;
}

#nav i{
  display: grid;
  color: #1acc4f;
  transition: all 0.5s;
}

.menu-tabs {
  display: flex;
  position: relative;
  gap: 30px;
  list-style: none;
  font-size: 17px;
}

a {
  color: black;
  text-decoration: none;
}

#nav li{
  transition: all 0.5s;
}

#nav li:hover{
  transform: scale(1.3);
}

#nav li:hover span{
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #1ACC8D;
  transform: scale(1.2);
}

.logo {
  font-size: 32px;
}

#nav .logo{
  padding-right: 450px;
}




/* Navbar End */

/* Hero Section */

#top{
  display: flex;
  position: fixed;
  width: 100%;
  background-color: #6d6fff;
  align-items: center;
}

#top img{
  width: auto;
  height: 5vh;
  padding: 10px 0px 10px 0px;
}

#top #top-rotate{
  animation: imagerotate 5s infinite;
  padding: 10px 0px 10px 30px
}

@keyframes imagerotate {
  0% {
    transform: rotateX(-360deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}

#top .top-login:hover{
  background-color: #1ACC8D;
}

#top ul{
  list-style-type: none;

  border-radius: 50px;
  padding: 10px;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.3s;
}

#top .top-login{
  position: absolute;
  list-style-type: none;
  left: 90%;
  background-color: white;
  transition: all 0.3s;
}

#top #logout-btn{
  display: none;
}

#top #register-btn{
  display: none;
}

#hero {
  display: flex;
  justify-content: center;
  gap: 5rem;
  padding-bottom: 200px;
  padding-top: 200px;
}

.hero-image {
  display: flex;
  height: 500px;
  width: 400px;
  margin: 0 10px 0 0;
}

.hero-image{
  animation: jumpInfinite 2s infinite;
}

.hero-text {
  display: grid;
  align-self: center;
  text-align: center;
  margin-left: 50px;
}

.hero-text h1 {
  color: white;
  border-bottom: 4px solid rgb(26, 204, 141);
  display: flex;
  justify-content: center;
  margin: 0px 95px 10px 95px;
  font-size: 3rem;
  text-align: center;
  align-items: center;
}

.hero-text p{
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 30px;
}


.hero-btn,.hero-map-btn {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-weight: 600;
  transition: all 300ms ease;
  padding: 1rem;
  width: 8rem;
  border-radius: 2rem;
  width: auto;
  gap: 1rem;
}


.hero-map-btn {
  border: rgb(53, 53, 53) 0.1rem solid;
  background: none;
}

.hero-map-btn:hover {
  cursor: pointer;
  background: #1ACC8D;
  color: white;
  border: rgb(255, 255, 255);
}

@keyframes jumpInfinite {
0% {
  margin-top: 0;
}
50% {
  margin-top: 20px;
}
100% {
  margin-top: 0;
}
}

/* Hero Section End */

/* About Section */

#about{
  background-color: white;
  width: 100%;
  height: fit-content;
  margin: 0;
  padding: 90px 0px;
  overflow: hidden;
}

#about .feature1,.feature2,.feature3{
  transition: all 0.3s;
}

#about .feature1 i ,.feature2 i ,.feature3 i{	
  display: block;
  position: relative;
  width: 135px;
  height: 135px;
  border-radius: 100px;
  background: #7a60ff;
  color: #ffffff;
  font-size: 50px;
  line-height: 135px;
  margin: auto;
}


#about .feature1 i:hover,.feature2 i:hover,.feature3 i:hover{
  transform: rotate(360deg);
  transition: all 1s;
}

#about .feature1:hover ,.feature2:hover ,.feature3:hover{
  color: #1ACC8D;
  transition: all 0.3s;
  transform: scale(1.1);
}

#about h3 {
  font-weight: 700;
  color: black;
  font-size: 24px;
  margin-bottom: 20px;
}

#about h6 {
  padding: 10px 0 0 0;
  font-weight: 700;
  color: grey;
}

#about h6:hover{
  padding: 10px 0 0 0;
  font-weight: 700;
  color: rgb(0, 0, 0);
}

#about h4 {
  padding: 10px 0 10px 0;
  font-weight: 700;
}

#about h4:hover{
  color: #1ACC8D;
}

#about p{
  text-align: center;
  padding: 0px 60px;
}

#about hr.line {
  height: 2px;
  width: 200px;
  background: #8e1efc;
  margin: auto;
}

#about .header {
  text-align: center;
}

#about .content {

  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

#about .feature1 , .feature2 , .feature3{
  margin: 0 30px ;
  text-align: center;
  width: inherit;
  height: inherit;
  padding-bottom: 20px;
}

#about .icon {
  width: 135px;
  height: 135px;
  background: linear-gradient(to left, #6d6fffe8, #6d6fffe8);
  color: #fff;
  font-size: 50px;
  line-height: 135px;
  border-radius: 50%;
}

#about .counter{
  display: flex;
  justify-content: center;
  gap: 100px;
  margin: 50px auto;
  width: 100%;

}
#about .counter .container {
  width: 250px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  position: relative;
  font-size: 16px;
  border-radius: 20px;
  background-color: #7a60ff;
  border-bottom: 10px solid #1ACC8D;
  transition: all 0.5s;

}

#about .counter .container:hover{
  width: 250px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  position: relative;
  font-size: 16px;
  border-radius: 20px;
  background-color: #7a60ff;
  border-bottom: 0px solid #1ACC8D;
  transform: scale(1.3);
}

#about .counter i {
  color: white;
  font-size: 2.5em;
  text-align: center;
}
#about .counter span.num {
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}
#about .counter span.text {
  color: black;
  font-size: 1em;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 600;
}


/* About Section End */

/* Services Section */

#services{
  display: flex;
  margin-bottom: 100px;
}

#services h1{
  border-bottom: 4px solid #1ACC8D;
  padding-bottom: 10px;
  display: none;
  justify-content: center;
}

#services .container1 i , .container2 i , .container3 i , .container4 i , .container5 i , .container6 i{
  transform: scale(1.3);
  margin: 10px;
}

#services .container1 i:hover , .container2 i:hover , .container3 i:hover , .container4 i:hover , .container5 i:hover , .container6 i:hover{
  transform: scale(1.6) rotate(360deg);
  transition: all 1s;
}

#services .container1:hover , .container2:hover , .container3:hover , .container4:hover , .container5:hover , .container6:hover{
  box-shadow: 10px 10px;
}

#services .service-mid .box{
  transition: all 0.3s;
}

#services .service-mid .box:hover{
  transform: scale(1.1);
}

#services .container1 , .container2 , .container3 , .container4 , .container5 , .container6{
  display: flex;
  align-items: center;
  margin: 50px 0 50px 0;
  background-color: white;
  border-radius: 20px 100px 20px 100px;
  transition: all 0.3s;
  height: 69px;
  width: 400px;
  align-items: center;
  justify-content: center;
  
}

#services .service-mid{
  display: grid;
  justify-content: center;
  align-items: center;
}

.service-mid .middle-img{
  height: auto;
  width: 400px;
  border-radius: 50px;
}

#services .service-left{
  width:100%;
  display: grid;
  justify-content: center;
  align-items: center;
}

#services .service-left h1{
  display: none;
  justify-content: center;
}

#services .service-mid h1{
  display: flex;
  justify-content: center;
}

#services .service-right{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 170px 0 0 0;
}

#services .service-left .box{
  width:auto;
  display: flex;
  flex-direction: column;
}

#services .service-right .box{
  width:auto;
  display: flex;
  flex-direction: column;
}

#services h4{
  margin: 10px;
  text-align:center;
  
}

/* Service Section End */

/* FAQ Section */

#faq{
  background-color: white;
  width: 100%;
  margin: 0;
  padding: 50px;
  display: block;
  align-items: center;
}

#faq .faq-main{
  position: relative;
  top: 20%;
}

#faq h1{
  margin: 0px 300px;
  font-size: 24px;
  display: flex;
  justify-content: center;
}

#faq hr.line {
  height: 2px;
  width: auto;
  background: #8e1efc;
  margin: 10px 800px 50px 800px;
  display: flex;
  justify-content: center;
}

#faq .faq-question i{
  color: #7a60ff;
  transition: all 0.3s;
  margin: auto 5px;
}

#faq .faq-question:hover i{
  color: white;
  transform: rotate(360deg);
}

#faq .faq-answer i{
  margin: auto 5px;
  transition: all 0.3s;
  color: #7a60ff;
}

#faq .faq-answer:hover i{
  color: white;
  transform: rotate(360deg);
}

#faq .faq-item{
  margin: 10px 300px;
  background-color: white;
}
#faq .faq-question {
  background-color: rgb(240, 230, 230);
  padding: 10px;
  border-radius: 7px;
  cursor: pointer;
  margin: 20px auto;
  transition: all 0.3s;
}
#faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  transition: all 0.2s;
  border: 2px solid black;
  border-radius: 7px;
  display: none;
  transition: all 0.3s;
  background-color: white;
}

#faq .faq-question:hover{
  box-shadow: 10px 10px black;
  color: white;
  background-color: #7a60ff;
}

#faq .faq-item:hover .faq-answer {
  max-height: 1000px;
  padding: 10px;
  height: auto;
  display: inline-block;
}

#faq .faq-item:hover p{
  display: inline;
}

#faq .faq-answer:hover{
  box-shadow: 10px 10px black;
  background-color: #7a60ff;
  color: white;
}


/* faq section end */


/* Register */

#Register{
  margin: 0 15% 0 0;
}

#Register .title{
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

#Register .title h1{
  display: inline;
  text-align: center;
  font-size: 30px;
  border-bottom: 4px solid #1ACC8D;
}

#Register .form
{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 80px; */
}

#Register .container
{
  position: relative;
  min-height: 550px;
  display: flex;
  z-index: 1000;
  margin-right: 250px;
}

#Register .container .contactInfo
{
    position: absolute;
    top: 150px;
    width: 350px;
    height: 350px;
    background: #1ACC8D;
    z-index: 1;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 25px rgba(0,0,0,0.15); 
    border-radius: 22px;
    transition: all 0.5s;
}

#Register .container .contactInfo:hover{
    transform: scale(1.1);
    box-shadow: 10px 10px black;
}

#Register .container .contactInfo h2
{
    color: #fff;
    font-size:24px;
    font-weight: 500;
    display: flex;
    margin: 30px 30px 5px 35px;
}

#Register .container .contactInfo{
  gap: 5px;
}

#Register .container .contactInfo ul.info 
{
   position: relative;
   margin: 20px 0; 
}

#Register .container .contactInfo ul.info li i{
  margin: 0 10px 0 0;
}

#Register .container .contactInfo ul.info li
{
   position: relative;
   list-style: none;
   display: flex;
   margin: 20px 30px 40px 30px;
   cursor: pointer;
   align-items: center;
}

/* for gmail */
#Register .container .contactInfo ul.info li span a
{
    color: #fff;
    text-decoration: none;
    width: 30px;
    min-width: 30px;
    
}

#Register .container .contactInfo ul.info li span:nth-child(1) img
{
    max-width: 100%;
    filter: invert(1);
}

#Register .container .contactInfo ul.info li span:nth-child(2)
{
    color: #fff;
    margin-left: 10px;
    font-weight: 300;
}

#Register .container .contactInfo ul.sci
{
    position: relative;
    display: flex;
}

#Register .container .contactInfo ul.sci li
{
   list-style: none;  
   margin-right: 15px;
}

#Register .container .contactInfo ul.sci li a
{
   text-decoration: none;
}

#Register .container .contactInfo ul.sci li a img
{
   filter: invert(1);
}

#Register .container .registerform
{
    position: absolute;
    padding: 70px 50px;
    /* padding-left: 250px;
    margin-left: 150px; */
    width: 20vw;
    height: inherit;
    background: #fff; 
    box-shadow: 0 50px 50px rgba(0,0,0,0.25);
    border-radius: 22px;
}

#Register .container .registerform h2
{
    color: #0f3959;
    font-size: 24px;
    font-weight: 500;
}

#Register .container .registerform .formBox
{
    position: relative;
    padding-top: 30px;
}

#Register .container .registerform .formBox .inputBox
{
    position: relative;
    margin-bottom: 35px;
}

#Register .container .registerform .formBox .inputBox input,
#Register .container .registerform .formBox .inputBox textarea 
{
    width: 100%;
    resize: none;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    border: none;
    outline: none;
    border-bottom: 1px solid #777;
    background-color: white;
    border-radius: 0px;
}

#Register .inputbox{
  display: flex;
  justify-content: right;
}


#Register .container .registerform .formBox .inputBox textarea 
{
    height: 120px;
}

#Register .container .registerform .formBox .inputBox span 
{
    position: absolute;
    left: 0;
    padding: 5px 5px 0 0;
    pointer-events: none;
    font-size: 18px;
    font-weight: 300;
    transition: 0.3s;
}

#Register .container .registerform .formBox .inputBox input:focus ~ span,
#Register .container .registerform .formBox .inputBox input:valid ~ span,
#Register .container .registerform .formBox .inputBox textarea:focus ~ span, 
#Register .container .registerform .formBox .inputBox textarea:valid ~ span
{
    transform: translateY(-20px);
    font-size:  12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #095a55;
    font-weight: 500;
} 

#Register .inputBox-b{
  display: flex;
  justify-content: right;
}

#Register .ls-btn{
  display: flex;
  margin: 50px 10px 10px 0px;
  gap: 50px;
  justify-content: center;
}

#Register .ls-btn button         
{
    position: relative;
    cursor: pointer;
    background: #095a55;
    border-radius: 20px;
    color: #fff;
    border: none;
    max-width: 150px;
    padding: 12px;
    font-size: 20px;
    height: 5vh;
    width: 10vw;
}

/* Css for the submit button */
#Register .container .registerform .formBox .inputBox-b button         
{
    position: relative;
    cursor: pointer;
    background: #095a55;
    border-radius: 20px;
    color: #fff;
    border: none;
    max-width: 150px;
    padding: 12px;
    font-size: 20px;
    height: 5vh;
    width: 10vw;
}

#Register .container .registerform .formBox .inputBox-b button:hover{
    background: #0d9480;
}



#login{
  margin: 0 15% 0 0;
  display: none;
}

#login .title{
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

#login .title h1{
  display: inline;
  text-align: center;
  font-size: 30px;
  border-bottom: 4px solid #1ACC8D;
}

#login .form
{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 80px; */
}

#login .container
{
  position: relative;
  min-height: 550px;
  display: flex;
  z-index: 1000;
  margin-right: 250px;
}

#login .container .contactInfo
{
    position: absolute;
    top: 150px;
    width: 350px;
    height: 350px;
    background: #1ACC8D;
    z-index: 1;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 25px rgba(0,0,0,0.15); 
    border-radius: 22px;
    transition: all 0.5s;
}

#login .container .contactInfo:hover{
    transform: scale(1.1);
    box-shadow: 10px 10px black;
}

#login .container .contactInfo h2
{
    color: #fff;
    font-size:24px;
    font-weight: 500;
    display: flex;
    margin: 30px 30px 5px 35px;
}

#login .container .contactInfo{
  gap: 5px;
}

#login .container .contactInfo ul.info 
{
   position: relative;
   margin: 20px 0; 
}

#login .container .contactInfo ul.info li i{
  margin: 0 10px 0 0;
}

#login .container .contactInfo ul.info li
{
   position: relative;
   list-style: none;
   display: flex;
   margin: 20px 30px 40px 30px;
   cursor: pointer;
   align-items: center;
}

/* for gmail */
#login .container .contactInfo ul.info li span a
{
    color: #fff;
    text-decoration: none;
    width: 30px;
    min-width: 30px;
    
}

#login .container .contactInfo ul.info li span:nth-child(1) img
{
    max-width: 100%;
    filter: invert(1);
}

#login .container .contactInfo ul.info li span:nth-child(2)
{
    color: #fff;
    margin-left: 10px;
    font-weight: 300;
}

#login .container .contactInfo ul.sci
{
    position: relative;
    display: flex;
}

#login .container .contactInfo ul.sci li
{
   list-style: none;  
   margin-right: 15px;
}

#login .container .contactInfo ul.sci li a
{
   text-decoration: none;
}

#login .container .contactInfo ul.sci li a img
{
   filter: invert(1);
}

#login .container .loginform
{
    position: absolute;
    padding: 70px 50px;
    /* padding-left: 250px;
    margin-left: 150px; */
    width: 20vw;
    height: inherit;
    background: #fff; 
    box-shadow: 0 50px 50px rgba(0,0,0,0.25);
    border-radius: 22px;
}

#login .container .loginform h2
{
    color: #0f3959;
    font-size: 24px;
    font-weight: 500;
}

#login .container .loginform .formBox
{
    position: relative;
    padding-top: 30px;
}

#login .container .loginform .formBox .inputBox
{
    position: relative;
    margin-bottom: 35px;
}

#login .container .loginform .formBox .inputBox input,
#login .container .loginform .formBox .inputBox textarea 
{
    width: 100%;
    resize: none;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    border: none;
    outline: none;
    border-bottom: 1px solid #777;
    background-color: white;
    border-radius: 0px;
}

#login .inputbox{
  display: flex;
  justify-content: right;
}


#login .container .loginform .formBox .inputBox textarea 
{
    height: 120px;
}

#login .container .loginform .formBox .inputBox span 
{
    position: absolute;
    left: 0;
    padding: 5px 5px 0 0;
    pointer-events: none;
    font-size: 18px;
    font-weight: 300;
    transition: 0.3s;
}

#login .container .loginform .formBox .inputBox input:focus ~ span,
#login .container .loginform .formBox .inputBox input:valid ~ span,
#login .container .loginform .formBox .inputBox textarea:focus ~ span, 
#login .container .loginform .formBox .inputBox textarea:valid ~ span
{
    transform: translateY(-20px);
    font-size:  12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #095a55;
    font-weight: 500;
} 

#login .inputBox-b{
  display: flex;
  justify-content: right;
}

/* Css for the submit button */
#login .container .loginform .formBox .inputBox-b button         
{
    position: relative;
    cursor: pointer;
    background: #095a55;
    border-radius: 20px;
    color: #fff;
    border: none;
    max-width: 150px;
    padding: 12px;
    font-size: 20px;
    height: 5vh;
    width: 10vw;
}

#login .container .loginform .formBox .inputBox-b button:hover{
    background: #0d9480;
}


#login .form-link{
  text-align: center;
  margin-top: 30px;
}

#login .form-link .link{
  color: blue;
}


#signup{
  margin: 0 15% 0 0;
  display: none;
}

#signup .title{
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

#signup .title h1{
  display: inline;
  text-align: center;
  font-size: 30px;
  border-bottom: 4px solid #1ACC8D;
}

#signup .form
{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 80px; */
}

#signup .container
{
  position: relative;
  min-height: 550px;
  display: flex;
  z-index: 1000;
  margin-right: 250px;
}

#signup .container .contactInfo
{
    position: absolute;
    top: 150px;
    width: 350px;
    height: 350px;
    background: #1ACC8D;
    z-index: 1;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 25px rgba(0,0,0,0.15); 
    border-radius: 22px;
    transition: all 0.5s;
}

#signup .container .contactInfo:hover{
    transform: scale(1.1);
    box-shadow: 10px 10px black;
}

#signup .container .contactInfo h2
{
    color: #fff;
    font-size:24px;
    font-weight: 500;
    display: flex;
    margin: 30px 30px 5px 35px;
}

#signup .container .contactInfo{
  gap: 5px;
}

#signup .container .contactInfo ul.info 
{
   position: relative;
   margin: 20px 0; 
}

#signup .container .contactInfo ul.info li i{
  margin: 0 10px 0 0;
}

#signup .container .contactInfo ul.info li
{
   position: relative;
   list-style: none;
   display: flex;
   margin: 20px 30px 40px 30px;
   cursor: pointer;
   align-items: center;
}

/* for gmail */
#signup .container .contactInfo ul.info li span a
{
    color: #fff;
    text-decoration: none;
    width: 30px;
    min-width: 30px;
    
}

#signup .container .contactInfo ul.info li span:nth-child(1) img
{
    max-width: 100%;
    filter: invert(1);
}

#signup .container .contactInfo ul.info li span:nth-child(2)
{
    color: #fff;
    margin-left: 10px;
    font-weight: 300;
}

#signup .container .contactInfo ul.sci
{
    position: relative;
    display: flex;
}

#signup .container .contactInfo ul.sci li
{
   list-style: none;  
   margin-right: 15px;
}

#signup .container .contactInfo ul.sci li a
{
   text-decoration: none;
}

#signup .container .contactInfo ul.sci li a img
{
   filter: invert(1);
}

#signup .container .signupform
{
    position: absolute;
    padding: 70px 50px;
    /* padding-left: 250px;
    margin-left: 150px; */
    width: 20vw;
    height: inherit;
    background: #fff; 
    box-shadow: 0 50px 50px rgba(0,0,0,0.25);
    border-radius: 22px;
}

#signup .container .signupform h2
{
    color: #0f3959;
    font-size: 24px;
    font-weight: 500;
}

#signup .container .signupform .formBox
{
    position: relative;
    padding-top: 30px;
}

#signup .container .signupform .formBox .inputBox
{
    position: relative;
    margin-bottom: 35px;
}

#signup .container .signupform .formBox .inputBox input,
#signup .container .signupform .formBox .inputBox textarea 
{
    width: 100%;
    resize: none;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    border: none;
    outline: none;
    border-bottom: 1px solid #777;
    background-color: white;
    border-radius: 0px;
}

#signup .inputbox{
  display: flex;
  justify-content: right;
}


#signup .container .signupform .formBox .inputBox textarea 
{
    height: 120px;
}

#signup .container .signupform .formBox .inputBox span 
{
    position: absolute;
    left: 0;
    padding: 5px 5px 0 0;
    pointer-events: none;
    font-size: 18px;
    font-weight: 300;
    transition: 0.3s;
}

#signup .container .signupform .formBox .inputBox input:focus ~ span,
#signup .container .signupform .formBox .inputBox input:valid ~ span,
#signup .container .signupform .formBox .inputBox textarea:focus ~ span, 
#signup .container .signupform .formBox .inputBox textarea:valid ~ span
{
    transform: translateY(-20px);
    font-size:  12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #095a55;
    font-weight: 500;
} 

#signup .inputBox-b{
  display: flex;
  justify-content: right;
}

/* Css for the submit button */
#signup .container .signupform .formBox .inputBox-b button         
{
    position: relative;
    cursor: pointer;
    background: #095a55;
    border-radius: 20px;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 20px;
    height: 5vh;
    width: fit-content;
}

#signup .container .signupform .formBox .inputBox-b button:hover{
    background: #0d9480;
}


#signup .form-link{
  text-align: center;
  margin-top: 30px;
}

#signup .form-link .link{
  color: blue;
}



/* Register Section End */

#popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #c9c9c9;
  color: #000000;
  padding: 10px;
  border-radius: 5px;
  display: none;
  z-index: 999999;
  align-items: center;
  transition: all 0.5s;
}

#popup:hover{
  transform: scale(1.1);
  box-shadow: 10px 10px black;
  bottom: 40px;
  right: 50px;
  background-color: #7a60ff;
  color: #fff;
  cursor: pointer;
}

#popup #popupc{
  width: 50vh;
  padding: 5px;
}

#popup #close{
  margin: 9px 15px 0 15px;
  writing-mode: vertical-lr;
  height: 150px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: all 0.5s;
}

#popup #close:hover{
  background-color: red;
}


/* Team Section Start */

#team{
  height: auto;
}

#team .main{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 40px;
  gap: 15px;
}

#team #teamtitle{
  border-bottom: 4px solid #1ACC8D;
  padding-bottom: 10px;
  justify-content: center;
  text-align: center;
  padding-right: 0px;
  margin-right: 450px;
  margin-left: 450px;
}


#team .profile-card{
  position: relative;
  font-family: sans-serif;
  width: 220px;
  height: 220px;
  background: #fff;
  padding: 30px;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: 0.5s;
}
#team .profile-card:hover{
  border-radius: 10px;
  height: 260px;
  border: 3px solid black;
}
#team .profile-card .img{
  position: relative;
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: 99;
}
#team .profile-card:hover .img{
  transform: translateY(-60px);
  
}
#team .img img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
}
#team .profile-card:hover img{
  border-radius: 10px;
  height: 85%;
  border: 2px solid black;
}
#team .caption{
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: .6s;
}
#team .profile-card:hover .caption{
  opacity: 1;
}
#team .caption h3{
  font-size: 21px;
  font-family: sans-serif;
}
#team .caption p{
  font-size: 15px;
  color: #0c52a1;
  font-family: sans-serif;
  margin: 2px 0 9px 0;
}
#team .caption .social-links a{
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: .6s;
}
#team .social-links a:hover{
  color: #6d6fffe8;

}
/* Team Section Start */  