@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.home-fix{
    overflow: hidden;
}
.home-main{
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    background: url(../images/landing1.jpg) no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }

.home-banner{
    width: 100%;
    margin: auto;
}

.home-banner h1{
    margin: auto;
    font-size: 4vh;
    color: white;
    width: 90%;
    position: relative;
    top: 2vh;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.home-banner h2{
    margin: auto;
    font-size: 7em;
    color: white;
    width: 50%;
    position: relative;
    top: 4vh;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 1200;
    letter-spacing: 0.03em;
    line-height: 1em;
}
.home-banner h4{
    margin: auto;
    font-size: 2.5vh;
    color: white;
    width: 45%;
    position: relative;
    top: 20%;
    transform: translateY(-50%);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    letter-spacing: 0.05em;
}

.home-banner .hm-link{
    margin: auto;
    width: 70%;
    height: auto;
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}
.home-banner .hm-link a{
    color: rgb(5, 5, 5);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 4vh;
    font-weight: 300;
    background: rgb(151, 224, 5);
    border-radius: 3px;
    padding: 15px;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.home-banner a:hover{
    background: rgb(37, 23, 59);
    color: white;
}

.about-hm{
    padding: 20px 0;
    
}
.about-hm .title{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 3.5vw;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.7vw;
}

.about-hm p{
    margin: auto;
    padding-top: 20px;
    text-align:center;
    width: 60%;
}
.home-info {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-around;
    background: rgb(238, 235, 235);
    color: grey;
    padding: 20px 30px;
    }

.home-info figure {
    width: 300px;
    height: fit-content;
    text-align: center;
    padding-bottom: 10px;
}

.home-info figure lord-icon {
    width: 100%;
    margin: auto;
    position: relative;
    align-items: center;
    border-radius: 50%;
    box-shadow: rgb(128, 128, 128) 0 0 10px;
    border: 1px solid rgb(121, 241, 8);
 }

figcaption h4{
     padding-top: 20px;
     font-size: 3vh;
     font-weight: 500;
     letter-spacing: 0.5vw;
 }
 figcaption p{
     margin: auto;
     width: 90%;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
 }

.hm-middle{
    margin: auto;
    width: 100%;
    height: fit-content;
    position: relative;
    background-color: rgb(27, 21, 46);
    padding: 10px 0px;
}
.hm-middle .title{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 3vw;
    font-weight: 700;
    text-align: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.7vw;
}

.hm-middle .wtd{
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    width: 100%;
    }
 



.wd-title{
    margin: auto;
    border-bottom: 1px solid white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 80%;
    color: white;
    font-size: 6vh;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.7vw;
}

.wtd img{
    max-width: 80%;
    height: auto;
    margin: auto;
    position: relative;
    border-radius: 10%;
}

.what p{
position: relative;
margin: auto;
text-transform: uppercase;
font-family: 'Times New Roman', Times, serif;
font-size: 6vh;
font-weight: 600;
letter-spacing: 1vw;

}

.hm-container{
    width: 550px;
    height: auto;
    background: white;
    margin: 60px auto;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 2 20px 25px rgba(58, 55, 55, 0.2);
}
.hm-middle p{
    width: 80%;
    padding-bottom: 15px;
}
.hm-container h1{
    margin: auto;
    width: 70%;
    letter-spacing: 0.5vw;
    font-size: 3vh;
    padding-bottom: 15px;
}




@keyframes load{
    from{
        width: 0%;
    }
}
@-webkit-keyframes load{
    from{
        width: 0;
    }
}

@-moz-keyframes load{
    from{
        width: 0;
    }
}
@-o-keyframes load{
    from{
        width: 0;
    }
}

.wrapper{
    padding: 20px 50px;
}
.wrapper .wp-title{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.wrapper p{
    text-align: justify;
    padding-bottom: 20px;
}

/*Counter Section*/

.counter-up{
    position: relative;
    background: url("../images/index-11.jpg") no-repeat;
    min-height: 50vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
    background-size: cover;
    
}
.counter-up::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

.counter-up .content{
    width: 100%;
    height: fit-content;
    display: flex;
   
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
   justify-content: space-around; 
  
}
.content{
    width: auto;
}
.content .box{
    margin: 10px;
    width: 300px;
    height: 80px;
    border: 2px solid rgba(247, 242, 242, 0.7);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
}
.content .box .ct-icon{
    font-size: 45px;
    color: white;
    padding-right: 20px;
}
.content .box .counter{
    justify-content: space-evenly;
    font-size: 50px;
    color: rgb(121, 241, 8);
    font-weight: 500;
    font-family: sans-serif;
}
.content .box .text{
    align-items: center;
    color: white;
    font-weight: 400;
   padding-left: 10px;
}

/*Advertisements Section*/

.advertisements{
    margin: auto;
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/Adslide_bg.jpg) no-repeat;
    background-size: cover;
}
.slider{
    width: 850px;
    height: 540px;
    border-radius: 3px;
    overflow: hidden;
    margin: 20px 0px;
}
.slides{
    width: 500%;
    height: 640px;
    display: flex;
}
.slides input{
    display: none;
}
.slide{
    width: 20%;
    transition: 2s;
}
.slide img{
    width: 850px;
    height: 540px;
}

/* Manual Navigation */

.navigation-manual{
    position: absolute;
    width: 850px;
    margin-top: -140px;
    display: flex;
    justify-content: center;
}
.manual-btn{
    border: 2px solid green;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.manual-btn:not(:last-child){
    margin-right: 30px;
}
.manual-btn:hover{
    background: greenyellow;
}

#radio1:checked ~ .first{
    margin-left: 0;
}
#radio2:checked ~ .first{
    margin-left: -20%;
}
#radio3:checked ~ .first{
    margin-left: -40%;
}
#radio4:checked ~ .first{
    margin-left: -60%;
}

/* Automatic Navigation */

.navigation-auto{
    position: absolute;
    display: flex;
    width: 850px;
    justify-content: center;
    margin-top: 500px;
}
.navigation-auto div{
    border: 2px solid greenyellow;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}
.navigation-auto div:not(:last-child){
    margin-right: 30px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
    background: greenyellow;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: greenyellow;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background: greenyellow;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
    background: greenyellow;
}










