@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@import url("https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&amp;family=Mulish:ital,wght@0,200..1000;1,200..1000&amp;display=swap");

body {
  font-family: 'Poppins', sans-serif!important;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; */
  background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Playfair Display', serif; /* For headings */
  font-weight: bolder;

}
:root {
  --theme-color1-rgb: 231, 163, 145;
  --bg-theme-color1: var(--theme-color1);
  --theme-color-white: #ffffff;
  --theme-color-white-rgb: 255, 255, 255;
  --theme-color1: #e7a391;
  --theme-color2: #1c1a1d;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
p{
  text-align: justify;
  font-weight: 400 !important;
  color: #6E6E73;
  /* margin-bottom: 35px !important; */
  margin-bottom: .5rem !important;
}
.text-justify{
  text-align: justify;
}
.text-primary {
  color: #1C1C1E !important;
}
.text-gold {
    color: #D4AF37 !important;
}
.text-secondary {
  color: #edb345 !important;
}
.text-dark {
  color: #241c24 !important;
}

.bg-primary {
  background-color: #1C1C1E !important;
}
.bg-dark {
  background-color: #241c24 !important;
}

.fw-400{
  font-weight: 400 !important;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: black !important;
}
.social-link:hover a{
  color: white !important;
}

ul {
  list-style-type: square;
}

::-webkit-scrollbar {
  display: none;
}
.pt-6 {
  padding-top: 130px;
}
.py-6 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.mt-6 {
  margin-top: 130px;
}
/* aryzo_home style start */
.home-banner-img{
  height: 600px !important;
  object-fit: cover;
  filter: brightness(0.470);
}
.home-btn {
  background-color: #1C1C1E;
  border: 3px solid #1C1C1E;
  color: #D4AF37;
  padding: 9px 20px;
  border-radius: none !important;
  font-weight: 700;
  text-align: center;
  /* box-shadow: 0 4px 4px black !important; */
}
.home-btn:hover {
  background-color: #D4AF37;
  border: 3px solid #D4AF37;
  color: #1C1C1E !important;
  transition: all 0.7s ease;
}
.white .before-line::before, .white .before-line::after {
  display: inline-block;
  content: "";
  border-top: 2.5px solid #ffffff;
  width: 2rem;
  margin: -1rem 8px;
  transform: translateY(-1rem);
}
.before-line::before, .before-line::after {
  display: inline-block;
  content: "";
  border-top: 2.5px solid #D4AF37;
  width: 2rem;
  margin: -1rem 8px;
  transform: translateY(-1rem);
}
.home .owl-dots .owl-dot {
  margin: 0px 5px;
}
.home .owl-dots .owl-dot button {
  background: #ffffff;
  border: none;
  padding: 7px ;
  border-radius: 50%;
  color: #1C1C1E;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.home .owl-dots {
  position: absolute;
  top: 39%;
  right: 12%;
}
.home .owl-dots .owl-dot button:focus {
  outline: none;
}
.home .owl-dots .owl-dot.active button {
  color: #000000;
  border: none;
  background: #D4AF37;
  padding: 10px ;


}
  /* Animation for text appearing from bottom to top start*/
  .animated-text {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .animated-text.active {
    opacity: 1;
    transform: translateY(0);
  }
   
    /* owl nav start */
    /* .service {
      position: relative;
    }
    
    .owl-theme .custom-nav {
      position: absolute;
      top: 43%;
      left: -72px;
      right: -71px;
    }
    
    .owl-theme .custom-nav .owl-prev,
    .owl-theme .custom-nav .owl-next {
      position: absolute;
      height: 50px;
      width: 50px;
      color: inherit;
      z-index: 100;
      background: #1E1E20;
      border: 1px solid #34343A;
      border-radius: 10px;
    }
    .owl-theme .custom-nav .owl-prev:hover,
    .owl-theme .custom-nav .owl-next:hover {
      background: #1C1C1E;
      border: 1px solid #1C1C1E;
    }
    
    .owl-theme .custom-nav .owl-prev i,
    .owl-theme .custom-nav .owl-next i {
      font-size: 30px;
      color: #ffffff;
    }

    
    .owl-theme .custom-nav .owl-prev {
      left: 0;
    }
    
    .owl-theme .custom-nav .owl-next {
      right: 0;
    }
    .home-banner-img.zoom-in {
      transform: scale(1);
      transition: transform 4s ease;
      will-change: transform;
    }
    
    .home-banner-img.zoom-in-active {
      transform: scale(1.1);
    } */
    
  /* owl nav end */
 

.home-banner-blog {
  background-image: url(/embed/aryzo_assets/images/home/banner/home1.png);
  /* min-height: 610px; */
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: start;
  position: relative;
  background-size: cover;
  width: 100%;
  background-position: center;
  filter: brightness(#000000);
}
/* .about-banner-blog {
  background-image: url(/embed/aryzo_assets/images/home/contact.jpg);
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: start;
  position: relative;
  background-size: cover;
  width: 100%;
  background-position: center;
  filter: brightness(#000000);
} */

.fw-900 {
  font-weight: 900;
}
.home-banner-blog .content{
  color: white;
  text-align: center;
  position: absolute;
  top: 33% !important;
  left: 14%;

}
.about-banner-blog .content{
  color: white;
  text-align: center !important;

}

.about-banner-blog ul li{
  display: inline;
}
.about-banner-blog ul{
  padding-left: 0 ;
}
.fs-18 {
  font-size: 18px !important;
}

.home-filter {
  filter: drop-shadow(2px 2px 1px black);
}

.overflow-hidden{
  overflow: hidden !important;
}

.fw-900 {
  font-weight: 900 !important;
}


.fs-4rem {
  font-size: 4rem;
}

.mb-31px {
  margin-bottom: 31px !important;
}
.mb-16px {
  margin-bottom: 16px !important;
}


.fs-large {
  font-size: xxx-large;
}
.mb-90px {
  margin-bottom: 90px !important;
}
.mb-70px {
  margin-bottom: 70px !important;
}
.about-leaf {
  position: absolute !important;
  right: 0;
  top: -180px;
}
.product-leaf {
  position: absolute !important;
  left: 0 !important;
  /* top: -250px; */
}
@keyframes moveDown {
  0% { transform: translateY(-15px); }
  50% { transform: translateY(15px); }
  100% { transform: translateY(-15px); }
}

.about-image-move-down {
  animation: moveDown 5s ease-in-out infinite;
}
.about-shadow {
  box-shadow: 0 5px 5px black !important;
}
.service-img {
  max-width: 100%;
  height: 280px;
  object-fit: contain;
}
/* .card-wrapper {
  display: inline-block;
  padding: 10px;
  border: 1px solid black;
  position: relative;
  margin: 20px;
  overflow: hidden;
} */

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #D4AF37;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}
.owl-item {
 
  display: flex;
}
.item {
    width: 100%;
}
/* .card-footer {
    background-color: #6E6E73 !important;
} */
.service-card {
  background-color: #d9d9d9;
}
.service-card h1 {
  font-family: 'Lobster', sans-serif;
  font-size: 3.5rem;
  color: #1C1C1E;
  /* text-transform: uppercase; */
  margin: 0 0 10px;
}

.product-card{
  position: relative;
}
.product-card .product-img {
  max-width: 100%;
  height: 335px !important;
  width: 100%;
  object-fit: cover;
  /* filter: brightness(0.8) ; */
  /* border-radius: 10px; */
}
.product-card .category-img {
  max-width: 100%;
  height: 703px !important;
  width: 100%;
  object-fit: cover;
  /* filter: brightness(0.8) ; */
  /* border-radius: 10px; */
}
.product-card:hover .product-img{
  filter: brightness(0.9);
  transition: all 0.5s ease;
}
.fs-44px {
  font-size: 47px;
}
.product-content {
  position: absolute;
  color: #3c6ca4;
  background-color: #ffffff;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  width: 90%;
  bottom: 30px;
  left: 5%;
  /* border-radius: 7px; */
}
.all-product-content {
  position: absolute;
  color: #3c6ca4;
  background-color: #ffffff;
  align-items: center;
  justify-content: space-between;
  padding: 32px 15px !important;
  width: 90%;
  bottom: 30px;
  left: 5%;
  /* border-radius: 7px; */
}

.industry-absolute {
  position: absolute !important;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.industry-icon {
  background-color: #1C1C1E;
  color: #ffffff;
  padding: 10px;
  border-radius: 12px;
  /* width: 85px;
  height: 75px; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-border {
  border-bottom: 8px solid #1C1C1E;
  border-radius: 12px;
}
.contact-img {
  max-width: 100%;
  height: 597px;
  object-fit: cover;
}

.service-custom-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 100%;
}
.service-custom-card h1 {
  font-family: 'Lobster', sans-serif;
  /* font-size: 3.5rem; */
  color: #D4AF37;
  /* text-transform: uppercase; */
  font-weight: 400;
  margin: 0 0 10px;
}
.service-custom-card h5 {
  color: #1C1C1E;
}
.service-custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.service-custom-card__image {
  height: 250px;
  overflow: hidden;
  width: 100%;
  background-color: #6E6E73;
}
.form-control:focus {
    border-color: #D4AF37;
    box-shadow: none;
}
.form-select:focus {
    border-color: #D4AF37;
    box-shadow: none;
}
select option:hover {
  margin: 40px;
  background: #D4AF37;
  color: #fff;
  text-shadow: none;
}
.text-blue{
  color: #1C1C1E;

}
.service-custom-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.service-custom-card:hover .service-custom-card__image img {
  transform: scale(1.05);
}

.service-custom-card__info {
  padding: 20px;
}

.service-custom-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-color);
}

.service-custom-card__description {
  font-size: 0.9rem;
  color: #6E6E73;
  margin-bottom: 20px;
}

.service-custom-card__price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-custom-card__price {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-color);
}

.service-custom-card__btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.service-custom-card__btn:hover {
  background-color: #C71729;
}

@media (max-width: 480px) {
  .cont {
      max-width: 100%;
      padding: 0 20px;
  }

  .product-card__image {
      height: 200px;
  }

  .product-card__title {
      font-size: 1.3rem;
  }

  .product-card__description {
      font-size: 0.8rem;
  }

  .product-card__price {
      font-size: 1.1rem;
  }

  .product-card__btn {
      padding: 8px 16px;
      font-size: 0.8rem;
  }
}
@media (max-width: 528px) {
  .flex-direction{
    flex-direction: column-reverse;
  }
  .about-img {
    height: auto;
  }
.fs-large {
  font-size: xx-large;
}
 
.fs-4rem {
  font-size: 3.2rem;
}
.product-card .category-img {
  max-width: 100%;
  height: 335px !important;
  width: 100%;
  object-fit: cover;
  /* filter: brightness(0.8) ; */
  /* border-radius: 10px; */
}
.home-banner-blog .content{
  left: 0%;
}
.home .owl-dots {
  position: absolute;
  bottom: -25px;
  left: 50%;
  top: auto;
  right: auto;
  transform: translate(-50%, -50%);
  display: flex;
}
.owl-theme .custom-nav {
  position: absolute;
  top: auto;
  left: 0px;
  right: 0px;
}
.home .owl-dots .owl-dot.active button {
padding: 12px;

}
.home-banner-img{
  height: 670px !important;
  object-fit: cover;
  filter: brightness(0.470);
}
.before-line::before, .before-line::after {
  width: 19px;
}
.home .owl-dots .owl-dot button {
  font-size: 0;
}
.home .owl-dots .owl-dot button {
  padding: 7px;
}
.pt-130 {
  padding-top: 90px;
}
.pb-130 {
  padding-bottom: 90px;
}
marquee h1 {
  font-size: 3.5rem;
}
.marquee-img {
  max-width: 100%;
  height: 80px;
}
.service-card h1 {
  font-size: 2.5rem;
}
}

