/* Header & Landing */
.app-inner {
    background-color: #ECEEFE;
}
.navbar-brand {
  visibility: hidden;
}


.landing-page-fixed-bannar-0 h1 {
    font-size: 36px;
    font-weight: 500;
}
.landing-page-fixed-bannar-0 .box-text {
    gap: 0;
}
.landing-page-fixed-bannar-0 .box-text h1 {
    color: #07535C;
    font-size: 40px;
    font-weight: bold;
}
@media (max-width: 768px) {
  .landing-page-fixed-bannar-0 .box-text h1 {
      font-size: 12px;
      width: 100% !important;
  }
    .landing-page-fixed-bannar-0 p {
        display: none
    }
}

.top-navbar {
  display: none;
}
#mainnav {
  scrollbar-width: none;
}
.landing-page-fixed-bannar-0 {
    margin-top: 0;
}
.landing-page-fixed-bannar-0 p {
    color: #1B6F79;
    font-size: 24px;
}
.landing-page-fixed-bannar.translate-y-\[-75px\] {
    --tw-translate-y: 0;
}
.landing-page-fixed-bannar-0 a {
    background-color: #32929E;
}


/* Cats */
.banner-images .content-image {
    justify-content: center;
    flex-direction: row-reverse;
}
.banner-images .content-image .cat:first-child {
    display: none;
}
@media (max-width: 420px) {
    .photo img {
        object-fit: unset
    }
}



/* Offers */
.offers h2 {
    color: #fff;
}
.offers .flex > p {
    color: #F9CF22
}
.offers .flex > p:first-child {
    color: #fff;
}
.offers .flex > del {
    color: rgba(255, 255, 255, 64)
}
.s-block--best-offers {
    margin-bottom: 4%;
}
.image-text h2 {
    color: var(--color-primary);
}
.offers > h2 {
  text-shadow: unset;
}
@media (min-width: 992px) {
    .s-block--best-offers h2 {
        font-size: 40px;
        color: #07535C;
    }
}



/* Video */
.gif-banner .first-bg,
.gif-banner .small-bg{
    display: none;
}
.gif-video {
    width: 100%;
    max-width: 100%;
    transform: unset !important;
    left: 0;
}
.gif-banner .first-bg + div * {
    color: #fff;
}
.gif-banner .first-bg + .text-bg {
    top: 45%;
    right: 12%;
}
@media (max-width: 1280px) {
    .gif-banner {
        margin-bottom: 25%;
    }
    .gif-banner,
    .gif-banner * {
        height: auto !important;
        overflow: unset !important;
    }
    .gif-banner h2 {
        font-size: 20px;
        line-height: 2rem;
    }
    .gif-banner p {
        font-size: 14px;
    }
    .gif-banner .text-bg {
        width: 80%;
    }
}



/* numbers */
.numbers {
    max-width: 100%;
    background-color: var(--color-primary);
}
.numbers * {
    color: #fff;
}
.numbers {
    padding: 3% 0;
}
@media (min-width: 992px) {
    .numbers {
        padding: 2% 11%;
    }
}


/* Testimonials */
.section_c_r h2 {
    color: var(--color-primary);
}


/* img Text Banner */
@media (min-width: 992px) {
    .image-text h2 {
        line-height: 3rem
    }
}
@media (max-width: 768px) {
  .image-text h2 {
      font-size: 1rem
  }
}


/* Footer */
.footer-is-light .store-footer {
    background-color: var(--color-primary);
}


/* Categories List Start */
section:nth-child(1 of .s-block.s-block--banners.container) .md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
section:nth-child(1 of .s-block.s-block--banners.container) .two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry {
    height: 255px;
    background-color:unset;
    transition: 0.2s;
}
section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry{
    height: 260px;
}
section:nth-child(1 of .s-block.s-block--banners.container) .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
}
@media(max-width: 480px){
section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry{
    height: 170px;
}
}
/* Categories List End */


/* 2 */
/* Categories List Start */
section:nth-child(2 of .s-block.s-block--banners.container) .md\:grid-cols-3 {
    grid-template-columns: repeat(8,minmax(0,1fr));
}
section:nth-child(2 of .s-block.s-block--banners.container) .two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
    height: 255px;
    background-color:unset;
    transition: 0.2s;
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 767px) {
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry:not(:last-child) {
        grid-column: span 3;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry:last-child {
        grid-column: span 2;
    }
}

@media(min-width:768px) and (max-width:1200px){
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
section:nth-child(2 of .s-block.s-block--banners.container) .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
    height: 180px;
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry:last-child {
    grid-column: span 2;
    height: 210px;
}
}
@media(max-width: 480px){
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
    height: 130px;
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry:last-child {
    height: 150px;
}
}
.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
/* Categories List End */