/* Navbar */
.main-nav-container .w-32 {
    width: 16rem;
}

/* Banners */
.olla-banner {
  padding: 0;
  padding-left: 0;
}

.olla-banner .container {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}

.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}

:nth-child(2 of section.olla-banner), :nth-child(4 of section.olla-banner), :nth-child(6 of section.olla-banner), :nth-child(8 of section.olla-banner) {
  display: none;
}

@media(max-width:768px) {
  :nth-child(2 of section.olla-banner), :nth-child(4 of section.olla-banner), :nth-child(6 of section.olla-banner), :nth-child(8 of section.olla-banner) {
    display: block;
  }

  :nth-child(1 of section.olla-banner), :nth-child(3 of section.olla-banner), :nth-child(5 of section.olla-banner), :nth-child(7 of section.olla-banner) {
  display: none;
}
}
/****/

/* Hero */
.olla-hero-image .container div {
  display: none;
}
/****/


/* Categories */
.slide--cat-entry h4 {
  display: none;
}

.s-slider-controls-outer .s-slider-block__title-nav {
    display: none;
}

section.s-block.s-block--categories .s-slider-block__title {
    justify-content: center;
}

.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *), .s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a {
  background-color: transparent;
  border-width: 0;
  height: 100%;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper {
  justify-content: space-between;
}

section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container .swiper-wrapper .swiper-slide > a > img {
  width: 100%;
  height: 100%;
  transition: .3s;
}

.rounded-full {
  border-radius: 0;
}

@media(min-width: 1024px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container.swiper-initialized.swiper-horizontal .s-slider-swiper-wrapper .swiper-slide {
    width: 250px;
  }
}

@media(max-width: 1024px) {
  section.s-block.s-block--categories .container .s-slider-wrapper .swiper.s-slider-container.swiper-initialized.swiper-horizontal .s-slider-swiper-wrapper .swiper-slide {
    width: 200px;
  }
}
/****/

#app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div:nth-child(3) > div > div > a {
  color: #fff;
}

.tala-main-links {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.tala-main-links .s-slider-wrapper .swiper-wrapper {
  gap: 20px;
}

salla-slider .slide--one-fourth {
  max-width: 150px;
}

body::before 
{
    background-color: #000 !important;
}

body:after 
{
  background-size: 40%;  
}

@media(max-width:768px) {
  footer.relative {
      text-align: -webkit-center;
  }

  footer > div > div > div:nth-child(3) > div {
    justify-self: center;
  }
}

/* HTML Section */
.blackwheel-section,
.blackwheel-section *{
    box-sizing:border-box;
}

.blackwheel-section{
    background:#f6f6f6;
    padding:90px 20px;
    overflow:hidden;
}

.blackwheel-container{
    max-width:1350px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:50px;
}

.blackwheel-image{
    flex:1;
    position:relative;
}

.blackwheel-image img{
    width:100%;
    display:block;
    border-radius:24px;
}

.blackwheel-image::after{
    content:'';
    position:absolute;
    inset:0;
    border-radius:24px;
    background:rgba(0,0,0,.15);
}

.blackwheel-content{
    flex:1;
}

.section-label{
    display:block;
    color:#f47b20;
    font-size:12px;
    font-weight:800;
    letter-spacing:2px;
    margin-bottom:15px;
}

.blackwheel-content h2{
    margin:0;
    font-size:58px;
    font-weight:900;
    line-height:1.2;
    color:#111;
}

.blackwheel-content h2 span{
    color:#f47b20;
}

.section-description{
    margin:25px 0 35px;
    color:#7a7a7a;
    font-size:17px;
    line-height:1.8;
}

.features-list{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.feature-item{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
}

.feature-content{
    flex:1;
}

.feature-content h3{
    margin:0 0 4px;
    font-size:20px;
    font-weight:800;
    color:#111;
}

.feature-content p{
    margin:0;
    font-size:13px;
    color:#888;
}

.feature-icon{
    width:28px;
    height:28px;
    min-width:28px;
    border:2px solid #111;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:2px;
}

.feature-icon svg{
    width:11px;
    height:11px;
    color:#111;
}

.custom-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:220px;
    height:62px;
    background:#000;
    color:#fff !important;
    text-decoration:none;
    border-radius:12px;
    margin-top:45px;
    font-size:18px;
    font-weight:800;
    transition:.3s;
}

.custom-btn:hover{
    transform:translateY(-3px);
}

.floating-card{
    position:absolute;
    background:#000;
    color:#fff;
    z-index:5;
    border-radius:18px;
    padding:22px;
    box-shadow:0 20px 40px rgba(0,0,0,.2);
}

.clients-card{
    top:-20px;
    left:-20px;
    width:120px;
}

.experience-card{
    right:-20px;
    bottom:-20px;
    width:150px;
}

.floating-card .number{
    font-size:38px;
    font-weight:900;
    line-height:1;
    margin-bottom:8px;
}

.floating-card .text{
    font-size:13px;
    font-weight:600;
}

.stars{
    margin-top:8px;
    letter-spacing:2px;
    font-size:11px;
}

.small-text{
    margin-top:4px;
    opacity:.7;
    font-size:11px;
}

@media(max-width:991px){

    .blackwheel-container{
        flex-direction:column;
    }

    .blackwheel-content{
        width:100%;
    }

    .blackwheel-content h2{
        font-size:36px;
    }

    .clients-card{
        left:-10px;
        top:-10px;
    }

    .experience-card{
        right:-10px;
        bottom:-10px;
    }
}
/*******/