@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --black : #1B1B1B;
    --white: #fff;
    --yellow: #C19D60;
    --light-grey: #fff7eb;
    --darkgrey: #8b8b8b;
    --body-font: "DM Sans", sans-serif;
    --heading-font: "DM Serif Text", serif;
}
body, html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    background: var(--white);
    color: var(--darkgrey);
    font-size: 13px;
    line-height: 1.7;
    font-family: var(--body-font);
    font-weight: 500;
}
p{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    font-family: var(--body-font);
    color: var(--darkgrey);
}
h3, h4, h5, h6, li{
    font-family: var(--body-font);
}
a{
    text-decoration: none !important;
    font-family: var(--body-font);
}
img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sec-space{
    padding: 98px 0;
}
.btn, input[type="submit"] {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-family: var(--body-font);
    padding: 0 24px;
    min-width: 148px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}
.btn:focus, button:focus{
    box-shadow: none !important;
}
.btn-primary{
    background: var(--yellow);
    color: var(--white);
    border: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background: var(--black) !important;
    color: var(--yellow) !important;
    border-color: var(--black) !important;
}
input[type="submit"]{
    background: var(--yellow) !important;
    color: var(--black) !important;
    border: none;
    margin: 0;
}
.btn-outline{
    color: var(--yellow);
    border-color: var(--yellow);
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active{
    border-color: var(--yellow);
    background: var(--yellow);
    color: var(--black);
}
.section-heading{
    margin-bottom: 42px;
    max-width: 80%;
}
.form-control, .es-email{
    height: 40px !important;
    font-size: 13px;
    border-radius: 45px;
    background: transparent;
    border: 1px solid var(--yellow) !important;
    padding: 0 12px;
    color: var(--darkgrey);
    font-weight: 500;
    flex-grow: 1;
}
.form-control::placeholder{
    color: var(--darkgrey);
    text-transform: uppercase;
    font-size: 12px;
}
textarea {
    width: 100%;
    height: 80px;
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--yellow) !important ;
    padding: 12px 12px;
}
.form-control:focus, textarea:focus{
    border-color: var(--yellow) !important;
    outline: none !important;
    background: var(--white);
    box-shadow: none;
    outline: none;
}
.contact-form  label{
    font-size: 13px;
    color: var(--yellow);
    font-weight: 600;
    margin: 0 0 4px 12px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    background: transparent;
    color: #ffffff40;
    font-size: 42px;
    position: absolute;
    top: 45%;
    left: 20px;
    transition: 0.3s ease-in-out;
}
.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: 20px;
}
.owl-carousel .owl-nav button:hover, .owl-carousel .owl-nav button:focus, .owl-carousel .owl-nav button:active{
    background: transparent !important;
    color: var(--white);
    border: none;
    outline: 0;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 24px;
}
.owl-carousel button.owl-dot {
    background: #8b8b8b !important;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 8px;
    background: transparent;
    transition: 0.3s ease-in-out;
}
.owl-carousel button.owl-dot.active{
    background: var(--yellow);
    width: 24px;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-dot span{
    display: none !important;
}




/* Header  */
.myHeader{
    background: #1b1b1bb4;
    padding: 6px 0;
    border-bottom: 1px solid #C19D6040;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.navbar-brand img {
    height: 60px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(67%) sepia(16%) saturate(1044%) hue-rotate(359deg) brightness(93%) contrast(90%);
}
.navbar-toggler-icon{
    color: var(--yellow);
    font-size: 36px;
}
.myHeader.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--black);
    z-index: 99;
    transition: 0.3s ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.myHeader.fixed{
    background: var(--black);
}
.myHeader.fixed .navbar-brand img {
    height: 60px;
}
.myHeader.fixed .navbar-collapse, .myHeader.fixed .nav-text{
    margin-top: 0px;
}
.navbar-nav{
    margin: 40px 0;
}
.navbar-nav li a {
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: var(--heading-font);
    color: var(--white);
    position: relative;
    transition: 0.4s ease-in-out;
}
/* .myHeader.fixed .navbar-nav li a{
    color: var(--black);
} */
.navbar-nav li{
    margin: 0 20px;
    transition: 0.3s ease-in-out;
    position: relative;
}
.navbar-nav li.active a, .navbar-nav li:hover a{
    color: var(--yellow);
}
.nav-text .btn{
    margin-right: 8px;
}
.nav-text .btn-primary{
    color: var(--black);
}
.nav-text .btn-primary:hover, .nav-text .btn-primary:focus, .nav-text .btn-primary:active{
    background: var(--darkgrey) !important;
    color: var(--black) !important;
}
.nav-text .btn-outline:hover, .nav-text .btn-outline:focus, .nav-text .btn-outline:active{
    color: var(--black) !important;
}
.gtranslate_wrapper{
    margin-right: 8px;
}
.gt_switcher .gt_selected a {
    padding: 8px 5px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 9px 15px !important;
}
.gt_float_switcher {
    font-family: var(--body-font) !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    margin-bottom: -8px !important;
}

/* ----  */
.menu .navbar-brand img {
    height: 100px !important;
    width: auto;
}
.menu .navbar-brand{
    margin-bottom: 20px;
}
.menu hr{
    background: var(--yellow);
    margin: 1% 24%;
}
.menu-btn {
  cursor: pointer;
}
.menu.active {
  opacity: 0;
  visibility: hidden;
}
.menu {
  transition: 0.52s;
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  background: #1b1b1b;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;                      
  z-index: 99999;
}
.menu span {
  position: absolute;
  top: 0px;
  right: 8%;
  color: white;
  font-size: 48px;
  cursor: pointer;
}
.menu li:not(:last-child){
    margin-bottom: 20px;
}
.menu .btn{
    display: none;
}

/* ----  */

/* Banner  */
.banner-img {
    position: relative;
    padding-top: 56%;
    z-index: 1;
}
.banner-img::before, .mid-banner::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #1B1B1Bb4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-wrapper{
    position: absolute;
    top:48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 1;
}
.banner-text{
    max-width: 62%;
    margin: 0 auto;
}
.banner-text h1 {
    font-size: 52px;
    line-height: 1.2;
    color: var(--white);
    font-weight: 400;
    font-family: var(--heading-font);
    text-transform: capitalize;
    margin: 32px 0;
}
.banner-text h6, h6{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--yellow);
    position: relative;
}
.banner-text h6::before, .banner-text h6::after{
    content: "";
    width: 120px;
    height: 2px;
    background: var(--yellow);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.banner-text h6::after{
    left: auto;
    right: 40px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.banner-text p{
    font-size: 13px;
    color: #4b4b4b;
    font-weight: 500;
}
.banner-text h1, .banner-text p , .banner-text .btn{
  opacity: 0;
}
.owl-item.active .banner-text h1 {
  animation: fadeInUp 2s ease-in-out forwards;
  animation-delay: 0.5s;
}
.owl-item.active .banner-text p, .owl-item.active .banner-text .btn {
  animation: fadeInUp 1.6s ease-in-out forwards;
  animation-delay: 1s;
}
.owl-item.active .banner-text h6{
    animation: fadeInDown 1.2s ease-in-out;
    animation-delay: 0.5s;
}
.owl-item.active .banner-img img{
    animation: zoom 5s ease-in-out forwards;
}
@keyframes zoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.banner-slider .owl-dots {
    position: absolute;
    top: 50%;
    left: -67%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.banner-slider.owl-carousel button.owl-dot.active{
    width: 8px;
    height: 42px;
}


/* Why Us  */
.whyus{
    background: var(--light-grey);
    padding: 60px 0;
}
.whyus-box{
    padding: 0 40px;
}
.whyus-icon img{
    height:84px;
    width: 84px !important;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(57%) sepia(67%) saturate(279%) hue-rotate(359deg) brightness(99%) contrast(87%);
    transition: 0.3s ease-in-out;
    opacity: 0.64;
}
.whyus-box h3{
    font-size: 22px;
    font-family: var(--heading-font);
    margin-top: 40px;
    color: var(--black);
}
.whyus-box p{
    color: var(--darkgrey);
}
.why-row [class*="col-"]:not(:last-child){
    border-right: 1px solid var(--yellow);
}

/* About start  */
.about-img{
    position:relative;
    padding-top: 60%;
    z-index: 1;
}
.about-img img{
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.about-img::before{
    content: "";
    width: 97%;
    height: 96%;
    border: 1px solid var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.about-text-inner{
    padding: 60px;
}
.about-text h6{
    background: var(--white);
    padding: 4px;
    margin-left: -4px;
}
.about-text h2, .section-heading h2{
    font-size: 32px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--black);
    font-family: var(--heading-font);
    position: relative;
}
.about-text h2:after, .section-heading h2:after{
    content: "";
    width: 140px;
    height: 2px;
    background: var(--yellow);
    display: block;
    margin: 20px 0;
}
.about-text ul, .about-text ol{
    padding-left: 20px;
}
.about-text{
    border-color: var(--yellow);
}

/* Portfolio  */
.portfolio-bg{
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    z-index: -1;
}
.portfolio .section-heading h2, .portfolio .section-heading p{
    color: var(--white);
}
.section-heading h2::after{
    margin: 32px auto;
}
.product-img, .service-img{
    padding-top: 120%;
    overflow: hidden;
    border: 1px solid transparent;
    z-index: 1;
}
.product-img img, .service-img img{
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
}
.product-box:hover img{
    transform: scale(1.1);
}
.product-img::before, .service-img::before{
    content: "";
    width: 100%;
    height: 100%;
    background: #1b1b1b40;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.product-box:hover .product-img::before{
    background: #C19D60c2;
}
.product-box a.desc{
    font-size: 22px;
    line-height: 1.4;
    font-family: var(--heading-font);
    color: var(--black);
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}
.desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.product-desc{
    background: var(--light-grey);
    padding: 28px;
    margin: -165px 20px 90px;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
    z-index: 2;
}
.product-box:hover .product-desc{
    bottom: 0;
}
.portfolio .owl-item{
    padding-bottom: 20px;
}
.sameheight.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
}
.sameheight .item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 1px;
}

/* Middle Banner  */
.mid-banner{
    background-attachment: fixed !important;
    background-size: cover !important;
    z-index: 1;
}
.mid-banner::before{
    background: #343534c2;
    z-index: -1;
}
.mid-banner h2{
    color: var(--white);
}
.mid-banner p{
    font-size: 16px;
    color: #8b8b8b;
}


/* Service  */
.services::before{
    content: "";
    width: 100%;
    height: 50%;
    background: var(--light-grey);
    position: absolute;
    top: 0;
    left: 0;
}
.service-img{
    padding-top: 140%;
}
/* .service-box:hover .service-img::before{
    background: #1b1b1bc2;
} */
.serv-icon{
    height: 60px !important;
    width: 60px !important;
    filter: brightness(0) invert(1);
    position: static !important;
    margin-bottom: 20px;
}
.serv-desc{
    position: absolute;
    bottom: 0%;
    left: 0%;
    /* transform: translateY(-50%); */
    width: 100%;
    height: 0%;
    background: #1b1b1bf2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 0;
    z-index: 1;
}
.service-box:hover .serv-desc{
    height: 100%;
    opacity: 1;
}
.service-title{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--yellow);
    margin-top: 12px;
    transition: 0.3s ease-in-out;
}
p.service-title::before{
    content: "";
    width: 100%;
    height: 1px;
    background: var(--yellow);
    position: absolute;
    top: 13px;
    left: 0;
    z-index: -1;
}
p.service-title span{
    background: var(--white);
    padding-right: 12px;
}
.service-box:hover p.service-title{
    opacity: 0 !important;
}


/* Footer  */
.footer-top {
    background: var(--yellow);
    padding: 70px 0;
    overflow: hidden;
    z-index: 1;
}
.footer-top::before{
    content: "";
    background: url(../images/footer-bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    mix-blend-mode: multiply;
    z-index: -1;
}
.footer-top::after {
    content: "";
    background: url(../images/grapes-2.png) no-repeat center;
    background-size: cover;
    width: 200px;
    height: 260px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    mix-blend-mode: overlay;
    z-index: -1;
}
.footer-top .section-heading {
    max-width: 64%;
    border-left: 1px solid var(--black);
    padding-left: 60px;
}
.footer-top .section-heading h2::after{
    display: none;
}
.footer-top .section-heading h2, .footer-top .section-heading p{
    color: var(--black);
    font-weight: 500;
}
.footer-top .section-heading p{
    margin-bottom: 0;
}
.footer-top .btn-primary{
    background: var(--black);
    color: var(--yellow);
    transform: scale(1.2);
    flex-shrink: 0;
}
.email-subscribers{
    display: flex;
}
.emaillist{
    width: 100%;
}
.email-subscribers .form-control{
    background: transparent;
    border-color: var(--white);
    color: var(--white) !important;
    cursor: pointer;
    margin-right: 12px;
}
.email-subscribers .form-control::placeholder, .es-email{
    color: var(--white) !important;
}


/* Footer Main  */
.main-footer{
    background: var(--black);
    z-index: 1;
}
.main-footer::before{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/world-map.png) no-repeat center;
    filter: brightness(0) invert(1);
    background-size: cover;
    opacity: 0.02;
    position: absolute;
    top: 0;
    left: 0; 
    z-index: -1;
}
.footer-row{
    padding: 96px 0 40px;
}
.main-footer h3{
    font-size: 24px;
    font-family: var(--heading-font);
    text-transform: capitalize;
    color: var(--yellow);
    margin-bottom: 40px;
}
.myFooter .navbar-nav li a{
    font-size: 14px !important;
    font-family: var(--body-font) !important;
    color: var(--darkgrey) !important;
    font-weight: 500 !important;
    padding: 4px 0 !important;
}
.myFooter .navbar-nav li a:hover, .myFooter .navbar-nav li.active a{
    color: var(--yellow) !important;
}
.myFooter .navbar-nav li{
    background: transparent !important;
    margin: 0;
}
.myFooter .con-box{
    margin-bottom: 20px;
}
.social-list li .bi{
    display: block;
    height: 36px;
    width: 36px !important;
    line-height: 36px;
    text-align: center;
    border: 1px solid var(--yellow);
    color: var(--yellow); 
    font-size: 18px;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}
.social-list li:not(:last-child){
    margin-right: 4px;
}
.social-list li:hover .bi{
    color: var(--black);
    background: var(--yellow);
}
.con-box, .con-box a{
    font-size: 14px;
    line-height: 1.4;
    color: var(--darkgrey);
    word-break: break-all;
}
.con-box h5{
    color: var(--yellow);
    font-size: 13px;
    margin-bottom: 4px;
}
.myFooter hr{
    background: var(--yellow);
    margin-top: 0;
}
.copyright{
    padding: 0 0 20px 0;
}
.copyright p, .main-footer p{
    color: var(--darkgrey);
    margin-bottom: 0;
}
.copyright p a{
    color: var(--yellow);
}


/* Inner Pages  */
.inner-banner {
    padding: 240px 0 140px;
}
.inner-banner{
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.inner-banner::before {
    content: "";
    background: #000000a8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.inner-banner-text h2 {
    color: var(--white);
    font-family: var(--heading-font);
    font-size: 48px;
}
.inner-banner .breadcrumb{
    background: transparent;
    justify-content: center;
    color: var(--white);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white);
    content: " // ";
}
.inner-banner .breadcrumb-item a{
    color: var(--white);
    text-decoration: underline !important;
}
.inner-banner .breadcrumb-item{
    color: var(--white);
}

/* About Page  */
.about-cms .about-wrap:nth-child(even) .ab-row{
    flex-direction: row-reverse;
}
.about-cms .about-wrap:not(:last-child){
    margin-bottom: 80px;
}
.about-cms .about-wrap:nth-child(even) .about-text{
    border-left:  none !important;
    border-right: 1px solid #dee2e6;
}

/* Contact Page  */
.contact-cms{
    background: var(--black);
}
.con-icon {
    height: 48px;
    width: 48px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(57%) sepia(67%) saturate(279%) hue-rotate(359deg) brightness(99%) contrast(87%);
}
.con-icon1 {
    height: 140px;
    width: 140px;
    filter: brightness(0) invert(1);
    opacity: 0.02;
    position: absolute;
    bottom: -24%;
    right: -10%;
    transition: 0.6s ease-in-out;
}
.con-box:hover .con-icon1{
    bottom: -14%;
    right: -4%;
}
.contact-cms .con-box{
    /* border: 1px solid var(--yellow); */
    padding: 24px;
    /* background: linear-gradient(90deg, #1B1B1B, #C19D6012); */
    background: #262626;
    height: 100%;
    overflow: hidden;
}
.contact-cms .con-box h4{
    color: var(--yellow);
    font-family: var(--heading-font);
    font-size: 20px;
    margin-top: 40px;
}
.contact-bg, .contact-bg h6{
    background: var(--light-grey);
}
.form-row{
    row-gap: 0 !important;
}

/* Service Page  */
.services::before{
    display: none;
}

/* Single service  */
.single-service{
    background: var(--light-grey);
}
.enquiry-form-wrap{
    padding: 40px;
    background: var(--light-grey);
}

/* Single Product */
.single-product .about-img{
    background: var(--darkgrey);
}
.single-product .about-img img{
    object-fit: contain;
}

/* News  */
.news-box{
    background: var(--light-grey);
    transition: 0.3s ease-in-out;
}
.news-box .about-img{
    padding-top: 0;
    padding-right: 36%;
}
.news-box .news-text{
    padding: 32px;
}
.news-text h4 a{
    font-family: var(--heading-font);
    color: var(--black);
}
.news-box:hover{
    background: var(--black);
}
.news-box:hover h4 a{
    color: var(--white);
}
.news-box:hover .btn-primary{
    color: var(--black);
}
.news-box .btn-primary:hover, .news-box .btn-primary:focus, .news-box .btn-primary:active{
    background: var(--light-grey);
}
.serv-row{
    row-gap: 20px;
}
.recent_carousel .sub-head{
    font-size: 24px;
    color: var(--yellow);
    font-family: var(--heading-font);
    background: var(--black);
    padding: 8px 20px;
}
.recent_carousel .news-box .news-text {
    padding: 20px;
}
.recent_carousel .news-box:not(:last-child){
    margin-bottom: 20px;
}

/* Partners Page  */
.partner-logo{
    height: 120px;
    max-width: 60%;
    object-fit: contain;
    transition: 0.3s ease-in-out;
}
.partner-block h4{
    font-size: 18px;
    margin-top: 12px;
}
.partner-block h4 strong{
    color: var(--black);
}
.partner-block:hover .partner-logo{
    transform: scale(1.1);
}
.partner-row{
    row-gap: 60px;
}

/* Error Page  */
.error-404{
    background: #1b1b1bf2;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 200px 0 160px;
}
.error-404 img{
    height: 400px;
    width: auto;
}
.error-404 h3{
    font-weight: 600;
    color: var(--white);
}

.gjs-cell {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 8px;
}
.gt_float_switcher img {
    display: none !important;
}