.page-content {
    margin: 0;
}

.mevapark-landing-content {
    display: flex;
}

.mevapark-info {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 70vw;
}

.mevapark-info .img.mobile {
    display: none;
}

.mevapark-info .info-img .img{
    /*width: 100%;*/
    /*height: 80vh;*/
    /*object-position: 100% 20%;*/
}

.mevapark-info .info-logo {
    display: flex;
    position: absolute;
    height: 80px;
    top: 0;
    left: 20%;
    width: auto;
    transform: translate(-50%, 100%);
}

.mevapark-info .info-logo .logo {
    height: 80px;
}

.mevapark-info .info-details {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 100%);
    text-align: center;
}

.text-color{
    color: #00277e;
}

.mevapark-info .info-details span.spot{
    font-size: 1.4em;
    font-weight: 700;
}

.mevapark-info .info-details h1 span:first-child {
    font-size: 1em;
}

.mevapark-info .info-card {
    z-index: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.46);
    background-color: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(5px);
    padding: 1em;
    position: absolute;
    bottom: 10%;
    width: 85%;
    left: 7.5%;
    border-radius: 1em;
}

.mevapark-info .info-card .info-card-item-list .info-card-item span {
    font-size: 1.3em;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.form-section.bilgiFormu {
    padding: 3em 3em 0 3em;
    position: relative;
    width: 30vw;
    overflow: hidden;
    color: #bababa;
    box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.38);
    background: white;
}

.form-section.bilgiFormu h2.title {
    font-size: 1.6em;
    margin-top: 1em;
}

.form-section.bilgiFormu p.spot {
    font-size: 1em;
    color: #323232;
}

.btn-1 {
    background-color: #00277e;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 0;
}

.form-footer .img {
    max-width: 150px;
    height: auto;
    margin: 20px;
}

.form-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.call {
    background-color: #003b29;
    border-radius: 20px;
    padding: 10px;
}

.call span {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    margin-right: 15px;
}

.call a {
    font-size: 1.5em;
    color: inherit;
    text-decoration: none;
}

.lang {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}

.lang a{
    text-decoration: none;
    font-weight: 700;
}

.lang a .img{
    max-width: 30px;
    margin-right: 3px;
}

.lang a span {
    color: #323232;
}


.pageHeader.-type-1 {
    position: relative;
    color: white;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    overflow: hidden;
}

.pageHeader.aft.-type-1::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003b29;
    opacity: 0.9;
}

.pageHeader.-type-1 > * {
    position: relative;
    z-index: 40;
}

.pageHeader.-type-1.-pb-sm {
    padding-bottom: 120px;
}

@media (max-width: 991px) {
    .pageHeader.-type-1.-pb-sm {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .pageHeader.-type-1.-pb-sm {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .pageHeader.-type-1 {
        padding-top: 220px;
        padding-bottom: 140px;
    }
}

@media (max-width: 767px) {
    .pageHeader.-type-1 {
        padding-top: 140px;
        padding-bottom: 80px;
    }
}

.pageHeader.-type-1 .pageHeader__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: black;
}

.pageHeader.-type-1 .pageHeader__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pageHeader.-type-1 .pageHeader__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003b29;
    opacity: 0.2;
}

.pageHeader.-type-1 .pageHeader__title {
    font-size: 32px;
    font-weight: 500;
    color: WHITE !important;
    line-height: 40px;
    margin-top: 30px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.pageHeader.-type-1 .pageHeader__text {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .pageHeader.-type-1 .pageHeader__title {
        font-size: 60px;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .pageHeader.-type-1 .pageHeader__title {
        font-size: 30px;
    }
}

.pageHeader.-type-1 .pageHeader-nav {
    display: flex;
    margin-top: 5px;
}

.pageHeader.-type-1 .pageHeader-nav > span {
    margin: 0 5px;
}

.pageHeader.-type-1 .pageHeader-nav__link a, .pageHeader.-type-1 .pageHeader-nav__link span {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

.mevapark-left-side-bottom {
    background-color: #ededed;
}

.mevapark-left-side-bottom .mevapark-logo {
    max-width: 200px;
}

.mevapark-left-side-bottom .landing-content {
    border-left: 1px solid #d1d1d1;
}

.mevapark-left-side-bottom {
    height: 20vh;
}

.mevapark-left-side-bottom h2{
    font-size: 1.2em;
}

.mevapark-left-side-bottom p{
    font-size: 0.9em;
    margin-bottom: 3px;
}

.mevapark-left-side-bottom a{
    color: #000;
}

.owl-prev-btn, .owl-next-btn {
    font-size: 30px;
    color: white;
    background: rgb(255 255 255 / 40%);
    padding: 10px 20px;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s;
    margin: 10px;
}

.owl-prev-btn:hover, .owl-next-btn:hover {
    background: rgba(255, 255, 255, 0.7);
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-nav button {
    pointer-events: all;
    background: none;
    border: none;
}

.owl-dots {
    display: none;
}

@media(max-width: 1280px){

    .mevapark-info {
        width: 100% !important;
        height: 100% !important;
    }

    .mevapark-info .img {
        display: none;
    }

    .mevapark-info .img.mobile {
        display: block !important;
    }

    .form-section.bilgiFormu {
        width: 100vw;
    }

    .mevapark-landing-content {
        flex-wrap: wrap;
    }

    .mevapark-info .info-logo {
        top: 15px;
        left: calc(-50% - 122px);
        width: 100%;
        transform: translate(100%, 50%);
    }


    .mevapark-info .info-details {
        top: 10%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, 50%);
        font-size: .8em;
    }

    .mevapark-info .info-details span.spot{
        font-size: 1em;
    }

    .mevapark-info .info-details h1 span:first-child {
        font-size: 0.8em;
        font-weight: 400;
        line-height: 40px;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .mevapark-info .info-card {
        bottom: 3%;
    }

    .border-end {
        border-right: none !important;
    }

    .lang a span {
        color: #fff;
    }

    .mevapark-info .info-img .img{
        display: none;
        height: 100%;
    }

    .call {
        width: 100%;
    }

    .call a {
        font-size: 1.5em !important;
    }

    .form-section.bilgiFormu h2.title {
        margin-top: 0 !important;
    }

    .form-section.bilgiFormu {
        padding: 1.7em;
    }

    .mevapark-left-side-bottom {
        height: 100% !important;
        padding: 1em;
    }

}

@media (min-width: 721px) and (max-width: 1280px) {
    /*.mevapark-info .info-img .img {*/
    /*    height: 70vh;*/
    /*}*/
    .mevapark-left-side-bottom {
        height: 30vh;
    }
}

@media (min-width: 1281px) and (max-width: 2559px) {
    /*.mevapark-info .info-img .img {*/
    /*    height: 70vh !important;*/
    /*}*/

    .img.desktop {
        height: 70vh!important;
    }
    .mevapark-left-side-bottom {
        height: 30vh !important;
    }

}

@media (min-width: 2560px) {
    /*.mevapark-info .info-img .img {*/
    /*    height: 80vh !important;*/
    /*}*/
    .mevapark-left-side-bottom {
        height: 20vh !important;
    }
}

.img.desktop {
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}