/* -------- General --------*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html, body{
    height: 100vh;
    width: 100%;
}

#home, #services, #dream,#know-us, #testimonial{
    height: 100vh;
}

/* -------- Hamburger --------*/

.hamburger{
    background-color: transparent;
    border: 0px;
    position: fixed;
    top: 16px;
    right: 8px;
}

.buttons-hm{
    margin: 5px;
    padding: 2px;
    display: none;
}

@media screen and (max-width: 1171px)
{
    .buttons-hm{
        display: block;
        z-index: 100;
    }
    .list-items{
        display: flex;
        flex-direction: column;
        position: absolute;
        text-align: center;
        background: linear-gradient(90deg, rgba(0,231,255,1) 0%, rgba(71,181,255,1) 52%, rgb(3, 85, 144)100%);
        top: 0px;
        left: -100%;
        height: 100vh;
        width: 100%;
        padding: 10px;
        transition: 1s ease-in-out;
    }

    .list-items li{
        padding: 10px;
        margin: 20px;
    }

    .list-items.active{
        left: 0%;
        position: fixed;
    }

    .buttons{
        flex-direction: column;
        align-items: center;
    }
}

/* -------- Header --------*/

.menu{
    width: 100%;
    padding: 25px 80px 0 80px;
    position: fixed;
    top: 0px;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    z-index: 100000;
}

.menu.sticky{
    background: linear-gradient(90deg, rgba(0,231,255,1) 0%, rgba(71,181,255,1) 52%, rgb(3, 85, 144)100%);
}

#encompass{
    width: 200px;
    height: 80px;
}

.list-items{
    display: flex;
    align-items: center;
    list-style: none;
    margin-right: 20px;
}

.items{
    padding: 2px 15px 2px 15px;
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    transition: all 1s ease;
}

.items:hover{
    /* text-decoration: underline; */
    background-color: white;
    border-radius: 15px;
    color: #0072ff;
}

/* -------- Front --------*/
#home{
    /* background: radial-gradient(circle, rgba(0,172,186,1) 17%, rgba(57,206,218,1) 43%, rgba(104,121,213,1) 63%, rgba(7,130,226,1) 79%);; */
    background: linear-gradient(90deg, rgba(0,231,255,1) 0%, rgba(71,181,255,1) 52%, rgb(3, 85, 144)100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#know-us{
    display: flex;
    justify-content: center;
    align-items: center;
}
#dream{
    display: flex;
    justify-content: center;
    align-items: center;
}

#container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 75%;
}

.container-text{
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#heading{
    font-size: 50px;
    font-weight: 600;
    font-family: 'Montserrat', 'Open Sans', 'sans-serif';
    color: white;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
}

#top{
    position: fixed;
    bottom: 10px;
    right: 15px;
    display: none;
}

@media screen and (max-width: 809px)
{
    #image{
        display: none;
    }

    #encompass{
        width: 150px;
        height: 60px;
    }
}

@media screen and (max-width: 1171px)
{
    #heading{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .money{
        font-size: 40px;
    }

    .menu{
        padding: 10px;
        /* position: relative; */
    }
}


.heading{
    font-size: 50px;
    font-weight: 600;
    font-family: 'Montserrat', 'Open Sans', 'sans-serif';
    color: #0072ff;
    margin: 100px 0px 0px 0px;
    padding: 10px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
}
.money{
    margin: 20px 0px 5px 0px;
}

.buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

button a{
    text-decoration: none;
}

#get-in-touch{
    padding: 10px 30px 10px 30px;
    margin: 10px;
    border: 3px solid white;
    background: white;
    color: rgba(0,158,255,1);
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 1.5s ease;
}

#get-in-touch:hover{
    background: transparent;
    color: white;
}

#learn-more{
    padding: 10px 30px 10px 30px;
    margin: 10px;
    background: transparent;
    border: 3px solid white;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 1.5s ease;
}

#learn-more:hover{
    background: white;
    color: #0072ff;
}

#rupee{
    padding-top: 400px;
    width: 400px;
}

li{
    list-style: none;
}

#plant{
    width: 450px;
    height: 500px;
    margin: 15px;
}

#why-text{
    margin: 8px 20px 0px 0px;
    padding: 2px;
    text-align: justify;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Montserrat', 'Open Sans', 'sans-serif';
}


.text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.container_card{
    width: 100%;
    padding: 10px;
}

.cards{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#bar1, #bar3, #bar2,#bar4{
    /* width: 160px;
    height: 160px; */
    position: relative;
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px 5px 10px 5px;
    /* overflow: auto; */
}
.outer{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 10px;
    background-color: #0072ff;
    box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15), -6px -6px 10px -1px rgba(255,255,255,0.7);
}
.inner{

    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background-color: white;
    justify-content: center;
    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) ;
    
}
em{
    font-weight: bold;
}

.bars
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 90%; 
    /* height: 650px; */
}
#dheading
{
    text-align: center;
    font-size: larger;
    font-weight: bold;
    font-family: 'Montserrat', 'Open Sans', 'sans-serif';
    color: #0072ff;
    margin: 5px;
}
/* #bar1 circle{
    fill: none;
    
    stroke: #0072ff;
    stroke-width: 20px;
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    animation: anim 5s linear forwards;
    animation-iteration-count: infinite;
}


@keyframes anim {
    100%{
        stroke-dashoffset: 445.95;
    }

    
}
#bar2 circle{
    fill: none;
    
    stroke: #0072ff;
    stroke-width: 20px;
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    animation: anim1 5s linear forwards;
    animation-iteration-count: infinite;
}
@keyframes anim1 {
    100%{
        stroke-dashoffset: 446.625;
    }
}
#bar3 circle{
    fill: none;
    
    stroke: #0072ff;
    stroke-width: 20px;
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    animation: anim2 5s linear forwards;
    animation-iteration-count: infinite;
}
@keyframes anim2 {
    100%{
        stroke-dashoffset: 450;
    }
}
#bar4 circle{
    fill: none;
    
    stroke: #0072ff;
    stroke-width: 20px;
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    animation: anim3 5s linear forwards;
    animation-iteration-count: infinite;
}
@keyframes anim3 {
    100%{
        stroke-dashoffset: 450;
    }
} */
#count,#count2,#count3,#count4
{
    text-align: center;
    font-size: 85px;
    font-weight: bold;
    font-family: 'Montserrat', 'Open Sans', 'sans-serif';
    color: #0072ff;

}   

svg{
    position: absolute;
    top: 40px;
    left: 0;
}
#number,#number2,#number3,#number4
{
    font-weight: 600;
    font-family: 'Montserrat', 'Open Sans', 'sans-serif';
    color: #0072ff;
}

#card1, #card2, #card3, #card4, #card5{
    height: 300px;
    width: 18%;
    margin: 2px;
    padding: 10px;
    background: linear-gradient(180deg, rgba(0,195,255,1) 6%, rgba(0,158,255,1) 14%, rgba(0,138,255,1) 30%, rgba(0,121,255,1)38%);
    border-radius: 8px;
    transition: all 0.5s ease;
    display: flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
    overflow: auto;
}

.icons{
    height: 75px;
    width: 75px;
}

#label1, #label2, #label3, #label4, #label5{
    color: white;
    text-align: center;
    font-size: 20px;
}


#text1, #text2, #text3, #text4, #text5{
    display: none;
    color: white;
    overflow: auto;
    font-size: 15px;
    /* text-align: justify; */
    padding: 1px;
}

.card-btn{
    padding: 10px 30px 10px 30px;
    margin: 10px;
    background: transparent;
    border: 3px solid white;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 1.5s ease;
}

.card-btn:hover{
    background: white;
    color: #0072ff;
}

@media screen and (max-width: 965px)
{
    #card1, #card2, #card3, #card4, #card5{
        width: 40%;
        /* height: 180px; */
    }

    #services{
        height: fit-content;
    }

    .cards{
        justify-content: center;
    }

    .card-heading{
        font-size: 20px;
    }

    .icons{
        width: 50px;
        height: 50px;
    }

    .container_card{
        width: 100%;
        height: 95%;
        /* overflow-y: auto; */
    }

    .card-btn{
        padding: 5px 15px 5px 15px;
        font-size: 15px;
        border: 2px solid white;
        margin: 5px;
    }
}

@media screen and (max-width: 450px)
{
    #card1, #card2, #card3, #card4, #card5{
        width: 75%;
        /* height: 100px; */
    }

    #text1, #text2, #text3, #text4, #text5{
        font-size: 15px;
        text-align: left;
    }

    .card-btn{
        padding: 5px 15px 5px 15px;
        font-size: 15px;
        border: 2px solid white;
    }
}

#card1:hover, #card2:hover, #card3:hover, #card4:hover, #card5:hover{
    transform: scale(1.05);
}

#testimonial{
    background: linear-gradient(90deg, rgba(0,231,255,1) 0%, rgba(71,181,255,1) 52%, rgb(3, 85, 144)100%);
}

.headingy{
    font-size: 50px;
    font-weight: 600;
    font-family: 'Montserrat', 'Open Sans', 'sans-serif';
    color: #ffffff;
    padding: 100px 100px 20px 100px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
}

.test-name{
    font-weight: 600;
}

#test-photo{
    height: 190px;
    width: 190px;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.slide-content{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.slide-content p{
    color: white;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat', 'Open Sans', 'sans-serif';
    text-align: left;
    margin: 0px 0px 0px 20px;
    /* padding: 5px; */
}

.slide{
    width: 100%;
    height: 75vh;
}

.slide::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 62vh;
}

.slide-content{
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    padding: 0 20%;
}

.owl-dots{
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 40%;
}

.owl-dots span{
    width: 10px !important;
    height: 10px !important;
}

.owl-dots button{
    border: none !important;
    outline: none !important;
}

.owl-nav button{
    border: none !important;
    outline: none !important;
}

.owl-prev, .owl-next{
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    color: white !important;
    font-size: 60px !important;
    font-weight: 600 !important;
    transition: all 0.5s ease;
}

.owl-prev{
    left: 5%;
}

.owl-next{
    right: 5%;
}

@media screen and (max-width: 1175px) {
    #test-photo{
        height: 90px;
        width: 92px;
    }

    .slide-content p{
        font-size: 12px;
    }
}

@media screen and (max-width: 945px) {
    #test-photo{
        height: 85px;
        width: 85px;
    }

    .slide-content p{
        font-size: 9.5px;
    }
}

@media screen and (max-width: 736px)
{
    #testimonial{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 80vh;
    }

    .headingy{
        font-size: 25px;
        padding: 10px;
    }

    #test-photo{
        height: 90px;
        width: 92px;
    }

    .slide-content{
        margin: 40px 0px 0px 0px;
        top: 30%;
    }

    .owl-dots{
        bottom: 28%;
    }

    .slide-content p{
        font-size: 9px;
        /* margin: 1px; */
    }

    .owl-carousel{
        height: 70vh;
    }

    .slide, .slide-1, .slide-2, .slide-3, .slide-4, .slide-5, .slide-6{
        height: 55vh;
    }

    .slide::before, .slide-1::before, .slide-2::before, .slide-3::before, .slide-4::before, .slide-5::before, .slide-6::before{
        height: 50vh;
    }
}

@media screen and (max-width: 516px)
{
    #testimonial{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* height: 80vh; */
    }

    .headingy{
        font-size: 25px;
        padding: 10px;
    }

    #test-photo{
        height: 90px;
        width: 92px;
    }

    .slide-content{
        margin: 40px 0px 0px 0px;
        top: 40%;
        display: flex;
        flex-direction: column;
    }

    .owl-dots{
        bottom: 10%;
    }

    .slide-content p{
        font-size: 9px;
        /* margin: 1px; */
    }

    .owl-carousel{
        height: 70vh;
    }

    .slide, .slide-1, .slide-2, .slide-3, .slide-4, .slide-5, .slide-6{
        height: 55vh;
    }

    .slide::before, .slide-1::before, .slide-2::before, .slide-3::before, .slide-4::before, .slide-5::before, .slide-6::before{
        height: 50vh;
    }
}

#partners{
    height: 70vh;
}

.container-partners{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: auto;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-500%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-500%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(800%);
        -webkit-transform: translateX(800%);
        transform: translateX(120%);
    }
    100% {
        -moz-transform: translateX(-180%);
        -webkit-transform: translateX(-180%);
        transform: translateX(-1000%);
    }
}

.marquee {
    width: 90%;
      overflow: hidden;
    }

.marquee-content {
    width: 90%;
    display: flex;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 40s linear infinite; 
  }

  .marquee-content:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  
  .marquee-item img {
    height: 125px;
    width: 250px;
    margin: 2px;
    aspect-ratio: 1/1;
    display: block;
} 

@media screen and (max-width: 850px) {
    .marquee-content{
        width: 90%;
        height: 70%;
        flex-direction: column;
        flex-wrap: wrap;
        animation-duration: 30s;
    }
      .marquee-item img {
        height: 100px;
        width: 200px;
        margin: 10px;
        aspect-ratio: 1/1;
    }

    @keyframes scroll-left {
        0% {
            -moz-transform: translateX(700%);
            -webkit-transform: translateX(700%);
            transform: translateX(110%);
        }
        100% {
            -moz-transform: translateX(-580%);
            -webkit-transform: translateX(-580%);
            transform: translateX(-400%);
        }
    }
}

@media screen and (max-width: 516px) {
    .marquee-content{
        width: 90%;
        height: 70%;
        flex-direction: column;
        flex-wrap: wrap;
    }
      .marquee-item img {
        height: 100px;
        width: 200px;
        margin: 10px;
        aspect-ratio: 1/1;
    }

    @keyframes scroll-left {
        0% {
            -moz-transform: translateX(700%);
            -webkit-transform: translateX(700%);
            transform: translateX(110%);
        }
        100% {
            -moz-transform: translateX(-580%);
            -webkit-transform: translateX(-580%);
            transform: translateX(-1350%);
        }
    }
}

@media screen and (max-width: 350px) {
    .marquee-content{
        width: 90%;
        height: 70%;
        flex-direction: column;
        flex-wrap: wrap;
    }
      .marquee-item img {
        height: 100px;
        width: 200px;
        margin: 10px;
        aspect-ratio: 1/1;
    }

    @keyframes scroll-left {
        0% {
            -moz-transform: translateX(700%);
            -webkit-transform: translateX(700%);
            transform: translateX(110%);
        }
        100% {
            -moz-transform: translateX(-580%);
            -webkit-transform: translateX(-580%);
            transform: translateX(-1950%);
        }
    }
}

#contact{
    height: 40vh;
    background: linear-gradient(90deg, rgba(0,231,255,1) 0%, rgba(71,181,255,1) 52%, rgb(3, 85, 144)100%);

}

.footer-container{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer{
    display: flex;
    width: 50%;
    height: 30%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#contact-btn{
    padding: 10px 30px 10px 30px;
    margin: 10px;
    background: transparent;
    border: 3px solid white;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 1.5s ease;
}

#contact-btn:hover{
    background: white;
    color: #0072ff;
}

.foot-items{
    margin: 15px;
}

.foot-items:hover{
    /* box-shadow: #004395d2 0px 10px 10px 0px; */
    background-color: rgb(6, 114, 192);
    border-radius: 12px;
}

#address{
    color: white;
}
#address p{
    padding: 5px;
    font-size: 20px;
    display: flex;
}

#copyright{
    background: linear-gradient(90deg, rgba(0,231,255,1) 0%, rgba(71,181,255,1) 52%, rgb(3, 85, 144)100%);
    color: white;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    /* position: absolute;
    bottom: 0; */
}

.foot-icon{
    height: 35px;
    width: 35px;
    margin-right: 15px;
}

.foot-icons{
    height: 32px;
    width: 32px;
    margin-right: 15px;
}

@media screen and (max-width: 669px)
{
    #contact-btn{
        padding: 5px 15px 5px 15px;
        margin: 3px;
        font-size: 18px;
    }

    #address{
        margin: 2px;
    }

    #address p{
        font-size: 18px;
    }

    .foot-items{
        margin: 3px;
        height: 25px;
        width: 25px;
    }

    .foot-icon, .foot-icons{
        height: 15px;
        width: 15px;
        margin-right: 3px;
    }

    .heading{
        font-size: 25px;
    }
}

@media screen and (max-width: 520px)
{
    .footer-container{
        flex-direction: column;
    }

    .foot-items{
        margin: 5px;
        height: 30px;
        width: 30px;
    }

    #contact-btn{
        padding: 5px 15px 5px 15px;
        margin: 5px;
        font-size: 15px;
    }

    #address{
        margin: 5px;
    }

    #address p{
        font-size: 15px;
    }

    .foot-icon{
        height: 25px;
        width: 25px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 367px)
{
    #contact-btn{
        padding: 5px 15px 5px 15px;
        margin: 3px;
        font-size: 12px;
    }

    #address{
        margin: 3px;
    }

    #address p{
        font-size: 12px;
    }

    .foot-items{
        margin: 5px;
        height: 20px;
        width: 20px;
    }

    .foot-icon, .foot-icons{
        height: 18px;
        width: 18px;
        margin-right: 3px;
    }

    .heading{
        font-size: 30px;
    }
}

@media screen and (max-width: 305px)
{
    #contact-btn{
        padding: 5px 15px 5px 15px;
        margin: 3px;
        font-size: 10px;
    }

    #address{
        margin: 2px;
    }

    #address p{
        font-size: 10px;
    }

    .foot-items{
        margin: 3px;
        height: 15px;
        width: 15px;
    }

    .foot-icon, .foot-icons{
        height: 15px;
        width: 15px;
        margin-right: 3px;
    }

    .heading{
        font-size: 25px;
    }
}
@media screen and (max-width: 617px)
{
    .container-text{
        justify-content: center;
        width:auto;
        height: fit-content;
    }

    #plant{
        display: none;
    }

    #why-text{
        width: 95%;
        font-size: 15px;
        margin: auto;
    }

    .heading{
        font-size: 35px;
    }
    .bars
    {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 90%; 
    /* height: 650px; */
    }
    .outer{
        width: 160px;
        height: 160px;
        border-radius: 50%;
        padding: 10px;
        margin: 0px 50px 0px 50px;
        background-color: #0072ff;
        box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15), -6px -6px 10px -1px rgba(255,255,255,0.7);
    }
    .inner{
    
        width: 140px;
        height: 140px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        background-color: white;
        justify-content: center;
        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) ;
        
    }
}
.textbox{
    padding: 10px;
    text-align: justify;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Montserrat', 'Open Sans', 'sans-serif';
}
.textbox-1{
    padding: 10px;
    text-align: justify;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Montserrat', 'Open Sans', 'sans-serif';
    margin-bottom: 20px;
}
