.hero-slider-two,body {
    font-family: var(--samio-font)
}

.hero-slider-two__cta-btn--secondary:hover .hero-slider-two__cta-btn__text,.hero-slider-two__cta-btn:hover .hero-slider-two__cta-btn__text,body {
    color: var(--samio-black2)
}

:root {
    --samio-base: #23242a;
    --samio-base-rgb: 35,36,42;
    --samio-primary: #c2a05f;
    --samio-white: #ffffff;
    --samio-black: #000000;
    --samio-black2: #fff;
    --samio-black4: #131111;
    --samio-black5: #222222;
    --samio-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --samio-heading-font: 'Playfair Display', Georgia, serif;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

.content-grid {
    --padding-inline: 1rem;
    width: 100%;
    --content-max-width: 1500px;
    --breakout-max-width: 85ch;
    --breakout-size: calc((var(--breakout-max-width) - var(--content-max-width)) / 2);
    display: grid;
    grid-template-columns: [full-width-start] minmax(var(--padding-inline),1fr) [breakout-start] minmax(0,var(--breakout-size)) [content-start] min(100% - (var(--padding-inline) * 2),var(--content-max-width)) [content-end] minmax(0,var(--breakout-size)) [breakout-end] minmax(var(--padding-inline),1fr) [full-width-end]
}

.content-grid>:not(.breakout,.full-width) {
    grid-column: content;
    width: 100%;
    padding-inline:0px}

.content-grid>.breakout {
    grid-column: breakout
}

.content-grid>.full-width {
    grid-column: full-width
}

@keyframes moveX2 {
    0%,100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(15px)
    }
}

@keyframes zoomIn2 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.08)
    }
}

.hero-slider-two {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.hero-slider-two__item {
    position: relative;
    height: 80vh;
    min-height: 500px;
    display: none;
    overflow: hidden;
    background-color: var(--samio-base)
}

.hero-slider-two__item.active {
    display: grid
}

.hero-slider-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.08);
    transition: transform 8s ease-out;
    display: block
}

.hero-slider-two__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.hero-slider-two__item.active .hero-slider-two__bg {
    transform: scale(1)
}

.hero-slider-two__item.active .hero-slider-two__button,.hero-slider-two__item.active .hero-slider-two__content,.hero-slider-two__item.active .hero-slider-two__description,.hero-slider-two__item.active .hero-slider-two__tagline,.hero-slider-two__item.active .hero-slider-two__title {
    transform: translateY(0);
    opacity: 1
}

.hero-slider-two__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(to right,rgba(var(--samio-base-rgb),.95) 0,rgba(var(--samio-base-rgb),.95) 40%,rgba(14,80,75,0) 80%)
}

.hero-slider-two__content-wrapper {
    grid-column: content;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0
}

@media (max-width: 767px) {
    .hero-slider-two__content-wrapper {
        padding:40px 0
    }
}

.hero-slider-two__content {
    max-width: 75%;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s,transform .6s
}

.hero-slider-two__button,.hero-slider-two__description,.hero-slider-two__tagline,.hero-slider-two__title {
    opacity: 0;
    transform: translateY(40px)
}

.hero-slider-two__tagline {
    display: inline-flex;
    align-items: center;
    margin-bottom: 11px;
    transition: opacity .7s .3s,transform .7s .3s
}

.hero-slider-two__tagline__text {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    position: relative;
    z-index: 1;
    font-family: var(--serif, 'Playfair Display', Georgia, serif);
    font-size: 16px;
    color: #4b4942;
    font-weight: 500;
    line-height: 1.277;
    padding: 9px 20px;
    background: #f2f0e8;
    border-radius: 999px
}
.hero-slider-two__tagline__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold, #c2a05f);
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .hero-slider-two__content {
        max-width:91.666%
    }

    .hero-slider-two__tagline__text {
        font-size: 16px
    }
}

.hero-slider-two__tagline__shape {
    width: auto;
    display: inline-block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 1px
}

.hero-slider-two__tagline__image {
    margin-left: -42px;
    flex-shrink: 0;
    width: auto;
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: 50px;
    border: 3px solid var(--samio-white)
}

@media (max-width: 500px) {
    .hero-slider-two__tagline__image {
        display:none
    }
}

.hero-slider-two__title {
    margin-bottom: 14px;
    font-family: var(--samio-heading-font);
    font-size: 60px;
    font-weight: 700;
    color: var(--samio-white);
    line-height: 1.166;
    text-transform: capitalize;
    transition: opacity .7s .5s,transform .7s .5s
}

@media (max-width: 1399px) {
    .hero-slider-two__title {
        font-size:55px
    }
}

@media (max-width: 767px) {
    .hero-slider-two__content {
        max-width:100%
    }

    .hero-slider-two__tagline__shape {
        top: 0
    }

    .hero-slider-two__title {
        font-size: 45px
    }
}

@media (max-width: 575px) {
    .hero-slider-two__content-wrapper {
        padding:30px 0
    }

    .hero-slider-two__tagline {
        margin-bottom: 25px
    }

    .hero-slider-two__title {
        font-size: 40px
    }
}

@media (max-width: 440px) {
    .hero-slider-two__content-wrapper {
        padding:20px 0
    }

    .hero-slider-two__tagline__text {
        padding-left: 15px;
        padding-right: 25px;
        font-size: 14px
    }

    .hero-slider-two__title {
        font-size: 35px
    }
}

.hero-slider-two__title span {
    font-weight: 400
}

.hero-slider-two__title__text {
    color: #fff;
    font-weight: 700
}

.hero-slider-two__description {
    margin-bottom: 30px;
    transition: opacity .7s .7s,transform .7s .7s
}

.hero-slider-two__text {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--samio-white);
    line-height: 1.65
}

.hero-slider-two__button {
    display: flex;
    gap: 30px 35px;
    flex-wrap: wrap;
    align-items: center;
    transition: opacity .7s .9s,transform .7s .9s
}

.hero-slider-two__cta-btn {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: 0!important;
    padding: 7px 8px 7px 32px;
    background-color: var(--samio-primary,#f97809);
    z-index: 1;
    overflow: hidden;
    border-radius: 0 100px 100px 0;
    transition: .5s;
    text-decoration: none;
    font-family: var(--samio-heading-font)
}

.hero-slider-two__cta-btn::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--samio-primary);
    transition: .5s
}

.hero-slider-two__cta-btn--secondary,.hero-slider-two__cta-btn::after,.hero-slider-two__cta-btn__icon-box {
    background-color: #f2f0e8;
}

.hero-slider-two__cta-btn::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: .5s
}

.hero-slider-two__cta-btn--secondary .hero-slider-two__cta-btn__icon-box,.hero-slider-two__cta-btn--secondary::after,.hero-slider-two__cta-btn--secondary::before,.hero-slider-two__dot.active,.hero-slider-two__video-btn:hover {
    background-color: var(--samio-primary)
}

.hero-slider-two__cta-btn:hover::after {
    width: 100%;
    left: 0
}

.hero-slider-two__cta-btn__text {
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 700;
    color: var(--samio-black5);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color .4s
}

.hero-slider-two__cta-btn__icon-box {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    transition: background-color .4s
}

.hero-slider-two__cta-btn:hover .hero-slider-two__cta-btn__icon-box {
    background-color: #fff
}

.hero-slider-two__cta-btn--secondary:hover .hero-slider-two__cta-btn__icon-box {
    background-color: var(--samio-base)
}

.hero-slider-two__cta-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    width: 14px;
    position: relative;
    transition: color .4s
}

.hero-slider-two__cta-btn--secondary:hover .hero-slider-two__cta-btn__icon {
    color: var(--samio-white)
}

.hero-slider-two__cta-btn__icon svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: transform .3s;
    max-width: none
}

.hero-slider-two__cta-btn__icon svg:first-child {
    position: absolute;
    transform: translateX(-30px)
}

.hero-slider-two__cta-btn:hover .hero-slider-two__cta-btn__icon svg:first-child {
    transform: translateX(0)
}

.hero-slider-two__cta-btn:hover .hero-slider-two__cta-btn__icon svg:last-child {
    transform: translateX(30px)
}

.hero-slider-two__video {
    display: flex;
    gap: 28px;
    align-items: center
}

.hero-slider-two__video-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: 0 0;
    position: relative;
    transition: .4s
}

.hero-slider-two__shape-1,.hero-slider-two__shape-2 {
    z-index: 6;
    height: auto;
    max-width: none;
    opacity: 0;
    transition: opacity .5s .5s;
    position: absolute
}

.hero-slider-two__video-btn::after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
    transition: border-color .4s
}

.hero-slider-two__video-btn:hover,.hero-slider-two__video-btn:hover::after {
    border-color: var(--samio-primary)
}

.hero-slider-two__video-btn svg {
    width: 14px;
    height: 14px;
    fill: var(--samio-white);
    margin-left: 3px;
    transition: fill .3s
}

.hero-slider-two__video-btn:hover svg {
    fill: var(--samio-black4)
}

.hero-slider-two__video__text {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: var(--samio-white);
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.hero-slider-two__shape-1 {
    top: 200px;
    left: 64px;
    width: 68px;
    display: block;
    animation: 2s linear infinite moveX2
}

.hero-slider-two__item.active .hero-slider-two__shape-1 {
    opacity: 1
}

@media (max-width: 1799px) {
    .hero-slider-two__shape-1 {
        top:100px;
        left: 10px
    }
}

@media (max-width: 1599px) {
    .hero-slider-two__shape-1 {
        display:none
    }
}

.hero-slider-two__shape-2 {
    left: 38%;
    bottom: 94px;
    width: 56px;
    display: block;
    animation: 2s infinite alternate zoomIn2
}

.hero-slider-two__item.active .hero-slider-two__shape-2 {
    opacity: 1
}

@media (max-width: 1399px) {
    .hero-slider-two__shape-2 {
        left:50%;
        bottom: 80px
    }
}

@media (max-width: 1199px) {
    .hero-slider-two__overlay {
        background:rgba(var(--samio-base-rgb),.8)
    }

    .hero-slider-two__shape-2 {
        left: 60%
    }
}

@media (max-width: 991px) {
    .hero-slider-two__shape-2 {
        left:70%;
        bottom: 60px
    }
}

@media (max-width: 767px) {
    .hero-slider-two__shape-2 {
        display:none
    }
}

.hero-slider-two__dots {
    position: absolute;
    bottom: 40px;
    left: max(1rem,calc((100% - 1500px)/ 2 + 1rem));
    z-index: 10;
    display: flex;
    gap: 10px
}

.hero-slider-two__dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.5);
    background: 0 0;
    cursor: pointer;
    transition: .3s;
    padding: 0
}

.hero-slider-two__dot:hover {
    border-color: var(--samio-white)
}

.hero-slider-two__dot.active {
    border-color: var(--samio-primary)
}

.hero-slider-two__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--samio-primary);
    z-index: 10;
    width: 0;
    transition: width linear
}
