.main-header__logo img,
.main-header__logo svg {
    display: block;
    /* width: 100%;
    height: 45px; */
}

.swiper-container .socials a {
    font-size: 22px;
}

.swiper-full-parallax .swiper-slide__inner .slide-info-left .slider-nav .swiper-button-prev {
    position: relative;

    width: 64px;
    height: 64px;
    margin-top: 0;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    opacity: .5;
    outline: 0;
    background-image: none;
}

.swiper-full-parallax .swiper-slide__inner .slide-info-left .slider-nav .swiper-button-next,
.swiper-full-parallax .swiper-slide__inner .slide-info-left .slider-nav .swiper-button-prev {
    position: relative;

    width: 64px;
    height: 64px;
    margin-top: 0;
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    opacity: .5;
    outline: 0;
    background-image: none;
}

.swiper-container .socials {
    position: absolute;
    z-index: 2;
    left: var(--space-md);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

body,
html {
    margin: 0;
    padding: 0;
    background-color: #000;
    /* font-family: "League Gothic", sans-serif !important; */
}

/* .league-gothic-font {
    font-family: "League Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;

    letter-spacing: 2.5px;
} */


.overlay {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    /* background: rgba(0, 0, 0, 0.5); */
    /* Optional: for better text readability */
    /* padding: 20px;
    border-radius: 5px; */
}

.overlay h1 {
    margin: 0;
    font-size: 3em;
    color: #fff !important;
}

.overlay p {
    margin-top: 10px;
    font-size: 1.2em;
    color: #fff !important;
}

.overlay p a {
    color: #fff !important;
}

.color-heading {
    color: #E8BA25;
}

h1 {
    color: #fff !important;
    text-transform: capitalize !important;
}

h3 {
    color: #fff !important;
    text-transform: capitalize !important;
}

p {
    color: #fff !important;
    font-size: 22px !important;
    line-height: 30px;
    font-weight: 300 !important;
}

.rounded {
    border-radius: 5px !important;
}

/* #primary-menu>.menu-item>a {
    font-size: 20px;
} */





.overlayy-text {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 20px;
    /* margin-top: 20px;
    margin-bottom: 30px; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* Semi-transparent background */
    border-radius: 10px;
}

@media (max-width: 768px) {
    .overlayy-text {
        padding: 15px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .overlayy-text {
        padding: 10px;
        font-size: 12px;
    }
}

.slideshow {
    position: relative;
    z-index: 1;
    height: auto;
    max-width: 3000px;
    margin: 10px auto;
}

.slideshow * {
    outline: none;
}

/* .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
} */

.item {
    height: 400px;
    position: relative;
    z-index: 1;

    /* img {
        width: 100%;
        height: 400px;
        -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transform: scale(1.2);
        transform: scale(1);
    } */

    /* &.slick-active img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-animation: cssAnimation 5s 1 ease-in-out forwards;
        animation: cssAnimation 5s 1 ease-in-out forwards;
    } */
}

/* @keyframes cssAnimation {
        from {
            -webkit-transform: scale(1) translate(0px);
        }

        to {
            -webkit-transform: scale(1.2) translate(0px);
        }
    }

    @-webkit-keyframes cssAnimation {
        from {
            -webkit-transform: scale(1) translate(0px);
        }

        to {
            -webkit-transform: scale(1.2) translate(0px);
        }
    } */

.overlay-image {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;

    img {
        /* width: 100%;

        height: auto; */
        /* transform: scale(1.2);
        -webkit-animation: cssAnimation 5s 1 ease-in-out forwards;
        animation: cssAnimation 5s 1 ease-in-out forwards; */
    }
}


.copyright-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: white;
    font-size: 14px;

    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;

    img {
        width: 45px;

        height: 15px;
        margin-right: 5px;
    }

    span {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .copyright-container span {
        /* padding: 12px; */
        font-size: 10px !important;
       /* width: 100%; */
    }

}
@media (max-width: 600px) {
    .copyright-container {
       
        /* left: 50% !important;
         transform: translate(-50%, -50%); */
        width: 100%;
        text-align: center;
    }

}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.font-lato {
    font-family: 'Lato', sans-serif;
}