*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
}
.header{
    background-color: #0f282f;
    padding: 30px;

}
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    font-family: "Poppins", sans-serif;
    
    
}
.navbar>.nav-link ul{
    display: flex;
    gap: 20px;
}
.navbar>.nav-link ul li{
    list-style: none;
}
.navbar>.nav-link ul li a{
    color: white;
    text-decoration: none;
}
.navbar>.toogle{
    display: none;
}
.sign-in a{
    color: white;
    border: 1px solid rgba(58, 250, 58, 0.8);
    background-color: rgba(61, 200, 61, 0.897);
    padding: 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
}
.logo{
    width: 10%;
}


.logo img{
    width: 80%;
}
.hero-section{
     font-family: "Roboto", sans-serif;
     /* width: 22%; */
     padding: 10px 30px;
     /* height: 45vh; */
     margin-top: 1%;
}
.hero-modal{
    /* width: 22%; */
}
.hero-modal P{
        display: inline;
        border: 1px solid rgba(18, 17, 17, 0.186);
        padding: 10px 20px;
        border-radius: 25px;
        font-size: 16px;
        color: rgba(61, 200, 61, 0.897);
        background-color: rgba(4, 179, 4, 0.123);
}
.hero-section>.hero-info{
    width: 50%;
}
.hero-section>.hero-info h1{
    font-size: 3.5rem;
    color: white;
}
.hero-section>.hero-info h1 span{
    color: rgba(28, 196, 28, 0.812);
}
.hero-section>.hero-info p{
    color: rgb(123, 111, 111);
}
.buttons{
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    padding: 10px 0px;
    font-size: 1.3rem;
    margin-top: 10px;
}
.buttons >#start{
    border-radius: 5px;
    border: 1px solid rgb(9, 255, 0);
    background-color: rgb(68, 236, 93);
     
}
.buttons>#explore{
    border-radius: 5px;
    border: 1px solid rgb(52, 58, 51);
    background-color: rgba(43, 40, 36, 0.649);

}
.buttons >#start a{
    text-decoration: none;
    color: white;
    font-size: large;
    text-align: center;
}
.buttons>#explore a{
    text-decoration: none;
    color: white;
    font-size: large;
    text-align: center;

}


/* main section */
.main-section{
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
    
}
.main{
    margin-top: 5%;
    width: 100%;
    margin-left: 6%;
    line-height: 42px;
    
}
.main>h2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 2%;
    font-size: 2.2rem;
    width: 50%;
}
.banner{
    /* width: 100%; */
}
.post{
    display: flex;
    /* flex-direction: column; */
    margin-top: 3%;
    line-height: 42px;
    padding: 20px;
    gap: 10px;
}
.mark{
    /* margin-top: 1%; */
    margin-bottom: 6%;
    /* margin-left: 10%; */
    gap: 40px;
    
    
}
.sub{
    line-height: 25px;
}
.mark>.check1{
    margin-top: 5%;
    color: #239037;
    
}
.mark>.check2{
    margin-top: 5%;
    color: #239037;
}
.banner img{
    width: 100%;
    margin-left: 1%;
    
}

/* our services */

.our-services{
    text-align: center;
    /* display: block; */
    /* justify-content: center; */
    /* text-align: center; */
}
.services, .about{
    display: flex;
    padding: 30px;
    justify-content: space-around;
    margin: auto;
    flex-wrap: wrap;
    gap: 20px;
}
.our-services>h2{
    font-weight: bolder;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    /* font: 1.em  */
    margin-bottom: 1%;
    font-size: 2.5rem;
    

}
.our-services>h2 span{
    color: cyan;
}


.tab, .community{
    text-align: left;
    /* flex-shrink: 1; */
    border: 1px solid;
    padding:20px 20px;
    /* margin: 10px; */
    width: 400px;
    background-color: rgb(32, 50, 3);
    /* height: 20vh; */
    border-radius: 30px;
    font-size: 16px;
    font-family: 'poppins', sans-serif;

}
.tab i{
    margin-bottom: 15px;
    color: forestgreen;
}
.tab>h5{
    margin-bottom: 15px;
    color: white;
}
.tab>p{
    color: rgba(248, 248, 255, 0.362);
    text-align: left;
    /* padding: 20px 60px; */
    /* margin-bottom: 40px; */
}


/* ABOUT US */
.about-us{
    text-align: center;
    margin-top: 5%;
}
.about-us>h2{
    font-size: 2.5rem;
    margin-bottom:  1.2%;
}
.about-us>h2 span{
    color: cyan;
}
.about{
    /* display: flex; */
    /* width: 80%; */
    /* flex-direction: row; */
    /* padding: 20px 30px; */
    /* margin: 0px 10%; */
}
.about>.community{
    text-align: left;
}

.community>h2{
            /* border: 8px solid rgba(36, 33, 209, 0.826); */
             background-color: #2b7efe;
             color: white;
             /* position:absolute; */
             /* left: 650px; */
             /* top: 350px; */
             border-radius: 80px;
             line-height: 50px;
             width: 50px;
             height: 50px;
             /* align-items: center; */
             text-align: center;
             
}
.community .two{
    background-color: purple;
}
.community .three{
    background-color: rgba(127, 206, 37, 0.803);
}
.community>h5{
    color: white;
    margin-top: 2px;
}
.community>h5+p{
    color: rgb(102, 154, 24);
    margin-top: 10px;
}
.community>h5+p+p{
    color: lightgrey;
    margin-top: 10px;
}


/* career section */
.career{
    margin-top: 4%;
    text-align: center;
    line-height: 35px;
}
.career>h2{
    font-size: 2.5rem;
}
.career>h2 span{
    color: cyan;
}
.click{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 40px;
    padding: 20px 120px;

    /* margin-left:31%; */
}
.career>.click a{
    display: block;
    border: 1px solid rgba(0, 128, 0, 0.466);
    background-color: rgba(0, 128, 0, 0.716);
    text-decoration: none;
    color: white;
    /* width: 100%; */
    padding: 5px;
    border-radius: 10px;
    font-family: 'poppins',sans-serif;
}
.line i{
    color: black;
    transform: thin;
}


/* footer section */

.last{
    display: flex;
    justify-content: space-around;
    padding: 40px;
    background-color: rgb(13, 24, 13);
    color: white;
    margin-top: 2%;
}
.last>.list img{
    width: 20%;
}
.last>.list{
    line-height: 30px;
    /* padding: 50px; */
}
.last>.list p{
    color: lightgrey;
}
.last>.list ul li{
    list-style: none;
}
.last>.list ul li a{
    text-decoration: none;
    color: lightgrey;
}
.copy{
    background-color:  rgb(13, 24, 13);
    padding: 50px;
}
.copy>p{
    color: darkgrey;
    margin-left:40px ;
}

@media(max-width:992px){
    .header{
        width: 100%;
    }
    .nav-link,.sign-in a{
        display: none;
    }
    .toogle i{
        display: block;
    }
    .hero-section{
        width: 100%;
    }
    .hero-section>.hero-info{
        width: 100%;
    }
    .hero-section > .hero-info p{
        width: 100%;
        font-size: 12px;
    }
    .main-section{
        flex-direction: column;
    }
    .services, .career, .last{
        flex-direction: column;
        justify-content: center;
    }
    .last, .copy{
        margin: auto;
        text-align: center;
    }
    hr{
        display: none;
    }
}

