@media (min-width: 768px) {
.header-theme-text-for-primary-bg {
    display: none;
}

.header-theme-bg-primary {
    padding: 0;
}

.header-logo {
    height: 40px;
}

ul.main-nav {
    justify-content: center !important;
}


    [data-template=home] section.ss:first-child {
        height:80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden
    }

[data-template=home] section.ss:first-child .container-slider,
[data-template=home] section.ss:first-child .main-slider,
[data-template=home] section.ss:first-child .slick-list,
[data-template=home] section.ss:first-child .slick-track,
[data-template=home] section.ss:first-child .slider-item,
[data-template=home] section.ss:first-child .box-1-1,
[data-template=home] section.ss:first-child .content,
[data-template=home] section.ss:first-child a.d-flex {
    padding: 0;
    min-height: 80vh;
    margin: 0;
    min-width: 100vw
}

[data-template=home] section.ss:first-child img.slider-image-0 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0
}


.gallery-section {
    margin: 0;
    min-width: 98%;
    margin: auto;
}

.gallery-section  .box-1-1:before {
    padding-top: 130%;
}

  [section-id="9013bcfc-9bd5-4112-8276-f3e5749ac3ac"] {
    display: none;
}
  }

@media (max-width: 768px) {

section.ss:first-child{
  display: none;
}

  
    [data-template=home] [section-id="9013bcfc-9bd5-4112-8276-f3e5749ac3ac"] {
        height: 70vh;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden
    }

    [data-template=home] [section-id="9013bcfc-9bd5-4112-8276-f3e5749ac3ac"] .container-slider, [data-template=home] [section-id="9013bcfc-9bd5-4112-8276-f3e5749ac3ac"] .main-slider, [data-template=home] [section-id="9013bcfc-9bd5-4112-8276-f3e5749ac3ac"] .slick-list, [data-template=home] [section-id="9013bcfc-9bd5-4112-8276-f3e5749ac3ac"] .slick-track, [data-template=home] [section-id="9013bcfc-9bd5-4112-8276-f3e5749ac3ac"] .slider-item, [data-template=home] [section-id="9013bcfc-9bd5-4112-8276-f3e5749ac3ac"] .box-1-1, [data-template=home] [section-id="9013bcfc-9bd5-4112-8276-f3e5749ac3ac"] .content, [data-template=home] [section-id="9013bcfc-9bd5-4112-8276-f3e5749ac3ac"] a.d-flex {
        padding: 0;
        min-height: 70vh;
        margin: 0;
        min-width: 50vw
    }

    [data-template=home] [section-id="9013bcfc-9bd5-4112-8276-f3e5749ac3ac"] img.slider-image-0 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 0;
        margin: 0
    }

  .gallery-section {
    padding: 0;
}

.gallery.row {
    display: grid;
    grid-template-columns: 48% 48%;
    max-width: 100%;
    min-width: 100% !important;
    margin: auto;
    gap: 4%;
    margin-top: 15px;
}

  .gallery-item.col-4 {
    min-width: 100%;
}

  .gallery-section  .box-1-1:before {
    padding-top: 130%;
}

  .gallery-item.col-4 {
    padding: 0;
}

  .gallery-item.col-4:nth-child(3) {
    grid-area: 2 / 1 / 2 / 3;
}
  
}


.footer {
    background-color: #000000;
    color: #fff !important;
}