@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
*{
 font-family: "Playfair", serif !important;
    
}
.home-main {
    /*background-image: url('../images/222.jpg');*/
    /*background-repeat: repeat-y !important;*/
    /*background-size: contain;*/
}

.topNav {
    display: flex;
    justify-content: center;
    place-items: center;
    padding: 7px 2rem;
    /* background-color: var(--black-color); */
    /* background-color: #ec255a; */
    background-color: #1d1d1e;
}

.search-input {
    position: relative;
}

.search-input input {
    width: 100%;
    border: 1px solid var(--main-color);
    outline: none !important;
    background-color: white;
    padding: 10px;
}

.search-input-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-input-btn i {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 25px;
    padding: 0 24px;
    background-color: var(--main-color);
    color: var(--white-color);
}

.topNav p {
    text-align: center;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.topNav a {
    display: flex;
    gap: 5px;
    align-items: center;
    color: var(--white-color);
    font-size: 15px;
}

.logo {
    padding: 10px 0;
}

.logo img {
    width: 220px;
}

.topNav-left,
.topNav-right {
    display: flex;
    gap: 1rem;
}

.ecom-icons {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.ecom-icons i {
    font-size: 35px;
    cursor: pointer;
    color: #b33e6c;
}

.topNav-right a {
    /* height: 30px; */
    width: 30px;
    border-radius: 100%;
    /* background-color: var(--white-color);
    color: var(--main-color) !important; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-now button {
    animation: shink 1s infinite;
}

@keyframes shink {
    0% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10px);
    }
}

.topNav-right a i {
    font-size: 16px !important;
    color: var(--main-color) !important;
}

.topNav a:hover {
    color: var(--white-color);
}

.topNav-left a i {
    font-size: 25px;
}

.topNav-right a i {
    font-size: 25px;
    color: var(--main-color);
}

.myNav {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    padding: 1rem 3rem;
    background-color: var(--white-color);
    border-bottom: 1px solid #ddd;
    transition: .3s ease-in;
}

.myNav.sticky {
    position: fixed;
    top: 0;
    padding: 0 3rem;
    z-index: 99;
    width: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    transition: .3s ease-in;
}

.myNav.sticky .menu ul li a {
    height: 70px;
}

.categories-link ul {
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0;
    background-color: var(--main-color);
}

.categories-link ul li a {
    text-transform: capitalize;
    font-size: 18px;
    color: var(--white-color);
    font-weight: 600;
}

.dropdown-list a {
    color: var(--black-color) !important;
}

.bag {
    position: relative;
}

.bag span {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 20px;
    width: 20px;
    background-color: #b33e6c;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    border-radius: 100%;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.menu ul li a {
    color: var(--black-color);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
}

.menu ul li a:hover {
    color: var(--main-color);
}

.dropdown-menu {
    position: relative;
}

.dropdown-list {
    position: absolute;
    /* right: -50%; */
    /* top: 6.2rem; */
    right: -11%;
    top: 2.5rem;
    z-index: 10;
    width: 250px;
    height: auto !important;
    background-color: var(--white-color);
    box-shadow: 0 0 3px rgba(0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: .31s ease;
    transform: translateY(10px);
}

.dropdown:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    transition: .31s ease;
    transform: translateY(0);
}

.myNav.sticky .dropdown-list {
    top: 4.5rem;
}

.dropdown-list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.dropdown-list a {
    text-align: left;
    padding: 8px 12px;
    height: auto !important;
    width: 100%;
    justify-content: start !important;
    align-items: start !important;
}

.dropdown-list a:hover {
    background-color: var(--main-color) !important;
    transition: .3s ease-in;
    color: var(--white-color) !important;
}

/* banner_content */
/* .banner_content {
    background: url('../images/landing-trucking-slider.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
} */

.banner_wrapper {
    position: relative;
}


.banner_bg1 {
    background-image: url('../banner/b11.png');
    /* background: linear-gradient(90deg, rgba(255, 255, 255, .374), rgba(0, 0, 0, .4)), url('../images/newbanner1.jpg'); */

}

.banner_bg2 {
    background-image: url('../banner/b12.png');
    /* background: linear-gradient(90deg, rgba(255, 255, 255, .374), rgba(0, 0, 0, .4)), url('../images/newbanner2.jpg'); */
}

.banner_bg3 {
    background-image: url('../banner/b1.png');
}

/*.banner_bg4 {*/
/*    background-image: url('../banner/b12.png');*/
    /*background-image: url('../images/newbanner4.jpg');*/
/*}*/



.banner_content {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 440px 0;
    /* padding: 360px 0; */
    background-position: top;
}

/* .banner_content {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
} */

.banner_slider__one {
    background: url('../images/landing-trucking-slider.jpg');
}

.logo_text a{
   color: #b33e6c;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 4px;
}
.banner_slider__two {
    background: url('../images/banner2.jpg');
}

.banner_slider__three {
    background: url('../images/banner3.jpg');
}

.banner_bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 400px 0;
    background-position: center !important;
}

.banner_content__left {
    padding-left: 3rem;
}

.banner_content__left,
.about_content,
.about_img,
.banner-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.banner_content__left h1 {
    font-size: 50px;
    color: #ec255a;
    font-weight: 600;
    max-width: 650px;
}

.banner_content__left p {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    max-width: 700px;
    margin-top: 10px;
}

.learn-more {
    margin-top: 2rem;
}

.form_wrapper {
    border-radius: 10px;
    padding: 2rem;
    background-color: var(--white-color);
    border: 1px solid #ddd;
    /* box-shadow: 0 0 3px rgba(0, 0, 0.5); */
}

.form-section {
    background-color: whitesmoke;
}

.banner-form img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form_input {
    margin-top: 1rem;
}

.form_input .form-select {
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    outline: none !important;
    text-transform: capitalize;
    font-size: 16px;
    background-color: #f2f3f9;
    cursor: pointer;
}

.form_input button {
    width: 100%;
}


/* service */
.global_wrapper {
    padding: 80px 0;
}

.main_heading {
    text-align: center;
}

.main_heading h1 {
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
}

.main_heading p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
}

.main_heading h1 span {
    color: var(--main-color);
}

.global_content {
    margin-top: 3rem;
}

.service_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.service_img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.service_img:hover .gradient-color::after {
    bottom: 0;
    transition: .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);

}

.global_banner {
    background-image: linear-gradient(135deg, #030a6e 59%, #080ab4 100%);
}

.gradient-color::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    height: 100%;
    width: 100%;
    transition: .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background: linear-gradient(70deg, #041bb591, #071fbd58);
    transform: perspective(180deg);
}

.service_content {
    background-color: whitesmoke;
    padding: 1rem;
}

.service_content h3 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--main-color);
}

.service_content p {
    font-size: 18px;
    color: #434343;
    font-weight: 500;
    margin-top: 5px;

}

.service-box {
    margin-bottom: 2rem;
    overflow: hidden;
    cursor: pointer;
}

.view-all {
    text-align: center;
    margin-top: 2rem;
}

/* about_wrapper */

.about_content {
    padding-left: 3rem;
}

.about_content h3 {
    font-size: 40px;
    font-weight: 600;
}

.about_content h3 span {
    color: var(--red-color);
}

.about_content h6 {
    margin-top: 1rem;
    font-size: 20px;
    font-weight: 500;
}

.about_content p {
    font-size: 18px;
    margin-top: 1rem;
}

.about_img {
    position: relative;
}

.about_img .about_img1 {
    width: 350px;
    height: 350px;
    object-fit: cover;
    object-position: left;
    animation: shink 1s infinite;
    /* border-radius: 10px; */
}

.about_img .about_img2 {
    animation: shink 1s infinite;
    position: absolute;
    bottom: -7rem;
    object-fit: cover;
    right: 2rem;
    z-index: 2;
    width: 350px;
    height: 350px;
    object-position: left;
}

.about_wrapper {
    padding-bottom: 170px;
}



/* popular_wrapper */
.popular_wrapper {
    /* background-image: url('../images/categories.jpg'); */
    /* background-size: cover; */
    background-repeat: repeat;
    background-position: top left;
    background-size: auto, cover;
}

.popular_img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.popular_content {
    padding: 1rem;
    background-color: whitesmoke;
    text-align: center;
}

.popular_content h3 {
    font-size: 18px;
    color: var(--black-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.popular_content p {
    color: var(--main-color);
    font-weight: 700;
    font-size: 18px;
    margin-top: 5px;
}

/* advantage_box */
.advantage_box {
    background-color: #f2f3f9;
    border-radius: 8px;
    transition: 750ms ease-in-out;
    padding: 0 28px 45px;
    margin-top: 50px;
    min-height: 270px;
    box-shadow: 0px 0px 2px 0px rgb(123, 5, 226);
    border-bottom: 5px solid rgb(123 5 226 / 53%) !important;
}

.advantage-icon {
    position: relative;
    top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    background: linear-gradient(-45deg, #7602e2d7, #ec255a);
}

.advantage-icon::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: linear-gradient(-45deg, #d11043d8, #841ae6e4);
    opacity: 0;
    border-radius: 100%;
    transition: 750ms ease-in-out;
}

.advantage_box:hover .advantage-icon::after {
    opacity: 1;
}

.advantage_box:hover .advantage-icon i {
    z-index: 2;
}

.advantage-icon i {
    font-size: 44px;
    z-index: 2;
}

.advantage-content {
    margin-top: 30px;
    text-align: center;
}

.advantage-content h3 {
    font-size: 24px;
}

.advantage-content p {
    margin-top: 22px;
    color: #838386;
}

/* categories_wrapper */
.categories_wrapper {
     background-color: whitesmoke; 
}
.popular_wrapper .global_wrapper{
     background-color: whitesmoke; 
    
}
.custom_background{
    
     background-color: whitesmoke; 
}

.categories_box {
    position: relative;
}

.categories_box span {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--main-color);
    color: var(--white-color);
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0 10px;
}

.categories_box,
.popular_box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.popular_img {
    overflow: hidden;
}

.categories_box:hover img,
.popular_box:hover img {
    transform: scale(1.1);
    opacity: .8;
    transition: .8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.categories_box__img img {
    transition: .8s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
}

.categories_box__img:hover img {
    opacity: .8;
    transition: .3s ease-in;
}

.categories_box__content {
    background: white;
}

.categories_box {
    /* box-shadow: 0 0 0.1875rem rgba(0, 0, 0.5); */
    overflow: hidden;
    cursor: pointer;
}

.categories_box__img {
    position: relative;
    overflow: hidden;
}

.categories_box__content h3 {
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
    text-transform: capitalize;
    color: var(--black-color);
}

.add-cart {
    position: absolute;
    bottom: -20%;
    left: 0;
    background-color: var(--black-color);
    text-align: center;
    width: 100%;
    padding: 7px 0;
    color: var(--white-color);
    transition: .3s ease-in;
}

.add-cart p {
    text-transform: capitalize;
    transition: .3s ease-in;
}

.categories_box:hover .add-cart {
    bottom: 0;
    transition: .3s ease-in;
}

/* consulation_wrapper */
.consulation_wrapper {
    background-image: linear-gradient(to right, #030a6e 20%, #3a4ed5);
}

.consulation_wrapper__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.consulation-content h3 {
    color: #95ffe0;
    font-size: 48px;
}

.consulation-content p {
    font-size: 24px;
    color: var(--white-color);
}

.learn-btn a {
    color: #fff;
    background-color: transparent;
    border-color: #ededed;
    font-size: 18px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-width: 210px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 2px solid;
    border-radius: 35px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: .25s all ease;
    padding: 14px 38px;
}

.learn-btn a:hover {
    background-color: var(--white-color);
    color: var(--main-color);
}

.blog_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.blog_box:hover img {
    opacity: .7;
    transition: .3s ease-in;
}

.blog-content {
    padding: 1rem 1rem 2rem 1rem;
    background-color: whitesmoke;
    border-radius: 0 0 15px 15px;
}

.blog-content span {
    background-color: var(--main-color);
    padding: 5px 24px;
    border-radius: 50px;
    text-transform: capitalize;
    color: var(--white-color);
}

.blog-content h3 {
    margin-top: 1rem;
    font-size: 24px;
}

.blog-content p {
    margin-top: 7px;
}

.continue {
    margin-top: 1.2rem;
}



.blog_box.slick-slide {
    margin: 0 14px;
}

.blog_slider .slick-dots {
    line-height: 0;
    bottom: -3rem;
}

.blog_slider li {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: #ddd;
}

.blog_slider li.slick-active {
    background-color: var(--main-color);
    transition: .3s ease-in;
}

.slick-dots li button:before {
    display: none !important;
}

.menu-icon {
    display: none;
}

.menu-icon i {
    font-size: 28px;
    cursor: pointer;
    color: #b33e6c;
}


/* banner-icon */

.banner-icon {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.banner-icon-content h6 {
    font-size: 21px;
    font-weight: 600;
}


.banner-icon-content p {
    color: #08397A;
    font-weight: 500;
}

.banner-icon-content1 h6 {
    color: #08397A;
}

.banner-icon-content2 h6 {
    color: #FF3131;
}

.banner-icon-content3 h6 {
    color: #545454;
}

.banner-icon-content4 h6 {
    color: #545454;
}

.banner-icon-img img {
    width: 130px;
   border-radius: 50%;
}

/* box-wrapper */
.box-wrapper {
    background-color: var(--white-color);
}

.box-wrapper-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    gap: 5px;
}

.box-wrapper-img img {
    width: 90px;
    animation: shink 1s infinite;
}

.box-wrapper-parra h6 {
    font-size: 20px;
    /* max-width: 150px; */
    text-transform: uppercase;
    font-weight: 600;
    color: var(--main-color);
    margin-top: 10px;
}

/* mobile_nav */
.mobile_nav {
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    transition: .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mobile_nav.active {
    right: 0;
    transition: .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mobile_nav__content {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--white-color);
    height: 100%;
    width: 60%;
}

.mobile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 1rem;
}

.cancel-menu i {
    font-size: 25px;
    cursor: pointer;
    background-color: #ddd;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile_menu {
    overflow-y: scroll;
    height: 90%;
    padding-bottom: 2rem;
}

.mobile_menu .mobile_menu__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: scroll;
    height: 100%;
    padding: 1rem !important;
}

.mobile_menu ul li a {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color);
    display: flex;
    gap: 10px;
    align-items: center;
}

.mobile_menu ul li a i {
    color: var(--main-color);
    font-size: 26px;
    transform: rotate(-90deg);
    transition: .3s ease-in;
}


.categories-menu-list {
    height: 0;
    overflow: hidden;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: .3s ease-in;
}

.categories-menu.active .categories-menu-list {
    height: auto;
    padding: 1rem 0 !important;
    transition: .3s ease-in;
}

.categories-menu.active i {
    transform: rotate(0deg);
    transition: .3s ease-in;
}

.banner_content__right {
    background-color: var(--white-color);
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.banner_content__right .form_wrapper {
    border: 0;
    border-radius: 0;
}

/* flag_wrapper */
.flag_wrapper {
    padding: 40px 0;
}

.flag_slider {
    cursor: grab;
}

.flag_slider__box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.flag_slider__box img {
    width: 130px;
    aspect-ratio: 3/2;
    object-fit: contain;
}




.cutom_dropdown {
    background: #faeef3 !important;
    border: none !important;
    color: black !important;
}



/* The Overlay (background) */
.nav-overlay-class {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1201;
    left: -100%;
    top: 0;
    transition: .43s cubic-bezier(0.3075, 0.82, 0.165, 1);
    background-color: rgba(0, 0, 0, .6);
    backdrop-filter: blur(3px);
}

.nav-overlay-class.show {
    left: 0;
    transition: .43s cubic-bezier(0.3075, 0.82, 0.165, 1);
}

.categories-list {
    position: absolute;
    left: 0;
    height: 100%;
    width: 20%;
    background: #fff;
    overflow-y: scroll;
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

/* Position the content inside the overlay */
.nav-content-class {
    margin-top: 1rem;
}

.categories-list-heading h6 {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
    font-size: 25px;
    color: var(--main-color);
    font-weight: 600;
}

.categories-list-container {
    padding: 1rem;
}

.categories-list-container .nav-link {
    border: none !important;
    padding: 0px;
    font-size: 16px !important;
}

/* The navigation links inside the overlay */
.nav-overlay-class a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.nav-overlay-class a:hover,
.nav-overlay-class a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.close-button-class {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}



/* ************ Responsive css *********** */
@media(max-width:1200px) {
    .categories-list {
        width: 30%;
    }

    .consulation_wrapper__content {
        flex-direction: column;
        justify-content: center;
    }

    .banner-icon {
        margin-bottom: 2rem;
    }

    .myNav {
        padding: 0 1rem;
    }

    .menu ul {
        gap: 2rem;
    }

    .popular_box,
    .categories_box,
    .advantage_box {
        margin-bottom: 2rem;
    }

    .about_content {
        padding-left: 0;
    }

    .about_content h3 {
        font-size: 28px;
    }

    .about_content h6 {
        font-size: 18px;
    }

    .about_content p {
        font-size: 16px;
    }
}

@media(max-width:992px) {
    .categories-list {
        width: 50% !important;
    }

    .box-wrapper-content {
        margin-bottom: 2rem;
    }

    .box-wrapper {
        padding: 80px 0 60px 0;
    }

    .banner-icon-wrapper {
        padding: 80px 0 0 0 !important;
    }

    .myNav.sticky {
        padding: 10px 1rem;
    }

    .banner_content__left {
        padding-left: 0;
    }

    .topNav-right {
        display: none;
    }

    .myNav {
        display: flex;
        justify-content: space-between;
    }

    .logo img {
        width: 150px;
    }

    .banner_content {
        padding: 150px 0;
    }

    .form_wrapper {
        border-radius: 0;
    }

    .about_content {
        margin-top: 1rem;
    }

    .consulation-content h3 {
        text-align: center;
        font-size: 34px;
    }

    .consulation-content p {
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
    }

    .categories-link ul {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .menu ul li {
        display: none;
    }

    .myNav {
        padding: 10px 1rem;
    }

    .logo {
        padding: 0;
    }

    .about_img .about_img2 {
        display: none;
    }

    .about_img .about_img1 {
        width: 100%;
        height: 350px;
        object-position: bottom;
    }

    .book-now {
        display: flex;
        gap: 2rem;
        align-items: center;
    }

    .topNav {
        display: none;
    }

    .banner_content__left {
        align-items: center;
        text-align: center;
    }

    .banner_content__left h1 {
        font-size: 40px;
    }

    .about_wrapper {
        padding-bottom: 80px;
    }
}

@media(max-width:768px) {
    .categories-list-heading h6 {
        font-size: 20px;
    }

    .categories-list {
        width: 80% !important;
    }

    .box-wrapper-parra h6 {
        font-size: 17px;
    }

    .box-wrapper-img img {
        width: 60px;
    }

    .banner-icon-img img {
        width: 60px;
    }

    .banner-icon-wrapper {
        padding: 50px 0 0 0 !important;
    }

    .banner-icon-content h6 {
        font-size: 17px;
    }

    .bag span {
        top: -10px;
        right: -10px;
        height: 17px;
        width: 17px;
        font-size: 10px;
    }

    .home-main {
        /*background-image: url('../images/222.jpg');*/
    }

    .about_wrapper {
        padding-bottom: 50px;
    }

    .mobile_nav__content {
        width: 100%;
    }

    .form_wrapper {
        padding: 1rem;
    }

    .form_wrapper h3 {
        font-size: 22px;
    }

    .form_wrapper p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 5px;
        color: #434343;
    }

    .consulation-content h3 {
        font-size: 18px;
    }

    .consulation-content p {
        font-size: 16px;
    }

    .learn-btn a {
        font-size: 15px;
        padding: 10px 25px;
    }

    .about_content h6,
    .about_content p {
        margin-top: 7px;
    }

    .about_content h3 {
        font-size: 24px;
    }

    .about_content h6 {
        line-height: 25px;
        font-size: 17px;
    }

    .global_content {
        margin-top: 2rem;
    }

    .global_wrapper {
        padding: 50px 0;
    }

    .banner_content {
        padding: 100px 0;
    }

    .banner_content__left h1 {
        font-size: 24px;
    }

    .banner_content__left {
        background: #ffffff52;
        backdrop-filter: blur(3px);
        border-radius: 10px;
        padding: 1rem;
    }

    .banner_content {
        background-position: center;
    }

    .banner_content__left p {
        font-size: 15px;
    }

    .popular_img img,
    .categories_box__img img {
        height: 220px;
    }

    .categories_box__content h3 {
        font-size: 17px;
    }

    .main_heading h1 {
        font-size: 28px;
    }

    .main_heading p {
        font-size: 18px;
    }

    .book-now {
        gap: 1rem;
    }

    .logo img {
        width: 110px;
    }

    .blog-content h3 {
        font-size: 20px;
    }

    .blog-content p {
        font-size: 15px;
        margin-top: 2px;
    }

    .blog_box.slick-slide {
        margin: 0 2px;
    }

    .blog_slider li {
        height: 16px;
        width: 16px;
    }

    .blog_slider .slick-dots {
        bottom: -2.5rem;
    }

    .advantage-icon {
        height: 60px;
        width: 60px;
        top: -35px;
    }

    .categories_box {
        box-shadow: none;
    }

    .popular_box,
    .categories_box,
    .advantage_box {
        margin-bottom: 1rem;
    }

    .advantage-content h3 {
        font-size: 20px;
    }

    .advantage-content p {
        margin-top: 5px;
        font-size: 14px;
    }

    .advantage-icon i {
        font-size: 32px;
    }

    .advantage_box {
        min-height: auto;
    }
}

@media(max-width:576px) {
    .box-wrapper-parra h6 {
        font-size: 15px;
    }

    .categories_box__content h3,
    .popular_content h3 {
        font-size: 15px;
    }

    .popular_content {
        padding: 10px;
    }

    .flag_slider__box img {
        width: 180px;
    }
}

/*.home_banner_content p{*/
/*    font-size: 4rem;*/
/*    line-height: 67px;*/
/*    font-weight: 500;*/
/*    color: white;*/
/*    padding: 234px 74px;*/
/*}*/




/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .nav-overlay-class a {
        font-size: 20px
    }

    .close-button-class {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
    
    .logo_text a {
    color: #b33e6c;
    font-size: 1.4rem;
    font-weight: 800;
     letter-spacing: 1!important; 
}
.ecom-icons i {
    font-size: 23px;
    cursor: pointer;
    color: #b33e6c;
}


.ecom-icons {
    display: flex
;
    gap: .5rem;
    align-items: center;
}


}

.nav-content-class .categories_header .nav-tabs .nav-link {
    color: white !important;
}