@media (prefers-reduced-motion: no-preference) {
  :root {
      scroll-behavior: smooth;
      overflow-x: hidden;
  }
}
:root {
    --primary: #059212;
    --secondary: #FB9F38;
    --light: #F5F8F2;
    --dark: #252C30;
  }
  
  
/* !!!!!!!!!!!!!! navbar css !!!!!!!!!!!!!!!!!!!!!!!! */

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: orange !important;
}
.navbar-dark{
  background-color: #00A000 !important;
}

.navbar-brand img {
  width: 80px;
}
.navbar-nav {
  align-items: center;
}
@media screen and (min-width:768px) {
  .navbar {
    height: 110px;
 
  }
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .navbar-brand img {
    width: 100px;
  }
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
  }
  
  .footer a{
    text-decoration-line: none;
  }
  .footer h4{
    color: #399918;
  }
  
  .footer .social-fot{
    padding: 10px 13px ;
    color: black;
    background-color: #399918;
  }
  .fot-icon{
    color: var(--primary);
  }
  .footer .btn-foot{
    background-color: #399918;
    color: black;
  }
  .footer .btn-foot:hover{
    background-color: #FB9F38;
    color: white;
  }
  
  .footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
  }
  
  .footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
  }
  
  .footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
  }
  
  .copyright {
    color: #B0B9AE;
  }
  
  .copyright {
    background: #252525;
  }
  
  .copyright a:hover {
    color: #FFFFFF !important;
  }
  
  .copyright a{
    text-decoration-line: none;
    color:var(--primary) ;
  }



  
/* !!!!!!!!!!!!!!!!!!!!! whats app sticky icons!!!!!!!!!!!!!!!!!! */
.whatsapp-icon {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    width: 60px; 
    height: 60px; 
    background-color: #059212;
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000; 
    transition: transform 0.3s;
  }
  
  .whatsapp-icon img {
    width: 70%; 
    height: auto; 
  }
  
  .whatsapp-icon:hover {
    transform: scale(1.1);
  }
  @media screen and (max-width:500px)  {
    .whatsapp-icon {
    width: 40px; 
    height: 40px; 
    }
  }
  /* phone icon */
  
  .phone-icon {
    position: fixed;
    bottom: 90px; 
    right: 20px; 
    width: 60px; 
    height: 60px; 
    background-color: #059212;
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000; 
    transition: transform 0.3s;
  }
  
  .phone-icon img {
    width: 70%; 
    height: auto; 
  }
  
  .phone-icon:hover {
    transform: scale(1.1);
  }
 @media screen and (max-width:500px)  {
  .phone-icon {
  width: 40px; 
  height: 40px; 
  bottom:65px ;
  }
}
  
  /* !!!!!!!!!!!!!!!!!!!!!!! scroll top css !!!!!!!!!!!!!!!!!!! */
  .scroll-to-top {
    position: fixed;
    bottom: 20px; 
    left: 20px; 
    background-color: #059212; 
    color: white; 
    width: 40px; 
    height: 40px; 
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 20px; 
    display: none; 
    transition: background-color 0.3s, transform 0.3s;
    z-index: 1000; 
    padding: 5px 9px;
  }
  
  .scroll-to-top:hover {
    background-color: #399918;
    transform: scale(1.1);
  }


  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* gallery */


.wholesale-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}



/* / !!!!!!!!!!!!!!!!!!!!!! new social media links design css !!!!!!!!!!!!!!!!!!!!!!!!!!!!! / */ 




.social {
  position: fixed ;
  top: 140px;
  left: 6px;
  z-index: 1; 
  width: 5%;
}
.social a:hover,
.social a:focus {
    color: #000; 
    text-decoration: none; 
}
.social ul {
  padding: 0;
  transform: translate(-270px, 0);
}
.social ul li:hover i {
  transition: transform 0.5s; 
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 295px;
  text-align: right;
  padding: 8px 4px 7px 4px;
  border-radius: 0 30px 30px 0;
  transition: all 1s;
}

.social ul li:hover {
  transform: translate(110px, 0) !important;
  background: rgba(255, 255, 255, 0.4);
}

.social ul li:hover a {
  color: #000 !important;
}

.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #00A000;
  padding: 7px 7px 6px 7px ;
  border-radius: 50%;
  width: 17px;
  height: 16px;
  font-size: 17px;
  transition: transform 0.5s;
}

.social ul li:hover i {
  transform: rotate(180deg) !important;
}

@media (max-width:640px){
  .social ul li i {
      margin-left: 10px;
      color: #000;
      background: #00A000;
      padding: 7px 7px 6px 7px ;
      border-radius: 50%;
      width: 15px !important;
      height: 15px !important;
      font-size: 16px;
      transition: transform 0.5s; 
    }
    .social ul li {
      display: block;
      margin: 3px;
      background: rgba(0, 0, 0, 0.36);
      width: 280px;
      text-align: right;
      padding: 6px 2px 6px 4px;
      border-radius: 0 30px 30px 0;
      transition: all 1s;
    }
    .social {
      position: fixed ;
      top: 140px;
      left: 15px;
      z-index: 999;
    }
   
}

@media (max-width:991px){
  .social ul li i {
      margin-left: 10px;
      color: #000;
      background: #00A000;
      padding: 7px 7px 6px 7px ;
      border-radius: 50%;
      width: 15px !important;
      height: 15px !important;
      font-size: 16px;
      transition: transform 0.5s; 
    }
    .social ul li {
      display: block;
      margin: 3px;
      background: rgba(0, 0, 0, 0.36);
      width: 280px;
      text-align: right;
      padding: 6px 2px 6px 4px;
      border-radius: 0 30px 30px 0;
      transition: all 1s;
    }
    .social {
      position: fixed ;
      top: 140px;
      left: 15px;
      z-index: 999;
    }
}



/*** spinner3 Start ***/
/*** spinner3 ***/
#spinner3 {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner3.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** spinner3 End ***/



/* events */

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    color: #333333;
    font-weight: 400;
    outline: none;
    text-decoration: none;
    transition: 0.5s;
}

img {
    width: 100%;
    height: auto;
}

.credit {
    padding: 30px 15px 0 15px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}

/**********************************/
/***** Layout & Section Title *****/
/**********************************/

.event-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .event-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .event-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .event-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .event-container {
        max-width: 1140px;
    }
}

.event-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.event-column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .event-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .event-column {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .event-column {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.section-title {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 45px 0 30px 0;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background: #eeeeee;
}

.section-title .event-h1 {
    color: #353535;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

@media(max-width: 767.98px) {
    .section-title .event-h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

@media(max-width: 567.98px) {
    .section-title .event-h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
    
    .event-column iframe {
        width: 100%;
        margin-top: 30px;
    }
}

.event-column iframe {
    width: 100%;
    max-width: 100%;
    border: none;
}

.owl-demo1{
  background: #F5F5F5B2;
  padding: 10px;
 border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  height: auto;
  margin-bottom: 20px; 
}

.testimonial-carousel .owl-dots {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.testimonial-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #dddddd;
}

.testimonial-carousel .owl-dot.active {
  background: #00A000;
}
