:root {
    --color-warning: #ffc107;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    width: 8px
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #bbc0c1;
    right: 0px
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #bbc0c1;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.hide {
    display: none;
}

.bg-gradient {
    background-image: linear-gradient(80deg, #FFFCEF 0, #FFFCF1 25%, #FCFAF6 50%, #F0FBFC 75%, #EDFBFD 100%) !important;
}

/* Hero */
header.hero {
    padding: 80px 0px 50px;
    background-image: linear-gradient(80deg, #FFFCEF 0, #FFFCF1 25%, #FCFAF6 50%, #F0FBFC 75%, #EDFBFD 100%);
}

header.hero img {
    width: 100%;
    height: auto;
}


.main {
    padding-top: 60px;
}

.main-full {
    padding: 60px 0px;
}

/* Advantages */
.advantages h2 {
    text-align: center;
    margin-bottom: 30px;
}

.advantages .advantage-item {
    padding: 20px 15px;
    background-color: #F8F8F8;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 10px;
}

.advantages .advantage-item h3 {
    font-size: 1.1rem;
    color: var(--color-warning);
    text-align: center;
}

.advantages .advantage-item p {
    margin: 0px;
    font-size: 14px;
}

/* Slick Slider */
.service-slide .slide-item {
    position: relative;
    z-index: 1;
    padding: 10px 5px;
    width: 350px;
    height: auto;
}

.service-slide .slide-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.service-slide .slide-item .slide-txt {
    position: absolute;
    z-index: 2;
    left: 15px;
    bottom: 20px;
    background-color: var(--color-warning);
    line-height: 1;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.service-slide .slide-item .slide-txt h2 {
    font-size: 1.1rem;
    margin-bottom: 2px;
}

.service-slide .slide-item .slide-txt p {
    margin: 0px;
    font-size: 14px;
}

.service-poin {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    justify-content: space-around;
}

.service-poin .poin-item {
    text-align: center;
}

.service-poin .poin-item span {
    color: var(--color-warning);
    font-size: 1.4rem;
    font-weight: bold;
}

.service-poin .poin-item h3 {
    font-size: 14px;
    font-weight: normal;
}

/* Facilities */
.facilities h2 {
    text-align: center;
    margin-bottom: 30px;
}

.facility-item {
    position: relative;
    margin-bottom: 10px;
}

.facility-item img {
    width: 100%;
    height: auto;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.facility-item .facility-txt {
    position: absolute;
    z-index: 2;
    left: 10px;
    bottom: 10px;
    background-color: var(--color-warning);
    padding: 5px 15px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.facility-item .facility-txt h3 {
    font-size: 14px;
    margin: 0px;
}

/* Offers */
.offer-item {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    align-items: center;
    background-image: url('../img/offer-banner.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.offer-item .offer-slide {
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
}

.offer-item .offer-slide .slide-item {
    height: 100%;
    width: 80%;
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.offer-item .offer-slide .slide-item .slick-list {
    height: 100% !important;
}

.offer-item .offer-slide .slick-track {
    display: flex !important;
    align-items: center !important;
}


.offer-item .offer-slide .slide-item .slide-txt {
    width: 70%;
}

.offer-item .offer-img {
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    width: 20%;
    height: 100%;
    background-color: var(--color-warning);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
}

.offer-item .offer-img img {
    position: relative;
    left: -100px;
    width: 300px;
    height: 300px;
    border: 5px solid rgba(255, 255, 255, 0.7);
    border-radius: 35% 65% 62% 38% / 44% 47% 53% 56%;
    -webkit-border-radius: 35% 65% 62% 38% / 44% 47% 53% 56%;
    -moz-border-radius: 35% 65% 62% 38% / 44% 47% 53% 56%;
    -ms-border-radius: 35% 65% 62% 38% / 44% 47% 53% 56%;
    -o-border-radius: 35% 65% 62% 38% / 44% 47% 53% 56%;
}


/* Contact */
.contact {
    height: 450px;
}

.contact iframe {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contact-list {
    background-color: #272C32;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 20px 15px;
    display: flex;
    align-items: center;
}

.contact .contact-list h2 {
    font-size: 1.3rem;
    text-align: center;
    color: var(--color-warning);
}

.contact .contact-form {
    height: 100%;
    width: 100%;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.contact .contact-form form {
    width: 100%;
}

.contact .contact-form h2 {
    font-size: 1.4rem;
}

@media (max-width: 767.98px) {

    header.hero .hero-txt,
    .services .service-txt {
        text-align: center;
        margin: 30px 0px;
    }

    .service-slide .slide-item .slide-txt h2 {
        font-size: 14px;
    }

    .service-slide .slide-item .slide-txt p {
        font-size: 12px;
    }

    .service-poin {
        margin-bottom: 40px;
    }

    .offer-item {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .offer-item .offer-img {
        display: none;
    }

    .offer-item .offer-slide .slide-item .slide-txt {
        width: 100%;
    }

    .contact iframe {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }

    .contact .contact-form {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}