@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#48494c; background: #dee1f2 url("../images/fifa-world-cup-2026/bg.jpg")top center no-repeat; background-size: cover;}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
#confetti {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.music-wrapper {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 100px;
    opacity: 1;
    transition: 0.3s;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 10px 0 0 10px;
}
.music-wrapper audio {
    position: absolute;
    left: -6px;
    top: -7px;
}
audio:focus {
	outline: none;
}
.floating-wrapper {
    position: fixed;
    z-index: 999;
    right: 3px;
    top: 100px;
    max-width: 55px;
}
button.float-btn {
    display: block;
    margin: 10% 0;
	filter: drop-shadow(0 1px 2px rgb(0,0,0,0.5));
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 135px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
a.float-item {
    display: inline-block;
    max-width: 40px;
    margin: 5% auto;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 10px 0 30px;
}
.title-top {
	position: relative;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 1%;
    max-width: 25%;
    margin: 0 auto;
}
.date-event {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}
.date-text {
    position: absolute;
    left: 12%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #48494c;
    font-size: 26px;
    font-weight: 700;
}
.subtitle {
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0;
    max-width: 950px;
    margin: 0 auto 15px;
}
.tab-wrapper {
	display: flex;
	align-content: center;
	justify-content: center;
	grid-gap: 20px;
	margin-bottom: 45px;
}
ul.nav.event-tabs {
    align-items: center;
    justify-content: center;
    width: 100%;
}
ul.nav.event-tabs li.tab-item {
    width: 48%;
    margin: 0 1%;
}
a.tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/fifa-world-cup-2026/tab.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
	max-width: 500px;
	margin: 0 auto;
    height: 75px;
    color: #7070c4;
    font-size: 26px;
    font-weight: 700;
    text-shadow: 0px 2px 2px rgb(0, 0, 0, 0.3);
    text-transform: uppercase;
}
a.tab-btn.active {
    background: url(../images/fifa-world-cup-2026/tab-active.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
span.title-deco {
    margin-right: 10px;
}
span.title-deco img {
    max-height: 40px;
}
.match-frame {
	position: relative;
	background: url("../images/fifa-world-cup-2026/bg-match.jpg")no-repeat top center;
	background-size: cover;
	border: 3px solid #c1d7f6;
	border-radius: 15px;
	box-shadow: 1px 2px 5px rgb(0,0,0,0.4);
	padding: 15px 15px;
	margin-bottom: 45px;
}
.match-frame.result {
	background: url("../images/fifa-world-cup-2026/scoreboard-bg.jpg")no-repeat top center;
	background-size: cover;
}
.deco.fifa-tag {
    left: 2%;
    top: -0.4%;
    max-width: 7%;
}
.match-date {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 0 #a454f5, -2px 0 #a454f5, 0 2px #a454f5, 0 -2px #a454f5, 1px 1px #a454f5, -1px -1px #a454f5, 1px -1px #a454f5, -1px 1px #a454f5;
    font-style: italic;
    filter: drop-shadow(2px 2px 1px rgb(0, 0, 0, 0.3));
	margin-bottom: 20px;
}
.match-team-wrap {
    position: relative;
}
.ctry-flag {
    position: absolute;
    max-width: 18%;
    filter: drop-shadow(1px 2px 4px rgb(0, 0, 0, 0.4));
}
.match-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto 20px;
}
.match-team-wrap {
    position: relative;
	margin-bottom: 5px;
}
.ctry-name {
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 1.5px 2px #6a50fc;
    text-align: center;
    width: 24%;
    height: 50px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctry-flag.team1 {
    left: -3%;
    top: 7%;
}
.ctry-name.team1 {
    left: 16%;
    top: 41%;
}
.ctry-name.team2 {
    right: 16%;
    top: 41%;
}
.ctry-flag.team2 {
    right: -3%;
    top: 7%;
}
.time-match {
    background: #fff;
    border: 2px solid #90bbff;
    border-radius: 45px;
    max-width: 180px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 600;
    color: #0d74ff;
    padding: 2px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.timer-icon {
    margin-right: 5px;
}
span.timer-icon img {
    max-height: 27px;
    margin-bottom: 3px;
}
.result-groups {
    max-width: 820px;
    margin: auto;
}
.group-box {
    background: url(../images/fifa-world-cup-2026/rstab.png) no-repeat;
    background-size: 100% 100%;
    max-width: 248px;
    height: 95px;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 10px;
	cursor: pointer;
}
.group-box:hover {
	background: url("../images/fifa-world-cup-2026/rstab-active.png")no-repeat;
	background-size: 100% 100%;
}
.gbtext {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    text-shadow: 0px 2px 2px #1f24c0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    padding: 0 25px;
}

.cd-title {
    margin-bottom: 25px;
}
.countdown-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    padding: 0;
    list-style-type: none;
    max-width: 850px;
    margin: 0 auto 15px;
}
.cd-tab {
    position: relative;
    max-width: 180px;
    margin: 0 auto;
	color: #342e7b;
}
.cdnum {
    position: relative;
    max-width: 180px;
    margin: 0 auto 13px;
    filter: drop-shadow(0px 5px 5px #748cd5);
}
.tabnum {
    position: absolute;
    left: 21%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 105px;
    font-weight: 500;
    letter-spacing: 37%;
}
.dtext {
    font-size: 170%;
    font-weight: 500;
    text-transform: uppercase;
    color: #373737;
}
.free-wrap {
    padding: 15px 0;
}
button.free-btn {
	animation: bounce 1.5s ease-in-out infinite;
}
@keyframes bounce {
  0% {
	transform: scale(1);
	filter: brightness(1);
  }
  50% {
	transform: scale(1.08);
	filter: brightness(1.07);
  }
  100% {
	transform: scale(1);
	filter: brightness(1);
  }
}
.deco.cup {
    left: -7%;
    top: 10%;
    max-width: 25%;
}
.deco.ball {
    right: -6%;
    top: 11%;
    max-width: 23%;
}

.wdl-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    max-width: 1080px;
    margin: 0 auto 20px;
}
.predict-reward-table-wrapper {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0px auto;
	font-size: 16px;
}
.rwrow {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1px;
	color: #fff;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-weight: 500;
}
.rwrow div {
	background: #6461a7;
	padding: 8px 2px;
}
.rwrow div:first-child {
	border-radius: 8px 0 0 8px;
}
.rwrow div:last-child {
	border-radius: 0 8px 8px 0;
}
.colm2 {
	grid-column: 1/3;
}
.colm6 {
	grid-column: 3/9;
}
.rwrow.top div {
    background: #dd247b;
}
.rwrow.blue div {
	background: #1491f7;
}
.rwrow.purple div {
	background: #8167e5;
}
.divider-bar {
    margin: 30px auto;
    border: 2px dashed #8ea6ca;
	max-width: 1080px;
}
.member-table {
    max-width: 1080px;
    margin: 0 auto 30px;
    color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}
.mb-bar {
    display: grid;
    grid-template-columns: 45% 55%;
    grid-gap: 1px;
    margin-bottom: 2px;
}
.mb-bar div {
    background: #496d8b;
    padding: 8px 2px;
}
.mb-bar.top div {
	background: #e81971;
}
.mb-bar div:first-child {
	border-radius: 8px 0 0 8px;
}
.mb-bar div:last-child {
	border-radius: 0 8px 8px 0;
}
.sports-bottom {
    position: relative;
}
.real-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 11%;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.sports-pvd {
    position: relative;
}
.sports-pvd-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 37%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6% 5%;
    max-width: 40%;
    margin: 0 auto;
}
.sports-pvd-inner a:hover {
	transform: scale(1.03);
	filter: brightness(1.08);
}
/** Modal **/
.modal-dialog.terms {
    max-width: 750px;
}
.modal-content.terms {
    background: linear-gradient(180deg,rgba(17, 24, 90, 1) 0%, rgba(18, 57, 139, 1) 100%);
    border: 2px solid #a7d7ff;
    border-radius: 15px;
    padding: 15px 25px;
	color: #fff;
}
button.close-x {
    position: absolute;
    right: 16px;
    top: 16px;
    color: #fff;
    z-index: 2;
}
.result button.close-x {
	color: #000;
}
.title-popup {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
ul.terms {
    padding-left: 17px;
}
.modal-content.result {
	border: none;
	background: none;
}
.result .carousel-indicators .active {
    background-color: #c153e1;
}
.result .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    opacity: 1;
}

@media(max-width: 1080px) {
.floating-wrapper {
	transform: scale(0.85);
	transform-origin: top right;
}	
}


@media(max-width: 991px) {
.music-wrapper {
	transform: scale(0.85);
	transform-origin: top right;
}
.subtitle {
    font-size: 20px;
}
.countdown-wrapper {
    max-width: 90%;
    grid-gap: 2vw;
	font-size: 1.6vw;
}	
.tabnum {
    font-size: 10.6vw;
}	
.wdl-wrapper {
    grid-gap: 1%;
}
.real-text {
    top: 1%;
    font-size: 2vw;
}	
}

@media(max-width: 767px) {
.floating-wrapper {
	top: 50px;
	transform: scale(0.7);
}
.music-wrapper {
	transform: scale(0.75);
}
.subtitle {
    font-size: 18px;
}
a.tab-btn {
    font-size: 3vw;
    height: 8.3vw;
}	
span.title-deco {
    margin-right: 1vw;
}	
span.title-deco img {
    max-height: 5vw;
}
button.free-btn {
    max-width: 56%;
}	
.match-date {
    font-size: 5vw;
}
.ctry-name {
	font-size: 2.3vw;
	height: 5.8vw;
}	
.time-match {
	max-width: 19vw;
	font-size: 3vw;
}
span.timer-icon img {
	max-height: 3.5vw;
	margin-bottom: 0.5vw;
}
.predict-reward-table-wrapper, .member-table {
    font-size: 15px;
}
.tab-wrapper {
    margin-bottom: 5%;
}	
.group-box {
    width: 45%;
    margin: 1% 2%;
}	
}

@media(max-width: 600px) {
.group-box {
    height: 16vw;
}	
.gbtext {
	font-size: 3.5vw;
	padding: 0 10%;
}
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.6);
}	
.music-wrapper {
	transform: scale(0.65);
}	
.subtitle {
    font-size: 15px;
}	
.date-event {
    max-width: 80%;
}
.date-text {
    font-size: 4.4vw;
}
.cd-title {
    max-width: 80%;
    margin: 0 auto 20px;
}	
.predict-reward-table-wrapper, .member-table {
    font-size: 13px;
}
.real-text {
	top: 1%;
	font-size: 2.5vw;
	max-width: 57%;
	margin: 0 auto;
}
.result ul.carousel-indicators {
    margin-bottom: 0;
}	
.modal-content.terms {
    font-size: 14px;
    padding: 15px 15px;
}	
.title-popup {
    font-size: 18px;
}	
.match-frame {
    padding: 10px 5px;
}	
}




















