@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Miniver&display=swap');

@font-face {
    font-family: 'metropolis-1920-regular';
    src: url('../main_fonts/metropolis-1920.otf');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #0b1315;
    font-family: 'Josefin Sans', sans-serif;
}

.ff-opensans {
    font-family: 'Open Sans', sans-serif;
}

.ff-miniver {
    font-family: 'Miniver', cursive;
}

.ff-metropolis {
    font-family: 'metropolis-1920-regular', sans-serif;
}

.header_logo {
    width: 7.5rem;
    height: auto;
}

.header_btn {
    width: 7.5rem;
    height: auto;
}

#header_items>a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 3px;
    font-size: 14px;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    position: relative;
    z-index: 500;
}





#banners {
    position: absolute;
    height: 40rem;
    width: 100%;
    z-index: 1;
    top: 0;
}

#banner_images,
#banner_content {
    position: absolute;
}

#banner_content {
    z-index: 499;
}




#sliders {
    position: absolute;
    height: 60rem;
    width: 100%;
    z-index: 1;
    top: 0;
}

#slider_images,
#slider_content {
    position: absolute;
}

#slider_content {
    z-index: 499;
}



.hover-scale-up {
    transition: all 0.5s ease;
}

.hover-scale-up:hover {
    transform: translate(0px, -5px);
}

#lang_tr,
#lang_en,
#lang_ru {
    transition: all 0.5s ease;
}

#lang_tr:hover,
#lang_en:hover,
#lang_ru:hover {
    transform: translate(-2.5px, 0px);
}

.hover-cursor {
    cursor: pointer;
}

.swal2-popup {
    background-color: #0b1315 !important;
    color: #fff !important;
}

.bg-main1 {
    background-color: #0b1315;
}

.bg-main2 {
    background-color: #0f1d22;
}

.text-gray {
    color: #AFB8B8;
}

.text-main {
    color: #715b3e;
}

.text-main-light {
    color: #c9ab81;
}

.bg-main {
    background-color: #715b3e;
}

.border-bottom-1-main {
    border-bottom: 1px solid #715b3e;
}

.border-right-1-main {
    border-right: 1px solid #715b3e;
}

.border-left-1-main {
    border-left: 1px solid #715b3e;
}

.page_active {
    position: relative;
}

.page_active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #c9ab81;
}

.hover-color {
    transition: all 0.5s ease;
}

.hover-color:hover {
    color: #c9ab81 !important;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #fff;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #c9ab81;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.px-gorus {
    padding: 0 100px;
}




/* Dropdowns */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown span {
    letter-spacing: 3px;
    font-size: 14px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 240px;
    padding: 16px 0px;
    z-index: 5;
}

.dropdown-content div {
    padding: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* //Dropdowns */

@media only screen and (max-width: 992px) {

    /* Dropdowns */
    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown span {
        letter-spacing: 3px;
        font-size: 14px;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: transparent;
        min-width: 240px;
        padding: 16px;
        z-index: 5;
    }

    .dropdown-content div {
        padding: 16px;
        display: flex;
        flex-direction: column;
        row-gap: 5px;
        margin: 0 !important;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        transform: translate(-25%, 0%);
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* //Dropdowns */

    .px-gorus {
        padding: 0 0;
    }

    #header_content {
        background-color: #000 !important;
    }

    .fs-slider_title {
        font-size: 60px !important;
    }

    .fs-slider_text {
        font-size: 25px !important;
    }
}

.fs-slider_title {
    font-size: calc(2.5vw + 50px);
}

.fs-slider_text {
    font-size: calc(0.25vw + 15px);
}









.btn-main {
    border-radius: 0;

    --bs-btn-color: #fff;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #c9ab81;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #c9ab81;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #c9ab81;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}


.pricing_divider {
    width: 100% !important;
    height: 1px !important;
    background-color: #c9ab81;
}


.bg-yorum {
    background-image: url('../main_images/Adsz_tasarm_3.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_video {
    height: 20rem;

    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url('../main_images/video.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.play_btn {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 1px solid #c9ab81;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    background-color: #c9ab81;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    color: #c9ab81;
}



.wp_icon {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.wp_icon>a>img {
    width: 3rem;
    height: auto;

    transition: all 0.5s ease;
}

.wp_icon>a>img:hover {
    transform: translate(0px, -5px);
}

.lang_select {
    position: fixed;
    top: 50%;
    right: 0px;

    background-color: #c9ab81;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 20px 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;

    z-index: 6;
}

.lang_select img {
    width: 2rem;
    height: auto;
}











/* Mobile menu */
#rightmenu {
    width: 100vw;
    z-index: 503 !important;
    display: none;
    height: 100vh;
    overflow-x: hidden;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #0f1d22;
    padding-bottom: 200px;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 502 !important;
}




.banner {
    height: 60rem;
}





.anim-slidedown {
    animation-name: slide_down;
    animation-duration: 4s;
}

@keyframes slide_down {
    from {
        opacity: 0;
        height: 0;
    }

    to {
        opacity: 1;
        height: auto;
    }
}








.arvoen-hidden {
    visibility: hidden !important;
}