@font-face {
    font-family: 'Museo';
    font-style: normal;
    font-weight: 300;
    src: local('Nunito-Regular'), url('Nunito-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Museo';
    font-style: normal;
    font-weight: 600;
    src: local('Nunito-Bold'), url('Nunito-Bold.woff') format('woff');
}

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: Museo, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #2A2F33;
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

::selection {
    background-color: #bfca02;
    color: #fff
}

-webkit-::selection {
    background-color: #bfca02;
    color: #fff
}

::-moz-selection {
    background-color: #bfca02;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Museo, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    color: #101010;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5 {
    color: #fff;
}

.bg-dark p,
.bg-dark span {
    color: #999;
}

h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 10px;
    color: #101010;
}

h2 {
    font-size: 32px;
    line-height: 33px;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.1;
    color: #101010;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
li,
a,
span {}

p {
    font-size: 14px;
    line-height: 1.5;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

#iletisimforum input::-webkit-input-placeholder,
#iletisimforum textarea::-webkit-input-placeholder {
    color: #101010 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #101010 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #101010 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color:#101010 !important;
}

button {
    border: none;
    background: none;
}

.padding {
    padding: 15px 0;
}

.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.box-padding {
    padding: 0 50px;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #f9fafa;
}

.bg-dark {
    background-color: #242323 !important;
}

.bd-top {
    border-top: 1px solid #e5e5e5;
}

.bd-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.text-black {
    color: #333;
}

.text-white {
    color: #ffffff;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0
}

.site-preloader-wrap .spinner {
    background-color: #bfca02;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.preloader {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: white;
    text-align: center;
    top: 0;
}

.loading {
    overflow: hidden;
    position: absolute;
    top: 0;
    margin-top: -12px;
    left: 0;
    width: 100px;
    height: 24px;
    bottom: 0;
    margin: auto;
    right: 0;
}

.loaded .preloader {
    opacity: 0;
    visibility: hidden;
}

.progress {
    display: block;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100px;
    height: 1px;
    left: -102px;
    background-color: #003a5d;
    -webkit-animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

@-webkit-keyframes loader-anim {
    0% {
        left: -102px
    }

    100% {
        left: 102px
    }
}

@-moz-keyframes loader-anim {
    0% {
        left: -102px
    }

    100% {
        left: 102px
    }
}

@keyframes loader-anim {
    0% {
        left: -102px
    }

    100% {
        left: 102px
    }
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.btn_group {}

.btn_group a {
    margin: 5px;
}

.btn_group_left a {
    margin-right: 15px;
    margin-bottom: 15px;
}

.default-btn {
    background-color: #bfca02;
    text-transform: uppercase;
    font-family: Museo, sans-serif !important;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 30px;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
}

.default-btn:hover {
    background-color: #263a4f;
    color: #fff;
}

.section-heading h2 {
    font-size: 32px;
    display: block;
}

.section-heading span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #263a4f;
    font-weight: 600;
    letter-spacing: 0;
    font-family: Museo, sans-serif !important;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.section-heading span:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: -15px;
    top: -10px;
    border: 3px solid #bfca02;
    opacity: 0.5;
    z-index: -1;
}

.bg-dark .section-heading span {
    color: #ddd;
}

.bg-dark .section-heading h2 {
    color: #fff;
}

a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header-section {
    background-color: #fff;
    width: 100%;
    height: 140px;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
}

.navbar-fixed-top.header-section {
    background-color: #fff;
    -moz-box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    -webkit-box-shadow: 0 2px 5px rgba(16, 16, 16, .08);
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    height: 110px;
    border-bottom: 0;
    padding: 0;
    z-index: 111;
}

.navbar-fixed-top ul.nav > li > a {}

.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a {}

.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section {
    transition: all 0.3s ease-in-out;
}

.navbar {
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
    margin-top: 15p;
}

.navbar-header {
    padding: 17px 0;
}

.navbar-header .brand {
    font-size: 25px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
    margin-left: 13px;
}

.navbar-header .nav-btn {
    padding: 8px;
    border-radius: 1px;
}

.navbar-header .nav-btn .icon-bar {
    background-color: #fff;
    width: 18px;
}

.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
    background-color: #777;
}

.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
    opacity: 0.8;
}

#mainmenu li ul {
    background-color: #fff;
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}

#mainmenu li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}

#mainmenu li ul li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    position: relative;
    padding: 0;
}

#mainmenu li ul li:last-child {
    border: none;
}

#mainmenu li ul li a {
    font-family: Museo, sans-serif !important;
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #8d9aa8;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}

#mainmenu li > ul > li:hover a {
    background-color: #bfca02;
    color: #fff;
}

#mainmenu li > ul ul {
    background-color: #fff;
    left: 200px;
}

#mainmenu li > ul li:hover > ul li a {
    color: #777;
}

#mainmenu li ul li:hover > ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#mainmenu li > ul li:hover > ul li > a:hover {
    background-color: transparent;
    color: #fff;
}

#mainmenu li ul li li a:hover {
    color: #ffca3f !important;
}

#navbar {
    z-index: 999;
    padding: 0 15px;
}

ul.nav {
    margin-top: 10px;
}

ul.nav > li {
    position: relative;
}

ul.nav > li > a {
    color: #101010;
    font-family: Museo, sans-serif !important;
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 80px;
    z-index: 1;
}

ul.nav li.phone {
    font-size: 14px;
    font-family: Museo, sans-serif !important;
    color: #3D4A51;
    font-weight: 600;
    line-height: 80px;
    padding-left: 14px;
    margin-top: -5px;
    position: relative;
    float: left;
}

ul.nav li.phone i {
    color: #579d70;
    margin-right: 5px;
}


ul.nav > li > a:focus,
ul.nav > li > a.active {
    height: 50px;
    background: #3cabe2 !important;
    color: #ffffff !important;
    opacity: 1;
    font-weight: 600 !important;
    /* padding: -14px 7px; */
    line-height: 49px;
    border-radius: 50px;
    padding: 0px 30px;
}

ul.nav > li > a:hover
 {
    background: none;
    color: #3cabe2;
    opacity: 1;
}


.menu-btn {
    margin-left: 10px;
    margin-top: 10px;
}

.slicknav_menu {
    background: none;
    padding: 4px 0;
    display: none;
    z-index: 999;
}

.slicknav_nav {
    background-color: #fff;
    font-size: 16px;
    padding: 20px 15px;
    border: 3px solid #a57d2cf5;
}

.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slicknav_btn {
    background-color: transparent;
    margin: 15px 10px 27px;
}

.slicknav_menu .slicknav_icon-bar {
    width: 25px;
    height: 4px;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .5);
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.slicknav_nav .slicknav_arrow {
    float: right;
}

.slicknav_nav a .caret {
    display: none;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav ul li a {
    padding-left: 30px;
    font-size: 14px;
    color: #444;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    background-color: transparent;
    color: #333;
}

.about-section {}

.about-wrap {}

.about-content {}

.about-content h2 {
    margin-bottom: 30px;
}

.about-content .default-btn {
    margin-top: 40px;
}

.about-bg {
    background-image: url(../img/about.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    top: 0;
    right: 0;
    position: relative;
}

.dots {
    position: absolute;
    left: -80px;
    top: 150px;
    width: 50%;
    height: 50%;
    background: url(../img/dots.png) 0 0 repeat;
    z-index: 0;
}

.dots2 {
    position: absolute;
    left: -80px;
    top: 75px;
    width: 120%;
    height: 90%;
    background: url(../img/beyaz_bg.png) 0 0 no-repeat;
    z-index: 1;
}

.dots2right {
    position: absolute;
    left: -240px;
    top: 75px;
    width: 120%;
    height: 90%;
    background: url(../img/beyaz_bg.png) 0 0 no-repeat;
    z-index: -1;
}

.year-content {
    position: absolute;
    width: auto;
    height: auto;
    left: 80px;
    top: 150px;
}

.year-content h2 {
    color: #263a4f;
    font-size: 100px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.year-content h2:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    border: 5px solid #bfca02;
    left: -10px;
    top: -80px;
    z-index: -1;
}

.year-content span {
    font-family: Museo, sans-serif !important;
    color: #263a4f;
    text-transform: uppercase;
    font-weight: 600;
}

.about-wrap {
    display: flex;
    align-items: center;
}

.section-2 .about-content {}

.section-2 .about-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-list {}

.about-list li {
    display: flex;
    align-items: center;
    line-height: 30px;
    color: #263a4f;
}

.about-list li i {
    font-size: 10px;
    color: #bfca02;
    margin-right: 10px;
}

.year-box {
    padding-left: 150px;
}

.year-text-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.year-bg {
    padding: 60px;
    background-size: 100%;
    background-position: top center;
    width: auto;
    position: relative;
}

.year-bg:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background: #fff;
}

.year-info {
    color: #263a4f;
    font-size: 30px;
    font-family: Museo, sans-serif !important;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: center;
}

.year-tittle {
    background: inherit;
    font-size: 200px;
    line-height: 1;
    font-family: Museo, sans-serif !important;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
    font-weight: 700;
    letter-spacing: -2px;
}

.year-description {
    font-family: Museo, sans-serif !important;
    color: #263a4f;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -1px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.about-section.bg-dark {}

.about-section.bg-dark .about-list li {
    color: #fff;
}

.about-section.bg-dark .video-play-bg {
    background-image: url(../img/video-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 350px;
    border-radius: 5px;
}

.about-section.bg-dark .play-icon {
    background-color: #bfca02;
    color: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}

.about-section.bg-dark .play-icon:hover {
    transform: scale(1.1);
    color: #fff;
}

.about-section .about-slider-wrap {
    background-image: url(../img/about-slider-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80%;
    padding-right: 30px;
}

.about-carousel {
    width: 400px;
    height: auto;
    padding: 100px 0;
    margin-left: auto;
}

.about-carousel.carousel-nav .owl-nav div {
    background-color: #fff;
    width: 80px;
}

.carousel-nav .owl-nav {
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    bottom: 100px;
    z-index: 1;
    display: inline-block;
}

.carousel-nav .owl-nav div {
    background-color: #f2f2f2;
    display: inline-block;
    color: #999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.carousel-nav .owl-nav div:hover {
    color: #222;
}

.service-section {
    position: relative;
    z-index: 1;
}

.service-section .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.service-wrap {}

.service-item {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.service-thumb {
    overflow: hidden;
    z-index: -1;
}

.service-item:hover {
    cursor: pointer;
}

.service-content {
    padding: 0 30px 30px 30px;
    margin-top: -30px;
}

.service-content i {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    z-index: 1;
}

.service-content i:before {
    background-color: #bfca02;
    border-radius: 2px;
    padding: 10px;
}

.service-item a {
    color: #bfca02;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: Museo, sans-serif !important;
}

.section-2 .service-item {
    background-color: #fff;
    padding: 40px;
    padding-top: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

.section-2 .service-item:hover {
    background-color: #bfca02;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.section-2 .service-item:hover i,
.section-2 .service-item:hover h3,
.section-2 .service-item:hover p,
.section-2 .service-item:hover a {
    color: #fff;
}

.section-2 .service-item i {
    color: #bfca02;
    margin-bottom: 10px;
    display: block;
}

.section-2 .service-item h3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -1px;
}

.bg-dark .service-item {
    background-color: #242323;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 3px solid #bfca02;
}

.service-box {
    display: flex;
    align-items: center;
}

.service-box i {}

.service-box i:before {
    background-color: #bfca02;
    padding: 15px;
    color: #fff;
    border-radius: 2px;
}

.service-box .service-info {
    padding-left: 20px;
}

.service-box .service-info h3 {
    margin-bottom: 5px;
}

.service-box .service-info p {
    margin-bottom: 0;
}

.projects-section {}

.projects-section .container-fluid {
    padding: 0;
}

.projects-carousel {}

.project-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.project-item .overlay {
    background-color: rgba(94,169,220,0.643);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.project-item:hover .overlay {
    visibility: visible;
    opacity: 1;
    transition: all 300ms ease;
}

.projects-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 50px;
    z-index: 1;
    transform: translateY(20px);
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 0
}

.project-item:hover .projects-content {
    transform: translateY(0);
}

.projects-content .category {
    font-family: Museo, sans-serif !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff;
    display: block;
}

.projects-content .tittle {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
}

.project-item .view-icon {
    position: absolute;
    width: auto;
    height: auto;
    right: 40px;
    top: 30px;
    display: block;
    font-size: 25px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-item:hover .view-icon {
    cursor: pointer;
    right: 20px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.project-2 {
    position: relative;
    z-index: 1;
}

.project-2 .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.project-2 .project-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.project-2 .project-item .project-thumb {
    width: 100%;
    height: 100%;
}

.project-2 .project-item .project-content {
    padding: 50px;
}

.project-2 .project-item .project-content h3 a {
    color: #263a4f;
}

.project-2 .project-item .project-content h3 a:hover {
    text-decoration: underline;
    color: #bfca02;
}

.project-2 .project-item .project-content p {
    margin-bottom: 30px;
}

.project-single-section {
    position: relative;
    z-index: 1;
}

.project-single-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.project-single-content {
    background-color: #fff;
    padding: 50px 30px;
}

.project-single-content p,
.project-single-content h2 {
    margin-bottom: 20px;
}

.project-single-content .project-details li {
    line-height: 40px;
}

.project-single-content .project-details span {
    font-family: Museo, sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #263a4f;
    font-size: 14px;
    letter-spacing: 0;
    width: 150px;
    display: inline-block;
}

.counter-content {
    text-align: center;
}

.counter-content h2 {
    font-size: 48px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.counter-content h2:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    left: -55px;
    top: -20px;
    border: 5px solid #bfca02;
    opacity: 0.5;
    z-index: -1;
}

.counter-content span {
    font-family: Museo, sans-serif !important;
    font-style: 12px;
    color: #263a4f;
    font-weight: 600;
    padding-left: 20px;
    display: block;
}

.counter-section.bg-dark {}

.counter-section.bg-dark span {
    color: #fff;
}

.team-section {}

.bg-dark {
    position: relative;
    z-index: 1;
}

.team-section.bg-dark .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.team-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.team-item img {
    width: 100%;
}

.team-item .team-content {
    display: block;
}

.team-item .team-content h3 {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: -58px;
    background-color: #fff;
    box-shadow: 0px 14px 70px -10px rgba(0, 0, 0, .15);
    transform: rotate(-90deg);
    transform-origin: 0 0;
    padding: 10px 15px;
    font-size: 16px;
    z-index: 2;
}

.bg-dark .team-item .team-content h3 {
    color: #263a4f;
}

.team-item .team-content span {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: Museo, sans-serif !important;
    padding: 5px 10px;
    background-color: #bfca02;
    box-shadow: 0px 14px 70px -10px rgba(0, 0, 0, .15);
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2;
}

.team-item .team-social {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    top: 20px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s linear;
}

.team-item .team-social li {
    transform: translateX(100px);
    transition: all 0.3s linear;
}

.team-item .team-social li:nth-child(1) {
    transition-delay: 0ms;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: 100ms;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: 150ms;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: 200ms;
}

.team-item:hover .team-social li {
    transform: translateX(0);
}

.team-item .team-social li a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.team-item:hover img {
    transform: scale(1.08);
    cursor: pointer;
}

.team-item:hover .team-social {
    visibility: visible;
    opacity: 1;
}

.team-item .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.team-item:hover .overlay {
    visibility: visible;
    opacity: 1;
}

.testimonial-section {
    position: relative;
    z-index: 1;
}

.testimonial-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.bg-dark .dots {
    opacity: 0.1;
}

.testi-item img {
    width: 100px !important;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
}

.testi-content {
    padding-left: 20px;
}

.testi-content h3 {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    margin: 0;
}

.testi-content span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Museo, sans-serif !important;
}

.testi-item {
    background-color: #fff;
    position: relative;
    padding: 30px;
    border-left: 4px solid #bfca02;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.testi-item .fa-quote-right {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 50px;
    color: #bfca02;
    opacity: 0.5;
}

.testi-content .rattings {
    display: inline-block;
    margin-left: 5px;
}

.testi-content .rattings li {
    display: inline-block;
}

.testi-content .rattings li i {
    font-size: 10px;
    color: #bfca02;
    display: inline-block;
}

.owl-controls .owl-dots {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -50px;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2a2f333d;
    margin: 0 3px;
    position: relative;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot.active {
    background-color: #2A2F33;
}

.cta-section {
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

.cta-content h2 {
    color: #fff;
}

.cta-content p {
    color: #ddd;
}

.hero-section {
    background-image: url(../img/home-classic-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 62px;
    color: #fff;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.hero-content p {
    color: #ddd;
}

.hero-section .scroll-down {
    width: 2px;
    height: 80px;
    position: absolute;
    left: calc(50% - 1px);
    bottom: 100px;
    overflow: hidden;
}

.hero-section .scroll-down:before {
    background-color: #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: scroll-down 2.0s ease-in-out forwards infinite;
    animation: scroll-down 2.0s ease-in-out forwards infinite;
}

@-webkit-keyframes scroll-down {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

@keyframes scroll-down {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

.hero-section.video-hero {}

.hero-section.video-hero {
    background-image: url(../img/home-video-background.jpg);
}

.hero-section.video-hero:before {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.video-hero h1 {
    font-size: 42px;
}

.hero-section .video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-header {
    background-image: url(../img/bant.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 185px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 108px;
    background-color: #1a73e8;
}

.page-header:before {
    /* background-color: rgb(21 62 53 / 75%); */
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.tsol:before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.page-content {}

.page-content h2 {
    color: #fff;
    font-size: 45px;
}

.page-content p {
    color: #ddd;
    margin: 0;
}

.error-section {}

.error-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-content img {
    max-width: 100%;
}

.error-content .error-info {
    padding-left: 50px;
    text-align: center;
}

.error-content .error-info h2 {
    font-size: 200px;
    line-height: 200px;
    letter-spacing: -10px;
}

.error-content .error-info a {
    color: #263a4f;
    font-weight: 600;
    text-decoration: underline;
}

.error-content .error-info a:hover {
    color: #bfca02;
}

.contact-section {
    position: relative;
    z-index: 1;
}

.contact-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.contact-info h3 {
    line-height: 28px;
}

.contact-info h4 {
    font-size: 15px;
    line-height: 28px;
}

.contact-info span {
    /* text-transform: uppercase; */
    margin-right: 5px;
}

.form-control {
    background-color: #fff;
    border-radius: 0;
    padding: 15px 10px;
    box-shadow: none;
    color: #101010;
}

.form-control:focus {
    border-color: #539b6c;
    box-shadow: none;
    outline: none;
}

#form-messages {
    display: none;
}

#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}

#google-map {
    width: 100%;
    height: 400px;
}

.blog-section {}

.blog-section.bg-dark .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.blog-wrap {}

.blog-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.blog-item .blog-thumb {
    position: relative;
}

.blog-item .blog-thumb .category {
    background-color: #bfca02;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Museo, sans-serif !important;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
    margin-bottom: -14px;
}

.blog-item .blog-thumb .category a {
    color: #fff;
}

.blog-item .blog-thumb img {
    width: 100%;
    margin: 0;
}

.blog-content {
    background-color: #f9fafa;
    padding: 30px;
}

.bg-dark .blog-content {
    background-color: #242323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 5px solid #bfca02;
}

.bg-dark .blog-content h3 a {
    color: #fff;
}

.bg-dark .blog-content p {
    color: #999;
}

.bg-dark .blog-content .read-more {
    color: #fff;
}

.blog-content h3 {
    line-height: 24px;
}

.blog-content h3 a {
    color: #263a4f;
    font-size: 18px;
    line-height: 24px;
}

.blog-content h3 a:hover {
    color: #bfca02;
}

.blog-content .read-more {
    font-family: Museo, sans-serif !important;
    color: #263a4f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}

.blog-content .read-more:hover {
    color: #bfca02;
}

.blog-content .read-more:before {
    background-color: #bfca02;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    left: 0;
    top: calc(50% - 2px);
}

.pagination-wrap {}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap.text-left li {
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #263a4f;
    font-weight: 600;
    border-radius: 2px;
}

.pagination-wrap li a:hover {
    background-color: #bfca02;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.pagination-wrap li a.active {
    background-color: #bfca02;
    border: 1px solid #bfca02;
    color: #fff;
}

.sidebar-wrap {
    padding-left: 40px;
}

.sidebar-wrap .widget-content {
    margin-bottom: 40px;
}

.sidebar-wrap .widget-content h4 {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-wrap .widget-content h4:before {
    background-color: #bfca02;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px;
}

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline;
}

.search-form {
    position: relative;
    margin-left: -2px;
}

.search-form .form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    color: #263a4f;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
}

.search-form .search-btn {
    background-color: transparent;
    font-size: 15px;
    color: #263a4f;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.search-form input::-webkit-input-placeholder {
    color: #8d9aa8 !important;
}

.search-form input:-moz-placeholder {
    color: #8d9aa8 !important;
}

.search-form input::-moz-placeholder {
    color: #8d9aa8 !important;
}

.search-form input:-ms-input-placeholder {
    color: #8d9aa8 !important;
}

.thumb-post {}

.thumb-post li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}

.thumb-post li:last-child {
    margin-bottom: 0;
}

.thumb-post li img {
    width: 100px;
    display: block;
}

.thumb-post li a {
    font-family: Museo, sans-serif !important;
    font-size: 15px;
    font-weight: 600;
    color: #263a4f;
    padding-left: 15px;
    letter-spacing: -0.5px;
}

.thumb-post li a:hover {
    color: #bfca02;
    text-decoration: underline;
}

.widget-content .tags {}

.widget-content .tags li {
    display: inline-block;
}

.widget-content .tags li a {
    display: inline-block;
    background-color: #bfca02;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.widget-content .tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.blog-thumb {}

.blog-thumb img {
    margin-bottom: 20px;
}

.blog-single-content {}

.blog-single-content h2 a {
    font-size: 28px;
    color: #263a4f;
}

.blog-single-content h2 a:hover {
    color: #bfca02;
}

.single-post-meta {
    margin-bottom: 20px;
}

.single-post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.single-post-meta li i {
    font-size: 12px;
    color: #bfca02;
    margin-right: 5px;
}

.single-post-meta li a {
    display: inline-block;
    font-family: Museo, sans-serif !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #263a4f;
}

blockquote {
    background-color: #f5f5f5;
    padding: 40px;
    border-left: 4px solid #bfca02;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

blockquote .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

blockquote p {
    color: #263a4f;
    font-size: 20px;
}

blockquote span {
    display: block;
    margin-top: 20px;
    color: #263a4f;
}

.post-tags {
    margin-top: 30px;
}

.post-tags li {
    display: inline-block;
}

.post-tags li a {
    display: inline-block;
    background-color: #bfca02;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.post-tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.author-box {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid #bfca02;
}

.author-box img {
    border-radius: 50%;
}

.author-info {
    padding-left: 30px;
}

.author-info h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.author-box .social-icon {}

.author-box .social-icon li {
    display: inline-block;
    margin-right: 8px;
}

.author-box .social-icon li a {
    font-size: 14px;
    color: #263a4f;
}

.author-box .social-icon li a:hover {
    color: #bfca02;
}

.post-navigation {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.post-navigation .col {
    padding: 20px;
}

.post-navigation .col:not(:last-of-type) {
    border-right: 1px solid rgba(17, 17, 17, 0.04);
}

.post-navigation .col a {
    color: #263a4f;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Museo, sans-serif !important;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.post-navigation .col.next-post a {
    justify-content: flex-end;
}

.post-navigation .col i {
    display: inline-block;
    font-size: 14px;
}

.post-navigation .ti-arrow-left {
    margin-right: 10px;
}

.post-navigation .ti-arrow-right {
    margin-left: 10px;
}

.post-navigation .col a:hover {
    color: #bfca02;
}

.post-navigation .col.prev-post .fa {
    margin-right: 10px;
}

.post-navigation .col.next-post .fa {
    margin-left: 10px;
}

.blog-single-wrap .comments-area {
    margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0;
}

.blog-single-wrap .comments-area li > div {
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
    padding: 35px;
}

.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0;
}

.blog-single-wrap .comments-area ol > li:last-child div {
    border-bottom: 0;
}

.blog-single-wrap .comments-area .comments-title {
    font-size: 22px;
    font-weight: 600;
}

.blog-single-wrap .comments-area li > div {
    position: relative;
}

.blog-single-wrap .comments-area .comment-thumb {
    position: absolute;
    left: 35px;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-main-area {
    padding-left: 100px;
}

.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-wrap .comments-area .comments-meta h4 {
    font-family: Museo, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.blog-single-wrap .comments-area .comments-meta h4 span {
    font-family: Museo, sans-serif !important;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}

.blog-single-wrap .comments-area .comment-reply-link {
    font-family: Museo, sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    color: #bfca02;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}

.blog-single-wrap .comments-area .comment-reply-link:before {
    background-color: #bfca02;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
    text-decoration: underline;
}

.blog-single-wrap .comment-respond {}

.blog-single-wrap .comment-respond .comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.blog-single-wrap .comment-respond form input,
.blog-single-wrap .comment-respond form textarea {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}

.blog-single-wrap .comment-respond form input:focus,
.blog-single-wrap .comment-respond form textarea:focus {
    border-color: #bfca02;
}

.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px;
}

.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}

.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}

.blog-single-wrap .comment-respond .form-submit input {
    font-family: Museo, sans-serif !important;
    max-width: 180px;
    background-color: #bfca02;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}

.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}

.sponsor-section {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.sponsor-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.sponsor-item {}

.sponsor-item img {
    opacity: 0.5;
}

.sponsor-item:hover img {
    opacity: 1;
    cursor: pointer;
}

.widget-section {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.widget-section.bg-dark {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.widget-content {}

.widget-content img {
    margin-bottom: 20px;
}

.widget-content h4 {}

.widget-content p {}

.widget-content span {
    display: block;
}

.widget-content .widget-links {}

.widget-content .widget-links li {}

.widget-content .widget-links li a {
    color: #8d9aa8;
    line-height: 1.9;
}

.widget-content .widget-links li a:hover {
    color: #bfca02;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-input {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 10px;
    padding-right: 140px;
    border-radius: 2px;
}

.subscribe-form .submit-btn {
    background-color: #bfca02;
    font-family: Museo, sans-serif !important;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.footer-section {
    background-color: #fff;
    display: block;
    color: #fff;
    text-align: center;
    padding: 25px 0;
}

.footer-section p {
    font-size: 12px;
    color: #ababc7;
    margin: 0;
}

#scroll-to-top {
    background-color: #101010;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 50px;
    z-index: 999;
}

#scroll-to-top:hover {
    background-color: #3cabe2;
    color: #fff;
    opacity: 0.95;
}

.arayalim:hover a,.btn-type-2:hover {
    background: #3d9da2 !important;
    color: #ffff !important;
    transition: all 0.1s linear;
}

.cols-list {
    display: block;
}

.cols-list {
    zoom: 1
}

.cols-list:before,
.cols-list:after {
    content: "";
    display: table;
    clear: both
}

.cols-list > .list-item {
    display: block;
    float: left;
    margin-left: 7px;
}

.list {
    line-height: 1.6;
}

.list li + li {
    margin-top: 5px
}

.list-mark {
    margin-right: 12px
}

.spaced-list li {
    margin-bottom: 3px;
}

.cols-list i {
    font-size: 13px;
    color: #ffffff;
}

.cols-list i:hover {
    color: #fff !important;
    transition: all 0.1s linear;
    font-weight: bolder;
    transform: scale(1.2);
}

.icon-move {
    -webkit-animation: mover 1.2s infinite alternate linear;
    animation: mover 1.2s infinite alternate linear;
    font-size: 20px;
}

.icon-move2 {
    -webkit-animation: mover 1.22s infinite alternate linear;
    animation: mover 1.22s infinite alternate linear;
    font-size: 20px;
    margin-top: -22px;
}

.icon-move3 {
    -webkit-animation: mover 1.24s infinite alternate linear;
    animation: mover 1.24s infinite alternate linear;
    font-size: 20px;
    margin-top: -22px;
}

.icon-moveleft {
    -webkit-animation: moverleft 1.2s infinite alternate linear;
    animation: moverleft 1.2s infinite alternate linear;
    position: relative;
}

.icon-moveleft2 {
    -webkit-animation: moverleft 1.22s infinite alternate linear;
    animation: moverleft 1.22s infinite alternate linear;
    position: relative;
}

.icon-moveleft3 {
    -webkit-animation: moverleft 1.24s infinite alternate linear;
    animation: moverleft 1.24s infinite alternate linear;
    position: relative;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-3px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-3px);
    }
}

@-webkit-keyframes moverleft {
    0% {
        left: 0;
    }

    50% {
        left: 7%;
    }

    100% {
        left: 0;
    }
}

@keyframes moverleft {
    0% {
        left: 0;
    }

    50% {
        left: 7%;
    }

    100% {
        left: 0;
    }
}

.derece {
    -webkit-animation: pulse_effect 5s infinite linear;
    -o-animation: pulse_effect 5s infinite linear;
    animation: pulse_effect 5s infinite linear;
    border-radius: 50% !important;
}

.videtantitim {
    -webkit-animation: pulse_effect 3s infinite linear;
    -o-animation: pulse_effect 3s infinite linear;
    animation: pulse_effect 3s infinite linear;
    border-radius: 50% !important;
}

@- @-webkit-keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}

@-o-keyframes pulse_effect {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}

@keyframes pulse_effect {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}

@- @-webkit-keyframes pulse_effect2 {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(42, 47, 51, 0.6);
        box-shadow: 0 0 0 5px rgba(42, 47, 51, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(42, 47, 51, 0.3);
        box-shadow: 0 0 0 10px rgba(42, 47, 51, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(42, 47, 51, 0.2);
        box-shadow: 0 0 0 15px rgba(42, 47, 51, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(42, 47, 51, 0.1);
        box-shadow: 0 0 0 20px rgba(42, 47, 51, 0.1);
    }
}

@-o-keyframes pulse_effect2 {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(42, 47, 51, 0.6);
        box-shadow: 0 0 0 5px rgba(42, 47, 51, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(42, 47, 51, 0.3);
        box-shadow: 0 0 0 10px rgba(42, 47, 51, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(42, 47, 51, 0.2);
        box-shadow: 0 0 0 15px rgba(42, 47, 51, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(42, 47, 51, 0.1);
        box-shadow: 0 0 0 20px rgba(42, 47, 51, 0.1);
    }
}

@keyframes pulse_effect2 {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(42, 47, 51, 0.6);
        box-shadow: 0 0 0 5px rgba(42, 47, 51, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(42, 47, 51, 0.3);
        box-shadow: 0 0 0 10px rgba(42, 47, 51, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(42, 47, 51, 0.2);
        box-shadow: 0 0 0 15px rgba(42, 47, 51, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(42, 47, 51, 0.1);
        box-shadow: 0 0 0 20px rgba(42, 47, 51, 0.1);
    }
}

.derece2 {
    -webkit-animation: pulse_effect2 5s infinite linear;
    -o-animation: pulse_effect2 5s infinite linear;
    animation: pulse_effect2 5s infinite linear;
    border-radius: 50% !important;
}

.project-item img {
    width: none;
}

.project-item:hover .projects-content {
    opacity: 1;
    cursor: pointer;
}

.btnincele {
    background: none;
    color: #2A2F33;
    border: 2px solid #2A2F33;
    font-size: 13px;
    font-size: 11px;
    padding: 10px 20px 10px 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    z-index: 11;
}

.btnincele:hover,
.btnincele2:hover {
    background: #000000 !important;
    color: #fff !important;
    border: 2px solid #000000 !important;
}



.arayalim:hover img {
    content: url('../img/talep-beyaz.png');
}

.ptitle {
    letter-spacing: 3.7px;
    opacity: 0.7;
}

.villaa {
    position: absolute;
    right: 50px;
    bottom: 8px;
    font-size: 24px;
    letter-spacing: -5px;
}

.phone:hover img,
.sec2 div:hover img {
    transform: scale(1.11);
}

#villa-carousel .owl-dots {
    height: auto;
    position: absolute;
    left: 100px;
    bottom: 45px;
    text-align: center;
}

#havuz-carousel .owl-dots,
#havuz-carousel2 .owl-dots {
    right: -17px !important;
    top: 40% !important;
    bottom: 0 !important;
    margin: 0 auto !important;
    position: absolute !important;
    left: none !important;
    width: 0% !important;
}

#havuz-carousell .owl-dots {
    left: -30px !important;
    top: 40% !important;
    bottom: 0 !important;
    margin: 0 auto !important;
    position: absolute !important;
    left: none !important;
    width: 0% !important;
}

#ayricalik-carousel .owl-dots {
    width: 100%;
    height: auto;
    position: absolute;
    left: -240px;
    bottom: 10px;
    text-align: left;
}

#havuz-carousel .owl-dots .owl-dot {
    display: block !important;
    margin: 15px 3px !important;
}

p {
    color: #101010;
}



.padding-50 {
    padding-top: 50px !important;
}

.padding-70 {
    padding-top: 70px !important;
}

.padding-100 {
    padding-top: 100px !important;
}

.padding-120 {
    padding-top: 120px !important;
}

.padding-150 {
    padding-top: 150px !important;
}

.padding-200 {
    padding-top: 200px !important;
}

.dotsright {
    position: absolute;
    right: -6px;
    top: 150px;
    width: 50%;
    height: 50%;
    background: url(../img/dots.png) 0 0 repeat;
    z-index: -1;
}

.dotsright2 {
    position: absolute;
    right: -22px;
    top: 150px;
    width: 50%;
    height: 50%;
    background: url(../img/dots.png) 0 0 repeat;
    z-index: -1;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 20px solid white;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 20px solid white;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

.mfp-iframe-holder .mfp-close {
    top: -43px;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    display: none !important;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}

@media (max-width: 1024px) {
    .ckeckcontainer2 h4 {
        line-height: 10px !important;
    }

    .mobil-sag-15 {
        margin-right: 25px;
    }

    .mobildegizle-1024 {
        display: none !important;
    }
}

@media all and (max-width: 800px) {
    .ckeckcontainer h4 {
        line-height: 11px !important;
    }

    .mobildegizle {
        display: none !important;
    }

    .card-image-ana,
    .card-blog.card-ana-div {
        height: 100% !important;
    }

    .navbar-fixed-top.header-section {
        height: 140px;
    }

    #Group_178 {
        top: 0 !important;
        right: 64px !important;
    }

    .margin-bottomm-90 {
        margin-bottom: 90px;
    }

    .card-image {
        height: 75% !important;
    }

    .card-blog {
        max-width: 100% !important;
        margin: 0 !important;
        height: 541px !important;
    }

    .Ellipse_17_l {
        z-index: -1 !important;
    }

    .proje-carousel-2 .owl-prev,
    .proje-carousel .owl-prev {
        left: 30px !important;
    }

    .proje-carousel-2 .owl-next,
    .proje-carousel .owl-next {
        left: 90px !important;
    }

    .proje-h2-mobil {
        color: #fff !important;
        margin-left: 0 !important;
    }

    .card-proje-mini {
        max-width: 30.333333% !important;
        margin-left: 2.3333% !important;
        margin-bottom: 15px !important;
    }
    
    

    .div-height-100 {
        height: 100% !important;
    }

    .kicik-card {
        margin-top: 40px !important;
        margin-bottom: 15px !important;
        width: 170px;
        bottom: 0 !important;
    }

    .pl-5 {
        padding-left: 1rem !important;
    }

    .mob-relative {
        position: relative !important;
        margin-top: 20px !important;
        top: 0 !important;
    }

    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.ytp-hide-info-bar .ytp-gradient-top,
.ytp-hide-info-bar .ytp-chrome-top .ytp-title,
.ytp-hide-info-bar .ytp-chrome-top .ytp-playlist-menu-button,
.ytp-hide-info-bar .ytp-chrome-top .ytp-watch-later-button,
.ytp-hide-info-bar .ytp-chrome-top .ytp-share-button,
.ytp-hide-info-bar .ytp-chrome-top .ytp-overflow-button {
    display: none !important;
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}



.imgzoom {
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
}

@media (min-width: 1023px) {
    .card-blog {
        max-width: 18.333333% !important;
        margin: 0% !important;
        margin: 0.8% !important;
    }

    .card-proje-mini {
        max-width: 22.66666% !important;
        margin-left: 2.333% !important;
    }

    .margin-130 {
        margin-top: -86px !important;
    }

    .card-meydan {
        max-width: 45%;
        margin-left: 5%;
    }

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

    .margin-33 {
        margin-top: -33px;
    }

    .margin-17 {
        margin-top: 17px;
    }
}

@media (max-width: 768px) {
    .list-item.ilk{
        widows: 100%;
    }
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
}

@media (min-width: 768px) {

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .contactcard {
        position: absolute;
        bottom: 7px;
        right: 40px;
    }

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714% !important;
        flex: none !important;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1200px) {

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        * width: 14.285714285714285714285714285714%;
        max-width: 13.285714% !important;
        flex: none !important;
        margin: 0.5%;
        padding: 0;
    }
}

.seven-cols .col-md-1:not(:nth-child(1)):hover .col-md-1::after {
    content: "";
    background: rgb(0 0 0 / 56%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.hidei {
    display: none;
    background: #111213a1;
    height: 100%;
    color: #fff !important;
    transition: all 0.2s linear;
    cursor: pointer;
    border-radius: 18px;
}

.hidei i {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 20px;
}

.seven-cols .col-md-1:hover .hidei {
    display: block;
}

.footersosyal i {
    color: #ffffff !important;
}

.a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    */color: #003a5d;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    font-family: Montserrat;
    text-transform: uppercase;
    padding: 1em 2em;
    border: 3px solid #ffffff;
    transition: 0.02s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
    margin-top: 40px;
    background: transparent;
    color: #fff;
}

.a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #3babe1;
    transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
    z-index: -1;
}

.a::after {
    content: "";
    display: inline-block;
    background-image: url("https://image.flaticon.com/icons/png/128/109/109617.png");
    position: absolute;
    top: 0;
    left: calc(100% - 3em);
    right: 3em;
    bottom: 0;
    background-size: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
    transition: right 0.3s cubic-bezier(0.1, 0, 0.1, 1);
}

.a:hover {
    padding: 1em 3.5em 1em 0.5em;
}

.a:hover::before {
    left: calc(100% - 3em);
    right: 0;
    transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.a:hover::after {
    right: 0;
    transition: right 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.fbottom a:hover {
    /* font-weight: bolder !important; */
    transition: all 0.01s linear;
    color: #3cabe2 !important;
    opacity: 1 !important;
}

.fbottom a {
  
    opacity: 1;
    font-style: normal !important;
    font-weight: normal !important;
}

.fbottom2 a:hover {
    transition: all 0.3s linear;
    opacity: 1 !important;
}

.fbottom2 a {
    color: rgba(121, 121, 121, 1) !important;
    font-style: normal !important;
    font-weight: normal !important;
}

a,
.btn {
    cursor: pointer;
}

#PAGES_CONTAINER p {
    color: #8D8D8D;
    font-size: 14px !important;
    font-weight: 100;
}

.btn2 {
    position: absolute;
    right: 0;
}

.btn2:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #459361;
    transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
    z-index: -1;
}

.btn2:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #003a5d;
    transition: 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s cubic-bezier(0.1, 0, 0.1, 1);
    z-index: -1;
}

.btn2:hover::before {
    right: calc(100% - 4em);
    left: 0;
    transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.btn2:hover::after {
    left: calc(100% - 7em);
    right: 0;
    transition: 0.3s cubic-bezier(0.1, 0, 0.1, 1), left 0.3s 0.2s cubic-bezier(0.1, 0, 0.1, 1);
}

.btn2:hover i,
.btn2:hover {
    color: #fff !important;
}

.popup-container {
    display: inline-block;
}

.popup-container .popup-button {
    padding: 0 20px;
    display: block;
    cursor: pointer;
}

.popup-container .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1111;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all;
}

.popup-container .popup .popup-inner {
    width: 60%;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: 250ms all;
    overflow-y: auto !important;
}

.popup-container .popup .popup-inner .popup-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.popup-container .popup .popup-inner .popup-title h6 {
    font-size: 18px;
    font-weight: 500;
}

.popup-container .popup .popup-inner .popup-title .popup-close-btn {
    cursor: pointer;
    background: #ffffff;
    display: block;
    line-height: 30px;
    padding: 10px 20px;
    font-size: 26px;
    color: #101010;
    border-radius: 3px;
    border: 4px solid #101010;
    font-weight: bolder;
    position: absolute;
    right: 22px;
    top: 20px;
}

.popup-container .popup .popup-inner .popup-content ul li {
    margin-bottom: 10px;
}

.popup-container .popup .popup-inner .popup-content ul li:last-child {
    margin-bottom: 0;
}

.popup-container .popup .popup-inner .popup-content ul li input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
}

.popup-container .popup .popup-inner .popup-content ul li button {
    width: 100%;
    line-height: 34px;
    background: #666;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    font-size: 14px;
}

.popup-container .popup .popup-inner .popup-content ul li button:hover {
    background: #444;
}

.popup-container .popup .transparent-label {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}

.popup-container .popup.openpopup {
    opacity: 1;
    visibility: visible;
}

.popup-close-btn:hover {
    background: #101010 !important;
    color: #ffffff !important;
    border: 4px solid #101010 !important;
}

.hist {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    color: #fff;
    overflow: hidden;
}

.hist .w480 {
    max-width: 550px
}

.hist h4,
.hist .h5,
.hist p {
    color: #fff
}

.hist h4,
.hist .h5,
.hist p {
    margin-top: 0
}

.hist .title {
    padding-bottom: 114px
}

.hist .title .letter p {
    color: inherit
}

.hist ul li .h5 {
    position: relative;
    margin-bottom: 5px;
}

.hist .scale {
    position: relative;
    width: 100%;
    height: auto;
}

.hist h4,
.hist .scale .h5 {
    padding: 0;
    font-size: 5vh
}

.hist .scale .h5 {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 19px;
}

.hist .scale a.nextYears,
.hist .scale a.prevYears {
    display: block;
    position: absolute;
    top: 7px;
    width: 34px;
    height: 30px;
    background: transparent url(../img/icon/seta-hist.svg) no-repeat center center;
    text-indent: -5555px;
    z-index: 10;
    -webkit-transition: -webkit-transform .16s ease-out;
    -moz-transition: -webkit-transform .16s ease-out;
    -ms-transition: -webkit-transform .16s ease-out;
    transition: -webkit-transform .16s ease-out
}

.hist .scale a.nextYears:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.hist .scale a.nextYears {
    right: 15px
}

.hist .scale a.prevYears {
    left: 10px;
    display: none;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hist .scale a.prevYears:hover {
    -webkit-transform: rotate(180deg) translateX(5px);
    -ms-transform: rotate(180deg) translateX(5px);
    transform: rotate(180deg) translateX(5px)
}

.hist .scale > .h5 {
    display: block;
    position: absolute;
    top: -1px;
    right: -190px;
    z-index: 10;
    text-align: center;
    width: 500px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: inherit
}

.hist .scale > .h5 span {
    margin: 0 40px
}

.hist .scale .timeline {
    position: relative;
    margin-left: 45px;
    100%;
    height: 320px;
    overflow: hidden;
    z-index: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -ms-backface-visibility: hidden;
}

.hist ul {
    position: absolute;
    left: 0
}

.hist ul li {
    display: block;
    position: relative;
    float: left;
    width: 297px;
    padding: 77px 120px 0 0;
    background: transparent url(../img/about-history-scale.svg) no-repeat 0 0;
    transition: all 3s linear;
    opacity: 0.3;
}

.hist ul li > .h5 {
    padding-bottom: -20px !important;
}

.hist ul li p {
    font-size: 10px;
    line-height: 16px;
    margin-top: 13px;
    color: #fff !important;
    opacity: 0.7;
}

.hist ul li.active {
    opacity: 1;
    transition: all 3s linear;
}

.letter2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    border-bottom: 1px solid #f5ba02;
    width: 7%;
}

#tarihce-carousel .owl-item {
    width: 200px important;
}

#tarihce-carousel .owl-prev {
    position: absolute;
    right: 90px;
}

#tarihce-carousel .owl-next {
    position: absolute;
    right: 50px;
}

.villaop p {
    font-size: 11px;
    margin-bottom: 10px;
}

body .tabordion {
    position: relative;
    width: 80%;
    color: #30455c;
    margin: 0;
}

body .tabordion section {
    display: block;
    width: 100%;
    left: 0;
}

body .tabordion section input[name=sections] {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

body .tabordion section input[name=sections]:checked + label {
    background: #F0F0F0;
    color: #30455c;
}

body .tabordion section input[name=sections]:checked ~ article {
    display: block;
}

body .tabordion section label {
    background: rgb(254 255 250);
    border-bottom: 1px solid #ffffff;
    font-weight: 700;
    color: #2A2F33 !important;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1em 0.83em;
    position: relative;
    width: 100%;
    z-index: 100;
}

body .tabordion section article {
    display: none;
    left: 0;
    width: 100%;
    padding: 1em;
    position: relative;
    top: 0;
    background: #fefffa;
    font-weight: 300;
    line-height: 1.7;
}

body .tabordion section article p {
    margin-bottom: 1em;
}

body .tabordion section article:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    display: block;
    left: -229px;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 1;
}

@media all and (min-width: 768px) {
    body .tabordion {
        width: 80%;
        color: #30455c;
    }

    body .tabordion section label {
        background: rgb(254 255 250);
        border-bottom: 1px solid #3d4a5238;
        padding: 1em 2.5%;
        width: 24%;
        text-align: center;
        font-size: 16px;
        line-height: 10px;
    }

    body .tabordion section article {
        position: absolute;
        width: 70%;
        left: 26.5%;
        margin-bottom: 50px;
    }
}

#accordion .card {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #d1d3d4;
}

#accordion .card .card-header {
    background: none;
    border: none;
    padding: 25px 0;
}

#accordion .card .card-header.top-headline {
    padding: 0 0 25px;
}

#accordion .card .card-body {
    padding: 0 0 25px;
}

.vertical-tabs .nav-link {
    text-transform: uppercase;
    color: #939598;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0;
    padding: 30px;
}

@media (min-width: 768px) {
    .vertical-tabs .nav-link {
        border-bottom: 1px solid #d1d3d4;
    }
}

.vertical-tabs .nav-link.active {
    background: #fca500;
    color: #fff;
    border-bottom: none;
}

.vertical-tabs .tab-content {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .vertical-tabs .tab-content {
        margin-top: 22px;
    }
}

.grid {
    list-style: none;
    margin-left: -40px;
}

.gc {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -0.25em;
    min-height: 1px;
    padding-left: 40px;
    vertical-align: top;
}

.gc--1-of-3 {
    width: 33.33333%;
}

.gc--2-of-3 {
    width: 66.66666%;
}

.naccs {
    position: relative;
    max-width: 900px;
    margin: 100px auto 0;
}

.naccs .menu div {
    padding: 15px 20px 15px 40px;
    margin-bottom: 0px;
    color: #fff;
    /* background: #fefffa; */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 700;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    border-bottom: 2px solid #3d4a5214;
    text-align: center;
}

.naccs .menu div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.naccs .menu div span.light {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 24px;
    left: 15px;
    background-color: #d3dadf;
    border-radius: 100%;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light {
    background-color: #6fab85;
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 0;
}

.naccs .menu div.active .fa-chevron-right {
    color: #6fab85 !important;
    opacity: 1 !important;
}

.naccs .menu div.active {
    color: #ffffff;
    padding: 15px 20px 15px 20px;
    background: #3cabe2;
}

ul.nacc {
    position: relative;
    height: 620px;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
    opacity: 0;
    transform: translateX(50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

ul.nacc li p {
    margin: 0;
}

.popup-container2 {
    display: inline-block;
}

.popup-container2 .popup-button {
    padding: 0 20px;
    display: block;
    cursor: pointer;
}

.popup-container2 .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1111;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all;
}

.popup-container2 .popup .popup-inner {
    width: 60%;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: 250ms all;
}

.popup-container2 .popup .popup-inner .popup-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.popup-container2 .popup .popup-inner .popup-title h6 {
    font-size: 18px;
    font-weight: 500;
}

.popup-container2 .popup .popup-inner .popup-title .popup-close-btn {
    cursor: pointer;
    background: red;
    display: block;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
}

.popup-container2 .popup .popup-inner .popup-content ul li {
    margin-bottom: 10px;
}

.popup-container2 .popup .popup-inner .popup-content ul li:last-child {
    margin-bottom: 0;
}

.popup-container2 .popup .popup-inner .popup-content ul li input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
}

.popup-container2 .popup .popup-inner .popup-content ul li button {
    width: 100%;
    line-height: 34px;
    background: #666;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    font-size: 14px;
}

.popup-container2 .popup .popup-inner .popup-content ul li button:hover {
    background: #444;
}

.popup-container2 .popup .transparent-label {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}

.popup-container2 .popup.openpopup {
    opacity: 1;
    visibility: visible;
}

::selection {
    background: rgba(23, 162, 184, 0.3);
}

.wrapper {
    width: 100%;
    padding: 25px 30px 30px 30px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    height: 330px;
    overflow-wrap: visible;
    overflow-y: scroll;
    width: 100%;
}

.wrapper header {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.wrapper nav {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

.wrapper nav label {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 17px;
    margin: 0 5px;
    transition: all 0.3s ease;
    border-right: 1px solid #3d4a5233;
    font-weight: bolder;
}

.wrapper nav label:hover {
    background: rgba(23, 162, 184, 0.3);
}

#home:checked ~ nav label.home,
#blog:checked ~ nav label.blog,
#code:checked ~ nav label.code,
#help:checked ~ nav label.help,
#about:checked ~ nav label.about {
    color: #fff;
    background: #3D4A52;
}

nav label i {
    padding-right: 7px;
}

nav .slider {
    position: absolute;
    height: 100%;
    width: 40%;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 5px;
    background: #17a2b8;
    transition: all 0.3s ease;
}

input[type="radio"] {
    display: none;
}

section .content {
    display: none;
    background: #fff;
    overflow-y: visible;
}

#home:checked ~ section .content-1,
#blog:checked ~ section .content-2,
#code:checked ~ section .content-3 {
    display: block;
}

section .content .title {
    font-size: 21px;
    font-weight: 500;
    margin: 30px 0 10px 0;
}

section .content p {
    text-align: justify;
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 0.3em 1em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .flex-custom-navigation {
        display: none !important;
    }

    .cc-btn {
        white-space: normal
    }

    .header .infobar {
        zoom: 1;
        position: fixed;
        z-index: 1111;
        width: 100% !important;
    }

    .menu-wrap.line .menu-container {
        margin-top: 44px !important;
    }

    .list-item {
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

.cc-color-override-1576123545.cc-window {
    color: rgb(255, 255, 255);
    background-color: rgb(0 58 93) !important;
}

.cc-color-override-1576123545 .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(72 149 99) !important;
}

#Mask_Group_8 {
    position: absolute;
    width: 1920px;
    height: 1140px;
    left: 0px;
    top: 4629px;
    overflow: visible;
}

#Ellipse_17_l {
    fill: url(#Ellipse_17_l);
}

.Ellipse_17_l {
    position: absolute;
    overflow: visible;
    width: 1395px;
    height: 1395px;
    left: 0;
    top: -835px;
    z-index: 0;
}

#Mask_Group_5 {
    position: absolute;
    width: 1920px;
    height: 874px;
    left: 0px;
    top: 259px;
    overflow: visible;
}

#Rectangle_104 {
    fill: rgba(240, 240, 240, 1);
}

.Rectangle_104 {
    position: absolute;
    overflow: visible;
    width: 1920px;
    height: 124px;
    left: 0px;
    top: 5882.877px;
}

#green-tropical-leaves-patterne {
    opacity: 0.046;
    position: absolute;
    width: 1920px;
    height: 1280px;
    left: 0px;
    top: 2007px;
    overflow: visible;
}

#Group_203 {
    position: absolute;
    width: 2012px;
    height: 1342px;
    left: -46px;
    top: 3287px;
    overflow: visible;
}

#green-tropical-leaves-patterne_q {
    opacity: 0.046;
    position: absolute;
    width: 2012px;
    height: 1342px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#MEYDAN_SUITES_KADIKOY__3 {
    position: absolute;
    width: 1029px;
    height: 605px;
    left: 606px;
    top: 2067px;
    overflow: visible;
}

#MEYDAN_SUITES_KADIKOY__3_s {
    position: absolute;
    width: 1029px;
    height: 605px;
    left: 606px;
    top: 3580px;
    overflow: visible;
}

#Rectangle_80 {
    opacity: 0.895;
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_80 {
    position: absolute;
    overflow: visible;
    width: 128px;
    height: 92px;
    left: 606px;
    top: 2580px;
}

#Rectangle_124 {
    opacity: 0.895;
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_124 {
    position: absolute;
    overflow: visible;
    width: 128px;
    height: 92px;
    left: 606px;
    top: 4093px;
}

#Group_151 {
    position: absolute;
    width: 449px;
    height: 407px;
    left: 285px;
    top: 2067px;
    overflow: visible;
}

#Rectangle_81 {
    position: absolute;
    width: 449px;
    height: 407px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Rectangle_82 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_82 {
    mix-blend-mode: multiply;
    position: absolute;
    overflow: visible;
    width: 449px;
    height: 407px;
    left: 0px;
    top: 0px;
}

#Group_199 {
    position: absolute;
    width: 449px;
    height: 407px;
    left: 285px;
    top: 3580px;
    overflow: visible;
}

#Rectangle_81_z {
    position: absolute;
    width: 449px;
    height: 407px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Rectangle_82_ {
    fill: rgba(17, 29, 52, 1);
}

.Rectangle_82_ {
    mix-blend-mode: multiply;
    position: absolute;
    overflow: visible;
    width: 449px;
    height: 407px;
    left: 0px;
    top: 0px;
}

#Group_113 {
    width: 98.772px;
    height: 98.772px;
    left: 0;
    overflow: visible;
}

#Group_3 {
    position: absolute;
    width: 98.772px;
    height: 98.772px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_1 {
    fill: rgba(21, 62, 53, 1);
}

.Path_1 {
    overflow: visible;
    position: absolute;
    width: 98.544px;
    height: 98.772px;
    left: 0.228px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_1 {
    position: absolute;
    width: 70.66px;
    height: 30.455px;
    left: 0px;
    top: 68.317px;
    overflow: visible;
}

#Path_2 {
    fill: rgba(21, 62, 53, 1);
}

.Path_2 {
    overflow: visible;
    position: absolute;
    width: 11.529px;
    height: 11.906px;
    left: 0.581px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_3 {
    fill: rgba(21, 62, 53, 1);
}

.Path_3 {
    overflow: visible;
    position: absolute;
    width: 8.628px;
    height: 11.747px;
    left: 14.722px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_4 {
    fill: rgba(21, 62, 53, 1);
}

.Path_4 {
    overflow: visible;
    position: absolute;
    width: 11.181px;
    height: 11.747px;
    left: 24.584px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_5 {
    fill: rgba(21, 62, 53, 1);
}

.Path_5 {
    overflow: visible;
    position: absolute;
    width: 9.833px;
    height: 11.747px;
    left: 37.289px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_6 {
    fill: rgba(21, 62, 53, 1);
}

.Path_6 {
    overflow: visible;
    position: absolute;
    width: 11.79px;
    height: 11.747px;
    left: 47.702px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_7 {
    fill: rgba(21, 62, 53, 1);
}

.Path_7 {
    overflow: visible;
    position: absolute;
    width: 9.644px;
    height: 11.747px;
    left: 61.016px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_8 {
    fill: rgba(21, 62, 53, 1);
}

.Path_8 {
    overflow: visible;
    position: absolute;
    width: 9.731px;
    height: 12.037px;
    left: 0px;
    top: 18.418px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_9 {
    fill: rgba(21, 62, 53, 1);
}

.Path_9 {
    overflow: visible;
    position: absolute;
    width: 9.963px;
    height: 11.892px;
    left: 14.011px;
    top: 18.563px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_10 {
    fill: rgba(21, 62, 53, 1);
}

.Path_10 {
    overflow: visible;
    position: absolute;
    width: 1.378px;
    height: 11.746px;
    left: 28.906px;
    top: 18.563px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_11 {
    fill: rgba(21, 62, 53, 1);
}

.Path_11 {
    overflow: visible;
    position: absolute;
    width: 9.789px;
    height: 11.746px;
    left: 34.272px;
    top: 18.563px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_12 {
    fill: rgba(21, 62, 53, 1);
}

.Path_12 {
    overflow: visible;
    position: absolute;
    width: 8.629px;
    height: 11.746px;
    left: 47.977px;
    top: 18.563px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_13 {
    fill: rgba(21, 62, 53, 1);
}

.Path_13 {
    overflow: visible;
    position: absolute;
    width: 9.73px;
    height: 12.037px;
    left: 60.668px;
    top: 18.418px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_118 {
    position: absolute;
    width: 122px;
    height: 31px;
    left: 455.5px;
    top: 171.221px;
    overflow: visible;
}

#Alka_Holding {
    left: 0px;
    top: 0px;
    position: absolute;
    overflow: visible;
    width: 123px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #101010;
}

#Kurumsal {
    left: 0px;
    top: 21px;
    position: absolute;
    overflow: visible;
    width: 53px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(108, 114, 113, 1);
}

#Group_117 {
    position: absolute;
    width: 68px;
    height: 31px;
    left: 625.5px;
    top: 171.221px;
    overflow: visible;
}

#Yaplar {
    left: 0px;
    top: 21px;
    position: absolute;
    overflow: visible;
    width: 39px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(108, 114, 113, 1);
}

#Projeler {
    left: 0px;
    top: 0px;
    position: absolute;
    overflow: visible;
    width: 69px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #101010;
}

#Projelerimiz_Nerede {
    left: 741.5px;
    top: 192.221px;
    position: absolute;
    overflow: visible;
    width: 110px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(108, 114, 113, 1);
}

#Lokasyonlarmz {
    left: 741.5px;
    top: 172.221px;
    position: absolute;
    overflow: visible;
    width: 145px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #101010;
}

#Group_115 {
    position: absolute;
    width: 59px;
    height: 30px;
    left: 932.5px;
    top: 172.221px;
    overflow: visible;
}

#Yazlarmz {
    left: 0px;
    top: 20px;
    position: absolute;
    overflow: visible;
    width: 60px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(108, 114, 113, 1);
}

#Blog {
    left: 0px;
    top: 0px;
    position: absolute;
    overflow: visible;
    width: 41px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #101010;
}

#Bize_Ulan {
    left: 1039.5px;
    top: 192.221px;
    position: absolute;
    overflow: visible;
    width: 63px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(108, 114, 113, 1);
}

#Detaylar {
    left: 1335.5px;
    top: 192.221px;
    position: absolute;
    overflow: visible;
    width: 48px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(108, 114, 113, 1);
}

#letiim {
    left: 1039.5px;
    top: 168.221px;
    position: absolute;
    overflow: visible;
    width: 64px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #101010;
}

#E-Katalog {
    left: 1335.5px;
    top: 173.221px;
    position: absolute;
    overflow: visible;
    width: 77px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #101010;
}

#Rectangle_50 {
    opacity: 0.998;
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_50 {
    position: absolute;
    overflow: visible;
    width: 477px;
    height: 263px;
    left: 301px;
    top: 580px;
}

#Huzur_Dolu {
    left: 333px;
    top: 622px;
    position: absolute;
    overflow: visible;
    width: 246px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 41px;
    color: rgba(255, 255, 255, 1);
}

#ID01 {
    left: 149px;
    top: 594px;
    position: absolute;
    overflow: visible;
    width: 29px;
    white-space: nowrap;
    text-align: center;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: rgba(21, 62, 53, 1);
}

#ID02 {
    left: 146px;
    top: 664px;
    position: absolute;
    overflow: visible;
    width: 35px;
    white-space: nowrap;
    text-align: center;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: rgba(21, 62, 53, 1);
}

#ID03 {
    left: 145px;
    top: 734px;
    position: absolute;
    overflow: visible;
    width: 37px;
    white-space: nowrap;
    text-align: center;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: rgba(21, 62, 53, 1);
}

#ID04 {
    left: 145px;
    top: 804px;
    position: absolute;
    overflow: visible;
    width: 37px;
    white-space: nowrap;
    text-align: center;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: rgba(21, 62, 53, 1);
}

#Yaam_Alanlar {
    left: 333px;
    top: 670px;
    position: absolute;
    overflow: visible;
    width: 381px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 41px;
    color: rgba(255, 255, 255, 1);
}

#MEYDAN_SUITES_AYRICALIINI_KEFE {
    left: 333px;
    top: 727px;
    position: absolute;
    overflow: visible;
    width: 377px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 2.5px;
}

#Rectangle_51 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_51 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 344px;
    top: 769px;
}

#Rectangle_53 {
    fill: transparent;
    stroke: rgba(165, 125, 44, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Rectangle_53 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 348px;
    top: 773px;
}

#Tm_Projeler {
    left: 357px;
    top: 783px;
    position: absolute;
    overflow: visible;
    width: 66px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: rgba(255, 255, 255, 1);
}

#Rectangle_52 {
    fill: transparent;
    stroke: rgba(165, 125, 44, 1);
    stroke-width: 4px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Rectangle_52 {
    position: absolute;
    overflow: visible;
    width: 507px;
    height: 293px;
    left: 285px;
    top: 565px;
}

#Group_6 {
    transform: matrix(1, 0, 0, 1, 448.9469, 774.153) rotate(-90deg);
    transform-origin: center;
    position: absolute;
    width: 4.804px;
    height: 22.89px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_15 {
    fill: rgba(255, 255, 255, 1);
}

.Path_15 {
    overflow: visible;
    position: absolute;
    width: 22.89px;
    height: 4.804px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_57 {
    position: absolute;
    width: 33.423px;
    height: 28px;
    left: 1292.606px;
    top: 172.221px;
    overflow: visible;
}

#Path_51 {
    fill: rgba(165, 125, 44, 1);
}

.Path_51 {
    overflow: visible;
    position: absolute;
    width: 33.424px;
    height: 25.073px;
    left: 0px;
    top: 2.927px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_52 {
    fill: rgba(165, 125, 44, 1);
}

.Path_52 {
    overflow: visible;
    position: absolute;
    width: 18.146px;
    height: 14.519px;
    left: 7.604px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_53 {
    fill: rgba(165, 125, 44, 1);
}

.Path_53 {
    overflow: visible;
    position: absolute;
    width: 17.679px;
    height: 1.584px;
    left: 7.84px;
    top: 18.24px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_125 {
    fill: transparent;
    stroke: rgb(75 65 49 / 12%);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Path_125 {
    overflow: visible;
    position: absolute;
    width: 2px;
    height: 43.492px;
    right: -15px;
    top: 20px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_5 {
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_5 {
    position: absolute;
    overflow: visible;
    width: 178px;
    height: 49px;
    left: 1457px;
    top: 157px;
}

#Group_119 {
    position: absolute;
    width: 28.895px;
    height: 26.145px;
    left: 1473.667px;
    top: 168.467px;
    overflow: visible;
}

#Path_16 {
    fill: rgba(165, 125, 44, 1);
}

.Path_16 {
    overflow: visible;
    position: absolute;
    width: 28.896px;
    height: 26.145px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_17 {
    fill: rgba(165, 125, 44, 1);
}

.Path_17 {
    overflow: visible;
    position: absolute;
    width: 8.775px;
    height: 5.027px;
    left: 3.086px;
    top: 16.769px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_18 {
    fill: rgba(165, 125, 44, 1);
}

.Path_18 {
    overflow: visible;
    position: absolute;
    width: 9.911px;
    height: 1.526px;
    left: 4.092px;
    top: 4.275px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_19 {
    fill: rgba(165, 125, 44, 1);
}

.Path_19 {
    overflow: visible;
    position: absolute;
    width: 5.533px;
    height: 1.534px;
    left: 4.093px;
    top: 7.641px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Talep_Formu {
    left: 1515.033px;
    top: 175.5px;
    position: absolute;
    overflow: visible;
    width: 98px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

#ustreklam {
    position: absolute;
    width: 1920px;
    height: 94px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Group_120 {
    position: absolute;
    width: 22.412px;
    height: 22.4px;
    left: 1216.069px;
    top: 173.221px;
    overflow: visible;
}

#Path_126 {
    fill: rgba(165, 125, 44, 1);
}

.Path_126 {
    overflow: visible;
    position: absolute;
    width: 22.412px;
    height: 22.4px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#MEYDAN_SUITES_SAMANLI {
    left: 685px;
    top: 28px;
    position: absolute;
    overflow: visible;
    width: 474px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: rgba(147, 168, 164, 1);
    letter-spacing: 6.5px;
}

#OK_YAKINDA {
    left: 811px;
    top: 53px;
    position: absolute;
    overflow: visible;
    width: 223px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 16px;
    color: rgba(147, 168, 164, 1);
    letter-spacing: 6.5px;
}

#Group_127 {
    position: absolute;
    width: 156px;
    height: 26px;
    left: 1479px;
    top: 30px;
    overflow: visible;
}

#Group_125 {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Rectangle_39 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_39 {
    position: absolute;
    overflow: visible;
    width: 26px;
    height: 26px;
    left: 0px;
    top: 0px;
}

#Group_101 {
    position: absolute;
    width: 6.172px;
    height: 13.284px;
    left: 9.407px;
    top: 5.438px;
    overflow: visible;
}

#Group_100 {
    position: absolute;
    width: 6.172px;
    height: 13.284px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_103 {
    fill: rgba(255, 255, 255, 1);
}

.Path_103 {
    overflow: visible;
    position: absolute;
    width: 6.171px;
    height: 13.284px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_124 {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 33px;
    top: 0px;
    overflow: visible;
}

#Rectangle_40 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_40 {
    position: absolute;
    overflow: visible;
    width: 26px;
    height: 26px;
    left: 0px;
    top: 0px;
}

#Group_91 {
    position: absolute;
    width: 13.003px;
    height: 13.003px;
    left: 7.116px;
    top: 6.887px;
    overflow: visible;
}

#Path_99 {
    fill: rgba(255, 255, 255, 1);
}

.Path_99 {
    overflow: visible;
    position: absolute;
    width: 13.003px;
    height: 13.003px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_123 {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 65px;
    top: 0px;
    overflow: visible;
}

#Rectangle_41 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_41 {
    position: absolute;
    overflow: visible;
    width: 26px;
    height: 26px;
    left: 0px;
    top: 0px;
}

#Group_88 {
    position: absolute;
    width: 14.161px;
    height: 11.665px;
    left: 6.458px;
    top: 7.167px;
    overflow: visible;
}

#Group_87 {
    position: absolute;
    width: 14.161px;
    height: 11.665px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Group_82 {
    position: absolute;
    width: 14.161px;
    height: 11.665px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_93 {
    fill: rgba(255, 255, 255, 1);
}

.Path_93 {
    overflow: visible;
    position: absolute;
    width: 14.162px;
    height: 11.665px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_83 {
    position: absolute;
    width: 0.546px;
    height: 1px;
    left: 4.206px;
    top: 11.615px;
    overflow: visible;
}

#Path_94 {
    fill: rgba(255, 255, 255, 1);
}

.Path_94 {
    overflow: visible;
    position: absolute;
    width: 0.546px;
    height: 1px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_84 {
    position: absolute;
    width: 0.108px;
    height: 0.001px;
    left: 4.098px;
    top: 11.615px;
    overflow: visible;
}

#Path_95 {
    fill: rgba(255, 255, 255, 1);
}

.Path_95 {
    overflow: visible;
    position: absolute;
    width: 0.108px;
    height: 0.001px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_85 {
    position: absolute;
    width: 0.112px;
    height: 0.01px;
    left: 4.683px;
    top: 11.616px;
    overflow: visible;
}

#Path_96 {
    fill: rgba(255, 255, 255, 1);
}

.Path_96 {
    overflow: visible;
    position: absolute;
    width: 0.111px;
    height: 0.01px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_86 {
    position: absolute;
    width: 0.059px;
    height: 0.009px;
    left: 9.633px;
    top: 0.018px;
    overflow: visible;
}

#Path_97 {
    fill: rgba(255, 255, 255, 1);
}

.Path_97 {
    overflow: visible;
    position: absolute;
    width: 0.059px;
    height: 0.009px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_122 {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 98px;
    top: 0px;
    overflow: visible;
}

#Rectangle_42 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_42 {
    position: absolute;
    overflow: visible;
    width: 26px;
    height: 26px;
    left: 0px;
    top: 0px;
}

#Group_99 {
    position: absolute;
    width: 11.845px;
    height: 11.313px;
    left: 7.116px;
    top: 6.989px;
    overflow: visible;
}

#Group_97 {
    position: absolute;
    width: 11.679px;
    height: 7.807px;
    left: 0.166px;
    top: 3.507px;
    overflow: visible;
}

#Group_96 {
    position: absolute;
    width: 11.679px;
    height: 7.807px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Group_95 {
    position: absolute;
    width: 11.679px;
    height: 7.807px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_101 {
    fill: rgba(255, 255, 255, 1);
}

.Path_101 {
    overflow: visible;
    position: absolute;
    width: 11.679px;
    height: 7.807px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_98 {
    position: absolute;
    width: 2.715px;
    height: 2.715px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_102 {
    fill: rgba(255, 255, 255, 1);
}

.Path_102 {
    overflow: visible;
    position: absolute;
    width: 2.715px;
    height: 2.715px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_121 {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 130px;
    top: 0px;
    overflow: visible;
}

#Rectangle_43 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_43 {
    position: absolute;
    overflow: visible;
    width: 26px;
    height: 26px;
    left: 0px;
    top: 0px;
}

#Group_81 {
    position: absolute;
    width: 12.655px;
    height: 8.858px;
    left: 6.807px;
    top: 8.571px;
    overflow: visible;
}

#Group_80 {
    position: absolute;
    width: 12.655px;
    height: 8.858px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Group_79 {
    position: absolute;
    width: 12.655px;
    height: 8.858px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_92 {
    fill: rgba(255, 255, 255, 1);
}

.Path_92 {
    overflow: visible;
    position: absolute;
    width: 12.655px;
    height: 8.858px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Esiz_Mimari {
    left: 285px;
    top: 1249.001px;
    position: absolute;
    overflow: visible;
    width: 250px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    color: #101010;
}

#ALKA_HOLDNG_GVENCESYLE {
    left: 285px;
    top: 1341.925px;
    position: absolute;
    overflow: visible;
    width: 357px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #101010;
    letter-spacing: 3.5px;
}

#Kusursuz_Yaplar {
    left: 285px;
    top: 1292.619px;
    position: absolute;
    overflow: visible;
    width: 328px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    color: #101010;
}

#Kaliteli_yaplar_retmenin_deeri {
    left: 285px;
    top: 1384.508px;
    position: absolute;
    overflow: visible;
    width: 658px;
    height: 77.3731689453125px;
    line-height: 18px;
    margin-top: -3px;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(167, 167, 167, 1);
}

#Projemiz_hakknda_detayl_bilgi_ {
    left: 563px;
    top: 1653.094px;
    position: absolute;
    overflow: visible;
    width: 308px;
    height: 30.3731689453125px;
    line-height: 16px;
    margin-top: -3px;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(167, 167, 167, 1);
}

#Group_135 {
    position: absolute;
    width: 135px;
    height: 41px;
    left: 285px;
    top: 1478.498px;
    overflow: visible;
}

#Rectangle_56 {
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_56 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 0px;
    top: 0px;
}

#Rectangle_57 {
    fill: transparent;
    stroke: rgba(21, 62, 53, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Rectangle_57 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 4px;
    top: 4px;
}

#Hemen_ncele {
    left: 13px;
    top: 13px;
    position: absolute;
    overflow: visible;
    width: 72px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: rgba(255, 255, 255, 1);
}

#Group_128 {
    transform: translate(-978px, -1489.677px) matrix(1, 0, 0, 1, 1084.9469, 1496.7323) rotate(-90deg);
    transform-origin: center;
    position: absolute;
    width: 4.804px;
    height: 22.89px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_15_d {
    fill: rgba(255, 255, 255, 1);
}

.Path_15_d {
    overflow: visible;
    position: absolute;
    width: 22.89px;
    height: 4.804px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Meydan_Suites_Alka_Yap_Markasd {
    right: 34px;
    bottom: 435px;
    position: absolute;
    overflow: visible;
    width: 116px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 12px;
    color: rgba(21, 62, 53, 1);
    z-index: 0;
}

#Group_37 {
    position: absolute;
    width: 123px;
    height: 31.154px;
    right: 160px;
    bottom: 440px;
    overflow: visible;
}

#Group_36 {
    position: absolute;
    width: 31.388px;
    height: 30.719px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_34 {
    fill: rgba(21, 62, 53, 1);
}

.Path_34 {
    overflow: visible;
    position: absolute;
    width: 31.388px;
    height: 20.348px;
    left: 0px;
    top: 10.371px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_35 {
    fill: rgba(21, 62, 53, 1);
}

.Path_35 {
    overflow: visible;
    position: absolute;
    width: 20.067px;
    height: 8.714px;
    left: 5.661px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_36 {
    fill: rgba(21, 62, 53, 1);
}

.Path_36 {
    overflow: visible;
    position: absolute;
    width: 11.414px;
    height: 11.998px;
    left: 34.647px;
    top: 14.708px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_37 {
    fill: rgba(21, 62, 53, 1);
}

.Path_37 {
    overflow: visible;
    position: absolute;
    width: 5.616px;
    height: 15.952px;
    left: 45.631px;
    top: 10.484px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_38 {
    fill: rgba(21, 62, 53, 1);
}

.Path_38 {
    overflow: visible;
    position: absolute;
    width: 11.75px;
    height: 15.952px;
    left: 51.138px;
    top: 10.484px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_39 {
    fill: rgba(21, 62, 53, 1);
}

.Path_39 {
    overflow: visible;
    position: absolute;
    width: 11.413px;
    height: 11.997px;
    left: 63.35px;
    top: 14.877px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_40 {
    fill: rgba(21, 62, 53, 1);
}

.Path_40 {
    overflow: visible;
    position: absolute;
    width: 9.167px;
    height: 16.401px;
    left: 74.911px;
    top: 14.708px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_41 {
    fill: rgba(21, 62, 53, 1);
}

.Path_41 {
    overflow: visible;
    position: absolute;
    width: 11.84px;
    height: 16.086px;
    left: 84.217px;
    top: 15.068px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_42 {
    fill: rgba(21, 62, 53, 1);
}

.Path_42 {
    overflow: visible;
    position: absolute;
    width: 10.941px;
    height: 11.908px;
    left: 95.532px;
    top: 14.798px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_43 {
    fill: rgba(21, 62, 53, 1);
}

.Path_43 {
    overflow: visible;
    position: absolute;
    width: 12.245px;
    height: 16.132px;
    left: 105.904px;
    top: 14.798px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_44 {
    fill: rgba(21, 62, 53, 1);
}

.Path_44 {
    overflow: visible;
    position: absolute;
    width: 5.01px;
    height: 11.368px;
    left: 117.99px;
    top: 15.068px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_66 {
    fill: rgba(255, 255, 255, 1);
    stroke: rgba(206, 206, 206, 1);
    stroke-width: 6px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Rectangle_66 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 308px;
    height: 310px;
    left: 1133px;
    top: 1187px;
}

#Rectangle_75 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_75 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 308px;
    height: 310px;
    left: 1133px;
    top: 1453px;
}

#Rectangle_74 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_74 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 308px;
    height: 310px;
    left: 1399px;
    top: 1240px;
}

#Rectangle_76 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_76 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 308px;
    height: 310px;
    left: 1399px;
    top: 1506px;
}

#Path_46 {
    fill: rgba(165, 125, 44, 1);
}

.Path_46 {
    overflow: visible;
    width: 38.443px;
    height: 43.959px;
    left: 56px;
    top: 5px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Tantm_Filmi_zleyin {
    left: 1157.761px;
    top: 1299.885px;
    position: absolute;
    overflow: visible;
    width: 181px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: rgba(21, 62, 53, 1);
}

#Tm_Projelerimiz {
    left: 1157.761px;
    top: 1564.885px;
    position: absolute;
    overflow: visible;
    width: 171px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: rgba(21, 62, 53, 1);
}

#E-Katalog_nceleyin {
    left: 1423.761px;
    top: 1352.885px;
    position: absolute;
    overflow: visible;
    width: 143px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: rgba(21, 62, 53, 1);
}

#Proje_Haritamz {
    left: 1423.761px;
    top: 1618.885px;
    position: absolute;
    overflow: visible;
    width: 140px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: rgba(21, 62, 53, 1);
}

#MEYDAN_SUITES {
    left: 1156.761px;
    top: 1286.581px;
    position: absolute;
    overflow: visible;
    width: 88px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 8px;
    color: rgba(21, 62, 53, 1);
    letter-spacing: 1.5px;
}

#MEYDAN_SUITES_et {
    left: 1156.761px;
    top: 1552.581px;
    position: absolute;
    overflow: visible;
    width: 88px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 8px;
    color: rgba(21, 62, 53, 1);
    letter-spacing: 1.5px;
}

#MEYDAN_SUITES_eu {
    left: 1422.761px;
    top: 1339.581px;
    position: absolute;
    overflow: visible;
    width: 88px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 8px;
    color: rgba(21, 62, 53, 1);
    letter-spacing: 1.5px;
}

#MEYDAN_SUITES_ev {
    left: 1422.761px;
    top: 1605.581px;
    position: absolute;
    overflow: visible;
    width: 88px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 8px;
    color: rgba(21, 62, 53, 1);
    letter-spacing: 1.5px;
}

#Hemen_zle {
    left: 1160px;
    top: 1380.581px;
    position: absolute;
    overflow: visible;
    width: 65px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(165, 125, 44, 1);
}

#Tmn_Gr {
    left: 1160px;
    top: 1648.581px;
    position: absolute;
    overflow: visible;
    width: 72px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(165, 125, 44, 1);
}

#Hemen_ncele_ey {
    left: 1426px;
    top: 1433.581px;
    position: absolute;
    overflow: visible;
    width: 80px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(165, 125, 44, 1);
}

#Haritay_Gr {
    left: 1426px;
    top: 1701.581px;
    position: absolute;
    overflow: visible;
    width: 70px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(165, 125, 44, 1);
}

#Path_15_e {
    fill: rgba(165, 125, 44, 1);
}

.Path_15_e {
    overflow: visible !important;
    position: absolute;
    width: 5.69px;
    height: 27.108px;
    transform: rotate(-90deg);
    transform-origin: center;
    left: 100px;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 2.5s;
}

@-webkit-keyframes run {
    0% {
        left: 100px;
    }

    50% {
        left: 120px;
    }

    100% {
        left: 100px;
    }
}

#Path_129 {
    fill: rgba(165, 125, 44, 1);
}

.Path_129 {
    overflow: visible;
    position: absolute;
    width: 5.69px;
    height: 27.108px;
    transform: matrix(1, 0, 0, 1, 1247.5746, 1639.5404) rotate(-90deg);
    transform-origin: center;
    left: 0px;
    top: 0px;
}

#Path_127 {
    fill: rgba(165, 125, 44, 1);
}

.Path_127 {
    overflow: visible;
    position: absolute;
    width: 5.69px;
    height: 27.108px;
    transform: matrix(1, 0, 0, 1, 1523.5746, 1426.5404) rotate(-90deg);
    transform-origin: center;
    left: 0px;
    top: 0px;
}

#Path_130 {
    fill: rgba(165, 125, 44, 1);
}

.Path_130 {
    overflow: visible;
    position: absolute;
    width: 5.69px;
    height: 27.108px;
    transform: matrix(1, 0, 0, 1, 1513.5746, 1692.5404) rotate(-90deg);
    transform-origin: center;
    left: 0px;
    top: 0px;
}

#Group_142 {
    width: 40.484px;
    height: 15.914000000000001px;
    left: 56px;
    top: 0;
    overflow: visible;
}

#Path_51_e {
    fill: rgba(165, 125, 44, 1);
}

.Path_51_e {
    overflow: visible;
    position: absolute;
    width: 40.484px;
    height: 30.37px;
    left: 0px;
    top: 3.545px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_52_e {
    fill: rgba(165, 125, 44, 1);
}

.Path_52_e {
    overflow: visible;
    position: absolute;
    width: 21.979px;
    height: 17.586px;
    left: 9.211px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_53_e {
    fill: rgba(165, 125, 44, 1);
}

.Path_53_e {
    overflow: visible;
    position: absolute;
    width: 21.414px;
    height: 1.919px;
    left: 9.496px;
    top: 22.093px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_144 {
    width: 37.74px;
    height: 17.740000000000002px;
    left: 1157.76px;
    top: 1492.097px;
    overflow: visible;
}

#Group_3_e {
    position: absolute;
    width: 37.74px;
    height: 37.74px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_1_fa {
    fill: rgba(165, 125, 44, 1);
}

.Path_1_fa {
    overflow: visible;
    position: absolute;
    width: 37.652px;
    height: 37.74px;
    left: 0.087px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_1_fb {
    position: absolute;
    width: 26.998px;
    height: 11.637px;
    left: 0px;
    top: 26.103px;
    overflow: visible;
}

#Path_2_fc {
    fill: rgba(165, 125, 44, 1);
}

.Path_2_fc {
    overflow: visible;
    position: absolute;
    width: 4.405px;
    height: 4.549px;
    left: 0.222px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_3_fd {
    fill: rgba(165, 125, 44, 1);
}

.Path_3_fd {
    overflow: visible;
    position: absolute;
    width: 3.297px;
    height: 4.489px;
    left: 5.625px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_4_fe {
    fill: rgba(165, 125, 44, 1);
}

.Path_4_fe {
    overflow: visible;
    position: absolute;
    width: 4.272px;
    height: 4.489px;
    left: 9.394px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_5_ff {
    fill: rgba(165, 125, 44, 1);
}

.Path_5_ff {
    overflow: visible;
    position: absolute;
    width: 3.757px;
    height: 4.489px;
    left: 14.248px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_6_fg {
    fill: rgba(165, 125, 44, 1);
}

.Path_6_fg {
    overflow: visible;
    position: absolute;
    width: 4.505px;
    height: 4.489px;
    left: 18.227px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_7_fh {
    fill: rgba(165, 125, 44, 1);
}

.Path_7_fh {
    overflow: visible;
    position: absolute;
    width: 3.685px;
    height: 4.489px;
    left: 23.314px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_8_fi {
    fill: rgba(165, 125, 44, 1);
}

.Path_8_fi {
    overflow: visible;
    position: absolute;
    width: 3.718px;
    height: 4.599px;
    left: 0px;
    top: 7.037px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_9_fj {
    fill: rgba(165, 125, 44, 1);
}

.Path_9_fj {
    overflow: visible;
    position: absolute;
    width: 3.807px;
    height: 4.544px;
    left: 5.353px;
    top: 7.093px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_10_fk {
    fill: rgba(165, 125, 44, 1);
}

.Path_10_fk {
    overflow: visible;
    position: absolute;
    width: 0.526px;
    height: 4.488px;
    left: 11.044px;
    top: 7.093px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_11_fl {
    fill: rgba(165, 125, 44, 1);
}

.Path_11_fl {
    overflow: visible;
    position: absolute;
    width: 3.74px;
    height: 4.488px;
    left: 13.095px;
    top: 7.093px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_12_fm {
    fill: rgba(165, 125, 44, 1);
}

.Path_12_fm {
    overflow: visible;
    position: absolute;
    width: 3.297px;
    height: 4.488px;
    left: 18.332px;
    top: 7.093px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_13_fn {
    fill: rgba(165, 125, 44, 1);
}

.Path_13_fn {
    overflow: visible;
    position: absolute;
    width: 3.718px;
    height: 4.599px;
    left: 23.181px;
    top: 7.037px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_145 {
    width: 38.242px;
    height: 25.564px;
    left: 1424.76px;
    top: 1539.436px;
    overflow: visible;
}

#Path_131 {
    fill: rgba(165, 125, 44, 1);
}

.Path_131 {
    overflow: visible;
    position: absolute;
    width: 38.242px;
    height: 43.564px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_132 {
    fill: rgba(165, 125, 44, 1);
}

.Path_132 {
    overflow: visible;
    position: absolute;
    width: 12.746px;
    height: 12.746px;
    left: 12.747px;
    top: 7.784px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Detayl_Bilgi_iin {
    left: 285px;
    top: 1637px;
    position: absolute;
    overflow: visible;
    width: 211px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #101010;
}

#Yalovann_Gzde_Projeleri {
    left: 285px;
    top: 1704px;
    position: absolute;
    overflow: visible;
    width: 197px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: #101010;
    letter-spacing: 2.5px;
}

#Hemen_Bize_Ulan {
    left: 285px;
    top: 1669.331px;
    position: absolute;
    overflow: visible;
    width: 252px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #101010;
}

#Path_133 {
    fill: transparent;
    stroke: rgba(247, 247, 247, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Path_133 {
    overflow: visible;
    position: absolute;
    width: 786.709px;
    height: 1px;
    left: 285px;
    top: 1597.238px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_77 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_77 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 926px;
    top: 1645px;
}

#Rectangle_78 {
    fill: transparent;
    stroke: rgba(165, 125, 44, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Rectangle_78 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 930px;
    top: 1649px;
}

#Talep_Formu_fx {
    left: 939px;
    top: 1659px;
    position: absolute;
    overflow: visible;
    width: 65px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: rgba(255, 255, 255, 1);
}

#Group_146 {
    transform: matrix(1, 0, 0, 1, 1030.9469, 1650.153) rotate(-90deg);
    transform-origin: center;
    position: absolute;
    width: 4.804px;
    height: 22.89px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_15_fz {
    fill: rgba(255, 255, 255, 1);
}

.Path_15_fz {
    overflow: visible;
    position: absolute;
    width: 22.89px;
    height: 4.804px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Birbirinden_Esiz_Projelerimize {
    left: 699.761px;
    top: 1901.003px;
    position: absolute;
    overflow: visible;
    width: 639px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #101010;
}

#ALKA_HOLDNG_GVENCESYLE_f {
    left: 840.761px;
    top: 1941.881px;
    position: absolute;
    overflow: visible;
    width: 357px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #101010;
    letter-spacing: 3.5px;
}

#Group_150 {
    position: absolute;
    width: 43.863px;
    height: 59.768px;
    left: 991.5px;
    top: 1788.166px;
    overflow: visible;
}

#Group_147 {
    position: absolute;
    width: 43.863px;
    height: 23.952px;
    left: 0;
    overflow: visible;
    text-align: center;
    right: 0;
    margin: 0 auto;
}

#Path_91 {
    fill: rgba(21, 62, 53, 1);
}

.Path_91 {
    overflow: visible;
    position: absolute;
    width: 43.863px;
    height: 23.952px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_148 {
    opacity: 0.43;
    position: absolute;
    width: 43.863px;
    height: 23.952px;
    left: 0px;
    top: -20.092px;
    overflow: visible;
    margin: ;
    margin: 0 auto;
    right: 0;
}

#Path_91_f {
    fill: rgba(21, 62, 53, 1);
}

.Path_91_f {
    overflow: visible;
    position: absolute;
    width: 43.863px;
    height: 23.952px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_149 {
    opacity: 0.122;
    position: absolute;
    width: 43.863px;
    height: 23.952px;
    left: 0px;
    top: -40px;
    overflow: visible;
    right: 0;
    margin: 0 auto;
}

#Path_91_ga {
    fill: rgba(21, 62, 53, 1);
}

.Path_91_ga {
    overflow: visible;
    position: absolute;
    width: 43.863px;
    height: 23.952px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#MEYDAN_SUITES_f {
    left: 333.712px;
    top: 3721.823px;
    position: absolute;
    overflow: visible;
    width: 134px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(165, 125, 44, 1);
}

#SAMANLI {
    left: 329px;
    top: 3746.84px;
    position: absolute;
    overflow: visible;
    width: 298px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    color: rgba(255, 255, 255, 1);
}

#Lorem_ipsum_dolor_sit_amet_con {
    left: 326px;
    top: 3812px;
    position: absolute;
    overflow: visible;
    width: 336px;
    height: 47px;
    line-height: 18px;
    margin-top: -3px;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 12px;
    color: rgba(198, 198, 198, 1);
}

#Group_202 {
    position: absolute;
    width: 50.086px;
    height: 50.086px;
    left: 336.76px;
    top: 3648.75px;
    overflow: visible;
}

#Group_3_gd {
    position: absolute;
    width: 50.086px;
    height: 50.086px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_1_ge {
    fill: rgba(165, 125, 44, 1);
}

.Path_1_ge {
    overflow: visible;
    position: absolute;
    width: 49.97px;
    height: 50.086px;
    left: 0.116px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_1_gf {
    position: absolute;
    width: 35.831px;
    height: 15.443px;
    left: 0px;
    top: 34.643px;
    overflow: visible;
}

#Path_2_gg {
    fill: rgba(165, 125, 44, 1);
}

.Path_2_gg {
    overflow: visible;
    position: absolute;
    width: 5.846px;
    height: 6.038px;
    left: 0.294px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_3_gh {
    fill: rgba(165, 125, 44, 1);
}

.Path_3_gh {
    overflow: visible;
    position: absolute;
    width: 4.375px;
    height: 5.957px;
    left: 7.465px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_4_gi {
    fill: rgba(165, 125, 44, 1);
}

.Path_4_gi {
    overflow: visible;
    position: absolute;
    width: 5.669px;
    height: 5.957px;
    left: 12.466px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_5_gj {
    fill: rgba(165, 125, 44, 1);
}

.Path_5_gj {
    overflow: visible;
    position: absolute;
    width: 4.986px;
    height: 5.957px;
    left: 18.908px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_6_gk {
    fill: rgba(165, 125, 44, 1);
}

.Path_6_gk {
    overflow: visible;
    position: absolute;
    width: 5.979px;
    height: 5.957px;
    left: 24.189px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_7_gl {
    fill: rgba(165, 125, 44, 1);
}

.Path_7_gl {
    overflow: visible;
    position: absolute;
    width: 4.89px;
    height: 5.957px;
    left: 30.94px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_8_gm {
    fill: rgba(165, 125, 44, 1);
}

.Path_8_gm {
    overflow: visible;
    position: absolute;
    width: 4.935px;
    height: 6.104px;
    left: 0px;
    top: 9.339px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_9_gn {
    fill: rgba(165, 125, 44, 1);
}

.Path_9_gn {
    overflow: visible;
    position: absolute;
    width: 5.052px;
    height: 6.03px;
    left: 7.105px;
    top: 9.413px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_10_go {
    fill: rgba(165, 125, 44, 1);
}

.Path_10_go {
    overflow: visible;
    position: absolute;
    width: 0.699px;
    height: 5.956px;
    left: 14.658px;
    top: 9.413px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_11_gp {
    fill: rgba(165, 125, 44, 1);
}

.Path_11_gp {
    overflow: visible;
    position: absolute;
    width: 4.964px;
    height: 5.956px;
    left: 17.379px;
    top: 9.413px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_12_gq {
    fill: rgba(165, 125, 44, 1);
}

.Path_12_gq {
    overflow: visible;
    position: absolute;
    width: 4.375px;
    height: 5.956px;
    left: 24.329px;
    top: 9.413px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_13_gr {
    fill: rgba(165, 125, 44, 1);
}

.Path_13_gr {
    overflow: visible;
    position: absolute;
    width: 4.934px;
    height: 6.104px;
    left: 30.764px;
    top: 9.339px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_83 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_83 {
    mix-blend-mode: multiply;
    position: absolute;
    overflow: visible;
    width: 128px;
    height: 106px;
    left: 606px;
    top: 2474px;
}

#Rectangle_125 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_125 {
    mix-blend-mode: multiply;
    position: absolute;
    overflow: visible;
    width: 128px;
    height: 106px;
    left: 606px;
    top: 3987px;
}

#Rectangle_84 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_84 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 170px;
    height: 182px;
    left: 1063px;
    top: 2617px;
}

#Rectangle_123 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_123 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 170px;
    height: 182px;
    left: 1063px;
    top: 4130px;
}

#Rectangle_85 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_85 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 170px;
    height: 182px;
    left: 1181px;
    top: 2617px;
}

#Rectangle_122 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_122 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 170px;
    height: 182px;
    left: 1181px;
    top: 4130px;
}

#Rectangle_86 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_86 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 169px;
    height: 182px;
    left: 1292px;
    top: 2617px;
}

#Rectangle_121 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_121 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 169px;
    height: 182px;
    left: 1292px;
    top: 4130px;
}

#Rectangle_87 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_87 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 170px;
    height: 182px;
    left: 1402px;
    top: 2617px;
}

#Rectangle_120 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_120 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 170px;
    height: 182px;
    left: 1402px;
    top: 4130px;
}

#Rectangle_88 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_88 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 169px;
    height: 182px;
    left: 1513px;
    top: 2617px;
}

#Rectangle_119 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_119 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 169px;
    height: 182px;
    left: 1513px;
    top: 4130px;
}

#Group_153 {
    position: absolute;
    width: 48px;
    height: 80.54px;
    left: 1088px;
    top: 2629.583px;
    overflow: visible;
}

#ID12_nite {
    left: 0px;
    top: 43.362px;
    position: absolute;
    overflow: visible;
    width: 49px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#yeri {
    left: 10.082px;
    top: 56.512px;
    position: absolute;
    overflow: visible;
    width: 29px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Dkkan {
    left: 2.192px;
    top: 70.54px;
    position: absolute;
    overflow: visible;
    width: 41px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_58 {
    position: relative;
    width: 33.659px;
    height: 53.415px;
    left: 0;
    top: 0px;
    overflow: visible;
    right: 0;
    margin: 0 auto;
}

#Path_54 {
    fill: rgba(21, 62, 53, 1);
}

.Path_54 {
    overflow: visible;
    position: absolute;
    /* width: 33.659px; */
    height: 30.415px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    width: 30.686px;
    height: 30.69px
px;
}

#Path_55 {
    fill: rgba(21, 62, 53, 1);
}

.Path_55 {
    overflow: visible;
    position: absolute;
    width: 9.112px;
    height: 8.046px;
    left: 17.077px;
    top: 16.024px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_197 {
    position: absolute;
    width: 48px;
    height: 80.54px;
    left: 1088px;
    top: 4142.583px;
    overflow: visible;
}

#ID12_nite_hc {
    left: 0px;
    top: 43.361px;
    position: absolute;
    overflow: visible;
    width: 49px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#yeri_hd {
    left: 10.082px;
    top: 56.512px;
    position: absolute;
    overflow: visible;
    width: 29px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Dkkan_he {
    left: 2.192px;
    top: 70.54px;
    position: absolute;
    overflow: visible;
    width: 41px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_58_hf {
    position: absolute;
    width: 33.659px;
    height: 29.415px;
    left: 10.082px;
    top: 0px;
    overflow: visible;
}

#Path_54_hg {
    fill: rgba(21, 62, 53, 1);
}

.Path_54_hg {
    overflow: visible;
    position: absolute;
    width: 33.659px;
    height: 29.415px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_55_hh {
    fill: rgba(21, 62, 53, 1);
}

.Path_55_hh {
    overflow: visible;
    position: absolute;
    width: 9.112px;
    height: 8.046px;
    left: 17.077px;
    top: 16.023px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_154 {
    position: absolute;
    width: 38px;
    height: 80.54px;
    left: 1211px;
    top: 2629.583px;
    overflow: visible;
}

#ID40_mt {
    left: 0.438px;
    top: 45.992px;
    position: absolute;
    overflow: visible;
    width: 36px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Olimpik {
    left: 0px;
    top: 58.266px;
    position: absolute;
    overflow: visible;
    width: 39px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Havuz {
    left: 2.63px;
    top: 70.54px;
    position: absolute;
    overflow: visible;
    width: 35px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_59 {
    position: relative;
    width: 33.659px;
    height: 40.415px;
    left: 0;
    top: 0px;
    overflow: visible;
    right: 0;
    margin: 0 auto;
}

#Path_56 {
    fill: #f79b3c !important;
}

.Path_56 {
    overflow: visible;
    position: absolute;
    width: 31.299px;
    height: 4.669px;
    left: 0px;
    top: 19.918px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_57 {
    fill: #f79b3c !important;
}

.Path_57 {
    overflow: visible;
    position: absolute;
    width: 31.299px;
    height: 4.669px;
    left: 0px;
    top: 25.419px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_58 {
    fill: #f79b3c !important;
}

.Path_58 {
    overflow: visible;
    position: absolute;
    width: 21.759px;
    height: 18.715px;
    left: 4.767px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_196 {
    position: absolute;
    width: 38px;
    height: 80.54px;
    left: 1211px;
    top: 4142.583px;
    overflow: visible;
}

#ID40_mt_hr {
    left: 0.438px;
    top: 45.991px;
    position: absolute;
    overflow: visible;
    width: 36px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Olimpik_hs {
    left: 0px;
    top: 58.266px;
    position: absolute;
    overflow: visible;
    width: 39px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Havuz_ht {
    left: 2.63px;
    top: 70.54px;
    position: absolute;
    overflow: visible;
    width: 35px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_59_hu {
    position: absolute;
    width: 31.299px;
    height: 30.088px;
    left: 5.962px;
    top: 0px;
    overflow: visible;
}

#Path_56_hv {
    fill: rgba(21, 62, 53, 1);
}

.Path_56_hv {
    overflow: visible;
    position: absolute;
    width: 31.299px;
    height: 4.669px;
    left: 0px;
    top: 19.917px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_57_hw {
    fill: rgba(21, 62, 53, 1);
}

.Path_57_hw {
    overflow: visible;
    position: absolute;
    width: 31.299px;
    height: 4.669px;
    left: 0px;
    top: 25.419px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_58_hx {
    fill: rgba(21, 62, 53, 1);
}

.Path_58_hx {
    overflow: visible;
    position: absolute;
    width: 21.759px;
    height: 18.715px;
    left: 4.767px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_158 {
    position: absolute;
    width: 41px;
    height: 80.54px;
    left: 1317.454px;
    top: 2629.583px;
    overflow: visible;
}

#Group_155 {
    position: absolute;
    width: 41px;
    height: 80.54px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#ID21 {
    left: 11.397px;
    top: 45.992px;
    position: absolute;
    overflow: visible;
    width: 20px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Geni {
    left: 5.26px;
    top: 58.266px;
    position: absolute;
    overflow: visible;
    width: 32px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Daireler {
    left: 0px;
    top: 70.54px;
    position: absolute;
    overflow: visible;
    width: 42px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_60 {
    position: absolute;
    width: 32.439px;
    height: 32.433px;
    left: 5.26px;
    top: 0px;
    overflow: visible;
}

#Path_59 {
    fill: rgba(21, 62, 53, 1);
}

.Path_59 {
    overflow: visible;
    position: absolute;
    width: 26.116px;
    height: 4.746px;
    left: 6.322px;
    top: 27.687px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_60 {
    fill: rgba(21, 62, 53, 1);
}

.Path_60 {
    overflow: visible;
    position: absolute;
    width: 4.747px;
    height: 18.832px;
    left: 0px;
    top: 7.28px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_61 {
    fill: rgba(21, 62, 53, 1);
}

.Path_61 {
    overflow: visible;
    position: absolute;
    width: 4.748px;
    height: 6.897px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_62 {
    fill: rgba(21, 62, 53, 1);
}

.Path_62 {
    overflow: visible;
    position: absolute;
    width: 26.104px;
    height: 26.097px;
    left: 6.332px;
    top: 0.006px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_195 {
    position: absolute;
    width: 41px;
    height: 80.54px;
    left: 1317.454px;
    top: 4142.583px;
    overflow: visible;
}

#Group_155_h {
    position: absolute;
    width: 41px;
    height: 80.54px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#ID21_ia {
    left: 11.397px;
    top: 45.991px;
    position: absolute;
    overflow: visible;
    width: 20px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Geni_ib {
    left: 5.26px;
    top: 58.266px;
    position: absolute;
    overflow: visible;
    width: 32px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Daireler_ic {
    left: 0px;
    top: 70.54px;
    position: absolute;
    overflow: visible;
    width: 42px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_60_id {
    position: absolute;
    width: 32.439px;
    height: 32.433px;
    left: 5.26px;
    top: 0px;
    overflow: visible;
}

#Path_59_ie {
    fill: rgba(21, 62, 53, 1);
}

.Path_59_ie {
    overflow: visible;
    position: absolute;
    width: 26.116px;
    height: 4.746px;
    left: 6.322px;
    top: 27.687px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_60_if {
    fill: rgba(21, 62, 53, 1);
}

.Path_60_if {
    overflow: visible;
    position: absolute;
    width: 4.747px;
    height: 18.832px;
    left: 0px;
    top: 7.28px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_61_ig {
    fill: rgba(21, 62, 53, 1);
}

.Path_61_ig {
    overflow: visible;
    position: absolute;
    width: 4.748px;
    height: 6.897px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_62_ih {
    fill: rgba(21, 62, 53, 1);
}

.Path_62_ih {
    overflow: visible;
    position: absolute;
    width: 26.104px;
    height: 26.097px;
    left: 6.332px;
    top: 0.006px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_156 {
    position: absolute;
    width: 44px;
    height: 80.54px;
    left: 1425px;
    top: 2629.583px;
    overflow: visible;
}

#ID100_mt {
    left: 3.506px;
    top: 45.992px;
    position: absolute;
    overflow: visible;
    width: 40px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Yry {
    left: 0px;
    top: 58.266px;
    position: absolute;
    overflow: visible;
    width: 45px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Parkuru {
    left: 0px;
    top: 70.54px;
    position: absolute;
    overflow: visible;
    width: 43px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_61 {
    position: absolute;
    width: 30.08px;
    height: 30.088px;
    left: 9.069px;
    top: 0px;
    overflow: visible;
}

#Path_63 {
    fill: rgba(21, 62, 53, 1);
}

.Path_63 {
    overflow: visible;
    position: absolute;
    width: 26.329px;
    height: 15.921px;
    left: 0px;
    top: 14.167px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_64 {
    fill: rgba(21, 62, 53, 1);
}

.Path_64 {
    overflow: visible;
    position: absolute;
    width: 10.34px;
    height: 13.181px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_65 {
    fill: rgba(21, 62, 53, 1);
}

.Path_65 {
    overflow: visible;
    position: absolute;
    width: 10.337px;
    height: 13.18px;
    left: 19.743px;
    top: 13.163px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_66 {
    fill: rgba(21, 62, 53, 1);
}

.Path_66 {
    overflow: visible;
    position: absolute;
    width: 2.818px;
    height: 2.819px;
    left: 3.763px;
    top: 3.765px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_67 {
    fill: rgba(21, 62, 53, 1);
}

.Path_67 {
    overflow: visible;
    position: absolute;
    width: 2.819px;
    height: 2.817px;
    left: 23.503px;
    top: 16.927px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_194 {
    position: absolute;
    width: 44px;
    height: 80.54px;
    left: 1425px;
    top: 4142.583px;
    overflow: visible;
}

#ID100_mt_it {
    left: 3.506px;
    top: 45.992px;
    position: absolute;
    overflow: visible;
    width: 40px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Yry_iu {
    left: 0px;
    top: 58.266px;
    position: absolute;
    overflow: visible;
    width: 45px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Parkuru_iv {
    left: 0px;
    top: 70.541px;
    position: absolute;
    overflow: visible;
    width: 43px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_61_iw {
    position: absolute;
    width: 30.08px;
    height: 30.088px;
    left: 9.069px;
    top: 0px;
    overflow: visible;
}

#Path_63_ix {
    fill: rgba(21, 62, 53, 1);
}

.Path_63_ix {
    overflow: visible;
    position: absolute;
    width: 26.329px;
    height: 15.92px;
    left: 0px;
    top: 14.167px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_64_iy {
    fill: rgba(21, 62, 53, 1);
}

.Path_64_iy {
    overflow: visible;
    position: absolute;
    width: 10.34px;
    height: 13.181px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_65_iz {
    fill: rgba(21, 62, 53, 1);
}

.Path_65_iz {
    overflow: visible;
    position: absolute;
    width: 10.337px;
    height: 13.18px;
    left: 19.743px;
    top: 13.163px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_66_i {
    fill: rgba(21, 62, 53, 1);
}

.Path_66_i {
    overflow: visible;
    position: absolute;
    width: 2.818px;
    height: 2.819px;
    left: 3.763px;
    top: 3.765px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_67_i {
    fill: rgba(21, 62, 53, 1);
}

.Path_67_i {
    overflow: visible;
    position: absolute;
    width: 2.819px;
    height: 2.817px;
    left: 23.503px;
    top: 16.927px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_157 {
    position: absolute;
    width: 53px;
    height: 81.647px;
    left: 1535px;
    top: 2626.476px;
    overflow: visible;
}

#ID14_Daireli {
    left: 0px;
    top: 48.099px;
    position: absolute;
    overflow: visible;
    width: 54px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#ID4_Blok {
    left: 10.958px;
    top: 60.373px;
    position: absolute;
    overflow: visible;
    width: 34px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Evler {
    left: 15.342px;
    top: 72.647px;
    position: absolute;
    overflow: visible;
    width: 22px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 8px;
    color: rgba(21, 62, 53, 1);
}

#Group_62 {
    position: absolute;
    width: 30.685px;
    height: 30.69px;
    left: 16.219px;
    top: 0px;
    overflow: visible;
}

#Path_68 {
    fill: rgba(21, 62, 53, 1);
}

.Path_68 {
    overflow: visible;
    position: absolute;
    width: 30.686px;
    height: 30.69px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_69 {
    fill: rgba(21, 62, 53, 1);
}

.Path_69 {
    overflow: visible;
    position: absolute;
    width: 4.105px;
    height: 4.103px;
    left: 12.78px;
    top: 7.157px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_70 {
    fill: rgba(21, 62, 53, 1);
}

.Path_70 {
    overflow: visible;
    position: absolute;
    width: 4.091px;
    height: 4.105px;
    left: 7.67px;
    top: 7.157px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_71 {
    fill: rgba(21, 62, 53, 1);
}

.Path_71 {
    overflow: visible;
    position: absolute;
    width: 4.106px;
    height: 4.096px;
    left: 12.779px;
    top: 2.041px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_72 {
    fill: rgba(21, 62, 53, 1);
}

.Path_72 {
    overflow: visible;
    position: absolute;
    width: 4.091px;
    height: 4.088px;
    left: 7.67px;
    top: 12.281px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_73 {
    fill: rgba(21, 62, 53, 1);
}

.Path_73 {
    overflow: visible;
    position: absolute;
    width: 4.091px;
    height: 4.097px;
    left: 7.67px;
    top: 2.041px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_74 {
    fill: rgba(21, 62, 53, 1);
}

.Path_74 {
    overflow: visible;
    position: absolute;
    width: 4.091px;
    height: 4.097px;
    left: 7.67px;
    top: 17.386px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_75 {
    fill: rgba(21, 62, 53, 1);
}

.Path_75 {
    overflow: visible;
    position: absolute;
    width: 4.105px;
    height: 4.102px;
    left: 20.452px;
    top: 19.432px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_76 {
    fill: rgba(21, 62, 53, 1);
}

.Path_76 {
    overflow: visible;
    position: absolute;
    width: 4.09px;
    height: 4.105px;
    left: 15.343px;
    top: 19.43px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_77 {
    fill: rgba(21, 62, 53, 1);
}

.Path_77 {
    overflow: visible;
    position: absolute;
    width: 4.107px;
    height: 4.088px;
    left: 20.451px;
    top: 14.323px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_78 {
    fill: rgba(21, 62, 53, 1);
}

.Path_78 {
    overflow: visible;
    position: absolute;
    width: 4.106px;
    height: 4.097px;
    left: 20.452px;
    top: 24.554px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_79 {
    fill: rgba(21, 62, 53, 1);
}

.Path_79 {
    overflow: visible;
    position: absolute;
    width: 4.09px;
    height: 4.088px;
    left: 15.343px;
    top: 14.324px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_80 {
    fill: rgba(21, 62, 53, 1);
}

.Path_80 {
    overflow: visible;
    position: absolute;
    width: 4.092px;
    height: 4.096px;
    left: 15.342px;
    top: 24.554px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_193 {
    position: absolute;
    width: 53px;
    height: 81.647px;
    left: 1535px;
    top: 4139.476px;
    overflow: visible;
}

#ID14_Daireli_jl {
    left: 0px;
    top: 48.099px;
    position: absolute;
    overflow: visible;
    width: 54px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#ID4_Blok_jm {
    left: 10.958px;
    top: 60.373px;
    position: absolute;
    overflow: visible;
    width: 34px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Evler_jn {
    left: 15.342px;
    top: 72.647px;
    position: absolute;
    overflow: visible;
    width: 22px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 8px;
    color: rgba(21, 62, 53, 1);
}

#Group_62_jo {
    position: absolute;
    width: 30.685px;
    height: 30.69px;
    left: 16.219px;
    top: 0px;
    overflow: visible;
}

#Path_68_jp {
    fill: rgba(21, 62, 53, 1);
}

.Path_68_jp {
    overflow: visible;
    position: absolute;
    width: 30.686px;
    height: 30.69px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_69_jq {
    fill: rgba(21, 62, 53, 1);
}

.Path_69_jq {
    overflow: visible;
    position: absolute;
    width: 4.105px;
    height: 4.104px;
    left: 12.78px;
    top: 7.157px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_70_jr {
    fill: rgba(21, 62, 53, 1);
}

.Path_70_jr {
    overflow: visible;
    position: absolute;
    width: 4.091px;
    height: 4.105px;
    left: 7.67px;
    top: 7.157px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_71_js {
    fill: rgba(21, 62, 53, 1);
}

.Path_71_js {
    overflow: visible;
    position: absolute;
    width: 4.106px;
    height: 4.096px;
    left: 12.779px;
    top: 2.042px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_72_jt {
    fill: rgba(21, 62, 53, 1);
}

.Path_72_jt {
    overflow: visible;
    position: absolute;
    width: 4.091px;
    height: 4.088px;
    left: 7.67px;
    top: 12.281px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_73_ju {
    fill: rgba(21, 62, 53, 1);
}

.Path_73_ju {
    overflow: visible;
    position: absolute;
    width: 4.091px;
    height: 4.097px;
    left: 7.67px;
    top: 2.041px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_74_jv {
    fill: rgba(21, 62, 53, 1);
}

.Path_74_jv {
    overflow: visible;
    position: absolute;
    width: 4.091px;
    height: 4.097px;
    left: 7.67px;
    top: 17.386px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_75_jw {
    fill: rgba(21, 62, 53, 1);
}

.Path_75_jw {
    overflow: visible;
    position: absolute;
    width: 4.105px;
    height: 4.102px;
    left: 20.452px;
    top: 19.432px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_76_jx {
    fill: rgba(21, 62, 53, 1);
}

.Path_76_jx {
    overflow: visible;
    position: absolute;
    width: 4.09px;
    height: 4.104px;
    left: 15.343px;
    top: 19.43px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_77_jy {
    fill: rgba(21, 62, 53, 1);
}

.Path_77_jy {
    overflow: visible;
    position: absolute;
    width: 4.107px;
    height: 4.087px;
    left: 20.451px;
    top: 14.323px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_78_jz {
    fill: rgba(21, 62, 53, 1);
}

.Path_78_jz {
    overflow: visible;
    position: absolute;
    width: 4.106px;
    height: 4.097px;
    left: 20.452px;
    top: 24.554px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_79_j {
    fill: rgba(21, 62, 53, 1);
}

.Path_79_j {
    overflow: visible;
    position: absolute;
    width: 4.09px;
    height: 4.088px;
    left: 15.343px;
    top: 14.324px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_80_j {
    fill: rgba(21, 62, 53, 1);
}

.Path_80_j {
    overflow: visible;
    position: absolute;
    width: 4.092px;
    height: 4.096px;
    left: 15.342px;
    top: 24.554px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Hemen_Proje_Hakknda_Teklif_Aln {
    left: 319px;
    top: 2555.583px;
    position: absolute;
    overflow: visible;
    width: 252px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: rgba(21, 62, 53, 1);
}

#Hemen_Proje_Hakknda_Teklif_Aln_j {
    left: 319px;
    top: 4068.583px;
    position: absolute;
    overflow: visible;
    width: 252px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: rgba(21, 62, 53, 1);
}

#MEYDANSUITES {
    left: 319px;
    top: 2617.583px;
    position: absolute;
    overflow: visible;
    width: 201px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(160, 160, 160, 1);
    letter-spacing: 6.5px;
}

#MEYDANSUITES_j {
    left: 319px;
    top: 4130.583px;
    position: absolute;
    overflow: visible;
    width: 201px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(160, 160, 160, 1);
    letter-spacing: 6.5px;
}

#Rectangle_126 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_126 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 329px;
    top: 3890px;
}

#Rectangle_127 {
    fill: transparent;
    stroke: rgba(165, 125, 44, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Rectangle_127 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 333px;
    top: 3894px;
}

#Projeyi_ncele {
    left: 342px;
    top: 3903px;
    position: absolute;
    overflow: visible;
    width: 71px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: rgba(255, 255, 255, 1);
}

#Group_201 {
    transform: matrix(1, 0, 0, 1, 433.9471, 3897.0551) rotate(-90deg);
    transform-origin: center;
    position: absolute;
    width: 4.804px;
    height: 22.89px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_15_ka {
    fill: rgba(255, 255, 255, 1);
}

.Path_15_ka {
    overflow: visible;
    position: absolute;
    width: 22.89px;
    height: 4.804px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Hemen_ncele_kb {
    left: 632px;
    top: 2545.583px;
    position: absolute;
    overflow: visible;
    width: 74px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
}

#Hemen_ncele_kc {
    left: 632px;
    top: 4058.583px;
    position: absolute;
    overflow: visible;
    width: 74px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
}

#Hemen_ncele_kd {
    left: 635px;
    top: 2643.583px;
    position: absolute;
    overflow: visible;
    width: 74px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
}

#Hemen_ncele_ke {
    left: 635px;
    top: 4156.583px;
    position: absolute;
    overflow: visible;
    width: 74px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
}

#E-Katalog_kf {
    left: 629px;
    top: 2529.221px;
    position: absolute;
    overflow: visible;
    width: 80px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

#E-Katalog_kg {
    left: 629px;
    top: 4042.221px;
    position: absolute;
    overflow: visible;
    width: 80px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

#Tantm_Filmi {
    left: 622px;
    top: 2627.221px;
    position: absolute;
    overflow: visible;
    width: 102px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

#Tantm_Filmi_ki {
    left: 622px;
    top: 4140.222px;
    position: absolute;
    overflow: visible;
    width: 102px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

#Group_160 {
    position: relative;
    width: 29.274px;
    height: 31.524px;
    left: 0;
    top: 2px;
    overflow: visible;
    margin: 0 auto;
    right: 0;
}

#Path_51_kk {
    fill: rgba(255, 255, 255, 1);
}

.Path_51_kk {
    overflow: visible;
    position: absolute;
    width: 29.274px;
    height: 21.96px;
    left: 0px;
    top: 2.563px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_52_kl {
    fill: rgba(255, 255, 255, 1);
}

.Path_52_kl {
    overflow: visible;
    position: absolute;
    width: 15.893px;
    height: 12.716px;
    left: 6.661px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_53_km {
    fill: rgba(255, 255, 255, 1);
}

.Path_53_km {
    overflow: visible;
    position: absolute;
    width: 15.484px;
    height: 1.388px;
    left: 6.867px;
    top: 15.975px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_200 {
    position: absolute;
    width: 29.274px;
    height: 24.524px;
    left: 653.863px;
    top: 4007.222px;
    overflow: visible;
}

#Path_51_ko {
    fill: rgba(255, 255, 255, 1);
}

.Path_51_ko {
    overflow: visible;
    position: absolute;
    width: 29.274px;
    height: 21.96px;
    left: 0px;
    top: 2.563px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_52_kp {
    fill: rgba(255, 255, 255, 1);
}

.Path_52_kp {
    overflow: visible;
    position: absolute;
    width: 15.893px;
    height: 12.716px;
    left: 6.661px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_53_kq {
    fill: rgba(255, 255, 255, 1);
}

.Path_53_kq {
    overflow: visible;
    position: absolute;
    width: 15.484px;
    height: 1.387px;
    left: 6.867px;
    top: 15.975px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_134 {
    fill: rgba(165, 125, 44, 1);
}

.Path_134 {
    overflow: visible;
    position: absolute;
    width: 20.903px;
    height: 23.902px;
    left: 659.549px;
    top: 2595.448px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_163 {
    fill: rgba(165, 125, 44, 1);
}

.Path_163 {
    overflow: visible;
    width: 20.903px;
    height: 28.902px;
    left: 0;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    right: 0;
    margin: 0 auto;
}

#Group_161 {
    position: absolute;
    width: 104px;
    height: 50px;
    left: 775px;
    top: 2602px;
    overflow: visible;
}

#Ellipse_15 {
    fill: rgba(165, 125, 44, 1);
}

.Ellipse_15 {
    position: absolute;
    overflow: visible;
    width: 50px;
    height: 50px;
    left: 54px;
    top: 0px;
}

#Ellipse_16 {
    fill: rgba(21, 62, 53, 1);
}

.Ellipse_16 {
    position: absolute;
    overflow: visible;
    width: 50px;
    height: 50px;
    left: 0px;
    top: 0px;
}

#Path_81 {
    fill: rgba(255, 255, 255, 1);
}

.Path_81 {
    overflow: visible;
    position: absolute;
    width: 5.812px;
    height: 27.692px;
    transform: translate(-1647px, -2091.589px) matrix(1, 0, 0, 1, 1723.2993, 2102.9486) rotate(-90deg);
    transform-origin: center;
    left: 0px;
    top: 0px;
}

#Path_82 {
    fill: rgba(255, 255, 255, 1);
}

.Path_82 {
    overflow: visible;
    position: absolute;
    width: 5.812px;
    height: 27.692px;
    transform: translate(-1647px, -2091.589px) matrix(1, 0, 0, 1, 1668.8886, 2102.9486) rotate(-90deg);
    transform-origin: center;
    left: 0px;
    top: 0px;
}

#Group_198 {
    position: absolute;
    width: 104px;
    height: 50px;
    left: 775px;
    top: 4115px;
    overflow: visible;
}

#Ellipse_15_kz {
    fill: rgba(165, 125, 44, 1);
}

.Ellipse_15_kz {
    position: absolute;
    overflow: visible;
    width: 50px;
    height: 50px;
    left: 54px;
    top: 0px;
}

#Ellipse_16_k {
    fill: rgba(21, 62, 53, 1);
}

.Ellipse_16_k {
    position: absolute;
    overflow: visible;
    width: 50px;
    height: 50px;
    left: 0px;
    top: 0px;
}

#Path_81_k {
    fill: rgba(255, 255, 255, 1);
}

.Path_81_k {
    overflow: visible;
    position: absolute;
    width: 5.812px;
    height: 27.692px;
    transform: translate(-1647px, -2091.589px) matrix(1, 0, 0, 1, 1723.2993, 2102.9486) rotate(-90deg);
    transform-origin: center;
    left: 0px;
    top: 0px;
}

#Path_82_k {
    fill: rgba(255, 255, 255, 1);
}

.Path_82_k {
    overflow: visible;
    position: absolute;
    width: 5.812px;
    height: 27.692px;
    transform: translate(-1647px, -2091.589px) matrix(1, 0, 0, 1, 1668.8886, 2102.9486) rotate(-90deg);
    transform-origin: center;
    left: 0px;
    top: 0px;
}

#Group_179 {
    position: absolute;
    width: 1350px;
    height: 660px;
    left: 284px;
    top: 2818px;
    overflow: visible;
}

#MEYDAN_SUITES_KADIKOY__3_k {
    position: absolute;
    width: 1029px;
    height: 605px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Group_168 {
    position: absolute;
    width: 449px;
    height: 407px;
    left: 901px;
    top: 0px;
    overflow: visible;
}

#Rectangle_81_k {
    position: absolute;
    width: 449px;
    height: 407px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Rectangle_82_k {
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_82_k {
    mix-blend-mode: multiply;
    position: absolute;
    overflow: visible;
    width: 449px;
    height: 407px;
    left: 0px;
    top: 0px;
}

#MEYDAN_SUITES_k {
    left: 949.712px;
    top: 141.823px;
    position: absolute;
    overflow: visible;
    width: 134px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(165, 125, 44, 1);
}

#YALOVA {
    left: 945px;
    top: 166.84px;
    position: absolute;
    overflow: visible;
    width: 267px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    color: rgba(255, 255, 255, 1);
}

#Lorem_ipsum_dolor_sit_amet_con_la {
    left: 942px;
    top: 232px;
    position: absolute;
    overflow: visible;
    width: 336px;
    height: 47px;
    line-height: 18px;
    margin-top: -3px;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 12px;
    color: rgba(198, 198, 198, 1);
}

#Group_171 {
    position: absolute;
    width: 50.086px;
    height: 50.086px;
    left: 952.76px;
    top: 68.75px;
    overflow: visible;
}

#Group_3_lc {
    position: absolute;
    width: 50.086px;
    height: 50.086px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_1_ld {
    fill: rgba(165, 125, 44, 1);
}

.Path_1_ld {
    overflow: visible;
    position: absolute;
    width: 49.97px;
    height: 50.086px;
    left: 0.116px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_1_le {
    position: absolute;
    width: 35.831px;
    height: 15.443px;
    left: 0px;
    top: 34.643px;
    overflow: visible;
}

#Path_2_lf {
    fill: rgba(165, 125, 44, 1);
}

.Path_2_lf {
    overflow: visible;
    position: absolute;
    width: 5.846px;
    height: 6.038px;
    left: 0.294px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_3_lg {
    fill: rgba(165, 125, 44, 1);
}

.Path_3_lg {
    overflow: visible;
    position: absolute;
    width: 4.375px;
    height: 5.957px;
    left: 7.465px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_4_lh {
    fill: rgba(165, 125, 44, 1);
}

.Path_4_lh {
    overflow: visible;
    position: absolute;
    width: 5.669px;
    height: 5.957px;
    left: 12.466px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_5_li {
    fill: rgba(165, 125, 44, 1);
}

.Path_5_li {
    overflow: visible;
    position: absolute;
    width: 4.986px;
    height: 5.957px;
    left: 18.908px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_6_lj {
    fill: rgba(165, 125, 44, 1);
}

.Path_6_lj {
    overflow: visible;
    position: absolute;
    width: 5.979px;
    height: 5.957px;
    left: 24.189px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_7_lk {
    fill: rgba(165, 125, 44, 1);
}

.Path_7_lk {
    overflow: visible;
    position: absolute;
    width: 4.89px;
    height: 5.957px;
    left: 30.94px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_8_ll {
    fill: rgba(165, 125, 44, 1);
}

.Path_8_ll {
    overflow: visible;
    position: absolute;
    width: 4.935px;
    height: 6.104px;
    left: 0px;
    top: 9.339px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_9_lm {
    fill: rgba(165, 125, 44, 1);
}

.Path_9_lm {
    overflow: visible;
    position: absolute;
    width: 5.052px;
    height: 6.03px;
    left: 7.105px;
    top: 9.413px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_10_ln {
    fill: rgba(165, 125, 44, 1);
}

.Path_10_ln {
    overflow: visible;
    position: absolute;
    width: 0.699px;
    height: 5.956px;
    left: 14.658px;
    top: 9.413px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_11_lo {
    fill: rgba(165, 125, 44, 1);
}

.Path_11_lo {
    overflow: visible;
    position: absolute;
    width: 4.964px;
    height: 5.956px;
    left: 17.379px;
    top: 9.413px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_12_lp {
    fill: rgba(165, 125, 44, 1);
}

.Path_12_lp {
    overflow: visible;
    position: absolute;
    width: 4.375px;
    height: 5.956px;
    left: 24.329px;
    top: 9.413px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_13_lq {
    fill: rgba(165, 125, 44, 1);
}

.Path_13_lq {
    overflow: visible;
    position: absolute;
    width: 4.934px;
    height: 6.104px;
    left: 30.764px;
    top: 9.339px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_98 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_98 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 945px;
    top: 310px;
}

#Rectangle_99 {
    fill: transparent;
    stroke: rgba(165, 125, 44, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Rectangle_99 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 949px;
    top: 314px;
}

#Projeyi_ncele_lt {
    left: 958px;
    top: 323px;
    position: absolute;
    overflow: visible;
    width: 71px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: rgba(255, 255, 255, 1);
}

#Group_170 {
    transform: translate(-284px, -3894px) matrix(1, 0, 0, 1, 1333.9471, 4211.0553) rotate(-90deg);
    transform-origin: center;
    position: absolute;
    width: 4.804px;
    height: 22.89px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_15_lv {
    fill: rgba(255, 255, 255, 1);
}

.Path_15_lv {
    overflow: visible;
    position: absolute;
    width: 22.89px;
    height: 4.804px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_96 {
    opacity: 0.895;
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_96 {
    position: absolute;
    overflow: visible;
    width: 128px;
    height: 92px;
    left: 901px;
    top: 513px;
}

#Rectangle_97 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_97 {
    mix-blend-mode: multiply;
    position: absolute;
    overflow: visible;
    width: 128px;
    height: 106px;
    left: 901px;
    top: 407px;
}

#Hemen_ncele_ly {
    left: 927px;
    top: 478.583px;
    position: absolute;
    overflow: visible;
    width: 74px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
}

#Hemen_ncele_lz {
    left: 930px;
    top: 576.583px;
    position: absolute;
    overflow: visible;
    width: 74px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
}

#E-Katalog_l {
    left: 924px;
    top: 462.222px;
    position: absolute;
    overflow: visible;
    width: 80px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

#Tantm_Filmi_l {
    left: 917px;
    top: 560.222px;
    position: absolute;
    overflow: visible;
    width: 102px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

#Group_169 {
    position: absolute;
    width: 29.274px;
    height: 24.524px;
    left: 948.863px;
    top: 427.222px;
    overflow: visible;
}

#Path_51_l {
    fill: rgba(255, 255, 255, 1);
}

.Path_51_l {
    overflow: visible;
    position: absolute;
    width: 29.274px;
    height: 21.96px;
    left: 0px;
    top: 2.563px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_52_l {
    fill: rgba(255, 255, 255, 1);
}

.Path_52_l {
    overflow: visible;
    position: absolute;
    width: 15.893px;
    height: 12.716px;
    left: 6.661px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_53_l {
    fill: rgba(255, 255, 255, 1);
}

.Path_53_l {
    overflow: visible;
    position: absolute;
    width: 15.484px;
    height: 1.387px;
    left: 6.867px;
    top: 15.975px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_135 {
    fill: rgba(165, 125, 44, 1);
}

.Path_135 {
    overflow: visible;
    position: absolute;
    width: 20.903px;
    height: 23.902px;
    left: 954.549px;
    top: 528.448px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Hemen_Proje_Hakknda_Teklif_Aln_l {
    left: 1076px;
    top: 488.583px;
    position: absolute;
    overflow: visible;
    width: 252px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: rgba(21, 62, 53, 1);
}

#MEYDANSUITES_l {
    left: 1076px;
    top: 550.583px;
    position: absolute;
    overflow: visible;
    width: 201px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(160, 160, 160, 1);
    letter-spacing: 6.5px;
}

#Group_167 {
    position: absolute;
    width: 104px;
    height: 50px;
    left: 774px;
    top: 535px;
    overflow: visible;
}

#Ellipse_15_ma {
    fill: rgba(165, 125, 44, 1);
}

.Ellipse_15_ma {
    position: absolute;
    overflow: visible;
    width: 50px;
    height: 50px;
    left: 54px;
    top: 0px;
}

#Ellipse_16_mb {
    fill: rgba(21, 62, 53, 1);
}

.Ellipse_16_mb {
    position: absolute;
    overflow: visible;
    width: 50px;
    height: 50px;
    left: 0px;
    top: 0px;
}

#Path_81_mc {
    fill: rgba(255, 255, 255, 1);
}

.Path_81_mc {
    overflow: visible;
    position: absolute;
    width: 5.812px;
    height: 27.692px;
    transform: translate(-1647px, -2091.589px) matrix(1, 0, 0, 1, 1723.2993, 2102.9486) rotate(-90deg);
    transform-origin: center;
    left: 0px;
    top: 0px;
}

#Path_82_md {
    fill: rgba(255, 255, 255, 1);
}

.Path_82_md {
    overflow: visible;
    position: absolute;
    width: 5.812px;
    height: 27.692px;
    transform: translate(-1647px, -2091.589px) matrix(1, 0, 0, 1, 1668.8886, 2102.9486) rotate(-90deg);
    transform-origin: center;
    left: 0px;
    top: 0px;
}

#Group_173 {
    position: absolute;
    width: 547px;
    height: 110px;
    left: 33px;
    top: 550px;
    overflow: visible;
}

#Rectangle_94 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_94 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 170px;
    height: 182px;
    left: 0px;
    top: 0px;
}

#Rectangle_95 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_95 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 170px;
    height: 182px;
    left: 118px;
    top: 0px;
}

#Rectangle_91 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_91 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 169px;
    height: 182px;
    left: 229px;
    top: 0px;
}

#Rectangle_92 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_92 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 170px;
    height: 182px;
    left: 339px;
    top: 0px;
}

#Rectangle_93 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_93 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 169px;
    height: 182px;
    left: 450px;
    top: 0px;
}

#Group_165 {
    position: absolute;
    width: 48px;
    height: 80.54px;
    left: 25px;
    top: 12.583px;
    overflow: visible;
}

#ID12_nite_ml {
    left: 0px;
    top: 43.362px;
    position: absolute;
    overflow: visible;
    width: 49px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#yeri_mm {
    left: 10.082px;
    top: 56.512px;
    position: absolute;
    overflow: visible;
    width: 29px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Dkkan_mn {
    left: 2.192px;
    top: 70.54px;
    position: absolute;
    overflow: visible;
    width: 41px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_58_mo {
    position: absolute;
    width: 33.659px;
    height: 29.415px;
    left: 10.082px;
    top: 0px;
    overflow: visible;
}

#Path_54_mp {
    fill: rgba(21, 62, 53, 1);
}

.Path_54_mp {
    overflow: visible;
    position: absolute;
    width: 33.659px;
    height: 29.415px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_55_mq {
    fill: rgba(21, 62, 53, 1);
}

.Path_55_mq {
    overflow: visible;
    position: absolute;
    width: 9.112px;
    height: 8.046px;
    left: 17.077px;
    top: 16.023px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_166 {
    position: absolute;
    width: 38px;
    height: 80.54px;
    left: 148px;
    top: 12.583px;
    overflow: visible;
}

#ID40_mt_ms {
    left: 0.438px;
    top: 45.991px;
    position: absolute;
    overflow: visible;
    width: 36px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Olimpik_mt {
    left: 0px;
    top: 58.266px;
    position: absolute;
    overflow: visible;
    width: 39px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Havuz_mu {
    left: 2.63px;
    top: 70.54px;
    position: absolute;
    overflow: visible;
    width: 35px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_59_mv {
    position: absolute;
    width: 31.299px;
    height: 30.088px;
    left: 5.962px;
    top: 0px;
    overflow: visible;
}

#Path_56_mw {
    fill: rgba(21, 62, 53, 1);
}

.Path_56_mw {
    overflow: visible;
    position: absolute;
    width: 31.299px;
    height: 4.669px;
    left: 0px;
    top: 19.917px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_57_mx {
    fill: rgba(21, 62, 53, 1);
}

.Path_57_mx {
    overflow: visible;
    position: absolute;
    width: 31.299px;
    height: 4.669px;
    left: 0px;
    top: 25.419px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_58_my {
    fill: rgba(21, 62, 53, 1);
}

.Path_58_my {
    overflow: visible;
    position: absolute;
    width: 21.759px;
    height: 18.715px;
    left: 4.767px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_162 {
    position: absolute;
    width: 41px;
    height: 80.54px;
    left: 254.454px;
    top: 12.583px;
    overflow: visible;
}

#Group_155_m {
    position: absolute;
    width: 41px;
    height: 80.54px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#ID21_m {
    left: 11.397px;
    top: 45.991px;
    position: absolute;
    overflow: visible;
    width: 20px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Geni_m {
    left: 5.26px;
    top: 58.266px;
    position: absolute;
    overflow: visible;
    width: 32px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Daireler_m {
    left: 0px;
    top: 70.54px;
    position: absolute;
    overflow: visible;
    width: 42px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_60_m {
    position: absolute;
    width: 32.439px;
    height: 32.433px;
    left: 5.26px;
    top: 0px;
    overflow: visible;
}

#Path_59_m {
    fill: rgba(21, 62, 53, 1);
}

.Path_59_m {
    overflow: visible;
    position: absolute;
    width: 26.116px;
    height: 4.746px;
    left: 6.322px;
    top: 27.687px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_60_m {
    fill: rgba(21, 62, 53, 1);
}

.Path_60_m {
    overflow: visible;
    position: absolute;
    width: 4.747px;
    height: 18.832px;
    left: 0px;
    top: 7.28px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_61_m {
    fill: rgba(21, 62, 53, 1);
}

.Path_61_m {
    overflow: visible;
    position: absolute;
    width: 4.748px;
    height: 6.897px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_62_m {
    fill: rgba(21, 62, 53, 1);
}

.Path_62_m {
    overflow: visible;
    position: absolute;
    width: 26.104px;
    height: 26.097px;
    left: 6.332px;
    top: 0.006px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_163 {
    position: absolute;
    width: 44px;
    height: 80.54px;
    left: 362px;
    top: 12.583px;
    overflow: visible;
}

#ID100_mt_na {
    left: 3.506px;
    top: 45.992px;
    position: absolute;
    overflow: visible;
    width: 40px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Yry_nb {
    left: 0px;
    top: 58.266px;
    position: absolute;
    overflow: visible;
    width: 45px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Parkuru_nc {
    left: 0px;
    top: 70.541px;
    position: absolute;
    overflow: visible;
    width: 43px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_61_nd {
    position: absolute;
    width: 30.08px;
    height: 30.088px;
    left: 9.069px;
    top: 0px;
    overflow: visible;
}

#Path_63_ne {
    fill: rgba(21, 62, 53, 1);
}

.Path_63_ne {
    overflow: visible;
    position: absolute;
    width: 26.329px;
    height: 15.921px;
    left: 0px;
    top: 14.167px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_64_nf {
    fill: rgba(21, 62, 53, 1);
}

.Path_64_nf {
    overflow: visible;
    position: absolute;
    width: 10.34px;
    height: 13.181px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_65_ng {
    fill: rgba(21, 62, 53, 1);
}

.Path_65_ng {
    overflow: visible;
    position: absolute;
    width: 10.337px;
    height: 13.18px;
    left: 19.744px;
    top: 13.163px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_66_nh {
    fill: rgba(21, 62, 53, 1);
}

.Path_66_nh {
    overflow: visible;
    position: absolute;
    width: 2.818px;
    height: 2.819px;
    left: 3.763px;
    top: 3.765px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_67_ni {
    fill: rgba(21, 62, 53, 1);
}

.Path_67_ni {
    overflow: visible;
    position: absolute;
    width: 2.819px;
    height: 2.817px;
    left: 23.503px;
    top: 16.927px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_164 {
    position: absolute;
    width: 53px;
    height: 81.647px;
    left: 472px;
    top: 9.476px;
    overflow: visible;
}

#ID14_Daireli_nk {
    left: 0px;
    top: 48.099px;
    position: absolute;
    overflow: visible;
    width: 54px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#ID4_Blok_nl {
    left: 10.958px;
    top: 60.373px;
    position: absolute;
    overflow: visible;
    width: 34px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Evler_nm {
    left: 15.342px;
    top: 72.647px;
    position: absolute;
    overflow: visible;
    width: 22px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 8px;
    color: rgba(21, 62, 53, 1);
}

#Group_62_nn {
    position: absolute;
    width: 30.685px;
    height: 30.69px;
    left: 16.219px;
    top: 0px;
    overflow: visible;
}

#Path_68_no {
    fill: rgba(21, 62, 53, 1);
}

.Path_68_no {
    overflow: visible;
    position: absolute;
    width: 30.686px;
    height: 30.69px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_69_np {
    fill: rgba(21, 62, 53, 1);
}

.Path_69_np {
    overflow: visible;
    position: absolute;
    width: 4.105px;
    height: 4.103px;
    left: 12.78px;
    top: 7.157px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_70_nq {
    fill: rgba(21, 62, 53, 1);
}

.Path_70_nq {
    overflow: visible;
    position: absolute;
    width: 4.091px;
    height: 4.105px;
    left: 7.67px;
    top: 7.157px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_71_nr {
    fill: rgba(21, 62, 53, 1);
}

.Path_71_nr {
    overflow: visible;
    position: absolute;
    width: 4.106px;
    height: 4.096px;
    left: 12.779px;
    top: 2.041px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_72_ns {
    fill: rgba(21, 62, 53, 1);
}

.Path_72_ns {
    overflow: visible;
    position: absolute;
    width: 4.091px;
    height: 4.088px;
    left: 7.67px;
    top: 12.281px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_73_nt {
    fill: rgba(21, 62, 53, 1);
}

.Path_73_nt {
    overflow: visible;
    position: absolute;
    width: 4.091px;
    height: 4.097px;
    left: 7.67px;
    top: 2.041px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_74_nu {
    fill: rgba(21, 62, 53, 1);
}

.Path_74_nu {
    overflow: visible;
    position: absolute;
    width: 4.091px;
    height: 4.097px;
    left: 7.67px;
    top: 17.386px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_75_nv {
    fill: rgba(21, 62, 53, 1);
}

.Path_75_nv {
    overflow: visible;
    position: absolute;
    width: 4.105px;
    height: 4.102px;
    left: 20.452px;
    top: 19.432px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_76_nw {
    fill: rgba(21, 62, 53, 1);
}

.Path_76_nw {
    overflow: visible;
    position: absolute;
    width: 4.09px;
    height: 4.105px;
    left: 15.343px;
    top: 19.43px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_77_nx {
    fill: rgba(21, 62, 53, 1);
}

.Path_77_nx {
    overflow: visible;
    position: absolute;
    width: 4.107px;
    height: 4.088px;
    left: 20.451px;
    top: 14.323px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_78_ny {
    fill: rgba(21, 62, 53, 1);
}

.Path_78_ny {
    overflow: visible;
    position: absolute;
    width: 4.106px;
    height: 4.097px;
    left: 20.452px;
    top: 24.554px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_79_nz {
    fill: rgba(21, 62, 53, 1);
}

.Path_79_nz {
    overflow: visible;
    position: absolute;
    width: 4.09px;
    height: 4.088px;
    left: 15.343px;
    top: 14.324px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_80_n {
    fill: rgba(21, 62, 53, 1);
}

.Path_80_n {
    overflow: visible;
    position: absolute;
    width: 4.092px;
    height: 4.096px;
    left: 15.342px;
    top: 24.554px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_100 {
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_100 {
    position: absolute;
    overflow: visible;
    width: 1920px;
    height: 201px;
    left: 0px;
    top: 5681.877px;
}

#Gelimelerimizden {
    left: 285px;
    top: 5748.758px;
    position: absolute;
    overflow: visible;
    width: 288px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
}

#Instagram_Feeds {
    left: 285px;
    top: 5949.758px;
    position: absolute;
    overflow: visible;
    width: 265px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    color: #101010;
}

#MEYDAN_SUITES_n {
    left: 285px;
    top: 5932.877px;
    position: absolute;
    overflow: visible;
    width: 138px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #101010;
    letter-spacing: 3.5px;
}

#Hemen_Takip_Edin {
    left: 322px;
    top: 6029.594px;
    position: absolute;
    overflow: visible;
    width: 142px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(165, 125, 44, 1);
}

#Haberdar_Olun {
    left: 285px;
    top: 5784.544px;
    position: absolute;
    overflow: visible;
    width: 246px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    color: rgba(255, 255, 255, 1);
}

#E-BLTEN_ABONEL {
    left: 285px;
    top: 5826.29px;
    position: absolute;
    overflow: visible;
    width: 164px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 3.5px;
}

#Adnz_Soyadnz {
    left: 711.064px;
    top: 5775.931px;
    position: absolute;
    overflow: visible;
    width: 103px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
}

#Path_88 {
    fill: transparent;
    stroke: rgba(66, 75, 73, 1);
    stroke-width: 2px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Path_88 {
    overflow: visible;
    position: absolute;
    width: 229.472px;
    height: 2px;
    left: 711.064px;
    top: 5811.717px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Telefon {
    left: 961.836px;
    top: 5775.931px;
    position: absolute;
    overflow: visible;
    width: 47px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
}

#Path_89 {
    fill: transparent;
    stroke: rgba(66, 75, 73, 1);
    stroke-width: 2px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Path_89 {
    overflow: visible;
    position: absolute;
    width: 229.472px;
    height: 2px;
    left: 960px;
    top: 5811.717px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#E-posta_Adresi {
    left: 1210.084px;
    top: 5775.931px;
    position: absolute;
    overflow: visible;
    width: 92px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
}

#Path_90 {
    fill: transparent;
    stroke: rgba(66, 75, 73, 1);
    stroke-width: 2px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Path_90 {
    overflow: visible;
    position: absolute;
    width: 229.472px;
    height: 2px;
    left: 1210.084px;
    top: 5811.717px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_101 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_101 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 1467px;
    top: 5773.877px;
}

#Rectangle_102 {
    fill: transparent;
    stroke: rgba(165, 125, 44, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Rectangle_102 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 1471px;
    top: 5777.877px;
}

#ABONE_OLUN {
    left: 1499px;
    top: 5788.877px;
    position: absolute;
    overflow: visible;
    width: 72px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: rgba(255, 255, 255, 1);
}

#Group_174 {
    position: relative;
    width: 155.5px;
    height: 155.5px;
    left: 0;
    top: 0;
    overflow: visible;
    margin-bottom: 0px;
}

#Group_3_oi {
    position: absolute;
    width: 155.5px;
    height: 155.5px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_1_oj {
    fill: rgba(21, 62, 53, 1);
}

.Path_1_oj {
    overflow: visible;
    position: absolute;
    width: 155.141px;
    height: 155.5px;
    left: 0.359px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_1_ok {
    position: absolute;
    width: 111.243px;
    height: 47.946px;
    left: 0px;
    top: 107.554px;
    overflow: visible;
}

#Path_2_ol {
    fill: rgba(21, 62, 53, 1);
}

.Path_2_ol {
    overflow: visible;
    position: absolute;
    width: 18.151px;
    height: 18.745px;
    left: 0.914px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_3_om {
    fill: rgba(21, 62, 53, 1);
}

.Path_3_om {
    overflow: visible;
    position: absolute;
    width: 13.584px;
    height: 18.494px;
    left: 23.176px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_4_on {
    fill: rgba(21, 62, 53, 1);
}

.Path_4_on {
    overflow: visible;
    position: absolute;
    width: 17.604px;
    height: 18.494px;
    left: 38.703px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_5_oo {
    fill: rgba(21, 62, 53, 1);
}

.Path_5_oo {
    overflow: visible;
    position: absolute;
    width: 15.48px;
    height: 18.494px;
    left: 58.704px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_6_op {
    fill: rgba(21, 62, 53, 1);
}

.Path_6_op {
    overflow: visible;
    position: absolute;
    width: 18.562px;
    height: 18.494px;
    left: 75.099px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_7_oq {
    fill: rgba(21, 62, 53, 1);
}

.Path_7_oq {
    overflow: visible;
    position: absolute;
    width: 15.183px;
    height: 18.494px;
    left: 96.06px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_8_or {
    fill: rgba(21, 62, 53, 1);
}

.Path_8_or {
    overflow: visible;
    position: absolute;
    width: 15.321px;
    height: 18.951px;
    left: 0px;
    top: 28.995px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_9_os {
    fill: rgba(21, 62, 53, 1);
}

.Path_9_os {
    overflow: visible;
    position: absolute;
    width: 15.686px;
    height: 18.723px;
    left: 22.058px;
    top: 29.224px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_10_ot {
    fill: rgba(21, 62, 53, 1);
}

.Path_10_ot {
    overflow: visible;
    position: absolute;
    width: 2.169px;
    height: 18.493px;
    left: 45.507px;
    top: 29.224px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_11_ou {
    fill: rgba(21, 62, 53, 1);
}

.Path_11_ou {
    overflow: visible;
    position: absolute;
    width: 15.412px;
    height: 18.493px;
    left: 53.955px;
    top: 29.224px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_12_ov {
    fill: rgba(21, 62, 53, 1);
}

.Path_12_ov {
    overflow: visible;
    position: absolute;
    width: 13.585px;
    height: 18.493px;
    left: 75.532px;
    top: 29.224px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_13_ow {
    fill: rgba(21, 62, 53, 1);
}

.Path_13_ow {
    overflow: visible;
    position: absolute;
    width: 15.319px;
    height: 18.951px;
    left: 95.512px;
    top: 28.995px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Meydan_Suites {
    left: 863px;
    top: 6186.308px;
    position: absolute;
    overflow: visible;
    width: 151px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #101010;
}

#Proje_Hakknda_Marka_Vizyonu_Al {
    left: 863px;
    top: 6239.801px;
    position: absolute;
    overflow: visible;
    width: 106px;
    white-space: nowrap;
    line-height: 34px;
    margin-top: -11px;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 12px;
    color: rgba(121, 121, 121, 1);
}

#Bizi_Hemen_Takip_Edin {
    left: 285px;
    top: 6395.377px;
    position: absolute;
    overflow: visible;
    width: 153px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #101010;
}

#Projelerimiz {
    left: 1067px;
    top: 6186.308px;
    position: absolute;
    overflow: visible;
    width: 118px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #101010;
}

#Meydan_Suites_Kadky_Meydan_Sui {
    left: 1067px;
    top: 6239.801px;
    position: absolute;
    overflow: visible;
    width: 152px;
    white-space: nowrap;
    line-height: 34px;
    margin-top: -11px;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 12px;
    color: rgba(121, 121, 121, 1);
}

#Dier {
    left: 1297px;
    top: 6186.308px;
    position: absolute;
    overflow: visible;
    width: 54px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #101010;
}

#Blog_Yazlarmz_KVKK_Aydnlatma_M {
    left: 1297px;
    top: 6239.801px;
    position: absolute;
    overflow: visible;
    width: 151px;
    white-space: nowrap;
    line-height: 34px;
    margin-top: -11px;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 12px;
    color: rgba(121, 121, 121, 1);
}

#Medya {
    left: 1526px;
    top: 6186.308px;
    position: absolute;
    overflow: visible;
    width: 69px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #101010;
}

#E-Katalog_Tantm_Filmi_Instagra {
    left: 1526px;
    top: 6239.801px;
    position: absolute;
    overflow: visible;
    width: 110px;
    white-space: nowrap;
    line-height: 34px;
    margin-top: -11px;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 12px;
    color: rgba(121, 121, 121, 1);
}

#Group_175 {
    position: absolute;
    width: 186px;
    height: 31px;
    left: 285px;
    top: 6421.877px;
    overflow: visible;
}

#Rectangle_39_o {
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_39_o {
    position: absolute;
    overflow: visible;
    width: 31px;
    height: 31px;
    left: 0px;
    top: 0px;
}

#Group_101_o {
    position: absolute;
    width: 7.346px;
    height: 15.812px;
    left: 11.197px;
    top: 6.473px;
    overflow: visible;
}

#Group_100_o {
    position: absolute;
    width: 7.346px;
    height: 15.812px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_103_pa {
    fill: rgba(255, 255, 255, 1);
}

.Path_103_pa {
    overflow: visible;
    position: absolute;
    width: 7.346px;
    height: 15.812px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_40_pb {
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_40_pb {
    position: absolute;
    overflow: visible;
    width: 31px;
    height: 31px;
    left: 39px;
    top: 0px;
}

#Group_91_pc {
    position: absolute;
    width: 15.477px;
    height: 15.477px;
    left: 47.748px;
    top: 8.197px;
    overflow: visible;
}

#Path_99_pd {
    fill: rgba(255, 255, 255, 1);
}

.Path_99_pd {
    overflow: visible;
    position: absolute;
    width: 15.477px;
    height: 15.477px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_41_pe {
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_41_pe {
    position: absolute;
    overflow: visible;
    width: 31px;
    height: 31px;
    left: 77px;
    top: 0px;
}

#Group_88_pf {
    position: absolute;
    width: 16.855px;
    height: 13.884px;
    left: 85.053px;
    top: 8.531px;
    overflow: visible;
}

#Group_87_pg {
    position: absolute;
    width: 16.855px;
    height: 13.884px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Group_82_ph {
    position: absolute;
    width: 16.855px;
    height: 13.884px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_93_pi {
    fill: rgba(255, 255, 255, 1);
}

.Path_93_pi {
    overflow: visible;
    position: absolute;
    width: 16.855px;
    height: 13.884px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_83_pj {
    position: absolute;
    width: 0.65px;
    height: 1px;
    left: 5.006px;
    top: 13.824px;
    overflow: visible;
}

#Path_94_pk {
    fill: rgba(255, 255, 255, 1);
}

.Path_94_pk {
    overflow: visible;
    position: absolute;
    width: 0.65px;
    height: 1px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_84_pl {
    position: absolute;
    width: 0.129px;
    height: 0.001px;
    left: 4.877px;
    top: 13.824px;
    overflow: visible;
}

#Path_95_pm {
    fill: rgba(255, 255, 255, 1);
}

.Path_95_pm {
    overflow: visible;
    position: absolute;
    width: 0.128px;
    height: 0px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_85_pn {
    position: absolute;
    width: 0.133px;
    height: 0.013px;
    left: 5.573px;
    top: 13.826px;
    overflow: visible;
}

#Path_96_po {
    fill: rgba(255, 255, 255, 1);
}

.Path_96_po {
    overflow: visible;
    position: absolute;
    width: 0.133px;
    height: 0.013px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_86_pp {
    position: absolute;
    width: 0.07px;
    height: 0.011px;
    left: 11.465px;
    top: 0.021px;
    overflow: visible;
}

#Path_97_pq {
    fill: rgba(255, 255, 255, 1);
}

.Path_97_pq {
    overflow: visible;
    position: absolute;
    width: 0.07px;
    height: 0.011px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_42_pr {
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_42_pr {
    position: absolute;
    overflow: visible;
    width: 31px;
    height: 31px;
    left: 117px;
    top: 0px;
}

#Group_99_ps {
    position: absolute;
    width: 14.099px;
    height: 13.465px;
    left: 125.114px;
    top: 8.318px;
    overflow: visible;
}

#Group_97_pt {
    position: absolute;
    width: 13.901px;
    height: 9.292px;
    left: 0.197px;
    top: 4.173px;
    overflow: visible;
}

#Group_96_pu {
    position: absolute;
    width: 13.901px;
    height: 9.292px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Group_95_pv {
    position: absolute;
    width: 13.901px;
    height: 9.292px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_101_pw {
    fill: rgba(255, 255, 255, 1);
}

.Path_101_pw {
    overflow: visible;
    position: absolute;
    width: 13.901px;
    height: 9.292px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_98_px {
    position: absolute;
    width: 3.232px;
    height: 3.232px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_102_py {
    fill: rgba(255, 255, 255, 1);
}

.Path_102_py {
    overflow: visible;
    position: absolute;
    width: 3.232px;
    height: 3.232px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_43_pz {
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_43_pz {
    position: absolute;
    overflow: visible;
    width: 31px;
    height: 31px;
    left: 155px;
    top: 0px;
}

#Group_81_p {
    position: absolute;
    width: 15.062px;
    height: 10.543px;
    left: 162.833px;
    top: 10.201px;
    overflow: visible;
}

#Group_80_p {
    position: absolute;
    width: 15.062px;
    height: 10.543px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Group_79_p {
    position: absolute;
    width: 15.062px;
    height: 10.543px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_92_p {
    fill: rgba(255, 255, 255, 1);
}

.Path_92_p {
    overflow: visible;
    position: absolute;
    width: 15.062px;
    height: 10.543px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#MEYDAN_SUITES_KADIKOY__7 {
    position: absolute;
    width: 152px;
    height: 152px;
    left: 615px;
    top: 5909.877px;
    overflow: visible;
}

#MEYDAN_SUITES_KADIKOY__6 {
    position: absolute;
    width: 152px;
    height: 152px;
    left: 789px;
    top: 5909.877px;
    overflow: visible;
}

#MEYDAN_SUITES_KADIKOY__3_p {
    position: absolute;
    width: 152px;
    height: 152px;
    left: 962px;
    top: 5909.877px;
    overflow: visible;
}

#MEYDAN_SUITES_KADIKOY__10 {
    position: absolute;
    width: 152px;
    height: 152px;
    left: 1136px;
    top: 5909.877px;
    overflow: visible;
}

#MEYDAN_SUITES_KADIKOY__9 {
    position: absolute;
    width: 152px;
    height: 152px;
    left: 1309px;
    top: 5909.877px;
    overflow: visible;
}

#MEYDAN_SUITES_KADIKOY__8 {
    position: absolute;
    width: 152px;
    height: 152px;
    left: 1483px;
    top: 5909.877px;
    overflow: visible;
}

#Group_176 {
    position: relative;
    width: 27.182px;
    height: 27.181px;
    top: -5px;
    overflow: visible;
    margin-right: 33px;
}

#Path_99_qb {
    fill: rgba(165, 125, 44, 1);
}

.Path_99_qb {
    overflow: visible;
    position: absolute;
    width: 27.182px;
    height: 27.181px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_103 {
    fill: rgba(21, 62, 53, 0.737);
}

.Rectangle_103 {
    position: absolute;
    overflow: visible;
    width: 152px;
    height: 152px;
    left: 615px;
    top: 5909.877px;
}

#Group_177 {
    position: absolute;
    width: 27.182px;
    height: 27.181px;
    left: 676px;
    top: 5974.503px;
    overflow: visible;
}

#Path_99_qe {
    fill: rgba(255, 255, 255, 1);
}

.Path_99_qe {
    overflow: visible;
    position: absolute;
    width: 27.182px;
    height: 27.181px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_136 {
    fill: #ffffff00;
    stroke: rgba(198,211,223,1);
    stroke-width: 2px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Path_136 {
    overflow: visible;
    position: relative;
    width: 100%;
    height: 1px;
    left: 0px;
    top: -35px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    margin-bottom: 0px;
    margin-top: 0px;
}

#Copyright__2022_Meydan_Suites_ {
    left: 285px;
    top: 6580.479px;
    position: absolute;
    overflow: visible;
    width: 362px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(108, 114, 113, 1);
}

#KVKK_Aydnlatma_Metni {
    left: 1273.214px;
    top: 6580.479px;
    position: absolute;
    overflow: visible;
    width: 158px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(108, 114, 113, 1);
}

#KVKK_Aydnlatma_Metni_qi {
    left: 1478px;
    top: 6580.479px;
    position: absolute;
    overflow: visible;
    width: 158px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: rgba(108, 114, 113, 1);
}

#Group_178 {
    position: absolute;
    width: 37.214px;
    height: 17.118000000000002px;
    top: -20px;
    overflow: visible;
}

#Path_137 {
    fill: rgba(15, 14, 11, 1);
}

.Path_137 {
    overflow: visible;
    position: absolute;
    width: 2.691px;
    height: 3.022px;
    left: 9.767px;
    top: 0.331px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_138 {
    fill: rgba(22, 22, 21, 1);
}

.Path_138 {
    overflow: visible;
    position: absolute;
    width: 10.861px;
    height: 23.983px;
    left: 0.517px;
    top: 0.231px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_139 {
    fill: rgba(255, 232, 0, 1);
}

.Path_139 {
    overflow: visible;
    position: absolute;
    width: 2.691px;
    height: 3.023px;
    left: 9.685px;
    top: 0.232px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_140 {
    fill: rgba(22, 22, 21, 1);
}

.Path_140 {
    overflow: visible;
    position: absolute;
    width: 7.475px;
    height: 24.48px;
    left: 13.185px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_141 {
    fill: rgba(22, 22, 21, 1);
}

.Path_141 {
    overflow: visible;
    position: absolute;
    width: 16.044px;
    height: 23.982px;
    left: 21.17px;
    top: 0.232px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_142 {
    fill: rgba(22, 22, 21, 1);
}

.Path_142 {
    overflow: visible;
    position: absolute;
    width: 5.744px;
    height: 6.661px;
    left: 0.386px;
    top: 41.868px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_143 {
    fill: rgba(22, 22, 21, 1);
}

.Path_143 {
    overflow: visible;
    position: absolute;
    width: 2.549px;
    height: 6.849px;
    left: 7.561px;
    top: 41.761px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_144 {
    fill: rgba(22, 22, 21, 1);
}

.Path_144 {
    overflow: visible;
    position: absolute;
    width: 2.588px;
    height: 6.742px;
    left: 11.624px;
    top: 41.76px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_145 {
    fill: rgba(22, 22, 21, 1);
}

.Path_145 {
    overflow: visible;
    position: absolute;
    width: 3.869px;
    height: 9.735px;
    left: 15.347px;
    top: 38.767px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_146 {
    fill: rgba(22, 22, 21, 1);
}

.Path_146 {
    overflow: visible;
    position: absolute;
    width: 2.414px;
    height: 6.85px;
    left: 20.648px;
    top: 41.761px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_147 {
    fill: rgba(22, 22, 21, 1);
}

.Path_147 {
    overflow: visible;
    position: absolute;
    width: 3.695px;
    height: 9.734px;
    left: 24.601px;
    top: 38.768px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_148 {
    fill: rgba(22, 22, 21, 1);
}

.Path_148 {
    overflow: visible;
    position: absolute;
    width: 2.548px;
    height: 6.849px;
    left: 29.755px;
    top: 41.761px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_149 {
    fill: rgba(22, 22, 21, 1);
}

.Path_149 {
    overflow: visible;
    position: absolute;
    width: 3.061px;
    height: 9.357px;
    left: 33.722px;
    top: 41.76px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_150 {
    fill: rgba(22, 22, 21, 1);
}

.Path_150 {
    overflow: visible;
    position: absolute;
    width: 2.548px;
    height: 6.958px;
    left: 0.804px;
    top: 28.791px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_151 {
    fill: rgba(22, 22, 21, 1);
}

.Path_151 {
    overflow: visible;
    position: absolute;
    width: 2.589px;
    height: 6.743px;
    left: 5.624px;
    top: 28.898px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_152 {
    fill: rgba(22, 22, 21, 1);
}

.Path_152 {
    overflow: visible;
    position: absolute;
    width: 2.548px;
    height: 6.85px;
    left: 10.444px;
    top: 28.899px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_153 {
    fill: rgba(22, 22, 21, 1);
}

.Path_153 {
    overflow: visible;
    position: absolute;
    width: 3.087px;
    height: 6.958px;
    left: 15.601px;
    top: 28.791px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_154 {
    fill: rgba(22, 22, 21, 1);
}

.Path_154 {
    overflow: visible;
    position: absolute;
    width: 2.279px;
    height: 8.535px;
    left: 20.475px;
    top: 27.105px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_155 {
    fill: rgba(22, 22, 21, 1);
}

.Path_155 {
    overflow: visible;
    position: absolute;
    width: 1.807px;
    height: 7.663px;
    left: 24.688px;
    top: 27.978px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_156 {
    fill: rgba(22, 22, 21, 1);
}

.Path_156 {
    overflow: visible;
    position: absolute;
    width: 3.573px;
    height: 6.661px;
    left: 28.376px;
    top: 29.007px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_157 {
    fill: rgba(22, 22, 21, 1);
}

.Path_157 {
    overflow: visible;
    position: absolute;
    width: 2.548px;
    height: 6.85px;
    left: 34.26px;
    top: 28.899px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_105 {
    fill: rgba(22, 22, 21, 1);
}

.Rectangle_105 {
    position: absolute;
    overflow: visible;
    width: 36.698px;
    height: 0.215px;
    left: 0.517px;
    top: 26.19px;
}

#Rectangle_106 {
    fill: rgba(22, 22, 21, 1);
}

.Rectangle_106 {
    position: absolute;
    overflow: visible;
    width: 36.854px;
    height: 0.215px;
    left: 0.359px;
    top: 37.362px;
}

#Rectangle_107 {
    fill: rgba(22, 22, 21, 1);
}

.Rectangle_107 {
    position: absolute;
    overflow: visible;
    width: 33.435px;
    height: 0.215px;
    left: 0px;
    top: 50.903px;
}

#Rectangle_108 {
    fill: rgba(22, 22, 21, 1);
}

.Rectangle_108 {
    position: absolute;
    overflow: visible;
    width: 0.844px;
    height: 0.215px;
    left: 35.938px;
    top: 50.903px;
}

#Rectangle_110 {
    fill: transparent;
    stroke: rgba(21, 62, 53, 1);
    stroke-width: 4px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Rectangle_110 {
    position: absolute;
    overflow: visible;
    width: 54px;
    height: 54px;
    left: 136px;
    top: 577px;
}

#Proje_Lokasyonlarmz_nceleyin {
    left: 748px;
    top: 4394.003px;
    position: absolute;
    overflow: visible;
    width: 426px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #101010;
}

#ALKA_HOLDNG_GVENCESYLE_rb {
    left: 782px;
    top: 4436.881px;
    position: absolute;
    overflow: visible;
    width: 357px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #101010;
    letter-spacing: 3.5px;
}

#Group_172 {
    position: absolute;
    width: 43.863px;
    height: 59.768px;
    left: 938px;
    top: 4305.166px;
    overflow: visible;
}

#Group_147_rd {
    position: absolute;
    width: 43.863px;
    height: 23.952px;
    left: 0px;
    top: 35.816px;
    overflow: visible;
}

#Path_91_re {
    fill: rgba(21, 62, 53, 1);
}

.Path_91_re {
    overflow: visible;
    position: absolute;
    width: 43.863px;
    height: 23.952px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_148_rf {
    opacity: 0.43;
    position: absolute;
    width: 43.863px;
    height: 23.952px;
    left: 0px;
    top: 17.908px;
    overflow: visible;
}

#Path_91_rg {
    fill: rgba(21, 62, 53, 1);
}

.Path_91_rg {
    overflow: visible;
    position: absolute;
    width: 43.863px;
    height: 23.952px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_149_rh {
    opacity: 0.122;
    position: absolute;
    width: 43.863px;
    height: 23.952px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_91_ri {
    fill: rgba(21, 62, 53, 1);
}

.Path_91_ri {
    overflow: visible;
    position: absolute;
    width: 43.863px;
    height: 23.952px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_205 {
    position: absolute;
    width: 1350px;
    height: 512px;
    left: 285px;
    top: 4511px;
    overflow: visible;
}

#Mask_Group_6 {
    position: absolute;
    width: 1074px;
    height: 512px;
    left: 276px;
    top: 0px;
    overflow: visible;
}

#Rectangle_116 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_116 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 394px;
    height: 205px;
    left: 0px;
    top: 45px;
}

#Rectangle_117 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_117 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 394px;
    height: 204px;
    left: 0px;
    top: 196px;
}

#Rectangle_118 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_118 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 394px;
    height: 204px;
    left: 0px;
    top: 347px;
}

#MEYDAN_SUITES_ro {
    left: 25.063px;
    top: 75.851px;
    position: absolute;
    overflow: visible;
    width: 96px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#MEYDAN_SUITES_rp {
    left: 25.063px;
    top: 220.853px;
    position: absolute;
    overflow: visible;
    width: 96px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#MEYDAN_SUITES_rq {
    left: 25.063px;
    top: 369.853px;
    position: absolute;
    overflow: visible;
    width: 96px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#KADIKY {
    left: 22.352px;
    top: 85.851px;
    position: absolute;
    overflow: visible;
    width: 142px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: rgba(21, 62, 53, 1);
}

#YALOVA_rs {
    left: 22.352px;
    top: 236.853px;
    position: absolute;
    overflow: visible;
    width: 126px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: rgba(21, 62, 53, 1);
}

#SAMANLI_rt {
    left: 22.352px;
    top: 385.853px;
    position: absolute;
    overflow: visible;
    width: 141px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: rgba(21, 62, 53, 1);
}

#Group_184 {
    position: absolute;
    width: 69.731px;
    height: 17.561px;
    left: 25.063px;
    top: 140.584px;
    overflow: visible;
}

#Yol_Tarifi {
    left: 20.731px;
    top: 6.281px;
    position: absolute;
    overflow: visible;
    width: 50px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_181 {
    position: absolute;
    width: 17.57px;
    height: 17.561px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_158 {
    fill: rgba(165, 125, 44, 1);
}

.Path_158 {
    overflow: visible;
    position: absolute;
    width: 17.57px;
    height: 17.562px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_159 {
    fill: rgba(165, 125, 44, 1);
}

.Path_159 {
    overflow: visible;
    position: absolute;
    width: 3.094px;
    height: 3.101px;
    left: 7.24px;
    top: 3.097px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_185 {
    position: absolute;
    width: 69.731px;
    height: 17.561px;
    left: 25.063px;
    top: 285.586px;
    overflow: visible;
}

#Yol_Tarifi_r {
    left: 20.731px;
    top: 6.281px;
    position: absolute;
    overflow: visible;
    width: 50px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_181_r {
    position: absolute;
    width: 17.57px;
    height: 17.561px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_158_r {
    fill: rgba(165, 125, 44, 1);
}

.Path_158_r {
    overflow: visible;
    position: absolute;
    width: 17.57px;
    height: 17.562px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_159_r {
    fill: rgba(165, 125, 44, 1);
}

.Path_159_r {
    overflow: visible;
    position: absolute;
    width: 3.094px;
    height: 3.101px;
    left: 7.24px;
    top: 3.097px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_187 {
    position: absolute;
    width: 69.731px;
    height: 17.561px;
    left: 25.063px;
    top: 434.586px;
    overflow: visible;
}

#Yol_Tarifi_sa {
    left: 20.731px;
    top: 6.281px;
    position: absolute;
    overflow: visible;
    width: 50px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_181_sa {
    position: absolute;
    width: 17.57px;
    height: 17.561px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_158_sa {
    fill: rgba(165, 125, 44, 1);
}

.Path_158_sa {
    overflow: visible;
    position: absolute;
    width: 17.57px;
    height: 17.562px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_159_sa {
    fill: rgba(165, 125, 44, 1);
}

.Path_159_sa {
    overflow: visible;
    position: absolute;
    width: 3.094px;
    height: 3.101px;
    left: 7.24px;
    top: 3.097px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_160 {
    fill: transparent;
    stroke: rgba(234, 234, 234, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Path_160 {
    overflow: visible;
    position: absolute;
    width: 277.297px;
    height: 1px;
    left: 22.352px;
    top: 126.19px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_161 {
    fill: transparent;
    stroke: rgba(234, 234, 234, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Path_161 {
    overflow: visible;
    position: absolute;
    width: 277.297px;
    height: 1px;
    left: 22.352px;
    top: 271.193px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_162 {
    fill: transparent;
    stroke: rgba(234, 234, 234, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Path_162 {
    overflow: visible;
    position: absolute;
    width: 277.297px;
    height: 1px;
    left: 22.352px;
    top: 420.193px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.alkasyapi {
    position: absolute;
    width: 124.015px;
    height: 17.286px;
    right: 5px;
    bottom: 19px;
    overflow: visible;
}

#Projesidir {
    left: 73.015px;
    top: 3.286px;
    position: absolute;
    overflow: visible;
    width: 53px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 11px;
    color: rgba(21, 62, 53, 1);
}

#Group_182 {
    position: absolute;
    width: 68.248px;
    height: 17.286px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Group_36_sf {
    position: absolute;
    width: 17.416px;
    height: 17.044px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_34_sg {
    fill: rgba(21, 62, 53, 1);
}

.Path_34_sg {
    overflow: visible;
    position: absolute;
    width: 17.416px;
    height: 11.29px;
    left: 0px;
    top: 5.754px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_35_sh {
    fill: rgba(21, 62, 53, 1);
}

.Path_35_sh {
    overflow: visible;
    position: absolute;
    width: 11.135px;
    height: 4.835px;
    left: 3.141px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_36_si {
    fill: rgba(21, 62, 53, 1);
}

.Path_36_si {
    overflow: visible;
    position: absolute;
    width: 6.333px;
    height: 6.657px;
    left: 19.224px;
    top: 8.161px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_37_sj {
    fill: rgba(21, 62, 53, 1);
}

.Path_37_sj {
    overflow: visible;
    position: absolute;
    width: 3.116px;
    height: 8.851px;
    left: 25.318px;
    top: 5.817px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_38_sk {
    fill: rgba(21, 62, 53, 1);
}

.Path_38_sk {
    overflow: visible;
    position: absolute;
    width: 6.52px;
    height: 8.851px;
    left: 28.374px;
    top: 5.817px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_39_sl {
    fill: rgba(21, 62, 53, 1);
}

.Path_39_sl {
    overflow: visible;
    position: absolute;
    width: 6.333px;
    height: 6.657px;
    left: 35.15px;
    top: 8.254px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_40_sm {
    fill: rgba(21, 62, 53, 1);
}

.Path_40_sm {
    overflow: visible;
    position: absolute;
    width: 5.086px;
    height: 9.1px;
    left: 41.565px;
    top: 8.161px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_41_sn {
    fill: rgba(21, 62, 53, 1);
}

.Path_41_sn {
    overflow: visible;
    position: absolute;
    width: 6.569px;
    height: 8.925px;
    left: 46.728px;
    top: 8.361px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_42_so {
    fill: rgba(21, 62, 53, 1);
}

.Path_42_so {
    overflow: visible;
    position: absolute;
    width: 6.071px;
    height: 6.607px;
    left: 53.006px;
    top: 8.211px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_43_sp {
    fill: rgba(21, 62, 53, 1);
}

.Path_43_sp {
    overflow: visible;
    position: absolute;
    width: 6.794px;
    height: 8.951px;
    left: 58.761px;
    top: 8.211px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_44_sq {
    fill: rgba(21, 62, 53, 1);
}

.Path_44_sq {
    overflow: visible;
    position: absolute;
    width: 2.78px;
    height: 6.308px;
    left: 65.467px;
    top: 8.361px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_186 {
    position: absolute;
    width: 124.015px;
    height: 17.286px;
    left: 175.633px;
    top: 284.581px;
    overflow: visible;
}

#Projesidir_ss {
    left: 72.015px;
    top: 7.286px;
    position: absolute;
    overflow: visible;
    width: 53px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_182_st {
    position: absolute;
    width: 68.248px;
    height: 17.286px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Group_36_su {
    position: absolute;
    width: 17.416px;
    height: 17.044px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_34_sv {
    fill: rgba(21, 62, 53, 1);
}

.Path_34_sv {
    overflow: visible;
    position: absolute;
    width: 17.416px;
    height: 11.29px;
    left: 0px;
    top: 5.754px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_35_sw {
    fill: rgba(21, 62, 53, 1);
}

.Path_35_sw {
    overflow: visible;
    position: absolute;
    width: 11.135px;
    height: 4.835px;
    left: 3.141px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_36_sx {
    fill: rgba(21, 62, 53, 1);
}

.Path_36_sx {
    overflow: visible;
    position: absolute;
    width: 6.333px;
    height: 6.657px;
    left: 19.224px;
    top: 8.161px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_37_sy {
    fill: rgba(21, 62, 53, 1);
}

.Path_37_sy {
    overflow: visible;
    position: absolute;
    width: 3.116px;
    height: 8.851px;
    left: 25.318px;
    top: 5.817px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_38_sz {
    fill: rgba(21, 62, 53, 1);
}

.Path_38_sz {
    overflow: visible;
    position: absolute;
    width: 6.52px;
    height: 8.851px;
    left: 28.374px;
    top: 5.817px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_39_s {
    fill: rgba(21, 62, 53, 1);
}

.Path_39_s {
    overflow: visible;
    position: absolute;
    width: 6.333px;
    height: 6.657px;
    left: 35.15px;
    top: 8.254px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_40_s {
    fill: rgba(21, 62, 53, 1);
}

.Path_40_s {
    overflow: visible;
    position: absolute;
    width: 5.086px;
    height: 9.1px;
    left: 41.565px;
    top: 8.161px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_41_s {
    fill: rgba(21, 62, 53, 1);
}

.Path_41_s {
    overflow: visible;
    position: absolute;
    width: 6.569px;
    height: 8.926px;
    left: 46.728px;
    top: 8.36px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_42_s {
    fill: rgba(21, 62, 53, 1);
}

.Path_42_s {
    overflow: visible;
    position: absolute;
    width: 6.071px;
    height: 6.607px;
    left: 53.006px;
    top: 8.211px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_43_s {
    fill: rgba(21, 62, 53, 1);
}

.Path_43_s {
    overflow: visible;
    position: absolute;
    width: 6.794px;
    height: 8.95px;
    left: 58.761px;
    top: 8.211px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_44_s {
    fill: rgba(21, 62, 53, 1);
}

.Path_44_s {
    overflow: visible;
    position: absolute;
    width: 2.78px;
    height: 6.308px;
    left: 65.467px;
    top: 8.36px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_188 {
    position: absolute;
    width: 124.015px;
    height: 17.286px;
    left: 175.633px;
    top: 433.581px;
    overflow: visible;
}

#Projesidir_s {
    left: 72.015px;
    top: 7.286px;
    position: absolute;
    overflow: visible;
    width: 53px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 10px;
    color: rgba(21, 62, 53, 1);
}

#Group_182_s {
    position: absolute;
    width: 68.248px;
    height: 17.286px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Group_36_s {
    position: absolute;
    width: 17.416px;
    height: 17.044px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_34_ta {
    fill: rgba(21, 62, 53, 1);
}

.Path_34_ta {
    overflow: visible;
    position: absolute;
    width: 17.416px;
    height: 11.29px;
    left: 0px;
    top: 5.754px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_35_tb {
    fill: rgba(21, 62, 53, 1);
}

.Path_35_tb {
    overflow: visible;
    position: absolute;
    width: 11.135px;
    height: 4.835px;
    left: 3.141px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_36_tc {
    fill: rgba(21, 62, 53, 1);
}

.Path_36_tc {
    overflow: visible;
    position: absolute;
    width: 6.333px;
    height: 6.657px;
    left: 19.224px;
    top: 8.161px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_37_td {
    fill: rgba(21, 62, 53, 1);
}

.Path_37_td {
    overflow: visible;
    position: absolute;
    width: 3.116px;
    height: 8.851px;
    left: 25.318px;
    top: 5.817px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_38_te {
    fill: rgba(21, 62, 53, 1);
}

.Path_38_te {
    overflow: visible;
    position: absolute;
    width: 6.52px;
    height: 8.851px;
    left: 28.374px;
    top: 5.817px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_39_tf {
    fill: rgba(21, 62, 53, 1);
}

.Path_39_tf {
    overflow: visible;
    position: absolute;
    width: 6.333px;
    height: 6.657px;
    left: 35.15px;
    top: 8.254px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_40_tg {
    fill: rgba(21, 62, 53, 1);
}

.Path_40_tg {
    overflow: visible;
    position: absolute;
    width: 5.086px;
    height: 9.1px;
    left: 41.565px;
    top: 8.161px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_41_th {
    fill: rgba(21, 62, 53, 1);
}

.Path_41_th {
    overflow: visible;
    position: absolute;
    width: 6.569px;
    height: 8.926px;
    left: 46.728px;
    top: 8.36px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_42_ti {
    fill: rgba(21, 62, 53, 1);
}

.Path_42_ti {
    overflow: visible;
    position: absolute;
    width: 6.071px;
    height: 6.607px;
    left: 53.006px;
    top: 8.211px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_43_tj {
    fill: rgba(21, 62, 53, 1);
}

.Path_43_tj {
    overflow: visible;
    position: absolute;
    width: 6.794px;
    height: 8.95px;
    left: 58.761px;
    top: 8.211px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_44_tk {
    fill: rgba(21, 62, 53, 1);
}

.Path_44_tk {
    overflow: visible;
    position: absolute;
    width: 2.78px;
    height: 6.308px;
    left: 65.467px;
    top: 8.36px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_189 {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 8px;
    top: 10px;
    overflow: visible;
}

#Group_3_tm {
    position: absolute;
    width: 25.228px;
    height: 25.228px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_1_tn {
    fill: rgba(21, 62, 53, 1);
}

.Path_1_tn {
    overflow: visible;
    position: absolute;
    width: 25.169px;
    height: 25.228px;
    left: 0.058px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_1_to {
    position: absolute;
    width: 18.048px;
    height: 7.779px;
    left: 0px;
    top: 17.449px;
    overflow: visible;
}

#Path_2_tp {
    fill: rgba(21, 62, 53, 1);
}

.Path_2_tp {
    overflow: visible;
    position: absolute;
    width: 2.945px;
    height: 3.042px;
    left: 0.148px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_3_tq {
    fill: rgba(21, 62, 53, 1);
}

.Path_3_tq {
    overflow: visible;
    position: absolute;
    width: 2.204px;
    height: 3px;
    left: 3.76px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_4_tr {
    fill: rgba(21, 62, 53, 1);
}

.Path_4_tr {
    overflow: visible;
    position: absolute;
    width: 2.855px;
    height: 3px;
    left: 6.279px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_5_ts {
    fill: rgba(21, 62, 53, 1);
}

.Path_5_ts {
    overflow: visible;
    position: absolute;
    width: 2.511px;
    height: 3px;
    left: 9.524px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_6_tt {
    fill: rgba(21, 62, 53, 1);
}

.Path_6_tt {
    overflow: visible;
    position: absolute;
    width: 3.012px;
    height: 3px;
    left: 12.184px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_7_tu {
    fill: rgba(21, 62, 53, 1);
}

.Path_7_tu {
    overflow: visible;
    position: absolute;
    width: 2.463px;
    height: 3px;
    left: 15.584px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_8_tv {
    fill: rgba(21, 62, 53, 1);
}

.Path_8_tv {
    overflow: visible;
    position: absolute;
    width: 2.485px;
    height: 3.075px;
    left: 0px;
    top: 4.704px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_9_tw {
    fill: rgba(21, 62, 53, 1);
}

.Path_9_tw {
    overflow: visible;
    position: absolute;
    width: 2.545px;
    height: 3.038px;
    left: 3.578px;
    top: 4.741px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_10_tx {
    fill: rgba(21, 62, 53, 1);
}

.Path_10_tx {
    overflow: visible;
    position: absolute;
    width: 0.352px;
    height: 3px;
    left: 7.383px;
    top: 4.741px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_11_ty {
    fill: rgba(21, 62, 53, 1);
}

.Path_11_ty {
    overflow: visible;
    position: absolute;
    width: 2.5px;
    height: 3px;
    left: 8.753px;
    top: 4.741px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_12_tz {
    fill: rgba(21, 62, 53, 1);
}

.Path_12_tz {
    overflow: visible;
    position: absolute;
    width: 2.204px;
    height: 3px;
    left: 12.254px;
    top: 4.741px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_13_t {
    fill: rgba(21, 62, 53, 1);
}

.Path_13_t {
    overflow: visible;
    position: absolute;
    width: 2.485px;
    height: 3.075px;
    left: 15.496px;
    top: 4.704px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_190 {
    position: absolute;
    width: 25.228px;
    height: 25.228px;
    left: 274.421px;
    top: 211.625px;
    overflow: visible;
}

#Group_3_t {
    position: absolute;
    width: 25.228px;
    height: 25.228px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_1_t {
    fill: rgba(21, 62, 53, 1);
}

.Path_1_t {
    overflow: visible;
    position: absolute;
    width: 25.169px;
    height: 25.228px;
    left: 0.058px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_1_t {
    position: absolute;
    width: 18.048px;
    height: 7.779px;
    left: 0px;
    top: 17.449px;
    overflow: visible;
}

#Path_2_t {
    fill: rgba(21, 62, 53, 1);
}

.Path_2_t {
    overflow: visible;
    position: absolute;
    width: 2.945px;
    height: 3.042px;
    left: 0.148px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_3_t {
    fill: rgba(21, 62, 53, 1);
}

.Path_3_t {
    overflow: visible;
    position: absolute;
    width: 2.204px;
    height: 3px;
    left: 3.76px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_4_t {
    fill: rgba(21, 62, 53, 1);
}

.Path_4_t {
    overflow: visible;
    position: absolute;
    width: 2.855px;
    height: 3px;
    left: 6.279px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_5_t {
    fill: rgba(21, 62, 53, 1);
}

.Path_5_t {
    overflow: visible;
    position: absolute;
    width: 2.511px;
    height: 3px;
    left: 9.524px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_6_t {
    fill: rgba(21, 62, 53, 1);
}

.Path_6_t {
    overflow: visible;
    position: absolute;
    width: 3.012px;
    height: 3px;
    left: 12.184px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_7_ua {
    fill: rgba(21, 62, 53, 1);
}

.Path_7_ua {
    overflow: visible;
    position: absolute;
    width: 2.463px;
    height: 3px;
    left: 15.584px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_8_ub {
    fill: rgba(21, 62, 53, 1);
}

.Path_8_ub {
    overflow: visible;
    position: absolute;
    width: 2.485px;
    height: 3.075px;
    left: 0px;
    top: 4.704px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_9_uc {
    fill: rgba(21, 62, 53, 1);
}

.Path_9_uc {
    overflow: visible;
    position: absolute;
    width: 2.545px;
    height: 3.038px;
    left: 3.578px;
    top: 4.741px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_10_ud {
    fill: rgba(21, 62, 53, 1);
}

.Path_10_ud {
    overflow: visible;
    position: absolute;
    width: 0.352px;
    height: 3px;
    left: 7.383px;
    top: 4.741px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_11_ue {
    fill: rgba(21, 62, 53, 1);
}

.Path_11_ue {
    overflow: visible;
    position: absolute;
    width: 2.5px;
    height: 3px;
    left: 8.753px;
    top: 4.741px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_12_uf {
    fill: rgba(21, 62, 53, 1);
}

.Path_12_uf {
    overflow: visible;
    position: absolute;
    width: 2.204px;
    height: 3px;
    left: 12.254px;
    top: 4.741px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_13_ug {
    fill: rgba(21, 62, 53, 1);
}

.Path_13_ug {
    overflow: visible;
    position: absolute;
    width: 2.485px;
    height: 3.075px;
    left: 15.496px;
    top: 4.704px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_191 {
    position: absolute;
    width: 25.228px;
    height: 25.228px;
    left: 274.421px;
    top: 360.625px;
    overflow: visible;
}

#Group_3_ui {
    position: absolute;
    width: 25.228px;
    height: 25.228px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_1_uj {
    fill: rgba(21, 62, 53, 1);
}

.Path_1_uj {
    overflow: visible;
    position: absolute;
    width: 25.169px;
    height: 25.228px;
    left: 0.058px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_1_uk {
    position: absolute;
    width: 18.048px;
    height: 7.779px;
    left: 0px;
    top: 17.449px;
    overflow: visible;
}

#Path_2_ul {
    fill: rgba(21, 62, 53, 1);
}

.Path_2_ul {
    overflow: visible;
    position: absolute;
    width: 2.945px;
    height: 3.042px;
    left: 0.148px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_3_um {
    fill: rgba(21, 62, 53, 1);
}

.Path_3_um {
    overflow: visible;
    position: absolute;
    width: 2.204px;
    height: 3px;
    left: 3.76px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_4_un {
    fill: rgba(21, 62, 53, 1);
}

.Path_4_un {
    overflow: visible;
    position: absolute;
    width: 2.855px;
    height: 3px;
    left: 6.279px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_5_uo {
    fill: rgba(21, 62, 53, 1);
}

.Path_5_uo {
    overflow: visible;
    position: absolute;
    width: 2.511px;
    height: 3px;
    left: 9.524px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_6_up {
    fill: rgba(21, 62, 53, 1);
}

.Path_6_up {
    overflow: visible;
    position: absolute;
    width: 3.012px;
    height: 3px;
    left: 12.184px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_7_uq {
    fill: rgba(21, 62, 53, 1);
}

.Path_7_uq {
    overflow: visible;
    position: absolute;
    width: 2.463px;
    height: 3px;
    left: 15.584px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_8_ur {
    fill: rgba(21, 62, 53, 1);
}

.Path_8_ur {
    overflow: visible;
    position: absolute;
    width: 2.485px;
    height: 3.075px;
    left: 0px;
    top: 4.704px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_9_us {
    fill: rgba(21, 62, 53, 1);
}

.Path_9_us {
    overflow: visible;
    position: absolute;
    width: 2.545px;
    height: 3.038px;
    left: 3.578px;
    top: 4.741px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_10_ut {
    fill: rgba(21, 62, 53, 1);
}

.Path_10_ut {
    overflow: visible;
    position: absolute;
    width: 0.352px;
    height: 3px;
    left: 7.383px;
    top: 4.741px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_11_uu {
    fill: rgba(21, 62, 53, 1);
}

.Path_11_uu {
    overflow: visible;
    position: absolute;
    width: 2.5px;
    height: 3px;
    left: 8.753px;
    top: 4.741px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_12_uv {
    fill: rgba(21, 62, 53, 1);
}

.Path_12_uv {
    overflow: visible;
    position: absolute;
    width: 2.204px;
    height: 3px;
    left: 12.254px;
    top: 4.741px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_13_uw {
    fill: rgba(21, 62, 53, 1);
}

.Path_13_uw {
    overflow: visible;
    position: absolute;
    width: 2.485px;
    height: 3.075px;
    left: 15.496px;
    top: 4.704px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#ID04-MEYDAN_SUITES_YALOVA {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    width: 251px;
    height: 359px;
    left: 285px;
    top: 5236px;
    overflow: visible;
}

#Rectangle_130 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_130 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 323px;
    height: 431px;
    left: 559px;
    top: 5236px;
}

#Rectangle_133 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_133 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 323px;
    height: 431px;
    left: 834px;
    top: 5236px;
}

#Rectangle_134 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_134 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 323px;
    height: 431px;
    left: 1109px;
    top: 5236px;
}

#Rectangle_135 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_135 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 323px;
    height: 431px;
    left: 1384px;
    top: 5236px;
}

#ID06-MEYDAN_SUITES_YALOVA-HOTE {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    width: 251px;
    height: 234px;
    left: 559px;
    top: 5236px;
    overflow: visible;
}

#ID02-MEYDAN_SUITES_YALOVA {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    width: 251px;
    height: 234px;
    left: 834px;
    top: 5236px;
    overflow: visible;
}

#ID01-MEYDAN_SUITES_YALOVA_MEYD {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    width: 251px;
    height: 234px;
    left: 1109px;
    top: 5236px;
    overflow: visible;
}

#ID04-MEYDAN_SUITES_YALOVA_u {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    width: 251px;
    height: 234px;
    left: 1384px;
    top: 5236px;
    overflow: visible;
}

#Rectangle_129 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_129 {
    mix-blend-mode: color;
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 323px;
    height: 431px;
    left: 285px;
    top: 5236px;
}

#Rectangle_132 {
    opacity: 0.909;
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_132 {
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.161));
    position: absolute;
    overflow: visible;
    width: 323px;
    height: 431px;
    left: 285px;
    top: 5236px;
}

#Blog_u {
    left: 312.783px;
    top: 5328px;
    position: absolute;
    overflow: visible;
    width: 61px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
}

#Yazlarmz_u {
    left: 312.783px;
    top: 5355.973px;
    position: absolute;
    overflow: visible;
    width: 144px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
}

#MEYDAN_SUITES_va {
    left: 312.783px;
    top: 5387px;
    position: absolute;
    overflow: visible;
    width: 150px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 4.5px;
}

#Samanl_Projesi_Yalovann_Gzdesi {
    left: 583.785px;
    top: 5507.544px;
    position: absolute;
    overflow: visible;
    width: 150px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(21, 62, 53, 1);
}

#Samanl_Projesi_Yalovann_Gzdesi_vc {
    left: 858.887px;
    top: 5507.544px;
    position: absolute;
    overflow: visible;
    width: 150px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(21, 62, 53, 1);
}

#Samanl_Projesi_Yalovann_Gzdesi_vd {
    left: 1133.988px;
    top: 5507.544px;
    position: absolute;
    overflow: visible;
    width: 150px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(21, 62, 53, 1);
}

#Samanl_Projesi_Yalovann_Gzdesi_ve {
    left: 1409.089px;
    top: 5507.544px;
    position: absolute;
    overflow: visible;
    width: 150px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(21, 62, 53, 1);
}

#ID23_ubat_2022 {
    left: 583.785px;
    top: 5492.969px;
    position: absolute;
    overflow: visible;
    width: 69px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    color: rgba(21, 62, 53, 1);
}

#ID23_ubat_2022_vg {
    left: 858.887px;
    top: 5492.969px;
    position: absolute;
    overflow: visible;
    width: 69px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    color: rgba(21, 62, 53, 1);
}

#ID23_ubat_2022_vh {
    left: 1133.988px;
    top: 5492.969px;
    position: absolute;
    overflow: visible;
    width: 69px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    color: rgba(21, 62, 53, 1);
}

#ID23_ubat_2022_vi {
    left: 1409.089px;
    top: 5492.969px;
    position: absolute;
    overflow: visible;
    width: 69px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    color: rgba(21, 62, 53, 1);
}

#Yazy_ncele {
    left: 588.072px;
    top: 5557.38px;
    position: absolute;
    overflow: visible;
    width: 73px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(165, 125, 44, 1);
}

#Yazy_ncele_vk {
    left: 863.173px;
    top: 5557.38px;
    position: absolute;
    overflow: visible;
    width: 73px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(165, 125, 44, 1);
}

#Yazy_ncele_vl {
    left: 1138.275px;
    top: 5557.38px;
    position: absolute;
    overflow: visible;
    width: 73px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(165, 125, 44, 1);
}

#Yazy_ncele_vm {
    left: 1413.376px;
    top: 5557.38px;
    position: absolute;
    overflow: visible;
    width: 73px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(165, 125, 44, 1);
}

#Group_206 {
    transform: matrix(1, 0, 0, 1, 674.7594, 5553.9654) rotate(-90deg);
    transform-origin: center;
    position: absolute;
    width: 4.376px;
    height: 20.851px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_15_vo {
    fill: rgba(165, 125, 44, 1);
}

.Path_15_vo {
    overflow: visible;
    position: absolute;
    width: 20.851px;
    height: 4.376px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_207 {
    transform: matrix(1, 0, 0, 1, 949.8606, 5553.9654) rotate(-90deg);
    transform-origin: center;
    position: absolute;
    width: 4.376px;
    height: 20.851px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_15_vq {
    fill: rgba(165, 125, 44, 1);
}

.Path_15_vq {
    overflow: visible;
    position: absolute;
    width: 20.851px;
    height: 4.376px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_208 {
    transform: matrix(1, 0, 0, 1, 1224.9618, 5553.9654) rotate(-90deg);
    transform-origin: center;
    position: absolute;
    width: 4.376px;
    height: 20.851px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_15_vs {
    fill: rgba(165, 125, 44, 1);
}

.Path_15_vs {
    overflow: visible;
    position: absolute;
    width: 20.851px;
    height: 4.376px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_209 {
    transform: matrix(1, 0, 0, 1, 1500.063, 5553.9654) rotate(-90deg);
    transform-origin: center;
    position: absolute;
    width: 4.376px;
    height: 20.851px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_15_vu {
    fill: rgba(165, 125, 44, 1);
}

.Path_15_vu {
    overflow: visible;
    position: absolute;
    width: 20.851px;
    height: 4.376px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Lorem_ipsum_dolor_sit_amet_con_vv {
    left: 316px;
    top: 5434px;
    position: absolute;
    overflow: visible;
    width: 182px;
    height: 47px;
    line-height: 16px;
    margin-top: -3px;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
}

#Group_210 {
    position: absolute;
    width: 135px;
    height: 41px;
    left: 316px;
    top: 5521.203px;
    overflow: visible;
}

#Rectangle_56_vx {
    fill: rgba(21, 62, 53, 1);
}

.Rectangle_56_vx {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 0px;
    top: 0px;
}

#Rectangle_57_vy {
    fill: transparent;
    stroke: rgba(21, 62, 53, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Rectangle_57_vy {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 4px;
    top: 4px;
}

#Tm_Yazlarmz {
    left: 13px;
    top: 14px;
    position: absolute;
    overflow: visible;
    width: 82px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: rgba(255, 255, 255, 1);
}

#Group_128_v {
    transform: translate(-978px, -1489.677px) matrix(1, 0, 0, 1, 1086.9469, 1496.7323) rotate(-90deg);
    transform-origin: center;
    position: absolute;
    width: 4.804px;
    height: 22.89px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_15_v {
    fill: rgba(255, 255, 255, 1);
}

.Path_15_v {
    overflow: visible;
    position: absolute;
    width: 22.89px;
    height: 4.804px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_139 {
    opacity: 0.879;
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_139 {
    position: absolute;
    overflow: visible;
    width: 449px;
    height: 407px;
    left: 285px;
    top: 2067px;
}

#MEYDAN_SUITES_v {
    left: 333.712px;
    top: 2208.823px;
    position: absolute;
    overflow: visible;
    width: 134px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(165, 125, 44, 1);
}

#KADIKY_v {
    left: 329px;
    top: 2221.84px;
    position: absolute;
    overflow: visible;
    width: 301px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    color: #101010;
}

#Lorem_ipsum_dolor_sit_amet_con_v {
    left: 326px;
    top: 2299px;
    position: absolute;
    overflow: visible;
    width: 336px;
    height: 47px;
    line-height: 18px;
    margin-top: -3px;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: lighter;
    font-size: 12px;
    color: rgba(198, 198, 198, 1);
}

#Group_152 {
    position: relative;
    width: 50.086px;
    height: 50.086px;
    left: -47px;
    top: 20px;
    overflow: visible;
    margin: 0 auto;
}

#Group_3_v {
    position: absolute;
    width: 50.086px;
    height: 50.086px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_1_v {
    fill: rgba(165, 125, 44, 1);
}

.Path_1_v {
    overflow: visible;
    position: absolute;
    width: 49.97px;
    height: 50.086px;
    left: 0.116px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Group_1_v {
    position: absolute;
    width: 35.831px;
    height: 15.443px;
    left: 0px;
    top: 34.643px;
    overflow: visible;
}

#Path_2_wa {
    fill: rgba(165, 125, 44, 1);
}

.Path_2_wa {
    overflow: visible;
    position: absolute;
    width: 5.846px;
    height: 6.038px;
    left: 0.294px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_3_wb {
    fill: rgba(165, 125, 44, 1);
}

.Path_3_wb {
    overflow: visible;
    position: absolute;
    width: 4.375px;
    height: 5.957px;
    left: 7.465px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_4_wc {
    fill: rgba(165, 125, 44, 1);
}

.Path_4_wc {
    overflow: visible;
    position: absolute;
    width: 5.669px;
    height: 5.957px;
    left: 12.466px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_5_wd {
    fill: rgba(165, 125, 44, 1);
}

.Path_5_wd {
    overflow: visible;
    position: absolute;
    width: 4.986px;
    height: 5.957px;
    left: 18.908px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_6_we {
    fill: rgba(165, 125, 44, 1);
}

.Path_6_we {
    overflow: visible;
    position: absolute;
    width: 5.979px;
    height: 5.957px;
    left: 24.189px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_7_wf {
    fill: rgba(165, 125, 44, 1);
}

.Path_7_wf {
    overflow: visible;
    position: absolute;
    width: 4.89px;
    height: 5.957px;
    left: 30.94px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_8_wg {
    fill: rgba(165, 125, 44, 1);
}

.Path_8_wg {
    overflow: visible;
    position: absolute;
    width: 4.935px;
    height: 6.104px;
    left: 0px;
    top: 9.339px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_9_wh {
    fill: rgba(165, 125, 44, 1);
}

.Path_9_wh {
    overflow: visible;
    position: absolute;
    width: 5.052px;
    height: 6.03px;
    left: 7.105px;
    top: 9.413px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_10_wi {
    fill: rgba(165, 125, 44, 1);
}

.Path_10_wi {
    overflow: visible;
    position: absolute;
    width: 0.699px;
    height: 5.957px;
    left: 14.658px;
    top: 9.413px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_11_wj {
    fill: rgba(165, 125, 44, 1);
}

.Path_11_wj {
    overflow: visible;
    position: absolute;
    width: 4.964px;
    height: 5.957px;
    left: 17.379px;
    top: 9.413px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_12_wk {
    fill: rgba(165, 125, 44, 1);
}

.Path_12_wk {
    overflow: visible;
    position: absolute;
    width: 4.375px;
    height: 5.957px;
    left: 24.329px;
    top: 9.413px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Path_13_wl {
    fill: rgba(165, 125, 44, 1);
}

.Path_13_wl {
    overflow: visible;
    position: absolute;
    width: 4.934px;
    height: 6.104px;
    left: 30.764px;
    top: 9.339px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

#Rectangle_89 {
    fill: rgba(165, 125, 44, 1);
}

.Rectangle_89 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 329px;
    top: 2377px;
}

#Rectangle_90 {
    fill: transparent;
    stroke: rgba(165, 125, 44, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.Rectangle_90 {
    position: absolute;
    overflow: visible;
    width: 131px;
    height: 37px;
    left: 333px;
    top: 2381px;
}

#Projeyi_ncele_wo {
    left: 342px;
    top: 2390px;
    position: absolute;
    overflow: visible;
    width: 71px;
    white-space: nowrap;
    text-align: left;
    font-family: Museo;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    color: rgba(255, 255, 255, 1);
}

#Group_159 {
    transform: matrix(1, 0, 0, 1, 433.9471, 2384.0551) rotate(-90deg);
    transform-origin: center;
    position: absolute;
    width: 4.804px;
    height: 22.89px;
    left: 0px;
    top: 0px;
    overflow: visible;
}

#Path_15_wq {
    fill: rgba(255, 255, 255, 1);
}

.Path_15_wq {
    overflow: visible;
    position: absolute;
    width: 22.89px;
    height: 4.804px;
    left: 0px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.dl-btn-1 {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 12;
    font-family: Museo, sans-serif !important;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: none;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 0 20px;
    line-height: 45px;
    background: rgba(21, 62, 53, 1);
    position: relative;
}

.dl-btn-border-1 {
    position: absolute;
    width: 100% !important;
    height: 100%;
    border: 2px solid rgba(21, 62, 53, 1);
    left: 5px;
    top: 5px;
    z-index: -1;
}

.dl-btn-border-2 {
    position: absolute;
    width: 100% !important;
    height: 100%;
    border: 2px solid rgba(165, 125, 44, 1);
    left: 5px;
    top: 5px;
    z-index: -1;
}

.dl-btn-1 i,
.dl-btn-2 i {
    margin-left: 5px;
    line-height: 45px;
}

.dl-btn-1:hover {
    background-color: rgba(165, 125, 44, 1) !important;
    color: #fff !important;
    transition: all 0.3s linear;
}

.dl-btn-1:hover .dl-btn-border-1 {
    border: 2px solid rgba(165, 125, 44, 1) !important;
}

.dl-btn-2 {
    display: inline-block;
    color: #fff !important;
    font-size: 12px;
    line-height: 12;
    font-family: Museo, sans-serif !important;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: none;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 0px 20px;
    line-height: 45px;
    background: rgba(165, 125, 44, 1);
    position: relative;
}

.dl-btn-2:hover {
    background-color: rgba(21, 62, 53, 1) !important;
    color: #fff !important;
    transition: all 0.3s linear;
}

.dl-btn-2:hover .dl-btn-border-2 {
    border: 2px solid rgba(21, 62, 53, 1);
     !important;
}

.card-meydan:hover {
    border: 6px solid rgba(206, 206, 206, 1);
}

.card-meydan:hover a {
    color: rgba(21, 62, 53, 1) !important;
}

.card-meydan:hover svg path {
    fill: rgba(21, 62, 53, 1) !important;
}

.card-meydan:hover .hover-h2,
.card-meydan:hover p {
    color: rgba(165, 125, 44, 1) !important;
}

.proje-flex-content {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.div-sol-proje a:hover svg path {
    fill: rgba(21, 62, 53, 1) !important;
}

.icon-slider-alt {
    position: relative;
    width: 33.659px;
    height: 40.415px;
    left: 0;
    top: 0px;
    overflow: visible;
    right: 0;
    margin: 0 auto;
}

.card-proje-mini:hover,
.card-harita:hover {
    transform: scale(1.1);
    transition: all 0.3s linear;
    cursor: pointer;
    background: rgb(20 31 53) !important;
}

.card-blog.cardblog-ana:hover {
    border: none !important;
}

.card-blog.cardblog-ana:hover .card-blog.cardblog-ana:before {
    background: rgba(21, 62, 53, 1) !important;
}

.card-blog:hover {
    border: 5px solid rgba(165, 125, 44, 1);
    transform: scale(1.1);
    transition: all 0.3s linear;
}

.card-blog:hover .card-image {
    transform: scale(1.005);
    transition: all 0.3s linear;
}

.card-proje-mini:hover svg path,
.card-harita:hover svg path {
    fill: #fff !important;
}

.card-proje-mini:hover span,
.card-harita:hover span,
.card-harita:hover a,
.card-harita:hover h2,
.card-harita:hover p {
    color: #fff !important;
}

.proje-carousel .owl-prev img,
.proje-carousel .owl-next img,
.proje-carousel-2 .owl-prev img,
.proje-carousel-2 .owl-next img {
    max-height: 20px;
}

.proje-carousel .owl-prev {
    position: absolute;
    bottom: 40px;
    left: 190px;
    background: #a57d2c;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
}

.proje-carousel .owl-next {
    position: absolute;
    bottom: 40px;
    left: 245px;
    background: #a57d2c;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
}

.proje-carousel-2 .owl-prev {
    position: absolute;
    bottom: 40px;
    right: 245px;
    background: #a57d2c;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
}

.proje-carousel-2 .owl-next {
    position: absolute;
    bottom: 40px;
    right: 190px;
    background: #a57d2c;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
}

.proje-carousel .owl-prev:hover,
.proje-carousel .owl-next:hover,
.proje-carousel-2 .owl-prev:hover,
.proje-carousel-2 .owl-next:hover {
    background: rgba(21, 62, 53, 1) !important;
}

.place-card place-card-large {
    display: none !important;
}

.yolicon {
    position: relative;
    top: 0px;
    overflow: visible;
    margin-right: 23px;
}

.card-harita a:hover svg path {
    fill: #fff !important;
}

.card-harita.cardactive {
    background: rgba(21, 62, 53, 1) !important;
}

.card-harita.cardactive svg path {
    fill: #fff !important;
}

.card-harita.cardactive span,
.card-harita.cardactive a,
.card-harita.cardactive h2,
.card-harita.cardactive p {
    color: #fff !important;
}

.cardblog-ana:before {
    background-color: rgb(165 125 44 / 89%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
}

.a-instagrams:hover svg path {
    fill: rgba(21, 62, 53, 1) !important;
    transition: all 0.3s linear;
}

.a-instagrams:hover {
    color: rgba(21, 62, 53, 1) !important;
    transition: all 0.3s linear;
}

.ckeckcontainer {
    border: 4px solid #e5e5e5;
    border-radius: 31px;
    padding: 5px 10px;
    width: 100%;
    position: relative;
    height: 60px;
    transition: all 0.1s linear !important;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.ckeckcontainer.activess {
    border: 4px solid rgb(20 31 53) !important;
    transition: all 0.1s erase-in;
}

.ckeckcontainer2 {
    padding: 10px 10px;
    position: relative;
    transition: all 0.1s linear !important;
}

.kvkkcheck {
    padding: 10px 10px;
    position: relative;
    transition: all 0.1s linear !important;
}

.ckeckcontainer h4 {
    line-height: 2px;
    margin-top: 5px;
    font-weight: bolder;
    font-size: 20px;
}

.ckeckcontainer2 h4 {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    margin-left: 45px;
}

.ckeckcontainer input,
.ckeckcontainer2 input,
.kvkkcheck input {
    opacity: 0;
}

.ckeckcontainer .checkmark {
    display: inline-block;
    width: 37px;
    height: 37px;
    cursor: pointer;
    background-image: url(../images/unchekedd.png);
    position: absolute;
    right: 10px;
    top: 8px;
    bottom: 0;
    margin: 0 auto;
    transition: all 0.1s linear !important;
}

.ckeckcontainer input:checked + .checkmark {
    background-image: url(../images/onay-2.png);
    transition: all 0.1s erase-in;
}

.kvkkcheck input:checked + .checkmark2 {
    background-image: url(../images/check-onay.png);
    transition: all 0.1s linear !important;
}

.kvkkcheck .checkmark2 {
    display: inline-block;
    width: 37px;
    height: 37px;
    cursor: pointer;
    background-image: url(../images/uncheck.png);
    position: absolute;
    left: 10px;
    top: 8px;
    bottom: 0;
    margin: 0 auto;
    transition: all 0.1s linear !important;
}

.ckeckcontainer2 .checkmark2 {
    display: inline-block;
    width: 37px;
    height: 37px;
    cursor: pointer;
    background-image: url(../images/unchekedd.png);
    position: absolute;
    left: 10px;
    top: 8px;
    bottom: 0;
    margin: 0 auto;
    transition: all 0.1s linear !important;
}

.ckeckcontainer2 input:checked + .checkmark2 {
    background-image: url(../images/onay-2.png);
    transition: all 0.1s linear !important;
}

@media (max-width: 992px) {
    .footermusteri{
        
        
        align-items: center !important;
    }
    .ckeckcontainer {
        width: 100%;
    }

    .m-div {
        height: 240px !important;
    }

    #villadetay-carousel .owl-dots {
        bottom: 3px !important;
        text-align: center;
    }

    .m2-div {
        height: 20px !important;
    }

    .slideshide {
        display: none !important;
    }

    .col-md-1 {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        max-width: 48%;
        margin: 1% !important;
    }

    .sondivs {
        display: block !important;
    }

    .hidemobiles {
        display: none !important;
    }

    .showmobiles {
        display: block !important;
    }
}

@media (min-width: 992px) {
    #villadetay-carousel .owl-dots {
        bottom: 50px !important;
        text-align: center;
    }

    .hidemobiles {
        display: block !important;
    }

    .showmobiles {
        display: none !important;
    }
}

.projects-content {
    padding: 2px !important;
    top: 41.33%;
    margin: 0 auto;
}

.slide {
    margin-bottom: 10px;
}

.hist .scale .h5 {
    font-size: 16px !important;
}

.hist ul li p {
    font-size: 13px !important;
}

.btnvaziyet:hover {
    transform: scale(1.06);
    transition: all 0.3s linear;
}

a.btnincele.img-popup {
    float: none !important;
    margin-left: 30px !important;
    border: 1px solid #4f9969;
}

.derecediv img {
    margin-top: -40px !important;
}

@media (max-width: 1025px) {
    .derecediv {
        padding-left: 0.5rem !important;
    }

    .derecediv img {
        margin-left: 181px !important;
    }
}

.dl-slider .dl-caption.big {
    font-size: 30px !important;
    letter-spacing: 0px !important;
    margin-top: -14px;
}

.dl-slider .overlay {
    background: transparent !important;
    background: transparent linear-gradient(270deg, #2a2f3300 0%, #3babe178 95%, #3babe178 100%) 0% 0% no-repeat padding-box !important;
}

.vbox-num {
    display: none !important;
}

#villa-carousel .owl-dots {
    display: none !important;
}

@media (min-width: 1920px) {
  
    .im-termo{
        height: 960px !important;
    }
    .body-termo{
        height: 880px !important;
    }
    .a-hakkimizda .ana-hakkimizda-kisa-text p{
        padding-right: 300px !important;
    }
    ul.nav > li > a {
    color: #101010;
    font-family: Museo, sans-serif !important;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px !important;
    letter-spacing: 0;
    font-size: 17px !important;
    font-weight: 600;
    line-height: 80px;
    z-index: 1;
}
    .vdd {
        bottom: 0px !important;
    }

    #ayricalik-carousel .owl-dots {
        display: block !important;
    }
}

@media (min-width: 1025px) {
    .digervilla-carousel.blo .owl-prev {
        left: 93% !important;
    }
}

@media (min-width: 1024px) {
    .digervilla-carousel.blo .owl-prev {
        left: 91%;
    }

    .popup-container .popup .popup-inner {
        width: 90% !important;
        box-sizing: border-box;
        padding: 50px !important;
        height: 94vh;
    }

    .sbtn {
        margin-right: -110px !important;
    }
}

@media (min-width: 1200px) {
    .popup-container .popup .popup-inner {
        width: 84% !important;
        box-sizing: border-box;
        padding: 50px !important;
    }
}

@media (min-width: 1440px) {
    .popup-container .popup .popup-inner {
        width: 81% !important;
        box-sizing: border-box;
        padding: 50px !important;
        height: 90vh !important;
    }
}

@media (min-width: 1441px) {
    .popup-container .popup .popup-inner {
        width: 66% !important;
        box-sizing: border-box;
        padding: 80px !important;
        height: 98vh !important;
        overflow: auto !important;
    }
}

@media (min-width: 1920px) {
    .popup-container .popup .popup-inner {
        width: 70% !important;
        box-sizing: border-box;
        padding: 85px !important;
        height: 96vh !important;
        overflow: auto !important;
        overflow-y: auto !important;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
    }
}

@media (min-width: 2560px) {
      .p-35{
      padding: 0 35px !important;  
    }
    .list-men a {
    padding: 0 35px !important;
}
    #galerikare2-carousel .owl-prev {
           left:79% !important;
          }
        .project-item.itemdetays{
               height:600px !important;
          } 
    .popup-container .popup .popup-inner {
        width: 61% !important;
        box-sizing: border-box;
        padding: 100px !important;
        height: 60vh !important;
        overflow-y: auto !important;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .popup-container .popup .popup-inner {}

    #ayricalik-carousel .owl-dots {
        display: none !important;
    }

    .vbtn {
        margin-top: -150px;
    }

    .sbtn {
        margin-right: -60px !important;
    }
}

#villadetay-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 3px;
    position: relative;
    text-align: center;
    opacity: 0.34;
    margin-left: 20px !important;
}

#villadetay-carousel .owl-dots .owl-dot.active {
    background-color: #68a87f;
    opacity: 1;
}

.slicknav_nav {
    line-height: 17px !important;
}

@media (max-width: 768px) {
    .digervilla-carousel.blo .owl-prev {
        position: absolute;
        left: 77% !important;
        right: 100px;
        top: -46px !important;
        display: inline-block;
    }

    .digervilla-carousel.blo .owl-next {
        top: -46px !important;
    }

    .cols-list {
        top: 10px !important;
    }

    a.btnincele.img-popup {
        margin-left: 0px !important;
    }

    .slideralt {}

    .inner-layer div {
        letter-spacing: 1px !important;
    }

    .dl-slider .dl-caption.big {
        font-size: 15px !important;
        letter-spacing: 0px !important;
    }

    .pss {
        margin-right: -40px !important;
    }

    .emsdetay h3 {
        font-size: 30px !important;
    }

    .vresim {
        transform: scale(1) !important;
    }

    .tarihrow {
        padding: 1px !important;
    }

    .popup-container .popup .popup-inner,
    .popup-container2 .popup .popup-inner {
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        transition: 250ms all;
        line-height: -13px;
        overflow-y: scroll;
        height: 100vh;
    }
}

@media (min-width: 1681px) {
    .m1 {
        font-size: 16px;
    }

    .m2 {
        font-size: 13px !important;
    }
}

.incelediv h2 {
    font-size: 25px !important;
}

.project-item img {
    width: none !important;
}

.imgzoom {
    width: 100% !important;
}

@-webkit-keyframes pulse_effect3 {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(42, 47, 51, 0.3);
        box-shadow: 0 0 0 5px rgba(42, 47, 51, 0.3);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(42, 47, 51, 0.2);
        box-shadow: 0 0 0 10px rgba(42, 47, 51, 0.2);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(42, 47, 51, 0.1);
        box-shadow: 0 0 0 15px rgba(42, 47, 51, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(42, 47, 51, 0.1);
        box-shadow: 0 0 0 20px rgba(42, 47, 51, 0.1);
    }
}

@-o-keyframes pulse_effect3 {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(42, 47, 51, 0.3);
        box-shadow: 0 0 0 5px rgba(42, 47, 51, 0.3);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(42, 47, 51, 0.2);
        box-shadow: 0 0 0 10px rgba(42, 47, 51, 0.2);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(42, 47, 51, 0.1);
        box-shadow: 0 0 0 15px rgba(42, 47, 51, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(42, 47, 51, 0.1);
        box-shadow: 0 0 0 20px rgba(42, 47, 51, 0.1);
    }
}

@keyframes pulse_effect3 {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(42, 47, 51, 0.3);
        box-shadow: 0 0 0 5px rgba(42, 47, 51, 0.3);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(42, 47, 51, 0.2);
        box-shadow: 0 0 0 10px rgba(42, 47, 51, 0.2);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(42, 47, 51, 0.1);
        box-shadow: 0 0 0 15px rgba(42, 47, 51, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(42, 47, 51, 0.1);
        box-shadow: 0 0 0 20px rgba(42, 47, 51, 0.1);
    }
}

.derece3 {
    -webkit-animation: pulse_effect3 15s infinite linear !important;
    -o-animation: pulse_effect3 15s infinite linear !important;
    animation: pulse_effect3 15s infinite linear !important;
    border-radius: 50% !important;
}

.footersosyal a:hover i {
    color: #fff !important;
    transform: scale(1.4);
    transition: all 0.1s linear;
}

#tarihce-carousel .owl-prev img:hover,
#tarihce-carousel .owl-next img:hover {
    opacity: 1 !important;
}

#tarihce-carousel .owl-prev span:hover,
#tarihce-carousel .owl-next span:hover {
    opacity: 1 !important;
}

#tarihce-carousel .owl-prev span:hover img,
#tarihce-carousel .owl-next span:hover img {
    opacity: 1 !important;
}

.digervilla-carousel .owl-prev img:hover,
.digervilla-carousel .owl-next img:hover {
    opacity: 1 !important;
}

.digervilla-carousel .owl-prev span:hover,
.digervilla-carousel .owl-next span:hover {
    opacity: 1 !important;
}

.digervilla-carousel .owl-prev span:hover img,
.digervilla-carousel .owl-next span:hover img {
    opacity: 1 !important;
}

.hist ul li p {
    line-height: 18px !important;
}

.digervilla-carousel .owl-prev {
    position: absolute;
    left: 0;
    right: 100px;
    top: -60px;
    display: inline-block;
}

.digervilla-carousel .owl-next {
    position: absolute;
    top: -60px;
    display: inline-block;
}

#digervilla .owl-prev,
#digervilla .owl-next {
    top: -50px !important;
}

#tarihce-carousel .owl-prev,
#tarihce-carousel .owl-next {
    top: -50px !important;
}

#tarihce-carousel .owl-prev {
    right: 120px !important;
}

.hist .scale .h5 {
    margin-top: 10px;
}



.naccs .menu div {
    padding: 23px 43px 15px 20px !important;
    text-align: left !important;
}

.naccs .menu div span.light {
    background-color: transparent !important;
}

.menu div.active img {
    opacity: 1 !important;
}

#gonder2:hover {
    background: #3cabe2 !important;
    border: 3px solid #3cabe2 !important;
}

.a::after,
.a2::after {
    background-image: url(../img/sagbeyaz.png) !important;
    background-size: 0.7rem !important;
}

.form-control::placeholder {
    font-size: 13.5px !important;
}

.vresim:hover {}

.btnincele2 {
    background: none;
    color: #ffffff;
    border: 2px solid #101010;
    font-size: 13px;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    /* margin-bottom: 40px; */
    z-index: 1;
    background: #fff;
    border-radius: 50px;
}


.btnincele3 {
    background: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 13px;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    /* margin-bottom: 40px; */
    z-index: 1;
    padding: 15px 40px !important;
    background: #101010;
    border-radius: 50px;
}

.btnincele3:hover {
    background-color: #3cabe2 !important;
    color: #fff;
}

.btnincele3:hover img {
    content: url('../img/sagbeyaz.png');
}

.villa-content h2:nth-child(2) {
    font-weight: 400 !important;
}

@media (max-width: 1024px) {
    .cardss {
        width: 100% !important;
        margin: 0% !important;
    }

    .project-2 .project-item,
    .js .slicknav_menu {
        display: block;
    }

    .slicknav_menu {
        z-index: -1;
    }

    .slicknav_menu.openm {
        z-index: 1;
    }
}

ul.slicknav_nav > li > a:hover,
ul.slicknav_nav > li > a:focus,
ul.slicknav_nav > li > a.active {
    background: none;
    color: #a88234;
    opacity: 1;
}

#havuz-carousell2 .owl-dots {
    right: -17px !important;
    top: 25% !important;
    bottom: 0 !important;
    margin: 0 auto !important;
    position: absolute !important;
    left: none !important;
    width: 0% !important;
}

ul.nacc {
    /* height: 100%; */
}

@media (max-width: 768px) {
    ul.nacc {
        height: 1050px;
    }

    .postaresim {
        width: 100% !important;
    }

    .videoresim {
        width: 100% !important;
    }

    .bottom-menu li a span {
        font-size: 16px !important;
    }
}

@media (max-width: 700px) {
    .bottom-menu li a span {
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    .phone span {
        top: 26px !important;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        font-size: 14px !important;
        line-height: 6px !important;
    }

    .cols-list > .list-item {
        line-height: 27px;
    }

    .footer-section {
        margin-bottom: 130px !important;
    }

    #scroll-to-top {
        bottom: 100px !important;
        right: 1px !important;
    }

    .ll-top {
        margin-top: 20px;
    }
}

html,
body {
    overflow-x: hidden !important;
}

@media (max-width: 1024px) {
    .sagdiller {
        display: none !important;
    }

    .header-section .navbar-brand {
        margin-top: 5px;
    }

    .header-section .navbar-brand img {
        max-height: 42px !important;
        margin-top: -3px !important;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 22px !important;
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: 30px !important;
    }
}

@import url(jquery-ui.min.css);
@import url(animate.css);
@import url(css-plugin-collections.css);
@import url(preloader.css);
@import url(custom-bootstrap-margin-padding.css);
@import url(preloader.css);
@import url(responsive.css?v=3);
@import url(usst.css?v=2.2);
@import url(colors/colors.css);

.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    visibility: hidden;
    z-index: 999;
    padding-bottom: 10px;
}

.bottom-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    columns: 5;
    column-gap: 0
}

.bottom-menu li {
    padding-top: 10px;
    border-top: #153e35 solid 5px;
}

.bottom-menu li:nth-child(2) {
    border-color: rgba(165, 125, 44, 1)
}

.bottom-menu li a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.bottom-menu li a span {
    margin-top: 10px;
    font-size: 12px;
    color: #2d5c79
}

ul.ks-cboxtags {
    list-style: none;
    margin: 0;
    padding: 0;
    width: fit-content;
    margin: 0 auto
}

ul.ks-cboxtags li {
    display: inline;
    text-align: center
}

ul.ks-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s
}

ul.ks-cboxtags li label {
    padding: 6px 9px;
    cursor: pointer;
    font-size: 13px;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: normal;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out
}

ul.ks-cboxtags li input[type="text"] {
    line-height: 35px;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #252A2D;
    background-color: #252A2D;
    color: #fff;
    transition: all .2s
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0
}

ul.ks-cboxtags li input[type="checkbox"]:focus + label {
    border: 2px solid #252A2D
}

.teklif-al-area {
    padding: 20px
}

.teklif-al-area .title {
    font-weight: 600;
    font-size: 12px;
    color: rgb(20 31 53);
}

.teklif-al-area .subtitle {
    font-weight: 300;
    font-size: 12px;
    color: rgb(21 62 53);
    margin-bottom: 15px
}

.bottom-bar-form {}

.bottom-bar-form input {
    padding-left: 20px;
    width: 100%;
    height: 36px;
    background: transparent;
    border: 1px solid #153e3530;
    font-weight: 300;
    font-size: 12px;
    color: #153e35;
    margin-bottom: 10px
}

.bottom-bar-form textarea {
    padding-left: 20px;
    width: 100%;
    height: 76px;
    background: transparent;
    border: 1px solid #153e3530;
    font-weight: 300;
    font-size: 12px;
    color: #153e35;
    margin-bottom: 10px
}

.bottom-bar-form input::placeholder {
    font-weight: 300;
    font-size: 12px;
    color: #153e35
}

.bottom-bar-form textarea::placeholder {
    color: #153e35
}

.bottom-button {
    width: 100%;
    height: 42px;
    background: rgb(20 31 53);
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border: none;
    margin-top: 5px
}

.bottom-button:disabled {
    background: #1a4e6d;
}

@media only screen and (max-width:768px) {
    .bottom-bar {
        display: block;
        visibility: unset;
    }
}

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .bottom-bar {
        padding-bottom: 20px;
    }
}

.a::before {
    border-radius: 31px;
    bottom: unset !important;
}

.popup-container .popup .popup-inner .popup-title .popup-close-btn {
    padding: 5px 15px !important;
}

.arazivideo .video-play-bg {
    /* background-image: url(../img/banarazi.jpg) !important; */
}

.cardss:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2) !important;
}

.digervilla-carousel.blo .owl-prev {
    position: absolute;
    /* left: 87%; */
    right: 61px;
    top: -50px;
    display: inline-block;
}

.digervilla-carousel.blo .owl-next {
    position: absolute;
    top: -50px;
    display: inline-block;
    right: 41px !important;
}

.header-section {
    /* margin-top:100px; */
}

.header-section.navbar-fixed-top {
    margin-top: -30px !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px !important;
    }
}

@media (device-width: 1920px) {
      .p-35{
      padding: 0 30px !important;  
    }
    .list-men a {
    padding: 0 30px !important;
}
    .container.device1920 {
        max-width: 1700px !important;
    }
}

@media (device-width: 2560px) {
    .ckeckcontainer {
        width: 100% !important;
        height: 70px !important;
    }

    .container.device1920 {
        max-width: 2100px !important;
    }
}

.slick-arrow {
    /* display: none !important; */
}


.footer-sosyal-medya a:hover {
    background: #ed3439 !important;
}

input:focus:not([type=checkbox]),textarea:focus{
		border-bottom: 2px solid #000 !important;
	}


a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.01s !important;
    -o-transition: all 0.01s !important;
    transition: all 0.01s !important;
}

	.a-tumurunler:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #f79b3c !important;
    transition: width .2s ease-in;
    border-bottom: none !important;
}
	.a-tumurunler:hover {
    border-bottom: none !important;
    color: #f79b3c !important;
}
	.a-tumurunler:hover::after {
    width: 90px;
    height: 1px;
    border-bottom: none !important;
		margin-top: 0px;
        margin-left: 1.5rem!important;
}

	@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 16.285714%;
    width: 15.285714%;
    max-width: 16.285714% !important;
    flex:
    none !important;
    margin: 0.69%;
    padding: 0;
  }
}


@media (device-width: 1024px) {
    .btnincele3.mobile-100.incele-urun{
        margin-left: -100px;
    }
    #galerikare2-carousel .owl-prev,#galerikare2-carousel .owl-next,.digervilla-carousel .owl-prev, .digervilla-carousel2 .owl-prev,.digervilla-carousel .owl-next, .digervilla-carousel2 .owl-next {
        border:none !important;
        
    }
    
	.contactcard{
	position: absolute;
    bottom: 7px;
    right: 40px;
	
}
      .seven-cols .col-md-1{
                margin:11px !important;
            }
}

.fbottom h6 p{
    color:#fff !important;
}

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 8px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
  color: #101010;
  font-size: 16px;
}

.header li a.active {
font-weight:600 !important;
}


.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  /* border-top: 2px solid #041932; */
  overflow: scroll;
  z-index: 11;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #041932;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #041932;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 400px;
  /* border-top: 2px solid #041932; */
  /* border-bottom: 2px solid #041932; */
  box-shadow: 2px gret;
  box-shadow: 1px 1px 5px #041932ba;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 1025px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon,.header {
    display: none;
  }
    
    #header{
        display: block !important;
    }
    
}
@media (max-width: 1025px) {

    #header{
        display: none;
    }
}

input[type=checkbox]:before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 19px;
    color: transparent !important;
    display: block;
    width: 25px;
    height: 25px;
    border: 3px solid #101010 !important;
    margin-right: 7px !important;
    /* border-radius: 7px !important; */
}

input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
}

input[type=checkbox]:checked:before {
    color: #000 !important;
}



#galerikare-carousel .owl-prev {
	    position: absolute;
	    bottom: 10px;
	    left: -155px;
	    background: #ffffff;
	    border-radius: 50%;
	    height: 50px;
	    width: 50px;
	    line-height: 45px;
	    text-align: center;
}
#galerikare-carousel .owl-next {
	    position: absolute;
	    bottom: 10px;
	    left: -100px;
	    background: #ffffff;
	    border-radius: 50%;
	    height: 50px;
	    width: 50px;
	    line-height: 45px;
	    text-align: center;
}

#galerikare-carousel .owl-item img, #galerikare2-carousel .owl-item img {
    width: 15% !important;
}

.selectfilter select, .selectfilter button {
    border-radius: 50px;
    display: block;
    width: 240px;
    color: rgba(53,65,72,1) !important;
    margin: 5px 0px;
    padding: 0px 30px;
    font-size: 14px;
    line-height: 1.75;
    background-position-x: 93% !important;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3.5rem + 2px) !important;
}


    .card-hizmetler-sayfa:nth-child(even) .card-hizmetler-detay {
    right: 0;
    left: unset !important;
}
    .proje-detaylar ul{
        list-style: disc !important;
        padding: 25px !important;
    }
      .proje-detaylar ul li{
        font-size: 14px !important;
        
    }





 @media (min-width: 767px) {
    .fbottom a {
    color: rgba(37,49,56,1);
    font-size: 17px;
}
}
    @media (max-width: 767px) {
        #galerikare2-carousel .owl-next {
    position: absolute;
    top: -75px !important;
    left: 83% !important;
            
        }
        
        #galerikare2-carousel .owl-prev {
    position: absolute;
    top: -75px !important;
    left: 68% !important;
            
        }
       .im-termo {

    height: 350px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    z-index: 0;
}
        .mpl-5{
            padding-left: 1rem !important;
        }
          .mpl-55{
            padding-left: 0rem !important;
        }
         .mpl-2rem{
            padding-left: 2rem !important;
             margin-top: 20px;
        }
        .inner-layer.slider-ana-slogan div{
            line-height: 50px !important;
            font-size: 2rem !important;
        }
     
        .fbottom a {
    color:  #101010;
    font-size: 14px;
}
        .menu-tops {
    overflow-x: scroll;
}
        ul.fix-menu-top {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: start !important;
    align-items: center;
    /* overflow-x: scroll; */
    /* width: 100%; */
    margin-left: -30px;
    margin-top: 21px;
}
.inner-layer div {
    letter-spacing: 0px !important;
    font-size: 14px !important;
}
    
    }
    
    
    .icon-slider-alt svg path{
        fill:#f79b3c !important;
    }
    .icon-slider-alt{
        margin-bottom:15px;
    }
    
     @media (min-width: 1023px){
    .dl-slider .overlay {
}
    .project-item:nth-child(2), .project-item:nth-child(4), .project-item:nth-child(5),.project-item:nth-child(7), .project-item:nth-child(10), .project-item:nth-child(12), .project-item:nth-child(13), .project-item:nth-child(15){
        height:380px !important;
    }
    
      .project-item:nth-child(5), .project-item:nth-child(7), .project-item:nth-child(13), .project-item:nth-child(15){
        margin-top:-115px !important;
    }
    
         
         .project-item.itemdetay{
                     margin-top:-0px !important;
                     height: 460px !important;
         }
    }
    
    
    @media (max-width: 768px){
           .d-none-m{
            display: none !important;
        }
                .dl-slider .slick-dots {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 0 !important;
    bottom: 30px !important;
    margin: 0 auto !important;
    list-style: none !important;
    padding-left: 0rem !important;
    right: 0 !important;
    padding: 0 !important;
}
        .dl-slider .slick-dots li button {

    border: 1px solid #ffffff !important;
}
      .dl-slider .slick-dots li {
    display: inline-block !important;
    margin: 0 9px;
}
        .dl-slider .slick-dots li.slick-active button {
    background-color: #000 !important;
    transition: all 0.3s ease-in-out;
            border: 1px solid #000 !important;
}
       .digervilla-carousel.blo .owl-prev {
    left: 80% !important;
    top: -53px !important;
 
} 
        .digervilla-carousel.blo .owl-next {
    top: -53px !important;
}
        
        
.contact-info, .contact-form,.mobildiviletisim {
    padding-left: 0 !important;
}
    }
    
    #tarih-carousel .owl-prev{
       
            position: absolute;
    bottom: 50px;
    left: 38%;
    background: #101010;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
        
    }
      #tarih-carousel .owl-next{
       
            position: absolute;
    bottom: 50px;
    left: 43%;
    background: #101010;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
        
    }
    
    
 #galerikare2-carousel .owl-prev {
    position: absolute;
    top: -85px;
    left: 74%;
    background: #ffffff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #3cabe2;
}


 #galerikare2-carousel .owl-next {
    position: absolute;
    top: -85px;
    left: 85%;
    background: #ffffff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #3cabe2;
}

     #tarih-carousel .owl-prev:hover,#tarih-carousel .owl-next:hover,   #galerikare-carousel .owl-prev:hover,#galerikare-carousel .owl-next:hover,#galerikare2-carousel .owl-prev:hover,#galerikare2-carousel .owl-next:hover{
        background: #3cabe2 !important;
    }
        @media (device-width: 1920px){
          .project-item.itemdetays{
               height:430px !important;
          } 
            #galerikare2-carousel .owl-prev {
           left:77% !important;
          }
}
      @media (min-width: 1920px){
       
          .seven-cols .col-md-1{
              height:310px !important;
          }
          
              #tarih-carousel .owl-prev{
  left: 40% !important;
          }
          
    }
    
    .ana-hakkimizda-kisa-text p{
        font-weight: normal;
    font-size: 14px !important;
    color: #101010 !important;
    opacity: 0.441 !important;
        margin-top:15px;
        
    }
    
    .proje-ana-aciklama p{
          font-size: 13px !important;
    color: #fff !important;
    opacity: 0.441 !important;
        padding-right: 15px;
    }
          @media (max-width: 992px){
              .ana_tarihler{
                  height:330px !important;
              }
              .mob-center{
                  text-align: center !important;
              }
              
              .ana_tarihler  span{
                  font-size:110px !important;
                  
              }
                  .ana_tarihler  h3{
                  font-size:30px !important;
                  
              }
              
              
                    #galerikare-carousel .owl-prev{
                left: 2% !important;
                top: 40%;
                top: -96px !important;
                left: 68% !important;
                }
                 #galerikare-carousel .owl-next{
                left: 86% !important;
                top: 40%;
                top: -96px !important;
                left: 83% !important;
                }
              
              
              .Path_17,.Path_25{
                  display: none !important;
              }
              .allprojelerbtn{
                  float: left !important;
              }
              #tarih-carousel .col-md-6.resim{
                  height:80vh !important;
              }
                    #tarih-carousel .owl-prev{
                top: 51% !important;
                left: 65% !important;
                      }
                 #tarih-carousel .owl-next{
                top: 51% !important;
                left: 80% !important;
                      }
              
              .card-projelers{
                  border:none !important;
                  margin-bottom:20px;
              }
              .card-urun-anasayfa-text{
                  width:100% !important;
              }
          .margin-right-40-mobil{
        margin-right:0px !important;
        margin-bottom:40px !important;
    }     
              
    }
   
    
      @media (max-width: 767px){
          .list-item.ilk{
              width: 100%;
          }
          .footer-back-mob{
             background: linear-gradient(120deg, #fff 65%, #fff 50%)  !important;
          }
       .div-m_v{
              display: none !important;
          }
          .urnbaslik{
              font-size:19px !important;
          }
          .header-height{
              height: 110px !important;
    margin-top: -20px !important;
          }
          .header-section{
              height:0 !important;
          }
        .top-108{
            
            margin-top: 0px !important;
            
        }
          .page-header {
    margin-top: 0 !important;
}
          
          
    }
    .footermusteri:hover span{
        background: #ed3439 !important;
    }
    
    .musterifooter:hover svg path,.musterifooter:hover ellipse,.musterifooter:hover *{
       stroke: #3d9da2 !important;
        color:#f79b3c !important;
    }
    
    .header-section.navbar-fixed-top .analogo_header{
        max-height:40px !important;
    }
.header .menu-icon {

padding: 16px 20px !important;

margin-top: 15px;
}
    .page-header.padding h1{
        font-weight: bolder !important;
        color: #f79b3c !important;
    }
       .page-header.padding a span{
        font-weight: bolder !important;
        color: #fff !important;
    }
    .fix-tops {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    position: fixed;
    top: 70px;
    z-index: 111;
    box-shadow: 1px 3px 7px 0px #88888875;
    width: 100%;
    transition: all 0.1s linear;
    background: #3d9da2;
}
    ul.fix-menu-top {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
    ul.fix-menu-top li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    list-style: none;
    border-right: 1px solid #ffffff2e;
    text-align: center;
}
    ul.fix-menu-top li a {
    font-size: 18px;
    color: #fff;
}
    ul.fix-menu-top li a.active, ul.fix-menu-top li.active a {
    font-weight: bolder !important;
    color: #101010 !important;
}
    ul.fix-menu-top li:last-child {
    border-right: 0px solid #00000029 !important;
}
    
    ul.nav > li > a:focus, ul.nav > li.active > a {
    background: none;
    color: #3babe1;
    opacity: 1;
    font-weight: 600 !important;
}
    
    @keyframes zoominoutsinglefeatured {
 0% { transform:scale(1,1); }
50% { transform:scale(1.2,1.2); }
100% {
    transform:scale(1,1); 
}

}
 
.flex-verticals{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.cols-list-slider a{
    margin-bottom: 15px;
}
.cols-list-slider a:hover{
    background: #000;
    border-radius: 50px !important;
    padding: 2px 4px;
}

.search {
  position: relative;
  width: 100%;
  height: 3rem;
  padding-left: 1.5rem;
  border-radius: 1.5rem;
  background: #ffffff;
  transition: transform 200ms ease-in-out;
}
.search::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-in-out;
}
.search input {
  all: unset;
  height: 100%;
  color: #333355;
  /* width: 100%; */
}
.search input::placeholder {
  color: inherit;
  opacity: 0.3;
}
.search button {
  all: unset;
  position: absolute;
  right: 0;
  height: 3rem;
  padding-left: 3rem;
  border-top-right-radius: 1.5rem;
  background: #000000;
  cursor: pointer;
  border-bottom-right-radius: 1.5rem;
}
.search button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top-left-radius: 1.5rem;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.search button:hover::before {
  opacity: 1;
}
.search button label {
  display: block;
  opacity: 0;
  color: white;
  width: 0;
  transition: width 200ms ease-in-out, opacity 100ms ease-in-out;
}
.search button .search-icon {
  position: absolute;
  height: 0.875rem;
  width: 0.875rem;
  top: 1rem;
  left: 0.875rem;
  border: 0.125rem solid #3cabe2;
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(-45deg);
}
.search button .search-icon::after {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 0.125rem;
  background: #3cabe2;
  left: calc(50% - (0.125rem / 2));
  bottom: -0.6rem;
}
.search:has(input:not(:placeholder-shown)) button label {
  opacity: 1;
  width: 3rem;
  margin-left: -0.5rem;
  padding-right: 1rem;
}
.search:has(input:focus) {
}
.search:has(input:focus)::before {
  opacity: 1;
}
.s-input::placeholder{
    color:#3cabe2 !important;
    font-weight: bolder;
    opacity:0.9 !important;
}
#galerikare-carousel .owl-next:hover img,#galerikare2-carousel .owl-next:hover img {
    content: url('../img/sagbeyaz.png');
}
#galerikare-carousel .owl-prev:hover img,#galerikare2-carousel .owl-prev:hover img {
    content: url('../img/solbeyaz.png');
}
.p-anas p{
    color:rgba(20,31,53,1) !important;
    opacity:0.641 !important;
}

#Ellipse_6 {
		opacity: 0.43;
		fill: rgba(255,255,255,1);
	}
	.Ellipse_6 {
		position: absolute;
		overflow: visible;
		width: 78px;
		height: 75px;
		left: -30px;
		top: -28px;
	}
	#Ellipse_7 {
		fill: rgba(255,255,255,1);
	}
	.Ellipse_7 {
		position: absolute;
		overflow: visible;
		width: 60px;
		height: 57px;
		left: -21px;
		top: -19px;
	}
	#Group_2337 {
		position: absolute;
		width: 16.886px;
		height: 16.911px;
		left: 0;
		top: 0;
		overflow: visible;
	}
	#Path_329_gz {
		fill: rgba(94,169,220,1);
	}
	.Path_329_gz {
		overflow: visible;
		position: absolute;
		width: 5.625px;
		height: 5.638px;
		left: 11.262px;
		top: 0px;
		transform: matrix(1,0,0,1,0,0);
	}
	#Path_330_g {
		fill: rgba(94,169,220,1);
	}
	.Path_330_g {
		overflow: visible;
		position: absolute;
		width: 5.627px;
		height: 5.639px;
		left: 0.006px;
		top: 11.273px;
		transform: matrix(1,0,0,1,0,0);
	}
	#Path_331_g {
		fill: rgba(94,169,220,1);
	}
	.Path_331_g {
		overflow: visible;
		position: absolute;
		width: 5.634px;
		height: 5.638px;
		left: 0px;
		top: 0px;
		transform: matrix(1,0,0,1,0,0);
	}
	#Path_332_g {
		fill: rgba(94,169,220,1);
	}
	.Path_332_g {
		overflow: visible;
		position: absolute;
		width: 5.627px;
		height: 5.635px;
		left: 11.259px;
		top: 11.276px;
		transform: matrix(1,0,0,1,0,0);
	}
.btnincele3.mobile-100:hover{
background-color: #000 !important;
}
a{
    transition: all 0.1s linear;
}
#aboneforum input::placeholder{
    color:#fff !important;
}
.foot-icon i{
    color:rgba(198,211,223,1) !important;
}
.foot-icon a{
    background:transparent !important;
    font-size: 14px !important;
}
.foot-icon a:hover{
background-color: transparent !important;
}
.foot-icon a:hover i{
    color:rgba(94,169,220,1) !important;
}
.list-men a{
    padding: 0 12px;
}
.kvkk-a a:hover{
  color: rgba(94,169,220,1) !important;  
   }
.urun-grup-div:hover .hover-beyaz{
    color:#fff !important;
}

.urun-grup-div:hover .hover-mavi{
    color:rgba(156,189,228,1) !important;
    opacity: 1 !important;
  
}

.urun-grup-div2 .hover-mavi:hover i{
     background:rgba(26,173,227,1) !important;
    opacity: 1 !important;
    font-weight: bolder !important;
    color: #fff !important;
  
}
.urun-grup-div a:focus{
        border: none !important;

}
.urun-grup-div:hover .hover-mavi2{
    color:rgba(94,169,220,1) !important;
    opacity: 1 !important;
    border: none !important;
    font-weight: bolder !important;
}
.urun-grup-div:hover .hover-mavi2 i{
    background:rgba(26,173,227,1) !important;
    opacity: 1 !important;
    border:1px solid rgba(26,173,227,1) !important;
    font-weight: bolder !important;
    color: #fff !important;
}

.urun-grup-div:hover .resim-hover{
    display:none !important;
}
.urun-grup-div::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, #fff, #fff);
    border-radius: 35px;
    z-index: -1;
    opacity: 1;
    transition: opacity 0.1s ease;
        border: 1px solid rgb(156 189 228 / 67%);
}


.urun-grup-div:hover::before {
    opacity: 0;
  }

.urun-grup-div:hover::after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(0,0,0,1), rgba(0,0,0,1));
    opacity: .67;
    border-radius: 35px;
    border:1px solid rgba(94,169,220,1) !important;
     z-index: -1;
}
a:hover {
    transition: all 150ms ease !important;
}
.urun-grup-div2:hover{
        border:1px solid rgba(94,169,220,1) !important;

}
.urun-grup-div2{
    transition: all 0.1s linear;
}
.digervilla-carousel .owl-prev,.digervilla-carousel2 .owl-prev {
    position: absolute;
    top: -87px;
    left: 91.5%;
    background: transparent;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #3cabe2;
}

.digervilla-carousel .owl-next,.digervilla-carousel2 .owl-next {
    position: absolute;
    top: -87px;
    left: 96%;
    background: transparent;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #3cabe2;
}


 .digervilla-carousel .owl-prev:hover,  .digervilla-carousel .owl-next:hover,.btnincele3.mobile-100.incele-urun:hover,.digervilla-carousel2 .owl-prev:hover,  .digervilla-carousel2 .owl-next:hover,.btnincele3.mobile-100.incele-uruns:hover{
    background: #3cabe2 !important;
     color:#fff !important;
}
 .digervilla-carousel .owl-prev:hover img,.digervilla-carousel2 .owl-prev:hover img  {
    content: url(../img/solbeyaz.png);
}
 .digervilla-carousel .owl-next:hover img,.digervilla-carousel2 .owl-next:hover img {
    content: url(../img/sagbeyaz.png);
}

@media (min-width: 2560px) {
    .digervilla-carousel .owl-prev, .digervilla-carousel2 .owl-prev {
    left: 94%;

}

.digervilla-carousel .owl-next,.digervilla-carousel2 .owl-next  {
   
    left: 97%;

}
    .btnincele3.mobile-100.incele-urun{
        margin-left: 170px;
    }
    
}

@media (max-width: 768px){
.digervilla-carousel .owl-next,.digervilla-carousel2 .owl-next {
    position: absolute;
    top: -64px !important;
    left: 83% !important;
}
.digervilla-carousel .owl-prev,.digervilla-carousel2 .owl-prev {
    position: absolute;
    top: -64px !important;
    left: 67% !important;
}
}
.flex-duz{
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
@media (min-width: 769px){
.urunler-sayfa.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
    margin: 0.5%;
}
.urunler-sayfa.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 24%;
    margin: 0.5%;
}
}

@media (min-width: 1920px){
.project-item.itemdetay {
    margin-top: 0px !important;
    height: 668px !important;
}
}