@import "/static/css/main.css";

body {
    font-family: var(--main-body-font);
}

#introduction {
    background-color: #301934;
}

#asap-logo {
    max-width: 70%;
}

#benefits {
    background: #FDF8FF;
    font-size: 3rem;
    padding-bottom: unset;
    font-weight: bold;
}

.container {
    min-width: 100%;
    padding: unset;
}

#landing-page-img {
    transition: opacity 2s ease-in;
    opacity: 0;
    width: 100%;
}

.landing-page-main-image {
    text-align: center;
}

.box-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(72, 78, 85, .6);
    box-shadow: 0 1px 1px rgba(72, 78, 85, .6);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.box-shadow:hover {
    -webkit-box-shadow: 0 20px 40px rgba(72, 78, 85, .6);
    box-shadow: 0 20px 40px rgba(72, 78, 85, .6);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

#landing-page-first-row-image {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    width: 75%;
}

.landing-page-main-text {
    max-width: 60%;
    flex: 1;
}

.landing-page-main-text > div {
    padding-left: 5rem;
}

#landing-page-first-container {
    background-color: #301934;
    padding-bottom: 3rem;
}

#landing-page-first-row h1 {
    font-size: 3vw;
    color: white;
}

.restaurants-connected {
    padding-top: 3rem;
    /*height: 80vh;*/
    margin-top: 5rem;
    background: #FDF8FF;
}

.section-title {
    font-size: 3rem;
    font-weight: bold;
}

#title-benefits, #title-contact {
    padding-top: 3rem;
}

#title-what-do, #title-services {
    padding-bottom: 2rem;
}

.connect-button {
    margin-top: 2rem;
}

.main-button {
    padding: 0.7rem;
    border-radius: 0.5rem;
    background-color: gold;
    border: unset;
}


#landing-page-first-row {
    display: flex;
    padding-top: 10rem;
    flex-wrap: wrap-reverse;

}

#landing-page-first-row p {
    color: white;
    font-size: 2vw;
    padding: 0 2.2rem;
    margin: 3rem auto;
}

#landing-page-first-row .col-6:nth-child(2) {
    text-align: center;
}

.landing-page-benefits {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    margin-top: 3rem;
    flex-wrap: wrap;

}

.benefits-images {
    text-align: center;

}

.info-hotel-service-description {
    text-align: justify;
    padding: 0 0.5rem;
}

#landing-page-first-row h1 {
    text-align: center;
}

.connect-button {
    text-align: unset;
    padding: unset;
}

.landing-page-main-image {
    flex-basis: 30%;
}

.landing-page-benefits div {
    flex-basis: 40%;
}

.benefits-images img {
    text-align: center;
    padding-top: 1rem;
    max-width: 90%;
}

.sub-text-benefits {
    text-align: center;
    max-width: 67%
}

.head-text-benefits {
    font-weight: bold;

}

.box-shadow-image {
    -webkit-box-shadow: 0 0px 0px rgba(72, 78, 85, .6);
    box-shadow: 0 0px 0px rgba(72, 78, 85, .6);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    flex: 1;
}


.box-shadow-image:hover {
    -webkit-box-shadow: 0 20px 40px rgba(72, 78, 85, .6);
    box-shadow: 0 20px 40px rgba(72, 78, 85, .6);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.image-hotel img {
    width: 90%;
    height: auto;
}

.image-hotel {
    text-align: center;
}

.info-hotels {
    background-color: white;
    border-radius: 0.5rem;
    padding: 0.5rem;
    display: flex;
    width: 90%;
    margin: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.info-hotels > div {
    width: 100%;
    margin-bottom: 1rem;
    justify-content: revert;
    margin-top: 1rem;
}

.info-hotels > div > p:first-child {
    text-align: center;
    width: 100%;
    margin: unset;
    font-weight: 600;
}

.hotel-services {
    display: flex;
    padding: 0 1rem;
    gap: 2rem;
}

.expand-your-hotel {
    display: flex;
    background-color: #FDF8FF;
    padding-top: 3rem;
    flex-wrap: wrap;
    justify-content: center;
}

.expand-your-hotel > div:nth-child(2) {
    padding-left: 2em;
    padding-right: 2rem;
    padding-top: 8rem;
}

.hotel-insights > p {
    padding: 1rem 2rem 0;
}

.child-1 {
    flex: 1 30%; /* Do not grow, do not shrink, take 20% width */
    align-self: flex-start; /* Align this div to the top */
    margin-right: 15px; /* Add spacing between divs */
}

.child-2 {
    flex: 2 35%; /* Do not grow, do not shrink, take 40% width */
    align-self: center; /* Align this div to the center */
    margin-right: 15px; /* Add spacing between divs */
}

.child-3 {
    flex: 2 35%; /* Do not grow, do not shrink, take 40% width */
    align-self: flex-start; /* Align this div to the top */
}

/*#landing-page-fourth-section {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    padding-top: 5rem;*/
/*}*/

.contact-wrapper {
    display: flex;
    flex-direction: row;
    padding-top: 5rem;
}


.landing-page-fourth-section-phone-photo {
    margin-left: 15rem;
}

.landing-page-fourth-section-phone-photo img {
    max-width: 80%
}

#landing-page-fourth-section-connect-hotel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 2rem;
}

.expand-hotel-end > div {
    width: 95%;
    margin: auto auto 3rem;
    background: unset;
}

.expand-hotel-end p {
    font-size: 1.5vw;
    font-weight: 600;
    text-align: center;
}


#landing-page-fourth-section-connect-hotel h3 {
    font-weight: bold;
    font-size: 3vw;
}

#landing-page-fifth-section {
    min-height: 20rem;
    margin-top: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#landing-page-fifth-section-email-lead p {
    margin: auto;
    max-width: 57%;
    text-align: center;
}

#landing-page-fifth-section-email-lead {
    background: #301934;
    color: white;
    font-size: 35px;
    font-weight: bold;
    padding: 3rem;
    border-radius: 0.5rem;
    width: 80%;
}

.selected-question {
    border-color: gold;;
}

.unselected-question {
    border-color: #EDEDED;;
}

#landing-page-sixt-section-qa {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5rem;
    flex-wrap: wrap;
    /*gap: 12rem;*/
}

.unselected-question-title {
    border-bottom: unset;
    color: black;
}

.selected-question-title {
    border-bottom: 1px solid black;
    color: gold;
}

#landing-page-sixt-section-first-div div {
    display: flex;
    flex-direction: row;
    /*justify-content: flex-end;*/
}

#landing-page-sixt-section-first-div {
    /*margin-right: 4rem;*/
}

#landing-page-sixt-section-second-div {
    /*margin-left: 4rem;*/
}

#landing-page-sixt-section-first-div p {
    font-size: 2.5vw;
    font-weight: 700;
    max-width: 67%;
}

#landing-page-sixt-section-second-div {
    /*margin-right: 9rem;*/
}

#q-a div {
    border-width: 1px;
    border-style: solid;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


#landing-page-fifth-section-email-lead .input-group {
    flex-direction: row;
    justify-content: center;
}

#landing-page-fifth-section-email-lead input {
    max-width: 57%;
}

#landing-page-fifth-section-email-lead button {
    color: black;
    background: gold;
}

#q-a p {
    display: none;
}

.expand-your-hotel img {
    max-width: 80%;
}

.expand-hotel-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row; /* Stack divs vertically */
    align-items: flex-start;
    height: 33rem;
    justify-content: space-between; /* Space between items */
    /*
   }

   .expand-your-hotel div:nth-child(2) {
       /*margin-left: 10rem;*/
}

.hotel-insights {
    background: white;
    border-radius: 1.5rem;
    border: 1px purple solid;
}

.info-hotels div:nth-child(2) {
    display: flex;
    flex-direction: column;
    float: right;
    justify-content: start;
    align-items: flex-end;
    padding-top: 0.5rem;
}


.image-hotel div img {
    width: 30%;
    float: right;
}


.image-hotel div p:first-child {
    font-weight: bold;
    margin-top: 2rem;
}


.landing-page-benefits div {
    width: 28%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;

}

footer {
    margin-top: 5rem;
    background-color: #301934;
    color: white;
    padding-top: 3rem;
}

#footer-first-row-div {
    display: flex;
    justify-content: space-around;
}

.copy-right p {
    margin-bottom: unset;
    padding-top: 1rem;
    border-top: 1px solid #EDEDED;
    margin-top: 2rem;
}

#footer-menu {
    display: flex;
    flex-direction: column;

}

#footer-menu a {
    text-decoration: unset;
    padding: unset;
    color: white;

}

#language-selector {
    background: unset;
    color: white;
    border: solid 1px white;
    border-radius: 0.5rem;
    padding: 5px 5px;
    text-align: center;
}

.navbar-nav {
    margin: auto !important;
}

/*.navbar-dark .navbar-nav .nav-link{*/
/*    color: gold;*/
/*}*/
.navbar-dark .navbar-nav .active > .nav-link {
    color: gold !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: gold !important;
}


#hotels {
    background-color: #C6A9EE !important;
}

#info-email {
    border-radius: 0.5rem;

}

#info-email-button {
    border-radius: 0.5rem;
    width: 105px;
    border: unset;
    padding: 2px;
}

#contact p {
    text-align: center;
    padding: 3rem 0;
    font-size: 2rem;
}

.fixed-top {
    background-color: #301934;
}

#hotels .row {
    justify-content: center;
}

.hotel-paragraph {
    max-width: 80%;
    text-align: center;

}

.div-benefits {
    width: 50%;
    margin: auto;
}

@media (min-width: 360px) and (max-width: 600px) {
    .expand-hotel-wrapper {
        height: 160vh;
    }

    #landing-page-fifth-section-email-lead p {
        font-size: 1.1rem;
        max-width: unset;
    }
}

@media only screen and (min-width: 768px) {
    .landing-page-main-text {
        flex-basis: 60%;
    }
}

@media only screen and (max-width: 600px) {

    #landing-page-first-row h1 {
        font-size: 15px;
    }

    .expand-hotel-wrapper {
        flex-direction: column;
        padding-top: 4rem;
    }

    #landing-page-first-row p {
        margin: 1.5rem auto;
        font-size: 13px;
        padding: 0 1.5rem;
    }

    .expand-hotel-end p {
        font-size: 13px;
    }

    #landing-page-first-row {
        padding-top: 5rem;
    }

    .landing-page-main-text {
        padding-top: 2rem;
        padding-bottom: 2rem;
        max-width: unset;
    }


    .landing-page-main-text > div {
        padding-right: 2rem;
        padding-left: 2rem;
        text-align: center;

    }

    .landing-page-benefits div {
        padding-bottom: unset;
        margin-left: 1rem;
        margin-right: 1rem;
        width: 100%;
        flex-basis: unset;

    }

    #title-benefits {
        display: none;
    }

    .hotel-insights {
        width: 100%;
        margin-bottom: 2rem;
    }


    .expand-hotel-wrapper {
        height: unset;
    }

    .child-1 {
        margin-right: unset;
    }

    .child-2 {
        margin-right: unset;
    }

    .hotel-insights > p {
        padding: 1rem 0.5rem 0 1rem;
    }

    .expand-your-hotel > div:nth-child(2) {
        padding-top: unset;
    }

    .expand-your-hotel {
        padding-top: 3rem;
    }

    .restaurants-connected {
        /*height: 230vh;*/
    }

    .landing-page-fourth-section-phone-photo {
        margin: 0.5rem;
    }


    .hotel-services {
        flex-direction: column;
    }

    .info-hotels {
        margin-bottom: 2rem;
    }

    #landing-page-fourth-section-connect-hotel {
        padding-top: 0.7rem;
        margin-right: 0.5rem;
    }

    #landing-page-fourth-section-connect-hotel h3 {
        font-size: 5vw;
    }

    #landing-page-fifth-section-email-lead {
        min-height: unset;
        padding: 1rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    #landing-page-fifth-section-email-lead p {
        text-align: center;
    }

    #landing-page-fifth-section {
        min-height: unset;
    }

    #landing-page-sixt-section-second-div {
        margin-right: unset;
    }


    #q-a h2 {
        font-size: 1.1rem;
    }

    #q-a p {
        font-size: 0.9rem;
    }

    #footer-first-row-div {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #footer-first-row-div div {
        margin-top: 1rem;
        width: 100%;
    }

    footer {
        margin-top: 2rem;
        padding: unset;
    }

}


@media (max-width: 480px) {
    #landing-page-sixt-section-first-div p {
        max-width: unset;
    }

    .landing-page-benefits div {
        height: 20rem;
        width: 100%;
    }

    .restaurants-connected {
        /*height: 324vh;*/
    }

    #title-benefits {
        display: none;
    }

}


@media (min-height: 600px) and (max-height: 700px) {
    .restaurants-connected {
        /*height: 326vh;*/
    }

    .expand-hotel-wrapper {
        height: 180vh;
    }
}

@media (min-height: 700px) and (max-height: 800px) {
    .restaurants-connected {
        /*height: 366vh;*/
    }

    .expand-hotel-wrapper {
        height: 200vh;
    }
}


@media only screen and (min-width: 600px) and (max-width: 1180px) {

    .expand-hotel-wrapper {
        height: 95vh;
    }

    .expand-hotel-end p {
        font-size: 2.1vw

    }

    /*.restaurants-connected {*/
    /*    height: 180vh;*/
    /*}*/
    .box-shadow-image {
        flex: 1 0 33%;
        margin-bottom: 20rem;
    }

    .hotel-services {
        flex-wrap: wrap;
    }

    #landing-page-fifth-section-email-lead p {
        max-width: 70%;
        font-size: 2vw;
    }

    .restaurants-connected {
        height: 223vh;
    }

}

@media (min-width: 1024px) and (max-height: 1367px) {
    .restaurants-connected {
        height: unset;
    }

}


@media only screen and (min-width: 600px) {

    .landing-page-main-text {
        max-width: unset;
    }

    .landing-page-main-text > div {
        padding: 0 2rem;
    }

    #landing-page-first-row {
        padding-top: 6rem;
    }

    #landing-page-first-row h1 {
        text-align: center;
        padding-top: 2rem;
    }

    .landing-page-fourth-section-phone-photo {
        margin-left: 2rem;
    }

    #landing-page-sixt-section-second-div {
        margin-right: unset;
    }

    #landing-page-sixt-section-first-div p {
        max-width: unset;
    }


}

@media only screen and (min-width: 1366px) and (max-width: 1910px) {
    .restaurants-connected {
        height: 105vh;
    }
}


/* Target screens that are 1920px wide (Full HD resolution on 15-inch) */
@media (min-width: 1920px) {
    .restaurants-connected {
        height: 85vh;
    }
}

/*@media only screen and (max-width: 768px) {*/
/*    .landing-page-benefits div {*/
/*        width: 44%;*/
/*    }*/

/*}*/


@media only screen and (min-width: 992px) {

    .landing-page-benefits div {
        flex-basis: unset;
    }


    #landing-page-sixt-section-first-div p {
        margin-right: 2rem;
    }

    #landing-page-sixt-section-second-div {
        /*margin-right: 9rem;*/

    }

    .landing-page-fourth-section-phone-photo {
        margin-left: 9rem;
    }


}

@media (min-width: 800px) and (max-width: 900px) {
    .restaurants-connected {
        height: 200vh;
    }

    .expand-hotel-wrapper {
        height: 202vh;
    }
}


@media (max-width: 410px) and (max-height: 700px) {
    .restaurants-connected {
        /*height: 395vh;*/
    }

    .box-shadow-image {
        margin-bottom: 20rem;
    }

    .expand-hotel-wrapper {
        height: 202vh;
    }
}

@media screen and (max-width: 1024px) {
    .hotel-paragraph {
        max-width: unset;
    }

    .div-benefits {
        width: unset;
    }

    #contact p {
        font-size: unset;
    }
}

@media only screen and (min-width: 1400px) and (max-height: 1000px) {
    .restaurants-connected {
        height: 150vh;
    }
}

@media (min-width: 1366px) and (max-height: 1025px) {
    .restaurants-connected {
        height: 130vh;
    }

}