:root {
    --dark-primary: #007a6b;
    --dark-secondary: #101014;
}

body {
    overflow-x: hidden;
}

img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}

#heroCarousel {
    border-bottom: 7px solid var(--dark-primary);
}

.navbar {
    z-index: 50;
}

.navbar-active {
    color: var(--dark-primary);
}

.nav-link {
    font-family: "Source Sans Pro", sans-serif;
}

.nav-link .underline {
    display: block;
    border: 1px solid var(--dark-secondary);
    width: 0;
    opacity: 0;
    transition: 0.3s;
    margin-top: 3px;
}
.nav-link:hover .underline {
    opacity: 1;
    width: 100%;
}

.navbar-img {
    width: 80px;
    height: auto;
}

body .carousel {
    z-index: 10;
}

.carousel .carousel-inner .carousel-item {
    max-height: 75vh;
    min-height: 600px;
}
.carousel .carousel-inner .carousel-item img {
    max-height: inherit;
    min-height: inherit;
}

.carousel .background-overlay {
    background-color: rgb(0, 0, 0, 0.7);
    z-index: 20;
    width: 100%;
    max-height: 75vh;
    min-height: 600px;
}

.hero-wrapper {
    z-index: 30;
}
.hero-box {
    margin-top: 17%;
}

.order-box {
    /* responsive */
    width: 60%;
    margin: auto;
    position: absolute;
    bottom: -70px;
    z-index: 200;
    left: 50%;
    margin-left: -30%;
}
.order-box-parent input {
    border-radius: 0px;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.order-box-parent button {
    border-radius: 0px;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.order-box-tracking {
    /* responsive */
    width: 60%;
    margin: auto;
    z-index: 200;
}
a.hero-link {
    text-decoration: none !important;
    color: white;
}

a.hero-link:hover {
    color: var(--dark-primary);
    transition-duration: 0.5s;
}

.cursor {
    cursor: default;
}

.hero-btn {
    background-color: var(--dark-primary);
    color: white;
}

.hero-btn:hover {
    background-color: var(--dark-secondary);
    border-color: var(--dark-secondary);
    color: white;
}

.about-img-box {
    height: auto;
}

.form-control:active,
.form-control:focus {
    box-shadow: none;
}

.title-1 {
    font-size: 16px;
    font-weight: 600;
}

.price-section {
    margin-bottom: 12vh;
}

.price-list-box {
    min-height: 10vh;
    border: 2px solid white;
}

.price-list-box:hover {
    transition-duration: 0.8s;
    cursor: pointer;
}

.footer-main ul li {
    list-style-type: none;
}

.btn-order {
    background-color: var(--dark-primary);
    font-weight: 500;
    color: white;
    border: none;
}
.btn-order:hover {
    background-color: var(--dark-secondary);
}

.w-lg-80 {
    width: 80%;
}

.w-lg-50 {
    width: 50%;
}

.testimonial .name {
    color: var(--dark-secondary) !important;
    font-weight: 700 !important;
}
.testimonial {
    padding-top: 35px;
    padding-bottom: 35px;
}
.testimonial .text-dark {
    height: 120px;
    overflow: hidden;
}
.floating-price {
    top: 0;
    left: 27%;
    font-family: "Poppins", sans-serif !important;
    font-weight: 900;
    color: rgb(0, 0, 0, 0.04);
    font-size: 100px;
    padding-top: 0% !important;
}

.map-bg {
    background-image: url(../assets/img/background/MAP.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
}

.map-bg .contact-section.container-fluid .row {
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}

.contact-section {
    padding-top: 5vh;
    padding-bottom: 6vh;
}

.footer-main {
    background-image: url(../assets/img/pattern/footer-top-bg.png);
}

.footer-main h4 {
    font-weight: 900;
    font-style: "Poppins", sans-serif;
}

.footer-main a {
    text-decoration: none !important;
    color: white;
}

.footer-main a:hover {
    color: var(--dark-primary);
    transition-duration: 0.5s;
}

.footer-main .footer-img-box img {
    object-fit: contain;
}

.footer-main ul li {
    margin: 1vh 0;
}

.footer-main .footer-links .icon-border {
    display: inline-block;
    margin: 1vh 3px;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
    font-size: smaller;
    width: 40px;
    height: 40px;
}
.pad-120 {
    padding-bottom: 120px;
    padding-top: 120px;
}

@media screen and (max-width: 992px) {
    .hero-box {
        margin-top: 25%;
    }
    .order-box {
        width: 95%;
        left: 50%;
        margin-left: -45.5%;
    }

    .order-box-tracking {
        width: 100%;
    }
    .hero-end {
        width: 75%;
    }
    .w-lg-80 {
        width: 50%;
    }
    .floating-price {
        font-size: 85px;
        left: 15%;
    }
}

@media screen and (max-width: 767px) {
    .order-box-parent input {
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }
    .order-box-parent button {
        margin-top:10px;
        border-top-right-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }
    .hero-box {
        margin-top: 28%;
    }
    .hero-end {
        width: 100%;
    }
    body nav.navbar.bg-transparent {
        background-color: #222222 !important;
    }
    .hero-text h3 {
        font-size: 24px;
    }
    .floating-price {
        font-size: 50px;
        top: 2%;
        left: 10%;
    }
    .map-bg {
        background-size: cover;
    }
    .pad-120 {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

@media screen and (max-width: 565px) {
    .hero-box {
        margin-top: 47%;
        width:85% !important;
    }
    .w-lg-80 {
        width: 80%;
    }
    .w-lg-50 {
        width: 80%;
    }
}
