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: 'EB Garamond', serif; */
    font-family: 'Sofia Sans', sans-serif !important;
    /* 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 {
    color: #000;
    margin-left: 5px;
    margin-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 {
        font-size: 25px;
        line-height: 40px;
        font-weight: 300;
        color: #000;
        text-align: center;
        font-family: 'EB Garamond', serif;
    }
}

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

.nav-item .nav-link:hover {
    color: #000;
    border-bottom: 1px solid #000;
}


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


.contact-link{
    background: transparent;
    border:1px solid #AB203A!important;
    color:#AB203A!important;
    border-radius: 50px;
    padding-bottom:5px!important;
}

.contact-link:hover{
    border-bottom:1px solid #AB203A !important;
    background-color: #AB203A;
    color:#fff!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;
    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: 40px;
    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: 80px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;

}

@media(max-width:960px) {
    .projects-pre-area {
        margin-top: 40px;

    }
}


.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;
    cursor: pointer;
}

@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;
    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: 50px;
    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: 1px;
    font-weight: 300;
    color: #AB203A;
}

.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;
    line-height: 16px;
    color: #000;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

.form-header-text span {
    letter-spacing: 0px;
    font-size: 11px;
}


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

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

.contact-map div:hover {
    filter: none;
}


@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 */