@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap ');


*{
	font-family: 'poppins';
    transition: .3s;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
body{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}
.cnt{
    padding: 0 8%;
}
.bn p.pp {
    text-transform: lowercase;
}
.menubtn{
    display: none;
}
.menubtn i{
    font-size: 25px;
    cursor: pointer;
}
/* header section start here */
#header{
    width: 100%;
    background-color: #0B0C33;
}
.topbar{
    display: flex;
    justify-content: space-between;
    text-align: center;

    padding: 10px 8%;
}
.logo img{
    width: 128px;
    cursor: pointer;
}
.menu{
    position: relative;
}
.menu a{
    display: inline-block;
    padding: 10px;
    margin: 10px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn{
    margin-top: 10px;
    background-color: #9b3ffdc5;
    padding: 10px 25px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    cursor: pointer;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}
.btn:hover{
    background-color: #9B3FFD;
}
body{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(../images/body-bg.jpg);
}

.home{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.bg{
    position: relative;
}
.bgg{
    position: absolute;
    top: 100%;
    left: 60px;
    width: 90%;
    height: 100%;
    background: url(../images/hero-banner-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.bggg {
    position: absolute;
    top: 70%;
    left: 120px;
    width: 80%;
    height: 130%;
    background: url(../images/hero-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.home-text{
    text-align: center;
    margin-top: 10%;
    padding-bottom: 50px;
}
.home-text h4{
    font-size: 20px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 10px;

}
.home-text h1{
    font-size: 40px;
    font-weight: 600;
    color: white;
    line-height: 40px;
}
.home-text button {
    margin-bottom: 30px;
    margin-top: 12px;
}


.heading{
    text-align: center;
    margin-bottom: 40px;
}
.heading h4{
    color: #DEE2F0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.heading h2{
    width: 40%;
    text-transform: uppercase;
    color: #DEE2F0;
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto;
    line-height: 40px;
    margin-bottom: 20px;
}
.heading p{
    color: #BBB3D8;
    width: 40%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 20px;
}
.trunament{
    padding-top: 50px;
    padding-bottom: 50px;
}
.trunament-box{
    background-color: #9b3ffd0e;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
}
.t1{
    width: 100%;
    display: flex;
}
.t1 img{
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.text-box{
    margin-top: 10px;
}
.text-box h2 {
    color: white;
    width: 150px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: end;
}
.t3 img{
    width: 100px;
    height: 100px;
    margin-left: 10px;
}
.text-box h4 {
    color: white;
    text-align: start;
    font-size: 12px;
    margin-top: 10px;
}



.trunament-box{
    margin-bottom: 50px;
}

.t2{
    text-align: center;
    width: 100%;
}
.t2 h2{
    color: white;
    font-size: 45px;
    font-weight: 600;
}
.t2 h4{
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.tt-icone i{
    color: white;
    font-size: 20px;
    margin: 5px;
}
.t3{
    display: flex;
    width: 100%;
}

.text-boxx{
    margin-top: 10px;
}
.text-boxx h4 {
    color: white;
    font-size: 12px;
    margin-top: 10px;
    text-align: start;
    margin-left: 10px;
}

.text-boxx h2 {
    color: white;
    width: 150px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: start;
    margin-left: 10px;
}

#news{
    padding-top: 50px;
    padding-bottom: 50px;
}
.news-box-warper{
    
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.news-box{
    margin: 10px;
    padding-bottom: 10px;
    background-color: #16123D;
    position: relative;
}
.news-box img{
    width: 100%;
}

.date{
    display: flex;
    margin-left: 10px;
}
.date p{
    color: white;
    font-size: 10px;
    font-weight: 500;
    margin: 5px;
}
.date p i{
    color: #4F3991;
    font-size: 12px;
    margin-right: 2px;
}
.news-box h2{
    margin-left: 10px;
    font-size: 20px;
    color: white;
    font-weight: 600;
    text-transform: capitalize;
}
.news-box p{
    color: white;
    font-weight: 500;
    font-size: 15px;
    margin-left: 10px;
}
.news-box a{
    float: right;
    margin-right: 10px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 10px;
    padding-top: 20px;
}
.news-box a:hover{
    text-decoration: underline;
}
.news-box button {
    background: #0b0c33b9;
    padding: 5px 10px;
    border: 0;
    color: white;
    font-size: 12px;
    position: absolute;
    left: 0px;
    top: 41%;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}
.news-box button:hover{
    background: #0B0C33;
}




#contact{
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-warper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 85%;
}
.footer-box{
    flex-basis: 22%;
    position: relative;
}
.footer-box img{
    width: 100px;
}
.footer-box p{
    color: white;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.footer-box .links i{
    color: white;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 10px;
}
.footer-box h3{
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-box h3::after{
    position: absolute;
    content: '';
    top: 25px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #9B3FFD;
}
.url a{
    display: inline-block;
    color: white;
    font-size: 16px;
    font-weight: 500;
    width: 80%;
    margin: 5px 0;
}
.url a:hover{
    text-decoration: underline;
}

.bn h4{
    color: #9B3FFD;
    font-size: 16px;
    font-weight: 600;
}
.bn p{
    margin-top: 0;
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.footer-box input[type="email"] {
    border: 2px solid #4F3991;
    font-size: 14px;
    padding: 10px;
    outline: none;
    color: white;
    background: transparent;
    margin-bottom: 10px;
}
.footer-box button {
    padding: 5px 12px;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    background: #9b3ffdc9;
    color: white;
    font-weight: 500;
}
.footer-box button:hover {
    background: #9B3FFD;
}


#footer{
    background: #0E0C34;
    padding-top: 20px;
    padding-bottom: 20px;
}
.copy{
    text-align: center;
}
.copy p{
    color: white;
    font-weight: 600;
    font-size: 16px;
}
.cv{
    text-transform: uppercase;
    color: #9B3FFD;
    font-weight: 700;
}