/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Barlow-Regular;
  src: url('../fonts/Barlow/Barlow-Regular.ttf'); 
}

@font-face {
  font-family: Barlow-Medium;
  src: url('../fonts/Barlow/Barlow-Medium.ttf'); 
}

@font-face {
  font-family: Barlow-Bold;
  src: url('../fonts/Barlow/Barlow-Bold.ttf'); 
}


/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container {max-width: 1200px;}



/*//////////////////////////////////////////////////////////////////
[ Form ]*/
.contact100-form {
  width: 100%;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 220px;
  max-width: calc(100% - 10px);
  position: relative;
  background-color: #e6e6e6;
  height: 40px;
  border: 0px solid transparent;
  border-radius: 5px;
}

/*---------------------------------------------*/
.input100 {
  display: block;
  width: 100%;
  background: transparent;
}

input.input100 {
  height: 100%;
  padding: 0 20px 0 20px;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
  border: 1px solid #846add;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.2);
  -moz-transform: scaleX(1.1) scaleY(1.2);
  -ms-transform: scaleX(1.1) scaleY(1.2);
  -o-transform: scaleX(1.1) scaleY(1.2);
  transform: scaleX(1.1) scaleY(1.2);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Barlow-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f071";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0 {color: #fff;}




/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.s1-txt1 {
  font-family: Barlow-Regular;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.s1-txt2 {
  font-family: Barlow-Regular;
  font-size: 15px;
  color: #846add;
  line-height: 1.4;
}

.s1-txt3 {
  font-family: Barlow-Regular;
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
}

.s1-txt4 {
  font-family: Barlow-Regular;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}


/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/
.m1-txt1 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

  font-size: 22px;
  color: #e9cd6c;
  /*color: #fc9403;*/
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}




/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.l1-txt1 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

  font-size: 48px;
  line-height: 1;
  /*color: #fc9403;*/
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0,0,0,0.7);
}


/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1 {
  width: 100%;
  min-height: 100vh;
}

.size2 {
  width: 90px;
  height: 100px;
}

.size3 {
  min-width: 120px;
  height: 40px;
}

/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1 {
  /* Remove or comment out these styles as they're no longer needed */
  /*max-width: 100%;
  width: 880px;*/
}



/*//////////////////////////////////////////////////////////////////
[ Height ]*/
.hsize1 {
  min-height: 230px;
}



/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0 {background-color: #fff;}
.bg1 {
  /* Remove or comment out background color as it's handled by shadow-overlay */
  /*background-color: rgba(255,255,255,0.6);*/
}


.bg-img1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}




/*//////////////////////////////////////////////////////////////////
[ Border ]*/
.bor1 {
  /* Remove or comment out border-radius if not needed */
  /*border-radius: 18px;*/
}

.bor2 {
  border-bottom: 1px solid #999999;
}



/*==================================================================
   WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE  
==================================================================*/
.where1 {
  margin: 20px 5px 0px 5px;
}


/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.placeholder0::-webkit-input-placeholder { color: #999999;}
.placeholder0:-moz-placeholder { color: #999999;}
.placeholder0::-moz-placeholder { color: #999999;}
.placeholder0:-ms-input-placeholder { color: #999999;}

/*---------------------------------------------*/
.wrappic1 {
  display: block;
  width: 100%;
  text-align: center;
}
.wrappic1 img {
  max-width: 100%;
}

/*---------------------------------------------*/
.how-countdown {
  background-color: #333333;
  border-radius: 10px;
  margin: 0px 18px 25px 18px;
}

/*---------------------------------------------*/
.how-btn {
  padding: 0 20px;
  background-color: #846add;
  border-radius: 5px;
}

.how-btn:hover {
  background-color: #333333;
}




/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus::-webkit-input-placeholder { color:transparent; }
.focus-in0:focus:-moz-placeholder { color:transparent; }
.focus-in0:focus::-moz-placeholder { color:transparent; }
.focus-in0:focus:-ms-input-placeholder { color:transparent; }


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover {color: #fff;}
.hov-bg0:hover {background-color: #fff;}

/*---------------------------------------------*/







/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1200px) {
  .m-0-xl {margin: 0;}
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
  .m-lr-15-xl {margin-left: 15px; margin-right: 15px;}
  .m-l-0-xl {margin-left: 0;}
  .m-r-0-xl {margin-right: 0;}
  .m-l-15-xl {margin-left: 15px;}
  .m-r-15-xl {margin-right: 15px;}

  .p-0-xl {padding: 0;}
  .p-lr-0-xl {padding-left: 0; padding-right: 0;}
  .p-lr-15-xl {padding-left: 15px; padding-right: 15px;}
  .p-l-0-xl {padding-left: 0;}
  .p-r-0-xl {padding-right: 0;}
  .p-l-15-xl {padding-left: 15px;}
  .p-r-15-xl {padding-right: 15px;}

  .w-full-xl {width: 100%;}

  /*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 992px) {
  .m-0-lg {margin: 0;}
  .m-lr-0-lg {margin-left: 0; margin-right: 0;}
  .m-lr-15-lg {margin-left: 15px; margin-right: 15px;}
  .m-l-0-lg {margin-left: 0;}
  .m-r-0-lg {margin-right: 0;}
  .m-l-15-lg {margin-left: 15px;}
  .m-r-15-lg {margin-right: 15px;}

  .p-0-lg {padding: 0;}
  .p-lr-0-lg {padding-left: 0; padding-right: 0;}
  .p-lr-15-lg {padding-left: 15px; padding-right: 15px;}
  .p-l-0-lg {padding-left: 0;}
  .p-r-0-lg{padding-right: 0;}
  .p-l-15-lg {padding-left: 15px;}
  .p-r-15-lg {padding-right: 15px;}

  .w-full-lg {width: 100%;}

  /*---------------------------------------------*/


}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 768px) {
  .m-0-md {margin: 0;}
  .m-lr-0-md {margin-left: 0; margin-right: 0;}
  .m-lr-15-md {margin-left: 15px; margin-right: 15px;}
  .m-l-0-md {margin-left: 0;}
  .m-r-0-md {margin-right: 0;}
  .m-l-15-md {margin-left: 15px;}
  .m-r-15-md {margin-right: 15px;}

  .p-0-md {padding: 0;}
  .p-lr-0-md {padding-left: 0; padding-right: 0;}
  .p-lr-15-md {padding-left: 15px; padding-right: 15px;}
  .p-l-0-md {padding-left: 0;}
  .p-r-0-md{padding-right: 0;}
  .p-l-15-md {padding-left: 15px;}
  .p-r-15-md {padding-right: 15px;}

  .w-full-md {width: 100%;}
  /*---------------------------------------------*/

  .logo-text {
    font-size: 18px;
  }

  .nav-placeholder a {
    font-size: 14px;
    margin-left: 10px;
  }

  .site-header {
    padding: 10px 0 !important;
    height: auto !important;
  }

  .navbar-logo {
    height: 30px !important;
  }

  .shadow-overlay {
    width: 100%;
    right: auto;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
    justify-content: center;
    padding: 20px;
  }

  .content-wrapper {
    width: 100%;
    padding: 2rem 1rem;
    padding-left: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .content-wrapper {
    padding-left: 1rem !important;
  }

  .vision-text {
    font-size: 14px;
    padding: 0 15px;
    margin: 2rem auto 0;
    max-width: 100%;
    text-align: center;
  }

  .l1-txt1, .m1-txt1 {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper hr {
    width: 50%;
    margin: 15px auto;
  }

  .site-footer {
    text-align: center;
  }

  .social-icons {
    margin-top: 15px;
  }

  .col-md-6.text-right {
    text-align: center !important;
  }

  .support-us-text {
    margin-bottom: 5px;
  }

  .donation-banner {
    margin-top: 50px !important; /* Force this value on mobile */
    padding: 15px 0 !important;
  }

  .support-us-container {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .support-us-text {
    font-size: 24px;
    margin-bottom: 0;
    margin-right: 10px;
    text-align: right;
  }

  .support-us-subtext {
    font-size: 12px;
    margin-bottom: 0;
    max-width: 160px;
    text-align: left;
  }

  .donation-qr {
    display: block;
    margin: 0 auto 15px;
    max-width: 90px; /* Slightly smaller on mobile */
    border-radius: 8px; /* Slightly smaller radius for smaller image */
  }

  .donation-text {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .donation-disclaimer {
    text-align: center;
    font-size: 11px;
    padding: 0 10px;
  }

  .donation-link {
    font-size: 12px;
    word-break: break-all;
  }
}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 576px) {
  .m-0-sm {margin: 0;}
  .m-lr-0-sm {margin-left: 0; margin-right: 0;}
  .m-lr-15-sm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-sm {margin-left: 0;}
  .m-r-0-sm {margin-right: 0;}
  .m-l-15-sm {margin-left: 15px;}
  .m-r-15-sm {margin-right: 15px;}

  .p-0-sm {padding: 0;}
  .p-lr-0-sm {padding-left: 0; padding-right: 0;}
  .p-lr-15-sm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-sm {padding-left: 0;}
  .p-r-0-sm{padding-right: 0;}
  .p-l-15-sm {padding-left: 15px;}
  .p-r-15-sm {padding-right: 15px;}

  .w-full-sm {width: 100%;}

  /*---------------------------------------------*/
  .respon1 {
/*    padding-top: 80px;*/
  }
  
  .content-wrapper {
    padding: 1rem !important;
  }
  
  .l1-txt1 {
    font-size: 32px;
  }

  .vision-text {
    padding: 0 10px;
  }

  .donation-banner {
    margin-top: 46px !important; /* Force this value on small screens */
    padding: 10px 0 !important;
  }

  .support-us-text {
    font-size: 20px;
  }

  .support-us-subtext {
    font-size: 11px;
    margin-bottom: 8px;
  }

  .donation-qr {
    max-width: 80px;
    border-radius: 6px; /* Even smaller radius for smallest image */
  }

  .donation-text {
    font-size: 12px;
  }

  .donation-disclaimer {
    font-size: 10px;
  }
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
  .m-0-ssm {margin: 0;}
  .m-lr-0-ssm {margin-left: 0; margin-right: 0;}
  .m-lr-15-ssm {margin-left: 15px; margin-right: 15px;}
  .m-l-0-ssm {margin-left: 0;}
  .m-r-0-ssm {margin-right: 0;}
  .m-l-15-ssm {margin-left: 15px;}
  .m-r-15-ssm {margin-right: 15px;}

  .p-0-ssm {padding: 0;}
  .p-lr-0-ssm {padding-left: 0; padding-right: 0;}
  .p-lr-15-ssm {padding-left: 15px; padding-right: 15px;}
  .p-l-0-ssm {padding-left: 0;}
  .p-r-0-ssm{padding-right: 0;}
  .p-l-15-ssm {padding-left: 15px;}
  .p-r-15-ssm {padding-right: 15px;}

  .w-full-ssm {width: 100%;}
  /*---------------------------------------------*/

}

/* Add these new styles */
.shadow-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.9));
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.content-wrapper {
    width: 100%;
    padding: 3rem;
    padding-left: 50%;
}

/* Update the horizontal rule color */
.content-wrapper hr {
  
    border-color: #e9cd6c !important;
    opacity: 0.7;
    width: 30%;
    margin: 0 auto;
}

/* Update vision text color to white */
.vision-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  max-width: 600px;
  margin-top: 2rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
  opacity: 0.9;
}

/* Donation section styles */
.donation-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.donation-qr {
    max-width: 100px;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 10px; /* Add rounded corners */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Optional: subtle shadow for depth */
    padding: 5px; /* Optional: small white padding around the QR code */
    background-color: white; /* Ensure white background for QR code */
}

.donation-text {
    margin-bottom: 0;
}

.donation-link {
    color: #999;
    text-decoration: underline;
}

/* Mobile styles for donation section */
@media (max-width: 768px) {
    .donation-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .donation-qr {
        margin: 0 auto 15px;
        max-width: 90px; /* Slightly smaller on mobile */
        border-radius: 8px; /* Slightly smaller radius for smaller image */
    }

    .donation-text {
        font-size: 14px;
    }
}

/* Add viewport-specific padding adjustments */
@media (max-width: 576px) {
    .p-t-55 {
        padding-top: 30px !important;
    }

    .p-b-55 {
        padding-bottom: 30px !important;
    }

    .p-l-15 {
        padding-left: 10px !important;
    }

    .p-r-15 {
        padding-right: 10px !important;
    }
}

/* Update the support text styles */
.support-us-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0px;
    width: 100%;
    text-align: right;
}

.support-us-text {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 46px;
    color: #e9cd6c;
    margin-bottom: 3px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    white-space: nowrap;
    text-align: right;
}

.support-us-subtext {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 0.75;
    opacity: 0.9;
    width: 100%;
    word-wrap: break-word;
    text-align: right;
}

/* Donation Banner styles */
.donation-banner {
    background-color: #1a1a1a;
    padding: 20px 0;
    margin-top: 66px; /* Default for desktop */
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.donation-qr {
    max-width: 120px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.donation-text {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
}

.donation-link {
    color: #e9cd6c;
    text-decoration: none;
    word-break: break-all;
}

.donation-link:hover {
    color: #e9cd6c;
    text-decoration: underline;
}

.disclaimer-link {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
}

/* Mobile styles for donation section */
@media (max-width: 768px) {
    .support-us-container {
        width: 100%;
        align-items: center;
        text-align: center;
        margin-bottom: 15px;
    }

    .support-us-text {
        font-size: 24px;
        margin-bottom: 5px;
        text-align: center;
    }

    .support-us-subtext {
        font-size: 12px;
        text-align: center;
        max-width: 80%;
        margin: 0 auto;
    }

    .donation-qr {
        margin: 0 auto 15px;
        max-width: 90px; /* Slightly smaller on mobile */
    }

    .donation-text {
        text-align: center;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .disclaimer-link {
        text-align: center;
    }

    .donation-banner {
        margin-top: 50px !important; /* Force this value on mobile */
        padding: 15px 0 !important;
    }
}

/* Further reduce margin for very small screens */
@media (max-width: 576px) {
    .donation-banner {
        margin-top: 46px !important; /* Even smaller margin for smallest screens */
    }

    .support-us-text {
        font-size: 25px;
    }

    .support-us-subtext {
        font-size: 11px;
    }

    .donation-qr {
        max-width: 80px;
    }

    .donation-text {
        font-size: 12px;
    }
}

/* For very small screens */
@media (max-width: 480px) {
    .donation-banner {
        margin-top: 42px !important; /* Even smaller margin */
    }
}

/* Updated Disclaimer link styles */
.disclaimer-link {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
}

.disclaimer-link a {
    color: #999;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.disclaimer-link a i {
    margin-right: 5px;
    font-size: 11px;
}

.disclaimer-link a:hover {
    color: #e9cd6c;
}

/* Mobile adjustments for disclaimer link */
@media (max-width: 768px) {
    .disclaimer-link {
        text-align: center;
    }
}

/* Modal styles */
.modal-content {
    background-color: #262626;
    color: #fff;
    border: 1px solid #333;
}

.modal-header {
    border-bottom: 1px solid #333;
}

.modal-header .close {
    color: #fff;
    opacity: 0.8;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-footer {
    border-top: 1px solid #333;
}

.modal-title {
    color: #e9cd6c;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.btn-secondary {
    background-color: #333;
    border-color: #444;
}

.btn-secondary:hover {
    background-color: #444;
    border-color: #555;
}

/* Make sure the disclaimer text in the modal is properly styled */
.modal-body .donation-disclaimer {
    text-align: left;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .disclaimer-link {
        margin-top: 0;
    }
    
    .modal-body .donation-disclaimer {
        font-size: 12px;
    }
}

/* Adjust column spacing for better balance */
@media (min-width: 768px) {
    .donation-text {
        padding-left: 10px;
    }
    
    .support-us-container {
        padding-right: 10px;
    }
}