/*!
Theme Name: winfair
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: winfair
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

winfair is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

 .quiz-box .right-box .quizOption input.right {
    background-color: green;
    color: #fff;
}
.quiz-box .right-box .quizOption input.wrong {
    background-color: red;
    color: #fff;
}
 #stadium {
    background: linear-gradient(180deg,rgb(0 0 0) 0%,rgb(0 0 0) 100%);
}
   #stadium .stadium-box {
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-position:center
   }
    #stadium .box.box1 .img-box img {
        width: 100%;
        border-radius: 20px;
    }
   
    #stadium .box.box2 .text-box h3 {
        font-size: 40px;
        line-height: 50px;
        font-family: "CeraPro-Bold";
        position: relative;
        margin-bottom: 20px;
        color: #000;
    }
    .stadium_Content {
        background: #fff;
        padding: 25px;
        border-radius: 20px;
    }
    #stadium .box.box2 .text-box p {
        font-family: "CeraPro-Light";
        color: #919191;
        font-size: 19px;
        line-height: 1.2;
    }
    #stadium .game-box ul li h6 {
        margin-bottom: 0;
        font-family: cerapro-medium;
        font-size: 18px;
        color: #FD651D;
    }
   #stadium .game-box ul li {
    display:flex
   }
   #stadium .game-box ul li .right {
	padding: 10px;
	background: #FD651D;
	padding: 15px;
	border-radius: 3px;
	width: 25%;
	text-align: center;
}
#stadium .game-box ul li .left {
	padding: 15px;
	width: 75%;
	border-radius: 3px;
	background: #fff;
}
   #stadium .game-box ul li:first-child {
        margin: 10px 0;
    }
    #stadium .end-box ul li ul {
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 3px;
        background: #fff;
    }
   #stadium .end-box ul li ul li:first-child p {
	color: #FD651D;
	font-family: cerapro-medium;
	font-size: 18px;
}
#stadium .end-box ul li ul li:last-child p {
	font-family: cerapro-medium;
	font-size: 18px;
	color: #4D4D4D;
}
   #stadium .end-box ul li ul li {
    width:calc(50% - 10px)!important
   }
   #stadium .end-box {
    margin-top:40px
   }
   #stadium .end-box .box>ul {
    display:flex;
    flex-direction:column;
    row-gap:10px
   }
   #stadium .end-box .list-box ul {
    display:flex;
    flex-wrap:wrap;
    row-gap:10px;
    column-gap:20px
   }
   #stadium .end-box .list-box ul li {
    width:100%
   }
   #stadium .box.box2 h4 {
	color: #FD651D;
	text-align: left;
	margin: 15px 0 20px;
	font-family: cerapro-medium;
	font-size: 28px;
	line-height: 38px;
}
   #stadium .button-box {
    margin-top:50px;
    text-align:center
   }
   #stadium .game-box ul li .right h6 {
	color: #fff;
}
    #stadium p {
        margin: 0;
        padding: 0;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
        color: #fff;
    }
   #stadium p:last-child {
    margin-bottom: 0;
    }
    #stadium ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
    }
    #stadium .row {
	align-items: center;
    }

    #stadium {
	padding: 70px 0;
	margin: 70px 0;
    }
    #stadium .section-heading, #quiz .section-heading {
	text-align: center;
	margin-bottom: 50px;
    }

    #quiz {
    padding-bottom:0
    }
    .quiz-part {
    background-image:url(/wp-content/uploads/2023/04/quizbg.png);
    background-size:auto 100%;
    background-position:right center;
    background-repeat:no-repeat
    }
    #quiz .box .left-box .img-box img {
    width:100%
    }
    .quiz-box .right-box .quizOption h6 {
	z-index: 1;
	font-size: 16px;
	line-height: 26px;
	font-family: cerapro-bold;
	color: #fff;
}

#mobileView {
    display: none;
  }

#quiz .box {
	display: flex;
	align-items: center;
	background: #fffc;
	border-radius: 25px;
	margin-bottom: 80px;
	box-shadow: 0 0 4px #ddd;
	margin-top: 10px;
}
    #quiz .box .left-box {
    width:30%
    }
    #quiz .box .right-box {
    width:70%;
    padding-left:10px;
    padding-right:10px
    }
    #quiz .box .right-box .input-box .form-check-label {
    font-size:18px;
    color:#fff;
    text-transform:capitalize;
    font-family:cerapro-medium;
    padding-left:10px
    }
    #quiz .box .left-box .img-box {
    position:relative
    }
    #quiz .box .left-box .text-box {
    position:absolute;
    bottom:20px;
    left:20px;
    padding-right:10px;
    z-index:1
    }
    #quiz .box .left-box .text-box p {
    font-family:cerapro-medium;
    font-size:18px;
    line-height:28px
    }
    #quiz .swiper-button-next,
    #quiz .swiper-button-prev {
    position:absolute;
    top:auto;
    bottom:0;
    left:50%;
    transform:translateX(-50%)
    }
    #quiz .swiper-button-prev {
    transform:translateX(-200%)
    }
    #quiz .swiper-button-next {
    transform:translateX(100%)
    }
    #quiz .box .left-box .img-box img {
    border-radius:20px;
    box-shadow:8px 0 12px #939090
    }
    .quizOption {
	display: inline-flex;
	max-width: calc(50% - 20px);
	align-items: center;
	width: 100%;
	background: #fff;
	margin-bottom: 12px;
	border-radius: 50px;
}
.quiz-box .right-box .quizOption h6 {
	z-index: 1;
}
.quizOption h6 {
	background: linear-gradient(140deg, rgba(247,162,49,1) 0%, rgba(252,110,32,0.8995799003195029) 44%, rgba(0,0,0,1) 100%);
	padding: 8px 16px;
	border-radius: 50px;
	margin: 0;
}
.quiz-box .right-box .quizOption input {
	height: 42px;
	padding: 0px;
	margin: 0px;
	margin-left: -42px;
	border-radius: 50px;
	padding-left: 53px;
	color: #000;
}
.quiz-box .right-box input {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px;
	padding: 5px;
	display: inline-block;
	margin-right: 5px;
	background: transparent;
	text-align: left;
}

@media(max-width:1199px) {
    #stadium .box.box2 .text-box h3 {
        font-size: 32px;
        line-height: 42px
    }

    

    #stadium .end-box ul li ul li:first-child p {
        font-size: 16px
    }

    #stadium .end-box ul li ul li:last-child p {
        font-size: 16px
    }

    #stadium .box.box2 h4 {
        font-size: 25px;
        line-height: 35px
    }

    #stadium .stadium-box {
        padding: 30px
    }
  
}

@media(max-width:991px) {
    #quiz .box {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 60px
    }
    #stadium .end-box .col-lg-4 {
        width: 50%;
        margin: 0 auto
    }

    #stadium .game-box ul li {
        width: 50%;
        margin: 0 auto
    }

    #stadium .box.box2 h4 {
        margin: 30px 0
    }
    #stadium .box.box2 .text-box {
        text-align: center;
        margin-top: 20px
    }

    #stadium .box.box2 .text-box h3::after {
        left: 50%;
        transform: translateX(-50%)
    }
}
@media(max-width:767px) {
    .quizOption {
        max-width: 100% !important
    }
    #quiz .box {
        max-width: 100%;
        flex-wrap: wrap
    }

    #quiz .box .right-box {
        width: 100%;
        padding: 15px
    }

    #quiz .box .left-box {
        width: 100%
    }

    #quiz .box .input-box {
        padding-bottom: 5px
    }
    #stadium .box.box2 .text-box h3 {
        font-size: 26px;
        line-height: 36px
    }
    #stadium .game-box ul li {
        width: 100%
    }

    #stadium .end-box .col-lg-4 {
        width: 100%
    }

    #stadium .end-box .list-box>ul {
        row-gap: 20px
    }

    #stadium .end-box .list-box>ul>li {
        width: 100%
    }
    #stadium .end-box ul li ul {
        column-gap: 20px
    }
  
}
@media(max-width:575px) {
    #quiz .box {
        max-width: 100%
    }

    #quiz .box .left-box .text-box p {
        font-size: 16px;
        line-height: 26px
    }

    #quiz .box .right-box .input-box .form-check-label {
        font-size: 16px;
        padding-left: 3px
    }
    #stadium .box.box2 .text-box h3 {
        font-size: 20px;
        line-height: 30px;
    }
    #stadium p {
        font-size: 15px;
        line-height: 26px;
    }
    #stadium .end-box ul li ul li:last-child p {
        font-size: 14px;
        line-height: 15px;
    }
    #stadium .end-box ul li ul li:last-child p {
        font-size: 12px;
        line-height: 15px;
    }
    #stadium .game-box ul li h6 {
        font-size: 13px;
    }
    #stadium .box.box2 h4 {
        font-size: 19px;
        line-height: 32px;
        margin: 15px 0;
    }
}
@media(max-width:479px) {
    #quiz .box .right-box {
        padding-left: 5 px
    }
    #stadium .stadium-box {
        margin-top: 0px
    }
}
@media(max-width:375px) {
    #quiz .box .right-box {
        padding-left: 10px
    }

    #quiz .box .left-box .text-box p {
        font-size: 14px;
        line-height: 24px
    }

    #quiz .box .left-box .text-box {
        bottom: 10px;
        left: 10px
    }

    #quiz .box .right-box .input-box .form-check-label {
        font-size: 14px;
        padding-left: 5px
    }
    #stadium .stadium-box {
        padding: 15px
    }
    #stadium .button-box {
        margin-top: 50px
    }
  
    #stadium {
        padding: 30px 0;
        margin: 30px 0;
    }
}

 .middle-box {
        margin: 15px 0;
    }
    .text-left {
        text-align: left;
    }
    .text-right {
        text-align:right;
    }


        
/* match css */

#match .card {
	text-align: center;
	background: #fff;
	display: block;
	padding: 20px 40px;
	border: 2px solid #AA4417;
	border-radius: 25px;
	box-shadow: 0px 20px 20px 0px #00000054;
	margin: 40px 0;
}
#match .card .body ul {
    list-style: none;
}
#match .card .body ul {
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding: 0;
}

#match .card .body ul li .top-box {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



#match .card .body ul li .top-box img {

    width: 50px;

    height: 50px;

    object-fit: contain;

}



#match .card .body ul li .end-box p,

#match .card .body ul li .end-box h4 {

    background: var(--cream-color);

    padding: 4px;

    border-radius: 10px;

}


#match .card .body ul li .end-box p {

    background: #ffe6d5;

}




#match .card .body ul li .end-box h4 {
	background: #d43e43;
	margin-bottom: 0;
	color: #fff;
}

#match .card .body ul li .end-box h4.live {
    background: #2da261;
}
#match .card .body ul li .end-box h4.upcoming {
    background: #e2791e;
}

#match .card .body ul li .top-box .text-box h4 {

    margin-bottom: 0;

}



#match .card .body ul li:first-child .top-box .text-box h4 {

    margin-right: 10px;

}



#match .card .body ul li:last-child .top-box .text-box h4 {

    margin-left: 10px;

}



#match .card .body ul li:not(:nth-child(2)) {

    width: 70%;

}



#match .card .body ul li:nth-child(2) {

    width: 30%;

}



#match .card .body ul li .end-box {

    margin-top: 20px;

}



#match .card .header {

    margin-bottom: 20px;

}



#match .card .header h4 {

    margin-bottom: 0;

    text-transform: capitalize;

}



#match .card .body .text-box .vs {
    margin-top: 15px;
    color: var(--red-color-light);
}



.progress-box .top,

.progress-box .end {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



#match .card .footer .top h6,

#match .card .footer .end h6 {

    margin-bottom: 0;

}



.progress-box .progress {

    margin: 10px 0;

    background: var(--red-color-light);

    border-radius: 30px;

}



#match .card .footer {

    padding-top: 20px;

}



.progress-box .progress .progress-bar {

    background: var(--green-color-light);

    border-radius: 30px;

}



#match .owl-item {

    transform: scale(.7);

    transition: .2s all;

}



#match .owl-item.center {

    transform: scale(1);

    position: relative;

    z-index: 1;

}



#match .item {
    margin: 0px -40px 0px;
}



#match .owl-item.center .item {
    margin: 0 -60px;
}



.owl-nav button {

    margin: 5px 50px !important;

}



.owl-nav button i {

    font-size: 30px;

}



.owl-nav button i {

    font-size: 30px;

    color: var(--orange-color);

}

.bannerPunter .mobileView {
    display: none;
  }

/* match css */


.swiper-slide {
    touch-action: none;
}
.banner-img .mobileview {
	display: none;
}


.navbar-brand img {
    max-width: 55%;
}

.navbar-nav .btn-blue {
  display: none !important;
}