@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
body, html{
    padding: 0;
    margin: 0;
    font-family: "Quicksand", sans-serif;
    scroll-behavior: smooth;
    background-image: linear-gradient(to left bottom, #051937, #004d7a, #008793, #00bf72, #a8eb12);
    box-sizing: border-box;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-attachment: fixed;
    scroll-behavior: smooth;
    z-index: -999;
}
.circle1{
    background-image: linear-gradient(to right top, #00fbc8, #1dd8a2, #22b57f, #20945f, #1a7442, #006645, #005845, #004a41, #004756, #004074, #003387, #200f7e);
    background-color: black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
    height: 50vh;
    width: 50vh;
    border-radius: 100%;
    margin-left: -5rem;
    margin-top: -3rem;
    box-shadow: 0 8px 32px 30px rgba( 31, 38, 135, 0.37 );
    z-index: -1
}
.circle2{
    background-image: linear-gradient(to right top, #00fbc8, #1dd8a2, #22b57f, #20945f, #1a7442, #006645, #005845, #004a41, #004756, #004074, #003387, #200f7e);
    background-color: black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed;
    height: 50vh;
    width: 50vh;
    border-radius: 100%;
    margin-right: -7rem;
    margin-bottom: -5rem;
    bottom:0;
    right:0;
    box-shadow: 0 8px 32px 30px rgba( 31, 38, 135, 0.37 );
    z-index: -1;
}
.navbar{
    box-sizing: border-box;
    background-color: black;
    width: 100%;
    min-height: 10vh;
    padding: .5vh 5vw;
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    animation: down 2.5s;
}

section{
    box-sizing: border-box;
    min-height: 100vh;
    /* border-bottom: 1px solid rgb(160, 146, 146); */
}

.reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}

.cover{
    animation: down 2s;
}

@keyframes down {
    0%{
        transform: translateY(-150px);
        opacity: 0;
        transition: all 2s ease;
    }

    100%{
        transform: translateY(0px);
        opacity: 1;

    }
    
}

.active{
    transform: translateY(0px);
    opacity: 1;
}

::-webkit-scrollbar {
    width: 11px;
}
 
::-webkit-scrollbar-track {
    background-image: linear-gradient(to bottom, #adc8f0, #97b2ff, #9d96ff, #bb6dff, #e212eb); 
}
  
::-webkit-scrollbar-thumb {
    width: 5rem;
    background: rgba( 255, 255, 255, 0.25 );
    border-radius: 50px; 
}

.navbar, .items-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}
.items-container a {
    float: left;
    display: block;
    color:white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .items-container a:hover{
    background: rgba( 255, 255, 255, 0.15 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    border-radius: 30px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    color: rgba(3, 3, 3, 0.733);
  }
  
  .items-container .icon {
    display: none;
  }

.brand{
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 2rem;
}
.brand img{
    height: 8vh;
}

.item{
    margin: 0 1rem;
}

.menu{
	position:relative;
    justify-content: center;
    align-items: center;
    width:3rem;
    height: 3rem;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    display: none;
}

.menu-item, .menu-item::before, .menu-item::after {
    width: 1.25rem;
    height: 0.2rem;
    background-color: white;
    border-radius: 1rem;
    transition: all 0.5s ease-in-out;
}

.menu-item::after{
    content: '';
    position: absolute;
    transform: translateY(0.4rem);
}

.menu-item::before{
    content: '';
    position: absolute;
    transform: translateY(-0.4rem);
}

.menu.open .menu-item{
    transform: translateX(-1.25rem);
    background-color: transparent;
}

.menu.open .menu-item::before{
    transform: rotate(45deg) translate(1rem, -1rem);
}
.menu.open .menu-item::after{
    transform: rotate(-45deg) translate(1rem, 1rem);
}

.intro, .need, .qna, .connect, .about{
    box-sizing: border-box;
    display: flex;
    min-height: 100vh;
    width: 100%;
    padding-top: 10vh;
}
.need, .qna, .connect, .about{
    flex-direction: column;
}
form{
    min-height: fit-content;
}

.header-text{
    width: 60%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    flex-direction: column;   
    z-index: 1;
}

.intro-heading{
    font-size: 3rem;
    font-weight: 600;
    
}

.intro-para{
    margin-top: 2rem;
    max-width: 60%;
}

.button{
    box-sizing: border-box;
    padding: 1vh 2vw;
    font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.699);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    color: rgb(255, 255, 255);
    border-radius: 3rem;
    margin-top: 2rem;
}
.button:hover{
    
    background: rgba(31, 30, 30, 0.329);
    box-shadow: 0 8px 32px 0 rgba(11, 15, 71, 0.37);
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    border-radius: 30px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    color: rgba(3, 3, 3, 0.733);

}

.header-images{
    z-index:1;
    padding: 2vh auto;
    width: 40%;
    overflow: hidden;
}
.header-images img{
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: static;
    width: 60%;
}
.img1{
    margin-bottom: -40%;
}
.img3{
    margin-top: -10%;
}
.img2{
    margin-top: 30%;
    margin-left: 30%;
}
a{
    text-decoration: none;
    color: white;
}
.heading{
    text-align: center;
    width: 100%;
    font-size: 3rem;
    font-weight: 600;
    z-index: 1;
}
.info-container{
    padding: 6vh 3vw;
    display: flex;
    overflow-x: hidden;
    overflow-y:hidden ;
    overflow:auto;
    width: 90vw;
    margin: 3vh auto;
    
}
.info-container::-webkit-scrollbar:horizontal {
    height: 1vh;
    z-index: 99;
    
}
.info-container::-webkit-scrollbar-track {
    display: none;
}
.info-container::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.329);
    z-index: 99;
}
.info-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-width: 20rem;
    border-radius: 50px;
    height: 25rem;
    margin: 4vh 4vh ;
    padding:0 20px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 10%);
    transition: 0.25s;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
  }
  .info-card p{
      color: blanchedalmond;
      justify-content: center;
      align-items: center;
      display: none;
  }
  .info-card:hover{
      transition: transform .7s ease-in;
    transform: rotateY(180deg);
  }
  .info-card:hover h1{
    transform: rotateY(180deg);
  }
 .info-card:hover img{
      transition: display .7s ease-in;
      display: none;
  }
  .info-card:hover p{
    transform: rotateY(180deg);
    transition: transform 1s ease-in;
      display: flex;
  }
  .info-card h1{
      z-index: -1;
      margin-top:-1rem;
      font-size: 5rem;
      text-align: right;
      color: rgba( 255, 255, 255, 0.25 ); ;
  }
  .info-card img{
      width: 80%;
      height: auto;
      margin: auto auto;
      margin-top:-4rem;
      z-index: 1;
      position: static;
  }
.cards-container{
    padding: 6vh 6vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    width: 20rem;
    border-radius: 50px;
    min-height: 10rem;
    margin: 4vh 4vh ;
    margin-top:20vh;
    padding: 2rem 1rem;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 10%);
    transition: 0.25s;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
  }
  .card:hover{
    transform: perspective(300px) rotateX(20deg);
    cursor: pointer;
  }
  .card h1{
    z-index: -1;
    margin-top:-15rem;
    margin-left: -5rem;
    font-size: 7rem;
    text-align: left;
    color: rgba( 255, 255, 255, 0.25 ); ;
}

  .card img{
      margin: 0 auto;
      z-index: 1;
      margin-top: -12rem;
      max-width:10rem ;
      position: static;
  }
  .card p{
   font-weight: 500;
   font-size: 1rem;
   text-align: center;
   margin-bottom: -2rem;
   font-style: bold;
   color: blanchedalmond;
}
.carousel{
    overflow: hidden;
    z-index: 1;
    width: 90vw;
    margin: 5vh auto;
    min-height: 30rem;
    
}
 .carousel-item-hidden,.carousel-item{
    display: none;
}
.carousel-item-visible{
    
    border: 1px solid rgba(255, 255, 255, 0.363);
    animation:fadeit 1s;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 1rem;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 10%);
    min-height: 25rem;
    border-radius: 50px;
    transition: transform 2s linear; 
    width: 60%;
    margin: 0 auto;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    padding: .5rem 1rem;
    font-size: 1.2rem;
    color: blanchedalmond;

}

.carousel-heading{
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
}
.carousel-body{
    display: flex;
    align-items: center;
    width: 100%;
}
.body-img1{
    background-image: url('./img/image1.jpeg');
}

.body-img2{
    background-image: url('./img/image2.jpeg');
}

.body-img3{
    background-image: url('./img/image3.jpeg');
}
.body-image{
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:40%;
    height: 15rem;
    margin-right: 5%;
}

.body-info{
    width: 55%;
    font-size: 1.25rem;
    height: 15rem;
    overflow-y: scroll;
}

.body-info::-webkit-scrollbar-track{
    display: none;
}

@keyframes fadeit{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
        transform: opacity linear;
    }
    
}

.item-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:40%;
}

.item-img img{
    max-width:15rem;
}

.item-description{
    width: 60%;
}

.controls{
    height: 10%;
    z-index: 9;
    width: 80vw;
    margin: 0 5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute; 
    transform: translateY(12rem);
    font-size:2rem ;
}
.controls button{
    color: blanchedalmond;
    cursor: pointer;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    text-align: center;
}
.controls button:hover{
    background: rgba(255, 255, 255, 0.671);
}
.dropdown{
    z-index: 1;
    margin: 3rem auto;
    width: 100vw;
    min-height:30rem;
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    flex-direction: column;
}
.dropdown>div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 70vw;
    font-size: 1.25rem;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );

}
.Question{
    width: 98%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1%;
    overflow: hidden;
}
.Answer{
    animation:fadeit 1s;
    max-width: 100%;
    padding: 1rem 1rem;
    background: rgba(255, 255, 255, 0.212);
    overflow: hidden;
    position: relative;
}
.Question .fa-minus{
    display: none;
}
.Question .fa-plus{
    display: block;
}
.Question:hover{
    cursor: pointer;
}
.container
{
    margin: 15vh auto;
    max-width: 30rem;
    position: static;
    padding:2rem;

}
.container form
{
    margin: 5vh auto;
    z-index: 1;
    background: rgba(255, 255, 255, 0.205);
    padding: 5vw;
    height: fit-content;
    border-radius: 20px;
    border-left: 1px solid rgba(255,255,255, 0.3);
    border-top: 1px solid rgba(255,255,255, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px -6px rgba(0,0,0, 0.2);
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
form p
{
    font-weight: 500;
    color: #fff;
    opacity: 0.7;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 60px;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.2);
}
form a
{
    text-decoration: none;
    color: #ddd;
    font-size: 12px;
}
form a:hover
{
    text-shadow: 2px 2px 6px #00000040;
}
form a:active
{
    text-shadow: none
}
.container form input
{
    background: transparent;
    width: 12rem;
    padding: 1em;
    margin: 2em auto;
    border: none;
    border-left: 1px solid rgba(255,255,255, 0.3);
    border-top: 1px solid rgba(255,255,255, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 4px 4px 60px rgba(0,0,0, 0.2);
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.2);
    border-radius: 5000px;

}

form input:hover
{
    background: rgba(255,255,255, 0.1);
    box-shadow: 4px 4px 60px 8px rgba(0,0,0, 0.2);
}
form input[type="email"]:focus,
form input[type="phone"]:focus,form input[type="name"]:focus
{
    background: rgba(255,255,255, 0.1);
    box-shadow: 4px 4px 60px 8px rgba(0,0,0, 0.2);   
}
form input[type="button"]
{
    margin-top: 10px;
    width: 10rem;
    font-size: 1rem;
}
form input[type="text"]
{
    margin-top: 10px;
    width: 12rem;
    height: 5rem;
    font-size: 1rem;
    border-radius:30px ;
}
form input[type="button"]:hover
{
    cursor: pointer;
}
form:hover
{
    margin: 4px;
}

::placeholder
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.4);
}
::-webkit-input-placeholder
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.4);
}
a,
input:focus,
button:focus,
select:focus
{
    outline: none;
}
.drop
{
    margin: 0;
    background: rgba(255,255,255, 0.06);
    -webkit-backdrop-filter: blur(10px); 
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);
    position: static;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;

}
.drops div{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drops div i{
    color: white;
    font-size: 2.5rem;
    justify-content:center;
}
.drop-1
{
    position: static;
    height: 5rem;
    width: 5rem;
    margin-bottom: -5rem;
    margin-left: -5rem;
    z-index: 1;
}
.drop-2
{
    position: static;
    height: 5rem;
    width: 5rem;
    margin-left: 5rem;  
    margin-bottom: -3rem;
    z-index: 1;
}
.drop-3
{
    position:relative;
    height: 7rem;
    width: 7rem; 
    margin-left: 15rem;
    margin-top: -3rem;
}

.drop-4
{
    position: static;
    height: 6rem;
    width: 6rem;
    z-index: 0;
    margin-left: -3rem;
    margin-top: -10rem;
}
.drop-5
{
    position: static;
    height: 3rem;
    width: 3rem;
    margin-top: -20rem;
    margin-left: -2rem;
    z-index: -1;
}
  @media screen and (max-width: 600px) {
    .carousel{
        width: 100vw;
    }
    .carousel-item-visible{
        width: 90vw;
    }
    .controls{
        width: 100%;
        margin:auto auto;
    }
  }
  @media screen and (max-width: 800px) {
    .intro{
        display: flex;
        flex-direction: column;
    }
    .intro>div{
        padding-top: 10vh;
        width: 100%;

    }
    .header-images img{
        width: 60vw;
    }
    .img1{
        margin-left: 10%;
    }
    .img3{
        margin-left: 10%;
    }
    .img2{
        margin-left:30% ;
    }
    .carousel-heading{
        font-size: 1.25rem;
    }
    .carousel-item-visible, .carousel{
        justify-content: unset;
    }
    .carousel-body{
        flex-direction: column;
    }
    .body-image{
        width: 100%;
        margin: 1rem;
        height: 12.5rem;
    }
    .body-info{
        width: 100%;
        height: 10rem;
        font-size: 1rem;
    }
  }
  @media screen and (max-width: 600px) {
    .heading,.intro-heading{
        font-size: 2rem;
    }
    .header-text span,.brand{
        font-size: 1.5rem;
    }
    .intro-para{
        max-width: 80%;
    }
    .dropdown>div{
        width: 90vw;
    }
    .container form input{
        width: 80%;
    }
    .container form input[type="button"]{
        width: 10rem;
    }
    .drop-3{
        margin-left: 50vw;
    }
    .menu{
        display: flex;
        z-index: 11;
    }
    .items-container{
        animation: fadeit 1s;
        flex-direction: column;
        position: absolute;
        top:0;
        right: -100vw;
        width: 100vw;
        height: 100vh;
        background: rgba(255, 255, 255, 0.521);
        justify-content: center;
        transition: all .5s ease;
        z-index: 10;
    }
    .items-container a {
        color: black;
        font-weight: bold;
    }

    .overlay{
        display: none;
        height: 100vh;
        width: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 5.5px );
        -webkit-backdrop-filter: blur( 5.5px );
        border-radius: 30px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
        opacity: 1;
        transition: 0.5s;
    }
  }
  @media screen and (max-width: 400px){
    .info-card{
        margin:4vh .5vh;
    }

  }