*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  
}

html{
    scroll-behavior: smooth;
}

.TopBar span{
    color: #5e5e5e;
}

.TopIcn{
    color: #5e5e5e;
}

.vr {
    width: 1px;
    background: #e5e7eb;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff; /* Add a background color to the header */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a box shadow to the header */
  }

  .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff; /* Add a background color to the header */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a box shadow to the header */
    transition: all 0.3s ease-in-out; /* Add a transition effect */
    animation: slideDown 0.35s ease-out;
  }

  @keyframes slideDown {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .active {

    font-weight: 600;
    color: #0899cc; 
  }

.vh-100{
    height: 70vh!important;
}

.swiper {
    width: 600px;
    height: 300px;
  }


  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .PrdouctSlide{
    width: 6%!important;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .shapes{
    width: 75px!important;
    height: : 75px!important;
  }

  /* .product {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: #306191;
}

  .productSpan {
    font-size: 47px;
    font-weight: 500;
    color: #0899cc;
} */
  
.flex.items-start {
    transition: none; /* remove transition */
  }
  
  .flex.items-start:hover {
    animation: moveRight 0.3s ease-out forwards; /* add animation */
  }
  
  @keyframes moveRight {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(10px);
    }
  }


  .swiper-wrapper {
    width: 100%;
    height: max-content !important;
    padding-bottom: 64px !important;
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
    }

  .swiper-pagination-bullet {
    background: #fff;
    }
    .swiper-pagination-bullet-active {
    background: #fff !important;
    }


iframe {
  border: none;
  width: 100%;
 
  overflow: hidden;
}


.Conct {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.Conct h2 {
  margin-bottom: 0;
}
.Conct p {
  margin-bottom: 0;
}
.ConctForm {
  transform: translate(10px, 10px);
  position: absolute;
  top: 25%;
}

@media only screen and (max-width: 766px) {
  .MobTopBr{
    display: none;
  }

  .ConctForm {
    transform: none;
    position: relative;
    top: 0;
  }

  .bg-white{
    height: auto!important;
  }
  .ConctDetails {
    align-items: baseline;
}
}


button[role="tab"]:hover {
  color: #0899cc; 
  border-color: #0899cc; 
}

.vertical-slide-carousel {
  height: 60vh; /* adjust the value to your desired height */
}

/* Add the following styles to your CSS file */

/* Style the button */
#scroll-to-top {
  @apply fixed bottom-0 right-0 mb-4 mr-4 p-2 bg-orange-500 hover:bg-orange-700 text-white font-bold py-2 px-4 rounded-full shadow-md;
}

/* Add animation to the button */
.animate-bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
#scroll-to-top {
  padding: 16px 21px;
  z-index: 9999;
  background: #0899cc;
}

#scroll-to-top:hover {
 
  background: #306191;
}


.swiper-slide img {
  transition: transform 0.3s ease-in-out;
}

.swiper-slide img:hover {
  transform: scale(1.2);
  cursor: pointer
}

#owl-carousel.owl-carousel .item img {
  width: 80px;
  height: 80px;
}

#owl-carousel.owl-carousel .item {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

/* #owl-carousel .owl-item {
    width: auto !important; 
} */
.owl-prev,
.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}

.owl-item p {
  color: #000;
}


#owl-carousel .item img {
  transition: transform 0.3s ease-in-out;
  /* Smooth transition for the transform */
}

#owl-carousel .item img:hover {
  transform: scale(1.2);
  cursor: pointer
}
