@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Spartan:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');




/*** Spinner Start ***/

:root{
    --green:#3e9f92;
    /* --green:#20a996; */
    /* --green:#2BC8B3; */
    --yellow:#EDC414;
    --dark:#000;
    --light:#fff;
}

.bg-success{
    background: var(--green) !important;
}
body{
    font-family: Montserrat;
}

h1,h2,h3,h4,h5,h6{
    font-weight: bold !important;
}

h1{
    font-size: 2.5rem;
}
h2{
    font-size: 2.5rem;
}
a{
    text-decoration: none;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    background: var(--green) !important;
    border-color: var(--green) !important;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--yellow) !important;
    color: var(--light) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--light);
    border: 0;
}

.topbar {
    padding: 20px;
    border-radius: 230px 100px;
}

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.topbar .top-info .text-secondary{
    color: var(--light) !important;
}
.topbar .top-link .text-secondary{
    color: var(--light) !important;
}


.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--yellow) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--green) !important;
}
/*** Topbar End ***/







/*** Navbar Start ***/
/*.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
    font-weight: 600;
    color: var(--dark) ;
}
.navbar .navbar-nav .dropdown-item {
    font-size: 17px;
    color: var(--dark) !important;
    font-weight: 500;
}

.navbar {
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-brand img{
    width: 120px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--green);
}

.fixed-top .bg-primary{
    background-color: var(--green) !important;
}
.fixed-top a{
    text-decoration: none;
    font-size: 14px;
}
.fixed-top i{
    color: var(--yellow) !important ;
}

.fixed-top .navbar i{
    color: var(--green) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--yellow);
    color: var(--green);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}*/
/*** Navbar End ***/








/*** Hero Header ***/
.hero-header {
    /* background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/hero-img.jpg); */
    background: linear-gradient(rgba(248, 223, 173, 0.299), rgba(248, 223, 173, 0.272)), url(../img/index-img/indri-banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.hero-header .text-primary{
    color: var(--green) !important;
}

.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--light);
    background: var(--green);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/banner/about-us-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header,
    .page-header {
        /* margin-top: 152px !important; */
    }
}

@media (max-width: 992px) {
    .hero-header,
    .page-header {
        /* margin-top: 97px !important; */
    }
}
/*** Hero Header end ***/


/*** featurs Start ***/

.featurs .bg-secondary{
    background-color: var(--yellow) !important;
}

.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--yellow);
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
    background: var(--yellow);
    
}
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px; 
    height: 130px; 
    top: -50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

.service .bg-secondary {
    /* background: var(--green) !important; */
    background: var(--yellow) !important;
}
.service .bg-secondary .bg-primary{
    background: var(--green) !important;
    /* background: var(--yellow) !important; */
}
/*** service End ***/


/*** Fruits Start ***/
.category .tab-class .nav-item a.active {
    background: var(--yellow) !important;
}
.category .bg-secondary{
    background-color: var(--green) !important;
}

.category .tab-class .nav-item a.active span {
    color: var(--light) !important; 
}

.category .category-categorie .category-name {
    line-height: 40px;
}

.category .category-categorie .category-name a {
    transition: 0.5s;
}

.category .category-categorie .category-name a:hover {
    color: var(--yellow);
}

.category .category-item {
    height: 100%;
    transition: 0.5s;
}
.category .category-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.category .category-item .category-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
    /* width: 100%; */
}

.category .category-item .category-img img {
    transition: 0.5s;
    width: 100%;
}

.category .category-item .category-img img:hover {
    transform: scale(1.3);
}

.category .bg-secondary{
    color: var(--dark) !important;
    background: var(--light) !important;
    font-weight: bold   ;
}
/*** Fruits End ***/


/*** jewellery-set Start ***/

.jewellery-set .bg-primary{
    background: var(--light) !important;
    color: var(--dark) !important;
    font-weight: bold;
}

.jewellery-set .text-primary{
    background: var(--light) !important;
    color: var(--dark) !important;
    font-weight: bold;
}

.jewellery-set .jewellery-set-item {
    height: 100%;
    transition: 0.5s;
    border-color: var(--green) !important;
}

.jewellery-set .jewellery-set-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.jewellery-set .jewellery-set-item .jewellery-set-img {
    overflow: hidden;
    transition: 0.5s;
    /* border-radius: 10px 10px 0 0;     */
}

.jewellery-set .jewellery-set-item .jewellery-set-img img {
    transition: 0.5s;
}

.jewellery-set .jewellery-set-item .jewellery-set-img img:hover {
    transform: scale(1.2);
}

.jewellery-set .owl-stage {
    margin: 50px 0;
    position: relative;
}

.jewellery-set .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--green);
    padding: 5px 25px;
    border: 1px solid var(--yellow);
    border-radius: 20px;
    transition: 0.5s;

}

.jewellery-set .owl-nav .owl-prev:hover {
    background: var(--yellow);
    color: var(--light);
}

.jewellery-set .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--green);
    padding: 5px 25px;
    border: 1px solid var(--yellow);
    border-radius: 20px;
    transition: 0.5s;
}

.jewellery-set .owl-nav .owl-next:hover {
    background: var(--yellow);
    color: var(--light);
}
/*** jewellery-set End ***/


/*** Banner Section Start ***/

.banner{

    background: var(--yellow) !important;
}

.banner .banner-btn:hover {
    background: var(--green);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--dark);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial h4{
    color: var(--dark) !important;
}
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--dark);
    padding: 5px 25px;
    border: 1px solid var(--yellow);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--yellow);
    color: var(--light);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--green);
    padding: 5px 25px;
    border: 1px solid var(--yellow);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--yellow);
    color: var(--light);
}
/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--yellow);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--green);
    color: var(--bs-light);
    border: 1px solid var(--yellow);
}
  
.pagination a:hover:not(.active) {background-color: var(--green)}
.nav.nav-tabs .nav-link{
    color: var(--dark) !important;
}
.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--yellow) !important;
    color: var(--green) !important;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer{
    background:  url(../img/background-img/bg-footer1.jpeg);
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
    
}
.footer .footer-item  p{
    display: flex;
    
}
.footer .footer-item  p span{
    margin-right: 10px;
    
}

.footer .footer-item p span{
    color: var(--green) !important;
    font-weight: bold;
}

.footer .footer-item .btn-link:hover {
    color: var(--yellow) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}
/*** Footer End ***/





/* contact start */
.contact .form-control {
    border: 1px solid var(--dark) !important;
    display: block;
    width: 100%;
    /* padding: 0.375rem 0.75rem; */
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact h4{
    color: var(--dark) !important;
}
.contact p{
    font-weight: bold;
}
.contact .bg-primary{
    background-color: var(--dark) !important;
}
.contact .btn-primary{
    background-color: var(--dark) !important;
    border-color: var(--dark) !important;
}


.captchasep1 {
    display: flex;
    }
    
    .captchasep1 input {
    width: 100% !important;
    margin-top: 0 !important;
    /* height: 63px; */
    }
    
    .captchasep1 
    .form-floating>.form-control, .form-floating>.form-select {
        height: 40px;
        line-height: 1.25;
    }
    .captchasep1 .captcha-codes-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    border-radius: 5px;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background: url(../images/logo/captcha-bg.jpg);
    font-weight: bolder !important;
    }
    
    .captchasep1 .captcha-codes-sec p {
    margin-bottom: 0;
    letter-spacing: 9px;
    font-style: italic;
    font-size: 24px;
    /* padding: 10px; */
    /* height: 100%; */
    color: #000;
    font-weight: bolder !important;
    }
    @media(max-width:768px){
    .captchasep1 .captcha-codes-sec p {
    font-size: 24px;
    }
    }
    @media(max-width:992px){
    .captchasep1 .captcha-codes-sec p {
    font-size: 18px;
    }
    }
    /* .captchasep1 .captcha-codes-sec {
    margin-bottom: 10px;
    } */
    .captchasep1 .captcha-codes-sec button {
    font-style: italic;
    font-size: 22px;
    outline: none;
    background: transparent;
    /* height: 100%; */
    border: none;
    font-weight: bolder;
    }
    
    .captchasep1 .captcha-codes-sec button i {
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    }
    
    @media screen and (max-width: 600px) {
    .captchasep1 {
    display: flex;
    flex-direction: column !important;
    }
    
    .captchasep1 .captcha-codes-sec {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    margin-top: 3px;
    }
    }




/* page-header */
/* .page-header{
    background: url(../img/banner/about-us-banner.jpg);
} */



/* gallery start */
/* Gallery Start */
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
  }
  
  .gallery .gallery-item img {
    transition: 0.5s;
  }
  
  .gallery .gallery-item:hover img {
    transform: scale(1.2);
  }
  
  .gallery .gallery-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.5s;
    z-index: 1;
  }
  
  .gallery .gallery-item:hover::after {
    width: 100%;
    height: 100%;
  }
  
  .gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 5;
    opacity: 0;
  }
  
  .gallery .gallery-item:hover .search-icon {
    opacity: 1;
  }
  /* Gallery End */
  /* gallery end */




  /* enquiry-sec */
  .enquiry-sec .fruite-name a{
      color: var(--dark) !important;
      font-weight: bold !important;
      padding: 10px 20px;
      width: 100%;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      display: flex;
      align-items: center;
      /* justify-content: center; */
      text-align: center;
      /* border: 1px solid #000; */
      margin-bottom: 8px;

  }
  .enquiry-sec .fruite-name i{
      color: var(--green) !important;

  }

  .enquiry-sec .product-image{

  }
  .enquiry-sec .product-content{

  }
  .enquiry-sec .product-content .content-para,p{
      font-weight: 500;
      font-size: 19px;
      /* text-align: justify; */
  }

    .contact input::placeholder{
        color: var(--dark) !important;
    }

  
/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--light);
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    background: var(--light);
    color: var(--dark);
    font-weight: bold;
    z-index: 2;
}
.blog .blog-item .blog-content a.h4{
    color: var(--dark);
    font-size: 25px;
    font-weight: 600;
}
.blog .blog-item .blog-content a {
    transition: 0.5s;
    
}

.blog .blog-item:hover .blog-content a:hover {
    color: var(--green) !important;
}
/*** Blog End ***/


/* product */
.Product-section .product-box{ 

}
.Product-section  .product-box {
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* border-radius: 10px; */
    z-index: 1;
}

.Product-section  .product-box .industries-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 3;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.Product-section  .product-box .search-icon {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    /* top: 0px; */
    right: 0px;
    padding: 20px 20px 0 0;
    border-radius: 10px;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    /* align-items: center; */

}

.Product-section  .product-box .search-icon h3{
    font-size: 18px !important;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: -10px;
    /* background: var(--light); */
}

.Product-section  .product-box .search-icon h3 span{
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* width: 100%; */
    text-align: center !important;
    z-index: 99999;
    padding: 8px;
    color: var(--dark) !important;
    background: var(--light) !important;
    border-radius: 5px;
}
    

.Product-section  .product-box .search-icon a i {
    transition: 0.5s;
}

.Product-section  .product-box:hover .search-icon {
    background: rgba(0, 0, 0, 0.4);
    
}

.Product-section  .product-box:hover .industries-overlay {
    bottom: 0;
}

.Product-section  .product-box:hover .search-icon a i {
/* opacity: 1; */
}

.Product-section  .product-box img {
    transition: 0.5s;
}

.Product-section  .product-box:hover img {
    transform: scale(1.2);
}



/* new style */
#spinner{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
    }

#spinner .spinner-grow{
    width: 3rem;
    height: 3rem;
 } 


 /* top bar */
 .topbar .top-info i , .top-link i{
    color: var(--light) !important;

}

/* hero section */
.hero-header .slide .carousel-item img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.hero-header p{
    font-size: 22px;
}


/* product sec */
.Product-section .product-box{
    height: 100%;
}
.Product-section .product-box img{
    object-fit: cover; 
    min-height: 300px;
    width: 100%;
    height: 100%;
    /* border-radius: 10px; */
}
.Product-section .product-box .industries-overlay a{
    color: var(--dark) !important;
    background-color: var(--light) !important;
    border-radius: 50rem !important;
}

/* banner */
.banner-video video{
    width: 100%;
}

.banner-video video{
    width: 100%;
}


.banner-slide .slide .carousel-item img{
    width: 100%;
    display: block;
}
/* featurs start */
.featurs .featurs-item .featurs-content h3{
    font-size: 1.25rem !important;
}
.featurs .featurs-item .featurs-icon{
    border-radius: 50% !important;
    background: var(--yellow) !important;
}
.featurs .featurs-item .featurs-icon i{
    color: var(--light) !important;
}
.featurs .featurs-item .featurs-content p{
   text-align: center;
   font-size: 17px !important;
}

/* category */
.category .tab-class h2{
    font-size: 2.5rem !important;
}
.category .tab-class .nav-item a{
    color: var(--dark) !important;
    border-radius: 50px !important;
    border: 1px solid #000 !important;
}
.category .tab-class .nav-item .active{
    background: var(--yellow) !important;
    border-color: var(--yellow) !important;
}
.category .tab-class .tab-content h3{
    font-size: 1.5rem !important;
}
.category .tab-class .tab-content .offer{
   color: var(--dark) !important;
   background: var(--light) !important;
   border-radius: 5px;
   position: absolute;
   top: 10px; 
   left: 10px;
   font-weight: bold;
}
/* .category .tab-class .tab-content .category-img img{
   width: 100%;
   border-top-left-radius: 50px;
} */

/* service */
.service a .service-item {
    border-radius: 5px !important;
    border: solid 1px #000;
}
.service a .service-item img{
    width: 100%;
}
.service a .service-item h2{
    font-size: 1.25rem !important;
}


/* jewellery set */
.jewellery-set .jewellery-set-item{
    position: relative;
    border-radius: 5px;
    border: 1px solid var(--green) !important;
}
.jewellery-set .jewellery-set-item .jewellery-set-img img{
    width: 100%;
}
.jewellery-set .jewellery-set-item .offer-2{
    position: absolute;
    top: 10px; right: 10px;
    border-radius: 5px;
    background: var(--light) !important;
    color: var(--dark) !important;
    font-weight: bold;
}
.jewellery-set .jewellery-set-item  p{
    font-weight: 500 !important;
}
.jewellery-set .jewellery-set-item  h3{
    font-size: 1.5rem !important;
}
.jewellery-set .jewellery-set-item  a.btn{
    border: solid 1px var(--dark) !important;
    border-radius: 50px !important;
}
.jewellery-set .jewellery-set-item  a.btn:hover{
    background: var(--yellow) !important;
    color: var(--light) !important;
}

/* blog */
.blog .blog-item .blog-img img{
    width: 100% !important;
}

.blog .blog-item .blog-content a.h3{
    font-weight: bold;
    font-size: 20px;
    /* margin-bottom: 15px !important; */
    display: inline-block !important;
}
.blog .blog-item .blog-content p{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 0 !important;
}
.blog .blog-item .blog-content2  p{
    /* white-space: nowrap; */
    width: 100%;
    text-align: justify;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    font-size: 16px;
    margin-bottom: 0 !important;
}

/* fact  */
.fact-sec .counter p{
    font-size: 1.5rem;
    text-align: center;
    /* margin-bottom: 0 !important; */
    line-height: 30px;
    text-transform: uppercase;
}
.fact-sec .counter h3{
    font-size: 2rem;
}
.fact-sec .counter i{
    color: var(--yellow) !important;
}

/* contact */
.contact .section-title p{
    font-size: 1.5rem  !important;
    text-align: center;
    color: var(--dark) !important;
    margin-bottom: 0 !important;
}

.contact .contact-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    text-align: center;
    min-height: 270px !important;

}
.contact .contact-box .contact-inner{
    width: 60px; height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact .contact-box .contact-inner i{
   color: var(--light) !important;
}
.contact .contact-box p{
   font-weight: 500;
   text-align: center;
}

.contact .map iframe{
    width: 100%;
    height: 510px !important;
}


/* testimonial */

.testimonial .testimonial-item{
    border-radius: 5px !important;
    position: relative;
}
.testimonial .testimonial-item i.text-secondary{
    position: absolute;
    bottom: 30px !important; 
    right: 0 !important;
}
.testimonial .testimonial-item .img-border-radius{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.testimonial .testimonial-item .img-border-radius h3{
    font-size: 1.5rem !important;
}
.testimonial .testimonial-item .img-border-radius p{
    font-weight: 500;
}
.testimonial .testimonial-item img{
    width: 100px; 
    height: 100px;
    border-radius: 5px !important;
}

/* footer */
.footer .footer-bottom-line{
    border-bottom: 1px solid rgba(226, 175, 24, 0.5)  !important;
}
.footer .footer-bottom-line .footer-logo img{
    width: 70% !important;
}

.footer .footer-item h2{
    font-size: 1.5rem !important;
}

.footer .footer-item p{
    font-weight: 500;
    font-size: 17px;
}
.footer .footer-item a{
    font-weight: 500;
    font-size: 17px;
    text-decoration: none !important;
}
.footer .footer-item a:hover{
    font-weight: 500;
    text-decoration: underline !important;
}


/* about page */
.about-sec{

}
.about-sec .animate-rotate {
position: absolute;
animation: animateRotate 8s linear infinite;
z-index: 1;
}

@keyframes animateRotate { 
100% { 
    transform: rotate(360deg); 
} 
}

.about-sec .col-lg-7 p{
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: var(--dark);
}
.section-title {
    color: #2BC8B3;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5rem;
}


.facts{
background-color: #2BC8B3 !important;
}

.facts i{
color:  var(--yellow) !important;
}


.about-sec .about-page{
    position: relative;
    height: 100%;
}
.about-sec .about-page .about-logo{
    position: absolute;
    top: 0;
    left: 0;
    width: 160px; 
    height: 160px;
}
.about-sec .about-page img{
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.about-sec .section-title p{
    color: #2BC8B3;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .5rem;
font-size: 1.25rem;
}
.about-sec .section-title h2{
    font-size: 2rem;
    line-height: 1.2;
    color: var(--dark) !important;
}
.about-sec .section-title h3{
    font-size: 1.5rem !important;
}
.about-sec .about-page-img img{
    width: 80px; 
    height: 80px;
    border-radius: 50% !important;
}
.about-sec .about-page-img p{
    text-align: start;
}

/* gallery */
.gallery .gallery-item img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}





/* breadcrb */

.breadcrb {
    background: #f3f2f2;
    padding: 20px 0;
}

.breadcrb .breadcrumb {
    margin-bottom: 0;
}

.breadcrb .breadcrumb-item a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrb .breadcrumb-item.active {
    color: #0B6998;
    text-transform: uppercase;
    font-weight: bold;
}
  .breadcrumb-item + .breadcrumb-item::before{
  color:#0B6998 !important;
}



