@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

body{
    overflow-x: hidden;
    overflow-x: inherit;
    padding: 0;
    margin: 0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
header{
    position: fixed;
    background-color: white;
    width: 100%;
    z-index: 999;
    box-shadow: 1px 1px 10px black;
}


#logo{

    padding: 10px;
    animation: rot 8s linear infinite;
}
@keyframes rot {

    0%{
        transform:rotateX(0deg) rotateY(0deg);
    }
    80%{
        transform:rotateX(0deg) rotateY(0deg);
       }
    90%{
        transform:rotateX(0deg) rotateY(0deg);
    }
    100%{
        transform:rotateX(360deg) rotateY(0deg);
    }
    
}
.navbar{
    background: none;
}
.nav-link{
    color: green;
    font-size: 22px;
}
.nav-link:hover{
    color: rgb(255, 213, 0);
}
.main-content{
    position: relative;
    padding-top: 4em;
}
h1{
    margin-top: 2cm;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    background: -webkit-linear-gradient(left,rgb(0, 216, 43)30%,rgb(0, 255, 42) ,rgb(0, 103, 7)80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1{
    font-size: 1em;
}
h2{
    text-align: center;
    padding: 20px;
    font-size: 3em;
}

h4{
    margin-top: 1cm;
    font-weight: 700;
    letter-spacing: 0px;
}
.sentence{
    position: absolute;
    top: 1em;
    left: -2em;
    color: rgb(0, 12, 88);
    z-index: 900;
    font-size: 6em;
    font-weight: bolder;
    font-family: 'Poppins', sans-serif;
}
.start{
    margin-top: 18cm;
}
.section1{
    margin-top: 6cm;
    width: 100%;
    padding: 20px 80px 80px 80px;
    color: white;
    background-color:rgb(10, 114, 17);
}
.section1 p{
    font-size: 22px;
    text-align: justify;
    padding: 10px 20px;
}
.bottombtn{
    font-size: 22px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color:rgb(10, 114, 17);
    border-radius: 30px;
    border-width: 0;
    margin: 20px 0px;
    padding: 8px 40px;
    transition: all 0.2s ease-in-out;
}
.bottombtn:hover{
    color: rgb(255, 213, 0);
    box-shadow: 2px 2px 10px black;
}

.icons{
    font-size: 50px;
    padding: 10px;
    color: rgb(0, 184, 31);
}
.icons:hover{
    color: rgb(255, 213, 0);
}

#feature-icon{
    font-size: 1cm;
}
.faq{
    background-image: url(/assets/img/faq.jpg);
    padding:20px 30px 5em 30px ;
}
.faq-btn{
    color: white;
    font-size: 22px;
    background-image: linear-gradient(to right,rgba(14, 160, 24, 0.866),rgba(10, 106, 16, 0.866));
    box-shadow: 2px 2px 10px black;
    margin-top: 20px;
    border-radius: 40px;
}
.faq-btn:hover{
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0.866),rgba(198, 255, 204, 0.866));
    color:rgba(11, 120, 18, 0.866) ;
    box-shadow: 2px 2px 10px black;
    margin-top: 20px;
}
.faqans{
    font-size: 20px;
    border-radius:40px;
    background-color: rgba(240, 248, 255, 0);
}

.section2{
    width: 100%;
    color: white;
    background-color:rgb(10, 114, 17);
}
#brandvdo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.section3{
    width: 100%;
    color: white;
    padding-bottom:5cm ;
    background-image: linear-gradient(rgb(10, 114, 17),rgb(15, 173, 25));
}
#map{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    cursor: pointer;
    border:0;
    border-radius: 60px;
}
.sad{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.para{
    font-size: 20px;
}
.footer{
    font-size: 18px;
   background-color:white;
   color:rgb(10, 114, 17) ;
   line-height: 50px;
   letter-spacing: 5px;
}
.footer a{
    font-size: 22px;
    letter-spacing: 30px;
}
.why{
    margin: -20px;
}