@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-Black;
    src: url('../fonts/montserrat/Montserrat-Black.ttf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('../fonts/montserrat/Montserrat-Medium.ttf');
}

body, div, h1, h2, p {
    padding: 0;
    margin: 0;
}

.booking-section {
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 576px) {
    .booking-section {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .booking-section {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .booking-section {
        max-width: 840px;
    }
}

@media (min-width: 1200px) {
    .booking-section {
        max-width: 1200px;
    }
}

@media (min-width: 1500px) {
    .booking-section {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .booking-section {
        max-width: 1400px;
    }
}

@media (min-width: 1700px) {
    .booking-section {
        max-width: 1500px;
    }
}

@media (min-width: 1800px) {
    .booking-section {
        max-width: 1600px;
    }
}

@media (min-width: 1900px) {
    .booking-section {
        max-width: 1700px;
    }
}

@media (min-width: 2000px) {
    .booking-section {
        max-width: 1800px;
    }
}


.booking-container {
    position: relative;
}


h1 {
    font-family: Montserrat-Bold, sans-serif !important;
    font-size: 50px;
    color: black;
    letter-spacing: 2px;
    margin: 0;
    font-weight: bold;
}

h2 {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 20px;
    color: black;
    letter-spacing: 1px;
    margin: 0;
    padding-bottom: 25px;
    padding-top: 10px;
}

p {
    font-family: Montserrat-Regular, sans-serif;
    color: black;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    padding-bottom: 15px;
}

.icon-serv {
    width: 17%;
    margin-left: -15px;
}

#order {
    font-family: Montserrat-Bold, sans-serif;
    background-image: -webkit-linear-gradient(-5deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
    box-shadow: 0px 1px 36.9px 4.1px rgba(0, 145, 255, 0.18);
    color: white;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    margin-top: 10px;
    margin-bottom: 30px;
}

.overlay_web {
    position: absolute;
    z-index: 12;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 1;
    width: 100%;
    background-image: url("../img/services/HL.png");
    background-position: initial;
    background-repeat: no-repeat;
    background-size: contain;
}

.description-col {
    margin-top: auto;
    margin-bottom: auto;
}

.tooltip-inner {
    background-image: -webkit-linear-gradient(-5deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
    background-color: rgb(47, 76, 254);
    border-radius: .25rem;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .description-col p {
        text-align: center;
    }

    .background-md {
        background-image: url(../img/services/serv_Gradinarim.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.5;
        min-width: 100%;
        min-height: 90%;
        z-index: -1;
    }


}

@media only screen and (max-width: 1200px) {
    .image-col {
        display: none;
    }

    .booking-container-cleaning ::after {
        background-image: url(../img/services/serv_Curatam.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        content: "";
        opacity: 5%;
        top: 0;
        left: -20%;
        bottom: 0;
        right: -20%;
        position: absolute;
        z-index: -1;
    }

    .booking-container-repair ::after {
        background-image: url(../img/services/serv_reparam.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        content: "";
        opacity: 5%;
        top: 0;
        left: -20%;
        bottom: 0;
        right: -20%;
        position: absolute;
        z-index: -1;
        height: 1100px !important;
    }

    .booking-container-mount ::after {
        background-image: url(../img/services/serv_montam.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        content: "";
        opacity: 5%;
        top: 0;
        left: -20%;
        bottom: 0;
        right: -20%;
        position: absolute;
        z-index: -1;
        height: 1100px !important;
    }

    .booking-container-gardening ::after {
        background-image: url(../img/services/serv_gradinarim.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        content: "";
        opacity: 5%;
        top: 0;
        left: -20%;
        bottom: 0;
        right: -20%;
        position: absolute;
        z-index: -1;
        height: 1100px !important;
    }

    .booking-container-paint ::after {
        background-image: url(../img/services/serv_amenajam.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        content: "";
        opacity: 5%;
        top: 0;
        left: -20%;
        bottom: 0;
        right: -20%;
        position: absolute;
        z-index: -1;
        height: 1100px !important;
    }

    .booking-container-airbnb ::after {
        background-image: url(../img/services/serv_airbnb.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        content: "";
        opacity: 5%;
        top: 0;
        left: -20%;
        bottom: 0;
        right: -20%;
        position: absolute;
        z-index: -1;
        height: 1100px !important;
    }

    .description-col {
        position: inherit;
        text-align: center !important;
    }

    .description-col p {
        text-align: center !important;
    }

    .icon-serv {
        width: 17%;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 320px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 17px;
    }

    .icon-serv {
        width: 35%;
        margin-left: -20px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 415px) {
    .icon-serv {
        width: 35%;
        margin-left: -20px;
    }
}

@media only screen and (max-width: 468px) {
    .mobile-section {
        margin-top: 80px;
    }

    .mobile-section {
        padding: 20px 25px 0 25px !important;
    }
}
