@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

:root {
    --main-color: #0F766E;
}

body { 
  background-color: #f6f8f7 !important;
  font-family: "Alexandria", sans-serif;
}

.container {
    max-width: 90% !important;
    width: 90% !important;
}

.s-block--testimonials.container {
    max-width: 100%;
}

@media (max-width: 640px) {
    .container {
        padding-inline: 16px;
}

.s-block--testimonials.container {
    padding-inline: 16px;
}
}

@media (min-width: 640px) {
    .s-block {
        margin-top: 7rem;
    }
}

@media (max-width: 640px) {
    .s-block {
        margin-top: 2.5rem;
    }
}

@media (min-width: 640px) {
    .store-footer {
        margin-top: 7rem;
    }
}

@media (max-width: 640px) {
    .store-footer {
        margin-top: 2.5rem;
    }
}
/*****************Navbar*****************//* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

:root {
    --main-color: #0F766E;
}

body { 
  background-color: #f6f8f7 !important;
  font-family: "Alexandria", sans-serif;
}

.container {
    max-width: 90% !important;
    width: 90% !important;
}

.s-block--testimonials.container {
    max-width: 100%;
}

@media (max-width: 640px) {
    .container {
        padding-inline: 16px;
}

.s-block--testimonials.container {
    padding-inline: 16px;
}
}

@media (min-width: 640px) {
    .s-block {
        margin-top: 7rem;
    }
}

@media (max-width: 640px) {
    .s-block {
        margin-top: 2.5rem;
    }
}

@media (min-width: 640px) {
    .store-footer {
        margin-top: 7rem;
    }
}

@media (max-width: 640px) {
    .store-footer {
        margin-top: 2.5rem;
    }
}
/*****************Navbar*****************/
/*****************Slider*****************/
section.s-block.s-block--photos-slider {
    margin-top: 0px;
}

section.s-block.s-block--photos-slider .swiper-slide {
    width: 100%;
    padding: 0px;
}

section.s-block.s-block--photos-slider .swiper {
    padding: 0px;
}

salla-slider.photos-slider .swiper-slide {
    border-radius: 0px !important;
}

section.s-block.s-block--photos-slider img {
    border-radius: 0px;
}

.s-slider-v-centered .s-slider-block__title-nav {
    display: none;
}
/*****************Slider*****************/
/*****************Banner*****************/
section.s-block.s-block--fixed-banner.wide-placeholder  .container {
    padding: 0px;
    max-width: 100%;
}

.banner--fixed img {
    border-radius: 0px !important;
}

section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(5)  .container {
    max-width: 90%;
}
/*****************Banner*****************/
/*****************Footer*****************/
.store-footer__inner {
    color: #7F9298 !important;
    background-color: #07111B !important;
    border: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.store-footer h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #fff !important;
}

footer.store-footer {
    background: #07111B !important;
}

.s-menu-footer-item {
    font-size: 1rem;
}

@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.max-w-sm.leading-6.mb-6 {
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 26px;
}

.md\:flex.items-center.justify-between.py-4.container.text-center {
    padding-block: .5rem;
}

.s-social-link a {
    border: none !important;
}

footer a {
    transition: .6s ease-in !important;
}

footer .s-contacts-icon {
    border: none;
    margin-left: 0px;
}

.s-contacts-list {
    gap: .5rem;
}

.copyright-text p {
    font-weight: 400;
    font-size: 1.125rem;
    color: #7F9298;
}

.copyright-text p a:hover {
    color: #7F9298;
}

@media (max-width: 767px) {
    .store-footer .contact-social {
    border: 0px !important;
    margin: 0px;
    padding-top: 0px;
    margin-right: -10px;
}
.s-social-list {
    padding-right: 20px;
}
}

@media (max-width:767px) {
    .store-footer h3 {
    margin-bottom: .5rem;
    font-size: 1.125rem;
}

    .max-w-sm.leading-6.mb-6 {
    font-size: 14px;
    margin-bottom: 8px;
}

.s-menu-footer-item {
    font-size: .87rem;
    line-height: 24px;
    margin-bottom: 0.25rem !important; 
}
}
/*****************Footer*****************/