@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
    url('../fonts/Raleway-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.woff2') format('woff2'),
    url('../fonts/Raleway-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
    url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
*, *::before, *::after{
    box-sizing: border-box;
}

h1,h2,h3,h4{
    font-weight: 500;
}
p{
    line-height: 24px;
    font-weight: 500;
}

ul{padding-left: 0}

.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

a{
    color: black;
    text-decoration: none;
    transition: all .3s ease;
}
a:hover{
    color: #08ADB4;
    text-decoration: none;
}

.slideshow .slider {
    width: 100vw;
    height: 100vw;
    z-index: 2;
}
.slideshow .slider * {
    outline: none;
}
.slideshow .slider .slick-slide{
    border: unset;
}

.slideshow .slider .item {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}
.slideshow .slider .item .img-wrap{
    width: 50vw;
    height: 100vh;
}
.slideshow .slider .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideshow .slider .item .inner {
    display: flex;
    width: 50vw;
    height: 100%;
    padding: 20px 40px;
    align-items: center;
    justify-content: center;
}

.slideshow .slider .item .inner .text-wrap {
    text-align: center;
    max-width: 80%;
    min-width: 75%;
}
@media (max-width: 1440px){
    .slideshow .slider .item .inner .text-wrap {
        max-width: unset;
        width: 100%;
    }
}

.slideshow .slider .item .inner h1,h2{
    font-size: 50px;
    margin-bottom: 30px;
}
.slideshow .slider .item .inner p{
    margin-bottom: 15px;
}
.slideshow .slider .item .inner .btn-primary{
    margin-top: 25px;
}

.slideshow .list-wrap{
    width: 100%;
}
.slideshow ul:not(.slick-dots) {
    width: 100%;
}
.slideshow ul:not(.slick-dots) li {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #08ADB4;
}

.slideshow ul:not(.slick-dots) li:last-child{
     border-bottom: unset;
 }

.slideshow ul:not(.slick-dots) li p {
    font-size: 20px;
    font-weight: bold;
    margin: 0 !important;
}
.slideshow ul:not(.slick-dots) li p:last-child{
     font-size: 18px;
     font-weight: normal;
}

.slideshow .slick-dots {
    position: fixed;
    top: 50%;
    left: 0;
    bottom: unset;
    z-index: 100;
    width: fit-content;
    transform: translateY(-50%);
    display: block;
}

.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 12px;
}

.slideshow .slick-dots li button {
    position: relative;
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.slideshow .slick-dots li button:before{
     content: '';
}

.slideshow .slick-dots li.slick-active button:before {
     top: -5px;
     left: -5.5px;
     width: 22px;
     height: 22px;
     border-radius: 50%;
     border: 2px solid white;
     background: transparent;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.slideshow.slideshow-right {
    left: unset;
    right: 0;
    /*z-index: 0;*/
    width: 50vw;
    /*pointer-events: none;*/
}

.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}

.slider:not(.slick-initialized) .item{
    display: none;
}


@media (max-width: 992px) {
    .slideshow {
        display: none;
    }
}

.btn-primary{
    color: white;
    background-color: #08ADB4;
    padding: 15px 30px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
    transform-origin: center;
    display: inline-block;
}
.btn-primary:hover{
    color: white;
    background: black;
}

body.bar a:hover{
    color: #c9ab81;
}

body.bar .btn-primary{
    background-color: #c9ab81;
}
body.bar .btn-primary:hover{
    color: white;
    background-color: black;
}
body.bar .slideshow ul:not(.slick-dots) li{
    border-bottom: 1px solid #c9ab81;
}
body.bar ul:not(.slick-dots) li{
    border-bottom: 1px solid #c9ab81;
}

@media (max-width: 992px) {
    .split-slideshow{display: none}
}

.mobile-view {
    display: none;
}
@media (max-width: 992px) {
    .mobile-view {
        display: block;
    }
}
.mobile-view .px-section{
    width: 100%;
    min-height: 50vh;
    position: relative;
}

.mobile-view .img-wrap {
    height: 50vh;
    overflow: hidden;
    position: relative;
}
.mobile-view .img-wrap img{
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    object-fit: cover;
    transform: scale(1.5);
}

.mobile-view .inner {
    min-height: 50vh;
    display: flex;
    padding: 40px 20px;
    align-items: center;
    justify-content: center;
    background: white;
}

.mobile-view .inner .text-wrap{
    text-align: center;
}

.mobile-view .inner h1,h2{
    margin-bottom: 30px;
    font-weight: 500;
}
.mobile-view .inner p{
    margin-bottom: 15px;
}
.mobile-view .inner .btn-primary{
    margin-top: 25px;
}

ul:not(.slick-dots) {
    width: 100%;
}
ul:not(.slick-dots) li {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #08ADB4;
}
ul:not(.slick-dots) li:last-child{
     border-bottom: unset;
}

ul:not(.slick-dots) li p {
    font-size: 20px;
    font-weight: bold;
    margin: 0 !important;
}
ul:not(.slick-dots) li p:last-child{
     font-size: 18px;
     font-weight: normal;
}

@media (max-width: 992px) {
    .mobile-view .inner .text-wrap{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .mobile-view .inner {
        padding: 25px 15px;
    }
    .mobile-view .inner h1,h2{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .mobile-view .inner p{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .mobile-view .inner .btn-primary{
        margin-top: 10px;
        font-size: 14px;
        padding: 10px 20px;
    }
    ul:not(.slick-dots) {
        padding-bottom: 20px;
        padding-left: 0;
    }
    ul:not(.slick-dots) li {
        padding: 10px;
    }

    ul:not(.slick-dots) li p {
        font-size: 16px;
    }
    ul:not(.slick-dots) li p:last-child {
        font-size: 14px;
    }
}