/* ------ACI Custom Styles-------- */
:root {
  --holiday-color: #2e7027;
  --holiday-secondary-color: #ee001b;
  --font-size-large: 1.5rem;
  --border-radius: 8px;
}
sup {
    vertical-align: super;
    font-size: 65%;
}
@keyframes fadeIn{
		from{opacity: 0;}
		to{opacity: 1;}
	}
	@-webkit-keyframes fadeIn{
		from{opacity: 0;}
		to{opacity: 1;}
	}
.hidden {
  display: none;
}
.sec-kv {
  min-height: 31vw;
}
b {
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .sec-kv {
    min-height: 116vw;
  }
}
@media only screen and (max-width: 768px) {
  .sec-kv {
    min-height: 112vw;
  }
}
.sec-community .bg {
  width: 100%;
}
.products .btn[disabled]::after{
  background-color: #aaa;
}
.products .tab-content {
  padding-bottom: 2rem;
  display: none;
  min-height: 510px;
}
.products .tab-content.show {
  display: block;
  opacity: 0;
  position: relative;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.product-category {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}
.product-category .tab {
  /* width: 20%; */
  margin: 10px;
  padding: 14px 26px;
  background-color: #eaeaea;
  text-align: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-radius: 20px;
  user-select: none;
  cursor: pointer;
  font-family: 'Trade-Gothic-LT-Bold', sans-serif;
}
@media only screen and (max-width: 992px) {
  .product-category {
    padding: 40px 0px;
  }
  .product-category .tab {
    padding: 10px 20px;
    font-size: 1.125rem;
    margin: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .product-category {
    padding: 40px 0px;
  }
  .product-category .tab {
    padding: 10px 16px;
    font-size: 1rem;
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.product-category .tab:hover {
  background-color: #fff;

}
.product-category .tab.active {
  background-color: #6a5acd;
  color: #fff;
}
/* .products .item-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  padding: 60px 0px;
} */
/* .products .item-list .item {
  text-align: center;
  width: calc(50% - 5px);
  border: 5px solid #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
  background-color: #549ebb;
} */
.products .item {
  text-align: center;
  border: 5px solid #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
}
/* .products .item-list .item::before {
  content: "";
  position: absolute;
  background-image: url("../images/bow-tie.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 30px;
  left: -22px;
  top: 10px;
  transform: rotate(-40deg);
} */
/* .products .item-list .item .item-title {
  font-family: 'Trade-Gothic-LT-Bold', sans-serif;
  color: #fff;
  height: 35px;
  margin-top: 10px;
} */
.products .item .item-title {
  font-family: 'Trade-Gothic-LT-Bold', sans-serif;
  height: 35px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  /* .products .item-list {
    column-gap: 30px;
    row-gap: 30px;
  }
  .products .item-list .item {
    width: calc(33.3333% - 24px);
  } */
  /* .products .item-list .item::before {
    width: 150px;
    height: 47px;
    left: -33px;
    top: 15px;
  } */
}
@media only screen and (min-width: 992px) {
  /* .products .item-list .item {
    width: calc(25% - 24px);
  } */
}
/* dropdown-content */
.wtb-dropdown {
  position: relative;
  width: auto;
  margin: 0 auto !important;
}
@media only screen and (max-width: 480px) {
  .wtb-dropdown {
    width: 100%;} }
@media only screen and (min-width: 768px) {
  .wtb-dropdown {
    margin: 0;
     } }
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  /* min-width: 160px; */
  max-width: 240px;
  width: 100%;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,.2);
  z-index: 19;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .dropdown-content {
    width: 100%;
    margin: auto !important;
  }
}
.dropdown-content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom:-9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.dropdown-content::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom:-11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #ddd;
}
.dropdown-content a {
  color: #08809B;
  padding: 3px !important;
  text-decoration: none;
  display: block !important;
  font-weight: 400;
  font-size: 0.875rem;
  border-bottom: 1px solid #f2f2f2;
	width: 100%;
}
.dropdown-content a:hover {
    background-color: #fff !important;
    color: #08809B;
    box-shadow: inset 3px 0 0 #08809B, inset -3px 0 0 #08809B;
}
.dropdown-content a div {
    margin: 0 auto;
    width: auto;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.dropdown-content a:first-child:hover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown-content a:last-child{
    border-bottom: 0;
}
.dropdown-content a:last-child:hover {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .dropdown-content a {
    width: 100%;
  }
	.dropdown-content a div {
		height: 36px;
	}
}
.show-up {
  display: flex;
	flex-wrap: wrap;
}
.slider-hero {
  overflow: hidden;
  background-color: #303076;
}
.slider-hero.owl-carousel.nav-arrow {
  padding: 0;
}
.slider-hero.owl-carousel.nav-arrow .owl-nav .owl-next {
    right: 40px;
    left: initial;
  }
.slider-hero.owl-carousel.nav-arrow .owl-nav .owl-prev {
  left: 40px;
  right: initial;
}
.slider-hero.owl-carousel .owl-dots {
    text-align: center;
    margin: 10px auto 5px;
    z-index: 99;
    position: relative;
}
@font-face {
    font-family: 'ROGFontsv';
    src: url("../../assets/fonts/ROGFontsv1.6-Regular.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
      font-family: 'Trade-Gothic-LT-Bold';
      src: url('../../assets/fonts/trade-gothic-lt-bold-webfont.woff2') format('woff2'),
           url('../../assets/fonts/trade-gothic-lt-bold-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
}
.show-cookie-policy-info.show-cookie-policy-info.show-cookie-policy-info #cookie-policy-info {
	display: flex;
}
.sec-partners .bg-primary-light {
    background-color: #eee;
}
.Steps__stepsContainer {
	padding: 45px 20px 0;
	background-color: rgba(0,0,0,.6);
	max-width: 445px;
	margin: 2rem auto 3rem;
	position: relative;
	overflow: hidden;
}
.Steps__stepsContainer:before {
    content: "";
    display: block;
    background-color: #ff0029;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.Steps__stepsContainer:after {
    content: "";
    display: block;
    background-color: #ff0029;
    width: 15px;
    height: 35%;
    left: 0;
    top: -10px;
    position: absolute;
    -webkit-transform: skewY(-40deg);
    transform: skewY(-40deg);
}
.section-elite {
	overflow: hidden;
	background-image: url("../images/bg-1.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 20px;
}
.section-elite .rog-title img {
	display: inline-block;
}
.section-elite .content {
	padding: 0;
}
.section-elite .content p {
	font-size: 2rem;
	font-family: Trade-Gothic-LT-Bold,sans-serif;
	letter-spacing: -1px;
}
.section-elite .cta {
	text-align: center;
  margin-top: 1.5rem;
}
.section-elite .cta .btn {
	text-transform: uppercase;
  font-size: 1.2rem;
  background-color: red;
  color: #fff;
  margin: 10px 15px;
  padding: 0;
  min-width: 150px;
  font-family: Trade-Gothic-LT-Bold,sans-serif;
	line-height: 1.5;
}
.section-elite .cta .btn::before,
.section-elite .cta .btn::after {
	content: none;
}
.section-elite .cta .btn.btn-alt {
  background-color: #fff;
  color: red;
}
.section-elite .cta .btn a {
	color: inherit;
  width: 100%;
  display: block;
  padding: 7px 25px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
	.section-elite .cta .btn {
    margin: 10px 10px;
	}
	.section-elite .content p {
		font-size: 1.75rem;
	}
}
.Steps__stepsContainer {
    padding: 45px 20px;
    max-width: 980px;
}
.Steps__stepsContainer .Steps__stepsWrapper {
	margin: 0 auto;
	max-width: 870px;
	/* color: #ff0029; */
}
.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardTitle {
	margin: -35px auto 0;
	text-align: center;
	font-family: ROGFontsv,sans-serif;
	font-size: 2rem;
	line-height: .7;
	color: #ff0029;
}
.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList {
    margin: 0;
    padding: 0;
    margin-top: 40px;
    text-align: center;
    display: block;
    list-style: none;
}
.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 42px;
}
.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepItem {
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
}
.Steps__rewardStepList li .Steps__rewardStepIconContainer .Steps__rewardStep1 {
    fill: #e30017;
    width: 15px;
}
.Steps__rewardStepList li .Steps__rewardStepIconContainer img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
		display: inline-block;
}
.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepItem .Steps__signIn {
    width: 43px;
    fill: #e30017;
		display: inline-block;
}
.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepItem .Steps__rackUp {
    width: 59px;
    fill: #e30017;
		display: inline-block;
}
.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepItem .Steps__getRewards {
    width: 47px;
    fill: #e30017;
		display: inline-block;
}
.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepItem .Steps__stepNumber {
    margin-right: 12px;
    font-family: ROGFontsv,sans-serif;
    font-size: 2.5rem;
		margin-bottom: 5px;
		line-height: 1.3;
}
.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepItem .Steps__stepName {
    font-size: 18px;
    font-weight: 700;
    white-space: pre-wrap;
}
.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepIconContainer {
    right: 0;
    margin-top: -15px;
    width: 32px;
    position: relative;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.Steps__stepsContainer .cta {
    text-align: center;
    margin-top: 1.5rem;
}
.Steps__stepsContainer .cta .btn-rog {
    text-transform: uppercase;
    font-size: 1.2rem;
}
.Steps__stepsContainer .cta .btn-rog:after {
    background-color: #f51928;
}
@media only screen and (min-width: 768px) {
	.Steps__stepsContainer {
    padding: 45px 20px;
    max-width: 980px;
	}
	.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardTitle {
    font-size: 2.5rem;
	}
	.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li {
    display: inline-block;
    margin-bottom: 0;
	}
	.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepIconContainer {
    left: inherit;
    width: 15px;
    -webkit-transform: none;
    transform: none;
    top: 50%;
    position: absolute;
	}
	.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepIconContainer {
    left: inherit;
    width: 18px;
    -webkit-transform: none;
    transform: none;
    top: 28%;
    position: absolute;
	}
	.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepIconContainer .Steps__rewardStep1 {
    width: 18px;
	}
	.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepIconContainer img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
	}
	.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepItem .Steps__signIn {
    width: 81px;
	}
	.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepItem .Steps__rackUp {
    width: 110px;
	}
	.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepItem .Steps__getRewards {
    width: 88px;
	}
	.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepItem .Steps__stepNumber {
			display: block;
	}
	.Steps__stepsContainer .Steps__stepsWrapper .Steps__rewardStepList li .Steps__rewardStepItem .Steps__stepName {
			display: block;
	}
}

/* video */
.video {
	text-align: center;
  margin: 0 auto;
  position: relative;
}
.btn-video {
	cursor: pointer;
  overflow: hidden;
	display: block;
	width: 100%;
}
.btn-video img {
	width: 100%;
}
.btn-video .play-button {
  position: absolute;
  background-image: url("../images/play-icon_bak.png");
  background-repeat: no-repeat;
	background-size: contain;
  height: 94px;
  width: 94px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  opacity: 0.7;
	/* transition: 0.5s; */
}
/* video wrapper */
.video-wrapper {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0,0,0,.95);
  display: none;
	justify-content: center;
	align-items: center;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.video-wrapper .btn-close {
  width: 50px;
  height: 50px;
  right: 40px;
  top: 20px;
  position: absolute;
  z-index: 99999;
  background: url("../images/close-light.png") 50% no-repeat;
  transition: all .2s;
  background-size: 100%;
  cursor: pointer;
}
.video-wrapper .btn-close:hover {
  transform: rotate(90deg);
}
.video-player {
  /* width: 100vw; */
	width: 100%;
  max-width: 964px;
  /* height: 100vh; */
  position: relative;
  z-index: 9999;
  /* padding: 4% !important; */
  text-align: center;
  box-sizing: border-box;
	max-height: 540px;
	height: 100%;
}
.video-player .img-popup {
  height: 100%;
  max-height: 800px;
}
@media screen and (max-width:480px){
  .video-wrapper .btn-close {
    right: 10px;
    top: 10px;
  }
  .video-player {
    padding: 65px 4% !important;
  }
  .video-player .img-popup {
    width: 100%;
    height: auto;
  }
}

/* Countdown */
.countdown {
  background-color: #ebebeb;
  text-align: center;
  padding: 0;
}
.countdown p {
    font-size: 24px;
  }
.countdown  .date {
    max-width: 900px;
    margin: 2rem auto;
  }
.countdown .flex-box {
    display: flex;
    justify-content: space-around;
  }
.countdown .flex-box .item {
      max-width: 140px;
      width: 100%;
      text-align: center;
      font-family: "KGBlankSpaceSketch", "Roboto", "Segoe UI", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", "Arial", sans-serif;
    }
.countdown .flex-box .item-time {
      background-color: #0990ae;
      color: #fff;
      padding: 20px;
      position: relative;
      font-size: 5rem;
      line-height: 1;
}

.countdown .flex-box .item-time::before {
        content: "";
        display: inline-block;
        height: 30%;
        width: 30%;
        position: absolute;
        bottom: -1px;
        left: -1px;
        border-bottom: 3px solid #fff;
        border-left: 3px solid #fff;
}
.countdown .flex-box .item-time::after {
        content: "";
        display: inline-block;
        height: 30%;
        width: 30%;
        position: absolute;
        top: -1px;
        right: -1px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
}
.countdown .flex-box .item-desc {
      text-transform: uppercase;
      margin-top: 1rem;
      font-size: 1rem;
    }
.countdown .btn-group {
    justify-content: center;
    flex-flow: row wrap;
}
.countdown .btn-group .btn-cta {
      margin: 2rem;
}
@media screen and (max-width: 768px) {
  .countdown p {
      font-size: 1rem;
    }
  .countdown .flex-box .item {
    width: calc(25% - 10px);
  }
  .countdown .flex-box .item-time {
    padding: 15px;
    font-size: 2.5rem;
  }
}
.table-responsive {
	overflow: auto;
}
.table-schedule {
	max-width: 810px;
	margin: 2rem auto 0;
}
.table-schedule a {
	color:#fff;
	display: inline-block;
	padding: 7px 10px;
	background-color: #0990ae;
	border-radius: 4px;
	border-bottom: 2px solid #08667c;
}

.table-schedule a:hover {
	background-color: #0ba3c4;

}

.table-schedule th {
	font-size: 1.5rem;
	text-align: center;
	padding: 10px;
	border: 1px solid #fff;
}
.table-schedule td {
	text-align: left;
	padding: 10px;
	border: 1px solid #fff;
	vertical-align: middle;
}
@media screen and (max-width:768px){
	.table-schedule td {
		width: 0%;
	}
}
@media screen and (max-width:480px){
	.table-schedule {
		min-width: 400px;
	}
	.table-schedule td {
		font-size: 12px;
		width: auto;
	}
	.table-schedule tr:nth-child(2) td:nth-child(2) {
		width: 140px;
	}
}

/* Event Spotlight */
.sec-spotlight .event-container {

  padding: 100px 0px 50px;

}


  .sec-events .item-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 2.5rem;
    padding: 6rem 0;
  }
  .sec-events .item-list .item {
    max-width: 400px;
    text-align: center;
    width: calc(33.3333% - 2.5rem);
    color: #fff;
  }
  .sec-events .item-list .item-1 .item-kv {
    background-image: url('../images/events/panels.webp');
    background-position: center right;
  }
  .sec-events .item-list .item-2 .item-kv {
    background-image: url('../images/events/raffle.webp');
    background-position: center right;
  }
  .sec-events .item-list .item-3 .item-kv {
    background-image: url('../images/events/mobostacking.webp');
    background-position: center;
  }
  .sec-events .item-list .item-4 .item-kv {
    background-image: url('../images/events/playarea.webp');
    background-position: center;
  }
  .sec-events .item-list .item-5 .item-kv {
    background-image: url('../images/events/simracing.webp');
    background-position: center;
  }
  .sec-events .item-list .item-6 .item-kv {
    background-image: url('../images/events/build.webp');
    background-position: center;
  }
  .sec-events .item-list .item .item-kv {
    background-color: #f5f5f5;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
  }
  .sec-events .item-list .item .item-kv::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(29, 1, 22, 0.4);
    border-radius: 20px;
    z-index: 1;
  }
  .sec-events .item-list .item .item-desc {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1rem;
    letter-spacing: 1px;
  }
  .sec-events .item-list .item .item-kv .newegg-gamer-logo {
    position: relative;
    z-index: 1;
  }
  .sec-events .item-list .item .item-kv .newegg-gamer-logo {
    max-width: 70%;
    margin: 0 auto;
  }
  .sec-events .item-list .item .item-kv p {
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 1.7;
    position: relative;
    z-index: 1;
  }

  .sec-talent .item-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 2rem;
    padding: 6rem 0;
  }
  .sec-talent .item-list .item {
    max-width: 400px;
    text-align: center;
    color: #fff;
  }
  .sec-talent .item-list .item .item-kv {
    background-color: #f5f5f5;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 375px;
    height: 375px;
    position: relative;
  }
  .sec-talent .item-list .item .item-kv:hover {
    outline: 2px solid #ddd;
  }
  .sec-talent .item-list .item-1 .item-kv {
    background-image: url('../images/talent/peachie-headshot.jpg');
    background-position: top center;
  }
  .sec-talent .item-list .item-2 .item-kv {
    background-image: url('../images/talent/pcwerkz.jpg');
    background-position: top center;
  }
  .sec-talent .item-list .item-3 .item-kv {
    background-image: url('../images/talent/techwseong.jpg');
    background-position: top center;
  }
  .sec-talent .item-list .item-4 .item-kv {
    background-image: url('../images/talent/hardline-nexus.jpg');
    background-position: top center;
  }
  .sec-talent .item-list .item-5 .item-kv {
    background-image: url('../images/talent/jonjontech.jpg');
    background-position: top center;
  }
  .sec-talent .item-list .item .item-desc {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1rem;
  }



.pcdiy-day {
    background-color: var(--holiday-color);
  .title h2 {
    padding: 2rem 0;
  }
  #scrollTop:hover {
    border-color: var(--holiday-color);
    background-color: var(--holiday-color);
  }
  #header {
    background-color: #011606;
  }
  #header .logo-container:before {
    background-color: var(--holiday-color);
  }
  #nav-menu a:hover {
    color: #579750;
  }
  #nav-menu a.active {
    color: #579750;
  }
  #hamburger {
    background: var(--holiday-color);
  }
  .bg-primary {
    background-color: var(--holiday-color);
  }
  .title {
    position: relative;
    z-index: 1;
  }
  .container {
    position: relative;
    z-index: 1;
  }
  .bg-2 {
    background-image: url('../images/bg-2.webp');
    background-position: top center;
    background-repeat: repeat;
    background-size: cover;
    position: relative;
    &::before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.6);
      z-index: 1;
    }
  }

  .rundown {

    .video {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      .content {
        max-width: 1120px;
        margin-right: -20px;
        padding: 40px 60px 40px 40px;
        background-color: #f8f8f8;
        background: linear-gradient(135deg, #eefaee 50%, #bee2af 100%);
        border-radius: 20px;
        position: relative;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        .btn-learn {
          position: absolute;
          left: 0;
          right: 0;
          display: inline-block;
          width: 80%;
          max-width: 420px;
          margin: 0 auto;
          bottom: -25px;
        }
        p {
          font-size: 1.25rem;
          line-height: 1.5;
          text-align: left;
        }
      }
    }
  }

  .btn-learn {
    background-color: #ff0000;
    color: #fff;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border-radius: 20px;
    display: inline-block;
  }

  .btn-cta {
    background-color: var(--holiday-secondary-color);
    color: #fff;
    font-size: clamp(1rem, 2.5vw, 1.275rem);
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    border-radius: 20px;
    display: inline-block;
  }

  .sec-events {
    &.bg-2 {
      background-position: bottom right;
      background-size: cover;
      &::before {
        background-color: rgba(47, 111, 39, 0.6);
      }
    }
  }

  .sec-talent {
    &.bg-2 {
      background-position: bottom right;
      background-size: auto;
      &::before {
        background-color: rgba(47, 111, 39, 0.4);
      }
    }
  }

  .sec-deals {
    &.bg-2 {
      background-position: bottom right;
      background-size: auto;
      &::before {
        background-color: rgba(47, 111, 39, 0.4);
      }
    }
  }

  .sec-deals .item-list {
    padding: 5rem 2em;
  }

  @media screen and (max-width:1200px){
    .rundown .video {
      flex-direction: column-reverse;
      margin: 3rem 0;
    }
    .rundown .video .content {
      margin-right: auto;
      margin: 0 auto;
      padding: 30px;
    }
    .rundown .video .content p {
      font-size: 1rem;
    }
    .sec-events .item-list .item {
      width: calc(50% - 2rem);
    }
    .sec-talent .item-list .item .item-kv {
      width: 300px;
      height: 300px;
    }
  }
  @media screen and (max-width: 1024px) {
    #nav-menu {
      background-color: var(--holiday-color);
    }
  }
  @media screen and (max-width:480px){
    .sec-events .item-list .item {
      width: calc(100% - 2rem);
    }
    .sec-events .item-list .item .item-kv {
      height: 400px;
    }
    .sec-events .item-list .item .item-kv p {
      font-size: 0.875rem;
    }
    .sec-talent .item-list .item .item-kv {
      width: 145px;
      height: 145px;
    }
    .sec-talent .item-list .item .item-desc {
      font-size: 1.25rem;
    }
  }
}
