*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    text-decoration: none;
    font-family: sans-serif;
}
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
}
.res{
    width: 85%;
    margin: 0 auto;
}
.heading{
    text-align: center;
}
.heading h2{
    color: black;
    font-size: 40px;
    font-weight: 600;
}
.heading p{
    margin-top: 10px;
    font-size: 16px;
    color: gray;
}
.s-box-btn{
    text-align: center;
    margin-top: 50px;
}
.s-box-btn button{
    background-color: orangered;
    color: white;
    padding: 10px 20px;
    border: orangered;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}
.bbb{
    background-color: orange;
    color: white;
    padding: 10px 20px;
    border: orange;
    font-size: 18px;
    cursor: pointer;
    border-radius: 1px;
    text-align: center;
}
.bbb:hover{
    background-color: rgba(255, 68, 0, 0.904);
    transition: .4s;
}
.btn button{
    background-color: orangered;
    color: white;
    padding: 10px 20px;
    border: orangered;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}
.s-box-btn button:hover{
    background-color: rgba(255, 68, 0, 0.904);
    transition: .4s;
}
/* -------------------------------------------------------------------------- */
.main-top{
    background: #222222;
    color: white;
    padding: 10px 0;
}
.top-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-left{
    display: flex;
    align-items: center;
}
.top-left p{
    margin-right: 20px;
    font-size: 14px;
    color: rgb(185, 185, 185);
}
.top-right a{
    text-decoration: none;
    color: #b9b9b9;
    font-size: 14px;
}
.top-right a:hover{
    text-decoration: underline;
    color: orange;
    transition: .4s;
}
.top-right a:first-child{
    padding-right: 10px;
}

.top-right a:last-child{
    border-left: 1px solid #b9b9b9;
    padding-left: 10px;
}



.header{
    background: url(../images/image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}
.header-warpper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99999;
}
.logo h2{
    color: rgb(255, 255, 255);
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}
nav ul li{
    display: inline-block;
    list-style: none;
    padding: 20px 20px;
}
nav ul li a{
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    transition: .1s;
}

nav ul li a:hover{
    border-bottom: 3px solid orange;
 
}
.menubtn{
    display: none;
}
.menubtn i {
    display: block;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transform: rotate(90deg);
}

.kk {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;

}
.home-text{
    margin-top: 130px;
}
.home-text h2{
    color: white;
    font-size: 20px;
    font-weight: 500
}
.home-text h1{
    color: white;
    text-transform: uppercase;
    font-size: 63px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.home-box-warpper{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-box{
    background: #051e23af;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    cursor: pointer;
}
.home-box:hover{
    background: black;
    transition: .5s;

}
.box-left img{
    width: 100%;
}
.box-right h2{
    color: white;
    font-size: 20px;
    margin-left: 30px;
    margin-bottom: 10px;
    line-height: 28px;
}
.box-right a{
    text-decoration: none;
    color: white;
    margin-left: 30px;
    font-size: 16px;
}
.box-right a:hover{
    color: orange;
    transition: .4s;
    text-decoration: underline;
}
/* ------------------------------------------------------------------------- */


.populer{
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 100px;
    margin-bottom: 80px;
}
.popular-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popular-title .left h2{
    font-size: 40px;
    color: black;
    font-weight: 600;
}
.popular-title .left p{
    margin-top: 10px;
    color: gray;
    font-size: 16px;
}
.pupular-title .s-box-btn{
    margin: 0;
}
.puplar-warpper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.p-box{
    width: 25%;
    margin: 10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(128, 128, 128, 0.164);
    padding-bottom: 60px;
    border-radius: 3px;
}
.p-box:hover{
    box-shadow: 0 0 5px 0 rgba(221, 221, 221, 0.863);
    transition: .3s;
}
.p-box img{
    width: 100%;
    height: 30vh;
}
.p-box .p-text img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: -40px;
    border: 3px solid white;
}
.p-box .p-text h4{
    color: gray;
    font-size: 15px;
    margin-bottom: 30px;
}
.p-box .p-text h2{
    color: black;
    font-size: 15px;
    line-height: 23px;
}
.p-box .p-text h2:hover{
    color: orange;
    transition: .4s;
}

/* ------------------------- */

.service{
    width: 100%;
    height: 100vh;
    background-color: #F3F3F3;
    padding: 50px 0px;
}
.service-warpper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.service-warpper .s-box{
    width: 100%;
    margin: 0 10px;
    padding: 40px 10px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    cursor: pointer;
}
.service-warpper .s-box img{
    width: 80px;
    margin-bottom: 20px;

}
.service-warpper .s-box h2{
    color: rgb(51, 51, 51);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.service-warpper .s-box p{
    color: gray;
    font-size: 15px;
    line-height: 26px;
}

/* ------------------ */

.events{
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 50px;
}
.events-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.253);
}
.events-title .left h2{
    font-size: 40px;
    color: black;
    font-weight: 600;
}
.events-title .left p{
    margin-top: 10px;
    color: gray;
    font-size: 16px;
}
.events-title .s-box-btn{
    margin: 0;
}
.events-title .s-box-btn button{
    margin: 0;
    background: transparent;
    color: black;
    border: 1px solid gray;
}

.events-warpper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.events-warpper .events-text{
    width: 20%;
    padding: 10px 20px;
    margin-right: 10px;
    border-right: 1px solid rgba(128, 128, 128, 0.082);
}
.events-text h1{
    font-size: 70px;
    font-weight: 600;
    color: orange;
}
.events-text h2{
    font-size: 26px;
    color: gray;
    margin-top: 10px;
}
.events-warpper .events-des{
    width: 49%;
    padding: 10px 20px;
}
.events-des h2{
    color: rgb(51, 51, 51);
    font-size: 20px;
    margin-bottom: 10px;

}
.events-warpper .events-des h2:hover{
    color: orange;
    transition: .4s;
    cursor: pointer;
}
.events-des .time{
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.time h4{
    font-size: 15px;
    color: gray;
    padding-right: 30px;
}

.events-des p{
    color: gray;
    font-size: 14px;
    margin-top: 20px;
}
.events-warpper .events-img{
    width: 30%;
    padding: 10px 20px;
}
.events-warpper .events-img img{
    width: 100%;
}
.new{
    border-top: 1px solid rgba(128, 128, 128, 0.253);
    padding-top: 20px;
}

/* --------------- */

.news{
    width: 100%;
    height: 90vh;
    padding-top: 80px;
    padding-bottom: 50px;
    background: url(../images/bg-register-now-new.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news .events-title .left h2{
    color: white;
}
.news .events-title .left p{
    color: white;
}
.news .events-title .s-box-btn button{
    margin: 0;
    background: white;
    color: black;
    border: 1px solid gray;
}

/* ----------------- */
.newsletter{
    width: 100%;
    height: 45vh;
    padding: 50px 0;
    background: #190258;
    text-align: center;
}
.newslwetter-title{
    margin-top: 10px;
    margin-bottom: 40px;
}
.newslwetter-title p{
    color: white;
    font-size: 16px;
    width: 555px;
    line-height: 26px;
    margin: 0 auto;
    font-weight: 500;
}

.newsletter-box form input{
    width: 50%;
    padding: 20px 20px;
    background: white;
    border: 1px solid gray;
    color: black;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    outline: 0;
}
.newsletter-box form button{
    width: 180px;
    padding: 20px 20px;
    background: orange;
    border: 0;
    color: white;
    outline: 0;
    cursor: pointer;
    margin-left: -10px;
    border: 1px solid orange;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* ---------------------------------- */
.footer{
    background: black;
    height: 10vh;
    width: 100%;
}
.footer-text p{
    text-align: center;
    color: white;
    font-size: 16px;
    padding-top: 20px;
}


/* ----------------------------------- */
.nav-active{
    left: 0;
}
.sticky {
    position: fixed;
    top: 0;
    background: #ffa500;
    width: 100%;
    left: 0;
    padding: 0px 8%;
    box-shadow: 0px 0px 10px #222222;
    transition: .2s;
}
.sticky nav ul li a:hover {
    border-bottom: 3px solid rgb(255, 255, 255);
    transition: .1s;
}
