@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

html,
body,
button,
input,
textarea,
select,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.elementor,
.elementor * {
    font-family: "Poppins", Arial, Helvetica, sans-serif !important;
}

body {
    overflow-x: hidden;
}

.turkay-hero-slider {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 500px;
    overflow: hidden;
    background: #fff;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.turkay-hero-slider * {
    box-sizing: border-box;
}

.turkay-hero-stage {
    position: absolute;
    top: 0;
    right: clamp(84px, 10vw, 150px);
    bottom: 0;
    left: clamp(84px, 10vw, 150px);
    background-image: url("/uploads/2024/11/back.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.turkay-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 600ms ease;
}

.turkay-hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.turkay-hero-main,
.turkay-hero-mark-left,
.turkay-hero-mark-right {
    position: absolute;
    display: block;
    object-fit: contain;
    user-select: none;
    transition: transform 900ms ease, opacity 900ms ease;
}

.turkay-hero-main {
    left: 4.2%;
    top: -28%;
    width: 87.5%;
    height: auto;
    max-height: 132%;
    opacity: 0;
    transform: translateX(60px);
}

.turkay-hero-mark-left {
    left: 1.5%;
    top: 7.2%;
    width: 122px;
    opacity: 0;
    transform: translateX(-45px);
}

.turkay-hero-mark-right {
    right: 11%;
    top: 10.8%;
    width: 106px;
    opacity: 0;
    transform: translateX(45px);
}

.turkay-hero-slide.is-active .turkay-hero-main,
.turkay-hero-slide.is-active .turkay-hero-mark-left,
.turkay-hero-slide.is-active .turkay-hero-mark-right {
    opacity: 1;
    transform: translateX(0);
}

.turkay-hero-title {
    position: absolute;
    left: 1.7%;
    bottom: 56px;
    z-index: 4;
    width: min(590px, 46vw);
    color: #db0000;
    font-size: 26px;
    line-height: 33px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    opacity: 0;
    transform: translateX(-50px);
    transition: transform 900ms ease 250ms, opacity 900ms ease 250ms;
}

.turkay-hero-slide.is-active .turkay-hero-title {
    opacity: 1;
    transform: translateX(0);
}

.turkay-hero-badge {
    position: absolute;
    left: 8.8%;
    top: 39%;
    z-index: 5;
    color: #db0000;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    opacity: 0;
    transform: translateY(10px);
    transition: transform 700ms ease 350ms, opacity 700ms ease 350ms;
}

.turkay-hero-slide.is-active .turkay-hero-badge {
    opacity: 1;
    transform: translateY(0);
}

.turkay-hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 2px solid #d71920;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #d71920;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 38px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    box-shadow: 0 10px 24px rgba(16, 32, 51, .24);
    transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.turkay-hero-arrow:hover,
.turkay-hero-arrow:focus-visible {
    background: #d71920;
    color: #fff;
    border-color: #d71920;
    box-shadow: 0 12px 28px rgba(215, 25, 32, .32);
    outline: none;
}

.turkay-hero-prev {
    left: clamp(24px, 4vw, 66px);
}

.turkay-hero-next {
    right: clamp(24px, 4vw, 66px);
}

@media (max-width: 1024px) {
    .turkay-hero-slider { height: 600px; }
    .turkay-hero-stage { left: 52px; right: 52px; }
    .turkay-hero-main { left: 4.2%; top: -18%; width: 87.5%; }
    .turkay-hero-title { left: 7.8%; bottom: 156px; width: 380px; font-size: 37px; line-height: 42px; }
    .turkay-hero-mark-left { left: 1.5%; width: 93px; }
    .turkay-hero-mark-right { right: 15%; width: 81px; }
}

@media (max-width: 778px) {
    .turkay-hero-slider { height: 300px; }
    .turkay-hero-stage { left: 26px; right: 26px; }
    .turkay-hero-stage { background-size: cover; background-position: center top; }
    .turkay-hero-main { left: 0; top: 8px; width: 100%; max-height: 235px; }
    .turkay-hero-title { left: 5.4%; bottom: 38px; width: 270px; font-size: 23px; line-height: 29px; }
    .turkay-hero-mark-left { left: 1.5%; top: 7%; width: 70px; }
    .turkay-hero-mark-right { right: 16%; width: 61px; }
}

@media (max-width: 480px) {
    .turkay-hero-slider { height: 290px; }
    .turkay-hero-stage { left: 18px; right: 18px; }
    .turkay-hero-main { left: 0; top: 8px; width: 100%; max-height: 218px; }
    .turkay-hero-title { left: 12px; bottom: 22px; width: 240px; font-size: 18px; line-height: 23px; }
    .turkay-hero-mark-left { left: 17px; top: 34px; width: 43px; }
    .turkay-hero-mark-right { right: 12%; top: 38px; width: 37px; }
    .turkay-hero-arrow { width: 42px; height: 42px; font-size: 30px; }
    .turkay-hero-prev { left: 10px; }
    .turkay-hero-next { right: 10px; }
}

@media (max-width: 600px) {
    .turkay-hero-slider {
        margin-top: 88px;
    }

    .main-contain.offcontents,
    #content,
    .container,
    .row,
    .col-lg-12,
    article,
    .entry-content {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .turkay-hero-slider + * {
        margin-top: 0 !important;
    }
}
