/* Common Css */
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root {
    --primary-color: #000 !important;
    --secondary-color: #fff !important;
    --text-color: #f8f8f8 !important;
}


body {
    background-color: var(--primary-color);
    color: #fff;
    font-family: "Ubuntu", sans-serif;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: inherit;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #d7b64c;
}

.text-gradient {
    background: linear-gradient(to right, #d7b64c 0%, #fffaea 50%, #d7b64c 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}
.banner-title{
         font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.section-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    position: relative;
    /* padding-left: 25px; */
}

.section-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    background: #d7b64c;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-size: cover;
    display: none;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 60px;
}

/* ====================================== */



/* Header */

.navbar {
    padding: 30px 0;
    /* position: absolute; */
    z-index: 999;
    width: 100%;
}

.navbar-nav {
    background-color: #FFFFFF0F;
    border-radius: 50px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--text-color);
    font-weight: 600;
    padding: 20px;
    font-size: 16px;
    transition: all .4s ease;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #e7b33d;
}

.navbar-toggler {
    border: 0;
    box-shadow: none !important;
    padding: 0;
}

.navbar-toggler span {
    width: 25px;
    height: 3px;
    background: #fff;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbar-toggler span:nth-child(1) {
    width: 16px;
}

.navbar-toggler:hover span:nth-child(1) {
    width: 25px;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    width: 25px;
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -ms-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler span {
    background: yellow;
    background-image: none;
}

.navbar-brand img {
    width: 200px;
    object-fit: contain;
}

.btn-outline-success {
    background: linear-gradient(to right, #d7b64c 0%, #fffaea 50%, #d7b64c 100%);
    background-size: 200% auto;
    transition: all 0.4s ease-in-out;
    color: #163031;
    border-radius: 30px !important;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 35px;
}

.btn-outline-success:hover {
    background-position: right center;
    color: #163031;
    border-color: #e7b33d;
}

.sider-content p {
    font-size: 16px;
    font-weight: 500;
}

.sider-content h2 {
    font-size: 75px;
    font-weight: 700;
}

/* .sider-content h2>span {
    background: linear-gradient(to right, #d7b64c 0%, #fffaea 50%, #d7b64c 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
} */


.btn-outline-success {
    color: #000;
    border-color: #e4b64c;
}

.navbar-expand-lg .navbar-nav {
    padding: 0 15px;
}

.offcanvas {
    background-color: #000000;
}

.offcanvas-start {
    width: 300px;
}

.banner-image-cover img {
    /* height: 500px;
    width: 500px;
    object-fit: cover;
    border-radius: 50% 0; */
}



/* ======================================= */


.banner-cover {
    min-height: 100vh;
    display: flex;
    /* padding-top: 140px; */
}

.banner-image-cover {
    position: relative;
}

.banner-image-cover::before {
    content: "";
    background: #dcc676;
    height: 230px;
    width: 230px;
    border-radius: 50%;
    position: absolute;
    bottom: 65px;
    left: 0;
    z-index: -1;
}

.banner-image-cover::after {
    content: "";
    background: #dcc676;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

.experience-details {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 25px;
    padding: 15px;
    transform: translatey(-50%);
    animation: experiencebox 3s infinite linear alternate;
    overflow: hidden;
}

@keyframes experiencebox {
    50% {
        right: 60px;
    }
}

.experience-details h2 {
    font-size: 35px;
    font-weight: 700;
    color: #e4b644;
}

.experience-details h2>p {
    font-size: 18px;
    margin-left: 10px;
    font-weight: 500;
}

.banner-main {
    /* margin-bottom: 280px; */
}

/* ======================================= */


/* Advertice */


.advertice-cover {
    overflow: hidden;
    width: 100%;
    background: linear-gradient(to right, #d7b64c 0%, #af8500 50%, #d7b64c 100%);
    /* transform: translateY(-20px); */
    padding: 15px 0;
}

.advertice-cover ul {
    --transition-timing: 20s;
    display: flex;
    animation: ticker-left var(--transition-timing) linear infinite;
    width: max-content;
}

.advertice-cover li {
    padding: 0 2rem;
    /* spacing between items */
    font-family: "Playfair Display", serif;
    white-space: nowrap;
}

.advertice-cover li h2 {
    color: #000;
}

@keyframes ticker-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ================================================ */

/* Gallary */

.product-gallary-main .card {
    color: #252a32;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    margin-bottom: 30px !important;
    background-color: transparent;
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}

.card-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}




.productSwiper {
  padding: 30px 0;
}

.swiper-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}


/* ============================================== */

/* Products */

a.Contect-btn {
    border: 1px solid #d7b64c;
    border-radius: 25px;
    display: block;
    width: max-content;
    padding: 5px 15px;
    transition: 0.5s;
}

/* ======================================= */


/* Footer */

.footer {
    background-color: #272727 !important;
    color: #fff;
    padding: 40px 20px 20px;
    font-family: 'Arial', sans-serif;
}

.footer-links a {
    color: #fff;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-links {
    padding: 0;
    margin: 20px 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-links li a {
    color: #fff;
    font-size: 16px;
    transition: color 0.3s;
}

.footer-links li a:hover {
    color: #fff;
}

.footer-social a {
    color: #fff;
    margin: 0 10px;
    font-size: 20px;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #fff;
}

.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid #444;
    padding-top: 15px;
    font-size: 14px;
    color: #000;
}


.product-image {
    width: 100%;
    height: 250px;
}

.product-image img {
    width: 100%;
    height: 100%;
}

/* ============================== */


/*  */


/* Media Query */

@media (max-width: 1399px) {
    .advertice-cover {
        /* transform: translateY(157px);
        margin-bottom: 220px; */
    }
}

@media (max-width: 1199px) {
    .sider-content h2 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .banner-main {
        margin-bottom: 80px;
    }

    .banner-cover {
        height: auto;
        padding-top: 0;
    }

    .navbar-nav {
        background-color: transparent;
        border-radius: 0;
    }

    .navbar-collapse form a {
        margin-left: 30px;
    }

    .banner-image-cover::before {
        display: none !important;
    }

    .banner-image-cover::after {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .experience-details {
        top: 72%;
        animation: none;
    }

    .banner-main {
        margin-bottom: 0;
    }

    .advertice-main.mtb-60 {
        margin-top: 1px;
    }

    .advertice-main.mtb-20 {
        margin-top: 1px;
    }
}

@media (max-width: 575px) {
    .small-order {
        order: 1;
    }

    .product-contents {
        margin-top: 30px;
    }
}


/* ================================================ */


/* Slider Css */

.product-contnt {
    border-radius: 20px;
    margin-bottom: 25px
}

.product-contnt img {
    border-radius: 20px;
    width: 344px;
    height: 229px;
    object-fit: cover;
}

.product-contnt span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute !important;
    bottom: -35px !important;
}

.swiper-pagination-bullet-active {
    background: #d7b64c !important;
}

.swiper-pagination-bullet {
    background: #ecdaa0;
}
/* ================================= */


/* About us */

  .stat-box {
    /* background: #ffffff; */
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(215 182 76);
    text-align: center;
  }
  .stat-title {
    font-size: 16px;
    color: #d7b64c;
  }
  .stat-value {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }


/* =============================================== */


/* Contact us */

form {
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 15px;
    background-color: #c6b86530;
}

.contact-container {
    max-width: 600px;
    margin: 80px auto;
    background: #fff;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
  }
  
  .contact-container h1 {
    margin-bottom: 10px;
    color: #333;
  }
  
  .contact-container p {
    margin-bottom: 30px;
    color: #555;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
  }
  
  button.btn {
    background: transparent;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    border: 1px solid #cc9e36 !important;
    color: #fff;
  }
  
  button.btn:hover {
    background: #cc9e36 !important;
    color: #fff;
  }

  .form-control {
      background-color: transparent !important;
    color: #fff !important;
  }

  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #cc9e36 !important;
    outline: 0;
    box-shadow: none !important;
}


/* ====================================================== */

/* News Css */

.ad-image {
    width: 100%;
    height: 190px;
    object-fit: contain;
    border: 2px solid #ccc;
    margin-bottom: 15px;
  }

  .column-content {
    background: white;
    padding: 20px;
    border: 1px solid #f2ca3c;
    /* height: 520px; */
    overflow: hidden;
    margin-bottom: 30px
  }

  .heading {
    color: #cc9e36;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.25rem;
  }

  .column-content a {
    font-size: 18px;
    font-weight: 600;
    color: #cc9e36;
    text-align: center;
    display: block;
    text-decoration: underline;
  }

/* ================================== */

.section-title {
            font-size: 32px;
            font-weight: bold;
        }

        .hero-text {
            font-style: italic;
            font-size: 1.2rem;
        }

        .btn-dark {
            padding: 10px 25px;
            font-weight: 500;
            border-radius: 0;
        }

        .image-stack img {
            width: 100%;
            max-width: 300px;
            height: 450px;
            object-fit: cover;
            border-radius: 5px;
        }

        .image-stack {
            position: relative;
            display: inline-block;
        }

        .image-stack .top-img {
            position: absolute;
            top: 30px;
            left: 50px;
            z-index: 2;
            border: 5px solid #fff;
        }

        .bg-overlay-text {
            /* background: url('assets/images/banner1.jpg') no-repeat center center/cover; */
            color: #fff;
            text-align: center;
            padding: 100px 20px;
            background-color: #dcbe5f12;
            /* fallback */
        }

        .branding-section h2 {
            font-size: 2.2rem;
            font-weight: bold;
        }

        .entrepreneur-img img {
            width: 100%;
            max-height: 450px;
            object-fit: cover;
            border-radius: 5px;
        }

        .entrepreneur-img p {
            padding: 10px 20px;
            font-size: 15px;
        }

        .cta-section {
            padding: 60px 20px;
        }

        .cta-section h3 {
            font-size: 22px;
            margin-bottom: 30px;
        }




