:root {
    --slider-height: 75vh;
    --slider-mobil-height: 60vh;
}

/*-------------- slider vitrin --------------- */

.gallery-top-01 {
    height: var(--slider-height);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gallery-fligran-01 {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: rgb(20, 96, 113);
    background: linear-gradient(180deg, rgba(20, 96, 113, 0) 0%, rgba(20, 96, 113, 0) 48%, rgba(20, 96, 113, 1) 100%);
}

.gallery-thumbs-01 {
    height: 70px;
    box-sizing: border-box;
    padding: 0px 0;

}

.swiper-slide {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.swiper-slide-img {
    display: block;
    height: var(--slider-height);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gallery-thumbs-01 .swiper-slide {
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 10px;
    border: 3px solid transparent;
    padding: 20px;
    cursor: pointer;
}

.gallery-thumbs-01 .swiper-slide-thumb-active {
    opacity: 1;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.sliderHeading h2 {
    font-weight: 100;
}

.sliderHeading h2 b {
    font-weight: 600;
}

/* .custom-thumbs-01 {
/* display: block; 
} */

.swipper-nav {
    position: absolute;
    z-index: 9;
    right: 50px;
    bottom: 0px;
}

.swiper-button-prev-01,
.swiper-button-next-01 {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #00CED1;
}



.swiper-button-prev-01,
.swiper-container-rtl .swiper-button-next-01 {
    position: relative;
    color: #fff;
    font-size: 20px !important;
}

.swiper-button-next-01,
.swiper-container-rtl .swiper-button-prev-01 {
    position: relative;
    color: #A75B44;
}




.swiper-pagination-01-kabuk {
    display: none;
    position: absolute !important;
    z-index: 4;
    text-align: center;
    width: 100%;
    bottom: 0px !important;
    padding: 0;
    margin: 0;
    /* border: 1px solid #0A999B; */
}

.swiper-pagination-01 {
    display: inline-block;
    bottom: 0px !important;
    margin: 0 auto;
    background-color: #fff;
    padding: 5px 10px 10px 10px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    margin-left: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #0A999B;
}




.swiper-container-scroll-01 {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.swiper-container-scroll-01 .swiper-slide {
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
}

/* nr slider */
.swiper-container-nr {
    width: 100%;
    overflow: hidden;
}

.nr-logo .nr-logo-img {
    height: 250px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    text-shadow: 2px 2px 8px #000;
}

.nr-logo .nr-more {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all .4s;
}

.nr-logo:hover .nr-more {
    bottom: 20px;
    opacity: 1;
    transition: all .4s;
}

.swiper-container-nr .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: auto;
    padding: 0px 0;
}

.swiper-button-prev-nr,
.swiper-button-next-nr {
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    position: absolute;
    color: #A75B44;

}


.swiper-button-prev-nr:hover,
.swiper-button-next-nr:hover {
    color: #693222;
    background-color: transparent;
}

.swiper-button-prev-nr {
    left: 10px;
}

.swiper-button-next-nr {
    left: 50px;
}

.swiper-pagination-nr {
    display: none;
    position: absolute !important;
    z-index: 4;
    text-align: center;
    width: 100%;
    bottom: 10px !important;
    padding: 0;
    margin: 0;
    /* border: 1px solid #0A999B; */
}


/*--- Extra large devices (large desktops, 1400px and up) ----*/

@media (max-width: 1400px) {}

/*--- Extra large devices (large desktops, 1200px and up) ----*/

@media (max-width: 1200px) {}

/*--- Large devices (desktops, 992px and up) ----*/

@media (max-width: 992px) {}

/*--- Medium devices (tablets, 768px and up) ----*/

@media (max-width: 768px) {}

/* Small devices (landscape phones, 576px and up) */

@media (max-width: 576px) {
    .swiper-pagination-01-kabuk {
        display: none;

    }

    .gallery-top-01 {
        height: var(--slider-mobil-height);
    }

    .swiper-slide-img {
        height: var(--slider-mobil-height);
    }

    .nr-logo .nr-more {
        display: block;
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
        text-align: center;
        opacity: 1;
        transition: all .4s;
    }
}


/* Small devices (landscape phones, 320px and up) */

@media (max-width: 420px) {}