.row, .container, .container-fluid {
    --bs-gutter-x: 50px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 99;
    padding: 0 100px;
}
.logo {
    flex: 3;
    text-align: center;
}

img {
    max-width: 100%;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #231F1F;
    text-decoration: none;
}
.w nav ul li a {
    color: #ffffff;
}
nav ul li a:hover {
    border-bottom: 1px solid #231F1F;
}
.w nav ul li a:hover {
    border-bottom: 1px solid #ffffff;
}
.left {
    text-align: left;
    flex: 2;
}
.right {
    flex: 2;
    text-align: right;
}
.left ul li {
    margin-right: 50px;
}
.right ul li {
    margin-left: 50px;
}

.img-slide, .has-image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.otgs-development-site-front-end {
    display: none;
}

#slider-nav {
    bottom: 50px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    position: absolute;
    align-items: center;
}
    #slider-nav .counter{
        font-family: "Playfair Display", serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.12em;
        margin: 0 15px;
        color: #ffffff;
    }
.slick-arrow {
    transition: all .4s ease;
}
    .slick-arrow:hover {
        opacity: .5;
    }
#cover {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title {
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 85px;
    letter-spacing: 0;
    color: #231F1F;
    text-transform: uppercase;
    padding-top: 200px;
}
.page-title.with-cover {
    color: #ffffff;
    padding-top: 0;
}
    .page-title span {
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.12em;
        margin-bottom: 10px;
        color: #8A5C5C;
        display: block;
    }
.packages-page .page-title {
    margin-bottom: 80px;
}

#about-content {
    margin-top: 120px;
    margin-bottom: 120px;
}
    #about-content h2 {
        font-family: "Playfair Display", serif;
        font-size: 45px;
        font-weight: 400;
        line-height: 55px;
        letter-spacing: 0;
        color: #231F1F;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    #about-content p {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: 0;
        margin-bottom: 30px;
        color: #231F1F;
    }
    #about-img-1 {
        margin-top: 25px;
    }
    #about-img-2 {
        margin-top: 80px;
        margin-bottom: 70px;
        width: 80%;
        float: right;
    }


footer {
    border-top: 1px solid rgba(35, 31, 31, 0.8);
    border-bottom: 1px solid rgba(35, 31, 31, 0.8);
    padding: 41px 0 44px;
    margin-bottom: 50px;
}
    .copyright {
        font-family: "Roboto", sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0.12em;
        color: rgba(35, 31, 31, 0.7);
        margin: 0;
        text-transform: uppercase;
    }
    .footer-links {
        text-align: right;
        list-style: none;
        padding: 0;
        margin: 0;
    }
        .footer-links li {
            display: inline-block;
            margin-left: 50px;
            vertical-align: middle;
        }
        .footer-links a {
            font-family: "Roboto", sans-serif;
            font-size: 13px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0.12em;
            color: #231F1F;
            text-decoration: none;
            vertical-align: middle;
        }
        .footer-links a i {
            font-size: 20px;
        }


.package-box {
    background-color: #EDE4E4;
    margin-bottom: 50px;
}
    .package-content {
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .package-box h2 {
        font-family: "Playfair Display", serif;
        font-size: 50px;
        font-weight: 400;
        line-height: 1em;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
    }
    .package-desc p {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 40px;
        letter-spacing: 0;
        text-align: center;
        color: #231F1F;
        margin-bottom: 15px;
    }
    .price {
        font-family: "Parisienne";
        font-size: 50px;
        font-weight: 400;
        line-height: 55px;
        letter-spacing: -0.02em;
        text-align: center;
        color: #854747;
    }
    .price-small {
        font-family: "Parisienne";
        font-size: 25px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: -0.02em;
        text-align: center;
        color: #854747;
        display: block;
    }
#contact {
    margin-top: 80px;
    text-align: center;
}
    #contact input, #contact textarea {
        border: none;
        border-bottom: 1px solid rgba(35, 31, 31, 0.8);
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 25px;
        letter-spacing: 0;
        width: 100%;
        color: #231F1F;
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-radius: 0;
    }
    #contact input::placeholder, #contact textarea::placeholder {
        color: rgba(35, 31, 31, 0.5);
    }
    #contact textarea {
        height: 130px;
    }
    #contact input[type=submit] {
        border: 1px solid #231F1F;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.12em;
        text-align: center;
        text-transform: uppercase;
        padding: 14px 28px;
        color: #231F1F;
        background-color: transparent;
        width: auto;
        border-radius: 0;
        transition: all .4s ease;
    }
    #contact input[type=submit]:hover {
        background-color: #231F1F;
        color: #ffffff;
    }
#contact .wpcf7-spinner {
    position: absolute;
}
#contact-info {
    background-color: #EDE4E4;
    padding: 50px 0;
    margin-bottom: 80px;
    margin-top: 40px;
}
    #contact-info div {
        font-family: "Playfair Display", serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0;
        text-align: center;
        color: #231F1F;
        text-transform: uppercase;
        margin-bottom: 50px;
    }
    #contact-info div:last-child {
        margin-bottom: 0;
    }
        #contact-info div a {
            text-transform: none;
            text-decoration: none;
            color: #854747;
            margin-top: 7px;
            display: block;
        }
#ajax-load-more {
    margin-top: 80px;
}

    #ajax-load-more img {
        max-width: 100%;
        height: auto;
    }
    .alm-reveal {
        align-items: center;
    }
.alm-gallery-img {
    margin-bottom: 100px;
}
.alm-btn-wrap {
    margin-top: 30px;
    margin-bottom: 80px;
    text-align: center;
}
    .alm-btn-wrap .load-more {
        border: 1px solid #231F1F;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.12em;
        text-align: center;
        text-transform: uppercase;
        padding: 14px 28px;
        color: #231F1F;
        background-color: transparent;
        width: auto;
        transition: all .4s ease;
    }
    .alm-btn-wrap .load-more:hover {
        background-color: #231F1F;
        color: #ffffff;
    }
    .load-more.done {
        display: none;
    }

.sl-wrapper .sl-navigation button.sl-next {
        right: 100px;
    }
.sl-wrapper .sl-navigation button.sl-prev {
        left: 100px;
    }
.sl-wrapper .sl-close {
    top: 50px;
    right: 100px;
}

#mobile-menu, #burger-menu {
    display: none;
}

#return-to-top {
    position: fixed;
    bottom: 40%;
    right: 10px;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 1400px) {

    header {
        padding: 0 calc((100% - 1270px)/2);
    }
}


@media screen and (min-width: 1025px) {

    .page-template-gallery .row,
    .page-template-gallery .container,
    .page-template-gallery .container-fluid {
        --bs-gutter-x: 100px;
    }

    .page-template-gallery header {
        padding: 0 calc((100% - 1220px)/2);
    }

}

@media screen and (max-width: 1024px) {

    .row, .container, .container-fluid {
        --bs-gutter-x: 30px;
    }

    .home #mobile-menu {
        display: block;
        position: absolute;
        top: 100px;
        z-index: 999;
    }
    nav.mobile-nav ul li {
        margin: 0 25px 20px;
    }
    .mobile-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #burger-menu {
        display: block;
    }
    .home #burger-menu {
        display: none;
    }
        #burger-menu-holder {
            display: none;
        }
        #burger-menu-holder.open {
            display: flex;
            justify-content: center;
            align-items: center;
        }


    header {
        top: 30px;
    }

    header .left {
        display: none;
    }
    header .right {
        display: none;
    }

    #slider-nav {
        width: 100%;
        justify-content: center;
    }
    ul .wpml-ls-menu-item a {
        display: inline-block !important;
    }

    .page-title {
        font-size: 40px;
        line-height: 45px;
        padding-top: 118px;
    }

    #about-content {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    #about-content h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    footer {
        margin-bottom: 20px;
        padding: 25px 0;
    }
    .footer-links {
        text-align: center;
    }
    .footer-links li {
        margin: 0 20px 15px;
    }
    footer .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    #ajax-load-more {
        margin-top: 40px;
    }
    .alm-gallery-img {
        margin-bottom: 30px;
    }
    .alm-btn-wrap {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .sl-wrapper .sl-close {
        top: 40px;
        right: 15px;
    }
    .sl-wrapper .sl-navigation button.sl-prev,
    .sl-wrapper .sl-navigation button.sl-next {
        top: auto;
        bottom: 20px;
        width: auto;
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 25%;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 25%;
    }

    #packages {
        margin-bottom: 40px;
    }
    .package-box {
        margin-bottom: 30px;
    }

    .packages-page .page-title {
        margin-bottom: 45px;
    }
    .package-content {
        padding: 40px 20px;
    }
    .package-box h2 {
        font-size: 40px;
    }
    .package-desc p {
        font-size: 14px;
        line-height: 32px;
    }
    .price {
        font-size: 40px;
        line-height: 40px;
    }
    .package-desc p:last-child {
        margin-bottom: 0;
    }

    #contact input, #contact textarea {
        margin-bottom: 24px;
    }
    #contact-info {
        margin-bottom: 60px;
        margin-top: 20px;
    }

    #open {
        position: absolute;
        right: 15px;
        top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 20px;
        z-index: 999;
    }

    #open span {
        height: 2px;
        display: block;
        width: 25px;
        background: #231F1F;
        transition: all .4s ease;
    }
    .w #open span {
        background: #ffffff;
    }

    .burger-menu-opened {
        overflow: hidden;
    }

    #burger-menu-holder {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #EDE4E4;
        z-index: 998;
    }
    #burger-menu-holder ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    #burger-menu-holder li:not(:last-child) {
        margin-bottom: 40px;
    }
    #burger-menu-holder li a {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.12em;
        display: block;
        text-transform: uppercase;
        color: #231F1F;
        text-decoration: none;
    }
    .burger-menu-opened #open {
        top: 45px;
    }
    .burger-menu-opened #open span {
        background: #231F1F;
    }
    .burger-menu-opened #open span:first-child {
        transform: rotate(45deg);
        position: absolute;
    }
    .burger-menu-opened #open span:nth-child(2) {
        transform: rotate(-45deg);
    }
    .burger-menu-opened #open span:last-child {
        display: none;
    }
}