﻿/* Stylesheet Mohsin Raza*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400..900;1,400..900&family=Jaldi:wght@400;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
ol,
ul,
dl,
fieldset,
pre {
    margin: 0;
}

:root {
    --green-color: #2E484F;
}

a:hover {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.field-error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.error_field {
    border-color: red;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

input.error_field::placeholder {
    color: red !important;
}

.error_field {
    border-bottom: 1px solid red !important;
}

.req_check {
    border-bottom: 1px solid red !important;
}

.alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 5;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    left: 0;
}

.alert-danger {
    background-color: #bb1b1b;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    z-index: 5;
    left: 0;
}

.alert-success {
    background-color: #109610;
    text-align: center;
    color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    z-index: 5;
}

/* Navigation Bar Style */

.navbar-container {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0 0px 0;
    box-sizing: border-box;
    z-index: 10;
    background-color: #fff;
}

.nav-items-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0px 200px;
}

.nav-items {
    display: flex;
    gap: 50px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-items li a {
    color: #002D62;
    font-family: Jaldi;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-weight: 800;
}

.logo-line-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: -35px;
    padding-bottom: 5px;
}

.header-logo {
    max-width: 250px;
    padding: 0 20px;
    background-color: #fff;
    z-index: 1;
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.line {
    flex: 1;
    height: 1px;
    background-color: #e6e6e6;
    margin-top: 32px;
}

.desktopHeader {
    display: block;
}

.mobileHeader {
    display: none;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20;
}

/* Navigation Bar Style */

/* desktop mega menu css starts here */
.inventoryMegaMenu {
    background-color: #fff;
    padding: 40px 0 80px 0;
    position: fixed;
    left: 0;
    top: 122px;
    width: 100%;
    z-index: 10;
    display: none;
    box-shadow: 0 0px 5px -10px rgba(0, 0, 0, 0.2);
}

.megaMenuSalesHeading {
    color: rgba(0, 45, 98, 0.40);
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.inventoryMenuLinkList {
    list-style: none;
}

.inventoryMenuLinkList li {
    text-align: left;
    margin-bottom: 8px;
}

.inventoryMenuLink {
    color: #002D62;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.inventoryMenuLink:hover {
    color: #002D62;
}

.inventoryMenuBrandWrap {
    margin: 0 2px;
    position: relative;
    padding-top: 93%;
}

.inventoryMenuBrandWrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.inventoryMenuBrandWrap .inventoryMenuBrandImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inventoryMenuBrandLogoWrap {
    max-width: 200px;
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 1;
}

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

.closeBtnWrap {
    display: flex;
    align-items: center;
    gap: 8.9px;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 40px;
}

.closeMenuText {
    color: #7B7B7B;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.toggleServiceMegaMenu {
    position: relative;
}

.serviceMegaMenu {
    position: absolute;
    left: 0;
    top: 65px;
    background-color: #fff;
    min-width: 280px;
    padding: 10px 10px 28px 40px;
    box-shadow: 0 0px 5px -10px rgba(0, 0, 0, 0.2);
    display: none;
}

.toggleComanyMegaMenu {
    position: relative;
}

.companyMegaMenu {
    position: absolute;
    left: 0;
    top: 65px;
    background-color: #fff;
    min-width: 280px;
    padding: 10px 10px 28px 40px;
    box-shadow: 0 0px 5px -10px rgba(0, 0, 0, 0.2);
    display: none;
}


/* desktop mega menu css ends here */

/* mobile nav css starts here */
.mobileNavContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.mobileLogoContainer {
    max-width: 150px;
}

.mobileLogoContainer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.burgerLine {
    background-color: #002D62;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* the cross effect  */
.cross .lineOne {
    transform: rotate(45deg) translateY(12px);
}

.cross .lineThree {
    transform: rotate(-45deg) translateY(-12px);
}

.cross .lineTwo {
    opacity: 0;
}

.mobileNavPhoneText {
    color: rgba(9, 41, 74, 0.60);
    text-align: right;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.mobileNavPhoneNumber {
    color: #002D62;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px;
    text-transform: uppercase;
}

.phoneAndBurgerContainer {
    display: flex;
    align-items: center;
    gap: 30px;
}


.mobileNavMegaMenu {
    padding: 10px 0;
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 22;
    top: 70px;
    left: 0;
    border: 1px solid #EEEEEE;
    height: 80vh;
    overflow: auto;
    box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.3);
    transform: translateY(-125%);
    transition: all 0.4s;
}

.toggleMobileMegaMenu {
    transform: translateY(0);
}

.mobileMegaMenuButtonContainer {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    padding: 10 20px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.mobileMegaMenuBtnWrap {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.mobileMegaMenuBtn {
    color: #002D62;
    text-align: center;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: capitalize;
    border-radius: 3px;
    background: #F2FAFB;
    border: 1px solid rgba(9, 41, 74, 0.10);
    padding: 15px 28px 14px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 110px;
}

.mobileMegaMenuBtn.activeClass {
    color: #FFF;
    font-family: Jaldi;
    background-color: #002D62;
    border: 1px solid #002D62;
    font-weight: 900;
}

.mobileMegaMenuCrossIcon {
    cursor: pointer;
}

.mobileMegaMenuTabsContainer {
    max-width: 80%;
    margin: 0 auto;
}

.mobileMenuLinkList {
    list-style: none;
}

.mobileMenuLinks {
    color: #002D62;
    font-family: Jaldi;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.mobileMenuLinks:hover {
    color: #002D62;
}

.mobileMenuBoatTab {
    padding-top: 10px;
}

.mobileMenuCompanyTab {
    padding-top: 10px;
    display: none;
}

.mobileMenuServiceTab {
    padding-top: 10px;
    display: none;
}


.mobileMenuLinkList li {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0;
}

.mobileMenuBrandContainer {
    border-radius: 10px;
    margin: 40px 0;
    overflow: hidden;
}

.mobileMenuBrandLogoCard {
    border: 1px solid #002D62;
    background: #002D62;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 5px;
    margin-bottom: 10px;
}

.mobileMenuBrandLogoCard img {
    max-width: 120px;
    width: 100%;
}

.mobileMegaMenuBrandsWrapper {
    margin: 40px 0;
}

/* mobile nav css ends here */

/* Home Page Css */

.links-card {
    max-width: 320px;
    margin: 0 auto;
}

.home-banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 300px;
}

.sm-padding {
    padding: 0px 10px
}

.home-banner-slider .owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.phone-widget {
    position: fixed;
    top: 100px;
    right: 0px;
    max-width: 70px;
    z-index: 15;
}

.phone-widget img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.home-banner-slider .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.home-banner-slider .owl-prev:hover {
    background: transparent !important;
}

.home-banner-slider .owl-next {
    background: transparent !important;
}

.home-banner-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.home-banner-slider .owl-dots .owl-dot span {
    width: 35px;
    height: 4px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.banner-text-sec {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.inventory-btn {
    margin-top: 56px;
    text-align: center;
}

.main-theme-txt {
    text-align: center;
    font-family: Jaldi;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 166.667% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.left-txt .main-theme-txt {
    position: relative;
}

.left-txt .main-theme-txt::before {
    content: "";
    position: absolute;
    top: 13px;
    right: -30px;
    height: 16px;
    width: 1px;
    background-color: rgba(0, 45, 98, 0.20);
}

.brandsMainImageWrapper {
    position: relative;
    padding-top: 125%;
    height: 99.5%;
}

.brandsMainImageWrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 250px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.brandsMainImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brandsContentContainer {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.brandLogoWrap {
    max-width: 250px;
    margin: 0 auto;
}

.brandLogoWrap img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.brandParaWrap {
    margin-top: 40px;
}

.brandParaHome {
    color: #FFF;
    text-align: center;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.brandPara {
    color: #002D62;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.boat-sec {
    margin-top: 80px;
}

.boats-sec-img {
    position: relative;
    padding-top: 50%;
    min-height: 355px;
}

.boats-sec-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.boat-sec-wrapper {
    position: relative;
}

.boat-sec-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 170px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
}

.boats-sec-text {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    text-align: center;
}

.mainInventoryCard {
    overflow: hidden;
    border: 1px solid #D9D9D9;
}

.mainInventoryCardImageContainer {
    position: relative;
    padding-top: 65%;
}

.mainInventoryCardImageContainer img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.mainInventoryCardContentWrap {
    background-color: #fff;
    padding: 10px 20px;
}

.pricePara {
    display: flex;
    align-items: center;
    gap: 25px;
}

.main-header {
    color: #002D62;
    text-align: center;
    font-family: Jaldi;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 166.667% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.inventory-sec {
    margin-top: 80px;
}

.inventory-sec-head {
    margin-bottom: 40px;
}

.img-sec-stroy img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.theme-para {
    color: #002D62;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.theme-btn {
    display: inline-block;
    color: #002D62;
    text-align: center;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    padding: 5px 33px;
    border: 1px solid #00A1B1;
    background-color: transparent;
    cursor: pointer;
    /* 250% */
}

.theme-btn-sec {
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    padding: 5px 33px;
    border: 1px solid #00A1B1;
    background-color: transparent;
    /* 250% */
}

.theme-btn-sec:hover {
    color: #FFF;
    background-color: #00A1B1;
    transition: 0.1s ease-in;
    /* 250% */
}

.detail-sec-stroy {
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    padding: 20px;
}

.theme-btn:hover {
    background-color: #00A1B133;
    border: 1px solid #00A1B133;
    transition: 0.2s ease-in;
    color: #002D62;
}

.img-sec-stroy img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.story-sec {
    margin-top: 80px;
}

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

.links-title {
    margin-top: 10px;
    text-align: center;
}

.links-sec {
    margin-top: 80px;
    margin-bottom: 80px;
}

.links-title a:hover {
    color: #002D62;
}



/* footer css starts here */


/* .footerSocialIconContainer:hover {
    border: 1px solid #fff;
    transition: 0.2s ease;
} */

/* .footerSocialIconContainer:hover .socialIcons {
    color: #fff;
    transition: 0.2s ease;
} */

.footerFormSection {
    border-top: 1px solid #E6E6E6;
    background: #F2FAFB;
    padding: 60px 15px 84px 15px;
}

.footerHeading {
    color: #002D62;
    text-align: center;
    font-family: Jaldi;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 166.667% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.footerPara {
    color: #002D62;
    text-align: center;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
    /* 150% */
}

.footerFormWrap {
    margin: 40px auto 0 auto;
    border: 1px solid rgba(0, 45, 98, 0.20);
    background: #FFF;
    max-width: 350px;
    display: flex;
    align-items: center;
}

.footerEmail {
    color: rgba(0, 45, 98, 0.60);
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
    border: none;
    outline: none;
    background-color: #fff;
    width: 85%;
    padding: 6px 10px 6px 20px;
}

.newsLetterBtn {
    border: none;
    outline: none;
    background-color: #fff;
    padding: 9px 19px;
}

.mainFooter {
    background-color: #FFF;
    padding: 60px 0 80px 0;
}

.footerLogoWrap {
    max-width: 280px;
    margin: 0 auto 60px auto;
}

.footerLogoWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footerLinkHeading {
    color: #002D62;
    text-align: center;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.footerLinksList {
    list-style: none;
    margin-top: 25px;
}

.footerLinksList li {
    margin-bottom: 5px;
    text-align: center;
}

.footerLinks {
    color: #002D62;
    text-align: center;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.footerLinks:hover {
    color: #002D62;
}

.footerIcons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.footerIcons .socialIcons {
    color: #002D62;
}

.footerSocialIconContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    height: 40px;
    border: 1px solid #002D62;
    margin-top: 20px;
}

.footerBottom {
    background-color: #FFF;
    padding: 17px 0 16px 0;
    margin-top: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    border-top: 1px solid #EEEEEE;
}

.footerBottomLink {
    position: relative;
    color: #002D62;
    text-align: center;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footerBottomLink:hover {
    color: #002D62;
}

.footerLinkAfter::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #002D62;
}

.phonenumber {
    color: #002D62;
    text-align: center;
    font-family: Jaldi;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 2.4px;
}

.phonenumber:hover {
    color: #002D62;
}

.number-sec {
    margin: 25px 0px;
}

.hours-header p {
    color: #002D62;
    text-align: center;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.line-after {
    position: relative;
}

.line-after::after {
    position: absolute;
    content: "";
    top: 0;
    right: 60px;
    height: 220px;
    width: 2px;
    background-color: #EEEEEE;
}

/* footer css ends here */

/* Service Page Css */
.common-header-img {
    position: relative;
    padding-top: 33%;
    min-height: 300px;
}

.common-header-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-details {
    max-width: 960px;
    margin: 32px auto 89px auto;
    padding: 0 15px;
}

.service-details p {
    padding-top: 10px;
}

.service-header {
    padding-bottom: 14px;
}

.service-logos {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
    padding: 0 15px;
}

.formField {
    color: #002D62;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    padding: 10px 20px;
    border: none;
    outline: none;
    border: 1px solid #EEE;
    width: 100%;
}

.formField::placeholder {
    color: rgba(0, 45, 98, 0.60);
}

.formFieldWrapper {
    margin-bottom: 17px;
}

.formSectionWrap {
    padding: 0 15px;
}

.formLeftBorder {
    border-left: 1px solid #FFFFFF33;
}

.mainFormWrapper {
    max-width: 680px;
    margin: 0 auto;
}

.fomrHeadingWrapper {
    margin-bottom: 60px;
}

.formSection {
    padding: 80px 0 120px 0;
    background-color: #002D62;
}

#serviceFormLink {
    scroll-margin-top: 80px;
}

.formBtnWrapper {
    margin-top: 30px;
}

.formheaderr {
    color: #FFF;
    text-align: center;
    font-family: Jaldi;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 166.667% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
}


/* Contact Page Css */

.formSection-contact {
    max-width: 320px;
    margin: 0 auto;
}

.contact-form-header {
    margin: 32px 0px;
}

.map iframe {
    width: 100%;
}

.address-icon {
    max-width: 24px;
    margin: 0 auto 20px auto;
}

.address-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.map-sec {
    margin-top: 80px;
    margin-bottom: 120px;
}

/* Trade Page Css */

.blue-btn {
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    padding: 5px 33px;
    background-color: #00A1B1;
    cursor: pointer;
}

.blue-btn:hover {
    color: #FFF;
    background-color: #00A1B133;
}

.header-sec {
    position: relative;
}

.header-btn {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.lg-header {
    color: #002D62;
    font-family: Jaldi;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 100% */
    letter-spacing: 4px;
    text-transform: uppercase;
}

.detail-header {
    max-width: 600px;
    margin: 0 auto;
}

.detail-para-trade {
    max-width: 600px;
    margin: 0 auto;
}

.trade-detail-sec {
    margin: 80px 0px;
}

.features-sec {
    padding-top: 64px;
    padding-bottom: 80px;
    background-color: #F2FAFB;
}

.features-sec-wrapper {
    padding-top: 64px;
    padding-bottom: 80px;
}

.features-sec-header {
    margin-bottom: 80px;
}

.feature-para p {
    color: #002D62;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.theme-para-lg {
    color: #002D62;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.feature-icon {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-color: #002D62;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 64px;
}

.feature-point {
    display: flex;
    gap: 24px;
    align-items: center;
}

.features-btn {
    margin-top: 60px;
}

.feature-para-sec {
    max-width: 352px;
}


/* about Page Css */

.about-detail-sec {
    margin-top: 32px;
    margin-bottom: 96px;
}

.about-header {
    margin-bottom: 80px;
}

.about-btn {
    margin-top: 44px;
}

.about-slider-img {
    position: relative;
    padding-top: 78%;
}

.about-slider-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-details-sec {
    margin: 120px 0px;
}

/* Thank You Page Css */

.twin-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.thankyou-sec {
    margin-bottom: 80px;
}

/* Crew Page Css */

.phone-no {
    color: #002D62;
    font-family: Jaldi;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.crew-header-sec {
    max-width: 960px;
    margin: 40px auto 80px auto;
    text-align: center;
    padding: 0 15px;
}

.crew-header {
    margin-bottom: 24px;
}

.call-btn {
    margin-top: 20px;
}

.contact-btn-crew {
    margin-top: 44px;
}

.team-card-img {
    position: relative;
    padding-top: 26%;
    max-width: 40%;
    width: 100%;
}

.team-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.team-member-name h2 {
    color: #002D62;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 112.5% */
}

.team-member-position h4 {
    color: rgba(0, 45, 98, 0.60);
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

.team-member-number a {
    color: #002D62;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.team-member-email a {
    color: #002D62;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    word-break: break-all;
}

.team-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    max-width: 60%;
    width: 100%;
    padding: 47px 10px;
}

.team-card {
    display: flex;
    gap: 30px;
    background-color: #F2FAFB;
    height: 189px;
}

.team-members-sec {
    margin-bottom: 120px;
}

/* Financing Page Css */

.financing-sec {
    margin-bottom: 80px;
}

.financing-features-sec {
    margin-bottom: 120px;
}

/* brand page css starts here */
.brandHeaderSection {
    position: relative;
    padding-top: 31%;
    min-height: 400px;
}

.brandHeaderSection .brandHeaderMedia {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brandIntroSection {
    max-width: 1350px;
    margin: 100px auto 100px;
    padding: 0 15px;
}

.brandIntroContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brandLogoContainer {
    max-width: 400px;
}

.brandLogoContainer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brandParawrapper {
    max-width: 750px;
}

.brandLinkWrap {
    margin-top: 30px;
}

.brandPromoSection {
    background-color: #F2FAFB;
    padding: 20px 16px;
    max-width: 1320px;
    margin: 0 auto;
}

.promotionParaText {
    color: #002D62;
    text-align: center;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.mainInventoryCard {
    overflow: hidden;
    border: 1px solid #D9D9D9;
}

.mainInventoryCardImageContainer {
    position: relative;
    padding-top: 65%;
}

.mainInventoryCardImageContainer img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.mainInventoryCardContentWrap {
    background-color: #fff;
    padding: 10px 20px;
}

.mainInventoryCardTitle {
    color: #002D62;
    font-family: Jaldi;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.pricePara {
    display: flex;
    align-items: center;
    gap: 40px;
}

.originalPrice {
    color: #00A1B1;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.perMonthPrice {
    color: rgba(16, 31, 45, 0.60);
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.perMonthText {
    color: rgba(3, 3, 15, 0.60);
    font-family: Jaldi;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.priceAfterLine {
    position: relative;
}

.priceAfterLine::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9D9D9;
    width: 1px;
    height: 20px;
}

.mainInventoryCardSeparator {
    background-color: #EEEEEE;
    margin: 10px 0;
}

.mainIventoryCardSpecs {
    display: flex;
    align-items: center;
    gap: 40px;
    color: #002D62;
    font-family: Jaldi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.cardSpecsAfterLine {
    position: relative;
}

.cardSpecsAfterLine::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #D9D9D9;
}

.brandInventoryHeadingWrap {
    margin-bottom: 40px;
}

.brandInventorySection {
    margin: 80px 30px;
}

.brandInventoryHeading {
    color: #002D62;
    text-align: center;
    font-family: Jaldi;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}


/* brand page css ends here */

/* events page css start here */


.bgSectionHeaderContent {
    padding: 80px 20px 30px 20px;
}

.mobile-event-filter-dropdown {
    display: none;
}

.bgSectionHeaderContent h1 {
    color: #231F20;
    text-align: center;
    font-family: "Jaldi";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
}
.bgSectionHeaderContent p{
    color: #231F20;
    text-align: center;
    font-family: "Jaldi";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-align: center;
}
.event-filter-list {
    max-width: 600px;
    margin: 0 auto;
}

.event-filter-list .desktop-event-filter-list {
    display: flex;
    padding-left: 0;
    justify-content: space-around;
    align-items: center;
    column-gap: 20px;
}

.event-filter-list .desktop-event-filter-list li {
    list-style: none;
}

.event-filter-list .desktop-event-filter-list li .event-filter-item {
    display: inline-block;
    color: #231F20;
    font-family: 'acumin-light';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.event-filter-item:hover {
    text-decoration: none;
    color: #231F20;
}

.event-filter-item.active {
    color: #328DB0 !important;
    border-bottom: 2px solid #328DB0;
}

.event-theme-1-sec {
    margin-bottom: 120px;
}

.event-theme-1-sec .event-listing-box {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 25%);
    width: 100%;
    margin: 0 auto;
}

.event-theme-1-sec .event-listing-col {
    width: calc(100% / 2);
    padding: 17px 15px;
}

.event-theme-1-sec .event-listing-image {
    position: relative;
    padding-top: 62%;
}

.event-theme-1-sec .event-listing-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-theme-1-sec .event-content-box {
    padding: 8px 0;
}

.event-theme-1-sec .event-category {
    color: rgba(34, 34, 34, 0.60);
    font-family: "acumin-light";
    font-size: 16px;
    font-style: normal;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.event-theme-1-sec .event-title {
    color: #231F20;
    font-family: "Jaldi";
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.event-theme-1-sec .event-date {
    color: #328DB0;
    font-family: "Jaldi";
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0;
}


/*  event details page css start here */

    .event-details-theme-1 .event-details-header {
        position: relative;
        padding-top: 30%;
        min-height: 250px;
    }

    .event-details-theme-1 .event-details-header img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .event-details-theme-1 .event-details-container {
        max-width: calc(100% - 20%);
        width: 100%;
        margin: 0 auto;

    }

    .event-details-theme-1 .event-details-col {
        width: 50%;
    }

    .event-details-theme-1 .event-details-time-box {
        display: flex;
        gap: 30px;
        margin-left: 100px;
    }

    .event-details-theme-1 .time-box {
        width: 50%;
        padding: 30px;
        border: 1px solid black;
    }

    .event-details-theme-1 .time-box p {
        color: #222;
        font-family: "Jaldi";
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        margin-bottom: 30px;
    }

    .event-details-theme-1 .time-box h4 {
        color: #222;
        font-family: "Jaldi";
        font-size: 32px;
        font-style: normal;
        line-height: 32px;
        margin-bottom: 36px;
    }

    .event-details-theme-1 .time-box ul {
        padding-left: 0;
    }

    .event-details-theme-1 .time-box ul li {
        list-style: none;
        color: #222;
        font-family: "Jaldi";
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.6px;
        text-transform: uppercase;
    }

    .event-details-theme-1 .event-details-intro-box {
        display: flex;
        padding: 100px 20px;
    }

    .event-details-theme-1 .event-details-col h1 {
        color: #222;
        font-family: "Jaldi";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 6.4px;
        text-transform: uppercase;
    }

    .event-details-theme-1 .event-details-col p {
        color: #222;
        font-family: "Jaldi";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .event-details-theme-1 .event-btn {
        color: #FFF;
        text-align: center;
        font-family: "Jaldi";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        text-transform: uppercase;
        background: #222;
        display: inline-block;
        padding: 12px 20px;
    }

    .event-details-theme-1 .event-btn:hover {
        color: #FFF;
        text-decoration: none;
    }

    .event-details-theme-1 .intro-btn-box {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .event-details-theme-1 .event-gallery-carousel .item {
        position: relative;
        padding-top: 60%;
    }

    .event-details-theme-1 .event-gallery-carousel .item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .event-details-theme-1 .event-galley-box {
        display: flex;
        max-width: calc(100% - 10%);
        width: 100%;
        margin: 0 0 0 auto;
        padding: 40px 0 100px 0;
    }

    .event-details-theme-1 .event-galley-col-1 {
        width: 25%;
    }

    .event-details-theme-1 .event-galley-col-2 {
        width: 75%;
    }

    .event-details-theme-1 .event-galley-col-1-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 100%;

    }

    .event-details-theme-1 .event-galley-col-1-box h3 {
        color: #222;
        font-family: "Jaldi";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 4.8px;
        text-transform: uppercase;
    }

    .event-details-theme-1 .display-box {
        display: flex;

    }

    .event-details-theme-1 .brand-item {
        max-width: calc(100% / 5);
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .event-details-theme-1 .brand-item img {
        width: 100%;
        height: 100%;
        max-height: 100px;
        object-fit: cover;
    }

    .event-details-theme-1 .event-theme-title {
        color: #222;
        text-align: center;
        font-family: "Jaldi";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 4.8px;
        text-transform: uppercase;
        margin-bottom: 64px;
    }

    .event-details-theme-1 .main-display-box {
        padding: 80px 20px 80px 20px;
        border-top: 1px solid #222222;
        border-bottom: 1px solid #222222;
    }

    .event-details-theme-1 .inventory-box-header {
        padding: 80px 20px;
    }

    .display-brand-logo {
        display: none !important;
    }

    .event-form {
        max-width: 540px;
        margin: 0 auto;
        padding: 60px 20px 80px 20px;
    }

    .event-form h3 {
        color: #222;
        text-align: center;
        font-family: "Jaldi";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 4.8px;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    .event-form-box {
        max-width: 350px;
        margin: 0 auto;
    }

    .new-theme-form-input {
        width: 100%;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #222222;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        font-family: "Jaldi";
        font-size: 16px;
        margin-bottom: 20px;
    }

    .new-theme-form-textarea {
        display: block;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #222222;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        font-family: "Jaldi";
        font-size: 16px;
    }

    .new-theme-form-input:focus {
        outline: none;
        border-bottom: 1px solid #222222;
        box-shadow: none;
    }

    .new-theme-form-textarea:focus {
        outline: none;
        border-bottom: 1px solid #222222;
        box-shadow: none;
    }

    .black-btn {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        text-align: center;
        font-family: "Jaldi";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        text-transform: uppercase;
        background: #222;
        padding: 15px 30px;
        border: 1px solid #222;
    }

    .black-btn:hover {
        color: #FFF;
        text-decoration: none;
        border: 1px solid #222;
    }

    .grid-boat-card {
        display: none;
        width: calc(100% / 4);
        padding: 7px;
    }

    .grid-boat-card {
        display: none;
        width: calc(100% / 4);
        padding: 7px;
    }

    #event_detail_form{
        scroll-margin-top: 100px;
    }
    .iti{
        width: 100%;
    }

    /******************************************* PROMOTION PAGE START HERE *******************************************/
.promotion_stuff {
  padding: 65px 0px;
}
.promotion_stuff .top_heading p {
  padding: 20px 0px;
}
/* PROMOTION CARD CSS  */
.promotion_card {
  padding-bottom: 65px;
}
.promotion_card .card_whole {
  max-width: 526px;
}
.promotion_card .card_whole .text_wrap h5 {
  padding: 20px 0px;
}

/* PROMO ALERT SCTION CSS */
.promo_alert {
  padding: 65px 0px;
}
.promo_alert .top_heading {
  padding-bottom: 30px;
  text-align: center;
}
.promo_alert .form_wraper {
  text-align: center;
}

/******************************************* PROMOTION PAGE END HERE *******************************************/

/* Responsive Css */

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

    /* event details page css start here */
    .event-theme-1-sec {
        margin-bottom: 35px;
    }

    .event-theme-1-sec .event-listing-box {
        max-width: calc(100% - 20%);
    }

    .event-details-theme-1 .event-details-container {
        max-width: calc(100% - 15%);
    }

    .event-details-theme-1 .event-galley-box {
        max-width: calc(100% - 7.5%);
    }
}

@media screen and (max-width: 1440px) {
    .nav-items-wrapper {
        padding: 0 50px;
    }

    .main-header {
        letter-spacing: 0.4px;
    }
     /* events page css start here */

    .event-theme-1-sec {
        margin-bottom: 50px;
    }

    .event-theme-1-sec .event-listing-box {
        max-width: calc(100% - 14%);
    }

    .event-theme-1-sec .event-listing-col {
        padding: 17px 15px;
    }

    .bgSectionHeaderContent h1 {
        font-size: 30px;
        letter-spacing: 5px;
    }

     /* event details page css start here */

    .event-details-theme-1 .event-details-col h1 {
        letter-spacing: 5px;
    }

    .event-details-theme-1 .time-box h4 {
        font-size: 25px;
        line-height: 28px;
    }

    .event-details-theme-1 .event-details-intro-box {
        padding: 70px 20px;
    }

    .event-details-theme-1 .event-galley-box {
        padding: 0px 0 70px 0;
    }

    .event-details-theme-1 .main-display-box {
        padding: 50px 20px 60px 20px;
    }

    .event-details-theme-1 .event-details-container {
        max-width: calc(100% - 10%);
    }

    .event-details-theme-1 .event-galley-box {
        max-width: calc(100% - 5%);
    }

    .event-details-theme-1 .event-details-time-box {
        margin-left: 50px;
    }

}

@media screen and (max-width: 1200px) {
    .closeBtnWrap {
        top: 0;
        right: 100px;
    }

     /* events page css start here */

    .event-theme-1-sec .event-title {
        font-size: 18px;
    }

    .event-theme-1-sec .event-date {
        font-size: 18px;
    }


    .event-theme-1-sec .event-listing-box {
        max-width: calc(100% - 7%);
    }

    .event-filter-list {
        max-width: 500px;
        margin: 0 auto;
    }

    .bgSectionHeaderContent h1 {
        font-size: 23px;
        letter-spacing: 5px;
    }

     /* event details page css start here */

    .event-details-theme-1 .event-details-col h1 {
        letter-spacing: 5px;
        font-size: 27px;
    }

    .event-details-theme-1 .time-box h4 {
        font-size: 21px;
        line-height: 24px;
    }

    .event-details-theme-1 .event-details-intro-box {
        padding: 70px 0;
    }

    .event-details-theme-1 .time-box {
        padding: 20px;
    }

    .event-details-theme-1 .event-details-container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .event-details-theme-1 .event-galley-box {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}


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

      /* events page css start here */

     .event-theme-1-sec .event-listing-box {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .event-theme-1-sec .event-listing-col {
        padding: 17px 7.5px;
    }

     /* event details page css start here */

    .event-details-theme-1 .event-details-intro-box {
            padding: 40px 20px;
            flex-direction: column;
            gap: 50px;
        }

        .event-details-theme-1 .event-details-time-box {
            margin-left: 0;
        }

        .event-details-theme-1 .event-details-col {
            width: 100%;
        }

        .event-details-theme-1 .intro-btn-box {
            margin-top: 40px;
        }

        .event-details-theme-1 .event-galley-box {
            flex-direction: column;
        }

        .event-details-theme-1 .event-galley-col-1 {
            width: 100%;
        }

        .event-details-theme-1 .event-galley-col-2 {
            width: 100%;
        }

        .event-details-theme-1 .event-galley-col-1-box h3 {
            margin-bottom: 17px;
            margin-top: 40px;
        }

         /* event details page css ends here */

    .desktopHeader {
        display: none;
    }

    .mobileHeader {
        display: block;
    }

    .service-logos {
        gap: 30px;
    }

    .service-details {
        margin: 32px auto 40px auto;
    }

    .formSection {
        padding: 40px 0 60px 0;
    }

    .formLeftBorder {
        border-left: 0;
        border-top: 1px solid #FFFFFF33;
        padding-top: 15px !important;
    }

    .about-header {
        margin-bottom: 40px;
    }

    .about-btn {
        margin-top: 34px;
    }

    .lg-header {
        font-size: 36px;
        line-height: 38px;
        letter-spacing: 2px;
    }

    .about-details-sec {
        margin: 60px 0px;
    }

    .detail-header {
        max-width: unset;
    }

    .detail-para-trade {
        max-width: unset;
    }

    .about-detail-sec {
        margin-bottom: 46px;
    }

    .trade-detail-sec {
        margin: 40px 0px;
    }

    .features-sec {
        padding-top: 44px;
        padding-bottom: 40px;
    }

    .fomrHeadingWrapper {
        margin-bottom: 40px;
    }

    .crew-header-sec {
        margin: 40px auto 40px auto;
    }

    .contact-btn-crew {
        margin-top: 34px;
    }

    .crew-header {
        margin-bottom: 15px;
    }

    .team-members-sec {
        margin-bottom: 60px;
    }

    .map-sec {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .brandIntroSection {
        margin: 40px auto;
    }

    .brandIntroContainer {
        justify-content: center;
        flex-direction: column;
    }

    .brandParaContainer {
        text-align: center;
    }

    .brandInventorySection {
        margin: 40px 15px;
    }

    .features-sec-header {
        margin-bottom: 40px;
    }


    .financing-sec {
        margin-bottom: 40px;
    }

    .financing-features-sec {
        margin-bottom: 60px;
    }

    .footerFormWrap{
        margin-top: 30px;
    }

}

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

    /* events page css start here */

    .bgSectionHeaderContent h1 {
        font-size: 32px;
        letter-spacing: 5px;
        margin-bottom: 50px;
    }

    .event-filter-list {
        margin: 0 auto 20px auto;
    }

    .event-filter-list .desktop-event-filter-list {
        display: none;
    }

    .mobile-event-filter-dropdown {
        display: block;
        max-width: 200px !important;
        width: 100%;
        margin: 0 auto;
    }

    .bgSectionHeaderContent {
        padding: 80px 20px 6px 20px;
    }

    .event-theme-1-sec .event-listing-col {
        width: 100%;
    }

     /* event details page css start here */

    .event-details-theme-1 .event-gallery-carousel .item {
            position: relative;
            padding-top: 75%;
        }

        .display-brand-logo .item {
            max-height: 100px;
            height: 100%;
        }

        .display-brand-logo .item img {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }

        .event-details-theme-1 .event-theme-title {
            margin-bottom: 40px;
            text-align: left;
        }

        .display-box {
            display: none !important;
        }

        .display-brand-logo {
            display: block !important;
        }

        .event-details-theme-1 .event-details-container {
            max-width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .event-details-theme-1 .display-box {
            flex-wrap: wrap;
            justify-content: center;
            row-gap: 25px;
        }

        .event-details-theme-1 .brand-item {
            max-width: 150px;
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
        }
        /* events page css ends here */

    .detail-sec-stroy {
        max-width: unset;
    }

    .main-theme-txt {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 1.4px;
    }

    .footerFormSection {
        padding: 40px 15px 64px 15px;
    }

    .mainFooter {
        background-color: #FFF;
        padding: 40px 0 60px 0;
    }

    .inventory-sec {
        margin-top: 40px;
    }

    .line-after::after {
        display: none;
    }

    .footerLogoWrap {
        margin: 0 auto 40px auto;
    }

    .features-btn {
        margin-top: 40px;
    }

    .twin-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
}

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

     /* event details page css start here */

    .event-details-theme-1 .event-details-intro-box {
            gap: 80px;
        }

        .event-form h3 {
            text-align: left;
        }

        .event-details-theme-1 .brand-item {
            max-width: 150px;
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }

        .event-details-theme-1 .time-box p {
            margin-bottom: 16px;
        }

        .event-details-theme-1 .event-details-time-box {
            gap: 16px;
        }

        .event-details-theme-1 .time-box h4 {
            font-size: 24px;
            margin-bottom: 16px;
        }

        .event-details-theme-1 .event-details-col h1 {
            font-size: 32px;
        }
        /* event details page css ends here */

    .banner-text-sec {
        gap: 20px;
        padding: 15px;
        flex-direction: column;
    }

    .left-txt .main-theme-txt::before {
        display: none;
    }

    .lg-header {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 1px;
    }

    .feature-point {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .team-card {
        flex-direction: column;
        gap: 10px;
        height: auto;
    }

    .team-card-img {
        max-width: unset;
        padding-top: 75%;
    }

    .team-details {
        align-items: center;
        gap: 2px;
        max-width: unset;
        padding: 17px 10px;
    }
}

@media screen and (max-width: 450px) {
    .footerBottom {
        gap: 5px;
        flex-direction: column;
    }

    .footerLinkAfter::after {
        display: none;
    }

    .mobileLogoContainer {
        max-width: 100px;
    }

    .mobileNavPhoneNumber {
        font-size: 15px;
        font-weight: 600;
        line-height: 16px;
    }

    .phoneAndBurgerContainer {
        gap: 15px;
    }

    .blue-btn {
        line-height: 36px;
        padding: 5px 20px;
    }

    .lg-header {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: 0.5px;
    }
}

@media screen and (max-width: 400px) {
    .event-theme-1-sec .event-listing-col {
        padding: 10px 7.5px;
    }
    .bgSectionHeaderContent h1 {
        font-size: 27px;
        letter-spacing: 4px;
        margin-bottom: 35px;
        line-height: 34px;
    }
}

/* Responsive Css */