
@import url('https://fonts.googleapis.com/css2?family=Charis+SIL:ital,wght@0,400;0,700;1,400;1,700&family=Lobster&family=Protest+Riot&display=swap');

:root {
    --color-b-1: #0E2744;
    --color-b-2: #00A6CC;
    --color-b-3: #57d9db;
    --color-b-4: #05106d;
    --color-b-5: #2869b5;
    --color-b-6: #f8bd45;
    --color-b-7: #f8d800 ;

}
body{
        /*background: url(https://nhanhoa.com/uu-dai/img/theme-mau-trang.png);
    background-attachment: fixed;*/
}
.km-ss1 {
    display: flex;
    justify-content: space-between;
    background: #eaf6ff;
    align-items: center;

}
.km-ss3 {
    margin-top: 2rem;
}
.bg-blue-light{
    background: #ECF7FA;
}
.countdown {
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.item-countdown {
    text-align: center;
}

.countdown .time {
    font-size: 18px;
    min-width: 66px;
}
.domain-border-1{
    border: 1px solid #00A2A7;
}

.countdown .time span {
    font-size: 40px;
    background: #4ABAB9;
    color: white;
    font-weight: bold;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 5px;
}

.title--km-ss1 {
    
    display: flex;
    flex-flow: column wrap;
    gap: 12px;
    
}
.item-countdown {
    padding-top: 30px;
    padding-bottom: 30px;
}
.title--km-ss1 h1 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #B81D0D;
    font-family: "Charis SIL", serif;
  font-weight: 700;
  font-style: normal;

}
.title--km-ss1 h1 span {
    display: block;
    font-size: 38px;
    margin-bottom: 5px;
}
.title--km-ss1 p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.item-domain {
    padding: 20px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: relative;
}
.item-domain--item {
    height: 140px;
}
.item-domain--item:nth-child(2) {
    position: absolute;
    right: 0;
}
.item-domain--item img {
    max-width: 60px;
}
.row.row-list-promotion .col-md-3 {
    max-width: 20%;
}
.item-domain--top {
    display: flex;
    justify-content: space-between;
    
    padding-bottom: 5px;
    margin-bottom: 5px;
    align-items: flex-end;
}

.item-domain--top h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #00A2A7;
    max-width: 95%;
    

}

.item-domain--top .discount {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: var(--color-text);
    background: transparent;
}
.item-domain--bot span {
    font-size: .9rem;
}
.item-domain--top .discount span {
    font-size: 24px;
    margin-left: 5px;
    color: var(--color-text);
}

.item-domain--bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
}
.desc-hosting ul li {
    font-size: .9rem;
    line-height: 1.5;
}

.btn-domain {
    text-transform: uppercase;
    color: white;
    border-radius: 8px;
    padding: 0.5rem 1.2rem;
    font-size: .9rem;
}
.item-domain--top h3 span {
    
    display: block;
    font-size: 16px;
    color: #000;
    height: 30px;
    margin-top: 10px;
}
.item-domain--mid {
    height: 100px;
    line-height: 1.5;
}

.domain-color-1 {
    background: #E4F3F3;
}

.domain-color-1 .item-domain--top h3 {
    color: #00A2A7;
}

.domain-color-1 .btn-domain {
    background: #00A2A7;
}

.domain-color-1 .item-domain--bot {
    background: #C3E3E3;
}

.domain-color-2 {
    background: #FDFAEF;
}

.domain-color-2 .item-domain--top h3 {
    color: #BA9303;
}

.domain-color-2 .btn-domain {
    background: #BA9303;
}

.domain-color-2 .item-domain--bot {
    background: #F2E7C2;
}

.domain-color-3 {
    background: #EAF6FF;
}

.domain-color-3 .item-domain--top h3 {
    color: #005493;
}

.domain-color-3 .btn-domain {
    background: #005493;
}

.domain-color-3 .item-domain--bot {
    background: #BDDCF4;
}

.btn-domain:hover {
    background: #B81D0D;
    color: #fff;

}

.item-hosting {
    background: #F8F8F8;
    border-radius: 12px;
    overflow: hidden;
}

.item-hosting .title-hosting {
    background: #46B7BA;
    padding: 15px;
    font-size: 24px;
    color: white;
    font-weight: bold;
    height: 90px;
}

.title-hosting .discount {
    display: inline-block;
    font-size: 16px;
    background: white;
    color: #46b7ba;
    padding: 5px;
    border-radius: 2px;
    display: block;
    width: fit-content;
}

.item-hosting .desc-hosting {
    padding: 15px;
}

.desc-hosting ul {
    padding: 0;
    list-style: none;
}

.desc-hosting ul li {
    margin-bottom: 10px;
}

.desc-hosting ul li:last-child {
    margin: 0;
}

.desc-hosting ul li span {
    background: #C3E3E2;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
}

.bnt-hosting {
    font-weight: bold;
    display: block;
    text-align: center;
    background: #46B7BA;
    padding: 12px 10px;
    border-radius: 30px;
    color: white;
    margin-top: 30px;
    font-size: 14px;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
}

.bnt-hosting:hover {
    
}

.item-hosting .condition-hosting {
    padding: 15px;
    border-top: 1px solid #E0E0E0;
}
.condition-hosting {
    font-size: 14px;
    line-height: 1.5;
}
.item-hosting .condition-hosting ul {
    padding-left: 20px;
}
a.bnt.bnt-hosting:hover {
    color: #fff;
    background: #B81D0D;
    
}
.title--km-ss1 p {
    background: #B81D0D;
    color: #fff;
    padding: 10px 30px;
    max-width: fit-content;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    
}
.desc-condition-hosting {
    font-size: .95rem;
    line-height: 1.5;
}
.campaign-text {
    font-size: 22px;
    font-style: italic;
    color: #4ABAB9;
    font-weight: bold;
}
.note-highlight{
    color: red;
}
.section-connect-office .container ,  .section-footer-bottom .container{
    max-width: 1400px;
}
.section-footer-top{
    max-width: 1400px;
    display: none !important;
}
.voucher-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--color-main);
    margin-bottom: 30px;
}

.voucher-top {
    padding-bottom: 20px;
    border-bottom: 2px dashed #4abab97a;
    margin-bottom: 20px;
}

.voucher-mid ul {
    margin: 0;
    padding-left: 20px;
    line-height: 30px;
}
.voucher-mid ul {
    height: 200px;
    overflow: hidden;
}
.voucher-top-left h3 {
    display: block;
    font-weight: bold;
    color: var(--color-main);
    font-size: 35px;
}

.voucher-top-left h3 span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: var(--color-text);
}

.voucher-top {
    display: flex;
    justify-content: space-between;
}
.voucher-mid {
    margin-bottom: 0px;
}
span.voucher-hot-label {
    background: #B81D0D;
    color: #fff;
    font-size: 16px;
    padding: 8px 17px;
    border-radius: 20px;
}
.voucher-bottom {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.voucher-bottom a {
    background: var(--color-main);
    color: #fff;
    padding: 12px 35px;
    border-radius: 7px;
    transition: all .3s ease-in-out;
}

a.voucher-button:hover {
    background: #B81D0D;
}


.mySwiper2 .swiper-pagination span.swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 2px;
}
.mySwiper2 .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--color-main);
}
.voucher {
    position: relative;
    background: #fff;
    border-radius: 10px;
    
    margin: 0;
    text-align: center;
    padding: 20px;
    z-index: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}
.voucher:hover {
    background: #e4e4e4;
}
.voucher.horizontal {
    width: 300px;
}

.voucher.vertical {
    width: 200px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Pseudo elements (nửa hình tròn) */
.voucher.horizontal::before,
.voucher.horizontal::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #e4f3f3;
    border-radius: 50%;
    z-index: 1;
}
.voucher.horizontal::before {
    left: -15px;
}
.voucher.horizontal::after {
    right: -15px;
}

.voucher-content {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    margin-bottom: 10px;
}

.voucher h3 {
    margin: 0;
    font-size: 20px;
    color: var(--color-text);
    font-weight: bold;
}
.voucher p {
    margin: 10px 0;
    
}
.voucher span {
    display: block;
    font-weight: bold;
}
.col-voucher{
    
    margin-bottom: 20px;
}
.list-voucher-mini{
    
}
.mini--icon img {
    max-width: 90%;
}

.mini--icon {
    background: #4abab9;
    width: 80px;
    height: 80px;
    border-top-left-radius: 0;
    overflow: hidden;
    padding: 15px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.list-voucher-mini {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    background: #e4f3f3;
    border-radius: 10px;
    gap: 10px;
}

.list-voucher-mini--header {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 0 0 25%;
    border-bottom: 2px solid #4abab9;
}
.list-voucher-mini--header.list-voucher-mini--header-1{
    margin-bottom: 20px;
    width: 100%;
    flex: 0 0 100%;
}
.mini--text h3 {
    font-family: "Lobster", "URWDIN", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #4abab9;
    margin-bottom: 0;
}

.mini--text h3 span {
    display: block;
    font-size: 20px;
    color: var(--color-text);
    font-weight: 500;
    font-family: "Charis SIL","URWDIN", serif;
    font-weight: bold;

}
.list-voucher-mini--content {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.modal-voucher .modal-body ul {
    line-height: 30px;
}
.modal-voucher h3 {
    font-size: 1.1rem;
    background: #ededed;
    padding: 10px;
    border-radius: 3px;
    margin: 15px 0;
}

.modal-voucher h4 {
    font-size: 1rem;
}

.modal-voucher h2 {
    font-size: 1.1rem;
    background: #ededed;
    padding: 10px;
    border-radius: 3px;
}

.modal-voucher h5 {
    font-size: 1rem;
}
.modal-voucher .modal-dialog {
    width: 900px;
    max-width: 900px;
}
.modal-voucher .modal-body {
    overflow-y: scroll;
    max-height: 600px;
}
.btn-voucher-register {
    background: var(--color-main);
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    transition: all .3s ease-in-out;
    border: 0;
    font-size: 1rem;
    height: 38px;
    line-height: 1;
}
.modal-voucher .modal-footer {
    justify-content: center;
    gap: 20px;
}

.modal-voucher .modal-footer .btn {min-width: 100px;}

.modal-voucher .modal-footer .btn:hover {
    color: #fff;
}

.modal-voucher .modal-footer .btn.btn-voucher-register:hover {
    background: #B81D0D;
}
.modal-voucher .modal-header .close {
    position: relative;
    font-size: 33px;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 20px;
    opacity: 1;
    color: red;
}

.modal-voucher .modal-header {
    padding: 0;
    justify-content: end;
    align-items: center;
}
.voucher .highlight {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 3px 15px;
    background: #B81D0D;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}
.mySwiper .swiper-slide {
    margin-right: 10px;
}
.overlay {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 12px;
    background: #4abab9c2;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    align-items: center;
    justify-content: center;
}
.item-domain:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.overlay a {
    background: var(--color-text);
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    transition: all .3s ease-in-out;
    border: 0;
    font-size: 1rem;
    height: 38px;
    line-height: 1;
}
.overlay a:hover{
    background: #B81D0D;
}

.content-intro {
   
    margin: auto;
}
.content-intro-left h1 {
    font-size: 25px;
    font-weight: bold;
}
.content-intro-left h3 {
    font-size: 1rem;
    font-weight: normal;
}

.content-intro-right {
    text-align: right;
}

.content-intro-left p {
    margin-bottom: 15px;
    margin-top: 15px;
}
.content-intro-left ul {
    list-style: none;
    padding-left: 0;
}
.content-intro .col-md-4 {
    display: flex;
    align-items: center;
}
.content-intro-left ul li {
    margin-bottom: 10px;
}

.content-intro-left ul li i {
    color: var(--color-main);
}
a.btn-sn-action {
    background: var(--color-main);
    color: #fff;
    padding: 12px 35px;
    border-radius: 7px;
    transition: all .3s ease-in-out;
    margin-top: 20px;
    display: inline-block;
}
h1.show-title {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    font-family: "Charis SIL", serif;
}
h2.show-title {
    font-family: "Charis SIL", serif;
    font-weight: bold;
    text-align: center;
    font-size: 38px;
}

h1.show-title span {
    color: #ff69b4;
    font-size: 38px;
}
h2.show-title span {
    color: #BA9303;
    font-size: 38px;
}

.intro-text-content{
    border-radius: 10px; padding: 20px; border-radius: 10px; border: 2px solid #fdfaef; background: #fdfaef;
}
.intro-text-desc{
    text-align: center; font-size: 18px; width: 80%; margin: 20px auto;
}

.slots span b.slot_number {
    padding: 15px 20px;
    background: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    border: 1px solid #B81D0D;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    position:relative;
}
.slots span b.slot_number label {
    z-index: 2;
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-weight: bold;
}
.slots span b.slot_number:before {
    content: "";
    width: 90%;
    height: 1px;
    z-index: 3;
    background: #ccc;
    position: absolute;
    left: 5%;
    top: 47%;
    z-index: 1;
    display:none;
}
span.slot_count {
    gap: 10px;
    display: flex;
    justify-content: center;
}
.title--km-ss1 p{
    background:#00A2A7;
}
.km-ss1{
    align-items: end;
}
.view-counting{
    text-align:right;
    font-size: 14px;
}
.btn-scroll {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    border: 1px solid #c2cddb;
    padding: .8rem 1rem;
    border-top-left-radius: 7rem;
    border-top-right-radius: 7rem;
    border-bottom-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
    min-height: 4rem;
    box-shadow: 0px 2px 2px 0px #c2cddb;
    margin-top: 2rem;
}

.btn-scroll i {
    color: white;
}

.icon-scroll {
    position: relative;
    display: inherit;
    height: 20px;
    width: 8px;
    background: #6799d9;
    border-radius: 1rem;
    margin-bottom: 20px;
    animation: scroll ease 2s infinite;
}
.icon-scroll:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 30%;
    background: #fff;
}
@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(20px);
    }
}
/* ========== balloon ========== */
/* Lớp bong bóng */
  .balloon-container{
    position:fixed; inset:0;
    overflow:hidden;
    pointer-events:none; /* Không chặn click nội dung */
    z-index:20; /* Nếu không thấy bóng, tăng lên 10-20 */
  }

  /* Bọc để lắc lư trái/phải */
  .balloon-wrap{
    position:absolute;
    bottom:-20vh;
    will-change: transform;
    animation: sway var(--sway, 3s) ease-in-out infinite alternate;
    filter: drop-shadow(0 8px 12px rgba(0,0,0,.18));
    opacity: var(--opacity, .95);
  }

  /* Ảnh SVG (data URI) bay lên */
  .balloon{
  display:block;
  width: calc(var(--w, 100px) * 0.7); /* ↓ 30% */
  height:auto;
  will-change: transform;
  animation: rise var(--rise, 10s) linear forwards;
}

  @keyframes rise{
    from{ transform: translateY(0); }
    to{ transform: translateY(-130vh); }
  }

  @keyframes sway{
    from{ transform: translateX(calc(var(--dx, 20px) * -1)) rotate(-2deg); }
    to{ transform: translateX(var(--dx, 20px)) rotate(2deg); }
  }

  /* Tôn trọng người dùng chọn giảm chuyển động */
  @media (prefers-reduced-motion: reduce){
    .balloon, .balloon-wrap{ animation: none !important; }
  }
/* ==========balloon ========== */

/* ========== XXL (≥1400px) ========== */
@media (min-width: 1400px) {
    .km-ss3 .col-md-3 {
        /* Uncomment if needed */
        /* flex: 0 0 20%;
        max-width: 20%; */
    }
}

/* ========== XL (1200px–1399.98px) ========== */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .km-ss3 .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .col-12.col-md-3.mb-4.mb-md-0 {
        margin-top: 30px;
    }
    .condition-hosting {
        height: 120px;
        overflow: hidden;
    }
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 90%;
    }
    .section-connect-office {
        border-top: 2px solid #e0e0e0;
        margin-top: 40px;
        padding-top: 40px;
    }
    .desc-hosting ul {
        height: 290px;
        overflow: hidden;
    }
    .col-12.col-md-3.mb-4.mb-md-0:nth-child(5) .desc-hosting ul,
    .col-12.col-md-3.mb-4.mb-md-0:nth-child(6) .desc-hosting ul {
        height: 160px;
    }
}

/* ========== Large (992px–1199.98px) ========== */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .mySwiper .swiper-slide {
        max-width: 24%;
    }
}

/* ========== iPad Pro Landscape ========== */
@media (min-width: 1024px) and (max-width: 1194px) and (orientation: landscape) {
    .mySwiper .swiper-slide {
        /* max-width: 20%; */
    }
    .modal-voucher .modal-dialog{
        width: 95%;
    }
    .list-voucher-mini--header{
        flex: 0 0 28%;
        width: 28%;
    }
    .list-voucher-mini--content{
        flex: 0 0 72%;
        width: 72%;
    }
    .modal-voucher .modal-dialog{
        width: 95%;
    }
    .mini--icon{
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    .mini--text h3{
        font-size: 25px;
    }
    
}

/* ========== iPad Portrait (834px) ========== */
@media (min-width: 800px) and (max-width: 890px) and (orientation: portrait) {
    .countdown .time span{
        font-size: 30px;
    }
    .swiper-slide {
        max-width: 45%;
        margin-right: 20px;
    }
    .voucher.horizontal {
        width: 230px;
    }
    .section-connect-office .container,
    .section-footer-bottom .container,
    .container, .container-sm, .container-md {
        max-width: 95%;
    }
    .list-voucher-mini--header{
        flex: 0 0 30%;
        width: 30%;
    }
    .list-voucher-mini--content{
        flex: 0 0 70%;
        width: 70%;
    }
    .modal-voucher .modal-dialog{
        width: 95%;
    }
    .mini--icon{
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    .mini--text h3{
        font-size: 25px;
    }
    .mini--text h3 span{
        font-size: 18px;
    }
    .list-domain-home .col_domain_price {
        width: 40%;
        max-width: 40%;
        margin-right: 10px;
    }
}

/* ========== Medium (768px–991.98px) ========== */
@media (max-width: 991.98px) {
    .swiper-wrapper {
        flex-wrap: nowrap;
        overflow: auto;
    }
    .list-voucher-mini--content{
        justify-content: center;
    }
}

/* ========== Small (576px–767.98px) ========== */
@media (max-width: 767.98px) {
    .modal-voucher .modal-header .close {
        font-size: 25px;
    }
    .modal-voucher .modal-dialog {
        width: 95%;
        max-width: 95%;
    }
    .modal-voucher .modal-body {
        overflow-y: scroll;
        max-height: 500px;
    }
    .row.row-list-promotion .col-md-3 {
        max-width: 80%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .item-domain {
        padding: 15px;
    }
    .item-domain--top h3 {
        font-size: 20px;
    }
    .km-ss1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mySwiper2 .swiper-slide {
        max-width: 80%;
        margin-right: 15px;
    }
    .voucher-top-left h3 {
        font-size: 28px;
    }
    .voucher-top-left h3 span {
        font-size: 16px;
    }
    .mb-5.pb-5.section-30-4-banner {
        margin-bottom: 10px !important;
    }
    span.voucher-hot-label {
        font-size: 14px;
        padding: 5px 15px;
    }
    .countdown .time .smalltext {
        font-size: 1rem;
        background: #ffffffd9;
        padding: 10px;
        border-radius: 5px;
        font-weight: bold;
    }
    .mb-5.pb-5 {
        margin-bottom: 25px !important;
        padding-bottom: 25px !important;
    }
    .mb-5.pb-5.section-30-04-price {
        margin-bottom: 0 !important;
    }
    .desc-hosting ul li {
        font-size: 1rem;
    }
    .desc-condition-hosting.mt-5 {
        margin-top: 1rem !important;
        margin-bottom: 2rem;
        background: #fff;
        padding: 15px;
        border-radius: 5px;
    }
    .list-voucher-mini {
        flex-flow: column wrap;
        gap: 20px;
    }
    .mini--text h3 {
        font-size: 30px;
    }
    .mini--text h3 span {
        font-size: 18px;
    }
    .mini--icon {
        width: 60px;
        height: 60px;
        padding: 13px;
    }
    .voucher h3 {
        font-size: 20px;
    }
    .intro-text-content{

    }
    h2.show-title {
        font-size: 25px;
        line-height: 34px;
    }

    h3.intro-text-desc {
        width: 100%;
    }

    h2.show-title span {
        font-size: 30px;
    }
    .list-voucher-mini--header.list-voucher-mini--header-1 {
        padding-left: 0;
        margin-left: 10px;
    }
    .list-voucher-mini--header{
        width: 100%;
        flex: 0 0 100%;
    }
    .mini--text h3 {
        font-size: 26px;
    }
    .voucher-top-right{
        width: 85px;
        text-align: center;
    }
}

/* ========== Extra Small (<576px) ========== */
@media (max-width: 575.98px) {
    .title--km-ss1 p {
        font-size: 14px;
    }
    .countdown .time span {
        font-size: 25px;
    }
    .item-domain--top .discount {
        font-size: 1.2rem;
    }
    .item-domain--top .discount span {
        font-size: 22px;
    }
    .image-left {
        position: absolute;
        left: -180px;
        z-index: 1;
        top: -20px;
        display: none;
    }
    .image-right {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .item-countdown {
        text-align: center;
        z-index: 2;
    }
    .km-ss1 {
        padding-top: 50px;
        padding-bottom: 50px;
        max-width: 100%;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        width: 100%;
        justify-content: center;
    }
    .title--km-ss1 h1 {
        font-size: 20px;
    }
    .title--km-ss1 h1 span {
        font-size: 30px;
    }
    div#slots {
        display: flex;
        flex-flow: column wrap;
        gap: 10px;
    }
    .campaign-text {
        font-size: 18px;
        margin-top: 0px;
    }
    .countdown {
        margin-top: 0px;
    }
    .title--km-ss1 p {
        margin-top: 0px;
    }
    .item-countdown{
        padding-top: 0;
        padding-bottom: 0;
    }
    /*.voucher-wrapper{
        height: 100%;
        flex-flow: column;
    }
    .voucher-top {
        display: flex;
        justify-content: space-between;
       
        width: 100%;
    }
    .voucher-mid {
        margin-bottom: 0px;
        display: flex;
        height: 100%;
        width: 100%;
    }
    .voucher-bottom {
        
        display: flex;
        justify-content: space-between;
        align-items: end;
        width: 100%;
    }*/
}


/* XS: Phones (portrait) - <576px */
@media (max-width: 575.98px) {
  
}

/* SM: Phones (landscape) / Small tablets - 576px to 767.98px */
@media (min-width: 576px) and (max-width: 767.98px) {
  
}

/* MD: Tablets (portrait and landscape) - 768px to 991.98px */
@media (min-width: 768px) and (max-width: 991.98px) {
 
}

/* LG: Desktops - 992px to 1199.98px */
@media (min-width: 992px) and (max-width: 1199.98px) {
  
}

/* XL: Large desktops / TVs - ≥1200px */
@media (min-width: 1200px) {
  
}
/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,900;1,14..32,900&display=swap');*/
.slots span {
    font-size: 20px;
    color: #B81D0D;
    
    margin-top: 14px;
    display: block;
    font-weight:bold;
}

.slots span b {
    font-size: 25px;
}
@media(max-width: 575px){
    .voucher-wrapper{
        display:flex;
        height: 100%;
        flex-flow: column;
    }
    .voucher-top {
        display: flex;
        justify-content: space-between;
       
        width: 100%;
    }
    .voucher-mid {
        margin-bottom: 0px;
        display: flex;
        height: 100%;
        width: 100%;
    }
    .voucher-mid ul{
        height: 100%;
    }
    .voucher-bottom {
        
        display: flex;
        justify-content: space-between;
        align-items: end;
        width: 100%;
        margin-top: -15px;
    }
    .image-right {
        display: none;
    }
}
