/* Add custom CSS styles below */ 
header .light_logo {
    display: none;
}
header .dark_logo {
    display: block;
}
.index button.button.border.font-bold.leading-none {
    border-radius: 6.56px;
}
.index  section[class*="categories"] h3.title-text:after {
    content: "";
    background-image: url("https://i.ibb.co/Fb5Wy0WQ/Frame-1820549888.png");
    display: block;
    background-size: contain;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center;
}
.index section .flex.items-center{ 
  .relative.w-full {
    background-image: url("https://i.ibb.co/Fb5Wy0WQ/Frame-1820549888.png");
    height: 10px; 
    width: 230px;
    background-repeat: no-repeat;
    background-size: contain;
}
  .border-line {
    background: unset !important;
}
  .relative.w-full:last-child {
    transform: rotate(180deg);
}
}
section:nth-child( 4 of .main-banner){
  margin-bottom: 0;
}
section:nth-child( 5 of .main-banner){
  margin-top: 0;
}
.features-section{  
   .flex.flex-col.items-center.justify-between.gap-5 {
      flex-direction: row;
      text-align-last: right;
      gap: 1rem;
      }
    p {
      text-align: right;
      }
   .text-center {
    border-right: 2px solid;
    padding-right: 1rem;
    }
  .md\:text-xl {
    text-align: right;
    }
  }
section:nth-child( 3 of .main-banner)  img.w-full.h-full.object-cover {
    object-fit: contain;
    }
@media (min-width: 768px) {
.main-banner .content-wrapper p {
    max-width: 625px;
    font-size: 32px;
    line-height: 1.5;
}

  section:nth-child( 2 of .main-banner){
    h2 {
    font-size: 40px;
    }
    p {
      font-size: 16px;
      line-height: 1.3;
       margin-top: 2rem;
    }
    .content-wrapper {
    max-width: 42%;
    }
   }

  section[class*="categories"]{
    background-color: #F6F4EF;
    padding-top: 2rem;
    .md\:grid-cols-6 {
       grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    img.h-44.aspect-square.object-contain {
      height: fit-content;
    }}


  section:nth-child( 3 of .main-banner){
    .main-banner-slider.swiper {
    height: 100vh;
    }
    .md\:items-center {
      align-items: flex-end;
      padding-bottom: 2rem;
      }
    .buttons-wrapper {
      margin-right: 20%;
      }
  }

  section:nth-child( 4 of .main-banner),
  section:nth-child( 5 of .main-banner){
    .flex.container.items-start {
      text-align: center;
      max-width: 1500px;
    }
   .content-wrapper {
      width: 48%;
    }
    .buttons-wrapper {
      justify-content: center;
    }
     p {
    margin-right: auto;
    margin-left: auto;
}
  }

.features-section .md\:grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (min-width: 1600px) {
   .index .container {
        max-width: 1550px !important;
    }
}
@media (max-width: 768px) {
.main-banner  p , .main-banner  h2{
    text-align: center;
}
 section:nth-child( 1 of .main-banner)  .main-banner .content-wrapper h2 {
    filter: drop-shadow(2px 2px 4px black);
}
section:nth-child( 2 of .main-banner) .content-wrapper,
  section:nth-child( 4 of .main-banner) .content-wrapper,
  section:nth-child( 5 of .main-banner) .content-wrapper{
    margin-top: 2rem;
}
section:nth-child( 3 of .main-banner)  .content-wrapper {
    align-items: flex-end;
    margin-left: 3%;
}
  .index section .flex.items-center{ 
    .relative.w-full {
      width: 100px;
  }
  }
  .features-section .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
}