* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Mark Pro";
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.full-static-content h4 {
    font-size: 40px;
    padding: 40px 10px;
    font-weight: 600;
}

.service i {
    font-size: 55px;
    color: #4da8ed;
}

.full-static-content {
    padding: 100px 0;
}

.full-static-content .plan-desc {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.full-static-content .plan-room {
    display: flex;
    align-items: center;
    width: 40%;
}

.full-static-content .desc {
    display: flex;
    align-items: center;
    width: 60%;


}

.full-static-content .plan-logo {
    display: flex;
    align-items: center;
}




.highslide-loading {
    background-image: url(/img/loading.gif?=sdkf);
    width: 40px;
    height: 40px;
    background-size: 100%;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}

.highslide-controls li {
    float: left;
    padding: 5px 0;
}

.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}

.highslide-controls a.disabled {
    cursor: default;
}

.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}

.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}

.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}

.highslide-controls .highslide-play a {
    background-position: -30px 0;
}

.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}

.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}

.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}

.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}

.highslide-controls .highslide-next a {
    background-position: -90px 0;
}

.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}

.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}

.highslide-controls .highslide-move a {
    background-position: -120px 0;

}

.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}

.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}

.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}

.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}

.highslide-controls .highslide-close a {
    background-position: -180px 0;
}

.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

.highslide-viewport-size {
    background-color: #000;
}

.highslide-container,
.modal {
    z-index: 9999999 !Important;
}

.modal-backdrop {
    z-index: 999999 !Important;
}

/*Sertifikatlar*/
.certificates {
    margin-left: -7px;
    margin-right: -7px;
    text-align: center;
}

.certificates .highslide {
    width: calc(33.333333% - 20px);
    display: inline-block;
    margin: 0 7px 10px;
}

.certificates .highslide img {
    width: 100%;
    margin: 0;
}

/*end*/




/* Header */
header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

header.fixed {
    position: fixed;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

header nav .logo img {
    width: 140px;
}

header nav .nav-comps {
    display: flex;
    align-items: center;
}

header nav .nav-comps .phone {
    color: #333;
    margin-right: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

header nav .nav-comps .phone:hover {
    color: #319ae2;
}

header nav .nav-comps .price-order {
    display: block;
    padding: 13px 40px;
    background-color: #319ae2;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

header nav .nav-comps .price-order:hover {
    background-color: #292929;
}

header .nav-menu {
    display: flex;
}

header .nav-menu .nav-item.sub:hover .sub-wrap {
    opacity: 1;
    visibility: visible;
}

header .nav-menu .sub-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

header .nav-menu .sub-wrap .submenu {
    background-color: #fff;
    width: 190px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: rgb(0 0 0 / 16%) 0px 28px 52px 0px;
    overflow: hidden;
}

header .nav-menu .sub-wrap .submenu li {
    padding-left: 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

header .nav-menu .sub-wrap .submenu li:hover {
    background-color: #f1f1f1;
}

header .nav-menu .sub-wrap .submenu .sub-link {
    display: inline-block;
    line-height: 50px;
    color: #333;
}

header .nav-menu .nav-item {
    margin: 0 7px;
}

header .nav-menu .nav-item:hover .nav-links {
    color: #319ae2;
}

header .nav-menu .nav-item.sub {
    position: relative;
}

header .nav-menu .nav-item .nav-links {
    padding: 0 10px;
    color: #333;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    padding-right: 0;
}

header nav .nav-comps .langs {
    display: flex;
    align-items: center;
    margin-left: 17px;
    position: relative;
}

header nav .nav-comps .langs a {
    color: #333;
    font-weight: 600;
    opacity: 0.8;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

header nav .nav-comps .langs a:hover {
    opacity: 1;
}

header svg {
    width: 10px;
    height: 7px;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 5px;
}

header svg .dropdown-icon {
    fill: none;
    stroke: #333;
    stroke-width: 1.5px;
    fill-rule: evenodd;
    padding: 18px 24px;
}

header .mobile-menu .mobile-sub .nav-links {
    padding-right: 0;
}

header .offcanvas svg .dropdown-icon {
    stroke: #fff;
}

header nav .nav-comps .langs .drop-langs {
    background: #fff;
    position: absolute;
    top: 40px;
    right: 0;
    padding: 18px 24px;
    border: 1px solid #d6e0ee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: none;
}

header nav .nav-comps .langs .drop-langs::before,
header nav .nav-comps .langs .drop-langs::after {
    left: auto;
    right: 16px;
    content: "";
    position: absolute;
    top: -20px;
    border: 9px solid transparent;
    border-bottom: 10px solid #d6e0ee;
}

header nav .nav-comps .langs .drop-langs::after {
    border-bottom-color: #fff;
    top: -18px;
}

header nav .nav-comps .langs .drop-langs .drop-lang {
    display: inline-block;
    padding: 5px 0;
}

header nav .burger-menu {
    display: none;
}

header nav .burger-menu span {
    height: 2px;
    width: 32px;
    background-color: #333;
    display: block;
    margin: 8px 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

header.scroll nav .burger-menu span {
    background-color: #333;
}

header nav .burger-menu span.line-2 {
    width: 25px;
}

header nav .burger-menu:hover span {
    margin: 12px 0;
    opacity: 0.3;
}

header nav .burger-menu i {
    font-size: 22px;
    color: #fff;
}

header .offcanvas-end {
    width: 80%;
    height: 100vh;
    padding: 0 17px 35px;
    background: linear-gradient(119deg,
            #8dc6f0,
            rgb(49 154 226),
            rgb(49 154 226));
}

header .offcanvas-header {
    justify-content: flex-end;
}

header .offcanvas-header button {
    font-size: 26px;
}

header .offcanvas-header button i {
    color: #fff;
}

header .mobile-menu .nav-item {
    padding: 15px 0;
    border-bottom: 2px solid #379ae2;
}

header .mobile-menu .nav-item .nav-links {
    color: #fff;
    padding: 0 17px;
}

header .mobile-menu .nav-item.mobile-sub .nav-links {
    padding-right: 0;
}

header .offcanvas-body .price-order {
    display: block;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    text-align: center;
    margin: 30px 17px;
    padding: 13px 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

header .mobile-menu .mobile-sub .mobile-sub-menu {
    padding-left: 30px;
    display: none;
}

header .mobile-menu .mobile-sub .mobile-sub-menu li {
    padding: 12px 0;
}

header .mobile-menu .mobile-sub .mobile-sub-menu li .sub-link {
    color: #fff;
}

header .offcanvas-body .langs {
    text-align: center;
}

header .offcanvas-body .langs .lang-mobile {
    color: #fff;
    font-weight: 600;
}

header .offcanvas-body .langs .drop-langs-mobile {
    background: #fff;
    padding: 18px 24px;
    border: 1px solid #d6e0ee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 200px;
    margin: 0 auto;
    margin-top: 12px;
    display: none;
}

header .offcanvas-body .langs .drop-langs-mobile li {
    padding: 5px 0;
}

header .offcanvas-body .langs .drop-langs-mobile li .drop-lang {
    color: #333;
    width: 100%;
    display: inline-block;
}

@media (max-width: 1400px) {
    header nav .nav-comps .price-order {
        padding: 13px;
    }
}

@media (max-width: 1200px) {
    header nav .nav-comps .phone {
        display: none;
    }

    header .nav-menu .nav-item .nav-links {
        padding: 0 7px;
    }
}

@media (max-width: 992px) {

    .about .about-container .about-img img {
        object-fit: cover;
    }

    .loc {
        font-size: 18px;
    }

    header nav .nav-comps .price-order {
        display: none;
    }

    header .nav-menu {
        display: none;
    }

    header nav .nav-comps .langs {
        display: none;
    }

    header nav .nav-comps .phone {
        display: block;
    }

    header nav .burger-menu {
        display: block;
    }
}

/* Slider */
.slider {
    margin-top: 123.5px;
    position: relative;
}

.slider .owl-carousel {
    position: relative;
}

.slider .owl-carousel .owl-nav {
    position: absolute;
    bottom: 90px;
    right: 110px;
}

.slider .owl-carousel .owl-nav button {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.slider .owl-carousel .owl-nav button:first-child {
    margin-right: 17px;
}

.slider .owl-carousel .owl-nav button:hover {
    opacity: 0.8;
}

.slider .owl-carousel .item {
    height: 75vh;
    background-position: bottom;
    background-size: cover;
    position: relative;
}

.slider .owl-carousel .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    z-index: 1;
}

.slider .arrows-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider .arrows-wrap .container {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider .slider-arrows {
    position: absolute;
    bottom: 90px;
    right: 110px;
    z-index: 1;
}

.slider .slider-arrows button:first-child {
    margin-right: 17px;
}

.slider .slider-arrows button {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    background: none;
    border: none;
}


.slider .owl-carousel .container {
    height: 100%;
    padding: 0 110px;
    position: relative;
}

.slider .owl-carousel .slider-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 90px 0;
    position: relative;
    z-index: 1;
}

.slider .slider-caption .slider-title .title {
    font-size: 36px;
    color: #fff;
    text-align: right;
}

.slider .slider-caption .slider-info .more {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    color: #fff;
}

.slider .slider-caption .slider-info .more img {
    transition: all .3s;
}

.slider .slider-caption .slider-info .more:hover img {
    transform: translateX(-20px);
}

.slider .slider-caption .slider-info .slider-desc {
    margin: 0;
    font-size: 38px;
    color: #fff;
    padding-top: 50px;
    width: 50%;
    text-transform: uppercase;
}

.slider .owl-carousel .owl-item img {
    width: unset;
}

@media (max-width: 1400px) {
    .slider .owl-carousel .owl-nav {
        right: 9%;
    }
}

@media (max-width: 1200px) {
    .slider .slider-caption .slider-info .slider-desc {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .full-static-content h4 {
        padding: 40px 35px !important;
    }

    .mobdareng {
        background: #0000000a;
        margin: 40px 0 0;
    }

    .full-static-content {
        padding: 40px 0;
    }

    .static-gallery a {
        width: 47% !important;
        height: 200px !important;
        margin-bottom: 20px !important;
        overflow: hidden !important;
        border-radius: 10px !important;
    }

    .plan-room {
        width: 50%;
    }

    .static-content,
    .cat-content,
    .full-page .full-content {
        padding: 30px 0 !important;
    }


    .static-content img,
    .full-content img {
        width: 100% !important;
        height: 350px !important;
        margin: 0 0 20px 0px !important;
        padding: 0 !important;
        float: none !important;
    }


    .footer .footer-main .footer-menu {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 24px;
    }

    .footer .footer-main .footer-menu .footer-link {
        width: 100%;
    }

    .plans .section-title {
        margin-bottom: 10px;
    }


    .main-plans {
        display: flex;
        gap: 18px;
    }

    .plan-desc p {
        font-size: 20px;
    }

    .plans .plan-wrapper .plan-desc .desc {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .plans .plan-wrapper .plan-desc .desc p {
        font-weight: 200;
        margin: unset;
    }

    .plan-logo h2,
    .main-plans h2 {
        font-size: 60px !important;
    }

    .plans .plan-room,
    .plans .desc,
    .plans .plan-logo {
        flex-direction: row !important;
    }

    .services .service {
        display: block;
    }

    .slider .slider-arrows {
        bottom: 30px;
        right: 35px;
    }

    .slider .owl-carousel .item {
        height: 65vh;
    }


    .slider .slider-caption .slider-title .title {
        font-size: 26px;
    }


    .slider .owl-carousel .container {
        padding: 0 30px;
    }

    header .offcanvas-body .price-order {
        margin: 30px 0px;
        padding: 13px 20px;
        font-size: 18px;
        background-color: #88db65;
        color: #fff;
    }

    header .mobile-menu .nav-item .nav-links {
        font-size: 20px;
    }

    .slider {
        margin-top: 105px;
    }

    header nav .logo img {
        width: 105px;
    }

    .slider .slider-caption .slider-info .slider-desc {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .slider .owl-carousel .owl-nav {
        bottom: 30px;
    }

    .slider .slider-caption .slider-info .slider-desc {
        width: 100%;
    }
}

/* About */

.about {
    background-color: #f7f7f7;
    padding: 130px 0;
    position: relative;
}

.about .side-desc {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    padding: 50px 0;
}

.about .side-desc .line {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 1px;
    min-height: 15%;
    max-height: 40%;
    background-color: #d7d7d7;
}

.about .side-desc .desc {
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #999;
    padding: 24px 0;
}

.about .about-container {
    display: flex;
    align-items: center;
}

.about .section-title {
    margin-bottom: 42px;
}

.about .section-title .title {
    font-size: 42px;
}

.about .about-container .about-caption {
    background-color: #fff;
    padding: 50px;
    width: 57.26%;
    margin-left: -4.375rem;
    position: relative;
}

.static-gallery br {
    display: none;
}

.static-text h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 26px;
}

.static-text {
    font-size: 18px;
    font-weight: 200;
}

.static-text ul {
    padding-left: 40px;
}

.static-text ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}

.static-text ul li::marker {
    color: #92b33d;
}

.about .about-container .about-caption .title {
    font-size: 36px;
    color: #333;
    margin-bottom: 3px;
}

.about .about-container .about-caption .about-address {
    font-size: 18px;
    color: #257ce1;
    display: block;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e4e4e4;
    text-transform: uppercase;
}

.about .about-container .about-caption .desc {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 200;
    text-align: justify;
}

.about .about-container .about-caption .more {
    display: flex;
    align-items: center;
}

.about .about-container .about-caption .more:hover .more-icon svg {
    fill: #fff;
}

.about .about-container .about-caption .more:hover .more-icon {
    background-color: #88db65;
    border-color: #88db65;
}

.about .about-container .about-caption .more:hover .link {
    color: #88db65;
}

.about .about-container .about-caption .more .link {
    font-weight: 200;
    color: #333;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.about .about-container .about-caption .more .more-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.about .about-container .about-caption .more .more-icon svg {
    fill: #88db65;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.about .about-container .about-img {
    width: 48.72%;
}

.about .about-container .about-img img {
    width: 100%;
    height: 420px;
}

.about .about-container .about-caption .about-badge {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #88db65;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 8px;
    color: #fff;
    right: -43px;
    top: -33px;
}

@media (max-width: 1100px) {
    .about .side-desc {
        display: none;
    }
}

@media (max-width: 992px) {
    .about .about-container .about-caption .about-badge {
        display: none;
    }

    .about .about-container {
        flex-direction: column;
    }

    .about .about-container .about-caption {
        margin-left: 0;
        width: 100%;
    }

    .about .about-container .about-img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .about .about-container .about-caption {
        padding: 50px 20px;
    }

    .about .about-container .about-caption .desc {
        font-size: 15px;
    }
}

/* Advant */

.advantages {
    background-color: #257CE1;
    padding: 35px 0;
}

.advantages .advant-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantages .advant {
    width: 33%;
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin: 34px 0;
}

.advantages .advant img {
    height: 40px;
    width: 40px;
}

.advantages .advant .advant-info .title {
    color: #ffffff4d;
    font-size: 18px;
}

.advantages .advant .advant-info .desc {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .advantages .advant-wrap {
        justify-content: center;
        gap: 25px;
    }

    .advantages .advant {
        width: 30%;
    }
}

@media (max-width: 992px) {
    .advantages .advant {
        width: 45%;
    }
}

@media (max-width: 576px) {
    .advantages .advant {
        width: 100%;
        justify-content: left;
    }
}

/* Services */
.services {
    padding: 80px 0;
    background-color: #f7f7f7
}

.services .service-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 35px;
}

.services .section-title {
    margin-bottom: 42px;
}

.services .section-title .title {
    font-size: 42px;
}

.services .service {
    width: 29%;
    display: block;
}

.services .service img {
    display: block;
    padding-bottom: 16px;
}

.services .service .title {
    font-size: 24px;
    padding-bottom: 24px;
    margin: 0;
    color: #333;
}

.services .service .desc {
    color: #979797;
}

@media (max-width: 992px) {
    .services .service {
        width: 49%;
    }
}

@media (max-width: 576px) {
    .services .service {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}

/* Plans */


.plans {
    background-color: #fff;
    padding: 80px 0;
}

.plans .section-title {
    margin-bottom: 42px;
}

.plans .section-title .title {
    font-size: 42px;
}

.plans .plan-wrapper {
    display: flex;
    justify-content: space-between;
}

.plans .plan-wrapper .plan-view {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.plans .plan-wrapper .plan-desc {
    width: 40%;
    padding-left: 50px;

    flex-direction: column;
    justify-content: center;

    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.plans .plan-wrapper .plan-view .plan-slides .plan-item {
    height: 300px;
    background-size: contain;
}

.plans .plan-wrapper .plan-view .plan-slides .plan-item svg {
    width: 100%;
    height: 100%;
}

.plans .plan-wrapper .plan-view .plan-slides .plan-item svg .room-hover {
    outline: 0;
}

.plans .plan-wrapper .plan-view .plan-slides .plan-item svg .room-hover polygon {
    fill: yellow;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.plans .plan-wrapper .plan-view .plan-slides .plan-item svg .room-hover:hover polygon {
    opacity: 0.2;
}

.plans .plan-wrapper .plan-view .change-floors {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    margin-top: 30px;
}

.plans .plan-wrapper .plan-view .change-floors a {
    height: 39px;
    width: 39px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.plans .plan-wrapper .plan-view .change-floors .up-floor {
    background-image: url(/img/up-floor.png);
}

.plans .plan-wrapper .plan-view .change-floors .down-floor {
    background-image: url(/img/down-floor.png);
}

.plans .plan-wrapper .plan-desc .plan-logo {
    width: 240px;

}

.plans .plan-wrapper .plan-desc .logo-wrapper {
    display: flex;

}

.plans .plan-wrapper .plan-desc .plan-title {
    font-size: 30px;
    border-bottom: 1px solid grey;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.plans .plan-wrapper .plan-desc .desc {}

.plan-desc p {
    font-size: 21px;
}

.plans .plan-wrapper .plan-desc .desc p {
    width: 40px;
}

.plans .plan-room,
.plans .desc,
.plans .plan-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 400px;
}

.plan-room {
    position: relative;
}

.plan-room::after {
    display: none;
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #0000001a;
    right: 0;
    top: 0;
}

.plans .plan-wrapper .plan-desc .plan-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.plans .plan-wrapper .plan-desc .plan-info span {
    margin-right: 7px;
}

.plans .plan-wrapper .plan-desc .plan-info .phone {
    color: #333;
}

.main-plans {
    display: flex;
}

.plan-logo h2,
.main-plans h2 {
    font-size: 160px;
}

@media (max-width: 992px) {
    .plans .plan-wrapper {
        flex-direction: column;
        row-gap: 35px;
    }

    .plans .plan-wrapper .plan-view {
        width: 100%;
    }

    .plans .plan-wrapper .plan-desc {
        width: 100%;
        padding-left: 0;
    }

    .plans .plan-wrapper .plan-view .plan-slides .plan-item {
        height: 200px;
    }
}

/* Events */
.events {
    padding: 45px 0;
    background-color: #fff5ec;
}

.events .nav-tabs {
    border-bottom: none;
    margin-bottom: 25px;
}

.events .section-title {
    text-align: center;
    margin-bottom: 56px;
}

.events .section-title .title {
    font-size: 42px;
}

.events .section-title .desc {
    font-size: 16px;
    color: #222222;
    font-weight: 200;
    margin: 0;
}

.events .events-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
}

.events .events-wrap .event {
    width: 49%;
    background-color: #fff;
    display: flex;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
    min-height: 224px;
}

.events .events-wrap .event .event-img {
    width: 224px;
    height: 100%;
}

.events .events-wrap .event .event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events .events-wrap .event .event-caption {
    width: calc(100% - 224px);
    padding: 24px 32px;
}

.events .events-wrap .event .event-caption .event-title {
    font-size: 24px;
    margin-bottom: 22px;
    font-weight: 500;
}

.events .events-wrap .event .event-caption .event-desc {
    font-weight: 200;
    color: #222222;
}

.events .nav-tabs .nav-item {
    padding: 0 20px;
}

.events .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    color: #acacac;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    display: inline-block;
    padding: 12px 0;
    background-color: unset;
}

.events .nav-tabs .nav-item .nav-link:hover {
    color: #333;
    border-color: transparent transparent #d13d73 transparent;
}

.events .nav-tabs .nav-item .nav-link.active {
    color: #333;
    border-color: transparent transparent #d13d73 transparent;
}

@media (max-width: 1200px) {
    .events .events-wrap .event {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .events .events-wrap .event {
        flex-direction: column;
    }

    .events .events-wrap .event .event-img {
        width: 100%;
        height: 216px;
    }

    .events .events-wrap .event .event-caption {
        width: 100%;
    }
}

/* Call To action */

.callTo {
    background-color: #0069b0;
    padding: 70px 0;
}

.callTo .call-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.callTo .call-wrap .phone-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}

.callTo .call-wrap .phone-side a {
    display: block;
}

.callTo .call-wrap .phone-side .desc {
    color: #fff;
    opacity: 0.5;
    font-size: 18px;
    margin-bottom: 11px;
}

.callTo .call-wrap .phone-side .phone {
    color: #fff;
    font-size: 52px;
    margin-bottom: 24px;
    padding-bottom: 7px;
    font-weight: 500;
    background-size: 0 1px;
    background-position: 100% 100%;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0.4),
            hsla(0, 0%, 100%, 0.4));
    background-repeat: no-repeat;
    text-decoration: none !important;
    -webkit-transition-property: background-size, color;
    -o-transition-property: background-size, color;
    transition-property: background-size, color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    will-change: background-size;
}

.callTo .call-wrap .phone-side .phone:hover {
    background-position: 0 100%;
    background-size: 100% 1px;
}

.callTo .call-wrap .phone-side .price-offer {
    padding: 18px 70px;
    color: #fff;
    border: 2px solid hsla(0, 0%, 100%, 0.4);
    text-align: center;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.callTo .call-wrap .phone-side .price-offer span {
    position: relative;
    z-index: 1;
}

.callTo .call-wrap .phone-side .price-offer::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.callTo .call-wrap .phone-side .price-offer:hover {
    color: #000;
    border-color: #fff;
}

.callTo .call-wrap .phone-side .price-offer:hover::after {
    width: 100%;
}

.callTo .call-wrap .social-side {
    width: 50%;
}

.callTo .call-wrap .social-side .socials {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
}

.callTo .call-wrap .social-side .socials .social {
    width: 50%;
    color: #fff;
}

.callTo .call-wrap .social-side .socials .social i {
    font-size: 24px;
    margin-right: 32px;
    width: 20px;
}

.callTo .call-wrap .social-side .socials .social span {
    font-size: 20px;
    font-weight: 200;
    background-size: 0 1px;
    background-position: 100% 100%;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0.4),
            hsla(0, 0%, 100%, 0.4));
    background-repeat: no-repeat;
    text-decoration: none !important;
    -webkit-transition-property: background-size, color;
    -o-transition-property: background-size, color;
    transition-property: background-size, color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    will-change: background-size;
    line-height: 1.6rem;
    display: inline-block;
}

.callTo .call-wrap .social-side .socials .social:hover span {
    background-position: 0 100%;
    background-size: 100% 1px;
}

@media (max-width: 1200px) {
    .callTo .call-wrap .phone-side .phone {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .callTo .call-wrap {
        flex-direction: column;
        row-gap: 50px;
    }

    .callTo .call-wrap .phone-side {
        width: 100%;
    }

    .callTo .call-wrap .social-side {
        width: 100%;
    }
}


@media (max-width:768px) {
    .callTo .call-wrap .phone-side .price-offer {
        width: 100%;
    }
}

@media (max-width:400px) {
    .callTo .call-wrap .phone-side .phone {
        font-size: 30px;
    }

    .callTo .call-wrap .social-side .socials .social i {
        font-size: 18px;
        margin-right: 18px;
    }
}

/* Footer */

.footer {
    padding: 50px 0 20px;
    background-color: #101010;
}

.footer .footer-main .footer-logo {
    width: 130px;
    margin-bottom: 50px;
}

.footer .footer-main .footer-logo img {
    width: 100%;
    filter: grayscale(1) brightness(100);
}

.footer .footer-main .footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer .footer-main .footer-menu .footer-link {
    display: block;
    color: #fff;
    font-size: 24px;
}

.footer-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-copy {
    padding: 70px 0 0 0;
}

.footer-copy .copy span {
    color: #fff;
    opacity: 0.7;
    font-size: 12.5px;
}

.footer-copy .site p {
    margin-bottom: 0;
}

.footer-copy .site p span {
    color: #fff;
    opacity: 0.7;
    font-size: 12.5px;
}

.footer-copy .site p img {
    width: 100px;
}

/*Static page*/
.static-title {
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    font-size: 30px;
    margin-bottom: 0;
}

.static-head {
    padding: 160px 0 40px 0;
}

.breadcrumb {
    align-items: center;
    margin-bottom: 0;
}

.breadcrumb a {
    font-size: 30px;
}

.breadcrumb a {
    font-size: 20px;
    color: #333;
    transition: .3s;
}

.breadcrumb img {
    margin: 0 20px;
}

.breadcrumb a.active {
    opacity: .8;
}

.bg-gray {
    background-color: #f6f6f6;
}

.bread-item {
    padding: 25px;
    background-color: white;
    text-align: end;
}

.bread-item a {
    color: #00aae7;
    font-size: 22px;
}

.static-content,
.cat-content,
.full-page .full-content {
    padding: 60px 0;
}

.static-content img,
.full-content img {
    width: 50%;
    object-position: bottom;
    height: 430px;
    object-fit: cover;
    margin: 0 0 10px 10px;
    float: right;
    border-radius: 4px;
}

.static-text img {
    display: none;
}

.fotorama-serv img {
    display: initial;
}

.loc {
    cursor: pointer;
    transition: background .1s linear;
}

.loc:hover {
    border-bottom: 1px solid #319ae2;
}

.loc .loc-content {
    padding: 25px 15px;
    border-bottom: 1px solid #d6d9db;
}

.loc:hover .loc-content {
    border-bottom: none;
}

.loc h2 {
    font-weight: bold;
}

.loc .loc-content p {
    margin-bottom: 0;
}

.loc .loc-content img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

#map {
    height: 400px;
}

/*end*/
.cat-page .product-item {
    padding: 0 4px;
    margin-bottom: 8px;
}

.cat-page #dle-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
}

.cat-page .img-wrap {
    position: relative;
}

.cat-page .product-info {
    background-color: #f6f6f691;
}

/*end*/
.plans-category {
    padding-top: 100px;
    background: #fff;
}

.static-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.static-gallery a {
    width: calc(33% - 10px);
    height: 300px;
    margin: 5px;
}

.static-gallery a img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}

.full-img img {
    width: 100%;
    border-radius: 6px;
}




.mertebe-plan-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}

.mertebe-plan-content {
    width: 30%;
}

.mertebe-plan-content span {
    font-size: 90px;

}

.mertebe-plan-content p {
    font-size: 70px;
}

.mertebe-plan-img {
    position: relative;
    width: 778px;
}

.mertebe-plan-img img {
    width: 100%;
}

.polygon1:nth-child(2) {
    width: 206px;
    height: 230px;
    position: absolute;
    top: -1px;
    left: 203px;
}

.polygon1:nth-child(3) {

    width: 306px;
    height: 172px;
    position: absolute;
    bottom: 5px;
    left: 225px;
}

.polygon1:nth-child(4) {
    background-color: black;
    width: 130px;
    height: 197px;
    position: absolute;
    top: 1px;
    right: 124px;
}

.polygon1:nth-child(5) {
    width: 186px;
    height: 170px;
    position: absolute;
    bottom: 5px;
    right: 64px;
}

.polygon1:nth-child(6) {
    width: 290px;
    height: 404px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.polygon1:nth-child(7) {

    width: 290px;
    height: 412px;
    position: absolute;
    right: -7px;
    top: 0px;


}

.polygon1 {
    opacity: 0;
    cursor: pointer;
    background-color: black;
    transition: .3s;

}

.polygon1:hover {
    opacity: 0.3;
}

.mertebe-plan-content span {
    display: none;
    white-space: nowrap;
}

.mertebe-plan-content p {
    display: none;
}

.mertebe-plan-content span.polygontoggle {
    display: block;
}

.mertebe-plan-content p.polygontoggle {
    display: block;
}

.mertebe-plan-content h3 {
    font-size: 60px;
}

.polygontoggle2 {
    display: none;
}

@media(max-width:992px) {
    .polygon1 {
        display: none;
    }

    .mertebe-plan-content h3 {
        display: none;

    }

    .mertebe-plan-content p.polygontoggle {
        display: none;
    }
}

@media(min-width:992px) and (max-width:1400px) {


    .mertebe-plan-content p {
        font-size: 38px
    }

    .mertebe-plan-content h3 {
        font-size: 40px;
        text-align: center;

    }

    .mertebe-plan-content {
        text-align: center;

    }
}

@media(min-width:1400px) and (max-width:1647px) {


    .mertebe-plan-content p {
        font-size: 50px;
    }
}

.elaqe-a {
    color: #000;
}
}