@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');
/*
@font-face {
    font-family: 'Deltha';
    src: url('../fonts/Deltha.ttf');
}*/
@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');

@font-face {
    font-family: BreymentBold;
    src: url(../fonts/breymont/Breymont-Bold.ttf);
}

@font-face {
    font-family: BreymentLight;
    src: url(../fonts/breymont/Breymont-Light.ttf);
}

/*mainroot*/
:root {
    --whatsapp1: #07413a;
    --whatsapp2: #128c7e;
    --whatsapp3: #25d366;
    /*zirve-theme*/
    --pagebgcolor: #fff;
    --firstcolor: #172958;
    --secondcolor: #c1bfb9;
    --thirdcolor: #e8e5de;
    --fourthcolor: #ccc3c0;
    --sideBarWidth:400px;
    --pageContentWidth:calc(100vw - var(--sideBarWidth));

    --clr1_1: #ed6c05;
    --clr1_2: #b35735;
    --clr1_3: #999999;

    --clr2_1: #1d1d1d;
    --clr2_2: #707070;
    --clr2_3: #707070;


    --white: #fff;
    --gray: #f3f5f8;
    --gray2: #e9e9e9;
    --gray3: #858585;
    --gray4: #343434;
    /*content*/
    --fontcolor1: #1c1c1c;
    --h1-size: 22px;
    --h2-size: 19px;
    --h3-size: 17px;
    --h4-size: 15px;
    --h5-size: 13px;
    --p-size: 12px;

    --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;

}

a, a:hover {
    text-decoration: none;
}

a {
    color: inherit;
    font-family: inherit;
}

h1 {
    font-size: var(--h1-size);
    line-height: var(--h1-size);
    font-weight: 400;

}

h2 {
    font-size: var(--h2-size);
    line-height: var(--h2-size);
    font-weight: 400;

}

h3 {
    font-size: var(--h3-size);
    line-height: var(--h3-size);
    font-weight: 400;

}

h4 {
    font-size: var(--h4-size);
    font-weight: 400;

}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 400;
}

body {
    background: var(--pagebgcolor);
    font-family: var(--font-family-sans-serif);
    font-size: 14px;
    font-weight: 200;
    color: #2b2b2b;
    width: var(--pageContentWidth);
}

body, html {

}

.flex-content-full {
    flex: 0 0 100%;
}

.flex-content-half {
    flex: 0 0 50%;
}


html {

}


div.flex-container {
    flex: 0 0 100%;
}


.line {
    position: relative;
}

.line::after {
    width: 30%;
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    height: 3px;
    background: linear-gradient(to right, var(--firstcolor), transparent);
}

.line.invert::after {
    background: var(--white);
}

.company {
    position: relative;
    padding-left: 40px;
}

.company::before {
    width: 35px;
    height: 35px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    /* background-image: url(../img/zirve-icons1-2-shadow.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.company.invert::before {
    width: 35px;
    height: 35px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    /*background-image: url(../img/zirve-icons2.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.full_h {
    min-height: 100vh;
}

.full_q_h {
    min-height: 75vh;
}

.half_h {
    min-height: 50vh;
}

.full-h-must {
    height: 100vh;
}


div.lines {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: none;
}

div.lines span {
    position: fixed;
    top: 0;
    height: 100%;
    width: 25%;

}

div.lines span:nth-child(1) {
    left: 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

div.lines span:nth-child(2) {
    left: 50%;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}


header.desctop {
    position: fixed;
    background-color: #fff;
    left: 0;
    width: var(--pageContentWidth);
    top: 0;
    display: flex !important;
    align-items: center;
    justify-items: center;
    z-index: 120;
    padding: 10px 0;
    height: 100px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

header.desctop.fixed {
    border-bottom: 1px solid #dddddd;
}

header.desctop a.logo {
    display: block;
}

header.desctop a.logo::after {
    content: '';
    right: 0;
    top: -50%;
    position: absolute;
    height: 400%;
    width: 100%;
    z-index: -1;
}

header.desctop a.logo img {
    max-width: 165px;
    display: inline-block;
    filter: brightness(1.2);
}

header.desctop nav {
    position: relative;
}

header.desctop nav > ul {
    padding-left: 0;
    margin-bottom: 0;
}

header.desctop nav > ul > li {
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    list-style-type: none;
}

header.desctop nav > ul > li a.active {
    color: var(--secondcolor);
}

header.desctop nav > ul > li:first-child {
}

header.desctop nav > ul > li:last-child {
}

header.desctop nav > ul > li > a {
    color: var(--firstcolor);
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--poppins);
}

header.mobile a.menu-toggle {

    position: absolute;
    right: 20px;
    top: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

header.desctop a.left-toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: fit-content;
    color: WHITE;
    text-transform: uppercase;
}

header.desctop .info {
    margin-left: 35px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

header.desctop .info .contact {
    background-color: var(--firstcolor);
    padding: 8px 16px;
    border-radius: 25px;
}

header.desctop .info .contact-form {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

header.desctop .lang {
    margin-left: 5px;
}

header.desctop .lang a {
    padding: 5px 10px;
    font-size: 1.2em;

    border-radius: 25px;
    color: #007172;
    font-weight: 500;
}

header.mobile a.menu-toggle span {
    width: 100%;
    position: absolute;
    left: 0;
    background: #444240;
    height: 1px;
    transition: all 0.5s ease-in-out;
}

header.mobile a.menu-toggle span:nth-child(1) {
    top: 10px;
}

header.mobile a.menu-toggle span:nth-child(2) {
    top: 15px;
}

header.mobile a.menu-toggle span:nth-child(3) {
    top: 20px;
}

header.mobile {
    position: fixed;
    left: 0;
    width: var(--pageContentWidth);
    height: fit-content;
    top: 0;
    background: var(--pagebgcolor);
    z-index: 150;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

header.mobile a.logo {
    display: inline-block;
}

header.mobile a.logo img {
    max-height: 40px;
}


a.menu-toggle.openmenu {
}

a.menu-toggle.openmenu span {
}

a.menu-toggle.openmenu span:nth-child(1) {
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    top: 15px !important;
}

a.menu-toggle.openmenu span:nth-child(2) {
    width: 30px;
    height: 30px;
    border: 2px solid WHITE;
    background: transparent;
    border-radius: 30px;
    top: 0 !important;
}

a.menu-toggle.openmenu span:nth-child(3) {
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    top: 15px !important;
}

nav.mobile {
    max-height: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 120;
    top: 50px;
    overflow: hidden;
    background: WHITE;
    transition: all 0.5s ease-in-out;

}

nav.mobile.openmenu {
    max-height: 1500px;
    padding: 3px 0 0 0;
}

nav.mobile ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

nav.mobile ul li {
    border-bottom: 1px solid #dddddd;
}

nav.mobile ul li:first-child {
}

nav.mobile ul li:last-child {
}

nav.mobile ul li a {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    padding-right: 20px;
    text-align: right;
    color: var(--fontcolor1);
    font-weight: 500;
}

section {
    position: relative;
}

section.video {
    position: relative;
    height: 100vh;
    z-index: 31;
    overflow: hidden !important;
}

section.video video {

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

section.video::after {
    position: absolute;
    content: '';
    left: 0;
    opacity: 0.7;
    width: 650px;
    height: 650px;
    background: linear-gradient(45deg, #ce6322 50%, #ffffff45 50%);
    z-index: 5;
    mix-blend-mode: multiply;
    bottom: 0;
}

section.video .content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10%;
    padding: 30px;
    z-index: 12;
}

section.video .content .video-hero {
    padding: 30px;
}

section.video .content p {
    font-weight: 200;
    /* background: rgba(230, 91, 16, 0.73); */
    font-size: 1em;
    /* padding: 20px; */
    margin-top: 1px;
    letter-spacing: 1px;
    color: WHITE;
}

section.video .content h1 {
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    line-height: 1em;
    max-width: 50%;
    display: inline-block;

}

section.video .content h1 strong {
    color: #b6b6b6;
    font-weight: 600;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

section.video .content .video-hero.changing strong {
    opacity: 0;
}

section.filter h2 {
    color: #b7b9b8;
    font-size: 1.6em;
}

section.filter h3 {
    color: #fff;
    font-size: 1.6em;
}

section.filter span .fa {
    font-size: 50px;
    color: var(--firstcolor);
}


section.filter .proje .card {
    text-align: center;
    padding: 15px;
    font-size: 1.4em;
    font-weight: 300;
    background-color: var(--firstcolor);
    color: white;
}

section.filter .proje .card a:hover {
    color: white;
}


section.filter select {
    text-transform: uppercase;
}

section.filter select.bg-clr1 {
    background-color: var(--firstcolor);
}

section.filter select.bg-clr2 {
    background-color: var(--firstcolor);
    font-weight: 500;
    color: #fff;
}

section.filter select:hover {
    text-transform: uppercase;
}

section.filter .filter-btn {
    background-color: var(--secondcolor);
    text-transform: uppercase;
    font-weight: 500;
}

section.filter .filter-btn.bg-clr1 {
    background-color: var(--firstcolor);
    color: #fff;
}

section.filter .filter-btn.bg-clr2 {
    background-color: var(--firstcolor);
    color: #fff;
}

section.filter .filter-btn:hover {
    text-transform: uppercase;
    color: black;
}


.bg-dark {
    background-color: #131313 !important;
}

.bg-dark p,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark a {
    color: WHITE;
}


.hero1 {
    font-size: 1.3em;
    font-weight: 600;
    color: #132249;
    text-transform: uppercase;
}


.hero2 {
    font-size: 1.9em;
    color: #fff;
    background: var(--firstcolor);
    padding: 10px;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.bg-img::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #ce632263;
    z-index: 12;
    height: 180px;
    opacity: 0.7;
    mix-blend-mode: multiply;
}

.bg-img::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 12;
    height: 180px;
    opacity: 0.7;
    mix-blend-mode: multiply;
}

.bg-clr1 {
    background: var(--clr1_2);
}

.bg-clr1 h1,
.bg-clr1 h2,
.bg-clr1 h3,
.bg-clr1 h4,
.bg-clr1 p,
.bg-clr1 a {
    color: WHITE;
}

.bg-clr2 {
    background: var(--clr2_1);
}

.bg-clr2 p {
    color: WHITE;
}

.bg-clr3 {
    background: #eaeaea;
}

.border-top.bg-clr3 {
    border-top: 3px solid rgba(221, 221, 221, 0.76) !important;
""
}

.border-top.bg-clr1 {
    border-top: 3px solid #944d15 !important;
""
}

.index-mini-gallery {
}

.index-mini-gallery .index-dis-galeri {
    display: block;
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 22px;
}

hr.clr1 {
    border-color: var(--clr1_1);
}

footer {
    background-color: #eeeeee;
}

footer .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    border: 1px solid #ddd;
}

footer .footer-top .footer-logo {

}

footer .footer-top .footer-logo img {
    filter: grayscale(1) opacity(0.7);
    max-width: 170px;
}

footer .footer-top .footer-url {
    color: var(--gray3);
    font-size: 1.2em;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: var(--barlow);
    margin-top: 13px;
    display: inline-block;
}

.footer-middle {
    padding-top: 5px;
    border-top: 1px solid #c1c1c1;
    background: #dedede;

}

.footer-middle p {
    color: var(--gray4);
    margin-top: 10px;
}

.footer-middle .akin-logo img {
    max-width: 180px;
    margin-top: 20px;
}

.footer-middle strong {
    font-weight: 700;
}


.footer-top a.footer-url:last-child {
    margin-left: 10px;
    border-left: 1px solid #9e9e9e;
    padding-left: 10px;
    font-size: 1.2em;
}

footer .footer-middle ul {
    display: block;
}

footer .footer-middle ul li {
    display: inline-block !important;
    list-style-type: none;
    margin-left: 3px !important;
}

footer .footer-middle ul li a {
    color: var(--gray3);
    font-size: 1.2em;
}

footer .footer-bottom {
    background: var(--firstcolor);
    color: WHITE;
}

.box {
    padding: 20px;
    min-height: 350px;
    align-items: center;
    display: flex;
}

.whatsapp-toggler {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: fixed;
    z-index: 140;
    color: WHITE;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.1em;
    right: 0;
    top: calc(50% + 148px);
    padding: 10px;
    background: green;
    border-right: 0 !important;
    transition: all 0.5s ease-in-out;
    padding-right: 20px;
}

.form-toggler {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: fixed;
    z-index: 140;
    color: WHITE;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.1em;
    right: 0;
    top: 50%;
    padding: 10px;
    background: #b35735;
    border-right: 0 !important;
    transition: all 0.5s ease-in-out;
    padding-right: 20px;
}

.form-toggler:hover,
.form-toggler:active,
.form-toggler:focus {
    color: WHITE;
}

.form-toggler.opened {
    right: 400px;
    padding-right: 10px;
}

.slice-form {
    height: 100vh;
    width: var(--sideBarWidth);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 140;
    transition: all 0.5s ease-in-out;
    border-left: 1px solid #0000001c;
    display: flex;
    align-items: center;
    background-color: #c1bfb9;
}

.slice-form.opened {
    right: 0;
}


.slice-form img.logo {
    max-width: 150px;
}

.slice-form label{
    font-weight: 600;
    color: #3a3838;
    width: 100%;
    text-align: center;
}
.slice-form input[type="text"],
.slice-form input[type="email"]
{
    width: 100%;
    text-align: center;
    background: #d7d5cf;
    color: #000000;
    border-radius: 20px !important;
    border: none !important;
    height: 45px;
    font-weight: 500;
}

form {
    padding: 20px;
}

form label {
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}

form label.haberdarol {
    color: var(--fontcolor1);
}

form label.kvkk {
    color: var(--fontcolor1);
}

form label a {
}

form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="number"],
#select-project,
form textarea {
    display: block;
    width: 100%;
    padding: 5px;
    color: #000000;
    font-weight: 200;

    outline: none !important;
    border: 1px solid #dddddd
}

form ::placeholder {
    font-size: 1em;
    font-weight: 300;
}


.suare-button {
    padding: 7px 10px;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 1em;
    letter-spacing: 1px;
    border: none !important;
    outline: none !important;
    border-radius: 20px;
}

.suare-project-btn {
    padding: 7px 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 1px;
    border: 1px solid #fff;
    outline: none !important;
}

.suare-project-btn:hover {
    color: white;
}

.suare-button.clr1 {
    background: var(--firstcolor);
    color: WHITE;
}

div.bigpopup {
    position: fixed;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;

}

div.bigpopup.active {
    z-index: 200;
    opacity: 1;

}

div.bigpopup .flex-content-full {

    text-align: center;
}

div.bigpopup .content {
    width: fit-content !important;
    display: inline-block !important;
    text-align: center;
    position: relative;
}

div.bigpopup .content a {
    display: inline-block;
    position: relative;
}

div.bigpopup .content a img {
    display: inline-block;
    max-width: 100%;
}

div.bigpopup span#close-popup {
    position: absolute;
    width: 50px;
    font-size: 2em;
    padding-top: 5px;
    height: 50px;
    background: WHITE;
    border-radius: 50px;
    right: 10px;
    top: 10px;
    z-index: 12;
}

.bg-img.landing::after {
    background: WHITE !important;
    mix-blend-mode: unset !important;
}

.videocontrol {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 41;
    padding: 20px;
}

.videocontrol span.playpause, input {
    display: inline-block;
}

.videocontrol span.playpause {
    color: WHITE;

    margin-right: 10px;
}

.videocontrol span.playpause i {
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid WHITE;
}

.videocontrol input {
    color: WHITE;
    -webkit-appearance: none;
}

.videocontrol input::-webkit-slider-runnable-track {
    background: WHITE;
    height: 2px;
}

.videocontrol input::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: WHITE;
    margin-top: -8px;
}

.videocontrol input:-moz-focusring {

}

div.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 200;
    background-color: var(--pagebgcolor);
}

div.loader .line {
    position: absolute;
    background: #dddddd01;
    left: calc(50% - 230px);
    width: 460px;
    height: 460px;
    bottom: calc(50% - 230px);
    transition: all 0.9s ease-in-out;
    transform-origin: 50% 50%;
    transform: rotate(45deg) perspective(100px) translateZ(0px);
    border: 2px solid var(--firstcolor);
    animation: line_opacity 1.6s ease-in-out infinite;
}

div.loader .line::after {
    content: '';
    position: absolute;
    background: #dddddd01;
    left: 30px;
    width: 400px;
    height: 400px;
    bottom: 30px;
    transition: all 0.9s ease-in-out;
    transform-origin: 50% 50%;
    transform: rotate(-15deg) perspective(100px) translateZ(0px);
    border: 1px solid rgba(150, 150, 150, 0.47);
    opacity: 0;
}

@keyframes line_opacity {
    0% {
        opacity: 1;

    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;

    }
}

div.loader img {
    position: absolute;
    width: 350px;
    left: calc(43vw - 80px);
    top: 47%;
    transition: all 1s cubic-bezier(0, -0.33, 0, 0.39);
    transform-origin: 50% 50%;
    transform: perspective(100px) translateZ(0px);
}

div.loader.loading img {
    transform: perspective(100px) translateZ(120px);
    opacity: 0;
}

div.loader.loading .line {
    border: 30px solid rgba(221, 221, 221, 0.47);
    transform: rotate(127deg) perspective(100px) translateZ(100px);
}

div.loader.loading .line::after {
    border: 30px solid rgba(42, 42, 42, 0.78);
    transform: rotate(-127deg) perspective(100px) translateZ(100px);
    opacity: 1;
}

.img-box1 {
    position: relative;
    height: 450px;
}

.img-box1.half {
    height: 300px;
}

.img-box1 .img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-box1 .overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    background: linear-gradient(45deg, black, transparent);
    mix-blend-mode: darken;
    opacity: 0.8;
    bottom: 0;
}

.img-box1.over2 .overlay {
    background: linear-gradient(45deg, var(--clr2_3), transparent);
    mix-blend-mode: color-burn;
}

.img-box1.over3 .overlay {
    background: linear-gradient(45deg, black, transparent);
    mix-blend-mode: multiply;
    height: 100%;
    opacity: 0.5;
}

.img-box1 .content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 30px;
    color: WHITE;
}

.img-box1 .content p {
    font-size: 0.9em;
    font-weight: 400;
    max-width: 50%;
}

.img-box1.line .content h1,
.img-box1.line .content h2,
.img-box1.line .content h3 {
    border-bottom: 1px solid WHITE;

}

.img-box1 .content h1,
.img-box1 .content h2,
.img-box1 .content h3 {

    font-size: 1.5em;
}


.img-box1.news .content h2 {
    color: white !important;
}

.img-box1.news .overlay {
    opacity: 1 !important;
}

.img-box1.media {
    height: 250px;
}

.img-box1.media .content {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 0;
    color: WHITE;
    background: rgba(47, 47, 47, 0.25);
    height: fit-content;
    bottom: 0;
}


.img-box1.media .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    color: WHITE;
    font-size: 3em;
    mix-blend-mode: unset !important;
    opacity: 1;
}

.img-box1.media .col-4 {
    display: flex;
    align-items: center;
    text-align: left;
    flex-direction: column;
    border-right: 1px solid rgba(221, 221, 221, 0.53);
    padding: 5px;
}

.img-box1.media .col-4 i {
    display: block;
    text-align: left;
}

.img-box1.media .col-4 span {
    display: block;
    text-align: left;
}

.img-box1.media .content {
}

.img-box1.media .content h2 {
    color: WHITE;
}

.img-box1.media .content span {
    max-width: 100%;
    font-size: 0.7em;
    text-transform: capitalize;
}

.img-box1 a:hover {
    color: white;
}


div.suarebreadkesfet {
    position: relative;
    margin-top: 100px;
    background-color: #6f6f6f;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 45px;
    padding-bottom: 45px;
    color: #fff;
}

div.suarebreadkesfet:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

div.suarebread {
    position: relative;
    margin-top: 100px;
    background-color: #6f6f6f;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

div.suarebreadkesfet div.bgover, div.suarebread div.bgover {
    background: black;
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

div.suarebreadkesfet div.bgover, div.suarebread p {
    color: #fff;
    margin-top: 9px;
}

div.suarebreadkesfet div.content, div.suarebread div.content {
    display: block;
    position: relative;
    z-index: 2;
}

div.suarebreadkesfet div.content h1 {
    font-weight: 400;
    color: var(--firstcolor);
    text-transform: capitalize;
    margin-bottom: 0;
}

div.suarebread div.content h1 {
    font-weight: 400;
    color: white;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 2em;
}


div.suarebreadkesfet div.content ul, div.suarebread div.content ul {
    background-color: transparent !important;
    padding-left: 0;
    margin-bottom: 0;
}

div.suarebreadkesfet div.content ul li, div.suarebread div.content ul li {
    border: none !important;
    background-color: transparent !important;
    padding: 0;
    color: #ffffff;
    font-weight: BOLD;
}

div.suarebreadkesfet div.content ul li:first-child, div.suarebread div.content ul li:first-child {
    padding-left: 0 !important;
}

div.suarebreadkesfet div.content ul li a, div.suarebread div.content ul li a {
    border: none;
    font-weight: BOLD;
    background-color: transparent !important;
    color: #b9b9b9;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

div.contact-us {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #ae7d60cc;
    color: #fff;
    z-index: 1;
    padding: 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding-right: 80px;
    border-radius: 25px 0px 0px;
}

div.contact-us > a:hover {
    color: white;
}

div.contact-us small {
    font-size: 0.8em;
    font-weight: 600;
}

div.contact-us p {
    font-size: 1em;
    font-weight: 600;
}


.number-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    position: relative;
}

.number-box::after {
    content: '';
    width: 1px;
    left: calc(50% - 1px);
    top: -10px;
    height: 30px;
    position: absolute;
    background: #d7d7d7;
}

.number-box .head {
    padding: 10px;
    border-bottom: 1px solid WHITE;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
    border-bottom: 1px solid #c4c4c4;
}

.number-box .head h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1em;
}

.number-box .head i {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #162959;
}

.number-box .head img {
    display: inline-block;
    max-height: 30px;
}

.number-box .number {
    padding: 10px;
    font-size: 1.6em;
    text-align: center;
    display: block;
    line-height: 1em;
    font-family: var(--barlow);
    color: #565656;
}

.number-box .number::after {
}

.number-box .contain {
}

.number-box .contain::after {
}

.owl-carousel .item {
    margin-top: 40px;
}

.owl-carousel .item img {
    display: block;
    width: 100%;
}

.owl-carousel {
    margin-bottom: 15px;
}

.owl-nav {
    display: none;
}

.planlar .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #dddddd30;
    border: 1px solid rgba(0, 0, 0, .125);
}

.planlar .list-group-item a {
    font-weight: 500;
    font-size: 1.1em;
}

.planlar .list-group-item a:hover {
    color: #000;
}

div.plan-gorsel.active {
    display: flex;
}

div.plan-gorsel {
    display: none;
}

div.plan-gorsel img {
    width: 100%;
    height: 100%;
}

form.biz-size-ulasalim input {
    margin-bottom: 5px;
    padding: 10px;
    background-color: #dddddd7a;
    border-radius: 8px !important;
}

form.biz-size-ulasalim input::placeholder {
    color: black;
}

form.biz-size-ulasalim textarea {
    height: 210px !important;
    margin-bottom: 15px;
    background-color: #dddddd7a;
    border-radius: 8px !important;
}

div#biz-sizi-arayalim-modal {
    padding: 0;
}

div#biz-sizi-arayalim-modal .modal-header {
    border-bottom: 0px !important;
    background-color: rgba(221, 221, 221, 0.14);
}

div#biz-sizi-arayalim-modal .modal-body {
    background-color: rgba(221, 221, 221, 0.14);
    padding: 0.5em;
}

div#biz-sizi-arayalim-modal .modal-header .modal-title {
    font-size: 1.8em;
    font-weight: 800;
}

div#biz-sizi-arayalim-modal .modal-body form input {
    margin-bottom: 5px;
    padding: 10px;
    background-color: #dddddd7a;
    height: 50px;
    border-color: #dddddd7a;
}

div#biz-sizi-arayalim-modal .modal-body form textarea {
    margin-bottom: 15px;
    background-color: #dddddd7a;
    border-color: #dddddd7a;
}

div#biz-sizi-arayalim-modal .modal-body form .form-group-check {
    display: flex;
    align-items: baseline;
}

div#biz-sizi-arayalim-modal .modal-body form .form-group-check input {
    height: 12px;
    margin-right: 5px;
}

div#biz-sizi-arayalim-modal .modal-body form .form-group-check label {
    color: #000;
}

.project-title {
    font-size: 2em;
}

div.projeler h1, div.kampanyalar h1 {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 3px;
}

div.projeler form {
    padding: 10px !important;
}

div.kampanyalar img {
    height: 100%;
    width: 100%;
}

div.kampanya h1 {
    font-size: 2em;
    font-weight: 700;
}

div.kampanya #kampanya-owl-carousel .carousel-item img {
    height: 100%;
    width: 100%;
}

div.kampanya table.project tr td {
    font-weight: 400;
    font-size: 1.1em;
}

div.suarebread::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--firstcolor);
    opacity: 0.9;
    mix-blend-mode: multiply;
    top: 0;
}

.slogan-paragraph {
    font-size: 1.2em;
    font-weight: 400;
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
    color: var(--clr2_2);
}

.slogan-paragraph.clr2 {
    color: var(--clr1_3);
}

div.contact-info strong {
    font-size: 1.6em;
    font-weight: 600;
}

div.contact-info p > a {
    font-size: 1.2em;
}

div.iletisim-formu {
    background-color: #eee;
}

div.iletisim-formu h4 {
    font-size: 2em;
    padding: 0 0 0 20px;
    font-weight: 600;
}

div.iletisim-formu label:not(.legal) {

    color: var(--firstcolor);
    margin-bottom: 12px;
    border-radius: 10px;
    padding: 3px 10px;
}

div.iletisim-formu .form-group input[type="text"],
div.iletisim-formu .form-group input[type="number"],
div.iletisim-formu .form-group input[type="email"],
div.iletisim-formu .form-group input[type="password"],
div.iletisim-formu .form-group textarea,
div.iletisim-formu .form-group select {
    width: 100%;
    padding: 10px 10px;
    background: #ffffff;
    color: #000000;
    border-radius: 20px !important;
    border: none !important;
    min-height: 45px;
    font-weight: 500;
}

div.iletisim-formu .form-group textarea {
    height: unset;
}

div.iletisim-formu .form-group select {
    color: #ddd;
}

div.iletisim-formu .form-group select option {
    background: #343a40;
    height: 20px;
    border-bottom: 1px solid #272a2f;
}

div.iletisim-formu ::placeholder {
    color: #bebebe;
    font-weight: 400 !important;
}

div.iletisim-formu .form-group.required {
    padding-left: 19px;
    position: relative;
}

div.iletisim-formu .form-group.required::before {
    content: '*';
    position: absolute;
    width: 15px;
    left: 0;
    height: 100%;
    display: flex;
    align-items: start;
    color: rgb(197 197 197 / 60%);
    font-size: 2em;
}

div.iletisim-formu p.legal {
    color: #202328;
    margin-bottom: 0;
    font-weight: 300;
    border-bottom: 1px solid #202328;
    background: white;
    display: flex;
    align-items: center;
    padding: 10px;
}

div.iletisim-formu p.legal label {
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
    font-weight: 500;
}

div.iletisim-formu p.legal a {
    color: #2d2d2d;
    font-weight: 600;
    text-decoration: underline;
    font-style: italic;
}

div.cizgi {
    background: var(--firstcolor);
    padding: 12px;
}

div h1.kesfet-title {
    color: var(--firstcolor);
    font-size: 1.5em;
    margin-bottom: 1.5em;
}

div.kesfet-iletisim-formu {
    background-color: #ddddddb3;
}

div.kesfet-iletisim-formu form input {
    margin-bottom: 10px;
    padding: 15px;
}

div.kesfet-iletisim-formu form label {
    color: var(--firstcolor);
}

div.kesfet-iletisim-formu form label.kvkk a {
    color: var(--firstcolor);
    text-decoration: underline;
}

div.kesfet-iletisim-formu form input[type="checkbox"] {
    height: 15px;
    width: 15px;
}

div.mainwrap.pattern {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

div.project-info img {
    height: 100%;
    width: 100%;
}

section.project-info .proexplanation h1 {
    font-size: 1.7em;
    font-weight: 600;
}

section.bg-1 {
    background-color: rgb(246 246 246 / 68%);
}

.contact-card .card-body iframe {
    height: 240px;
    padding: 0 15px;
    width: 50%;
}

.contact-card .firm-logo img {
    width: 180px;
}

.contact-card {
    position: relative;
}

.contact-card .pin {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 23px;
    border-bottom-left-radius: 100px;
    line-height: 1em;
    font-size: 1em;
    background-color: #CFA778;
    color: #fff;
    width: 80px;
    height: 80px;
    padding-bottom: 25px;
}

footer .social-media {
    display: flex;
    justify-content: end;
}

footer .social-media ul {
    list-style: none;
    padding-inline-start: 0;
}

footer .social-media ul li {
    margin-left: 15px;
}

footer .social-media ul li a {
    color: var(--gray3);
}

footer .social-media ul li .icon {
    font-size: 1.2em;
}

.project-logo {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.project-logo img {
    max-width: 200px;
    height: auto;
    display: block;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto
}

.afilli-slide {
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(2, 6, 23, 0.7);
    background: #111;
}

.afilli-slide .bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none
}

.owl-nav button {
    pointer-events: all;
    background: rgba(0, 0, 0, 0.45);
    border: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin: 0 10px;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 6px 20px rgba(2, 6, 23, 0.6);
}

.owl-dots {
    position: absolute;
    right: 24px;
    bottom: 24px
}

.owl-carousel.web-slider {
    display: block;
}

.owl-carousel.mobile-slider {
    display: none;
}

.top-menu {
    background-color: #172958;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
}

.top-menu h3 {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 18px;
}

.top-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.top-menu .menu li {
    padding: 10px 15px;
    background: rgba(255,255,255,0.1);
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s;
    text-align: center;
}

.top-menu .menu li:hover,
.top-menu .menu li.active {
    background: rgba(255,255,255,0.2);
}

.gallery-container {
    margin: 20px 0;
}

.gallery-content {
    display: none;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

#ic-mekan {
    display: block;
}

@media(max-width: 600px){
    .top-menu .menu {
        flex-direction: column;
    }
}

.contact-form-close {
    display: none !important;
}

.slice-whatsapp {
    position: fixed;
    left: 20px;
    bottom: 25px;
    z-index: 1000;
    border-radius: 220px;
    width:  fit-content;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 15px 10px 10px;
    background: linear-gradient(to right, var(--whatsapp2), var(--whatsapp3));
    color: WHITE;
    line-height: 1em;
    font-weight: 500;
}
.slice-whatsapp i{
    border-radius: 100%;
    font-size: 1.3em;
    width: 40px;
    height: 40px;
    background: WHITE;
    color: var(--whatsapp1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.slice-whatsapp:hover,
.slice-whatsapp:visited{
    color: WHITE !important;
    text-decoration: none !important;
}