
*, ::after, ::before {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: Mulish, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

.new-line {
    display: block;
}

header {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    font-family: Mulish, sans-serif;
    background: #fff;
    padding: 1.5rem 0;
    width: 100%;
}
.header-container {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}
.left-side, .right-side {
    display: flex;
    gap: 1rem;
}
.left-side__logo-icon img {
    width: 62px;
}
.left-side__description h1 {
    margin: 0;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
}
.left-side__description span {
    text-transform: uppercase;
    color: #d7a900;
    font-size: 14px;
    line-height: 1;
}
.right-side__logo-icon img {
    width: 22px;
}
.right-side__description h3 {
    margin: 0;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}
.right-side__description span {
    color: #d7a900;
    font-size: 13px;
    font-weight: 600;
}


.header-countdown {
    display: none;  
    background: #fff;
    text-align: center;
    padding: 0.5rem 0;
}

main {
    margin-top: 150px;
}

.checkout-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem;
}
.checkout-container__top{
    text-align: center;
    gap: 10px;
    display: grid
;
}
.checkout-container__top p{
    margin: 0;
}
.countdown {
    font-weight: bold;
    margin: 1rem 0;
}

.checkout-container h2{
    text-align: center;
    font-weight: 900;
    font-family: Mulish, sans-serif;
    font-size: 48px;
    line-height: 1.5;
    color: #212529;
    margin: 0;

}
.checkout-container .first-text{
    text-align: center;
    font-size: 20px;
    color: #374151;
    line-height: 1.3;
    font-weight: 400;
    font-family: Mulish, sans-serif;
    margin: 0;
}
.countdown,
.countdown.main-countdown{
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}
#timer,
#timer-main{
    color: #dc3545;
    line-height: 1.2;
    font-size: 40px;
    font-weight: 800;
    font-family: Mulish, sans-serif;
    margin: 0;
}

.offer-box {
    padding: 2.5rem 1rem;
    background-image: url('img/cta-bg.png'); 
    background-size: cover;     
    background-position: center;
    color: #fff;                
    border: 1px solid #fff;
    border-radius: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}
.offer-box__left-side,
.offer-box__right-side{
    width: 45%;
    display: flex;
    flex-direction: column;

}
.offer-box__left-side h3{
    font-size: 36px;
    font-weight: 800;
    font-family: Mulish, sans-serif;
    line-height: 1.2;
    margin: 0;
}
.offer-box__left-side p{
    font-size: 30px;
    margin: 0;
}
.offer-box__left-side p span{
    font-size: 36px;
    font-weight: 800;
}
.offer-box ul {
    list-style: none;
    padding: 0;
}
.offer-box li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 18px;
}
.offer-box li .check-icon {
    width: 20px;
    height: auto;
    margin-right: 0.5rem;
}
.offer-box__left-side .price-box{
    background: #fff;
    border-radius: 1.5rem;
    text-align: center;
    padding: 1.5rem 1rem;
    display: grid;
    gap: 1rem;
    justify-content: center;
}

.offer-box__left-side .price-box p .strike{
    text-decoration: line-through;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
}
.offer-box__left-side .price-box p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.offer-box__left-side .price-box p .disc.color{
    font-size: 22px;
    font-weight: 900;
    line-height: 1.5;
    color: #3b82f6;
}

.offer-box__left-side .price-box .note{
    background-color: #e5e7eb;
    border-radius: 1.5rem;
    color: #1f2937;
    font-size: 12px;
    display: inline-block;
    padding: 0.5rem;
}
.offer-box__right-side .checkout-form, 
.offer-box__right-side .payment-form{
    border-radius: 1.5rem;
    background: #fff;
    flex-direction: column;
    display: flex;
    padding: 1rem;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.offer-box__right-side .checkout-form input,
.offer-box__right-side .payment-form input{
    height: 46px;
    border-radius: .75rem;
    color: #52525b;
    font-size: 1rem;
    font-family: Mulish, sans-serif;
    padding: 1rem 0.5rem;
    width: 100%;
    border: none;             
    outline: none;          
    border: 1px solid #9ca3af; 
    padding: 8px 12px;             
}
.offer-box__right-side .checkout-form select,
.offer-box__right-side .payment-form select{
    height: 46px;
    border-radius: .75rem;
    color: #52525b;
    font-size: 1rem;
    font-family: Mulish, sans-serif;
    padding: 1rem 0.5rem;
    width: 100%;
    border: none;             
    outline: none;          
    border: 1px solid #9ca3af; 
    padding: 8px 12px;             
}
.offer-box__right-side .checkout-form input#phone{
    padding-left: 3rem;
}
.iti__country-list .iti__country-name{
    color: #000;
}
.checkout-form__btn,
.payment-btn{
    background: linear-gradient(to right, #4c51bf, #3b82f6);
    border-radius: .75rem;
    font-size: 24px;
    border-color: transparent;
    height: 50px;
    font-weight: 800;
    color: #fff;
}
#back-btn{
    border: none;
    outline: none;
    display: contents;
}
#payment-form .card-expiry{
    display: inline-flex;
    gap: 1rem;
}
.offer-box__right-side .security-icons{
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 10px;                 
  justify-items: center;    
}

.offer-box__right-side .security-icons img{
  flex: 0 0 calc(50% - 10px); 
  max-width: calc(50% - 10px);
  width: 128px;
}

.offer-box__right-side .after-btn{
    color: #6b7280;
    font-size: 12px;
    font-family: Mulish, sans-serif;
    text-align: center;
    margin: 0.5rem 1rem;
}
.footer-container{
    max-width: 1204px;
    margin: auto;
}

.footer-container__top span{
  font-family: "Orbitron", serif;
  font-size: 20px;
}

.footer-container__top {
  text-align: center;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
}

.footer-container__top span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.footer-lines {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.footer-lines .line {
    flex: 1;
    border-top: 1px solid #ccc;
    margin: 0;
    max-width: 350px;
    width: 100%;
}

.footer-container__bottom {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-container__bottom__links a{
    text-decoration: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;
    line-height: 1.26;
}

.cvv-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.cvv-wrapper img{
    width: 15px;
}

.cvv-info-icon {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
    position: absolute;
    right: 0;
}


.modal {
  display: none;  
  position: absolute;     
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal-content {
  position: absolute;     
  left: 50%;                
  transform: translateX(-50%); 
  background-color: #fff;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 650px;
  border-radius: 4px;

}
.modal-content img{
    width: 80%;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-content p {
  font-size: 12px;
  color: #000;
  text-align: center;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
.header-container{
    flex-direction: column;
        padding: 0 2rem;
}
.left-side{
    margin-bottom: 5px;
}
.right-side{
    padding: 0 0.5rem;
    align-items: end;
}
.left-side__description h1 {
    font-size: 20px;
}
.left-side__description span {
    font-size: 10px;
}
.left-side__logo-icon img {
    width: 37px;
}
.checkout-container .first-text {
    font-size: 14px;
}
#timer, #timer-main {
    font-size: 36px;
}
.checkout-container h2 {
    font-size: 24px;
}
.offer-box{
    flex-direction: column;
    padding: 1.5rem 1rem;
}
.offer-box__left-side,
.offer-box__right-side{
    width: 100%;
}
.offer-box__left-side h3 {
    font-size: 24px;
}
.offer-box__left-side p{
    font-size: 20px;
}
.offer-box li {
    font-size: 14px;
}
.offer-box li .check-icon {
    width: 15px;
}
.price-box{
    margin-bottom: 1rem;
}
.offer-box__right-side .after-btn{
    margin: 0;
}
.offer-box__left-side p span {
    font-size: 24px;

}
.offer-box__right-side .security-icons img{
    max-width: 100%;
    width: 120px;
}
footer{
    padding: 10px;
}
.footer-container .line{
    display: none;
}
.footer-container__top{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.footer-container__bottom {
    flex-direction: column-reverse;
}
.footer-container__bottom__links a{
    margin-right: 10px;
}
.footer-lines {
    justify-content: center;
}
.modal-content img{
    width: 90%;
}
}