/* Add custom CSS styles below */ 


.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(2,minmax(0,1fr));

}
.banner-entry {
    position: relative;
    height: 93px;
    overflow: hidden;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgb(243 244 246/var(--tw-bg-opacity));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: .75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(255 255 255/var(--tw-text-opacity));
}
body.index::before {
    content: " ";
  background: #ffffff;
  position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 9998;
    opacity:0;
    animation:anofy 2.5s;
  }
  body.index:after {
    z-index: 9999;
    position: fixed;
    content: "";
    background-image: url("https://cdn.salla.sa/VVwad/kMddDMve3jcQ3pmZ3re98OxxVxcNOpHErg2AvQC6.png");
    
    background-position: center;
    background-size: 151px;
    background-repeat: no-repeat;
    width: 0;
    transform: translate(90px, -90px);
    height: 151px;
    right: 50%;
    top: 50%;
        opacity:0;
    animation:naif 1.5s;
  }
  
  @keyframes anofy {
    0% {
         width:100%;
        opacity: 1;
    }
  
    40% {
       opacity: 1;
    }
  
    80% {
       opacity: 1;
    }
    99%{
        width:100%;
    }
    
    100% {
        width:0;
       opacity: 0;
        display:none;
    }
  }
  
  @keyframes naif {
    0% {
         width:400px;
        opacity: 0;
    }
  
    70% {
        width:185px;
       opacity: 1;
    }
  
    80% {
       opacity: 1;
    }
    99%{
        width:50px;
    }
    
    100% {
        width:0;
       opacity: 0;
        display:none;
    }
  }
.s-block__title {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-block--features__item {
    display: flex;
    flex-grow: 1;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 1rem;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 500ms;
}

.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1 !important;
}
@media (min-width: 1280px){
.banner-entry {
    position: relative;
    height: 358px !important;
    overflow: hidden;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgb(243 244 246/var(--tw-bg-opacity));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: .75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(255 255 255/var(--tw-text-opacity));
}
}