html {
    scroll-behavior: smooth;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing-: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    direction: ltr;
    /*background-color: #F5F5F7 !important;*/
    font-family: 'Sofia Sans', sans-serif !important;
    font-family: 'EB Garamond', serif;

    /* background-color: #f5f5f7 !important; */
    padding-top: 0px;
    margin-top: 0px;
    letter-spacing: 0px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.1);
    color: #000;
    font-weight: 400;
}

.container-fluid {
    padding: 0 !important;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


@media (max-width: 740px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }
}

a {
    text-decoration: none !important;
}

ul li {
    list-style: none;
}

p {
    margin-bottom: 0 !important;
}

/* 
:root {
    --primary-light: #8abdff;
    --primary: #6d5dfc;
    --primary-dark: #5b0eeb;
    --white: #FFFFFF;
    --greyLight-1: #E4EBF5;
    --greyLight-2: #c8d0e7;
    --greyLight-3: #bec8e4;
    --greyDark: #9baacf;
} */

/* container-xxl */
@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1400px !important;
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@keyframes scale {
    0% {
        transform: scale(0.90);

    }

    70% {
        transform: scale(1);

    }

    100% {
        transform: scale(0.90);

    }
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}


@keyframes pulse2 {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



/* .main-shadow{
    box-shadow: 0.2rem 0.3rem 0.6rem rgb(200, 208, 231),
    -0.2rem -0.2rem 0.5rem rgb(255, 255, 255);
} */

/* NAVBAR STARTS HERE */

.navbar {
    border-radius: 0px;
    background: #fff;
    box-shadow: 5px 5px 20px #bebebe,
        -5px -5px 20px #ffffff;
    z-index: 1;

}


.navbar-logo {
    width: 150px;
}


.nav-item .nav-link,
.dropdown-item {
    color: #000;
    margin-left: 5px;
    padding-top: 30px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    word-break: normal;
    border-bottom: 1px solid transparent;
    transition: all 250ms linear;

}

@media(max-width:1020px) {

    .nav-item .nav-link,
    .dropdown-item {
        font-size: 25px;
        line-height: 40px;
        font-weight: 300;
        color: #000;
        text-align: center;
        font-family: 'EB Garamond', serif;
        transition: 250ms;
    }
}

@media(min-width:1200px) {
    .nav-item .nav-link {
        margin-left: 30px;
    }
}

.nav-item .nav-link:hover,
.dropdown-item:hover {
    color: #000;
    border-bottom: 1px solid #000;
    background: transparent !important;
    ;
}


@media(min-width:1200px) {
    .active-link {
        border-bottom: 1px solid #000 !important;
    }
}





.navbar-toggler {
    border: none !important;
}



.lineStick {
    fill: none;
    stroke: #000;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.lineStick1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.lineStick2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.lineStick3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .lineStick1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .lineStick2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .lineStick3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}



.material-symbols-outlined {
    color: #fff;
}

.collapse {
    padding-bottom: 5px;
}

@media(min-width:1020px) {

    .collapse {
        display: flex;
        justify-content: center;

    }
}

@media(max-width:768px) {
    .nav-button-area {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(min-width:1020px) {
    .nav-button-area {
        position: relative;
        left: 4%;
    }
}

.nav-form-button {
    margin-left: 15px;
}

@media(max-width:768px) {
    .nav-form-button {
        margin-left: 5px;
    }
}

.btn.nav-form-button {
    /* background-color: rgba(223, 223, 223, 1);*/
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #1D4642;
    padding: 5px 20px;
    border-radius: 50px;
    transition: 350ms;
    font-size: 14px !important;
    font-weight: 300;
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 0 0 #fff;

}

.btn.nav-form-button:hover {
    border: 1px solid #1D4642 !important;
    box-shadow: inset 150px 0 0 0 #fff !important;
    background-color: #fff;
    color: #1D4642;
}

@media(max-width:1020px) {
    .nav-form-button {
        margin-top: 15px;
        height: 50px;
        width: 100%
    }
}

.getStartButton {
    display: flex;
    justify-content: center;
}

.getStartButton .btnStart {
    background-color: #252525;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 100px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    /*animation: fadeIn 2s ease-in-out;*/
    -webkit-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.10);
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.10);
    transition: 350ms;
}

.getStartButton .btnStart:hover {
    color: #fff;
    background-color: #1e1e1e;
}


.btnStart a {
    color: #fff;
    text-decoration: none;
    transition: 350ms;
}

.btnStart a:hover {
    color: #fff;
    text-decoration: none;
}

@media(max-width:767px) {
    .getStartButton .btnStart {
        font-size: 12px;
    }
}

/* NAVBAR ENDS HERE */


/* MAIN HEADER */


.main-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width:960px) {
    .main-header {
        margin-top: 60px;
    }
}


.main-header-text {
    font-size: 40px;
    letter-spacing: 6px;
    text-align: center;
    line-height: 20px;
    font-family: 'EB Garamond', serif;
}

@media(max-width:960px) {
    .main-header-text {
        font-size: 30px;

    }
}

/* MAIN HEADER ENDS HERE */


/* PROJECTS PRE AREA STARTS HERE */

.projects-pre-area {
    display: flex;
    margin-top: 90px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;

}


.projects-pre-section {
    margin-bottom: 30px;
}

.projects-pre-text {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Sofia Sans', sans-serif !important;
    font-weight: 400;

}

@media(max-width:860px) {
    .projects-pre-text {
        font-size: 16px;
    }
}

.projects-pre-exp {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Sofia Sans', sans-serif !important;
    font-weight: 300;

}

@media(max-width:860px) {
    .projects-pre-exp {
        font-size: 12px;
    }
}



.projects-pre-section a img {
    width: 100%;
    padding: 20px;
    height: auto;
    transition: all .6s ease;
}

.projects-pre-section span {
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
}

.projects-pre-section:hover span {
    transition: all 200ms linear;
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
    padding: 5px 10px;
    border-radius: 15px;
}

.scale:hover img {
    transform: scale(.98);

}

@media(max-width:760px) {
    .projects-pre-section a img {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* PROJECTS PRE AREA ENDS HERE */


/* FOOTER STARTS HERE */

.footer-section {
    background-color: #3B4547;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.footer-logo-area img {
    width: 240px;
    -webkit-filter: brightness(900%);
    filter: brightness(900%);
}

.footer-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    padding: 0;
    margin: 0;
}

@media(max-width:960px) {
    .footer-menu {
        flex-direction: column;
        justify-content: center;
        gap: 5px;
    }
}

.footer-menu li a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid transparent;
    transition: all 250ms linear;
}

@media(min-width:1200px) {
    .active-footer-link {
        border-bottom: 1px solid #fff !important;
    }
}

.footer-social-area {
    text-align: center;
    display: flex;
    justify-content: center;
}

.footer-social-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
}


.footer-social-menu li a i {
    font-size: 17px;
    color: #fff;
}

.protect-area p {
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
}

.protect-area p a {
    color: #fff;
}


/* FOOTER ENDS HERE */

/* BACK TO TOP STARTS HERE */

.back-to-top-area {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

.back-to-top-text {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
    border-bottom: 1px solid transparent;
    transition: all 250ms linear;
}

.back-to-top-text:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

@media(max-width:960px) {
    .back-to-top-text {
        font-size: 12px;
    }
}

/* BACK TO TOP ENDS HERE */


/* PROJECTS AREA */

.projects-main-image {
    width: 100%;

}

.projects-deatils-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;

}



.project-details-text p {
    font-family: 'EB Garamond', serif;
    text-align: center;
    max-width: 800px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
}


@media(max-width:960px) {
    .project-details-text p {
        font-size: 18px;
        line-height: 28px;
    }
}

.project-date-text {
    margin-top: 15px;
}

.project-date-text p {
    color: #AB203A;
    font-weight: 400;
    text-align: center;
    max-width: 800px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
}


@media(max-width:960px) {
    .project-date-text p {
        font-size: 20px;
        line-height: 28px;
    }
}

.accordion-button::after {
    display: none;
}

.project-details-accordion {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.accordion-line {
    background-color: transparent !important;
    display: flex;
    justify-content: center;
}

.accordion-line:before {
    position: absolute;
    top: -20px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 100px;
    background: #000;
    content: ' ';
    z-index: 2;
}

.accordion-line p {
    padding-top: 90px;
    color: #000;
}


.accordion-button-text {
    font-size: 15px;
    letter-spacing: 2px;
}

.accordion-body {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 20px;

}

@media(max-width:960px) {
    .accordion-body {
        flex-direction: column;
    }
}

.projects-images-area img {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .6s ease;
}


.accordion-body a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 300;
    border-bottom: 1px solid transparent;
    transition: all 250ms linear;
    border: 1px solid #000;
    background-color: transparent;
    padding: 10px;
    border-radius: 25px;
}

.accordion-body a:hover {
    border-bottom: 1px solid #000;
    color: #fff;
    background-color: #000;
}

@media(max-width:960px) {
    .accordion-body a {
        font-size: 12px;
    }
}

/* ABOUT US AREA */

.nata-area {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.nata-area img {
    width: 120px;
    filter: brightness(0%)
}

.nata-button {
    text-align: center;
    margin-top: 45px;
}


.nata-button-text {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    transition: all 250ms linear;
}

.nata-button-text:hover {
    color: #000;
    border-bottom: 1px solid #fff;
}

/* ABOUT US AREA ENDS HERE */


/* CAMPS AREA STARTS HERE*/

.camps-area {
    display: flex;
    margin-top: 90px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;

}


.camps-section {
    margin-bottom: 30px;
}

.camps-section img {
    width: 100%;
    padding: 20px;
    height: auto;
    transition: all .6s ease;
}

.camps-section:hover img {
    transform: scale(.98);
}

/* CAMPS AREA ENDS HERE*/

/* CONTACT AREA STARTS HERE */

.contact-office-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 60px;
    gap: 20px;
}

.contact-office-header p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
    letter-spacing: 4px;
    font-weight: 300;
}

.contact-office-tel a {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 300;
    transition: all 250ms linear;
}

.contact-office-tel a:hover {
    color: #AB203A;
}


.contact-office-address a {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 300;
    transition: all 250ms linear;
}

.contact-office-address a:hover {
    color: #AB203A;
}


.contact-form-area {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.contact-form-button {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    padding: 5px 15px;
    margin-top: 20px;
}

.form-header-text {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

.contact-map {
    margin-top: 90px;
}

.contact-map div {
    filter: grayscale(1);
}


@media(max-width:960px) {
    .contact-map div iframe {
        height: 400px;
        width: 100%;
    }
}

/* MINI FORMS AREA STARTS HERE */



/* MINI FORMS */

.form-control {
    letter-spacing: 0px;
    font-weight: 300 !important;
}

.mini-form {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 24px 48px;
    /* box-shadow: 0.2rem 0.3rem 0.6rem rgb(200, 208, 231),
        -0.2rem -0.2rem 0.5rem rgb(255, 255, 255); */
    background-color: #fff;
}

.mini-form-header {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
}


.mini-form-kvkk-text {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 300;

}

@media(max-width:960px) {
    .mini-form-kvkk-text {
        letter-spacing: 0;
    }
}

.mini-form-kvkk-text a {
    color: #000;
    font-weight: 400;

}



.btn.mini-form-button {
    font-size: 13px;
    letter-spacing: .4px;
    font-weight: 300;
    padding: 9px 20px;
    width: 100%;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    transition: 350ms;


}

.btn.mini-form-button:hover {
    border: 1px solid #000;


}



.mini-modal-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}



.block-modal-area-index {
    padding: 15px;
}

.mini-modal-upper {

    border: none !important;
}



.modal-footer .modal-exit-button {
    background-color: rgb(110, 123, 140, .6);
    color: #fff;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 0;
    transition: 300ms;
}

.modal-footer .modal-exit-button:hover {
    background-color: rgb(110, 123, 140);
    color: #fff;
}


.btn-close.mini-modal-close {
    position: absolute;
    right: 0;
    top: 0;

}


/* MINI FORMS */


/* STATIC AREA STARTS HERE */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 350ms;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
}

.my-float {
    margin-top: 16px;
}

.float:hover {
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    color: #25d366;
    background-color: #fff;
}



.rev-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    left: 20px;
    background-color: #AB203A;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 350ms;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
}

.rev-my-float {
    margin-top: 16px;
}

.rev-float:hover {
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    color: #AB203A;
    background-color: #fff;

}

/* STATIC AREA ENDS HERE */

/* FANTESY AREA STARTS HERE*/

.times-area {
    gap: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.times-area video {
    width: 200px;
}

/* FANTESY AREA ENDS HERE*/

/* POPUP STARTS HERE */

.popup-modal button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    opacity: 1;
    padding: 7px;
    font-size: 15px;
    border-top-right-radius: 0px;
    cursor: pointer;
    transition: 350ms;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
}


/* POPUP ENDS HERE */


/* SOON AREA */

.soon-info-area {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;

}

.soon-info-location {
    font-size: 16px;
    color: #AB203A;
    font-weight: 300;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: 350ms;
}

.soon-info-location:hover {
    border-bottom: 1px solid #AB203A;
    color: #AB203A;
}

@media(max-width:860px) {
    .soon-info-location {
        font-size: 15px;
        font-weight: 400;
    }
}


.soon-info-form {
    font-size: 16px;
    color: #AB203A;
    font-weight: 300;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: 350ms;
}

.soon-info-form:hover {
    border-bottom: 1px solid #AB203A;
    color: #AB203A;
}

@media(max-width:860px) {
    .soon-info-form {
        font-size: 15px;
        font-weight: 400;
    }
}


/* SOON AREA ENDS */

.book {
    position: relative;
    display: flex;
    margin: auto;
    width: 50cqmin;
    /*1* let pointer event go trough pages of lower Z than .book */
    pointer-events: none;
    transform-style: preserve-3d;
    transition: translate 1s;
    translate: calc(min(var(--c), 1) * 50%) 0%;
    /* Incline on the X axis for pages preview */
    rotate: 1 0 0 20deg;
}

.page {
    /* PS: Don't go below thickness 0.5 or the pages might transpare */
    --thickness: 2;
    flex: none;
    display: flex;
    width: 100%;
    font-size: 2cqmin;
    /*1* allow pointer events on pages */
    pointer-events: all;
    user-select: none;
    transform-style: preserve-3d;
    transform-origin: left center;
    transition:
        transform 1s,
        rotate 1s ease-in calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 50ms);
    translate: calc(var(--i) * -100%) 0px 0px;
    transform: translateZ(calc((var(--c) - var(--i) - 0.5) * calc(var(--thickness) * .23cqmin)));
    rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);

}

.front,
.back {
    position: relative;
    flex: none;
    width: 100%;
    backface-visibility: hidden;
    overflow: hidden;
    background-color: #fff;
    /* Fix backface visibility Firefox: */
    translate: 0px;
}

.back {
    translate: -100% 0;
    rotate: 0 1 0 180deg;
}


/* That's it. Your FlipBook customization styles: */

.book {
    counter-reset: page 0;

    & a {
        color: inherit;
    }
}

.page {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.front,
.back {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    /* padding: 2em; */
    border: 1px solid #0002;

    &:has(img) {
        padding: 0;
    }

    & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    &::after {
        position: absolute;
        bottom: 1em;
        counter-increment: page;
        content: counter(page) ".";
        font-size: 0.8em;
        display: none;
    }
}

.cover {
    &::after {
        content: "";
    }
}

.front {
    &::after {
        right: 1em;
    }

}

.back {
    &::after {
        left: 1em;
    }


}

.cover {

    color: hsl(200 30% 98%);
}

.page img {
    transform: scale(1);
    width: 100%;
    height: auto;
}



.scrollbar-container {
    width: 50%;
    margin: 20px auto;
    margin-top: 50px;
}

.scrollbar {
    width: 100%;
    cursor: pointer;
}

/* Tarayıcı özgü spesifik scrollbar stilleri için */
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #4CAF50;
    cursor: pointer;
}

input[type='range']::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: #ddd;
}

.book-controls {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 10%;
    display: flex;
    justify-content: space-between;
    pointer-events: all;
}

.prev-page,
.next-page {
    font-size: 24px;
    border: 1px solid #fff;
    background: #AB203A;
    cursor: pointer;
    color: #fff;
    padding: 8px 16px;
    transition: 350ms;
}

.prev-page:hover,
.next-page:hover {
    color: #AB203A;
    background: #fff;
    border: 1px solid #AB203A;
}

@media(max-width:860px) {

    .prev-page,
    .next-page {
        font-size: 15px;
        padding: 12px 12px;
    }

    .book-cont {
        position: relative;
    }

}


.book-top-controls {
    text-align: center;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 1000;
    /* Yüksek z-index değeriyle diğer unsurların üzerinde olmalı */
}

.book-top-controls button,
.book-top-controls input {
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: white;
    cursor: pointer;
}

.book-top-controls input {
    width: 100px;
}

.book.zoomed {
    transition: 350ms;
    transform: scale(1.5);
}



.fullscreen-mode {
    /* Tam ekran modunda uygun stil ayarlamaları */
    width: 80%;
    height: 80%;

}

.flip-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
    z-index: 99 !important;

}

.go-to-page-area button {
    background-color: #fff;
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    border: none;
    font-size: 16px;
}

#gotoPageInput {
    width: 70px;
    background-color: #fff;
    box-shadow: 2px 3px 15px 0px rgba(0, 0, 0, 0.25);
    border: none;
    font-size: 16px;

}




#flipbook {
    width: 100% !important;
    height: 489px;
}

#flipbook .page {
    width: 857px;
    height: 489px;
    background-color: white;
    line-height: 300px;
    font-size: 20px;
    text-align: center;
}

#flipbook .page-wrapper {
    -ms-perspective: 2000px;
    -o-perspective: 2000px;
    perspective: 2000px;
}

#flipbook .hard {
    background: #ccc !important;
    color: #333;
    -o-box-shadow: inset 0 0 5px #666;
    -ms-box-shadow: inset 0 0 5px #666;
    box-shadow: inset 0 0 5px #666;
    font-weight: bold;
}

#flipbook .odd {
    background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
    background-image: linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    -o-box-shadow: inset 0 0 5px #666;
    -ms-box-shadow: inset 0 0 5px #666;
    box-shadow: inset 0 0 5px #666;
}

#flipbook .even {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
    background-image: linear-gradient(left, #fff 95%, #dadada 100%);
    -o-box-shadow: inset 0 0 5px #666;
    -ms-box-shadow: inset 0 0 5px #666;
    box-shadow: inset 0 0 5px #666;
}



.mobile-flip .mobile-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.mobile-buttons .btn.flipbook-prev,
.mobile-buttons .btn.flipbook-next {
    border: 1px solid #AB203A;
    background-color: #AB203A;
    transition: 200ms;
    color: #fff;
}

.mobile-buttons .btn.flipbook-prev:hover,
.mobile-buttons .btn.flipbook-next:hover {
    border: 1px solid #AB203A;
    background-color: #fff;
    color: #AB203A;
}

.sound-toggle button,
.zoom-toggle button {
    padding: 5px;
    border: 1px solid #AB203A;
    background-color: #AB203A;
    transition: 200ms;
    color: #fff;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sound-toggle button:active,
.zoom-toggle button:active {
    background-color: #e9e9e9;
}

@media(min-width:768px) {
    .mobile-flip {
        display: none !important;
    }
}


@media(max-width:760px) {
    .desktop-flip {
        display: none !important;
    }
}

.slider-bar {
    width: 90%;
    margin: 10px auto;
}

#page-slider {
    width: 100%;
    cursor: pointer;
}




/* NBULTEN INDEX AREA STARTS HERE */

:root {
    --color2: #AB213A;
    --color1: #fff;
}

.card-area {
    margin-top: 50px;
}

.card-area .row {
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 100%;
}

.card-section a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}


.card-section .card {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: -5px -5px 5px -5px var(--color1), 5px 5px 5px -5px var(--color2), -7px -7px 10px -5px transparent, 7px 7px 10px -5px transparent, 0 0 5px 0px rgba(255, 255, 255, 0), 0 55px 35px -20px rgba(0, 0, 0, 0.5);
    padding: 0 !important;
    transition: -webkit-transform 0.15s ease;
    perspective: 600px;
    -webkit-perspective: 600px;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    z-index:1;

}

.card-section .card:hover {
    -webkit-filter: brightness(1.08);
    filter: brightness(1.08);
}

.card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.issue-header {
    font-family: 'EB Garamond', serif;
    color: #AB203A;
    font-weight: 400;
    text-align: center;
    max-width: 800px;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.issue-header span {
    color: #1e1e1e;
    font-size: 15px;
}

@media(max-width:767px) {
    .card-area {
        margin-top: 0px;
    }

    .card-section a {
        margin-top: 70px;
    }

    .issue-header {
        padding-bottom: 15px;
        font-size: 25px;
        line-height: 17px;
    }

    .issue-header span {
        font-size: 14px;
    }
}