@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat/Montserrat-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat/Montserrat-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat/Montserrat-SemiBold.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat/Montserrat-ExtraBold.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Add more weights if needed */

:root {
  --resolution: 1920px;
}

header {
  display: none !important;
}
footer {
  display: none !important;
}

#bg-video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  object-fit: cover;
  z-index: 1;
}

.card-template__cards {
  justify-content: center;
}
#content {
  background-image: url("/wp-content/uploads/2025/08/BG-1-1-scaled.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100vh;
}
.main-row {
  max-width: calc(100% - 80px) !important;
  margin-top: 60px;
}
.text-chinhphuc {
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.563vw;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 15px;
}
.gradient-text {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.563vw;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff -32.43%, #ffc300 78.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-chinhphuc p,
.gradient-text p {
  margin-bottom: 0;
}
.hd-logo {
  width: 15.156vw !important;
}
.premiere-logo {
  width: 10.885vw !important;
}
.form-submit label {
  display: none;
}
.section .form-submit .form-input {
  height: 50px !important;
  border-color: transparent;
  border-radius: 0;
  background: #fff;
}
.section .form-submit .form-input:has(input:focus) {
  box-shadow: none;
  border: 2px solid #cbcbcb;
}
.section .form-submit .form-input:has(input:focus)::before {
  height: 48px;
}
.form-layout {
  max-width: 20.833vw;
  padding-top: 21px;
  margin: auto;
  background: transparent !important;
}

.section .form-submit .form-input::before {
  left: -1px;
}
.section .form-submit .form-input-user::before {
  background-image: url(/wp-content/uploads/2025/08/User.png), linear-gradient(180deg, #f00 0%, #900 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 24px 24px, cover;
  width: 50px;
  height: 50px;
}
.section .form-submit .form-input-phone::before {
  background-image: url(/wp-content/uploads/2025/08/Phone-1.png), linear-gradient(180deg, #f00 0%, #900 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 24px 24px, cover;
  width: 50px;
  height: 50px;
}
.section .form-submit .form-input-pass::before {
  background-image: url(/wp-content/uploads/2025/08/Lock.png), linear-gradient(180deg, #f00 0%, #900 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 24px 24px, cover;
  width: 50px;
  height: 50px;
}
.section .form-input-pass .toggle-password {
  width: 24px;
  height: 24px;
}
.section input::placeholder {
  color: #666 !important;
}
.section input {
  color: #333 !important;
}
.section input:focus {
  border: 1px solid #f00 !important;
}
.form-submit .form-input.error {
  box-shadow: none !important;
}
.section .form-input-wrapper p {
  color: #fff;
}
.section .btn-register, .btn-hidden-input {
  max-width: 18.854vw;
  margin: auto;
  margin-top: 24px;
  transition: transform 0.3s ease;
  animation: btnAnimation 0.5s linear infinite;
}
@keyframes btnAnimation {
  0% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}
.col-mid {
  /* background-image: url("/wp-content/uploads/2025/08/Rectangle-17-1-1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 47.76vw !important;
  flex-basis: 47.76vw !important; */
}
/* .col-left {
  position: absolute !important;
  z-index: 1;
  max-width: 37.448vw !important;
  flex-basis: 37.448vw !important;
  left: 0;
}
.col-right {
  position: absolute !important;
  z-index: 1;
  max-width: 37.448vw !important;
  flex-basis: 37.448vw !important;
  right: 0;
} */
.card-template__title {
  display: none;
}
.col-brand .col-inner {
  display: flex;
  gap: 9px;
  justify-content: center;
}
.card-template__card__header {
  display: none;
}
.card-template__card__item {
  flex-direction: row !important;
  justify-content: space-between;
}
.card-template__card__minutes {
  display: none;
}
.card-template__card {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.8);
}
.card-template__card__detail span.active {
  color: #fff !important;
}
.card-template__card__detail span {
  color: #fff !important;
}
.card-template__cards {
  overflow-x: visible;
}
.col-lich {
  background: linear-gradient(0deg, rgba(145, 0, 0, 0) 0%, #800000 45.44%, rgba(112, 0, 0, 0) 100%);
  height: 8.438vw;
}
.hd-logo::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.hd-logo {
  position: relative; /* required so ::after is positioned relative to this */
}
.hd-logo-pc {
  width: 27.604vw !important;
  margin: auto;
}
.card-template__card:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: transparent !important;
}
.card-template__card__score.active {
  font-weight: 600;
  color: #fff;
}
.card-template__card__score {
  color: #fff;
}
.card-template__card__team.awayTeam {
  flex-direction: row-reverse;
}
.card-template__card__item .card-template__card__detail:nth-child(2) {
  flex-direction: row-reverse;
}

.custom-schedule .football-item {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.8);
  padding: 8px;
  width: 387px;
  height: 49px;
}
.custom-schedule .football-item .left span,
.custom-schedule .football-item .right span {
  max-width: 100%;
}
.custom-schedule .football-item .left,
.custom-schedule .football-item .right {
  max-width: 100%;
}
.custom-schedule .football-item .left,
.custom-schedule .football-item .right {
  width: 100%;
}
.custom-schedule .football-item .center {
  width: auto;
}
/* .custom-schedule .football-item .center span {
  border-radius: 8px;
  background: rgba(206, 206, 206, 0.2);
  padding: 8px;
} */
.custom-schedule .football-item .center {
  border-radius: 8px;
  background: rgba(206, 206, 206, 0.2);
  padding: 8px;
}
.football-list .no-data {
  display: none;
}
.section .form-submit .form-input input {
	margin-left:0.781vw !important; 
}

@media (min-width: 1024px) {
  .main-row {
    background-image: url(/wp-content/uploads/2025/08/Rectangle-17-1-1.png);
    background-size: 100vh;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-position: top;
  }
  .col-left {
    position: absolute !important;
    left: 6.7vw;
  }
  .col-right {
    position: absolute !important;
    right: 6.7vw;
  }
  .main-row {
    justify-content: center;
  }
  .col-left,
  .col-right {
    max-width: 37.448vw !important;
    flex-basis: 37.448vw !important;
    padding: 0 !important;
  }
  .row-lich {
    margin-top: -20px;
    max-width: 100vw !important;
  }
  .row-lich .col-lich {
    /* max-width: 78.125vw !important; */
    margin: auto;
    display: flex;
    align-items: center;
    margin-top: -2.083vw !important;
  }
  .img-brand {
    /* width: 10.781vw !important; */
    width: 5.961vw !important;
  }
  .custom-schedule .football-list {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .col-left {
    left: 4.5vw;
  }
  .col-right {
    right: 4.5vw;
  }
  .form-layout {
    max-width: 24vw;
  }
}
@media (min-width: 1280px) and (max-width: 1680px) {
	.section .form-submit .form-input input {
		margin-left:3px !important;
	}
	.section .form-submit .form-input {
		height: 40px !important;
	}
	.section .form-submit .form-input::before {
		width: 40px;
    	height: 40px !important;
	}
	.section .form-submit .form-input:has(input:focus)::before {
		height: 38px !important;
	  }
	.form-input-wrapper p {
		font-size: 13px;
	}
	.form-input-wrapper:has(p:not(:empty)) {
	  margin-bottom: 5px;
	}
	.hd-logo-pc {
    width: 25vw !important;
  }
  .gradient-text,
  .text-chinhphuc {
    font-size: 1.4vw;
  }
  .section .main-row {
    background-size: contain !important;
  }
  .main-row .col-left {
    left: 7%;
  }
  .main-row .col-right {
    right: 7%;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .col-left {
    left: 7.3vw;
  }
  .col-right {
    right: 7.3vw;
  }
  .section .btn-register, .btn-hidden-input {
    max-width: 15.5vw;
  }
	
}
@media (min-width: 1441px) and (max-width: 1700px) {
  .col-left {
    left: 7.3vw;
  }
  .col-right {
    right: 7.3vw;
  }
}

/* 1920x1080 or smaller height (16:9 screens) */
@media (min-width: 1920px) and (max-height: 1080px) {
  .col-left {
    left: 7vw;
  }
  .col-right {
    right: 7vw;
  }
}

/* 1920x1200 screens (16:10 screens) */
@media (min-width: 1920px) and (min-height: 1081px) and (max-height: 1200px) {
  .col-left {
    left: 6.5vw;
  }
  .col-right {
    right: 6.5vw;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
	.section-desktop {
		display:none !important;
	}
		
	.section-mobile.show-for-medium {
		display:block !important;
	}
	.mobile-hd-logo {
		text-align:center;
	}
	.mobile-hd-logo img {
		width: auto !important;
		height: 66px;
    }
	.col-first {
		max-width: 100% !important;
		flex-basis:100% !important;
	}
	.col-lich-mobile {
		max-width: 100% !important;
		flex-basis:100% !important;
	}
	.col-banner-mobile .col-inner {
		background-image: url(/wp-content/uploads/2025/08/Group-4-1-1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		aspect-ratio: 371 / 222;
	}
	.section .mobile-slider {
        position: absolute !important;
        width: 39.07vw;
        left: 50%;
        bottom: 12vw;
        transform: translateX(-50%);
    }
	.custom-schedule .football-list {
		flex-direction:column;
		align-items: center;
	}
	.custom-schedule .football-item {
        justify-content: space-between;
		width: 350px;
        margin: auto;
        height: auto;
        padding: 6px;
    }
	  .section .form-layout {
		width: 450px;
		  max-width:450px;
		background-image: url(/wp-content/uploads/2025/08/Form.png) !important;
		padding: 16px;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		margin-top:12px !important;
	  }
	#content {
		background-image: url(/wp-content/uploads/2025/08/BG-Tablet-2-1.png);
		background-size: cover;
		background-position: center center;
	}
	.section .form-submit .form-input input {
		margin-left:16px !important;
	}
/* 	.section .form-submit .form-input {
		height:40px !important;
	}
	.section .form-submit .form-input::before {
		width: 40px;
    height: 40px;
	}
	.section .form-submit .form-input:has(input:focus)::before {
		height: 38px;
	} */
  .main-row {
    background-size: cover;
    aspect-ratio: 367/250;
    width: 750px !important;
    max-width: 100%;
  }
  .col-mid {
    max-width: 100% !important;
  }
  .col-left,
  .col-right {
    max-width: 34vw !important;
    flex-basis: 34vw !important;
    bottom: 12vw;
  }
  .form-layout {
    max-width: 350px;
    width: 300px;
  }
  .col-left {
    left: 7.8vw;
  }
  .col-right {
    right: 7.8vw;
  }
  .text-chinhphuc {
    font-size: 24px;
  }
  .gradient-text {
    font-size: 24px;
  }
  .row-lich .col-lich {
    margin-top: 1vw !important;
  }
  .section .btn-register, .btn-hidden-input {
    max-width: 100%;
  }
  .custom-schedule .football-item {
/*     width: calc(100% / 3); */
  }
  .custom-schedule .football-item .left,
  .custom-schedule .football-item .right {
    width: calc(100% / 3);
  }
}
@media (max-width: 850px) {
  #content {
    background-image: url(/wp-content/uploads/2025/08/BG-Tablet-2-1.png);
  }
  .text-chinhphuc {
    font-size: 22.5px;
  }
  .gradient-text {
    font-size: 22.5px;
  }
  .mobile-hd-logo {
    text-align: center;
    margin-bottom: 17px !important;
  }
  .mobile-hd-logo img {
    width: auto !important;
    height: 66px;
  }
  .section-mobile .section-content {
    padding-top: 12px;
  }
  .section .form-layout {
    max-width: 374px;
    background-image: url(/wp-content/uploads/2025/08/Form.png) !important;
    padding: 16px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .section .btn-register, .btn-hidden-input {
    max-width: 100% !important;
  }
  .card-template__cards {
    flex-direction: column;
    max-width: 278px;
    margin: auto;
    gap: 6px;
  }
  .col-banner-mobile .col-inner {
    background-image: url(/wp-content/uploads/2025/08/Group-4-1-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 371 / 222;
  }
  .mobile-slider .img {
    aspect-ratio: 168/48.04;
  }
  .section .mobile-slider {
    position: absolute !important;
    width: 39.07vw;
    left: 50%;
    bottom: 12vw;
    transform: translateX(-50%);
  }
  .card-template__card__item {
    justify-content: center;
  }
  .form-layout {
    margin-top: 12px;
  }
  .section .form-submit .form-input-wrapper {
    margin-bottom: 8px;
  }
  .section .form-submit .form-input input {
    margin-left: 16px !important;
    font-size: 16px;
  }
  #bg-video {
    object-fit: cover;
  }
  .custom-schedule .football-item {
    margin-bottom: 6px;
    width: 290px;
    margin: auto;
    height: auto;
    padding: 6px;
  }
  .football-item .left span,
  .football-item .right span {
    font-size: 12px !important;
  }
  .custom-schedule .football-item .center span {
    font-size: 10px;
  }
  .custom-schedule .football-list {
    gap: 6px;
  }
  .custom-schedule .football-item .left,
  .custom-schedule .football-item .right {
    max-width: calc(100% / 3);
  }
  .custom-schedule .football-item .center {
    width: auto;
    min-width: 72px;
    max-width: calc(100% / 3);
  }
  .custom-schedule .football-item {
    justify-content: space-between;
  }
  .section .form-input-pass .toggle-password {
    width: 22px;
    height: 22px;
  }
  .custom-schedule .football-item .center {
    padding: 6px;
  }
  .custom-schedule .football-item .left img,
  .custom-schedule .football-item .right img {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 550px) {
  .section-mobile .section-content {
    padding-top: 8px;
  }
  .text-chinhphuc {
    font-size: 15px;
  }
  .gradient-text {
    font-size: 15px;
  }
  .mobile-hd-logo {
    margin-bottom: 12px !important;
  }
  .mobile-hd-logo img {
    width: auto !important;
    height: 44px;
  }
  .mobile-slider .img {
    aspect-ratio: 168/48.04;
  }
  .section .mobile-slider {
    width: 39.07vw;
    bottom: 11.2vw;
  }
	.col-banner-mobile {
		margin-top:-18px !important;
	}
	input:focus, textarea:focus {
	  scroll-margin-bottom: 400px;
	}
/* 	  .section-mobile input,
	  .section-mobile textarea {
		scroll-margin-bottom: 300px;
	  }
	.section-mobile .col-lich-mobile .col-inner {
	  padding-bottom: 100px; 
	} */


}

@media (max-width: 380px) {
  .mobile-hd-logo img {
    height: 30px;
  }
  .custom-schedule .football-item {
    height: 35px;
  }
  .section .form-submit .form-input {
/*     height: 34px !important; */
  }
  .section .form-submit .form-input::before {
/*     width: 34px;
    height: 34px; */
    background-size: 20px 20px, cover;
  }
  .section .btn-register, .btn-hidden-input {
    /* width: 80%; */
    margin-top: 16px;
  }
  .section .form-submit .form-input input {
    font-size: 12px;
  }
  .custom-schedule .football-item .center {
    padding: 0;
  }
  .section .form-submit .form-input:has(input:focus)::before {
/*     height: 32px; */
  }
	.section .form-submit .form-input input {
/* 		margin-left:0 !important; */
	}
}
