@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.btn-call-us {
    font-size: 10px;
}

.btn-primary {
    font-family: 'Montserrat', serif;
    letter-spacing: 0.1em;
    border: none;
    background-color: #13274A;
    border-radius: 8px;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #0F1F38 !important;
}

.btn-claim-promo {
    font-size: 17px;
}

.bg-cream {
    background-color: #FFFFF0;
}

.bg-primary {
    background-color: #13274A !important;
}

.w-60 {
    width: 60% !important;
}

.section-title {
    font-family: 'Times New Roman', serif;
    font-size: 48px;
    font-weight: bold;
    margin-top: 25px;
    /* letter-spacing: 0.1em; */
    color: #13274A;
}

.section-text {
    font-family: 'Montserrat', serif;
    font-size: 18px;
    text-align: start!important;
    /* font-weight: 500; */
   /* font-weight: bold; */
    /* letter-spacing: 0.1em; */
    color: #13274A;
}

.text-gold {
    color: #A87C34;
}

.form-select {
    padding: 10px 12px;
    border-color: #454242;
}

.form-control {
    padding: 10px 12px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.1em;
    color: #5A5A5A;
    background-color: #E9E9E9;
    border-radius: 8px;
    border: none;
}

#benefits {
    background-image: url('../img/bg-benefits.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tiny-text {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.allure-border {
    width: 100%;
    height: 40px;
    background-image: url('../img/allure-border.png');
    background-repeat: repeat-x;
    /* background-size: 100%; */
    background-size: cover;

}

.carousel-control-next-icon {
    background-image: url(../img/arrow-right.png);
    background-size: cover;
    width: 28px;
    height: 29px;
}

.carousel-control-prev-icon {
    background-image: url(../img/arrow-left.png);
    background-size: cover;
    width: 28px;
    height: 29px;
}

.carousel-caption {
    position: absolute;
    top: 85%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: 100%;
    letter-spacing: 0.1em;
}

.btn-carousel {
    background: transparent;
    border-radius: 30px;
    border: 1px solid #13274A;
    height: 200px;
}

.btn-carousel:hover {
    background-color: #FFFFF0;
}


#unit .card, #unit .bg-card {
    /* border-color: #E0AF00; */
    border: 1px solid #E0AF00;
    border-radius: 22px;
}

#unit .img-card {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-left-radius: 0px;
}

#unit .card-title, #unit h4 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#promo .vertical-line {
    border-color: #F0C850;
}

#promo button {
    background: linear-gradient(180deg, #FFFFF0 30%, #F0C850 100%) !important;
}

#address .vertical-line {
    height: 350px;
}

#address .fs-3, #unit .h4 {
    font-family: 'Poppins', sans-serif;
}

.footer-text {
    letter-spacing: 0.1em;
}

.bounce {
    animation: bounce 2s ease infinite;
}

.btn-warning {
    color: #453246;
    background: linear-gradient(#BB9430, #FFE55E);
    border-color: #FFE55E;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    font-family: 'Montserrat', serif;
}

.btn-warning::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(#FFE55E, #BB9430);
    border-color: #FFE55E;
    transition: opacity 0.3s linear;
    opacity: 0;
    z-index: -1;
    border-radius: 10px;
}

.btn-warning:hover::before {
    opacity: 1;
}

::placeholder {
    font-size: x-small;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


/* xs */
@media (max-width: 575px) {
    /* .btn-primary {
        font-size: 0.6rem;
    } */

    #home h3 {
        font-size: 1rem;
    }

    #home h5 {
        font-size: .8rem;
    }

    .allure-logo {
        width: 100px;
    }

    .img-allure-headline {
        width: 300px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .img-promo {
        width: 90%;
    }

    .allure-border {
        height: 30px;
    }

    .img-carousel {
        width: 100%!important;
        height: auto;
    }

    .carousel-caption {
        top: 85%;
        transform: translate(-50%, 0%);
        width: 100%;
    }

    .carousel-caption h5 {
        font-size: 14px;
    }

    .carousel-control-next-icon {
        width: 18px;
        height: 19px;
    }

    .carousel-control-prev-icon {
        width: 18px;
        height: 19px;
    }

    .btn-carousel img {
        width: 50px;
    }

    .btn-carousel span {
        font-size: 12px;
    }

    #address .vertical-line {
        height: auto;
    }

    .vertical-line {
        border-bottom: 3px solid #000;
    }

    .footer-text {
        font-size: 14px !important;
    }
}

/* sm */
@media (min-width: 576px) {
    .btn-call-us {
        font-size: 12px;
    }

    .allure-logo {
        width: 120px;
    }

    .img-allure-headline {
        width: 500px
    }

    .carousel-caption h5 {
        font-size: 26px;
    }

    .vertical-line {
        border-right: none;
    }

    .section-title {
        font-size: 2rem;
    }
    .section-text {
        text-align: center!important; 
        font-size: 20px;
    }
}

/* md */
@media (min-width: 768px) {
    .btn-call-us {
        font-size: 16px;
    }

    .allure-logo {
        width: 160px;
    }

    .img-allure-headline {
        width: 70%;
    }

    .img-promo {
        width: 70%;
    }

    .carousel-caption h5 {
        font-size: 30px;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .vertical-line {
        border-right: 2px solid #000;
        height: 100%;
    }

    #unit .img-card {
        border-top-left-radius: 22px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 22px;
    }

    .btn-carousel span {
        font-size: 14px;
        font-weight: 600;
    }
    
}

/* lg */
@media (min-width: 992px) {
    
}

/* xl */
@media (min-width: 1200px) {
    
}

/* xxl */
@media (min-width: 1400px) {
    .btn-call-us {
        font-size: 20px;
    }

    .allure-logo {
        width: 200px;
    }

    .img-allure-headline {
        width: 800px;
    }

    .img-promo {
        width: 50%;
    }

    .btn-claim-promo {
        font-size: 24px;
    }
}