* {
    font-family: 'DBHelvethaicaX', serif;
    letter-spacing: 1px;
}

body,
html {
    font-family: 'DBHelvethaicaX', serif;
    padding: 0;
    margin: 0;
    /* background: linear-gradient(193deg, #031b88, #5c27fe); */

    background-image: url('../images/bg.png');
    color: #eee;
    overflow: hidden;
    filter: grayscale(45%);
    -webkit-filter: grayscale(45%);
}

main {
    height: calc(100vh - 0rem);
    position: relative;
}

/* img {
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
  } */

.topper {
    min-height: 250px;
    position: relative;
    height: 35%;
}

/* @media (max-width: 768px) {
    .topper {
        height: 35%;
    }
}


@media (max-width: 640px) {
    .topper {
        height: 35%;
    }
} */

.backgroundWrapper {
    height: 100%;
    position: absolute;
}

.navigationWrapper {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.navigationWrapper span,
.navigationWrapper a {
    transition: .2s cubic-bezier(0.4, 0, 0.25, 1);
    color: rgb(145, 145, 145);
}

.navigationWrapper a:hover {
    transition: .2s cubic-bezier(0.4, 0, 0.25, 1);
    color: #eee;
}

.navigationWrapper a.active {
    color: #eee;
}

.navigationWrapper .logo {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 15%;
    min-width: 220px;
}

a {
    text-decoration: none;
    color: inherit;
}

span {
    display: block;
}

.backdrop {
    background: rgb(45, 13, 255);
    /* background: linear-gradient(0deg, #1f136e 100%, rgba(104,130,196,1) 40%, rgba(0,80,120,1) 0%); */
}

footer {}




/* .startButton:hover {
    background: #7059a9;
    transition: .2s cubic-bezier(0.4, 0, 0.25, 1);
} */

/* .startButton {
    background: #7C63BC;
    border-radius: 50px;
    height: 50px;
    width: 400px;
    z-index: 10;
    position: relative;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    transition: .2s cubic-bezier(0.4, 0, 0.25, 1);
} */

.facebookButton {
    background: #7C63BC;
    border-radius: 50px;
    height: 50px;
    width: 400px;
    z-index: 10;
    position: relative;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    transition: .2s cubic-bezier(0.4, 0, 0.25, 1);
}

.facebookButton:hover {
    background: #32559a;
    transition: .2s cubic-bezier(0.4, 0, 0.25, 1);
}

.facebookButton {
    background: #4267B2;
    transition: .2s cubic-bezier(0.4, 0, 0.25, 1);
}

/* 
.modal {
    z-index: 999;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;

}

.modal>.content {
    position: relative;
    border-radius: 20px;
    width: 90vw;
    height: 50vh;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 20px;
} */

.exitButton:before {
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 20px;
    text-align: center;
    width: 30px;
    color: rgba(0, 0, 0, .4);
}

.exitButton {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.content .title {
    font-size: 1.5em;
    border-bottom: rgba(0, 0, 0, .3) solid 3px;
}

.twocol {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 1.5em - 3px);
}

.kra1 {
    border-right: rgba(0, 0, 0, .05) solid 1px;
}

.twocol .kra1:hover,
.twocol .kra2:hover {
    background-color: rgba(0, 0, 0, .05);
    transition: .2s cubic-bezier(0.4, 0, 0.25, 1);
}

.twocol .kra1,
.twocol .kra2 {
    cursor: pointer;
    transition: .2s cubic-bezier(0.4, 0, 0.25, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 80%;

}

.kra1 img,
.kra2 img {
    width: 80%;
    margin-bottom: 10px;
}

.morecontent {
    height: 500px;
    background: #0090B8;
}

footer {
    height: 1.5rem;
    background: #00408C;
    text-align: center;
    font-size: .75rem;
    z-index: 10000;
}

.hidden {
    display: none !important;
}

.instruction {
    display: contents;
    font-size: .5em;
    font-size: rgb(99, 99, 99);
}

.kra3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

textarea {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    height: 60%;
    resize: none;
    background: rgba(255, 255, 255, .4);
    outline: none;
}

/* input {
    width: 80%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    background: rgba(255, 255, 255, .4);
    outline: none;
} */

.backdrop {
    background-repeat: repeat-x;
    animation: move 60s linear 0s infinite normal;
    background-image: url('../images/logo-loykrathong.png');
}

@keyframes move {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: 100vw;
    }

}

.nextButton {
    margin-top: 20px;
    border: none;
    width: 150px;
    background: #0090B8;
    color: #fff;
    border-radius: 5px;
}


@media (max-width: 768px) {

    .startButton,
    .facebookButton {
        width: 330px;
    }
}





.shown {
    opacity: 1;
    transition: 2s cubic-bezier(0.4, 0, 0.25, 1);
}

.hide {
    opacity: 0;
    transition: 2s cubic-bezier(0.4, 0, 0.25, 1);


}

.backgroundWrapper {
    background-image: url('../images/bg-moc.png');
    background-size: cover;
    /* ปรับภาพให้ครอบคลุมเต็มพื้นที่ */
    background-position: center;
    /* กำหนดให้ภาพอยู่ตรงกลาง */
    /* width: 100vw;
    height: 100vh;  */
    height: 55vh;
    /* height: 105%; */
    position: relative;
    /* เพื่อให้ตำแหน่งในภาพพื้นหลังเหมาะสม */
}


/* .startButton {
    background: url('../images/btn_start.png') no-repeat center center;
    background-size: cover;
    border-radius: 50px;
    height: 52px;
    width: 195px;
    z-index: 10;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    transition: .2s cubic-bezier(0.4, 0, 0.25, 1);
} */

.startButton {
    background: url('../images/btn_start.png') no-repeat center center;
    background-size: cover;
    border-radius: 50px;
    margin-bottom: 10px;
    height: 60px;
    width: 230px;
    z-index: 10;
    cursor: pointer;
    animation: pulse 1.5s infinite ease-in-out;
    /* เพิ่มแอนิเมชัน */
    transition: transform 0.2s ease;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        /* ขยายปุ่มเล็กน้อย */
    }

    100% {
        transform: scale(1);
    }
}

/* .shareZone {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    color: #ffffff;
    font-size: 1.2em;
} */

.shareZone .shareText {
    margin-top: 10px;
    color: #ffffff;
}

.share-container {
    position: fixed;
    bottom: 50px;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

@media (max-width: 640px) {
    .share-container {
        position: fixed;
        top: -4px;
        right: -20px;
        display: flex;
        flex-direction: row;
        gap: 5px;
        z-index: 24;
        align-items: center;
        height: fit-content;
        transform: scale(.75);
    }

    .navWrapper {
        z-index: 23 !important;
    }
}

.shareText {
    margin-bottom: -5px;
    color: #ffffff;
    font-size: 1.1rem;
    text-align: center;
}

.socialIcons {
    display: flex;
    gap: 8px;
}

.socialIcons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease;
}

.socialIcons a:hover {
    filter: brightness(0.8);
}

.socialIcons img {
    width: 30px;
    height: 30px;
}

.logoLoyKrathong {
    position: absolute;
    width: 55vw;
    max-width: 600px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

@media (max-width: 1280px) {
    .logoLoyKrathong {
        min-width: 400px;
        width: 35vw;
    }

    .logoLoyKrathong {
        top: 95px;
    }
}

@media (max-width: 768px) {
    .logoLoyKrathong {
        width: 60vw;
        min-width: 300px;
    }

    .logoLoyKrathong {
        top: 100px;
    }
}


@media (max-width: 640px) {
    .logoLoyKrathong {
        min-width: 270px;
    }

    .logoLoyKrathong {
        top: 80px;
    }

    .navigationWrapper .logo {
        display: none;
    }
}

.activityInfo {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    /* ช่องว่างระหว่าง krathongCount กับปุ่ม */
    color: #ffffff;
    font-size: 1em;
    z-index: 20;
}

.krathongCount {
    display: flex;
    align-items: center;
    gap: 8px;
    /* ช่องว่างระหว่างไอคอนกับข้อความ */
}

.krathongIcon {
    background-image: url('../images/icons/loy-krathong.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.countText {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    align-items: flex-end;
    color: #ffffff;
}

.countText div {
    text-align: right;
    font-size: 1.2em;
    color: #ffffff;
}

.countText span {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.8em;
    font-weight: bold;
    color: #ffffff;
    line-height: 1em;
}

.termsButton {
    background-color: #FFE043;
    color: #003399;
    border: none;
    padding: 12px 42px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.5em;
    transition: background-color 0.2s ease;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    /* เงา */
}

.termsButton:hover {
    background-color: #e6b800;
    /* สีพื้นหลังเมื่อ hover */
}


/* Full-width Form Group */
.form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
    width: 100%;
    margin: 0 auto;
}

.form-group label {
    font-size: 1.2rem;
    color: #fff;
    text-align: left;
    width: 100%;
}

/* Styling for Phone Number and Province Row */
.form-group-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 90%;
    /* max-width: 450px; */
    margin: 0 auto 15px;
}

.full-width {
    width: 90%;
}

/* .full-width input,
.full-width select {
    width: 100%;
    padding: 12px;
    border-radius: 25px;
    border: 2px solid #FFE043;
    background-color: #fff;
    font-size: 1rem;
    color: #333;
    outline: none;
} */

.half-width {
    width: 48%;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, .1);
    font-size: 1rem;
    color: #fff;
    outline: none;
}

/* Input Placeholder Color */
.form-group input::placeholder {
    color: rgba(255, 255, 255, .8);
}


.policy-container input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #FFE043;
}

.policy-container a {
    color: #FFE043;
    text-decoration: underline;
    cursor: pointer;
}



@media (max-width: 640px) {

    #awards-text-dropdown {
        font-size: 0.85rem;
        line-height: 1.35rem;
    }
}


/**popup-container**/

.popup-container .modal-title-image {
    position: absolute;
    top: 24vh;
    left: 50%;
    transform: translateX(-50%);
    width: 175px;
    height: auto;
    z-index: 10;
}


.popup-container .modal {
    background: #1E3F8B;
    border-radius: 20px;
    padding: 20px;
    width: 90%;
    height: 100%;
    max-width: 678px;
    max-height: 475px;
    position: relative;
    color: white;
    text-align: center;
    overflow: hidden;
}

.popup-container .modal::before {
    content: "";
    background-image: url('../images/modal-cover-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    /* กำหนดความสูงของ header */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 1;
}

.popup-container .modal>* {
    position: relative;
    z-index: 2;
}



.carousel-container {
    /* position: relative; */
    /* overflow: hidden; */
    /* width: 100%; */
    /* max-width: 678px; */
}


.waves {
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%2387CEEB' d='M0,96L48,112C96,128,192,160,288,176C384,192,480,192,576,176C672,160,768,128,864,112C960,96,1056,96,1152,106.7C1248,117,1344,139,1392,149.3L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    margin: -20px -20px 0;
}

.krathong-selection {
    text-align: center;
    color: white;
    margin-bottom: 20px;
    overflow: hidden;
}


.krathong-options {
    display: flex;
    gap: 10px;
    padding: 10px 20px;
    justify-content: center;
}

.krathong-option {
    flex: 0 0 calc(20% - 8px);
    /* 20% for 5 items */
    max-width: calc(20% - 8px);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
}

.krathong-option.selected {
    border-color: #4CAF50;
    background-color: rgba(76, 175, 80, 0.1);
    transform: scale(1.1);
    z-index: 1;
}

.krathong-option:not(.selected) {
    opacity: 0.7;
}

.krathong-option:hover:not(.selected) {
    transform: scale(1.05);
    opacity: 0.9;
}

.krathong-img {
    width: 96px;
    height: 96px;
    transition: transform 0.3s ease;
}

.krathong-name {
    color: white;
    font-size: 1.15rem;
    /* white-space: nowrap; */
}

.popup-container {
    display: none;
    /* ซ่อน popup เริ่มต้น */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-container.active {
    display: flex;
    /* แสดง popup เมื่อ active */
}

/* .popup-container .modal {
    background: linear-gradient(180deg, #FFB6B6 0%, #1E3F8B 50%);
    border-radius: 20px;
    padding: 20px;
    width: 90%;
    height: 100%;
    max-width: 678px;
    max-height: 452px;
    position: relative;
    color: white;
    text-align: center;
} */

.close-btn {
    position: absolute !important;
    right: 15px;
    top: 15px;
    background: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 20px;
    color: #2B4899;
    display: flex; 
    justify-content: center; 
    align-items: center;
    padding: 0; 
    box-sizing: border-box;
}

.title {
    font-size: 24px;
    font-weight: bold;
    color: #FFD700;
    margin-bottom: 20px;
}

.step-title {
    font-size: 2.5rem;
    line-height: 2.5rem;

}

.step-header {
    margin-top: 18%;
    /* background-image: url('../images/modal-cover-header.png'); */
    /* background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%2387CEEB' d='M0,96L48,112C96,128,192,160,288,176C384,192,480,192,576,176C672,160,768,128,864,112C960,96,1056,96,1152,106.7C1248,117,1344,139,1392,149.3L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E"); */
}

.steps {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 0px;
}

.steps .step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number {
    background: #ffffff;
    font-size: 1.25rem;
    border: 2px solid #FFD86F;
    color: #2B4899;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.step-number.active {
    background: #FFD86F !important;
    width: 35px;
    height: 35px;
    margin-top: -5px;
}

.step-text {
    color: rgba(255, 255, 255, 0.5);
}

.step-text.active {
    color: #FFFFFF;
}

.step-content {
    color: #fff;
    text-align: center;
    flex-grow: 1;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .step-title {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 640px) {
    .step-header {
        margin-top: 28%;
    }

    .step-title {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.nav-prev {
    left: 5px;
}

.nav-next {
    right: 5px;
}

.nav-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
}

.submit-btn {
    background: #FFD700;
    color: #2B4899;
    border: none;
    border-radius: 20px;
    padding: 10px 40px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
}

.submit-btn:hover {
    background: #e6b800;
}


.styled-dropdown optgroup {
    font-weight: bold;
    font-size: 1rem;
    color: #333;
    padding: 5px 0;
}

.styled-dropdown option {
    padding: 10px;
    font-size: 1rem;
    color: #333;
}

.action-buttons {
    /* margin: 0 auto 20px auto; */
    /* margin-top: auto; */
}

/* Container for shareZone and conditionCarousel */
.bottom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    justify-content: flex-end;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 6vh;
}

@media (max-width: 640px) {
    .bottom-container {
        margin-bottom: 8rem;
    }
}

/* Ensure conditionCarousel is placed above shareZone */
.conditionCarousel {
    position: relative;
    width: 100%;
}


.shareZone {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    font-size: 1.2em;
    margin-bottom: 5px;
}


.conditionLogo {}

.conditionLogo img {
    width: 215px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.conditionCarousel .carousel-container {
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 950px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* padding-right: 50px;
    padding-left: 50px; */
}

@media (max-width: 768px) {
    .conditionCarousel .carousel-container {
        width: 100%;
        max-width: 600px;
    }
}


@media (max-width: 640px) {
    .conditionCarousel .carousel-container {
        max-width: 300px;
    }
}

.conditionCarousel .region-label {
    width: 100%;
    font-size: 1rem;
    color: #003399;
    /* color: white; */
    border-radius: 10px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 2.25rem;
    background: -webkit-linear-gradient(top, rgb(255 255 255), rgb(255 255 255));
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
}

.conditionCarousel .award-item {
    background-color: #034E90;
    border-radius: 15px;
    padding: 25px 10px 10px;
    text-align: center;
    min-height: 225px;
    /* max-width: 450px; */
    margin: auto;
    position: relative;
}

.conditionCarousel .award-group {
    display: flex;
    justify-content: space-around;
    gap: 5px;
}

.conditionCarousel .award {
    text-align: center;
    flex: 1;
}

.conditionCarousel .award-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.conditionCarousel .award-title {
    font-size: 1.15rem;
    font-weight: bold;
    margin: 5px 0;
}

.conditionCarousel .award-description {
    font-size: 1rem;
}

.conditionCarousel .swiper-slide {
    width: calc((100% - 40px) / 3) !important;
}
.phone-suggest {
    font-size: 0.95rem;
    color: #FFE043;
    text-align: left;
}

#step2 .back-btn, .next-btn {
    margin-top: 0;
    font-size: 1rem;
}


@media (max-width: 768px) {
    .conditionCarousel .swiper-slide {
        width: calc((100% - 20px) / 2) !important;
    }

    
}


@media (max-width: 640px) {
    .conditionCarousel .swiper-slide {
        width: calc((100%) / 1) !important;
    }
    .swiper-button-next, .swiper-button-prev {
        width: calc(100% - 15rem) !important;
    }
    body, html {
        overflow: auto;
    }
    
    .conditionLogo img {
        width: 10rem;
    }

    .krathong-option {
        max-width: calc(50% - 8px);
    }

    .popup-container .modal-title-image {
        width: 7rem;
    }

    #step1 .carousel-container {
        padding-top: 1rem;
    }

    .startButton {
        height: 40px;
        width: 150px;
        border-radius: 30px;
    }

    .conditionCarousel {
        margin-top: 0.5rem;
    }

    .conditionCarousel .award-item {
        min-height: 135px;
        padding: 20px 10px 0px 10px
    }

    .conditionCarousel .award-image {
        width: 50px;
        height: 50px;
    }

    .bottom-container {
        margin-bottom: 5rem;
    }

    .activityInfo {
        top: 15px;
    }

    .termsButton {
        padding: 8px 20px;
        font-size: 1.0em;
        border-radius: 20px;
    }

    .footer {
        font-size: 0.9rem !important;
    }
    
    

    .swiper-button-next:after, .swiper-button-prev:after { 
        font-size:35px;
    }


    .shareZone {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 0 10px;
        font-size: 1em;
    }

    .shareZone .startButton {
        margin-bottom: 0;
    }

    .shareZone .conditionLogo img {
        max-width: 100px;
        height: auto;
    }

    .conditionCarousel .award-title,
    .conditionCarousel .award-description {
        font-size: 0.8rem
    }
    
    .shareZone .startButton,
    .shareZone .conditionLogo {
        flex: 1;
        max-width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    color: #ffcc00;
    width: auto;
    height: auto;
    z-index: 10;
    /* top: calc(50% + 11px); */
    /* transform: translateY(-50%); */
    /* margin-right: -30px;
    margin-left: -30px; */
}


.swiper-button-next {
    right: -3rem;
    /* transform: translate(50%, -50%); */
}

.swiper-button-prev {
    left: -3rem;
    /* transform: translate(-50%, -50%); */
}

.swiper-pagination {
    bottom: 0px !important;
}

.swiper-pagination-bullet {
    background-color: #0A275E;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #FFBD38;
    opacity: 1;
}


/* .shareZone {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 0;
	color: #ffffff;
	font-size: 1.2em;
} */

.socialIcons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.copyLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #555;
    border-radius: 50%;
    cursor: pointer;
}

.copyLink img {
    width: 20px;
    height: 20px;
}

.footer {
    background-color: #0A275E;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    font-size: 1.225rem;
    position: fixed;
    width: 100%;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.2);
    bottom: 0;
}

.footer p {
    margin: 0;
    line-height: 1.5;
}

.navWrapper {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 3rem;
    background-color: #0A275E;
    box-shadow: rgba(33, 35, 38, 1) 0px 10px 25px -10px;
    z-index: 2;
}

.navWrapper .logo {
    height: 100%;
    padding: 0.5rem;
}

@media (max-width: 640px) {
    .navWrapper {
        display: block;
    }

    .topper {
        margin-top: 3rem;
    }
}