@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');
}

html,
body {
    padding-top: 70px;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
}

strong {
    font-family: "Montserrat-Bold", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, div {
    font-family: "Montserrat-Regular", sans-serif;
}

.language-switch {
    border: 2px black solid;
    border-radius: 50px;
}

.language-switch a {
    font-size: 10px !important;
}

.language-choice {
    color: #CCCCCC !important;
}

.language-switch a .active {
    color: black !important;
}


/*Hero Section*/
*, :before, :after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.first-section {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 800px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.headings {
    margin-top: 150px;
    height: 100%;
}

.headings h1 {
    font-size: 55px;
    font-family: Montserrat-Bold, serif;
    letter-spacing: 3px;
    line-height: 50px;
}

.headings h2 {
    font-size: 55px;
    font-family: Montserrat-Regular, serif;
    letter-spacing: 3px;
}

.headings p {
    font-size: 25px;
    font-family: Montserrat-Regular, serif;
    letter-spacing: 3px;
    padding-top: 10px;
}

.service-icon {
    margin-left: -25px;
}

.services-row {
    margin-left: -13px;
    width: 38%;
}

.services-row a {
    text-decoration: none;
    outline: none;
}

.services-row a:hover {
    text-decoration: none;
    outline: none;
}

.services-row p {
    color: black;
    font-size: 11px;
    letter-spacing: 0;
    font-family: Montserrat-Bold, sans-serif;
}

.headings .button-container {
    height: 200px;
    width: 33%;
    position: relative;
}

.headings .button-container .order-now-btn {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.order-now-btn {
    background-image: -webkit-linear-gradient(126deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
    border: none;
    color: white;
    font-family: Montserrat-Bold, serif;
    font-size: 25px;
    padding: 20px 45px;
    border-radius: 20px;
}

.order-now-btn:hover {
    color: white;
}

.overlay_header {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background-image: url(../img/homePage/hero-header-img.jpg);
    background-position: initial;
    background-repeat: no-repeat;
    background-position-x: 100%;
}

.hero-section {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*Lifestyle Section*/
#lifestyle_section {
    background-image: url('../img/homePage/lifestyle.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 100%;
    background-position-y: 10%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 800px;
}

#lifestyle_content {
    width: 60%;
    height: 600px;
    position: relative;
}

#lifestyle_content .col-12 {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#lifestyle_header {
    font-size: 50px;
    height: 300px;
    position: relative;
}

#lifestyle_header .col-12 {
    position: absolute;
    bottom: 0;
    left: 0;
}

#lifestyle_content p {
    color: white;
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 30px;
}

/*Card Services Section*/
.card {
    border-radius: 25px;
    background-color: white;
    box-shadow: 0px 6px 10px 1.1px rgba(0, 145, 255, 0.18);
    border: none;
    height: 100%;
}

.card:hover {
    background-image: -moz-linear-gradient(-45deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
    background-image: -webkit-linear-gradient(-45deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
    background-image: -ms-linear-gradient(-45deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
}

.card:hover h5 {
    color: white;
}

.card:hover p {
    color: white;
}

#cards {
    padding-top: 150px;
    padding-bottom: 150px;
}

#cards h1 {
    font-size: 50px;
    padding-bottom: 5px;
}

.card-img-top {
    width: 50%;
    align-self: center;
    padding: 35px 0px;
}

.card-title {
    font-weight: bold;
    margin: 0;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.card-text {
    font-size: 15px;
}

.card-body {
    text-align: center;
    height: 100%;
}

.btn-info {
    background-color: white;
    color: black;
    font-weight: bold;
    width: 100%;
    border: none;
    align-self: center;
    border-radius: 40px;
    box-shadow: 0px 1px 36.9px 4.1px rgba(0, 145, 255, 0.18);
    padding: 10px 0px;
    /*margin-top: 40px;*/
}

.btn-info:hover {
    background-color: white;
    color: black;
}

.card-img-top-1 {
    background-image: url("../img/homePage/curatam_home.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.first-card:hover .card-1 {
    content: url("../img/homePage/curatam_hover.png");
}

.second-card:hover .card-2 {
    content: url("../img/homePage/reparam_hover.png");
}

.third-card:hover .card-3 {
    content: url("../img/homePage/montam_hover.png");
}

.fourth-card:hover .card-4 {
    content: url("../img/homePage/gradinarim_hover.png");
}

.fifth-card:hover .card-5 {
    content: url("../img/homePage/amenajam_hover.png");
}

.sixth-card:hover .card-6 {
    content: url("../img/homePage/airbnb_hover.png");
}


/*Addon Background*/
#addon_background {
    padding-bottom: 150px;
}

/*Values Section*/
#values_section h1 {
    padding-bottom: 10px;
}

#values_section h4 {
    line-height: 40px;
    padding-bottom: 20px;
}

/*Mobile app section*/
#mobile-app-container {
    height: 700px;
}

#mobile-app-container .mobile-app-background {
    background-image: url("../img/mobile_app_background.png");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#mobile-app-container .container, #mobile-app-container .container .row {
    height: 100%;
}

#mobile-app-container .mobile-img-col {
    margin-top: 9rem;
}

#mobile-app-container .mobile-description-col {
    margin-top: 17rem;
}

#mobile-app-container .mobile-header h1 {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 45px;
    color: white;
}

#mobile-app-container .mobile-header h2 {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 45px;
    color: white;
}

#mobile-app-container .mobile-description p {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 30px;
    color: white;
}

#mobile-app-container .mobile-description p strong {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 30px;
    color: white;
}

/*Warranty Section*/
#warranty h1 {
    font-size: 35px;
    line-height: 45px;
}

#warranty_content {
    text-align: center;
    padding: 10px 100px;
}

#warranty_content h4 {
    line-height: 40px;
}

#warranty .col-md-4 {
    margin-top: auto;
    margin-bottom: auto;
}

/*Footer*/
.footer-section {
    border-top-color: grey;
    border-top-width: 2px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
}


.footer-section hr {
    width: 100%;
    border: 0.5px solid #cacaca;
}

.footer-text {
    color: #0a1f68;
    font-family: Montserrat-Regular, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer-text-title {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 13px;
    color: black;
}

.footer-text-subtitle {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 13px;
    color: black;
}

.footer-section .d-flex {
    max-width: 12%;
}

@media (min-width: 1600px) {
    #mobile-app-container {
        height: 750px;
    }

    #mobile-app-container .mobile-description-col {
        margin-top: 19rem;
    }
}

@media (min-width: 1700px) {
    #mobile-app-container {
        height: 800px;
    }

    #mobile-app-container .mobile-description-col {
        margin-top: 21rem;
    }
}

@media (min-width: 1800px) {
    #mobile-app-container {
        height: 850px;
    }

    #mobile-app-container .mobile-description-col {
        margin-top: 23rem;
    }
}

@media (min-width: 1900px) {
    #mobile-app-container {
        height: 900px;
    }

    #mobile-app-container .mobile-description-col {
        margin-top: 25rem;
    }
}

@media (min-width: 2000px) {
    #mobile-app-container {
        height: 950px;
    }

    #mobile-app-container .mobile-description-col {
        margin-top: 27rem;
    }
}

@media (min-width: 2100px) {
    #mobile-app-container {
        height: 1000px;
    }

    #mobile-app-container .mobile-description-col {
        margin-top: 29rem;
    }
}

@media (min-width: 2200px) {
    #mobile-app-container {
        height: 1050px;
    }

    #mobile-app-container .mobile-description-col {
        margin-top: 31rem;
    }
}

@media (min-width: 2300px) {
    #mobile-app-container {
        height: 1100px;
    }

    #mobile-app-container .mobile-description-col {
        margin-top: 33rem;
    }
}

@media (min-width: 2400px) {
    #mobile-app-container {
        height: 1150px;
    }

    #mobile-app-container .mobile-description-col {
        margin-top: 35rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    #mobile-app-container .mobile-header h1, #mobile-app-container .mobile-header h2 {
        font-size: 35px;
    }

    #mobile-app-container .mobile-description p, #mobile-app-container .mobile-description p strong {
        font-size: 21px;
    }

    .mobile-apple-logo {
        width: 100px !important;
    }

    .mobile-google-logo {
        width: 108px !important;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-img-col img {
        width: 300px !important;
        height: 250px !important;
    }

    .footer-section .d-flex {
        max-width: 100%;
    }

    .mobile-apple-logo {
        width: 100px !important;
    }

    .mobile-google-logo {
        width: 108px !important;
    }

    #mobile-app-container {
        height: auto;
    }

    #mobile-app-container {
        margin-top: -12rem;
    }

    #mobile-app-container .mobile-description-col {
        margin-top: 18rem;
    }

    #mobile-app-container .mobile-header h1, #mobile-app-container .mobile-header h2 {
        font-size: 33px;
    }

    #mobile-app-container .mobile-description p, #mobile-app-container .mobile-description p strong {
        font-size: 25px;
    }

    #mobile-app-container .mobile-img-col {
        margin-top: 0;
    }
}

@media only screen and (max-width: 376px) {
    #mobile-app-container .mobile-header h1, #mobile-app-container .mobile-header h2 {
        font-size: 28px;
    }

    #mobile-app-container .mobile-description p, #mobile-app-container .mobile-description p strong {
        font-size: 20px;
    }

    #mobile-app-container {
        margin-top: -10rem;
    }
}

@media only screen and (max-width: 321px) {
    #mobile-app-container .mobile-header h1, #mobile-app-container .mobile-header h2 {
        font-size: 24px;
    }

    #mobile-app-container .mobile-description p, #mobile-app-container .mobile-description p strong {
        font-size: 18px;
    }

    #mobile-app-container {
        margin-top: -9rem;
    }

    #mobile-app-container .mobile-description-col {
        margin-top: 13rem;
    }
}

#readBtn {
    border: 1px rgb(151, 151, 151, 0.5) solid;
    background-color: white;
    border-radius: 5px;
    padding: 2px;
    outline: none;
    text-decoration: none;
    color: grey;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('http://seancannon.com/_test/ellipsis.xml#ellipsis');
}

.more-text {
    width: 100px;
}

.full-text {
    width: 100%;
    margin-bottom: 1rem !important;
}


.read_more {
    cursor: pointer;
    text-align: center;
    border: 1px rgb(151, 151, 151, 0.5) solid;
    background-color: white;
    border-radius: 5px;
    padding: 2px;
    outline: none;
    text-decoration: none;
    font-family: Montserrat-Italic, sans-serif;
    letter-spacing: 0;
    font-size: 9px;
    color: grey;
    width: 70px;
}

.card-header {
     background-color: transparent !important;
     border-bottom: transparent !important;
}

/*Responsive*/
@media (min-width: 576px) {
    .first-section {
        max-width: 540px;
    }

    .hero-section {
        max-width: 540px;
    }
}

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

    .hero-section {
        max-width: 720px;
    }
}

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

    .hero-section {
        max-width: 960px;
    }
}

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

    .hero-section {
        max-width: 1200px;
    }
}

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

    .hero-section {
        max-width: 1300px;
    }

    .headings h1 {
        font-size: 70px;
    }

    .headings h2 {
        font-size: 70px;
    }

    #lifestyle_section {
        height: 825px;
    }
}

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

    .headings .services-row {
        width: 41%;
    }

    .hero-section {
        max-width: 1400px;
    }

    .headings h1 {
        font-size: 84px;
    }

    .headings h2 {
        font-size: 84px;
    }

    .headings p {
        font-size: 35px;
    }

    .first-section .services-row p {
        font-size: 15px;
    }

    #lifestyle_section:after {
        top: 7%;
    }

    #lifestyle_section {
        height: 900px;
    }

    #lifestyle_header {
        height: 350px;
    }
}

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

    .hero-section {
        max-width: 1500px;
    }

    .headings h1 {
        font-size: 98px;
    }

    .headings h2 {
        font-size: 98px;
    }

    #lifestyle_section:after {
        top: 8%;
    }

    .headings p {
        font-size: 40px;
    }

    .first-section .services-row p {
        font-size: 15px;
    }

    .headings .button-container {
        width: 38%;
    }

    .headings .services-row {
        width: 50%;
        margin-left: 0;
    }

    #lifestyle_section {
        height: 950px;
    }

    #lifestyle_header {
        height: 400px;
    }
}

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

    .hero-section {
        max-width: 1600px;
    }

    .headings h1 {
        font-size: 70px;
    }

    .headings h2 {
        font-size: 70px;
    }

    #lifestyle_section:after {
        top: 12%;
    }

    .headings p {
        font-size: 45px;
    }

    .first-section .services-row p {
        font-size: 17px;
    }

    .headings .button-container {
        width: 35%;
    }

    .headings .services-row {
        width: 49%;
    }

    #lifestyle_section {
        height: 1000px;
    }

    #lifestyle_header {
        height: 450px;
    }
}

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

    .hero-section {
        max-width: 1700px;
    }

    #lifestyle_section {
        height: 1050px;
    }

    #lifestyle_header {
        height: 470px;
    }

    .headings .services-row {
        width: 51%;
    }
}

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

    .hero-section {
        max-width: 1800px;
    }

    #lifestyle_section {
        height: 1100px;
    }

    #lifestyle_header {
        height: 500px;
    }

    .headings .services-row {
        width: 54%;
    }

}

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

    .hero-section {
        max-width: 1800px;
    }

    #lifestyle_section {
        height: 1200px;
    }

    #lifestyle_header {
        height: 520px;
    }

    #lifestyle_content {
        height: 700px;
    }
}


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

    .hero-section {
        max-width: 1800px;
    }

    #lifestyle_section {
        height: 1250px;
    }

}


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

    .hero-section {
        max-width: 1800px;
    }

    #lifestyle_section {
        height: 1320px;
    }

    #lifestyle_header {
        height: 520px;
    }

    #lifestyle_content {
        height: 800px;
    }
}

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

    .hero-section {
        max-width: 1800px;
    }

    #lifestyle_section {
        height: 1400px;
    }

    #lifestyle_header {
        height: 540px;
    }

    #lifestyle_content {
        height: 1000px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-section {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .first-section {
        padding: 0 20px;
        margin-bottom: 0 !important;
        margin-top: 30px;
    }

    .hero-mobile:after {
        content: "";
        background-image: url(../img/homePage/hero-header-img.jpg);
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.5;
        top: 0;
        left: 0;
        bottom: 80px;
        right: 0;
        position: absolute;
        z-index: -1;
        height: 1000px;
    }

    .headings {
        margin-bottom: 40px;
    }

    .headings h1 {
        font-size: 45px;
        line-height: 30px;
    }

    .headings h2 {
        font-size: 45px;
    }

    .services-row {
        margin-left: -15px;
        width: 100%;
    }

    .services-row img {
        width: 30%;
    }

    .services-row a {
        margin-right: 10px;
    }

    .services-row p {
        font-size: 15px;
    }

    .headings .button-container {
        width: 100%;
    }

    .headings .services-row {
        width: 100%;
    }

    .overlay_header {
        display: none !important;
    }

    .footer-section {
        padding: 0 90px 100px 90px;
    }

    .container-footer .col-md-6 {
        padding-left: 0;
    }

    .order-now-btn {
        width: 100%;
    }


}

@media only screen and (min-width: 414px) and (max-width: 767px) {
    html, body {
        padding-top: 0;
    }

    .site-logo img {
        width: 130px;
        margin-bottom: 11px !important;
    }

    .first-section {
        padding: 30px 25px;
        margin-bottom: 0 !important;
        height: 700px;
    }

    .first-section:after {
        content: "";
        background-image: url(../img/homePage/hero-header-img.jpg);
        background-position: bottom;
        background-size: inherit;
        opacity: 0.5;
        top: 0;
        left: 0;
        bottom: 80px;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    .headings {
        margin-bottom: 40px;
        margin-top: 85px;
    }

    .headings .button-container {
        height: 130px;
    }

    .headings .button-container .order-now-btn{
        width: 80%;
    }

    .headings h1 {
        font-size: 35px;
        line-height: 30px;
    }

    .headings h2 {
        font-size: 35px;
    }

    .services-row {
        margin-left: -15px;
        width: 100%;
    }


    .services-row a {
        margin-right: 10px;
    }

    .services-row p {
        font-size: 12px;
    }

    .headings .button-container {
        width: 100%;
    }

    .headings .services-row {
        width: 100%;
    }

    .hero-section {
        padding: 0;
    }

    .header-warp {
        padding: 30px 15px;
    }

    .header-section .main-menu {
        display: none;
    }

    form .inner-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 75%;
    }

    .booking-section .row .col-md-6 td {
        padding-right: 0 !important;
    }

    #edit-btn {
        height: 45px;
    }

    .button-section {
        width: 100% !important;
    }

    #lifestyle_section {
        background-position-x: center !important;
    }

    #lifestyle_header {
        padding-bottom: 0 !important;
        height: 200px;
    }

    #lifestyle_header h1 {
        font-size: 30px;
    }

    #lifestyle_content {
        width: 100%;
        height: 700px;
    }

    #lifestyle_content p {
        font-size: 15px;
    }

    .hero-section #cards {
        padding-left: 20px;
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 80px;
    }

    .hero-section #cards h1 {
        font-size: 30px;
        padding-bottom: 0 !important;
    }

    .card-img-top {
        width: 25%;
    }

    #cards .col-md-2 {
        padding-bottom: 50px;
        padding-right: 0;
    }

    .card {
        width: 90%;
    }

    #addon_background {
        padding-bottom: 50px;
    }

    #values_section .col-md-5 {
        text-align: center;
    }

    #values_section img {
        width: 90%;
        padding-bottom: 50px;
    }

    #values_section h1 {
        font-size: 30px;
        line-height: 50px !important;
        padding-bottom: 0;
    }

    #values_section h4 {
        font-size: 15px;
    }

    #warranty .col-md-4 {
        text-align: center;
        padding-bottom: 20px;
    }

    #warranty h1 {
        font-size: 30px !important;
    }

    #warranty h4 {
        font-size: 15px !important;
    }

    #warranty_content {
        padding: 40px 50px !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .language-switch {
        border: 1px black solid;
        border-radius: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .language-switch > .language-choice {
        font-family: Montserrat-Regular, sans-serif;
        color: black !important;
    }

    .slicknav_nav a img {
        width: 10%;
    }

    .headings .button-container .order-now-btn {
        font-size: 14px;
    }

    .container-footer .col-md-6 {
        padding-left: 0;
    }

    .container-footer .row-bottom {
        padding-top: 65px !important;
        text-align: center;
    }

    .order-now-btn {
        width: 100%;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    html, body {
        padding-top: 0;
    }

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

    .site-logo img {
        width: 130px;
        margin-bottom: 11px !important;
    }

    .first-section {
        padding: 30px 25px;
        margin-bottom: 0 !important;
        height: 600px;
    }

    .first-section:after {
        content: "";
        background-image: url(../img/homePage/hero-header-img.jpg);
        background-position: bottom;
        background-size: inherit;
        opacity: 0.5;
        top: 0px;
        left: 0;
        bottom: 80px;
        right: 0;
        position: absolute;
        z-index: -1;
        height: 650px;
    }

    .headings {
        margin-bottom: 40px;
        margin-top: 100px;
    }

    .headings .button-container {
        height: 100px;
    }

    .headings .button-container .order-now-btn {
        font-size: 15px;
        width: 80%;
    }

    .headings h1 {
        font-size: 33px;
        line-height: 30px;
    }

    .headings h2 {
        font-size: 35px;
    }

    .services-row {
        margin-left: -15px;
        width: 100%;
    }

    .services-row img {
        /*width: 100%;*/
    }

    .services-row a {
        margin-right: 10px;
    }

    .services-row p {
        font-size: 12px;
    }

    .headings .button-container {
        width: 100%;
    }

    .headings .services-row {
        width: 100%;
    }

    .hero-section {
        padding: 0;
    }

    form .inner-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 75%;
    }

    .booking-section .row .col-md-6 td {
        padding-right: 0 !important;
    }

    #edit-btn {
        height: 45px;
    }

    .button-section {
        width: 100% !important;
    }

    #lifestyle_section {
        background-position-x: center !important;
    }

    #lifestyle_header {
        padding-bottom: 0 !important;
        height: 200px;
        margin-top: 50px;
    }

    #lifestyle_header h1 {
        font-size: 25px;
    }

    #lifestyle_content {
        width: 100%;
        height: 650px;
    }

    #lifestyle_content p {
        font-size: 15px;
    }

    .hero-section #cards {
        margin-top: 50px;
        padding-left: 20px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .hero-section #cards h1 {
        font-size: 30px;
        padding-bottom: 0 !important;
    }

    .card-img-top {
        width: 25%;
    }

    #cards .col-md-2 {
        padding-bottom: 50px;
        padding-right: 0;
    }

    .card {
        width: 90%;
    }

    #addon_background {
        padding-bottom: 50px;
    }

    #values_section .col-md-5 {
        text-align: center;
    }

    #values_section img {
        width: 90%;
        padding-bottom: 50px;
    }

    #values_section h1 {
        font-size: 30px;
        line-height: 50px !important;
        padding-bottom: 0;
    }

    #values_section h4 {
        font-size: 15px;
    }

    #warranty .col-md-4 {
        text-align: center;
        padding-bottom: 20px;
    }

    #warranty h1 {
        font-size: 30px !important;
    }

    #warranty h4 {
        font-size: 15px !important;
    }

    #warranty_content {
        padding: 40px 50px !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .language-switch {
        border: 1px black solid;
        border-radius: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        color: black !important;
    }

    .language-switch > .language-choice {
        font-family: Montserrat-Regular, sans-serif;
        color: black !important;
    }

    .headings .button-container {
        width: 100%;
    }

    .headings .services-row {
        width: 100%;
    }

    .headings .button-container .order-now-btn {
        font-size: 14px;
    }

    .container-footer .col-md-6 {
        padding-left: 0;
    }

    .container-footer .row-bottom {
        padding-top: 65px !important;
        text-align: center;
    }

    .order-now-btn {
        width: 100%;
    }
}

@media only screen and (min-width: 411px) and (max-width: 467px) {
    .mobile-section {
        padding: 20px 25px 0 25px !important;
    }

    .order-now-btn {
        width: 100%;
    }
}

@media only screen and (min-width: 376px) and (max-width: 413px) {
    html, body {
        padding-top: 0;
    }

    .site-logo img {
        width: 130px;
        margin-bottom: 11px !important;
    }

    .first-section {
        padding: 30px 25px;
        margin-bottom: 0 !important;
        height: 645px;
    }

    #lifestyle_header {
        padding-top: 80px;
    }

    .first-section:after {
        content: "";
        background-image: url(../img/homePage/hero-header-img.jpg);
        background-position: bottom;
        background-size: inherit;
        opacity: 0.5;
        top: 0px;
        left: 0;
        bottom: 80px;
        right: 0;
        position: absolute;
        z-index: -1;
        height: 650px;
    }

    .headings {
        margin-bottom: 40px;
        margin-top: 95px;
    }

    .headings h1 {
        font-size: 33px;
        line-height: 30px;
    }

    .headings h2 {
        font-size: 35px;
    }

    .services-row {
        margin-left: -15px;
        width: 100%;
    }

    .services-row a {
        margin-right: 10px;
    }

    .services-row p {
        font-size: 12px;
    }

    .headings .button-container {
        width: 100%;
        height: 130px;
    }

    .headings .services-row{
        width: 100%;
    }


    .headings .button-container .order-now-btn {
        width: 80%;
    }

    .hero-section {
        padding: 0;
    }

    .header-warp {
        padding: 30px 15px;
    }

    .header-section .main-menu {
        display: none;
    }

    form .inner-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 75%;
    }

    .booking-section .row .col-md-6 td {
        padding-right: 0 !important;
    }

    #edit-btn {
        height: 45px;
    }

    .button-section {
        width: 100% !important;
    }

    #lifestyle_section {
        background-position-x: center !important;
    }

    #lifestyle_header {
        height: 250px;
    }

    #lifestyle_header h1 {
        font-size: 30px;
    }

    #lifestyle_content {
       width: 100%;
    }

    #lifestyle_content p {
        font-size: 15px;
    }

    .hero-section #cards {
        margin-top: 50px;
        padding-left: 20px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .hero-section #cards h1 {
        font-size: 30px;
        padding-bottom: 0 !important;
    }

    .card-img-top {
        width: 25%;
    }

    #cards .col-md-2 {
        padding-bottom: 50px;
        padding-right: 0;
    }

    .card {
        width: 90%;
    }

    #addon_background {
        padding-bottom: 50px;
    }

    #values_section .col-md-5 {
        text-align: center;
    }

    #values_section img {
        width: 90%;
        padding-bottom: 50px;
    }

    #values_section h1 {
        font-size: 30px;
        line-height: 50px !important;
        padding-bottom: 0;
    }

    #values_section h4 {
        font-size: 15px;
    }

    #warranty .col-md-4 {
        text-align: center;
        padding-bottom: 20px;
    }

    #warranty h1 {
        font-size: 30px !important;
    }

    #warranty h4 {
        font-size: 15px !important;
    }

    #warranty_content {
        padding: 40px 50px !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .language-switch {
        border: 1px black solid;
        border-radius: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        color: black !important;
    }

    .language-switch > .language-choice {
        font-family: Montserrat-Regular, sans-serif;
        color: black !important;
    }

    .headings .button-container .order-now-btn {
        font-size: 14px;
    }

    .container-footer .col-md-6 {
        padding-left: 0;
    }

    .container-footer .row-bottom {
        padding-top: 65px !important;
        text-align: center;
    }
}

@media only screen and (max-width: 320px) {
    html, body {
        padding-top: 0;
    }

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


    .site-logo img {
        width: 130px;
        margin-bottom: 11px !important;
    }

    .first-section {
        padding: 100px 25px 30px 25px;
        margin-bottom: 0 !important;
        height: 600px;
    }

    #lifestyle_header {
        padding-top: 0;
    }

    .first-section:after {
        content: "";
        background-image: url(../img/homePage/hero-header-img.jpg);
        background-position: bottom;
        background-size: inherit;
        opacity: 0.5;
        top: 0px;
        left: 0;
        bottom: 80px;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    .headings {
        margin-bottom: 0;
        margin-top: 0;
    }

    .headings h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .headings h2 {
        font-size: 28px;
    }

    .headings p {
        font-size: 20px;
    }

    .services-row {
        margin-left: -15px;
        width: 100%;
    }

    .services-row a {
        margin-right: 9px;
    }

    .services-row p {
        font-size: 10px;
    }

   .icon-sm-services {
       width: 70px !important;
   }

    .headings .button-container {
        width: 100%;
        height: 115px;
    }

    .headings .services-row {
        width: 100%;
    }

    .headings .button-container .order-now-btn {
        width: 80%;
    }

    .hero-section {
        padding: 0;
    }

    .header-warp {
        padding: 30px 15px;
    }

    .header-section .main-menu {
        display: none;
    }

    .order-now-btn {
        font-size: 13px;
        padding: 15px 45px;
        width: 100%;
    }

    form .inner-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 75%;
    }

    .booking-section .row .col-md-6 td {
        padding-right: 0 !important;
    }

    #edit-btn {
        height: 45px;
    }

    .button-section {
        width: 100% !important;
    }

    #lifestyle_section {
        background-position-x: 50%;
        background-position-y: -55px;
        height: auto;
    }

    #lifestyle_header {
        height: 140px;
    }

    #lifestyle_header h1 {
        font-size: 20px;
    }

    #lifestyle_content {
       width: 100%;
        height: 500px;
    }

    #lifestyle_content p {
        font-size: 11px;
    }

    .hero-section #cards {
        padding-left: 20px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .hero-section #cards h1 {
        font-size: 20px;
        padding-bottom: 0 !important;
    }

    .card-img-top {
        width: 25%;
    }

    #cards .col-md-2 {
        padding-bottom: 50px;
        padding-right: 0;
    }

    .card {
        width: 90%;
    }

    #addon_background {
        padding-bottom: 50px;
    }

    #values_section .col-md-5 {
        text-align: center;
    }

    #values_section img {
        width: 90%;
        padding-bottom: 50px;
    }

    #values_section h1 {
        font-size: 20px;
        line-height: 35px !important;
        padding-bottom: 0;
    }

    #values_section h4 {
        font-size: 13px;
    }

    #warranty h1 {
        font-size: 20px !important;
        line-height: 35px !important;
    }

    #warranty h4 {
        font-size: 15px !important;
    }

    #warranty_content {
        padding: 40px 40px 10px 40px !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .language-switch {
        border: 1px black solid;
        border-radius: 50px;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
        color: black !important;
    }

    .language-switch > .language-choice {
        font-family: Montserrat-Regular, sans-serif;
        color: black !important;
    }

    .headings .button-container {
        width: 100%;
    }

    .headings .services-row {
        width: 100%;
    }

    .headings .button-container .order-now-btn {
        font-size: 12px;
    }

    .container-footer .col-md-6 {
        padding-left: 0;
    }

    .container-footer .row-bottom {
        padding-top: 65px !important;
        text-align: center;
    }
}

@media only screen and (min-width: 468px) and (max-width: 1200px) {

    .order-now-btn {
        width: 100%;
    }

    .background-mobile {
        height: 350px;
    }

    .background-mobile .booking-section h1 {
        font-size: 38px;
    }

    .background-mobile .booking-section h2 {
        font-size: 38px;
    }

    .background-mobile .booking-section h3 {
        font-size: 25px;
    }

    .card-img-top {
        width: 15%;
        padding: 10px 0;
    }

    #lifestyle_section {
        background-position-x: 25%;
    }

    #lifestyle_content {
        width: 100%;
    }

    .icon-sm-services {
        width: 55% !important
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .icon-sm-services {
        width: 70% !important
    }

    .headings {
        margin-top: 100px;
    }

    .headings .button-container .order-now-btn {
        width: 65%;
    }

    #lifestyle_section {
        background-position-x: 10%;
    }

    #lifestyle_content {
        width: 100%;
    }

    .card-img-top {
        width: 10%;
    }

}

/*NAVBAR*/
.navbar {
    padding: 30px 100px;
    background: transparent;
}

.nav-link-phone {
    font-family: 'Montserrat-Bold', sans-serif;
    color: black;
    display: none;
}

.nav-link-phone img {
    width: 15px;
    height: 16px;
}

.navbar-nav .nav-item .nav-link {
    font-family: 'Montserrat-Bold', sans-serif;
    color: black;
    font-size: 13px;
}

.navbar-nav .nav-item .facebook {
    color: rgb(68, 138, 255) !important;
}

.navbar li img {
    width: 15px;
    height: 16px;
}

.nav-item .language-switch .language-choice {
    font-family: 'Montserrat-SemiBold', sans-serif;
}

.navbar.scrolled {
    background-color: white !important;
    transition: background-color 200ms linear;
}

.navbar.navbar-clicked {
    background-color: white !important;
    transition: background-color 200ms linear;
    transition-timing-function: ease-in;
}

.order-header-btn {
    background-image: -webkit-linear-gradient(-5deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
    color: white !important;
    border-radius: 25px;
}

.apply-voucher-btn {
    background-image: -webkit-linear-gradient(-5deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
    color: white !important;
    border-radius: 25px;
}

.remove-voucher-btn {
    background-image: -webkit-linear-gradient(-5deg, rgb(200, 30, 50) 0%, rgb(254, 30, 20) 100%);
    color: white !important;
    border-radius: 25px;
}

.dropdown-menu {
    min-width: 8rem;
    border-radius: 10px;
    font-size: 15px;
    border: grey rgba(151,151,151,0.4) solid;
}

.dropdown-item {
    padding: 7px;
    color: grey;
    font-family: Montserrat-Regular, sans-serif;
}

.sticky {
    font-size: 20px;
    color: white;
    background-image: -webkit-linear-gradient(-5deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    height: 80px;
    padding: 25px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.sticky .col-6 {
    font-family: Montserrat-Bold, sans-serif;
}


#scrollDownBtn {
    display: none;
    position: fixed;
    bottom: 95px;
    right: 22px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    background-color: white;
    border: 3px solid #2166FD;
    color: black;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 10px;
}

.fa-chevron-down {
    color: #2166FD;
}

@media only screen and (max-width: 1199px) {
    .language-switch {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .navbar li img {
        margin-right: 10px;
    }

    .nav-link-phone {
        display: block;
    }
}



@media only screen and (max-width: 320px) {
    .sticky {
        font-size: 16px;
    }
}


@media (min-width: 1200px) {
    .navbar-container {
        max-width: 1200px !important;
    }

    .footer-section {
        max-width: 1200px !important;
    }
}

@media (min-width: 1500px) {
    .navbar-container {
        max-width: 1300px !important;
    }

    .footer-section {
        max-width: 1300px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1700px){
    .navbar-container {
        max-width: 1400px !important;
        margin: 0;
    }

    .footer-section {
        max-width: 1400px !important;
    }
}


@media (min-width: 1700px) {
    .navbar-container {
        max-width: 1500px !important;
    }

    .footer-section {
        max-width: 1500px !important;
    }
}


@media (min-width: 1800px) {
    .navbar-container {
        max-width: 1600px !important;
    }

    .footer-section {
        max-width: 1600px !important;
    }
}


@media (min-width: 1900px) {
    .navbar-container {
        max-width: 1700px !important;
    }

    .footer-section {
        max-width: 1700px !important;
    }
}

@media (min-width: 2000px) {
    .navbar-container {
        max-width: 1800px !important;
    }

    .footer-section {
        max-width: 1800px !important;
    }
}

@media only screen and (min-width: 470px) and (max-width: 1200px) {
    .footer-section .d-flex {
        max-width: 20% !important;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar {
        padding: 20px 25px;
    }

    .navbar li img {
        margin-right: 10px;
    }

    .navbar-toggler {
        padding: .25rem .45rem;
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    .navbar-brand {
        margin-right: 10px !important;
    }

    .navbar-brand img {
        width: 120px;
    }

    .nav-link-phone {
        font-size: 12px;
        padding: 0 10px;
    }

    .nav-link-phone img {
        width: 12px;
        height: 13px;
    }

    .footer-section .last-row {
        margin-top: 0 !important;
        padding-bottom: 0;
    }

    .review-content-col {
        margin-top: 0!important;
    }
}

