:root {
    --swiper-scrollbar-border-radius: 5px;
    --swiper-scrollbar-drag-bg-color: #A09786;
    --swiper-theme-color: rgba(5, 35, 79, 1);
}

/* Animation Fade In */
.fade-in-txt {
    display: flex !important;
    opacity: 0;
    animation: fade-in .350s ease-in-out 0s forwards;
    -webkit-animation: fade-in .350s ease-in-out 0s forwards;
}

@keyframes fade-in {
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    100% {
        opacity: 1;
    }
}

/* Swiper */

.swiper-container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-top {
    height: 100%;
    width: 100%;
    margin: 0;
    margin-left: auto;
    margin-top: 90px;
}

.swiper {
    display: flex;
    align-items: flex-start;
    position: relative;
    height: 600px;
    width: 100%;
}

.swiper-size-sm {
    display: flex;
    flex-direction: column;
    height: 555px;

    .swiper-wrapper {
        height: 465px;
    }
}

.swiper-labels {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(100% - 30px);
    height: 30px;
    margin: 0 auto;
}

.swiper-size-lg {
    display: flex;
    flex-direction: column;
    height: 555px;

    .swiper-labels {
        height: 30px;
        margin-bottom: 8px;
    }

    .swiper-wrapper {
        height: 465px;

        .swiper-slide {
            min-height: 465px;
        }
    }

    .swiper-actions {
        height: 80px;
        width: calc(100% - 30px);
        margin: 15px 15px 15px 15px;
    }
}

.swiper-size-lg+.swiper-captions {
    bottom: 10px;
}

.swiper-labels-none {
    .swiper-size-sm+.swiper-captions {
        bottom: 25px;
    }

    .swiper-size-lg+.swiper-captions {
        bottom: 45px;
    }
}

.swiper-labels-container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.swiper-label-text {
    font-family: var(--font-early-sans-variable);
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.1em;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #A09786;
    text-transform: uppercase;
    text-align: left;
    -webkit-font-feature-settings: 'pnum'on, 'lnum'on;
    -moz-font-feature-settings: 'pnum'on, 'lnum'on;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    margin: 5px 0;
    left: var(--swiper-scrollbar-sides-offset, 0%);
    width: calc(100% - 2* var(--swiper-scrollbar-sides-offset, 0%));
}

.swiper-wrapper {
    position: relative;
    display: flex;
    height: calc(100% - 104px);
}

.swiper.swiper-scrollbar-disabled .swiper-wrapper {
    height: calc(100% - 70px);
}

.swiper-actions {
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: calc(100% - 30px);
    margin: 15px 15px;
}

.buttons-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 23px;
    max-width: 56px;
}

.buttons-navigation .swiper-button-next,
.buttons-navigation .swiper-button-prev {
    position: relative;
    width: 22px;
    height: 22px;
    opacity: 1;
    top: 23px;
    color: var(--color-offwhite);
    background: var(--color-navy1);
    margin: 0px 3.5px;
    top: 0px;
    left: 0px;
    right: 0px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 10px;
}

.rail-navigation {
    display: flex;
    justify-content: flex-end;
    margin: 0px 0px 0px 15px;
}

.dsb-button-control {
    border-radius: 33px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    height: 23px;
}

.dsb-button-control .link-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    padding: 0px 20px;
    height: 22px;
}

.rail-navigation .dsb-button-control {
    height: 23px;
}

.link-button-wrapper-element {
    height: 10px;
}

.rail-navigation .dsb-button-control[aria-pressed="true"]:before {
    background: url(../../../assets/images/play.svg) 8px 5px no-repeat var(--color-navy1);
    background-size: 8px;
    width: 21px;
    height: 21px;
    top: 1.5px;
}

.rail-navigation .dsb-button-control[aria-pressed="false"]:before {
    background: url(../../../assets/images/pause.svg) 7px 6px no-repeat var(--color-navy1);
    background-size: 7px;
    width: 21px;
    height: 21px;
    top: 1.5px;
}

.rail-navigation .dsb-button-control[aria-pressed="true"]:hover:before,
.rail-navigation .dsb-button-control[aria-pressed="false"]:hover:before {
    right: -15px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide {
    width: auto;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-slide figure {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-captions {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    bottom: 17px;
    left: 15px;
    width: 100%;
    max-width: 255px;
    height: 30px;
    overflow: hidden;

    .swiper-caption {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
        opacity: 0;

        span {
            font-family: var(--font-early-sans-variable);
            font-style: normal;
            font-size: 11px;
            line-height: 15px;
            letter-spacing: 0.1em;
            text-align: left;
            text-transform: uppercase;
            font-feature-settings: 'pnum'on, 'lnum'on;
            color: var(--color-navy1);
            padding: 0;
        }
    }

    .swiper-slide:not(.swiper-slide-active) {
        opacity: 0 !important;
    }

    .swiper-slide {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;

        span {
            font-family: var(--font-early-sans-variable);
            font-style: normal;
            font-size: 11px;
            line-height: 15px;
            letter-spacing: 0.1em;
            text-align: left;
            text-transform: uppercase;
            font-feature-settings: 'pnum'on, 'lnum'on;
            color: var(--color-navy1);
            padding: 0;
        }
    }

    .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;

        .swiper-wrapper {
            height: 100%;
        }

        .gallery-captions {
            box-sizing: border-box;
            padding: 10px 0;
        }
    }
}

/* End Swiper */

/* Swiper Gallery */
.swiper-grid {
    display: flex;
    height: 100%;
    width: 100%;
}

.swiper-grid .swiper {
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.swiper-grid {

    .swiper-wrapper {
        padding: 0;
        height: calc(100% - 105px);
    }

    .swiper-labels {
        margin-bottom: 5px;
    }

    .swiper-slide {
        display: flex;
        position: relative;
        overflow: hidden;
        flex-shrink: 0;
        width: 100%;
        will-change: transform;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .swiper-slide:first-child,
    .swiper-slide:nth-child(4) {
        width: 50%;
        aspect-ratio: 215 / 318;
    }

    .swiper-slide:nth-child(2),
    .swiper-slide:nth-child(5) {
        width: 44%;
        max-width: 185px;
        aspect-ratio: 1 / 1;
    }

    .swiper-slide:nth-child(3),
    .swiper-slide:nth-child(6) {
        width: 150%;
        max-width: 400px;
        aspect-ratio: 400 / 266;
    }

    .boxscoller {
        width: 100%;
        display: flex;
    }

    .gridgallery-item {
        width: 100%;
        height: auto;
        margin: 0px 0px 0px 0px;
        display: block;
        position: relative;
    }

    .swiper-slide-first {
        margin-left: 15px;
    }

    .swiper-slide-last {
        margin-right: 15px;
    }
}

/* End Swiper Gallery */

/* Swiper Team/Sales */

.swiper-team,
.swiper-salesteam {
    display: flex;
    height: 100%;
    width: 100%;
}

.swiper-team .swiper,
.swiper-salesteam .swiper {
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.swiper-team,
.swiper-salesteam {

    .swiper-wrapper {
        padding: 0;
        padding-bottom: 30px;
        height: calc(100% - 105px);
    }

    .swiper-labels {
        margin-bottom: 20px;
    }

    .swiper-slide {
        display: flex;
        position: relative;
        overflow: hidden;
        flex-shrink: 0;
        will-change: transform;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    /*.swiper-slide-first {
        margin-left: 15px;
    }

    .swiper-slide-last {
        margin-right: 15px;
    }*/

}

/* End Swiper Team */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .swiper-grid,
    .swiper-team,
    .swiper-salesteam {
        display: none;
    }

    .swiper-labels {
        width: 74%;
    }

    .swiper-labels-container {
        width: 40%;
    }

    .swiper-size-lg {
        height: 650px;
    }

    .swiper-wrapper {
        height: calc(100% - 110px);
    }

    .swiper.swiper-scrollbar-disabled .swiper-wrapper {
        height: calc(100% - 90px);
    }

    .swiper-captions {
        left: 45px;
        max-width: 285px;
    }

    .swiper.swiper-scrollbar-disabled+.swiper-captions {
        bottom: 28px;
    }

    .swiper-size-sm {
        display: flex;
        flex-direction: column;
        height: 525px;

        .swiper-wrapper {
            height: 434px;

            .swiper-slide {
                min-height: 434px;
            }
        }

        .swiper-actions {
            width: calc(100% - 90px);
            margin: 15px 45px;
        }
    }

    .swiper-size-lg {
        display: flex;
        flex-direction: column;
        height: 780px;

        .swiper-labels {
            height: 40px;
            margin-bottom: 15px;
        }

        .swiper-wrapper {
            height: 652px;

            .swiper-slide {
                min-height: 652px;
            }
        }

        .swiper-actions {
            height: 80px;
            width: calc(100% - 90px);
            margin: 30px 45px 30px 45px;
        }
    }

    .swiper-size-lg+.swiper-captions {
        bottom: 30px;
    }

    .swiper-labels-none {
        .swiper-size-sm+.swiper-captions {
            bottom: 46px;
        }

        .swiper-size-lg+.swiper-captions {
            bottom: 70px;
        }
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}