@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500;6..96,600;6..96,700;6..96,800&display=swap');

@font-face {
    font-family: BeyondInfinity;
    src: url(../fonts/BeyondInfinity-Demo.ttf);
}

@font-face {
    font-family: "Geometria";
    src: url(../fonts/Geometria-Thin.ttf) format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: "Geometria";
    src: url(../fonts/Geometria-ExtraLight.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: "Geometria";
    src: url(../fonts/Geometria-Light.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Geometria";
    src: url(../fonts/Geometria.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Geometria";
    src: url(../fonts/Geometria-Medium.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Geometria";
    src: url(../fonts/Geometria-Bold.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "Geometria";
    src: url(../fonts/Geometria-ExtraBold.ttf) format("truetype");
    font-weight: 800;
}

@font-face {
    font-family: "Geometria";
    src: url(../fonts/Geometria-Heavy.ttf) format("truetype");
    font-weight: 900;
}


/*mainroot*/
:root {
    /*mesan-theme*/
    --pagebgcolor: #ffffff;
    --pagefont_clr: #1c1c1c;
    --clr1_1: #f7c5bb;
    --clr1_2: #d3aaa3;
    --clr1_3: rgba(169, 138, 132, 0.6);

    --clr2_1: #1e1e3f;
    --clr2_2: #2e2e52;
    --clr2_3: #24243a;


    --clr3: #4f4f4f;
    --clr4: #cc9699;

    --white: #fff;
    --gray: #f3f5f8;
    --gray2: #e9e9e9;
    --gray3: #858585;
    --gray4: #343434;
    /*content*/

    --body_font_size: 14px;
    --h1-size: 2.1em;
    --h2-size: 2.1em;
    --h3-size: 2em;
    --h4-size: 2em;
    --h5-size: 1.8em;
    --p-size: 1em;

    --poppins: 'Poppins', sans-serif;
    --roboto: 'Roboto', sans-serif;
    --montserrat: 'Montserrat', sans-serif;
    --merriweather: 'Merriweather', sans-serif;
    --oswald: 'Oswald', sans-serif;
    --allison: 'Allison', cursive;
    --quicksand: 'Quicksand', sans-serif;
    --barlow: 'Barlow Condensed', sans-serif;
    --karla: 'Karla', sans-serif;
    --noto: 'Noto Sans', sans-serif;
    --radjani: 'Rajdhani', sans-serif;
    --playfair: 'Playfair Display', serif;
    --jost: 'Jost', sans-serif;
    --bodoni: 'Bodoni Moda', serif;

}

body {
    font-size: 14px;
    font-weight: 400;
    background: #eeeeee;
    color: var(--pagefont_clr);
    font-family: var(--jost);
    overflow-x: hidden !important;
}
html{
    overflow-x: hidden;
}

a:hover,
a:visited,
a:focus {
    text-decoration: none;
}

h1 {
    font-size: var(--h1-size);
}

h2 {
    font-size: var(--h2-size);
}

h3 {
    font-size: var(--h3-size);
}

h4 {
    font-size: var(--h4-size);
}


.hero_1 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 2em;
    font-family: var(--bodoni);
    font-weight: 400;
    color: #605c5c;
}
.hero_2 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 1.4em;
    font-family: var(--bodoni);
    font-weight: 400;
    color: #605c5c;
}
.hero_1.line{
    position: relative;
    display: inline-block;

}
 .hero_1.line::after{
     content:'';
     width: 200px;
     right:-220px;
     height: 1px;
     background: #ffffff24;
     top:calc(50% - 1px);
     position: absolute;
 }
.hero_1.line::before{
    position: absolute;
    content: '';
    width: 200px;
    left: -220px;
    height: 1px;
    background: #ffffff24;
    top: calc(50% - 1px);
}

section {
    position: relative;
}
section.no-border{
    border: 0 !important;
}
section.no-border-top{
    border-top:0 !important;
}
section.no-border-bottom{
    border-bottom: 0 !important;
}
section.bg-bg{
    position: relative;
}
section.bg-bg .container,
section.bg-bg .container-fluid{
    position: relative;
    z-index: 12;
}
section.bg-bg::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 1;
    opacity: 0.1;
    /* mix-blend-mode: multiply; */
    background-position: center;
}
section.bg-bg.bg-1::after{
    background-image: url(../images/bg-1.jpg);

}
.clr2 {
    background-color: var(--clr1_2);

}

.clr3 {
    background-color: var(--clr2_1);

}
.clr4 {
    background-color: var(--clr1_3);

}

section.seritler {
    position: relative;
}

section.seritler::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    content: '';
    opacity: 0.7;
    z-index: 12;
}

section.seritler::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    content: '';
    opacity: 0.7;
    z-index: 12;
}

section.border-top-clr1{
    border-top: 60px solid #d3aaa366;
}



section.seritler.clr2::after,
section.seritler.clr2::before {
    background-color: var(--clr1_3);

}

.clr2 p,
.clr2 a,
.clr3 p,
.clr3 a {
    color: #a2a2a2;
}

.clr3 .hero_1{
    color:var(--clr1_2);
}



div.main-wrapper {
    padding-top: 0;
}

.full_h_must {
    height:100vh;
}

.full_h_ops {
    max-height: 100vh;
}

.half_h_must {
    height: 50vh;
}

.half_h_ops {
    max-height: 50vh;
}

.bg_img_full {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg_img_full2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div.flex_container_full {
    flex: 0 0 100%;
}

div.flex_container_half {
    flex: 0 0 50%;
}

header.desctop2{
    z-index: 140;
    position: fixed;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background: #1e1e3f;
    transition: all 0.5s ease-in-out;
}
header.desctop2.fixed-header{
    background: #1e1e3f;
}

header.desctop2 a.logo{}
header.desctop2 a.logo img{
    max-width: 160px;
}
header.desctop2 nav{}
header.desctop2 nav ul{
    padding-left: 0;
    margin-bottom: 0;

}
header.desctop2 nav ul li{
    display: inline-block;
    margin-left: 20px;
}
header.desctop2 nav ul li a{
    font-size: 0.9em;
    color: #ffffff;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 500;
}
header.desctop2 nav ul li:first-child{}
header.desctop2 nav ul li:last-child{}


header.desctop {
    display: none !important;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    margin-bottom: 0 !important;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    color: WHITE;
}
header.desctop::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 1;
    opacity: 0.8;
    /* mix-blend-mode: multiply; */
    background-position: center;
    background-image: url(../images/bg-1.jpg);

}

header.desctop.fixed-header{
    background: WHITE;
}


header.desctop.fixed-header nav ul li a{

    font-weight: 400;
}

header.desctop .logo-row {
    padding-left: 80px;
    position: relative;
    z-index: 12;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--clr2_1);
    mix-blend-mode: multiply;
}

header.desctop a.logo2 {
    display: none !important;
    width: 200px;
    height: 200px;
    position: fixed;
    left: calc(50% - 100px);
    top: 30px;

    align-items: center;
    background: linear-gradient(to bottom, #f9c7bc, #937d79);
    box-shadow: 0 0 40px #b6b6b6f7;
    /* background: radial-gradient(#3f3f76, var(--clr2_3));
    background:radial-gradient(#f9c7bc, #d3aea6);
    */

}

header.desctop a.logo2::after {
    content: '';
    width: 100%;
    height: 100%;

    border: 10px solid #ffffff7d;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;

}


header.desctop a.logo2 img {
    display: inline-block;
    max-width: 150px;
    position: relative;
    z-index: 10;
}

header.desctop a.logo {
    display: inline-block;
    position: relative;

}
header.desctop a.logo::after{

}

header.desctop a.logo img {
    max-width: 183px;
    padding: 20px;
}

header.desctop span.menu-slogan {
    font-family: var(--allison);
    font-weight: 100;
    color: white;
    font-size: 2.5em;
    display: block;
    text-align: right;
    letter-spacing: 4px;
}


header.desctop .menu-col {
    padding-left: 0;
    position: relative;
    z-index: 12;
    display: flex;
    align-items: center;
    text-align: center;
    border-top: 1px solid #2c2c4a;
    background-color: #1c1c3c;
    padding-top: 5px;
    padding-bottom: 5px;
}

header.desctop.fixed-header .menu-col{

    border-top: 0 !important;
}

header.desctop nav {
}

header.desctop nav > ul {
    margin-bottom: 0;
}

header.desctop nav > ul li {
    list-style-type: none;
    display: inline-block;
    padding: 15px 10px;
}

header.desctop nav > ul li:first-child {
}

header.desctop nav > ul li:last-child {
}

header.desctop nav > ul li.hassub {
}

header.desctop nav > ul li.hassub > div.submenu {
}

header.desctop nav > ul li.hassub > div.submenu > ul {
}

header.desctop nav > ul li.hassub > div.submenu > ul > li {
}

header.desctop nav > ul li.hassub > div.submenu > ul > li:last-child {
}

header.desctop nav > ul li.hassub > div.submenu > ul > li:first-child {
}

header.desctop nav > ul li.hassub > div.submenu > ul > li > a {
}

header.desctop nav > ul li a {
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    display: block;
    text-align: center;
}





li.logo-li {

}

li.logo-li a {
    display: block;
    border-radius: 120px;

}

li.logo-li a img {
    max-width: 210px;
    display: block;
}

div.main-slider-1 {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
}

div.main-slider-1 .my-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    z-index: 3;
    transition: all 0.5s ease-in-out;
    mix-blend-mode: multiply;
    display: flex;

}

div.main-slider-1 .my-item::after {

    position: absolute;
    width: 100%;
    height: 50vh;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 10;
}

div.main-slider-1 .my-item::before {

    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(to top, var(--clr1_3), transparent);
    z-index: 10;
    opacity: 0.3;
}

div.main-slider-1 .my-item.active {
    z-index: 5;
    opacity: 1;
    mix-blend-mode: normal !important;
}

div.main-slider-1 .my-item .big-slogan {
    opacity: 0;
    font-size: 4em;
    font-weight: 400;
    letter-spacing: 2px;
    font-family: var(--bodoni);
    position: absolute;
    right: 40%;
    bottom: 30%;
    color: var(--pagebgcolor);
    width: 700px !important;
    line-height: 1em;
    text-shadow: 0 0 #dddddd;
    text-align: left;
    z-index: 12;
    transition: all 2s cubic-bezier(0, 0.52, 0.25, 0.85);
    transition-delay: 0.3s;
}

div.main-slider-1 .my-item .big-slogan strong {
    font-weight: 800;
}

div.main-slider-1 .my-item.active .big-slogan {
    opacity: 1;
    right: calc(25% - 50px);
    top: calc(25% - 50px);
}
footer{
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #e9e1df;
    border-top: 50px solid rgba(233, 225, 223, 0.82);
    display: flex;
    align-items: center;
}

footer div.row > div:nth-child(2){
    border-bottom: 1px solid #c5c5c599;
    border-top: 1px solid #c5c5c599;
}

footer p.copyright{
    text-transform: none;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    color: #707070;
    font-size: 0.78em;
    margin-bottom: 0;
}

footer p.copyright img{
    display: inline-block;
    max-height: 40px;
    margin-top: -7px;
    padding-left: 5px;
    padding-right:  5px;
}
footer p{
    margin-bottom: 10px;
    margin-top: 10px;
}
footer .kvk{}
footer .kvk a{
    color: #707070;
    font-size: 0.8em;
    font-weight: 500;
}
footer a{
    color:WHITE;
}

footer ul.social{
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
}
footer ul.social li{
    display: inline-block;
    list-style: none;
}
footer ul.social li a{
    background: var(--clr1_2);
    color:#fff;

    border-radius: 20px;
    padding:8px 10px;
}
footer ul.social li a i{
    color:#fff;
}
header.mobile{
    background: var(--clr2_1);
    position: fixed;
    width: 100%;
    left: 0;
    top:0;

}
header.mobile a.logo{
    display: inline-block;
    position: relative;
    z-index: 10;
}
header.mobile a.logo img{
    max-width: 120px;
}
header.mobile{
    z-index: 150;
    padding-top: 30px;
    padding-bottom: 30px;
}

header.mobile .menutoggler {
    display: inline-block;
    width: 30px;
    position: absolute;
    right: 21px;
    top: 30px;
    z-index: 12;
    height: 30px !important;
}

header.mobile .menutoggler span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 2px;
    height: 1px;
    background: white;
    transition: all 0.3s ease-in-out;
    transform-origin: 50% 50%;
}


header.mobile .menutoggler span:nth-child(1) {
    top: 5px;
}

header.mobile .menutoggler span:nth-child(2) {
    top: 11px;
}

header.mobile .menutoggler span:nth-child(3) {
    top: 17px;
}


header.mobile .menutoggler.actived {
}

header.mobile .menutoggler.actived span {
}

header.mobile .menutoggler.actived span:nth-child(1) {
    top: -6px;
    background: #FFF;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    z-index: 1;
}

header.mobile .menutoggler.actived span:nth-child(2) {
    top: 8px;
    transform: rotate(45deg);
    z-index: 3;
    height: 2px;
    background: #1e1e3f;
    width: 20px;
    left: 5px;
}

header.mobile .menutoggler.actived span:nth-child(3) {
    top: 8px;
    height: 2px;
    transform: rotate(-45deg);
    z-index: 4;
    background: #1e1e3f;
    width: 20px;
    left: 5px;
}


nav.mobile{
    position: fixed;
    left: 0;
    top:70px;
    background: WHITE;
    max-height: 0 !important;
    padding: 0;
    width: 100%;
    z-index: 160;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
nav.mobile.actived{
    max-height: 1500px !important;
}
nav.mobile ul{
    display: block;
    padding-left: 0;
    margin-bottom: 0 !important;
}
nav.mobile ul li{
    border-bottom: 1px solid #f2f2f2;
    list-style-type: none;
    text-align: center;
}
nav.mobile ul li:last-child{

}
nav.mobile ul li:first-child{

}
nav.mobile ul li a{
    color: #1e1e3f;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 0.8em;
}

div.abscontent{
    position: absolute;
    width: 400px;
    padding: 30px;
    background: linear-gradient(to right, rgba(255,255,255, 0.9), transparent);
    left: 0;
    bottom: 20%;
}

.vertical-ribon.left.white::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100px;
    height: 100%;
    top: 0;
    background: #fcfcfc69;
}
.vertical-ribon.right.white::after {
    content: '';
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    top: 0;
    background: #fcfcfc69;
}
.vertical-ribon.left.clr3::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100px;
    height: 100%;
    top: 0;
    background: rgba(36, 36, 58, 0.76);
}
.vertical-ribon.right.clr3::after{
    content: '';
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    top: 0;
    background: rgba(36, 36, 58, 0.76);
}
.gallery-link{
    border: 3px solid WHITE;
    height: 450px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.gallery-link span{
    background-color: rgba(0,0,0,0.4);
    color: rgba(255, 255, 255, 0.66);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4em;
    transition: all 0.5s ease-in-out;
    transform:perspective(100px) translateZ(100px);
    opacity: 0;
}

.gallery-link:hover span{
    opacity: 1;
    transform: perspective(100px) translateZ(0);
}
.form-toggler {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: fixed;
    z-index: 140;
    color: WHITE;
    letter-spacing: 2.4px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2em;
    right: 0;
    top: 50%;
    padding: 10px;
    background: #1e1e3e;
    border: 1px solid #ffffff54;
    border-right: 0 !important;
    transition: all 0.5s ease-in-out;
    padding-right: 10px;
}
.form-toggler:active,
.form-toggler:focus,
.form-toggler:visited{
    text-decoration: none !important;
}
.form-toggler.opened {
    right: 400px;
    padding-right: 10px;
}
.slice-form {
    height: 100vh;
    width: 400px;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 140;
    background: WHITE;
    transition: all 0.5s ease-in-out;
    border-left: 1px solid #0000001c;
    display: flex;
    align-items: center;
}
.slice-form.opened {
    right: 0;
}


form{
    padding:20px;
}
form label{
    color: var(--clr2_2);

    margin-top: 5px;
    font-weight: 400;
}
form label.kvkk{
    color: var(--fontcolor1);
}
form label.kvkk a{
    color: var(--clr2_2);
    font-weight: 600;
}
form label a{}
form input[type="text"],
form input[type="email"],
form input[type="number"]
{
    display: block;
    width: 100%;
    padding:5px;
    color: var(--pagefont_clr);
    font-weight: 200;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    border:1px solid #dddddd
}

form ::placeholder{
    font-size: 1em;
    font-weight: 300;
}
.prime-btn{
    padding: 7px 10px;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 1em;
    letter-spacing: 1px;
    border: none !important;
    outline: none !important;
    display: inline-block !important;
}
.prime-btn.clr1{
    background: var(--clr2_1);
    color: white;
    font-weight: 500;
}
.prime-btn.clr2{
    background:var(--clr2_1);
    color:#ffff;
}
.prime-btn.clr3{
    background: #ac2222;
    color:#ffff;
    font-weight: 500;
}
.hero1 {
    font-size: 2em;
    letter-spacing: 2px;
    font-weight: 200;
    color: var(--clr2_2);
    line-height: 1em;
}

.contact-page{}


.filter-img{
    filter: grayscale(1);
}

.whatsapp{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
.whatsapp::after{

}
.whatsapp.hover::after{}
.whatsapp img{
    display: inline-block;
    position: relative;
    z-index: 12;
}
li{
    list-style: decimal-leading-zero !important;
}
.koyu{
    background: #e2e2e2 !important;
}
.kutu {

    display: inline-flex;

}

.post {
    max-width: 100%;
    position: relative;
    padding: 2rem;
    box-shadow: inset 0 0 0 0px #00000038, inset -1px -1px 0 0px #cccccc3d;
    background-color: #edecec;
    cursor: pointer;
}
.post:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1e1e3f;
    transform-origin: 0 bottom 0;
    transform: scaleY(0);
    transition: 0.4s ease-out;
}
.post:hover .post-title {
    color: #FFF;
}
.post:hover:before {
    transform: scaleY(1);
}

.post-title {
    position: relative;
    font-family: var(--bodoni);
    font-size: 2rem;
    font-weight: 700;
    color: #676666;
    transition: 0.4s ease-out;
}
.aciklama {
    line-height: 1 !important;
    font-size: 12px;
    font-weight: 500;
}
.wa__btn_popup {
    position: fixed;
    right: 25px;
    bottom: 55px;
    cursor: pointer;
    z-index: 100;
}

.wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    width: 156px;
    left: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 10px;
    padding: 7px 0 7px 12px;
    margin-left: 7px;
    letter-spacing: -.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    border: 1px solid #dddddd;
}
.wa__btn_popup .wa__btn_popup_icon {
    display: block;
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
}
.wa__btn_popup .wa__btn_popup_icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/whatsapp_logo.svg) center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
}
.inpage-slider{
    display: block;
    max-width: 100%;
    overflow: hidden;

}
.inpage-slider .item{}
.inpage-slider .item a{
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.inpage-slider-nav{
    display: block;
}
.inpage-slider-nav a{
    display: inline-block;
    max-width: 70px;
    opacity: 0.8;
    padding:10px;
    border: 1px solid var(--clr2_3);
    border-radius: 20px;
}
.inpage-slider-nav{
    display: block;
}
.inpage-slider-nav a{
    display: inline-block;
    max-width: 70px;
    opacity: 0.8;
    padding:10px;
    border: 1px solid var(--clr2_3);
    border-radius: 20px;
}
.hover_effect {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    width: 100%;
    padding: 25px;
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: #2C3E50;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 2em;
    font-weight: 600;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.hover_effect:after {
    content: "";
    height: 5px;
    left: 0;
    width: 1px;
    position: absolute;
    -webkit-transition: width 1s ease, background-color 1s ease;
    -moz-transition: width 1s ease, background-color 1s ease;;
    -ms-transition: width 1s ease, background-color 1s ease;;
    -o-transition: width 1s ease, background-color 1s ease;;
    transition: width 1s ease, background-color 1s ease;;
    right: 0;
    margin: 0 auto;
}

.hover_effect:hover {
    color: #fff;
    background-image: url("../images/1214-daire-banner-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    cursor: pointer;
}
.hover_effect2:hover {
    color: #fff;
    background-image: url("../images/31-ticari-alan-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    cursor: pointer;
}
.hover_effect3:hover {
    color: #fff;
    background-image: url("../images/peyzaj-alani-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    cursor: pointer;
}
.hover_effect4:hover {
    color: #fff;
    background-image: url("../images/toplam-alan-banner-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease;
    cursor: pointer;
}


.hover_effect:hover:after,
.hover_effect:focus:after{
    width: 100%;
    background-color: #fff;
}

.ua {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 2em;
}



.ua:hover .fa {
    color:#2C3E50;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.anchor {
    position: absolute;
    text-align: center;
    top: 5px;
    right: 20px;
}

.anchor a {
    color: #fff;
    text-decoration: none;
}
.form-toggler:hover{
    color: #FFF !important;
}


.contact-box {
    background: rgba(239, 239, 239, 0.56);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 100px;
    position: relative;
    padding-bottom: 10px;
}
.contact-box .contain {
    position: relative;
    z-index: 3;
}
.contact-box .info {
    text-align: center;
}
.contact-box .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #e9e9e9;
    margin-left: 3%;
    margin-right: 3%;
}
.contact-box .icon span {
    font-size: 0.4em;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}
.contact-box .info a {
    text-align: center;
    color: #303030;
    font-weight: 400;
    font-size: 1.1em;
}
.contact-box .icon {
    text-align: center;
    font-size: 2em;
    color: var(--clr2_1);
    padding: 7px;
}
.yazin{
    color: var(--clr2_1);
}

                      .yoket{
                          display: none;
                      }
.acik{
    margin-top: 25px;
}
.kapali{
    margin-top: 25px;
}
.sliderContainer .wrapper {
    display: flex;
    align-items: center;
    padding: 1rem;
}
.sliderContainer .slider {
    background-color: #1e1e3f;
    overflow: visible;
    border-radius: 0.25rem;
}

.sliderContainer .swiper-pagination .swiper-pagination-bullet-active {
    height: 1.5rem;
    width: 0.5rem;
}
.sliderContainer .swiper-pagination .swiper-pagination-bullet {
    margin: 0.25rem;
    height: 0.75rem;
    width: 0.5rem;
    border-radius: 0.25rem;
    background: #FFF;
    transition: all ease 0.25s;
    outline: 0;
}
@media (min-width: 992px) {
    .sliderContainer .swiper-pagination {
        right: -1.5rem !important;
        left: auto !important;
        width: 1rem !important;
        height: 100% !important;
        top: auto;

    }
    .sliderContainer .swiper-pagination .swiper-pagination-bullet-active {
        height: 1.5rem;
        width: 0.5rem;
        background: #FFF;
    }
    .sliderContainer .wrapper .imgContainer {
        transform: translateX(-2.5rem);
        flex-shrink: 1;
    }

}

.sliderContainer .swiper-pagination {
    justify-content: center;
    align-items: center;
    bottom: 1rem;
    right: 1.5rem;
}
.sliderContainer .wrapper .imgContainer img {
    border-radius: 0.25rem;
    box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.5);
}
.slogan{
    color: #FFF !important;
}
.desc > h3 {
    color: #FFF !important;
    font-size: 25px;
}
.desc > p {
    color: #FFF !important;
    letter-spacing: 1.2px;
    font-size: 12px !important;
}
.prm{
    background-image: url(../images/prime-bg-min.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.y-prm{
    background-image: url(../images/pattern-1-min.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #e9e1df;
}
.paragraf{
    line-height: 2.5;
    letter-spacing: 1.5px;
}
.bg_img_full3{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 75%;
}
.bg_img_full4{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
}
.kelebek:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    background-image: url(../images/kelebek-min.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 41%;
    top: -60px;
    z-index: 10;
}
.bir:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background-image: url(../images/1.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 30%;
    top: -87px;
    z-index: 10;
}
.ikinci-gorsel:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background-image: url(../images/2.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 100%;
    top: -150px;
    z-index: 10;
}
.ucuncu-gorsel:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 120px;
    background-image: url(../images/3.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 30%;
    top: -60px;
    z-index: 10;
}
.dorduncu-gorsel:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 90px;
    background-image: url(../images/4.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 100%;
    top: -86px;
    z-index: 10;
}
.besinci-gorsel:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 90px;
    background-image: url(../images/5.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 30%;
    top: -60px;
    z-index: 10;
}
.altinci-gorsel:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background-image: url(../images/6.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 130%;
    top: -120px;
    z-index: 10;
}
.yedinci-gorsel:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 70px;
    background-image: url(../images/7.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 30%;
    top: -60px;
    z-index: 10;
}
.sekizinci-gorsel:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background-image: url(../images/8.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 130%;
    top: -120px;
    z-index: 10;
}
.greens:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    background-image: url(../images/greens-min.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 1%;
    top: 26px;
    z-index: 10;
}
.coffee:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 180px;
    background-image: url(../images/coffee.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 7%;
    top: -130px;
    z-index: 10;
}
.sofa:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 240px;
    background-image: url(../images/agac.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 74%;
    top: -100px;
    z-index: 10;
}
.tennis:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 150px;
    background-image: url(../images/tennis.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 41%;
    top: -70px;
    z-index: 10;
}
.prime-oran{
    background-image: url(../images/prime-oran-footer-min.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.footer-bottom{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;

    background-image: url(../images/pattern-wh.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1d2254;
    background-size: contain;
}
.yildiz:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 40px;
    background-image: url(../images/sparkle.png);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: contain;
    left: 48%;
    top: -60px;
    z-index: 10;
}
.proje-aciklama{
    line-height: 2;
    font-size: 15px;
}
.p10{
    padding: 10px;
}
.proje-baslik{
    font-family: var(--jost);
    font-weight: 500;
    font-size: 1.7em;
}
.icon-yazi{
    font-family: var(--jost) !important;
    font-weight: 600 !important;
    font-size: 0.7em !important;
}
.ikon{
    font-size: 1.7em;
    margin-bottom: 30px;
}
.kat-plani{
    border: 2px solid #c5c5c7;
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
    font-size: 1em;
    margin-right: 13px;
}
.ozellik > .half_h_must{
    height: 58vh;
}
.mt-100{
    margin-top: 100px;
}

#prime-modal .modal-body img, video {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: 100%;
}

#prime-modal {
    padding-right: 0 !important;
}


#prime-modal .modal-body {
    position: relative !important;
    padding: 2px !important;
}

#prime-modal .close {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #000;
    opacity: 1;
}

#prime-modal .close:hover {
    color: #fff;
}

#prime-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}