:root {
    --main-text-shadow-style: rgb(0, 0, 0) 1px 1px 2px;
    --black-text: #000;
    --black-tr-text: rgba(0, 0, 0, .3)
}

/* Mobile Screen */
@media (max-width: 576px) {
    .sidebar {
        margin-top: 300px;
        margin-left: 100px
    }
    #navbarSupportedContent {
        background-color: var(--black-color) !important
    }
    /* Carousel */
    .carousel-item img {
        height: 70vh;
    }
    .carousel-inner {
        height: 70vh !important;
    }
    .slide-sub-text {
        display: none !important
    }
    .button--border-medium {
        font-size: 13px;
        text-align: center;
    }
    .fast-track-service .service-content, 
    .accommodation-service .service-content, 
    .about-us-service .service-content, 
    .contact-us-service .service-content {
        margin-top: 25vh !important
    }
    /* Footer */
    .footer .title {
        margin-bottom: 10px !important;
    }
    .footer .mobile-screen-left {
        text-align: left !important;
    }
    .footer .social-link-mobile-screen {
        text-align: center !important;
    }
    .slick-slide-btn-left {
        display: none !important;
    }
    .slick-slide-btn-right {
        margin-right: 10% !important;
    }
}

/* Tablet Screen */
@media (min-width: 576px) and (max-width: 768px) {
    #navbarSupportedContent {
        background-color: var(--black-color) !important
    }
}

/* Notebook Screen */
@media (min-width: 768px) and (max-width: 992px) {
    #navbarSupportedContent {
        background-color: var(--black-color) !important
    }
}

@media (max-width: 992px) {
	button[data-bs-toggle="collapse"] {
		display: none !important;
	}
    .navbar {
        height: 60px;
    }
    .home-slider-context .carousel-item {
        height: 100vw;
    }
    .carousel-content .col-6 {
        margin-bottom: -20vw;
    }
}

@media (min-width: 992px) {
    div[id="mobileNav"] {
        display: none !important;
    }
    .navbar a {
        font-size: 14px !important
    }
    .footer a {
        font-size: 14px !important
    }
    .footer .content {
        font-size: 14px !important
    }
    button {
        font-size: 12px !important;
    }
}

@media (min-width: 1200px) {
    .navbar a {
        font-size: 16px !important
    }
    .footer a {
        font-size: 16px !important
    }
    .footer .content {
        font-size: 16px !important
    }
    button {
        font-size: 20px !important;
    }
}