html,
body {
    overflow-x: clip !important;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    color: #1C1C1C;
}

p:not(:last-child):not(:only-child) {
    margin-bottom: 20px;
}

img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.container--full {
    max-width: 1920px;
    margin-inline: auto;
    padding-inline: 40px;
    width: 100%;
}

h1 {
    font-weight: 800;
    font-size: 34px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 35px;
}

h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.section--title {
    position: relative;
    padding-bottom: 12px;
    border-bottom: 4px solid #4423FF;
}

h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    color: #1C1C1C;

}

#hero {
    height: 100svh;
    width: 100%;
    position: relative;
    padding: 25px;
}

header#hero .inner {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #4423FF 0%, #18019B 100%);
    border-radius: 10px;
    max-width: 1920px;
    overflow: hidden;
    padding: 35px 25px 25px;
    display: flex;
    flex-direction: column;
}

header#hero .inner .image {
    position: relative;
    overflow: hidden;
    flex: 1;
}

header#hero .inner .image img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}

section#about {
    margin-top: 120px;
}

section#about .cols {
    display: flex;
    justify-content: space-between;
}

section#about .cols .col--right {
    max-width: 1060px;
    width: 100%;
    margin-right: 60px;
}

.section--subtitle {
    margin-block: 120px 25px;
}


.gallery.owl-carousel {
    max-width: 900px;
    margin-inline: auto;
}

.gallery.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    margin-top: 25px;
}

.gallery.owl-carousel .owl-nav div svg {
    height: 100%;
    width: 100%;
    transition: all ease-in-out 250ms;
}

.gallery.owl-carousel .owl-nav div {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.gallery.owl-carousel .owl-nav div.owl-next:hover svg {
    transform: translateX(6px);
}

.gallery.owl-carousel .owl-nav div.owl-prev:hover svg {
    transform: translateX(-6px);
}

.gallery.owl-carousel img {
    height: 650px;
}

.gallery.owl-carousel .owl-stage-outer {
    overflow: visible;
}


.enable-lightbox a {
    display: flex;
    position: relative;
}

.enable-lightbox a::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-image: url('open-image.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    z-index: 1;
    transition: all ease-in-out 650ms;
}

.enable-lightbox a::before,
.enable-lightbox a::after {
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.enable-lightbox a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1C1C1C;
    transition: all ease-in-out 350ms;
}

.enable-lightbox a:hover::before {
    opacity: 1;
    visibility: visible;
}

.enable-lightbox a:hover::after {
    opacity: .25;
    visibility: visible;
}

#footer {
    margin-block: 120px 30px;
}

.footer--inner {
    background: linear-gradient(90deg, #4423FF 0%, #18019B 100%);
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 40px 25px;
}

.footer--main ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.footer--main ul li a {
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    transition: all ease-in-out 250ms;
    text-decoration: none;
    display: block;
    max-width: max-content;
    padding-bottom: 5px;
    position: relative;
}

.footer--main ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all ease-in-out 250ms;
}

.footer--main ul li a:hover::after {
    width: 100%;
}

.footer--main ul li a:hover {
    opacity: .8;
}

.footer--main ul li {
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: 0 100px 25px 0;
    column-gap: 280px;
}

.footer--main ul li>span {
    flex: 1;
}

.footer--secondary {
    margin-top: 70px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    column-gap: 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer--secondary>span {
    flex: 1;
}

.footer--secondary>span:last-child {
    margin-left: -100px;
    display: flex;
    justify-content: space-between;
}

@media(max-width:1550px) {
    section#about .cols .col--right {
        max-width: 800px;

    }

    h1 {
        font-size: 24px;
        line-height: 26px;
        color: #FFFFFF;
    }

    section#about {
        margin-top: 60px;
    }

    html,
    body {
        font-size: 16px;
        line-height: 20px;
    }

    .section--title {
        font-size: 24px;
        line-height: 33px;
    }

    h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .gallery.owl-carousel {
        max-width: 680px;
    }

    .gallery.owl-carousel img {
        height: 485px;
    }

    #footer {
        margin-block: 70px 25px;
    }

    .footer--main ul li {
        column-gap: 200px;
        padding: 0 80px 20px 0;
    }

    .footer--secondary {
        column-gap: 200px;
        font-size: 15px;
    }

    .footer--secondary>span:last-child {
        margin-left: -80px;
    }

    .section--subtitle {
        margin-top: 60px;
    }
}

@media(max-width:1150px) {
    .container--full {
        padding-inline: 25px;
    }

    section#about .cols .col--right {
        max-width: 660px;
    }

    .footer--main ul li {
        padding-right: 0;
    }

    .footer--secondary>span:last-child {
        margin-left: 0;
        flex-direction: column;
        row-gap: 2px;
    }

    .footer--secondary {
        margin-top: 45px;
    }



}


@media(max-width:991px) {
    section#about .cols .col--right {
        margin-right: 0;
    }

    h1 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    header#hero .inner {
        padding: 25px 15px 15px;
    }

    #hero {
        padding: 15px;
    }

    section#about .cols {
        flex-direction: column;
        row-gap: 40px;
        align-items: center;
    }

    .section--subtitle {
        text-align: center;
    }

    .gallery.owl-carousel {
        max-width: 75vw;
    }

    .gallery.owl-carousel img {
        height: 380px;
    }

    .footer--main ul li {
        flex-direction: column;
        row-gap: 6px;
    }

    .footer--secondary {
        margin-top: 35px;
        flex-direction: column;
        row-gap: 8px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer--secondary>span:last-child {
        row-gap: 8px;
    }

    #footer .container--full {
        padding-inline: 15px;
    }


}


@media(max-width:767px) {
    h1 {
        font-size: 20px;
        line-height: 22px;
    }

    h1 br {
        display: none;
    }

    #hero {
        height: 65svh;
    }

    section#about {
        margin-top: 40px;
    }

    .section--title {
        font-size: 22px;
        line-height: 1.3;
        padding-bottom: 6px;
    }

    section#about .cols {
        row-gap: 30px;
    }

    .section--subtitle {
        margin-block: 50px 20px;
    }

    .gallery.owl-carousel img {
        height: 240px;
    }

    .footer--inner {
        padding: 30px 30px 25px;
    }

    .footer--main ul li {
        text-align: center;
    }

    html,
    body {
        font-size: 15px;
        line-height: 19px;
    }

    .footer--secondary {
        column-gap: 200px;
        font-size: 13px;
        line-height: 1.5;
        row-gap: 4px;
    }
.footer--main ul {
    row-gap:20px;
}
    .footer--secondary>span:last-child {
        row-gap: 4px;
    }
}