@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('../fonts/Gilroy-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Heavy';
    src: url('../fonts/Gilroy-Heavy.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url('../fonts/Gilroy-Light.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../fonts/Gilroy-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.woff') format('woff');
}

:root {
    --align-value: 100px;
    --services-container: 1287px;
    --align-scroll-value: 80px;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    color: black;
    font-family: 'Gilroy-Bold';
    overflow-x: hidden !important;
    max-width: 100vw;
}

section {
    color: white;
}

.navbar {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    align-content: center;
    margin: 0px !important;
    margin-top: 30px !important;
    width: 100%;
    flex-wrap: nowrap !important;
}

.navbar .logo img {
    width: 150px;
    height: 100px;
}

.nav-items-container {
    justify-content: flex-end !important;
    margin: 0px !important;
    margin-right: 10px !important;
}

.nav-item {
    margin: 0px !important;
    margin-left: 80px !important;
    font-size: 18px;
    font-weight: 400;
}

.logo {
    margin: 0 !important;
    padding: 0%;
}

.landing-cover {
    background-image: url("../images/Background.png");
    background-size: cover;
    background-color: #0D58B5;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    height: 100vh;
    margin: 0px !important;
}

.landing-cover-container {
    width: 95vw;
    height: 100vh;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    align-self: center !important;
    margin: 0px !important;
}

.contact-us {
    background-image: url("../images/ContactUs.png");
    background-size: cover;
    background-color: #0D58B5;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    height: 100vh;
    justify-content: center !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    align-content: center !important;
}

.contact-us-container {
    justify-content: center !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    align-content: flex-end !important;
    width: 90% !important;
    height: 100% !important;
    margin: 0 !important;
}

.main-content-container-desktop {
    height: 80vh !important;
    width: 100%;
    flex-wrap: nowrap !important;
    margin: 0px !important;
    margin-top: 40px !important;
    justify-content: space-between !important;
}

.about-us {
    background-color: white;
    width: 100%;
    /* height: 100vh; */
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    margin-top: 80px;
    margin-bottom: 80px;
    align-items: flex-start !important;
}

.flex-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

.flex-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

.flex-item {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    margin: 1.3rem;
}

.flex-item-2 {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
}

/* .left-main-container div {
    margin: 0;
} */

.left-main-container {
    justify-content: flex-start !important;
    flex-wrap: nowrap;
    height: 100%;
}

.right-main-container {
    justify-content: flex-end !important;
    flex-wrap: nowrap;
    height: 100%;
}

.large-landing-image {
    height: 250px;
    margin: 0px;
    margin-bottom: 22px;
}

.small-landing-image {
    height: 115px;
    margin: 0px;
    margin-bottom: 22px;
}

.left-subpart-one,
.left-subpart-two,
.right-subpart-one,
.right-subpart-two {
    height: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap !important;
}

.left-subpart-two,
.right-subpart-two {
    margin-left: 22px;
}

.left-subpart-two,
.right-subpart-one {
    margin-top: 69px;
}

.main-header-text {
    font-family: 'Gilroy-Bold';
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    margin: 0;
    margin-left: 40px;
    margin-right: 40px;
}

.main-subheader-text {
    font-family: 'Gilroy-Medium';
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

.separation {
    margin-bottom: 50px;
}

.center-main-container {
    margin-top: 120px;
    align-self: flex-start;
}

.center-main-container button {
    cursor: pointer;
    border: none;
    border-radius: 15px;
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    color: #0D58B5;
    font-family: Gilroy-Bold;
    font-size: 20px;
    font-weight: 400;
}

.about-us .card {
    width: 85vw;
    /* height: 85vh; */
    background-color: #0D58B5;
    border-radius: 25px;
    justify-content: center;
    color: white;
    margin: 0;
    margin-left: var(--align-value);
    flex-wrap: nowrap;
}

.about-us-text-column {
    max-width: 50%;
    margin-left: 50px;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-us-image-container img {
    height: 500px;
}

.about-us-text-column img {
    height: 150px;
    margin: 0;
}

.about-us-text-column .main-header-text,
.about-us-text-column p {
    align-items: flex-start;
    margin-left: 0;
}

.about-us-text {
    color: #FFF;
    font-family: 'Gilroy-Medium';
    font-size: 17px;
    font-weight: 400;
}

.card-buttons {
    display: flex;
    text-align: center;
    width: 100%;
    align-self: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 25px;
}

.card-buttons .button-container:nth-child(1) {
    border: none;
    border-radius: 15px;
    background-color: white;
    color: #0D58B5;
    margin-right: 70px;
}

.card-buttons p {
    padding: 15px;
}

.button-container {
    display: inline-block;
    width: fit-content;
    border: none;
    cursor: pointer;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.button-icon {
    vertical-align: middle;
    margin-right: 10px;
}

.white {
    color: white !important;
}

.button-text {
    vertical-align: middle;
    color: #116BBF;
    font-family: 'Gilroy-Bold';
    font-size: 18px;
    font-weight: 400;
}

.button-container img {
    width: 40px;
    height: 40px;
}

/* .comprehensive-services div:nth-child(1),
.top-destinations div:nth-child(1),
.satisfied-customers div:nth-child(1) {
    width: 85%;
    align-items: flex-start;
} */

.comprehensive-services-header section,
.top-destinations-header section,
.satisfied-customers div section {
    margin: 0;
    margin-bottom: 10px;
}

/* .personal-reviews .grey-header {
    margin-left: 120px !important;
} */

.blue-header {
    color: #116BBF;
    font-family: 'Gilroy-Bold';
    font-size: 32.5px;
    font-weight: 400;
    align-self: flex-start;
}

.black-header {
    color: #2F2E41;
    font-family: 'Gilroy-ExtraBold';
    font-size: 48.5px;
    font-weight: 400;
    align-self: flex-start;
}

.grey-header {
    color: #808080;
    font-family: 'Gilroy-Light';
    font-size: 25px;
    font-weight: 400;
    margin-top: 30px !important;
    align-self: flex-start;
}

.headers-container,
.services-container {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    /* align-self: center; */
    justify-content: center;
    align-content: flex-start;
    /* width: 90vw; */
    margin-left: var(--align-value);
}

.services-container {
    margin-right: 50px;
}

.headers-container {
    align-self: flex-start;
    width: var(--services-container);
    flex-wrap: nowrap;
}

.test-header-section .headers-container .flex-item {
    margin: 0px;
    margin-bottom: 10px;
}

.comprehensive-services,
.top-destinations,
.satisfied-customers {
    align-content: flex-start;
    align-items: flex-start;
}

.column-content {
    margin: 0;
    width: min-content !important;
}

.services-container img {
    width: 384.6px;
}

.services-container div {
    justify-content: space-between;
}

.comprehensive-services div img {
    margin: 0;
}

.scroll-container {
    flex-wrap: nowrap !important;
    max-width: 100vw !important;
    margin: 0px !important;
    margin-left: var(--align-scroll-value) !important;
    overflow-x: hidden !important;
    justify-content: flex-start !important;
}


.scroll-card {
    width: unset !important;
    border-radius: 16px;
    justify-content: flex-start;
    box-shadow: 12px 12px 40px 0px rgba(0, 0, 0, 0.25);
    transition: all 1s ease-in-out;
    flex-wrap: nowrap !important;
}

.first-scroll-card {
    margin-left: 20px !important;
}

.image-scroll-card {
    width: 500px;
    border-radius: 16px;
    border: 2px solid #116BBF;
    filter: drop-shadow(12px 12px 30px rgba(0, 0, 0, 0.25));
    margin-left: 0;
    transition: all 1s ease-in-out;
    margin-right: 70px;
    margin-bottom: 50px;
}

.personal-reviews-scroll {
    margin-bottom: 40px !important;
}

.top-destinations .scroll-container .scroll-card {
    height: 638px !important;
}

/* .top-destinations-header {
    width: 100% !important;
} */

.scroll-card iframe {
    margin: 0;
    border-radius: 16px 16px 0px 0px;
}

.scroll-card-header {
    color: #3F3D56;
    text-align: justify;
    font-family: 'Gilroy-Bold';
    font-size: 20px;
    font-weight: 400;
    align-self: flex-start;
    margin-top: 22px !important;
    margin-left: 25px !important;
}

.scroll-card-location {
    display: inline-block;
    color: #116BBF;
    font-family: 'Gilroy-Bold';
    font-size: 20px;
    font-weight: 400;
}

.inner-scroll-card {
    align-self: flex-start;
    width: unset !important;
    border-radius: 16px;
    border: 1px solid #116BBF;
    margin: 25px !important;
    margin-top: 12px !important;
    margin-bottom: 27px !important;
}

.inner-scroll-card-header {
    color: #3F3D56;
    font-family: 'Gilroy-Bold';
    font-size: 16px;
    font-weight: 400;
    align-self: flex-start;
    margin: 25px !important;
    margin-bottom: 10px !important;
}

.inner-scroll-card-text,
.inner-scroll-card-text-dark {
    color: #808080;
    font-family: 'Gilroy-Medium';
    font-size: 15px;
    font-weight: 400;
    align-self: flex-start;
    margin: 25px !important;
    margin-top: 0px !important;
    margin-bottom: 6px !important;
}

.inner-scroll-card-text-dark {
    color: #3F3D56;
}

.inner-scroll-card-price {
    color: #3F3D56;
    font-family: 'Gilroy-Bold';
    font-size: 20px;
    font-weight: 400;
    margin: 12px !important;
}

.inner-scroll-card-buttons {
    margin: 0 !important;
}

.inner-scroll-card-buttons button:nth-child(1) {
    cursor: pointer;
    border-radius: 13px;
    border: 1px solid #116BBF;
    background: #FFF;
    display: flex;
    width: 112px;
    height: 31px;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    color: #116BBF;
    text-align: justify;
    font-family: 'Gilroy-Bold';
    font-size: 13px;
    font-weight: 400;
    margin-top: 0px !important;
}

.inner-scroll-card-buttons button:nth-child(2) {
    cursor: pointer;
    border: none;
    border-radius: 13px;
    background: #116BBF;
    display: flex;
    width: 112px;
    height: 31px;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: justify;
    font-family: 'Gilroy-Bold';
    font-size: 13px;
    font-weight: 400;
    margin-top: 0px !important;
}

.carousel-nav-button-container {
    margin: 0 !important;
    justify-content: space-between !important;
    width: 100% !important;
    flex-wrap: nowrap;
}

.carousel-nav-button-container img {
    margin: 0;
    margin-left: 20px !important;
    cursor: pointer;
}

.carousel-buttons {
    margin: 0 !important;
    display: flex;
    flex-wrap: nowrap;
}

.carousel-buttons img {
    cursor: pointer;
}

.fine-print {
    align-self: flex-start;
    margin-top: 0px;
    margin-left: var(--align-value);
}

.mega-container {
    width: 100vw !important;
}

.fine-print section {
    color: #808080 !important;
    font-family: 'Gilroy-Light';
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    align-self: flex-start;
}

.top-destinations {
    margin-bottom: 30px !important;
    width: 100vw;
}

.satisfied-customers {
    max-width: 100vw !important;
}

.satisfied-customers .headers-container {
    margin-bottom: 0 !important;
    /* margin-left: 250px; */
}

.satisfied-customers .scroll-container {
    margin-top: 0 !important;
}

.review-name {
    display: flex;
    color: #2F2E41;
    font-family: 'Gilroy-Medium';
    font-size: 25px;
    font-weight: 400;
    margin: 0 !important;
    max-width: 500px;
    overflow-wrap: anywhere;
}

.review-text {
    color: #808080;
    font-family: 'Gilroy-Medium';
    font-size: 18px;
    font-weight: 400;
}

.scroll-card img {
    width: 100px !important;
    margin: 0;
    vertical-align: middle;
}


.review-header-details {
    width: 80% !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-direction: row !important;
    align-content: center !important;
    align-self: center !important;
    margin-top: 30px;
}

.review-text-container {
    width: 80% !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-direction: row !important;
    align-content: center !important;
    align-self: center !important;
    margin-top: 40px !important;
}

.satisfied-customers .scroll-container .scroll-card {
    min-width: 500px !important;
    min-height: 300px !important;
    border-radius: 20px;
    border: 2px solid #116BBF;
    box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.25);
    justify-content: flex-start;
}

.personal-reviews {
    align-self: flex-start;
    align-items: flex-start;
    margin: 0 !important;
    margin-left: 0px !important;
}

.personal-reviews .grey-header {
    margin-left: var(--align-value);
}

.personal-reviews-card {
    border: none !important;
}

.personal-reviews-card img {
    min-height: 100%;
    margin: 0;
    min-width: 100%;
}

.contact-us-card {
    width: 50%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 15px 15px 50px 0px rgba(0, 0, 0, 0.25);
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}

.contact-us-header {
    color: #2F2E41;
    font-family: 'Gilroy-ExtraBold';
    font-size: 40px;
    font-weight: 400;
}

.contact-us-subheader {
    color: #3F3D56;
    font-family: 'Gilroy-Bold';
    font-size: 20px;
    font-weight: 400;
    margin-left: 0 !important;
}

.contact-us-medium {
    justify-content: flex-start !important;
    align-self: flex-start !important;
    margin-left: 40px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.contact-us-text {
    color: #808080 !important;
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    font-weight: 400;
    align-self: flex-start !important;
    margin-left: 120px !important;
    margin-top: 0 !important;
}

.contact-us-text a {
    color: #808080 !important;
}

.footer {
    background-color: black;
    width: 100%;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    flex-direction: row !important;
    align-content: center !important;
}

.footer-logo {
    width: 300px;
}

.footer-text {
    color: #FFF;
    font-family: 'Gilroy-Medium';
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    align-self: flex-start;
}

.footer-handles {
    justify-content: flex-start !important;
    align-items: center !important;
    flex-direction: row !important;
    align-content: center !important;
    align-self: flex-start !important;
    margin: 0;
    margin-top: 20px;
}

.footer-handles img {
    margin: 0;
    margin-right: 20px;
}

.site-owner {
    align-self: center;
    margin-right: 50px;
    display: flex;
}

.move-button {
    cursor: pointer;
}

.scroll-card {
    margin-left: 0;
    margin-right: 70px;
    margin-bottom: 50px;
}

.comprehensive-services .column-content {
    margin-left: 0 !important;
    margin-right: 67px !important;
}

.service-card {
    margin: 0 !important;
    margin-bottom: 26px !important;
    filter: drop-shadow(12.196969985961914px 12.196969985961914px 30px rgba(0, 0, 0, 0.25));
}


@media screen and (max-width: 1421px) {
    .main-header-text {
        font-size: 30px;
    }

    .main-subheader-text {
        font-size: 25px;
    }
}

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

    .large-landing-image {
        height: 200px;
    }

    .small-landing-image {
        height: 100px;
    }
}


@media screen and (max-width: 1175px) {
    .nav-item {
        margin-left: 60px !important;
    }

    .main-header-text {
        font-size: 22px;
    }

    .main-subheader-text {
        font-size: 17px;
    }

    .nav-item {
        font-size: 16px;
    }

    .center-main-container button {
        font-size: 18px;
    }

}

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

    .left-main-container,
    .right-main-container {
        display: none;
    }

    .main-content-container-desktop {
        justify-content: center !important;
    }

    .main-header-text {
        font-size: 30px;
    }

    .main-subheader-text {
        font-size: 25px;
    }

    .nav-item {
        font-size: 18px;
        margin-left: 30px !important;
    }

}

@media screen and (max-height: 745px) {
    .large-landing-image {
        height: 190px;
    }

    .small-landing-image {
        height: 90px;
    }

    .center-main-container {
        margin-top: 80px;
    }
}

@media screen and (max-height: 623px) {
    .large-landing-image {
        height: 180px;
    }

    .small-landing-image {
        height: 80px;
    }

    .center-main-container {
        margin-top: 80px;
    }
}

@media screen and (max-height: 572px) {
    .large-landing-image {
        height: 170px;
    }

    .small-landing-image {
        height: 70px;
    }

    .center-main-container {
        margin-top: 70px;
    }
}

@media screen and (max-height: 550px) {
    .large-landing-image {
        height: 160px;
    }

    .small-landing-image {
        height: 60px;
    }

    .center-main-container {
        margin-top: 60px;
    }

    .main-header-text {
        font-size: 25px;
    }

    .main-subheader-text {
        font-size: 20px;
    }

    .nav-item {
        font-size: 16px;
        margin-left: 20px !important;
    }

    .center-main-container button {
        font-size: 16px;
    }
}

@media screen and (max-width: 890px) {
    .nav-item {
        font-size: 16px;
        margin-left: 20px !important;
    }
}

@media screen and (max-width: 780px) {
    .nav-items-container {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .logo {
        margin-left: 0 !important;
    }

    .main-header-text {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .main-subheader-text {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

}

@media screen and (max-width:400px) {
    .separation {
        margin-bottom: 20px;
    }

}

/* @media screen and (max-height: 730px) {
    .about-us .card .flex-item {
        margin: 10px;
    }
}

@media screen and (max-width:1340px) {
    .about-us-image-container img {
        height: 400px;
    }

    .about-us-text-column img {
        height: 120px;
    }

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

@media screen and (max-width: 1196px) {
    .about-us-text {
        font-size: 15px;
    }

    .about-us .card .button-text {
        font-size: 14px;
    }

}

@media screen and (max-width:1082px) {
    .about-us-image-container img {
        height: 300px;
    }

    .about-us-text-column img {
        height: 100px;
    }

    .about-us .card .button-text {
        font-size: 13px;
    }

    .button-container img {
        width: 20px !important;
        height: 20px !important;
    }

}

@media screen and (max-width: 880px) {
    .about-us-image-container img {
        height: 250px;
    }

    .about-us-text-column img {
        height: 80px;
    }

    .about-us .card .button-text {
        font-size: 12px;
    }

    .about-us-text {
        font-size: 13px;
    }

    .about-us .card .button-container img {
        width: 15px !important;
        height: 15px !important;
    }

    .about-us .card p {
        margin-bottom: 0 !important;
    }

}

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

    .about-us-image-container img {
        height: 200px;
    }

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

    .about-us-text {
        font-size: 13px;
    }

    .about-us-text-column {
        max-width: 85%;
    }

    .about-us .card {
        flex-direction: row-reverse !important;
    }

    .about-us-image-container {
        display: none;
    }

}

@media screen and (max-width: 543px) {
    .about-us .card .main-header-text {
        margin-left: 0 !important;
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 460px) {
    .about-us .card .main-header-text {
        font-size: 25px;
    }

    .about-us-text {
        font-size: 12px;
    }

    .about-us .card .button-text {
        font-size: 10px;
    }

} */

@media screen and (max-width: 500px) {
    .blue-header {
        font-size: 25px;
    }

    .black-header {
        font-size: 35px;
    }

    /* .headers-container {
        margin-left: 40px !important;
        align-self: flex-start !important;
    } */

}

@media screen and (max-width: 937px) {
    .comprehensive-services .column-content {
        margin-right: 12px !important;
    }
}

@media screen and (max-width: 833px) {
    .comprehensive-services .column-content {
        margin-right: 0px !important;
    }
}

/* @media screen and (max-width: 1515px) {
    .scroll-container {
        margin-left: 200px !important;
    }

    .fine-print {
        margin-left: 200px !important;
    }

    .satisfied-customers .headers-container {
        margin-left: 200px !important;
    }

    .personal-reviews .grey-header {
        margin-left: 80px !important;
    }
} */

/* @media screen and (max-width: 1428px) {
    .scroll-container {
        margin-left: 150px !important;
    }

    .fine-print {
        margin-left: 150px !important;
    }

    .satisfied-customers .headers-container {
        margin-left: 150px !important;
    }

    .personal-reviews .grey-header {
        margin-left: 40px !important;
    }
} */

/* @media screen and (max-width: 1390px) {
    .scroll-container {
        margin-left: 100px !important;
    }

    .fine-print {
        margin-left: 100px !important;
    }

    .satisfied-customers .headers-container {
        margin-left: 100px !important;
    }

    .personal-reviews .grey-header {
        margin-left: 0px !important;
    }

} */

@media screen and (max-width: 1438px) {
    :root {
        --services-container: 85vw;
    }
}

/* @media screen and (max-width: 1002px) {
    :root {
        --services-container: 882px;
    }
} */

/* @media screen and (max-width: 1280px) {
    .headers-container {
        width: 90vw !important;
    }

    .comprehensive-services-header {
        margin-left: 60px !important;
    }

    .top-destinations-header {
        margin-left: 60px !important;
    }
} */

@media screen and (max-width:950px) {
    /* .headers-container {
        margin-left: 30px !important;
        width: 90vw;
    }

    .satisfied-customers .headers-container {
        margin-left: 50px !important;
    }

    .scroll-container {
        margin-left: 80px !important;
    }

    .fine-print {
        margin-left: 80px !important;
    } */

    .fine-print section {
        font-size: 15px !important;
    }

    .contact-us-card {
        width: 80% !important;
    }

    .contact-us-container {
        align-content: center !important;
    }

    /* .personal-reviews {
        margin-left: 50px !important;
    }

    .personal-reviews .grey-header {
        margin-left: 0px !important;
    } */

    /* .comprehensive-services-header {
        margin-left: 10px !important;
    } */

}

@media screen and (max-width: 1056px) {
    :root {
        --align-value: 50px;
        --align-scroll-value: 30px;
    }
}

@media screen and (max-width:880px) {
    /* .headers-container {
        margin-left: 15px !important;
    }

    .scroll-container {
        margin-left: 60px !important;
    }

    .fine-print {
        margin-left: 60px !important;
    } */

    .fine-print section {
        font-size: 14px !important;
    }

    .blue-header {
        font-size: 20px;
    }

    .black-header {
        font-size: 30px;
    }

    .grey-header {
        font-size: 20px;
    }

    .carousel-nav-button-container img {
        width: 50px;
    }
}

@media screen and (max-width: 533px) {
    /* .headers-container {
        margin-left: 10px !important;
    }

    .satisfied-customers .headers-container {
        margin-left: 30px !important;
    }

    .scroll-container {
        margin-left: 40px !important;
    }

    .personal-reviews {
        margin-left: 40px !important;
    }

    .fine-print {
        margin-left: 40px !important;
    } */

    .fine-print section {
        font-size: 12px !important;
    }

    .blue-header {
        font-size: 20px;
    }

    .black-header {
        font-size: 25px;
    }

    .grey-header {
        font-size: 20px;
    }

    .scroll-card-header {
        font-size: 15px;
    }

    .scroll-card-location {
        font-size: 15px;
    }

    .inner-scroll-card-header {
        font-size: 13px;
    }

    .inner-scroll-card-text,
    .inner-scroll-card-text-dark {
        font-size: 12px;
    }

    .inner-scroll-card-price {
        font-size: 15px;
    }

    .inner-scroll-card-buttons button {
        font-size: 10px;
        padding: 5px 10px;
    }

    .carousel-buttons img:nth-child(2) {
        margin-left: 10px;
    }

    .carousel-buttons img {
        width: 35px;
    }

    :root {
        --align-value: 25px;
        --align-scroll-value: 5px;
    }

}

@media screen and (max-width:450px) {
    /* .headers-container {
        margin-left: 20px !important;
    }

    .scroll-container {
        margin-left: 20px !important;
    }

    .fine-print {
        margin-left: 20px !important;
    } */

    .fine-print section {
        font-size: 10px !important;
    }

    .blue-header {
        font-size: 20px;
    }

    .black-header {
        font-size: 25px;
    }

    .grey-header {
        font-size: 20px;
    }

    .scroll-card-header {
        font-size: 12px;
    }

    .scroll-card-location {
        font-size: 12px;
    }

    .inner-scroll-card-header {
        font-size: 10px;
    }

    .inner-scroll-card-text,
    .inner-scroll-card-text-dark {
        font-size: 10px;
    }

    .inner-scroll-card-price {
        font-size: 12px;
    }

    .inner-scroll-card-buttons button {
        font-size: 8px;
        padding: 5px 10px;
    }

    .carousel-buttons img {
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 412px) {
    .carousel-buttons img {
        margin-left: 5px !important;
    }
}

@media screen and (max-width: 401px) {
    .blue-header {
        font-size: 17px;
    }

    .black-header {
        font-size: 23px;
    }

}

@media screen and (max-width: 685px) {
    .contact-us-header {
        font-size: 30px;
    }

    .contact-us-subheader {
        font-size: 15px;
    }

    .contact-us-medium {
        margin-left: 20px !important;
    }

    .contact-us-text {
        font-size: 12px;
        margin-left: 100px !important;
    }

}

@media screen and (max-width:530px) {
    .contact-us-medium img {
        width: 30px;
    }

    .contact-us-text {
        margin-left: 90px !important;
    }

    .satisfied-customers .scroll-container .scroll-card {
        min-width: 250px !important;
        min-height: 150px !important;
        margin-right: 30px !important;
    }

    .review-name {
        font-size: 10px;
    }

    .review-text-container {
        margin-top: 0px !important;
    }

    .review-text {
        font-size: 10px;
    }

    .image-scroll-card {
        width: 200px;
        margin-right: 30px;
    }

}

@media screen and (max-width:470px) {
    .contact-us-medium img {
        width: 25px;
    }

    .contact-us-text {
        margin-left: 80px !important;
    }
}

@media screen and (max-width:450px) {
    .contact-us-header {
        font-size: 25px;
    }

    .contact-us-subheader {
        font-size: 13px;
    }

    .contact-us-medium {
        margin-left: 10px !important;
    }

    .contact-us-text {
        font-size: 10px;
        margin-left: 70px !important;
    }

    .services-container img {
        width: 300px !important;
    }

}

@media screen and (max-width:380px) {
    .carousel-nav-button-container img {
        width: 30px;
    }
}

@media screen and (max-width:1060px) {
    .footer-text {
        font-size: 15px;
    }

    .footer-logo {
        width: 200px;
    }

    .footer-handles img {
        width: 30px;
    }
}

@media screen and (max-width:876px) {
    .footer-text {
        font-size: 13px;
    }

    .footer-logo {
        width: 150px;
    }

    .footer-handles img {
        width: 25px;
    }
}

@media screen and (max-width:765px) {
    .footer-text {
        font-size: 12px;
    }

    .footer-logo {
        width: 100px;
    }

    .footer-handles img {
        width: 20px;
    }
}

@media screen and (max-width: 676px) {
    .footer-text {
        font-size: 10px;
    }

    .footer-logo {
        width: 80px;
    }

    .footer-handles img {
        width: 15px;
    }
}

@media screen and (max-width: 592px) {
    .footer-text {
        font-size: 8px;
    }

    .footer-logo {
        width: 60px;
    }

    .footer-handles img {
        width: 10px;
    }
}

@media screen and (max-width: 510px) {
    .footer-text {
        font-size: 6px;
    }

    .footer-logo {
        width: 40px;
    }

    .site-owner {
        margin-right: 20px;
    }
}

@media screen and (max-width:405px) {
    .footer-text {
        font-size: 5px;
    }

    .site-owner {
        margin-right: 10px;
    }
}

/* About Us Changes */

/* @media screen and (max-height: 763px) {
    .about-us-image-container img {
        height: 400px;
    }

    .about-us .button-container img {
        width: 30px !important;
        height: 30px !important;
    }

    .about-us .button-container .button-text {
        font-size: 20px;
    }
}

@media screen and (max-height: 747px) {

    .about-us .button-container img {
        width: 25px !important;
        height: 25px !important;
    }

    .about-us .button-container .button-text {
        font-size: 18px;
    }

    .about-us-text-column img {
        height: 130px;
    }
}

@media screen and (max-height: 705px) {
    .about-us-image-container img {
        height: 350px;
    }

    .about-us-text-column img {
        height: 120px;
    }

    .about-us .button-container img {
        width: 20px !important;
        height: 20px !important;
    }

    .about-us .button-container .button-text {
        font-size: 16px;
    }

    .about-us-text-column {
        max-width: 60%;
    }
}

@media screen and (max-height: 677px) {
    .about-us-image-container img {
        height: 300px;
    }

    .about-us-text-column img {
        height: 100px;
    }

    .about-us .button-container img {
        width: 15px !important;
        height: 15px !important;
    }

    .about-us .button-container {
        padding: 3px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-us .button-container .button-text {
        font-size: 12px;
    }

}

@media screen and (max-height: 608px) {

    .about-us-text {
        font-size: 13px;
    }

    .main-header-text {
        font-size: 25px;
    }

    .main-subheader-text {
        font-size: 20px;
    }

}

@media screen and (max-height: 500px) {
    .about-us-text-column .main-header-text {
        margin-top: 0 !important;
        font-size: 20px;
    }

    .about-us-text {
        font-size: 12px;
    }
}

@media screen and (max-height: 460px) {
    .about-us-text {
        font-size: 11px;
    }

    .about-us .button-container .button-text {
        font-size: 11px;
    }
}

@media screen and (max-height: 420px) {

    .about-us-text-column img {
        height: 80px;
    }

} */

@media screen and (max-width: 1354px) {
    .about-us-text {
        font-size: 15px;
    }

    .about-us .button-text {
        font-size: 16px;
    }

    .about-us .button-icon {
        height: 30px;
        width: 30px;
    }
}

@media screen and (max-width: 1303px) {
    .about-us-image-container img {
        height: 400px;
    }
}

@media screen and (max-width: 1193px) {
    .about-us-text {
        font-size: 14px;
    }

    .about-us .button-text {
        font-size: 14px;
    }

    .about-us .button-icon {
        height: 25px;
        width: 25px;
    }

    .card-buttons .button-container:nth-child(1) {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1103px) {
    .about-us-text-column {
        max-width: 70%;
    }

    .about-us-image-container img {
        height: 300px;
    }
}

@media screen and (max-width: 990px) {
    .about-us-image-container {
        display: none;
    }

    .about-us-text-column {
        max-width: 85%;
    }
}

@media screen and (max-width: 590px) {
    .about-us-text-column img {
        height: 100px;
    }

    .about-us-text-column .main-header-text {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 450px) {
    .about-us-text {
        font-size: 12px;
    }

    .about-us-text-column .main-header-text {
        font-size: 25px !important;
        margin-top: 10px !important;
    }

    .about-us .button-text {
        font-size: 13px;
    }

    .about-us .button-icon {
        height: 20px;
        width: 20px;
    }
}