.topNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.global_service__content ul ul li {
    list-style: disc !important;
}

nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: transparent;
}

.myNav.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #3B1C0A;
}

.header_btn a {
    background-color: #818181;
    color: var(--white-color);
    font-weight: 600;
}

.topNav {
    padding: 10px 4rem;
}

.topNav_left a {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 3px;
}

.topNav_left a:hover {
    color: whitesmoke;
}

.topNav_left {
    display: flex;
    gap: 1rem;
}

.topNav_right {
    display: flex;
    gap: 12px;
    align-items: center;
}

.topNav_right a {
    color: var(--white-color);
    font-size: 18px;
}

.topNav_right a:hover {
    color: whitesmoke;
}

.myNav {
    padding: 16px 4rem;
    background-color: transparent;
}

.myNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu ul {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.menu ul li a {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    color: #c1c1c1;
}

.menu ul li a:hover {
    color: var(--main-color);
}

.dropdown_menu {
    position: relative;
}

.dropdown_menu__list {
    position: absolute;
    left: 0;
    top: 30px;
    width: 240px;
    z-index: 99;
    border: 1px solid #ccc;
    background-color: var(--white-color);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease-in all;
}

.dropdown_menu:hover .dropdown_menu__list {
    transition: .3s ease-in all;
    visibility: visible;
    opacity: 1;
}

.dropdown_menu__list a:last-child {
    border-bottom: 0;
}

.dropdown_menu__list a {
    padding: 8px 12px;
    border-bottom: 1px solid #ccc;
    color: var(--black-color) !important;
    display: block;
    font-size: 16px !important;
}

.dropdown_menu__list a:hover {
    background-color: var(--main-color);
    color: var(--white-color) !important;
}

.logo img {
    width: 180px;
}


/* banner_box */
.banner_wrapper {
    position: relative;
}

.banner_box {
    position: absolute;
    top: 64%;
    left: 10%;
    width: auto;
    transform: translateY(-50%);

}

.banner_video {
    position: relative;
}

.banner_video::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .75);
    width: 100%;
    height: 99%;
}

.banner_video video {
    width: 100%;
    object-fit: cover;
}

.banner_content {
    display: flex;
    flex-direction: column;
    color: var(--white-color);
}

.banner_content h1 {
    font-size: 154px;
    font-weight: 400;
    text-transform: capitalize;
    /* font-family: "Arizonia", serif; */

    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    /*max-width: 1408px;*/
    /*margin: 0 auto;*/
}

.banner_content h2 {
    font-size: 45px;
    /* margin-top: 2rem; */
}

.banner_content p {
    margin-top: 1rem !important;
    font-size: 30px;
    color: var(--white-color);
}

.myBtn {
    margin-top: 2rem;
}


.dorpdown_list {
    height: 0;
    overflow: hidden;
}

.dropList.active .dorpdown_list {
    height: auto;
    padding-left: 1rem !important;
}

.dropList_btn {
    display: flex !important;
    gap: 5px;
    align-items: center;
}

/* about */
.global_wrapper {
    padding: 80px 0;
}

.global_content {
    margin-top: 3rem;
}

.about_img {
    height: auto !important;

}

.about_img,
.about_right,
.subscribe_wrapper__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.about_video video {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.about_right span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
    letter-spacing: 1px;
}

.about_right h2 {
    font-size: 42px;
    font-weight: 700;
    /*margin-top: 10px;*/
    color: var(--black-color);
}

.bg_color h2,
.bg_color p {
    color: var(--black-color) !important;
}

.about_right p {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 30px;
    color: var(--black-color);
}

.bg_color {
    background-color: #cbc9ca;
}

.vegtable_img {
    position: relative;
    overflow: hidden;
}

.vegtable_img__pic img {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 200px;
    transform: translate(-50%, -50%);
    /* For centering */
    animation: updown 2s infinite;
}

@keyframes updown {
    0% {
        transform: translate(-50%, -40%);
    }

    50% {
        transform: translate(-50%, -50%);
    }

    100% {
        transform: translate(-50%, -40%);
    }
}


.vegtable_img__pic-two img {
    position: absolute;
    top: 50%;
    right: 1%;
    width: auto;
    transform: translate(-50%, -50%);
    /* For centering */
    animation: updown 2s infinite;
}

/* subscribe_wrapper */
.subscribe_wrapper {
    /* background-color: var(--main-color); */
    background-color: #cbc9ca;
}

.subscribe_img img {
    width: 100%;
    object-fit: cover;
    animation: hill 1.5s infinite;
}

@keyframes hill {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
    }
}

@keyframes down {
    0% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(20px);
    }
}

.subscribe_img {
    display: flex;
    justify-content: end;
    align-items: end;
}

.subscribe_wrapper__left h3 {
    font-size: 42px;
    font-weight: 600;
    color: var(--black-color);
}

.subscribe_wrapper__left p {
    margin-top: 1rem;
    color: var(--black-color);
}

.subscribe_btn a {
    border-radius: 22px;
    background-color: #cbc9ca;
    border: 1px solid var(--black-color) !important;
    max-width: max-content;
}

/* tuckshop_large__img */
.tuckshop_large__img img {
    width: 100%;
}

.tuckshop_large__img {
    perspective: 1000px;
    /* Creates a 3D perspective for the child element */
    display: inline-block;
    /* Ensures the container wraps around the image */
}

.tuckshop_large__img img {
    transition: transform 0.15s ease, box-shadow 0.5s ease;
    /* Smooth rotation and shadow effect */
    transform-origin: center;
    /* Set the rotation axis at the center */
}

.tuckshop_large__img img:hover {
    transform: rotateX(10deg) rotateY(15deg);
}

.tuckshop_large__img {
    position: relative;
}

.tuckshop_parra {
    position: absolute;
    left: 52%;
    top: 53%;
    width: 50%;
    transform: translate(-50%, -50%);
    max-width: 30%;
    text-align: center;
}

.tuckshop_parra h3 {
    font-weight: 600;
    color: var(--black-color);
    font-size: 36px;
}

.tuckshop_parra p {
    max-width: 360px;
    margin: 0 auto;
    margin-top: 12px !important;
}

/* featured_wrapper */
.featured_wrapper {
    border-top: 1px solid #ccc;
    background-color: #cbc9ca;
}

.main_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main_heading h3 {
    font-size: 42px;
    font-weight: 600;
    /* color: var(--main-color); */
    color: var(--black-color);
}

.main_heading p {
    font-size: 18px;
    margin-top: 10px !important;
    color: var(--black-color);
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}

.featured_img img {
    width: 760px;
    object-fit: contain;
}

.featured_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured_parra p {
    max-width: 890px;
    margin: 0 auto;
    text-align: center;
    margin-top: 1rem !important;
    font-size: 16px;
    line-height: 27px;
    color: var(--white-color);
}

.featured_parra span {
    display: block;
    text-align: center;
    margin-top: 1rem;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

/* testimonial_box */
.testimonial_wrapper {
    background-color: #CBC9CA;
}

.testimonial_box {
    background-color: var(--white-color);
    margin-right: 10px;
    padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
}

.testimonial_box__img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_box__img img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
}

.testimonial_box__content p {
    font-size: 16px;
    line-height: 26px;
    color: #434343;
    margin: 1rem 0 !important;
}

.testimonial_box__content span {
    font-weight: 700;
    text-transform: capitalize;
    font-style: italic;
}

.testimonial_slider .slick-dots {
    bottom: -3rem;
    line-height: 0;
}

.slick-dots li button:before {
    display: none !important;
}

.testimonial_slider .slick-dots li {
    background-color: #000;
    border-radius: 4px;
}

.testimonial_slider .slick-dots li.slick-active {
    background-color: var(--main-color);
    transition: .3s ease-in;
}



/* contact_input */
.contact_input input,
.contact_input textarea {
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    padding: 10px;
    outline: none;
    border-radius: 3px;
}

.contact_box h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 1rem !important;
    color: var(--black-color);
}

.contact_box {
    background-color: #f9f9f9;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

.contact_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.contact_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}



.newslatter h3 {
    text-align: center;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--white-color);
    letter-spacing: 1px;
}

.newslatter_input {
    max-width: 600px;
    margin-top: 1rem !important;
    margin: 0 auto;
    position: relative;
}

.newslatter_input input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
}

.newslatter_input button {
    background-color: var(--main-color);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    color: var(--white-color);
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}




.mob_img {
    display: none;
}

.mobile_menu {
    display: none;
}

.mobile_menu {
    border: none;
    outline: none;
    background-color: transparent;
}

.mobile_menu .lines::after {
    display: inline-block;
    width: 25px;
    height: 1.5px;
    background: #fff;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: "";
    -webkit-transform-origin: 2.5px center;
    -ms-transform-origin: 2.5px center;
    transform-origin: 2.5px center;
    top: -9px;
    /* transition: top 0.3s 0.6s ease, transform 0.3s ease; */
}

.mobile_menu .lines::before {
    display: inline-block;
    width: 25px;
    height: 1.5px;
    background: #fff;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: "";
    -webkit-transform-origin: 2.5px center;
    -ms-transform-origin: 2.5px center;
    transform-origin: 2.5px center;
    top: 9px;
    /* transition: top 0.3s 0.6s ease, transform 0.3s ease; */
}


.mobile_menu .lines {
    display: inline-block;
    width: 25px;
    height: 1.5px;
    background: #fff;
    transition: 0.3s;
    position: relative;
    /* -webkit-transition: background 0.3s 0s ease; */
    transition: background 0.3s 0.5s ease;
}

.myNav.active .mobile_menu .lines::after {
    transform-origin: 50% 50%;
    transition: top 0.3s ease, transform 0.3s 0.5s ease;
    top: 0;
    width: 25px;
    transform-style: preserve-3d;
    transform: rotate3d(0, 0, 1, -45deg);
}

.myNav.active .mobile_menu .lines {
    -webkit-transition: background 0.3s 0s ease;
    -ms-transition: background 0.3s 0s ease;
    background: transparent;
}

.myNav.active .mobile_menu .lines::before {

    transition: top 0.3s ease, transform 0.3s 0.5s ease;
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    width: 25px;
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
}




.mobNav {
    position: fixed;
    top: -100%;
    left: 0;
    border-top: 1px solid #ccc;
    width: 100%;
    height: 100%;
    z-index: -9;
    transition: 1.5s ease;
    background-color: var(--white-color);
}

.myNav.active .mobNav {
    top: 0;
    transition: 1.5s ease;
}

.mobNav__content {
    position: absolute;
    left: 0;
    top: 0;
    background: #818181;
    width: 100%;
    height: 100%;
    padding: 7rem 12px;
}


.mobNav__content ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 1rem;
    display: block;
}

.menu_drop a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.menu_drop__list {
    padding-left: 1rem;
    height: 0;
    overflow: hidden;
}

.menu_drop.active .menu_drop__list {
    height: auto;
}


.white_bg {
    /*background-image: url('../images/white_bg.jpg');*/
    background-image: url('../images/newbg.jpg');
    background-size: contain;
    background-repeat: repeat;
}


.whatsapp_btn {
    position: fixed;
    z-index: 999;
    right: 1rem;
    bottom: 2rem;
}

.whatsapp_btn img {
    width: 60px;
}

/* responsive css */

@media(max-width:1550px) {
    .myNav {
        padding: 16px 1rem;
    }

    .menu ul {
        gap: 2rem;
    }
}



@media(max-width:1440px) {
    .logo img {
        width: 150px;
    }

    .banner_content h2 {
        font-size: 36px;
    }

    .banner_box {
        left: 3%;
    }

    .banner_box {
        padding: 170px 0 !important;
    }

    .myNav {
        padding: 24px 1rem;
    }

    .topNav {
        padding: 10px 1rem;
    }



    .vegtable_img__pic,
    .vegtable_img__pic-two {
        display: none;
    }
}

@media(max-width:1200px) {
    .menu ul li a {
        font-size: 16px;
    }

    .menu ul {
        gap: 1rem;
    }

    .banner_content h1 {
        font-size: 82px;
    }

    .banner_content p {
        font-size: 26px;
    }

    .about_right h2,
    .subscribe_wrapper__left h3 {
        font-size: 28px;
    }

    .about_right p {
        font-size: 16px;
        line-height: 27px;
    }

    .vegtable_img__pic,
    .vegtable_img__pic-two {
        display: none;
    }



    .tuckshop_parra h3 {
        font-size: 25px;
    }

    .tuckshop_parra p {
        font-size: 13px;
    }

    .myNav {
        padding: 24px 0;
    }

    .logo img {
        width: 130px;
    }
}

@media(max-width:992px) {
    .banner_video video {
        height: 800px;
        object-fit: cover;
    }

    .about_video video {

        height: auto;
    }

    .myNav {
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        width: 100%;
    }

    .topNav {
        display: none;
    }

    .header_btn {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .mobile_menu {
        display: block;
    }

    .mob_img {
        display: block;
    }

    .desktop_img {
        display: none;
    }

    .tuckshop_parra {
        position: unset;
        left: 0;
        top: 0;
        width: 100%;
        transform: unset;
        max-width: 100%;
        text-align: left;
    }

    .tuckshop_parra p {
        max-width: 100%;
        margin: auto auto;
        font-size: 16px;
    }

    .menu ul {
        display: none;
    }

    .about_img img {
        height: 350px;
    }

    .about_right {
        margin-top: 1rem;
    }

    .contact_box h3 {
        font-size: 22px;
    }

    .contact_box {
        padding: 1rem;
    }

    .contact_input input,
    .contact_input textarea {
        padding: 6px;
        margin-bottom: 10px;
        font-size: 15px;
    }
}

@media(max-width:768px) {

    .whatsapp_btn img {
        width: 40px;
    }

    .banner_content p {
        font-size: 25px;
        padding-right: 12px;
    }

    .banner_content h1 {
        font-size: 50px;
    }

    .whatsapp_btn {
        right: 12px;
    }

    .contact_box {
        margin-top: 1rem;
        border-radius: 5px;
    }

    .about_flex,
    .subscribe_wrapper__flex {
        flex-direction: column-reverse;
    }

    .subscribe_img {
        justify-content: center;
        align-items: center;
        margin-bottom: 0rem;
    }

    .topNav_right {
        display: none;
    }

    .global_wrapper {
        padding: 50px 0;
    }

    .global_content {
        margin-top: 2rem;
    }

    .main_heading h3 {
        font-size: 25px;
        text-align: center;
    }


    .testimonial_box__content p {
        font-size: 14px;
        line-height: 25px;
        margin: 10px 0 !important;
    }

    .testimonial_box__content span {
        font-size: 14px;
    }

    .testimonial_slider .slick-dots {
        bottom: -3rem;
    }

    .testimonial_slider .slick-dots li {
        height: 16px;
        width: 16px;
    }

    .testimonial_box {
        padding: 20px;
    }

    .testimonial_box__img img {
        height: 65px;
        width: 65px;
    }

    .banner_box {
        padding: 0 !important;
    }

    .banner_content h2 {
        font-size: 24px;
        padding-right: 12px;
        margin-top: 1.5rem;
    }

    .banner_video video {
        height: 700px;
    }

    .topNav_left {
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .topNav_left a {
        font-size: 13px;
    }

    .myNav {
        padding: 12px 0;
    }

    .logo img {
        width: 115px;
    }

    .main_heading p {
        font-size: 14px;
    }



    .newslatter h3 {
        font-size: 25px;
    }

    .myBtn {
        margin-top: 1.5rem;
    }
}

@media(max-width:576px) {
    .newslatter h3 {
        font-size: 20px;
    }

    .mobNav__content {
        padding: 7rem 16px;
    }

    .logo img {
        width: 120px;
    }


    .newslatter_input button {
        padding: 0 20px;
    }

    .newslatter_input input {
        padding: 7px;
    }

    .topNav_left a:nth-child(1) {
        display: none;
    }

    .banner_content h1 {
        font-size: 50px;
        line-height: 1.3;
    }

    .banner_content p {
        font-size: 16px;

    }

    .banner_video video {
        height: 525px;
    }

    .about_right h2,
    .subscribe_wrapper__left h3 {
        font-size: 24px;
    }

    .about_right p,
    .about_ul li {
        font-size: 14px !important;
        margin-top: 6px;
        line-height: 23px;
    }

    .about_right span {
        font-size: 15px;
    }


    .about_wrapper {
        padding: 25px 0 50px 0;
    }


}

@media(max-width:450px) {
    .expertise_wrapper__content p:last-child a {
        display: inline-block;
        margin-bottom: 3px;
        padding: 3px 5px !important;
        border-radius: 3px;
    }
}