@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

html, body {  overflow-x: hidden !important;  width: 100%;  }

.row{
    margin: 0;
    padding: 0;
}

video {
    width: 100%;
    height: 100%;
}

video::-webkit-media-controls {
    display: none;
}

/* HEADER */
.bg-body-tertiary{
    background-color: #00298E !important;
    box-shadow: 0 -2px 29px -14px #D9D9D9;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.container-fluid {
    padding: 20px 120px ;
}

.type_img{
    overflow: hidden;
    border-radius: 15px;
}

.navbar-brand img{
    height: 50px;
}

.navbar-nav{
    width: 100%;
    justify-content: space-around;
    padding: 0 30px;
}

.navbar-nav .nav-link, .navbar-nav .nav-link.show, .navbar-nav .nav-link.active{
    color: white;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
    padding: 0;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.show:hover, .navbar-nav .nav-link.active:hover{
    color: #F9D41C;
    transition: 0.3s;
}

.social-medias{
    display: flex;
}

.social-medias a{
    padding-left: 50px;
}

.social-medias a img{
    width: 130%;
}


/* BANNER SECTION */
.banner{
    background-color: #00298E;
    padding: 150px 120px 41px 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-area{
    height: auto;
    border-radius: 50px;
    width:25%;
   /*  background-color: #D9D9D9; */
   display: flex;
   justify-content: center;
   align-items: center;
    overflow: hidden;
}


/* HASHTAGS SECTION */

.hashtags>div{
    padding: 20px 0 !important;
    text-align: center;
}

.hashtags>div p{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 30px;
}

.hashtags>div:nth-child(1){
    background-color: #F9D41C;
    color: #00298E;
}

.hashtags>div:nth-child(2){
    background-color: #FF3C00;
    color: white;
}

.hashtags>div:nth-child(3){
    background-color: #00298E;
    color: #F9D41C;
}

.hashtags>div:nth-child(4){
    background-color: #D8D8D8;
    color: #201D1E;
}

/* MAIN PAGE SECTION */
.main_page{
    background-color: #FF3C00;
    padding: 120px;
}

.main_page h1{
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0;

}

.main_page h4{
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 35px;
}

.main_page h1 img{
    margin-right: 20px;
}

.main_page_img{
    display: flex;
    align-items: center;
}

.main_page_img img{
    width: 100%;
    height: fit-content;
}

/* WHO ARE WE SECTION */
.section-header{
    padding: 35px 0;
    text-align: center;
}

.section-header h1{
    font-weight: 700;
    margin-bottom: 0;
}

.who_are_we_content{
    padding: 70px 120px;
    background-color: #F9D41C;
    position: relative;
}

.shape{
    background-color: #FF3C00;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

.who_are_we_content p{
    font-weight: 700;
    font-size: 18px;
}

/* OUR PLACE SECTION */

.our_place_content{
    padding: 70px 120px;
    background-color: #00298E;
}

.our_place_content p{
    font-weight: 700;
    font-size: 19px;
    color: white;
    margin-top: 60px;
}

.place_images {
    display: flex;
    justify-content: center;
    align-items: center; 
    overflow: hidden; 
}

.place_images img {
    width: 11.11%; 
    height: auto; 
    object-fit: cover; 
}


/* TYPES OF SPORTS SECTION */
.sport_type_content{
    padding: 70px 120px;
    background-color: #00298E;
}

.type_header{
    background-color: white;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;

}

.type_header p{
    margin-bottom: 0;
    font-weight: 700;
    color: #00298E;
    padding: 7px 0;
    font-size: 20px;
}

.type_img img{
    width: 100%;
}

.type_text{
    color: white;
    font-weight: 500;
    margin-top: 40px;
    font-size: 17px;
}


/* FOOTER */
.footer{
    padding: 40px 120px;
    background-color: #00298E;
    color: white;
    align-items: center;
}

.footer p{
    margin-bottom: 0;
}

.footer a{
    color: white;
    text-decoration: none;
}

video {
    width: 100%;
    height: 100%;
}

video::-webkit-media-controls {
    display: none;
}


@media screen and (max-width: 767px) {
     .footer, .main_page, .who_are_we_content, .our_place_content, .sport_type_content {
        padding: 20px !important;
    }

    .container-fluid{
        padding: 5px 20px !important;
    }

    .banner {
        background-color: #00298E;
        padding: 100px 20px 30px 20px;
    }

    .navbar-brand img{
        height: 35px;
    }

    .navbar-toggler{
        outline: none;
        border: none;
    }

    .navbar-toggler:focus{
        box-shadow: none;
    }

    .hashtags>div p{
        font-size: 20px;
    }

    .main_page h1{
        font-size: 22px;
    }

    .main_page_img img{
        margin-top: 10px;
    }

    .main_page h1 img {
        margin-right: 5px;
        height: 35px;

    }

    .main_page h4{
        font-size: 18px;
    }

    .shape{
        width: 5px;
    }

    .section-header{
        padding: 18px 0;
    }

    .our_place_content p{
        margin-top: 30px;
    }

    .type_text{
        margin-bottom: 30px;
    }

    .social-medias a{
        padding-left: 10px;
    }
    .social-medias a img {
        width: 50%;
    }

    .footer>div:nth-child(1) {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .footer>div:nth-child(2) img {
        height: 40px;
    }

    .footer>div:nth-child(3) {
        text-align: center !important;
        margin-top: 20px;
    }

    .video-area {
        height: auto;
        border-radius: 14px;
        width: 90%;
        overflow: hidden;
        display: flex ;
        justify-content: center;
        align-items: center;
    }

    .navbar-nav{
        padding: 10px 0;
    }
}