*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none !important; 
}



@font-face {
	font-family: 'Mont';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('../fonts/Mont-Light-1.ttf') format('truetype');
}

@font-face {
	font-family: 'Mont';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('../fonts/Mont-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Mont';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('../fonts/Mont-Book.ttf') format('truetype');
}


/* tournament details banner section start */

/* .tournament-details-banner-section .tournament-details-banner-card {
    height: 500px;
    width: 100%;
} */

.tournament-details-banner-section .tournament-details-banner-card img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

#tournament-details-banner .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 40px;
    border: none;
    box-shadow: none;
    outline: none;
}

#tournament-details-banner .owl-nav button.owl-prev{
    left: 5%;
}

#tournament-details-banner .owl-nav button.owl-next{
    right: 5%;
}

/* tournament details banner section end */


/* tournament details content section start */

.tournament-details-content-section{
    padding: 80px 0;
}

.tournament-details-content-section .container{
    padding: 70px;
    background: #F3F3F3;
    border-radius: 8px;
}

.tournament-details-content-text-wapper h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #111111;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 30px;
}

.tournament-details-content-text-wapper ol{
    margin: 0;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tournament-details-content-text-wapper ol li h5{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #212529;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.tournament-details-content-text-wapper ol li p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #212529;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

.tournament-details-content-text-wapper ol li::marker{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #212529;
    font-weight: 700;
    line-height: 1.5;
}


.sponsored-by-title-wapper h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #111111;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 20px;
}

.sponsored-by-icon-wapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sponsored-by-icon-wapper .sponsored-by-img{
    width: 100%;
    display: flex;
}
.sponsored-by-icon-wapper .sponsored-by-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: auto;
}

.gallery-wapper{
    padding-top: 50px;
}

.gallery-wapper .row{
    row-gap: 30px;
}

.tournament-details-gallery-title h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #212529;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 30px;
}

.tournament-gallery-card img{
    width: 100%;
    object-fit: cover;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
/*   border-radius: 10px 10px 10px 10px; */
  overflow: hidden;
  transition: all 0.5s ease-in-out;
	min-height: 150px;
}

/* tournament details content section end */






@media (max-width: 1199px) {

    /* tournament details banner section start */

    .tournament-details-banner-section .tournament-details-banner-card img {
        height: 60vh;
    }

    /* tournament details banner section end */

}


@media (max-width: 991px) {

    /* tournament details content section start */

    .tournament-details-content-section .row{
        row-gap: 30px;
    }

    .sponsored-by-icon-wapper .sponsored-by-img {
        width: 48%;
        display: flex;
    }

    .tournament-details-content-section .container{
        padding: 20px;
        background: #F3F3F3;
        border-radius: 8px;
    }

    /* tournament details content section end */


}


@media (max-width: 767px) {

    /* tournament details banner section start */

    .tournament-details-banner-section .tournament-details-banner-card img {
        height: 350px;
    }

    /* tournament details banner section end */

    /* tournament details content section start */

    .tournament-details-content-section {
        padding: 40px 0;
    }

    .sponsored-by-icon-wapper .sponsored-by-img {
        width: 100%;
        display: flex;
    }

    /* tournament details content section end */

}




@media (min-width: 1400px) {
  .container.w-1320{
    max-width: 1320px;
  }
   .container.w-1150{
    max-width: 1150px;
  }
}