@import "../components/Headers/defaultHeader.css";
@import "../components/Headers/header_01.css";
@import "../components/Headers/noImgHeader.css";

@import "../Moduli/Stripe/why-choose-us.css";



#book-with-us {
    border-top: 1px solid var(--color-main---);
}
#book-with-us:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #f6f6f6;
    box-shadow: inset 8px 0px 50px rgb(0 0 0 / 10%);
}
.cf-col .col-container {
    position: sticky;
    top: 4.167vw;
    padding: 3.125vw;
    background-color: var(--color-pure-white);
    box-shadow: 0 0 100px rgb(0 0 0 / 5%);
}


/* 1920x1080
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1920px) {
    .cf-col .col-container {
        top: 80px;
        padding: 60px;
    }
}

/* Big Laptops - Ok until 1600 px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1699px) {
    .cf-col .col-container {
        padding: 50px;
    }
}

/* Standard Laptops - Ok until 1440px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1599px) {

}

/* Small Laptops - Ok until 1280
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1439px) {
    .cf-col .col-container {
        padding: 40px;
    }

}

/* Small Laptops - Ok until 1150
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1279px) {
    .col-content-contact-form {
        padding-top: 15px;
    }
    .cf-col .col-container {
        padding: 30px;
        top: 65px;
    }
}

/* Small Laptops - Ok until 993px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
    #book-with-us .two-col-grid {
        grid-template-columns: 1fr;
    }
    #book-with-us:before {content: none;}

    .col.col-2.cf-col.with-effect-d.active-effect {
        padding-top: 40px;
        margin-top: 20px;
        border-top: 1px solid var(--color_1);
    }
}

@media screen and (max-width: 767px) {
    #book-with-us .hf-sp {
        padding-top: 2em;
    }
}