@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
    --primary-color: #d4252f;
    --secondary-color: #741d45;
    --bs-primary-rgb: 212, 37, 47 !important;
    --bs-secondary-rgb: 116, 29, 69 !important;
    --text-color: #666;
    --typography-body-font-family: "Poppins", sans-serif;
    --bs-primary-rgb: 254, 87, 22;
}
*,
*::before,
*::after {
    transition: 0.7s;
}
body {
    scroll-behavior: smooth;
    font-family: var(--typography-body-font-family);
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.75;
    overflow-x: hidden;
    color: var(--text-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
body p {
    text-align: justify;
}
a {
    text-decoration: none;
}
.navbar-brand img {
    width: 200px;
}
.navbar .nav-item {
    display: flex;
    align-items: center;
}
section{
    position: relative !important;
    overflow: hidden !important;
}
.navbar .nav-link {
    font-size: 17px;
}
.navbar .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: var(--primary-color);
    width: 0;
    height: 2px;
    transform: translateX(-50%);
}
.navbar .nav-link.active::before,
.navbar .nav-link:hover::before {
    width: 80%;
}
.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: var(--primary-color) !important;
}
.navbar .become-a-exhibitor .nav-link:hover {
    color: white !important;
}

.btn {
    padding: 10px 47px;
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.611;
    overflow: hidden;
    position: relative;
    -webkit-transition:
        background-color 0.5s,
        box-shadow 0.2s;
    transition:
        background-color 0.5s,
        box-shadow 0.2s;
    -moz-border-radius: 10px;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 24px;
}
.btn::before {
    content: "";
    position: absolute;
    left: -50%;
    width: 200%;
    height: 300%;
    top: -100%;
    z-index: -1;
    -webkit-transform: translateY(0) rotate3d(0, 0, 1, -15deg);
    transform: translateY(0) rotate3d(0, 0, 1, -15deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: var(--primary-color);
}
.btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 24px;
    border: 2px solid;
    border-color: var(--primary-color);
}
.btn:hover::before {
    transform: translateY(100%) rotate3d(0, 0, 1, 0deg);
}
.homeImage .bannerContent h6 {
    letter-spacing: 4px;
}
.homeImage .bannerContent h1 {
    font-size: 50px;
}
.banner-overlay {
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(233 233 233 / 42%) 67%);
}

.expo-highlights-points h4::before {
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    width: 20%;
    background-color: var(--primary-color);
}

.icon-box {
    height: 60px;
    width: 60px;
    box-shadow: 4px 4px 9px 0 #8982827a;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background: transparent; 
    transition: opacity 0.5s;
}

.loader::before,
.loader::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 50%;
    background-color: white;
    z-index: -1;
    transition: transform 0.8s ease;
}

.loader::before {
    top: 0;
    transform: translateY(0);
}
.loader::after {
    bottom: 0;
    transform: translateY(0);
}

.loader.hide::before {
    transform: translateY(-100%);
}
.loader.hide::after {
    transform: translateY(100%);
}

.scroll-border {
    width: 0%;
    height: 4px;
    background: var(--primary-color);
    margin-top: 20px;
}

.expo-truck img {
    width: 50%;
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 53%));
}

.contact-info a:hover {
    color: var(--primary-color) !important;
}

.visit-form .form-control:focus {
    box-shadow: none !important;
}

.visit-form .form-select,
.visit-form .form-control,
.visit-form input::placeholder {
    font-size: 14px;
}

.visit-form h4::before {
    position: absolute;
    top: 50%;
    right: -30%;
    background-color: var(--primary-color);
    height: 2px;
    width: 25%;
    content: "";
}

.city-routes.owl-carousel .owl-stage-outer {
    overflow: visible;
    overflow-x: clip;
}

.city-route-nav-container {
    display: flex;
    justify-content: end;
    align-items: center;
}

.city-route-nav-container button.owl-next,
.city-route-nav-container button.owl-prev {
    background-color: var(--primary-color);
    color: white;
    padding: 0 10px !important;
    border: none !important;
    margin: 0 5px;
}
@media only screen and (max-width: 768px) {
    body p {
        line-height: 20px;
    }
    .homeImage .banner-overlay {
        background:
            linear-gradient(rgb(255 255 255 / 96%), rgb(233 233 233 / 54%) 67%),
            url(../images/home-truck-image.jpg) top / cover no-repeat;
    }
    .homeImage .bannerContentdiv {
        padding: 50px 0 !important;
        position: relative !important;
    }
    .homeImage .bannerContent h6 {
        font-size: 8px;
    }
    .homeImage .bannerContent h1 {
        font-size: 20px;
    }
    .homeImage .bannerContent p {
        font-size: 12px;
    }
    .btn {
        padding: 8px 20px;
        font-size: 13px;
    }
    .expul li {
        border: 0 !important;
    }
}
.visitor-section img{
    border-radius: 5px;
    border:  1px solid #efbabd;
    padding: 5px;
    border-radius: 5px;
}
.lightbox-icon{
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 5px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border:  3px solid white;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.visit-div:hover img{
    transform: translateY(-5px);
}
.visit-div {
    transition: 0.7s ease;
}
.contact-section .card {
    border-radius: 20px;
    border-bottom: 1px solid var(--primary-color);
}
.contact-icons {
    transition: 0.7s ease;
}

.contact-icons {
    height: 50px;
    width: 50px;
    background-color:  var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.contact-section .card:hover {
    transform: translateY(-5px);
}
.contact-section .card:hover .contact-icons {
    transform: rotateY(180deg);
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #d4252f;
    outline: 0;
    box-shadow: none;
}
textarea {
    text-align: left !important;
}