body {
    font-family: 'PT Sans', Tahoma, Geneva, Verdana, sans-serif;
}

ul {
    list-style-position: inside;
    padding-left: 10px;
}

h1,
h2 {
    font-weight: bold;
}

p {
    font-size: 18px;
    ;
}

.font-alt {
    font-family: "Indie Flower", cursive;
    font-weight: 500;
    font-style: normal;
    color: #2A42A2;
    font-size: 24px;
}

.bg-primary {
    background-color: #D0E9FF !important;
    color: #2B43A5;
}

.bg-alt {
    background-color: #1B4EDC !important;
    color: #D0E9FF;
}

.bg-alt-2 {
    background-color: #131193 !important;
    color: #D0E9FF;
}

.btn {
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
    padding: 0 !important;
}

.btn-primary {
    background: #1B4EDC;
    color: #D0E9FF;
    font-size: 18px;
    padding: 10px 20px !important;
    border-radius: 20px;
    width: 320px;
}

.btn-secondary {
    background: white !important;
    color: #1B4EDC !important;
    font-size: 18px;
    padding: 10px 20px !important;
    border-radius: 20px;
}

.btn:hover {
    transform: scale(1.065);
}

.text-light {
    color: #D0E9FF !important;
}

.text-highlight {
    color: #FFFC32 !important;
}

.inner-gap {
    padding-block: 15px;
}

.section-inner-gap {
    padding-block: 50px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.bottom-n100 {
    bottom: -100px;
}

.h-30 {
    height: 30px;
}

.h-50 {
    height: 50px !important;
}

.mt-n5 {
    margin-top: -70px;
}

.mx-50 {
    max-width: 50%;
    margin: 0 auto;
}

.mx-65 {
    max-width: 65%;
    margin: 0 auto;
}

.mx-300 {
    margin: 0 auto;
    max-width: 300px;
}

.mx-350 {
    margin: 0 auto;
    max-width: 350px;
}

.suimon-img {
    max-height: 300px;
    transition: transform 0.2s ease;
}

.suimon-img:hover {
    transform: scale(1.1);
}

.suimon-images img {
    object-fit: contain;
}

.suimon-images .first {
    z-index: 1;
    width: 250px;
}

.suimon-images .second {
    z-index: 2;
    margin-inline: -150px;
    width: 500px;
}

.suimon-images img:hover {
    transform: none;
}

.swiper-wrapper {
    width: auto;
}

.swiper-slide {
    width: 200px !important;
    flex-shrink: 0;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img,
.swiper-slide video {
    display: block;
    width: 200px;
    height: 200px;
    object-fit: cover;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.swiper {
    width: 100%;
    height: 100%;
}

/* .box {
    padding: 15px 30px;
    background: #386AF1;
    border-radius: 20px;
    max-width: 65%;
    margin: 0 auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
} */

@media(max-width: 768px) {
    .bottom-n100 {
        bottom: -150px;
    }

    .mx-65,
    .mx-50 {
        max-width: 100%;
        margin: 0 auto;
    }

    .box {
        max-width: 100%;
    }

    .suimon-images .first {
        width: 30%;
    }

    .suimon-images .second {
        z-index: 2;
        margin-inline: -60px;
        width: 65%;
    }

}