*{
  box-sizing: border-box;
  position: relative;
}

html{
  height:100%;
}

body{
  background:#131313;
  color:white;
  font-family: Poppins, sans-serif;
  line-height:1.2;
  margin: 0;
  height:100%;
  display: flex;
  flex-direction: column;
}

div{
  position:relative;
}

/* reusables */
.highlight{
  color:#E34052;
}

.highlight-green{
  color:#06a944;
}

.highlight-green-2{
  color:#56a949;
}

.highlight-yellow{
  color:#f2c84c;
}

.highlight-gold{
  color:#eab035;
  font-weight: 800;
}

.flex{
  display:flex;
}

a{
  color:unset;
  text-decoration: none;
}

.emphasize-red{
  background:#ff5c6e;
  color:white;
  border-radius: 10px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 500;
}

.rand-button{
  transition: 0.1s all;
}

.rand-button:hover{
  color:#ff5c6e;
}

.mobile-only{
  display:none;
}

.mobile-only-960{
  display: none;
}

.center{
  text-align:center;
}

/* banner */
.banner-div{
  width:100%;
  overflow: hidden;
  /* background: linear-gradient(to right, #000000 30%, #F9F6F1 70%); */
  background: #BC042E;
  height: 56px;
}

.banner-div a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  height: 100%;
}

.middle-banner{
  display:flex;
  align-items: center;
  gap:20px;
  font-weight: 600;
  padding-bottom: 2px;
  flex-grow:1;
  justify-content: center
}

.banner-div h2{
  color:black;
  font-size:18px;
}

.banner-div-img{
  height:100%;
}

.banner-div img{
  height:100%;
}

.banner-header-main-text{
  color:white;
  border-radius:24px;
  padding:8px 10px;
  white-space: nowrap;


  background: linear-gradient(to bottom, #ffffff 40%, #d4af37 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.banner-header-text h2{
  font-size:36px;
}

.banner-div #countdown-timer{
  color:#FDFD96;
}

.banner-div #countdown-timer > div{
  display:flex;
  flex-direction: column;
}

.banner-div #countdown-timer > div:not(:last-child) {
  border-right: solid 2px rgba(255, 255, 255, 0.6);
  padding-right: 5px;
}

.banner-div #countdown-timer .countdown-label{
  opacity: 0.6;
}

.banner-join{
  display: none;
  text-decoration: underline;
  opacity: 0.6;
  color: white;
  font-weight: normal;
}



/*
.banner-header-main-text:before{
  content: "";
  border-radius: inherit;
  -webkit-mask-composite: xor;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto,auto;
  background: linear-gradient(87.94deg, #ab7014 -.38%, #eab035 100%);
  padding: 3px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto,auto;
  mask-mode: match-source, match-source;
}


.banner-div:before {
    content: "";
    border-radius: inherit;
    background: linear-gradient(87.94deg, #ab7014 -.38%, #eab035 100%);
    
    padding: 0 0 4px 0; 
    
    position: absolute;
    
    inset: 0; 
    
    -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    -webkit-mask-clip: content-box, border-box;
    mask-clip: content-box, border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    -webkit-mask-origin: content-box, border-box;
    mask-origin: content-box, border-box;
}
*/

/* */

/* top navbar */
.top-navbar{
  border: 1px solid #363636;
  position: fixed;
  width:100%;
  top: 0;
  display:flex;
  gap:10px;
  align-items: center;
  z-index: 99;
  background: #131313 ;
  height:69px;
  padding:0 32px;
  justify-content: space-between;
}

.top-navbar-left{
  display:flex;
  align-items: center;
  height:100%;
}

.top-navbar-button{
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 4px solid transparent;
    cursor:pointer;
    transition: 0.1s all;
}

.top-navbar-right{
  display: flex;
  gap:20px;
  align-items: center;
}

.top-navbar-button:hover{
    color:#ff5c6e;
}

.top-selected{
  border-color: #ff5c6e;
  color:#ff5c6e;
}

.top-navbar p{
  margin:0;
  font-size:13px;
  padding:0 10px;
  font-weight:600;
}

.main-logo img{
  height:60px;
  width:auto;
  padding: 0 32px ;
}

.aap-button{
  font-size: 13px;
  padding:8px 9px;
  border-radius: 12px;
}

.aap-button:before{
  content: "";
  border-radius: inherit;
  -webkit-mask-composite: xor;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto,auto;
  background: linear-gradient(87.94deg, #ab7014 -.38%, #eab035 100%);
  padding: 2px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto,auto;
  mask-mode: match-source, match-source;
}


.top-menu-bar{
  width: 20px;
  display: none;
}

.top-menu-bar img{
  width: 100%;
}

.mobile-topbar{
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap:20px;
  font-size: 13px;
  font-weight: 600;
  padding: 0 10px;
  text-align: center;
}

/* side navbar */
.side-navbar{
  border: 1px solid #363636;
  position: fixed;
  width:220px;
  top: 69px;
  bottom:0;
  left:0px;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 99;
  background: #131313 ;
  
  text-align: left;
  line-height: 1.5;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  overflow-y: auto;
}

.side-navbar p{
  margin:0;
  font-size:13px;
  padding:0 10px;
}

.pflex{
  display: flex;
  gap: 5px;
}

.pflex img{
  width:16px;
  height:16px;
}

.side-navbar-item{
  padding:10px 5px;
  border: 1px solid #363636;
  border-radius: 10px;
  transition: 0.2s all;
}

.side-navbar-item:hover{
  background:#3F3F46;

}

.side-nav-top-section{
  display:flex;
  flex-direction: column;
  gap:10px;
  padding:24px;
}

.side-nav-bottom-section{
  display:flex;
  flex-direction: column;
  gap:10px;
  border-top: 1px solid #363636;
  padding:24px 24px 20px;
}

.side-navbar-postscript p{
  font-size: 8px;
  display: flex;
  padding:10px 0 0;
  align-items: center;
  gap: 10px;
  color:rgb(209, 209, 209);
  font-size: 300;
  line-height: 1;
}

.circle-divider{
  height: 4px;
  width: 4px;
  border-radius: 4px;
  background: rgb(209, 209, 209);
}

.hide-side-navbar{
  left: -220px;
}

/* countdown timer */

#countdown-timer {
    display: flex;
    gap: 3px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 14px;
}

.time-block {
    background: #222;
    padding: 2px;
    display: flex;
}

.time-block span {
    
    font-weight: bold;
    display: block;
}

.time-block p {
    margin: 5px 0 0;
    font-size: 0.8rem;
    text-transform: uppercase;
}

#message {
    margin-top: 20px;
    font-size: 1.5rem;
    color: #d9534f;
}

/* banner countdown timer */

#countdown-timer-2{
  display: flex;
  gap: 5px;
  color:black;
}

.banner-time-block{
  display:flex;
  flex-direction:column;
  border-right:1px black solid;
  padding:10px;
  text-align:center;
  font-size:18px;
}

.banner-time-block:last-child{
  border-right:0px black solid;
}

.banner-time-block-text{
  font-size:14px;
  opacity:0.4;
}


/* */

.main{
  margin:70px 0 0 220px;
}

.main-content{
  max-width:1280px;
  margin:auto;
}

.section-holder{
  border-radius:8px;
}

.section-1{
  margin-top:30px;
}


.section-header{
  margin:10px 0 10px;
  text-align:center;
}

.section-holder p{
  color:rgba(161, 161, 161, 1);
  font-size:14px;
}

h3{
  font-size:32px;
  margin:0;
}

.section-header-mobile{
  text-align: center;
  margin:0;
  display: none;
}

.section-2{
  background:rgba(24, 24, 27, 1);
  border:1px solid rgba(42, 42, 46, 1);
  display: flex;
  max-width: 900px;
  margin: 30px auto 30px;
  gap: 40px;
  padding-top:20px;
  padding-left:38px;
  padding-right:10px;
  min-height: 720px;
  overflow: hidden;
}

.section-2 h3{
  font-weight: 600;
  font-size: 25px;
}

.section-2 p{
  color:white;
}

.section-2 .section-left{
  max-width: 340px;
  width: 28%;
}

.section-2 .section-middle{
  max-width: 360px;
  display:flex;
  flex-direction: column;
  gap:20px;
  z-index: 1;
}

.section-2 .section-right{
  flex: 0 0 30%;
}

.full-box{
}

.box-tag{
  position:absolute;
  top: -8px;
  left: 16px;
  font-size:12px;
  background:#06a944;
  padding: 2px 8px;
  border-radius:5px;
  z-index: 1;
  font-weight: 600;
}

.valentine .box-tag{
  background:#E34052;
}



.mid-box{
  display:flex;
  gap:20px;
  justify-content: flex-start;
  white-space: nowrap;
  padding: 20px 16px;
  border: 2px solid #2a2a2a;
  border-radius: 8px;
  align-items: center;
  line-height:1;
  cursor: pointer;
}

.selected{
  border-color:#06a944;
  background: linear-gradient(240deg, #102e1b .9%, #102e1b00 100%);
}

.valentine .selected{
  border-color:#E34052;
  background: linear-gradient(240deg, #3a000a .9%, #3a000a00 100%);
}

.mid-box-left{
  font-size:14px;
  display: flex;
  flex-direction: column;
  gap:8px;
}

.mid-box-left .bottom-section{
  font-size:11px;
  color:#ff5c6e;
}

.mid-box-center{
  color:rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.strike-bar{
  background-color:#f97187;
  rotate: -25deg;
  translate: 0 -50%;
  width: 110%;
  height: 1px;
  position: absolute;
  left: -5%;
  top: 50%;
}

.mid-box-right{
  gap: 2px;
}

.mid-box-right .top-section{
  font-size:16px;
  font-weight:600;
}

.mid-box-right .bottom-section{
  font-size:11px;
  color:rgba(255, 255, 255, 0.6);
}

.mid-box-right-main{
  font-weight:600;
  font-size:30px;
}

.mid-box-right-extra{
  margin:auto;
}

.middle-list-item{
  font-size:11px;
  color:rgba(255, 255, 255, 0.6);
  display: flex;
  gap: 5px;
  align-items: center;
}

.middle-button{
  background:#06a944;
  border-radius: 8px;
  display: flex;
  gap:5px;
  font-size: 21px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  margin:0px 0px 0px;
  cursor: pointer;
  font-weight:600;
}

.middle-button img{
  width:32px;
  height:20px;
  border-radius: 5px;
}

.middle-extra-text{
  text-align:center;
  justify-content: center;
  font-weight: 300;
}

.section-content{
  z-index: 1;
}

.section-content h4{
  color: rgba(161, 161, 161, 1);
  font-size:20px;
  font-weight:600;
  margin:0px;
}


.right-list{

  list-style-type: none;
  padding: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.right-list div{
  font-size:14px;
  display: inline-flex;
}

.right-list div img{
  max-width: 100%;
    height: auto;
    margin: 0 8px 0 0;
}



.content-image{
  width: 100%;
  position: absolute;
  bottom: 0;
}



.content-image img{
  width: 100%;
  object-position: top;
  object-fit: cover;
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.left-image{
  left:0;
  max-width:220px;
}

.left-image img{
  scale: .95;
}

.right-image{
  right:0;
  max-width:280px;
}

.right-image img{
  max-height: 390px;
}

.post-content-icons{
  display:flex;
  justify-content: center;
  gap:50px;
  color:rgba(255, 255, 255, 0.6);
  font-weight:600;
  margin:40px 0;
}

.post-content-icon{
  display:flex;
  justify-content: center;
  gap:10px;
}

.post-content-icon-text{
  display:flex;
  flex-direction: column;
  line-height: 1;
  white-space: nowrap;
}

.post-content-icon-text span{
  display:block;
}

.post-content{


}

/* exit popup */

/* Dark background overlay */
#exit-popup-overlay {
    display: none;
    opacity:0;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}

#exit-popup {
    background: black;
    color: #fff;
    padding: 10px 30px 20px;
    border-radius: 12px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    position: relative;
    border: 1px solid #06a944;
}

#close-popup {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

#exit-popup .full-box{
  margin:25px 0 20px;
}

.popup-mid-box{
  display:flex;
  gap:20px;
  justify-content: space-around;
  white-space: nowrap;
  padding: 20px 16px;
  border: 2px solid #2a2a2a;
  border-radius: 8px;
  align-items: center;
  line-height:1;
  cursor: pointer;
}

.popup-selected{
  border-color:#06a944;
  background: linear-gradient(240deg, #102e1b .9%, #102e1b00 100%);
}

.popup-middle-list{
  display:flex;
  flex-direction: column;
  gap:8px;
  margin-bottom:20px;
}

#exit-popup p{
  color: rgba(161, 161, 161, 1);
  font-size: 14px;
  margin: 10px 0;
}

#popup-cta {
    display: block;
    background: #06a944;
    color: white;
    text-decoration: none;
    padding: 15px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1.2rem;
    animation: pulse 1.5s infinite;
    margin-bottom:20px;
}

.popup-postscript{
  margin-top:20px;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* mobile image block */

.mobile-image img{
  width:90%;
}

.mobile-image{
  flex: 0 0 49%;
}

.mobile-image-left{
  max-width:100px;
  bottom:0;
  left:0;
}

.mobile-image-right{
  max-width:100px;
  bottom:0;
  right:0;
}

.mobile-models{
  height: 200px;
  overflow:hidden;
  margin-bottom:-9px;
  justify-content: center;
}

input[type="radio"] {
    accent-color: #06a944; /* Replace with your specific hex color */
    transform: scale(1.5);  /* Optional: makes the button slightly larger */
    cursor: pointer;
}

.valentine input[type="radio"] {
    accent-color: #E34052; /* Replace with your specific hex color */
}

/* --- */

.top-notif-bar{
  display: none;
  color: black;
  background: #F2C84C;
  text-align: center;
  position: fixed;
  width: calc(100% - 220px);
  top: 69px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  z-index: 99;
  height: 50px;
  padding: 0 32px;
  left: 220px;
  transition: all 0.3s linear;
}

.v-footer {
  width: 100%;
  min-height: 200px;
  height: 100%;
  background-image: url(../assets/valentines/v-footer-v2.jpg?v=2);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  margin-top: auto;
}

@media (max-width:1160px) {
  .main{
    margin-left:0px;
  }

  .top-menu-bar{
    display: block;
  }

  .top-notif-bar{
    left:0;
    width:100%;
  }

}




@media (max-width:960px) {

  .left-image{
    max-width:220px;
  }

  .right-list div{
    font-size: 12px;
  }

  .mid-box-right-main{
    font-size:28px;
  }

  h3{
    font-size:21px;
  }

  .mobile-topbar{
    display: none;
  }

  .desktop-only{
    display:none;
  }

  .mobile-only-960{
    display:block;
  }

  .section-2{
    padding-right: 10px;
  }

}

@media (max-width:888px) {

  .section-2 h3{
    font-size: 21px;
  }
}

@media (max-width:820px) {

  .left-image{
  }

  

  .banner-header-text h2{
    font-size:24px;
  }

  .banner-header-main-text{
    display: flex;
    flex-direction: column;
  }

  .banner-header-sub-text{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }

  .banner-join{
    display: block;
  }

  .banner-header-sub-text span{
    font-size:14px;
  }

  .banner-header-sub-text .highlight-yellow{
    background:maroon;
    width: fit-content;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 12px;
  }

}

@media (max-width:790px) {
  .left-image{
  }
  
}

@media (max-width:767px) {

  .top-notif-bar{
    top:54px;
    height: 35px;
    font-size: 14px;
    transition: unset;
  }

  input[type="radio"] {
      transform: scale(1.2);
  }

  .left-image{
    left:-20px;
    max-width:220px;
  }

  
  .banner-div h2{
    font-size:16px;
  }
  
  .banner-header-text h2{
    font-size:24px;
  }

  .section-2{
    padding-left: 10px;
    gap: 15px;
    margin-top:0;
  }

  .mid-box-center{
    font-size:14px;
  }

  .mid-box-right-main{
    font-size:21px;
  }

  .right-list div{
    font-size: 10px;
  }

  .section-2 .section-right{
    flex:unset;
  }
  
  .section-2 .section-left{
    flex: 0 0 27%;
  }

  .section-2 h3{
    font-size: 20px;
  }

  #countdown-timer {
    font-size:13px;
  }

  .main{
    margin-top: 55px;
  }

  

  .main-logo img{
    height:45px;
  }

  .top-navbar{
    height:54px;
  }

  

  .section-header-mobile h3{
    font-size: 22px;
  }

  .section-header-mobile p{
    margin:0;
  }

  .section-1{
    margin-top:0;
  }

  .section-2 .section-middle{
    gap: 10px;
  }

}

@media (max-width:767px) {
  .right-list div{
    font-size: 8px;
  }
}

@media (max-width:600px) {

    .section-left{
      display: none;
    }

    .top-notif-bar {
      font-size: 14px;
      position: relative;
      top: 0;
      line-height: 1.5;
      overflow: auto;
      height: unset;
      padding: 5px 20px;
    }

  input[type="radio"] {
      transform: scale(2);
  }

  .section-header-mobile{
    display:block;
  }

  .main{
    margin:0;
  }

  .top-navbar{
    display: none;
  }

  .banner-div{
  }

  .banner-header-sub-text span{
    font-size: 10px;
  }

  .banner-div #countdown-timer{
    font-size: 10px;
  }

  .banner-div .middle-banner{
    gap:0px;
    justify-content: left;
  }

  .desktop-only-600{
    display:none;
  }

  .banner-div h2{
    font-size:12px;
  }
  

  .banner-time-block{
    padding:8px;
  }

  #countdown-timer{
    margin-top:7px;
  }

  #countdown-timer-2{
    gap:0;
  }

  .banner-time-block{
    font-size:14px;
  }

  .banner-time-block-text{
    font-size:10px;
  }

  .aap-button{
    display: none;
  }

  .section-2 h3{
    font-size: 28px;
  }

  .right-list div{
    font-size: 12px;
  }

  .section-header{
    display:none;
  }

  .section-2{
    flex-direction: column;
    max-width: 728px;
    padding:12px 24px 24px;
  }
  
  .content-image{
    display: none;
  }

  .section-2 .section-left{
    max-width: unset;
    width: 100%;
  }

  .section-2 .section-middle{
    max-width: unset;
    width: 100%;
  }

  #countdown-timer {
    font-size:21px;
  }

  .mobile-only{
    display: flex;
  }

  





  .top-menu-bar{
    display:none;
  }

  .main-logo img{
    padding:0;
  }

  .section-header-mobile h3{
    padding-bottom:5px;
  }

  .section-header-mobile p{
    padding-bottom:7px;
  }

  .mid-box-right-main {
    font-size: 24px;
  }

  .mid-box-right .top-section{
    font-size: 12px;
  }

  .mid-box-right .bottom-section{
    font-size: 9px;
  }
}


@media (max-width:420px) {

  input[type="radio"] {
      transform: scale(1.5);
  }

  .banner-div h2{
    font-size:10px;
  }
  
  .banner-time-block{
    font-size:10px;
  }

  .banner-time-block-text{
    font-size:8px;
  }

  .banner-header-main-text:before{
    padding: 1px;
  }

  .mobile-models{
    height: 150px;
  }

}

@media (max-width:375px) {
  .mid-box{
    gap:10px;
  }

  .post-content-icons {
    flex-direction: column;
    gap: 30px;
  }

  .mid-box-right-main {
    font-size: 21px;
  }

  .mid-box-center {
    font-size: 12px;
  }

  input[type="radio"] {
    transform: scale(1.2);
  }

  .banner-div .middle-banner{
    left: -30px;
  }

}