* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Artifika&family=Bebas+Neue&family=Courgette&family=DM+Sans:wght@400;500;700&family=Fira+Sans:wght@400;500;700&family=Grenze:wght@400;500;600&family=Inclusive+Sans&family=Inria+Sans:wght@400;700&family=Inter:wght@400;600;700&family=Josefin+Slab:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700&family=Noto+Sans:wght@500;600&family=Nunito:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&family=Poppins:ital,wght@0,400;0,500;0,600;1,500&family=Roboto+Condensed:wght@700&family=Roboto:wght@300;400;500;700&display=swap');

body {
    font-family: 'Nunito', sans-serif !important;
}

a {
    text-decoration: none !important;
    font-weight: 500 !important;
}

h1 {
    font-family: "Galada",cursive !important;
}

h2 {
    font-family: 'Nova Square', sans-serif !important;
    font-size: 40px !important;
}

:root {
    --pramiry-color: #EAE0AF;
    --btn-color: #E5D283;
    --bg-color: #3C3C3B;
}

/* sticky navbar */
.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999 !important;
    padding: 0;
    box-shadow: 0px 0px 5px gainsboro;
    width: 100%;
    animation-name: example;
    animation-duration: 1s;
    transition: top 500ms ease-in;
    box-shadow: 0px 0px 5px gainsboro;
    border: none !important;
}

@keyframes example {
    0% {
        top: -100px;
    }

    100% {
        top: 0px;
    }
}

.navbar {
    /* background: url('../images/nav-bg.png') center no-repeat; */
    background-size: cover;
    border-bottom: 1px solid #000;
    background-color: #444444;
}

.navbar .navbar-brand img {
    height: 100px;
    margin-left: 100px !important;
}

.navbar .nav-item {
    padding-right: 10px;
}

.navbar .nav-item a {
    color: #e5b822 !important;
    font-weight: bold;
    position: relative;
    width: max-content !important;
}

.navbar .nav-item a::before {
    content: '';
    position: absolute;
    background-color: #e5b822;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.navbar .nav-item a:hover::before {
    transform: scaleX(100%);
}



/* ========= popup model ========= */
.modal-body {
    padding: 30px !important;
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.modal-body .btn-close {
    color: #fff !important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}

.modal-form .form-group .submit_btn {
    background-color: #9B7C45;
    padding: 10px 20px;
    color: #fff;
    width: 100%;
    border: none;
}

.navbar .enquiry_Btn {
    background-color: var(--btn-color) !important;
    padding: 15px 25px;
    color: #000;
    border-radius: 30px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
    border: none;
}

.navbar .enquiry_Btn:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    background-color: #000 !important;
    color: var(--btn-color);
}

.swiper {
    width: 100%;
    height: 80vh;
}

.banner_1 {
    background: url('../images/main-banner1.jpg') center no-repeat;
    width: 100%;
    height: 80vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #16161683 !important;
}

.banner_2 {
    background: url('../images/main-banner2.jpg') center no-repeat;
    width: 100%;
    height: 80vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #16161683 !important;
}

.banner_3 {
    background: url('../images/main-banner1.jpg') center no-repeat;
    width: 100%;
    height: 80vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #16161683 !important;
}

.banner-title {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 40% !important;
    margin-top: 25px;
    height: 60vh;
}

.banner-title h1 {
    font-family: 'Nova Square', sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
}

.banner-title p {
    font-size: 18px;
    color: #fff;
}


.banner-title h1 span {
    font-family: 'Nova Square', sans-serif;
    font-size: 25px;
    /* color: #9B7C45; */
    color: #fff;
}

.banner-title .learn_more_btn {
    background-color: var(--btn-color);
    padding: 15px 25px;
    color: #000;
    border-radius: 30px;
    transition: all 0.3s ease-in;
}

.banner-title .learn_more_btn:hover {
    background-color: #444444;
    border: none;
    color: #fff;
}

.swiper-pagination {
    color: #ffff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    width: 10px !important;
    height: 10px !important;
    font-size: 22px !important;
    font-weight: 600;
    color: #000000;
    border: 2px solid #000000;
    padding: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.about_img {
    width: 70%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    overflow: hidden;
}

.about_img img {
    width: 100%;
}

.about_img h5 {
    background-color: var(--bg-color);
    padding: 10px;
    display: inline-block;
    color: var(--pramiry-color);
    margin-bottom: 0 !important;
    width: 100%;
}

.img-title {
    display: flex;
    justify-content: end;
    align-items: start;
}

.about-btn .learn_more_btn {
    background-color: var(--btn-color);
    padding: 15px 25px;
    color: #000;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}

.about-btn .learn_more_btn:hover {
    background-color: #444444 !important;
    color: #fff;
}

.sec_bg1 {
    background: url('../images/sec-bg1.png') center no-repeat;
    width: 100%;
    background-size: cover;
}

.items {
    padding: 30px;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}

.items .items-icons p {
    text-align: center;
    padding-top: 15px;
}

#pills-tab {
    margin-top: 15px;
    display: flex;
    align-items: center !important;
    justify-content: center;
    gap: 100px;
}

#pills-tab .nav-item .nav-link {
    color: #000 !important;
}

#pills-tab .nav-item .nav-link img {
    height: 30px !important;
    padding-right: 8px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: var(--btn-color) !important;
    border-radius: 30px;
}

#pills-tab .nav nav .nav-item {
    width: 100%;
    margin: 0 auto;
}

.tab-content-img {
    position: relative !important;
    overflow: hidden !important;
}

.tab-content-img img {
    border-radius: 10px;
    margin-top: 30px;

}

.tab-content-img h5 {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999 !important;
    background-color: var(--bg-color);
    padding: 10px;
    font-size: 16px;
    color: #fff;
}

#wrapper-img {
    display: none !important;
}

.sec_bg2 {
    background: url('../images/sec-bg2.png') center no-repeat;
    width: 100%;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #0000005b;
}

.product-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec_bg3 {
    background: url('../images/sec-bg3.png') center no-repeat;
    width: 100%;
    background-size: cover;
}

.owl-carousel .item .veg-carousel-img img {
    border-radius: 10px !important;
    position: relative
}

.owl-carousel .item .veg-carousel-img .carsouel_text {
    position: absolute;
    z-index: 9999999 !important;
    background-color: #3c3c3ba1;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-size: 18px;

}

.owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 50px;
    position: absolute;
    top: 35%;
    align-items: center;
    border-radius: 50%;
    display: block !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0;
    font-size: 25px;
    font-weight: 700;
    background: #000 !important;
    color: #ffffff !important;
}

.owl-carousel .owl-prev {
    left: 80px;
}


.owl-carousel .owl-next {
    right: 80px;
}

.testimonial-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.testimonial-img img {
    height: 80px;
}

.owl-carousel .owl-item img {
    width: auto !important;
    /* margin: 0 auto !important; */
}

.testimonial_content p {
    width: 60%;
    margin: 0 auto;
    padding-top: 15px;
}

.testimonial_content p span i {
    font-size: 25px;
    color: #000000ad;
}

.footer_bg {
    background-color: var(--pramiry-color);
}

.footer_content .footer_logo img {
    height: 80px;
}

.footer_content h5 {
    font-family: 'Nova Square', sans-serif !important;
}

.footer_content ul {
    padding: 0 !important;
}

.footer_content ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer_content ul li a {
    color: #000 !important;
}

.footer_content ul li a:hover {
    color: #9B7C45 !important;
}

.newsletter-form .form-group {
    position: relative;
}


.newsletter-form input {
    border-radius: 30px;
    padding: 10px;
    position: relative;
}

.form-group .submit-btn {
    background-color: #000;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: -45px;
}

.footer_contact .footer_wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
    padding: 0 !important;
}

.footer_contact .footer_wrapper li span {
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin-top: 30px;
    margin-right: 10px;
}

.footer_contact .footer_wrapper li span i {
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.footer_content .footer-mail {
    width: 90%;
    margin: 0 auto;
}

.footer_contact .footer_wrapper li span:hover {
    background-color: #9B7C45;
}

.contact__list ul {
    list-style: none;
    padding: 0 !important;
    margin-top: 25px;
}

.contact__list ul li {
    margin-bottom: 15px;
    border-radius: 30px;
    display: flex;
    background-color: #fff;
    padding: 10px;
    width: 80%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #817e7e93;
}

.contact__list ul li i {
    font-size: 20px;
    vertical-align: middle;
    background-color: #9B7C45;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-right: 15px;
    display: inline;
}

.contact__list ul li a {
    color: #000;
}

.copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.copy_right a {
    color: #000;
}

/* ================== inside pages ===================== */
#about__bg .swiper {
    width: 100%;
    height: 80vh;
}

.about-slider1 {
    background: url('../images/about-slider1.jpg') center no-repeat;
    width: 100%;
    height: 85vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #16161683 !important;
}

.about-slider2 {
    background: url('../images/about-slider2.jpg') top no-repeat;
    width: 100%;
    height: 85vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #16161683 !important;
}

.about-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    height: 80vh;
}

.about-subtitle li {
    display: inline-block;
    padding-right: 10px;
}

.about-bg {
    background: url('../images/inner-page/about-bg.jpg')center no-repeat;
    width: 100%;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #00000069 !important;
    color: #fff;
}

.about-slider2 .banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    margin-top: 0;
    margin: 0 !important;
}

.about-banner .banner-title h1 {
    color: #fff;
}

.product-banner {
    background: url('../images/product-banner.jpg') top no-repeat;
    width: 100%;
    height: 80vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #16161683 !important;
}

.product-banner .banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    color: #000000 !important;
    margin-top: 0;
    margin: 0 !important;
}

.product-banner .banner-title h1 {
    color: #fff !important;
}

.import-banner {
    background: url('../images/import-banner.jpg') center no-repeat;
    width: 100%;
    height: 80vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #16161683 !important;
}

.import-banner .banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    color: #000000 !important;
    margin-top: 0;
    margin: 0 !important;
}

.import-banner .banner-title h1 {
    color: #fff !important;
}

.export-banner {
    background: url('../images/Export-Banner.jpg') center no-repeat;
    width: 100%;
    height: 80vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #16161683 !important;
}

.export-banner .banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    color: #000000 !important;
    margin-top: 0;
    margin: 0 !important;
}

.export-banner .banner-title h1 {
    color: #fff !important;
}

.about_wrapper {
    text-align: end;
}

.about_wrapper img {
    height: 400px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.export-title h2 {
    position: relative !important;
}

.export-title h2::after {
    content: '';
    position: absolute;
    background: #35ba52;
    width: 10%;
    height: 3px;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.export_card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    border-radius: 8px;
    background-color: #e5d183ad;
    margin-top: 30px;
    position: relative;
    min-height: 220px;
    padding: 10px 8px 0 8px;
    transition: all 0.3s ease-in-out;
}

.export_card:hover,
.card_title:hover,
.card_img img:hover {
    transform: scale(1.05);
    /* Add a smooth transition for the scaling effect */
}

.export_card .card_title {
    position: absolute;
    padding: 5px;
    bottom: 0px;
    background-color: #fff !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 80%;
    margin: auto;
    border-radius: 5px;
    /* font-weight: bold; */
    /* color:#E5D283; */
    left: 0;
    right: 0;
}

.contact-banner {
    background: url('../images/contact-banner.jpg') center no-repeat;
    width: 100%;
    height: 80vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #16161683 !important;
    ;
}

.contact-banner .banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    color: #ffffff !important;
    margin-top: 0;
    margin: 0 !important;
}

.contact-banner .banner-title h1 {
    color: #ffffff !important;
}

.contact-form {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    border-radius: 8px;
    width: 90%;
}

.contact-form .submit_btn {
    background-color: var(--btn-color);
    padding: 10px 25px;
    border: none;
}

.contact-form .form-title {
    padding-bottom: 15px;
}

.contact-form .form-group .form-control {
    background-color: #c8c7ff3a;
    font-weight: bold;
}

.product__card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}


.product__card img {
    border-radius: 10px;
}

.product__content .product__title {
    position: absolute;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    width: 80%;
    left: 0;
    right: 0;
    bottom: -40px;
    margin-inline: auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 0.3s ease-in-out;
    /* text-wrap: nowrap; */
}

.product__card:hover .product__title {
    transform: translateY(-40px);
    background-color: #9B7C45;
    color: #fff;
}

.logistic-banner1 {
    background: url('../images/Logistics-Banner-Slide1.jpg') center no-repeat;
    width: 100%;
    height: 80vh !important;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #16161683 !important;
    /* background-position: top right; */
}

.logistic-banner2 {
    background: url('../images/logistics-Banner-Slide2.jpg') center no-repeat;
    width: 100%;
    height: 80vh;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px #16161683 !important;
}

.logistic-banner .banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    margin-top: 0;
    margin: 0 !important;
}

.logistic-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    color: #fff;
}

.logistic-banner .banner-title h1 {
    color: #ffffff !important;
}