@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');
/*
@font-face {
    font-family: 'Deltha';
    src: url('../fonts/Deltha.ttf');
}*/

/*mainroot*/
:root {
    /*zirve-theme*/
    --pagebgcolor: #f5f5f5;
    --firstcolor: #012f73;
    --secondcolor: #ffa305;
    --thirdcolor: #606060;
    --fourthcolor: #272727;
    --white: #fff;
    --gray: #f3f5f8;
    --gray2: #e9e9e9;
    --gray3: #858585;
    --gray4: #343434;
    --mapColor: #f3f3f3;

    /*content*/
    --fontcolor1: #1c1c1c;
    --h1-size: 1.6em;
    --h2-size: 1.6em;
    --h3-size: 1.1em;
    --h4-size: 1.1em;
    --h5-size: 1em;
     --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;

}

div.lines{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}
div.lines::before {
    content: '';
    left: 25%;
    top: 0;
    border-right: 1px solid #e7e7e7;
    height: 100%;
    width: 25%;
    position: absolute;
    border-left: 1px solid #e7e7e7;
}
div.lines::after {
    content: '';
    left: 75%;
    top: 0;
    border-left: 1px solid #e7e7e7;
    height: 100%;
    width: 25%;
    position: absolute;
}

a, a:hover{
    text-decoration: none;
}
a{
    color:inherit;
    font-family: inherit;
}
h1 {
    font-size: var(--h1-size);


}
h1 svg{
    width: 40px;
    height: 40px;
}
h2 {
    font-size: var(--h2-size);


}
h3 {
    font-size: var(--h3-size);



}
h4 {
    font-size: var(--h4-size);


}
p {
    font-size: 1em;

}
.signature{
    font-family: var(--allison) !important;
    font-size: 2em;
}
.hero-1{
    font-weight: 200;
    font-size: 3em;
}
.low-hero {
    /*text-transform: uppercase;*/
    margin: 0;
    color: #000000;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 16px;

}
body {
    background: var(--pagebgcolor);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 400;
}

body, html{
    overflow-x: clip !important;
}
body::-webkit-scrollbar {

}
html::-webkit-scrollbar {

}

html {

}
.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 {
    height: 100vh;
}
.full_q_h{
    height: 75vh;
}
.half_h {
    min-height: 50vh;
}

.min_full_h{
    min-height: 100vh;
}
.min_half_h{
    min-height: 50vh;
}

.full-h-must {
    height: 100vh;
}

.full-h-max {
    max-height: 100vh;
}

.full-h-min {
    min-height: 100vh;
}

.half-h-must {
    height: 50vh;
}

.half-h-max {
    max-height: 50vh;

}

.half-h-min {
    min-height: 50vh;
}

.quarter-h-must {
    height: 75vh;
}

.quarter-h-max {
    max-height: 75vh;
}

.quarter-h-min {
    min-height: 75vh;
}

.manuel-h-must {
    height: 450px;
}

.manuel-h-max {
    max-height: 450px;
}

.manuel-h-min {
    min-height: 450px;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}


.bg-gray{
    background-color: #545454 !important;
}
.bg-dark{
    background-color: #242425!important;
}
.bg-icon-1{
    position: relative;
}
.bg-icon-1 .icon-pattern{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icon.png);
    filter: grayscale(1);
    opacity: 0.1;
}
div.content-container{
    width: 70vw;
    margin-inline: auto;
    min-height: 10px;
    position: relative;
}
div.content-container-right{
    width: 85vw;
    margin-inline-start: auto;
    margin-inline-end: -8px;
}

div.mainwrap{
    padding-top: 110px;
}

.firstcolor{
    color: var(--firstcolor) !important;
}
.secondcolor{
    color: var(--secondcolor) !important;
}

.bg-firstcolor{
    background:var(--firstcolor) !important   ;
    color: WHITE;
}

.section-divider{
    position: absolute;
    left: 0;
}
.bg-firstcolor .section-divider path{
    fill: #991714;
}
.bg-dark .section-divider path{
    fill: #242425;
}
.bg-white .section-divider path{
    fill: #fff;
}
.section-divider.to_bottom{
    bottom: -60px;
    transform: rotateX(180deg);
}
.section-divider.to_top{
    top: -60px;
}



.mt-priv-n-1{
    margin-top: -250px;
    padding-top: 250px;
}

header {
    position: fixed;
    z-index: 500;
    border-bottom: 1px solid #ddd;
}
header.desctop {
    width: 100%;
    top: 0;
    left: 0;
}
.pagepercent{
    position: absolute;
    left: 0;
    width: 0;
    background: #fea702;
    top: 0;
    height: 5px;
    z-index: 12;
    display: none;
}
header.desctop{

}
header.desctop .header-top{
    background: linear-gradient(-45deg, #f2f2f2 50%, var(--firstcolor) 50%);
}
header.desctop .header-wrap a.logo-brand {

    width: 120px;
    height: 120px;
    border-radius: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid RED; */
    position: relative;

}
header.desctop .header-wrap a.logo-brand img{
    max-height: 100%;
}
header.desctop .header-wrap nav{
    display: inline-block;
    height: 100%;
}
header.desctop .header-wrap nav > ul{
    padding-left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    margin-right: 10px;
}
header.desctop .header-wrap nav > ul > li{
    list-style-type: none;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
    background: transparent;
}
header.desctop .header-wrap nav > ul > li:hover{
    background: var(--firstcolor);
}
header.desctop .header-wrap nav > ul > li:hover > a{
    color: WHITE !important;
}

header.desctop .header-wrap nav > ul > li:first-child{}
header.desctop .header-wrap nav > ul > li:last-child{}
header.desctop .header-wrap nav > ul > li > a{
    color: BLACK;
    font-size: 1em;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    padding: 14px 10px;

    display: flex;
    align-items: center;
    justify-content: center;
}
header.desctop .header-wrap nav > ul > li > .submenu{
    min-width: 170px;
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--firstcolor);
    opacity: 0;
    display: block;
    transition: all 0.3s ease-in-out;

    visibility: hidden;
    border-top:1px solid rgb(0 0 0 / 31%);
    border-right: 1px solid rgb(0 0 0 / 31%);
}
header.desctop .header-wrap nav > ul > li:hover > .submenu{
    opacity: 1;
    display: block;
    top: 100%;
    visibility: visible;
}

header.desctop .header-wrap nav:hover > ul > li:hover{
    opacity: 1;
}

header.desctop .header-wrap nav > ul > li > .submenu > ul{
    padding-left: 0;
}
header.desctop .header-wrap nav > ul > li > .submenu > ul > li{
    display: block;

    border-bottom: 1px solid #262626;

}
header.desctop .header-wrap nav > ul > li > .submenu > ul > li:first-child{

}
header.desctop .header-wrap nav > ul > li > .submenu > ul > li:last-child{}
header.desctop .header-wrap nav > ul > li > .submenu > ul > li > a{
    white-space: nowrap;
    font-size: 0.9em;
    color: WHITE;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 10px 15px;

}

header.desctop ul.social-list{
    display: inline-block;
    height: 100%;
}
header.desctop ul.social-list li{
    display: inline-block;
    height: 100%;
}
header.desctop ul.social-list li a{
    color: var(--fontcolor1);
    font-weight: 500;
    font-size: 0.8em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 6px;
}
header.desctop .text-right ul.social-list li a{

}
header.desctop .text-left ul.social-list li a{

}

header.desctop ul.social-list li a i{
    color: var(--firstcolor);
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid black;
}
header.desctop::after{
    content:'';
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    background: WHITE;
    height: 100%;
    transition: top 0.2s ease-in-out;
    z-index: -1;
}
header.desctop:hover::after{
    top:0;
    z-index: -1;
}


header.desctop.scroll::after{
    top: 0 !important;
    z-index: -1;

}


header.mobile{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}

header.mobile .bar-wrap{
    padding-top: 15px;
    padding-bottom: 15px;
}

header.mobile::after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: WHITE;
    height: 100%;
    transition: top 0.2s ease-in-out;
    z-index: -1;
}

header.mobile a.logo-brand > img:first-child{
    display: none;
}
header.mobile a.logo-brand > img:last-child{
    display: block;
}
header.mobile .menu-toggler span{
    background: black;
}

header.mobile.activemenu a.logo-brand > img:first-child{
    display: block;
}
header.mobile.activemenu a.logo-brand > img:last-child{
    display: none;
}
header.mobile.activemenu .menu-toggler span{
    background: BLACK;
}

header.mobile.scroll a.logo-brand > img:first-child{
    display: block;
}
header.mobile.scroll a.logo-brand > img:last-child{
    display: none;
}
header.mobile.scroll .menu-toggler span{
    background: WHITE;
}


header.mobile.activemenu.scroll a.logo-brand > img:first-child{
    display: block;
}
header.mobile.activemenu.scroll a.logo-brand > img:last-child{
    display: none;
}
header.mobile.activemenu.scroll .menu-toggler span{
    background: BLACK;
}


section {
    position: relative;
    width: 100%;
    min-height: 150px;
}

.syh-button{
    padding:  9px 25px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    outline: none !important;

    border: none !important;
    cursor: pointer;
}
.syh-button.button-sm{
    font-size: 0.8em;
    padding: 5px 10px;
}
.no-radius{
    border-radius: 0 !important;
}
select.syh-button{
    box-shadow: none !important;
    outline: none !important;
}
select.syh-button:selected,
select.syh-button:checked,
select.syh-button::selection
{
    color: var(--firstcolor);
}

#slmap option{
    color: var(--fontcolor1) !important;
}
.syh-button.square{
    border-radius: 0 !important;
}

.syh-button.sm-button{
    padding:6px 10px;
}
.syh-button.button1{
    background: var(--firstcolor);
    color: white;
}
.syh-button.button2{
    background: var(--secondcolor);
    color: white;
}

.syh-button.button3{
    background: var(--thirdcolor);
    color: white;
}
.syh-button.button4{
    background: var(--fourthcolor);
    color: white;
}

.syh-button.button6{
    background: white;
    color: var(--fontcolor1);
}


.syh-button:hover,
.syh-button:active,
.syh-button:visited
{
    box-shadow: 0 0 18px rgba(146, 146, 146, 0.79);
}

.fixxmenu{
    position: fixed;
    left: calc(50% - 200px);
    width: 400px;
    padding: 5px 15px;
    z-index: 190;
    background: linear-gradient(to bottom, #cb3936, #992826);
    bottom:0;
    color:#fff;
    font-size: 16px;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 35px;
    transition: height 0.9s ease-in-out;
}
.fixxmenu:hover{
    height: 40px;
}
.fixxmenu>a:first-child{
    border-right: 1px dashed WHITE;
}
.fixxmenu:hover a,
.fixxmenu:hover a:active,
.fixxmenu:hover a:focus,
.fixxmenu:hover a:visited{
    color: WHITE;
    text-decoration: none;
}
.fixxmenu a{
    transition: all 0.9s ease-in-out;
    width: 50%;
    float: left;
    padding-left: 10px;
    text-align: center;
}


section#mainslider{}
div.mainslider div.item{
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(100% + 150px) auto;
    animation: slider_anim 15s ease-in-out infinite;
    position: relative;

}
div.mainslider div.item .content{
    position: absolute;
    width: 100%;
    left: 0%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 3;
}

div.mainslider div.item:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #000000cf, transparent);
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
    z-index: 1;
}
@-webkit-keyframes slider_anim {
    0%{
        background-size: calc(100% + 150px) auto;
    }
    50%{
        background-size: calc(100% + 50px) auto;
    }
    100%{
        background-size: calc(100% + 150px) auto;
    }
}

div.vertical-sign-row{
    display: block;
}
div.vertical-sign-row .logo-icon{
    width: 100%;
    height: 40px;
    background-image: url(../img/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
div.vertical-sign{
    background-color: var(--firstcolor);
    width: 3px;
    height: 40px;
    display: inline-block;
}
div.vertical-sign.longer{
    height: 100px;
}

div.vertical-sign.horizontal{

    width: 40px !important;
    height: 3px !important;

}

div.mainslider div.item h1{
    color: WHITE;
    font-size: 4em !important;
    font-weight: BOLD;
    line-height: 1em;
}
div.mainslider div.item p{
    color: WHITE;
    font-weight: 600;
    margin-top: 10px;
    font-size: 1.5em;

}
div.mainslider div.owl-item div.item .content-group{
    position: relative;
}
div.mainslider div.owl-item div.item .content-group::after{
    display: none;
    content: '';
    position: absolute;
    left: calc(50% - 1.5px);
    top: 100%;
    height: 0;
    transition: all 1.5s ease-in-out;
    width: 1px;
}

div.mainslider div.owl-item.active div.item{
    overflow: hidden;
}
div.mainslider div.owl-item.active div.item .content-group::after{
    height: 250px;
    top: 100%;
    background: #ffffff;
}


div.mainslider div.owl-item div.item .content-group h1,
div.mainslider div.owl-item div.item .content-group p,
div.mainslider div.owl-item.active div.item .content-group a.syh-button
{
    transition: all 0.5s ease-in-out;
    transform: perspective(1000px) rotateX(90deg);
}
div.mainslider div.owl-item.active div.item .content-group h1,
div.mainslider div.owl-item.active div.item .content-group p,
div.mainslider div.owl-item.active div.item .content-group a.syh-button
{
    transform: perspective(1000px) rotateX(0deg);
}

div.mainslider div.owl-item div.item .content-group h1{}
div.mainslider div.owl-item div.item .content-group p{
    transition-delay: 0.6s;
}
div.mainslider div.owl-item div.item .content-group a{
    transition-delay: 1s;
}

div.mainslider .owl-dots{
    position: absolute;
    z-index: 12;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 250px;
    right: calc(50% - 125px);
    bottom: 100px;
    text-align: center;
    height: 50px;
}
div.mainslider .owl-dots button{
    display: inline-block;
    position: relative;
    text-align:center ;
    margin-left: 10px;
    outline: none !important;
    transition: all 0.5s ease-in-out;
}
div.mainslider .owl-dots button.active{

}
div.mainslider .owl-dots button:before{
    display: none;
    content:'';
    position: absolute;
    height: 1px;
    width: 0;
    background: #ffffffb3;
    right: -20px;
    top:calc(50% - 1px);
    transition: all 0.5s ease-in-out;
}
div.mainslider .owl-dots button.active::before{
    content:'';
    width: 20px;
    right: -20px;
}
div.mainslider .owl-dots button::after{
    position: relative;

    background: #ffffff70;
    font-size: 1em;
    font-weight: 500;
    font-family: var(--poppins);
    transition: all 0.5s ease-in-out;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 30px;
}
div.mainslider .owl-dots button.active::after{
    width: 45px;
    height: 45px;
    background: white;
}
div.mainslider .owl-dots button:first-child::after{content:'1'}
div.mainslider .owl-dots button:nth-child(2)::after{content:'2'}
div.mainslider .owl-dots button:nth-child(3)::after{content:'3'}
div.mainslider .owl-dots button:nth-child(4)::after{content:'4'}
div.mainslider .owl-dots button:nth-child(5)::after{content:'5'}
div.mainslider .owl-dots button.active{}

.content-flex-box{
    flex:0 0 100%;
}

.showrelbox{
    overflow: hidden;
    position: relative;
    text-align: center;
    border-right: 1px solid #ddd;
}

* > .showrelbox:last-child{
    border-right: 0 !important;
}

.showrelbox::after{
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--pagebgcolor) 33%, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    content: '';
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.showrelbox:hover::after{
    bottom:-100%;
}

.showrelbox svg,
.showrelbox svg path
{
    fill: #848484;
    stroke: transparent;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    display: inline-block;
}
.showrelbox.white svg,
.showrelbox.white svg path
{
    fill: WHITE;
    stroke:transparent;
}


.showrelbox .first-row{
    position: relative;
    z-index: 2;
    text-align: center;
}
.showrelbox p{
    font-size: 0.9em;
    text-align: center;
    margin-top: 10px;
}
.showrelbox .first-row >  span{
    font-size: 0.8em;
    font-weight: BOLD;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
}

.bg_img_box{
    background-position: center;
    background-size: cover;
    height: 340px !important;
}
.bg_img_box.att{
    background-attachment: fixed;
}

.bg_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_img div.overlay{
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.62));
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.bg_img div.container,
.bg_img div.container-fluid
{
    position: relative;
    z-index: 2;
}
.bg_img h1,
.bg_img h2,
.bg_img h3,
.bg_img h4,
.bg_img h5,
.bg_img p{
    color: WHITE;
}
.bg_img hr{
    background: WHITE;
}
.bg_img.anim_over1{
    overflow: hidden;
}
.bg_img.anim_over1:hover div.overlay{
    left:50%;
}

.bg_dotted{
    background: url(../img/ptn-1.png);
    background-repeat: repeat;
    background-size: 154px;
}

/* Footer stilleri design.css içinde yönetilmektedir. */

.menu-toggler{
    display: block;
}
.menu-toggler span {
    display: block;
    background: #fff;
    width: 30px;
    position: relative;
    height: 2px;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}
.menu-toggler span:first-child{
    margin-top: 0;
}

header.mobile.scroll .menu-toggler span{
    background: #2d2d2d;
}

.activemenu .menu-toggler > span:first-child {
    transform: rotate(45deg);
    margin-top: 10px;
}
 .activemenu .menu-toggler > span:last-child {
    transform: rotate(-45deg);
    margin-left: 0px;
     margin-top: -8px;
}
 .activemenu .menu-toggler > span:nth-child(2) {
     opacity: 0;
}


.activemenu div.mobile-menu-content{
    height: 100vh;
    opacity: 1;
}


 div.mobile-menu-content{

     overflow: hidden;
     height: 0;
     left: 0;
     top: 0;
     width: 100%;
     transition: all 0.5s ease-in-out;
 }

div.mobile-menu-content nav > ul{
     padding-left: 0;
     margin-top: 60px;
 }
div.mobile-menu-content nav > ul > li{
     list-style-type: none;
     display: block;
     border-bottom: 1px solid #dddddd;
 }
div.mobile-menu-content nav > ul > li:first-child{}
div.mobile-menu-content nav > ul > li:last-child{
    border-bottom: none;
}
div.mobile-menu-content nav > ul > li > a{
    font-size: 1em;
    font-weight: 500;
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 15px;
}
div.mobile-menu-content nav > ul > li.has-submenu > a::after{
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    color: var(--fontcolor1);
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 10px;
    top: 30%;
}
div.mobile-menu-content nav > ul > li.has-submenu.active > a::after{
    transform: rotate(90deg);
}
div.mobile-menu-content nav > ul > li > .submenu{
    display: block;
    transition: all 1s ease-in-out;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background: #f7f7f7;
}
div.mobile-menu-content nav > ul > li.active{
    border-bottom: none;
}
div.mobile-menu-content nav > ul > li.active a{
    color: var(--firstcolor);
}
div.mobile-menu-content nav > ul > li.active > .submenu{
    display: block;
    height: fit-content;
    opacity: 1;
    border-bottom: 1px solid var(--firstcolor);
}
div.mobile-menu-content nav > ul > li > .submenu > ul{
    padding-left: 0;
}
div.mobile-menu-content nav > ul > li > .submenu > ul > li{
    list-style-type: none;

    display: block;
    border-bottom: 1px solid #dddddd;
    padding-left: 32px;
    margin-top: 5px;
    margin-bottom: 5px;
}
div.mobile-menu-content nav > ul > li > .submenu > ul > li:first-child{}
div.mobile-menu-content nav > ul > li > .submenu > ul > li:last-child{
    border-bottom: none;
}
div.mobile-menu-content nav > ul > li > .submenu > ul > li a{
    font-size: 1em;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 10px 15px;
    position: relative;
    color: var(--fontcolor1);
}
div.mobile-menu-content nav > ul > li > .submenu > ul > li a:after{
    position: absolute;
    height: 1px;
    left: -30px;
    width: 20px;
    background: var(--firstcolor);
    content:'';
    top:calc(50% - 1px);
}
div.mobile-menu-content ul.social{

    padding-left: 22px !important;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}


div.mobile-menu-content ul.social{
    opacity: 1;
    padding-left: 10px;
    background: #ddd;
}

div.mobile-menu-content ul.social li{
    display: inline-block;
    text-align: center;
    border-left: 1px solid #c5c5c5;
    height: 30px;
}
div.mobile-menu-content ul.social li:first-child{

}
div.mobile-menu-content ul.social li:first-child{
    border-left: none;
}
div.mobile-menu-content ul.social li a{
    font-size: 0.9em;
    padding: 6px;
    height: 100%;
    display: block;
}
div.mobile-menu-content ul.social li a i{}
div.mobile-menu-content ul.social li a span{}

section.bread{
    height: 45vh;
    background-image: url('../img/slider/slider1.jpg');
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
section.bread.full_h{
    height: 100vh;
}
section.bread .overlay{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #000000cf, transparent);
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
    z-index: 1;
}
section.bread .content-flex-box{
    z-index: 123;
}
section.bread h1,
section.bread h2,
section.bread h3,
section.bread h4,
section.bread h5,
section.bread ul,
section.bread ul li,
section.bread ul li a,
section.bread p{
    color: WHITE;
}

section.bread ul.breadcrumb{
    background: none !important;
    padding-left: 0;
    margin-top: 0;
    justify-content: flex-end;
    padding-right: 0;
}
section.bread ul.breadcrumb li,
section.bread ul.breadcrumb li a
{
    color: WHITE;
}
section.bread ul.breadcrumb li.active,
section.bread ul.breadcrumb li.active a{
     font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before{
    color:WHITE;
}

div.img-box{
    height: 580px;
}
div.img-box .overlay{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #000000cf, transparent);
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
    z-index: 2;
}
div.img-box .img{
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
div.img-box .contet-flex-box{
    position: relative;
    z-index: 5;
    flex:0 0 100%;
}
div.img-box .contet-flex-box h1,
div.img-box .contet-flex-box h2,
div.img-box .contet-flex-box h3,
div.img-box .contet-flex-box h4,
div.img-box .contet-flex-box small,
div.img-box .contet-flex-box p{
    color:WHITE;
}


div.iconbox{
    text-align: center;
}
div.iconbox svg{
    fill:var(--firstcolor);
    width: 75px;
    height: 75px;
    display: inline-block;
}
div.iconbox > p {
    display: block;
}
div.iconbox > span{
    display: block;
    font-weight: BOLD;
    font-size: 1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
}

div.iconbox  p.head-mini{
    display: block;
    font-weight: 600;
    font-size: 0.7em;
    letter-spacing: 0px;
    text-transform: uppercase;

}
div.iconbox  p:last-child{
    margin-top: 40px;
}

.map-iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}

div.product-container{}
div.product-container div.product-box{
    margin-top: 40px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.78);

}
div.product-container div.product-box a.fancy-link{
    width: 100%;
}
div.product-container div.product-box div.pro-images{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
    display: block;
    overflow: hidden;
    position: relative;
}
div.product-container div.product-box div.pro-images::after{
    content:'';
    background: WHITE;
    opacity: 0.5;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}
div.product-container:hover div.product-box div.pro-images::after{
    left:100%;
    background: BLACK;
}

div.product-container div.product-box h2{
    font-size: 1.4em;

    display: inline-block;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #525252;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.product-container div.product-box a{
    font-size: 0.6em;
    margin-bottom: 0;
   display: inline-block;
    float: right;
    margin-top: 14px;
    margin-right: 5px;
}
.yns > li{
    list-style: none;
}

div.product-card-1{
    display: flex;
    padding: 30px;
    align-items: center;
    flex-direction: row;
    position: relative;
    background: white;
    min-height: 400px;

}
div.product-card-1 .img{
    height: 315px;
    width: 30%;

    display: inline-flex;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
div.product-card-1 .content{
    width: 70%;
    height: 100%;
    display: inline-flex;
    padding: 15px;
}

div.product-card-1::before {
    content: '';
    background-image: url(../img/shadowTop.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -104px;
    transform-origin: center center;
    transform: rotate(180deg);
    width: 100%;
    height: 104px;
    opacity: 0.3;
}
div.product-card-1::after {

    content: '';
    background-image: url(../img/shadowTop.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -104px;
    width: 100%;
    height: 104px;
    opacity: 0.3;
}

ul.inline-breadcrumb{
    display: flex;
    padding-left: 0;
}
ul.inline-breadcrumb li{
    display: inline-flex;
    margin-left: 5px;
}
ul.inline-breadcrumb li:first-child{
    margin-left: 0;
}
ul.inline-breadcrumb li:first-child::before{
    content:'';
    display: none;
}
ul.inline-breadcrumb li::before{
    content:'>';
    margin-right: 8px;
    color: var(--firstcolor);
}
ul.inline-breadcrumb li:last-child{}
ul.inline-breadcrumb li h2,
ul.inline-breadcrumb li h1
{
    font-size: 1em !important;
}
ul.inline-breadcrumb li h2 a,
ul.inline-breadcrumb li h1 a,
ul.inline-breadcrumb li h2 a:hover,
ul.inline-breadcrumb li h1 a:hover,
ul.inline-breadcrumb li h2 a:active,
ul.inline-breadcrumb li h1 a:active
{
    text-decoration: none !important;
    color: var(--fontcolor1);
}
.index-products-1{
    /*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.36);*/
    background:transparent;
}
.index-products-1 .item{}
.index-products-1 .item a{
    border: 1px solid #e7e7e7;
    width: 100% !important;
    height: 140px;
    background-size: auto 70%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: block;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    mix-blend-mode: multiply;
}
.index-products-1 .owl-item.active.center .item a{

    border:1px solid white;

}

.index-products-1 .owl-dots {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.36);;
    position: absolute;
    background: white;
    bottom: -39px;
    height: 40px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    left: 15px;
}
.index-products-1 .owl-dots button {
    width: 10px;
    height: 10px;
    background: #dddddd;
    border-radius: 10px;
    margin-left: 10px;
    outline: none !important;
}
.index-products-1 .owl-dots button.active {
    background: var(--firstcolor);
}
.index-products-1 .owl-dots::before {
    content: '';
    position: absolute;
    right: -15px;
    width: 20px;
    height: 100%;
    background: url(../img/bar-right.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top;
}
.index-products-1 .owl-dots::after {
    content: '';
    position: absolute;
    left: -19px;
    width: 20px;
    height: 100%;
    background: url(../img/bar-left.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top;
}

.index-products-1 .owl-nav{
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.36);;
    position: absolute;
    background: white;
    bottom: -39px;
    height: 40px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    right: 15px;
}
.index-products-1 .owl-nav button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dddddd;
    border-radius: 10px;
    margin-left: 10px;
    outline: none !important;
    width: 30px;
}
.index-products-1 .owl-nav button:last-child{
    border-left: 1px solid #ddd;
    border-radius: 0 !important;
    margin-left: 0;
}
.index-products-1 .owl-nav button span{
    font-size: 3em;
    color: var(--firstcolor);
}
.index-products-1 .owl-nav::before {
    content: '';
    position: absolute;
    right: -15px;
    width: 20px;
    height: 100%;
    background: url(../img/bar-right.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top;
}
.index-products-1 .owl-nav::after {
    content: '';
    position: absolute;
    left: -19px;
    width: 20px;
    height: 100%;
    background: url(../img/bar-left.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top;
}
.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 100;
}
.svg-turkiye-haritasi svg{
    max-width: 100% !important;
}
.svg-cover{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background 0.3s ease-in-out;
}
.svg-cover.inpage{
    background-image: none !important;
    background-color: #fff;
}
.svg-cover::after{

    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0%;
    height: 100%;
    background: linear-gradient(to bottom, black, black);
    opacity: 0.5;
}
.svg-cover.inpage::after{
    display: none !important;
}
.svg-turkiye-haritasi .mouse-title{
    transition: all 0s ease-in-out;
    position: fixed;
    left: 0;
    width: fit-content;
    padding:5px 10px;
    font-size: 0.5em;
    top: 0;
    color: WHITE;
    background: var(--firstcolor);
}

/*
#bolge-1 g path {
    fill: #87cdde;
}
#bolge-2 g path {
    fill: #ac93a7;
}

#bolge-3 g path {
    fill: #ffb380;
}
#bolge-4 g path {
    fill: #cccccc;
}
#bolge-5 g path {
    fill: #decd87;
}
#bolge-6 g path {
    fill: #de8787;
}
#bolge-7 g path {
    fill: #aade87;
}*/

#bolge-1 g path {
    fill: var(--mapColor);
}
#bolge-2 g path {
    fill: var(--mapColor);
}

#bolge-3 g path {
    fill: var(--mapColor);
}
#bolge-4 g path {
    fill: var(--mapColor);
}
#bolge-5 g path {
    fill: var(--mapColor);
}
#bolge-6 g path {
    fill: var(--mapColor);
}
#bolge-7 g path {
    fill: var(--mapColor);
}

.inpage #bolge-1 g path {
    fill: #424242;
}
.inpage #bolge-2 g path {
    fill: #424242;
}

.inpage #bolge-3 g path {
    fill: #424242;
}
.inpage #bolge-4 g path {
    fill: #424242;
}
.inpage #bolge-5 g path {
    fill: #424242;
}
.inpage #bolge-6 g path {
    fill: #424242;
}
.inpage #bolge-7 g path {
    fill: #424242;
}
.svg-turkiye-haritasi svg g g path{
    transition: all 0.1s ease-in-out;
}

.svg-turkiye-haritasi path{
    transition: fill 0.1s ease-in-out;
}

.svg-turkiye-haritasi path:hover,
.svg-turkiye-haritasi path.active
{
    opacity: 1 !important;
    fill:var(--firstcolor) !important;

}

.news-block{
    padding:20px;
    border: 1px solid #ddd;
   /* background:white;
    box-shadow:0 0 10px rgb(0 0 0 / 8%);*/
}
.news-block .img{
    display: block;
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-block .title{}
.news-block .title h2{
    font-size: 0.9em !important;
    line-height: 1.3em;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.news-block .syh-button{
    padding: 5px 25px;
}
.news-block .title h2 a{
    color: var(--fontcolor1);
}
.project-nav{
    text-align: center;
}
.project-nav a{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background:var(--gray-dark);
    color: WHITE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
}
.project-nav a.prev{}
.project-nav a.next{}

.news-nav{
    text-align: center;
}
.news-nav a{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background:var(--gray-dark);
    color: WHITE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
}
.news-nav a.prev{}
.news-nav a.next{}

.sidebar{

    min-height: 100px;
    display: flex;
    flex-direction: column;

}
.sidebar .widget{

    width: 100% !important;
    border-bottom:1px solid #ddd;
}
.sidebar .widget .widget-header{
    font-size: 1em !important;
    background:white;
    font-weight: 600;
    text-align: left;
    padding: 15px;
    border-bottom:1px solid  #ddd;

}
.sidebar .widget ul{
    padding-left: 0;
    margin-bottom: 0;
}
.sidebar .widget ul li{
    display: flex;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
}
.sidebar .widget ul li:first-child{

}
.sidebar .widget ul li:last-child{

}
.sidebar .widget ul li a{
    min-height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    line-height: 1em;
    color: var(--fontcolor1);
    font-size: 0.9em;
}

.product-box{
    height:  300px;
    margin-top: 15px;
    position: relative;
}
.product-box .img{
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: auto 60%;
    background-repeat: no-repeat;
}
.product-box .content{
    height: 100px;
    line-height: 1em;
    padding: 5px;
    overflow: hidden;
}
.product-box .content p{
    font-size: 0.8em;
}
.product-box .title{
    display: block;
    width: 100%;
    padding: 5px;
    left: 0;
    bottom: 0;
}
.product-box .title a{
    font-size: 1em;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    justify-content: center;
    color: var(--thirdcolor);
    line-height: 1em;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.product-box .syh-button{
    margin-top: 5px;
    display: inline-flex;
    width: fit-content;
    margin-inline:auto;
    font-size: 0.7em;
    padding: 5px 15px;
}

.galler-box{
    position: relative;
    border: 1px solid #ddd;
    display: block;
    cursor: pointer;
}
.galler-box .img{
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.galler-box .title{
    position: absolute;
    left: 0;
    width: 100%;
    height: fit-content;
    bottom: 0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 2;
}
.galler-box .title h2{
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
    padding: 10px;
    margin-bottom: 0;
}

.galler-box .title *{
    font-size: 0.8em;
    font-weight: 400;
}

.document-box{
    position: relative;
    border: 1px solid #ddd;
    display: block;
    cursor: pointer;
}
.document-box .img{
    height: 120px;
    background-position: center;
    background-size: auto 60%;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}
.document-box:hover .img{
    background-size: auto 80%;
}
.document-box .title{
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 10px;
    height: fit-content;
    bottom: 0;

    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 2;
}
.document-box .title h2{
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
    padding: 10px;
    margin-bottom: 0;
}
.document-box .title *{
    font-size: 0.8em;
    font-weight: 400;
}
.table-references{}
.table-references th,
.table-references td
{

}

.table-references thead{
    background: rgb(255 255 255 / 90%);
}

.pageination-2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.pageination-2 li.page-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border: none !important;
    border-radius: 40px;
    background: var(--gray-dark)
}
.pageination-2 li.page-link a{
    color: WHITE;
}

.form-element-group{
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}
.form-element-group label{
    display: flex;
    align-items: center;
    padding-left: 9px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1em;
    height: 100%;
    background: #373737;
    font-size: 0.7em;
    color: WHITE;
    transition: all 0.5s ease-in-out;

}
.form-element-group label strong{
    display: inline-block;
}
.form-element-group input,
.form-element-group select,
.form-element-group textarea
{
    transition: all 0.5s ease-in-out;
    min-height: 50px;
    padding-left: 90px;
    font-size: 0.8em;
}
.form-element-group input:focus ~ label,
.form-element-group select:focus ~ label,
.form-element-group textarea:focus ~ label{

    box-shadow: none !important;
    outline: none !important;
    filter: none !important;
    margin-left: -75px;
}
.form-element-group input:focus,
.form-element-group select:focus,
.form-element-group textarea:focus{

    box-shadow: none !important;
    outline: none !important;
    filter: none !important;
    padding-left: 10px;
}

.tabs{

}
.tabs > ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    columns:3;
    margin-top: 10px;
}
.tabs > ul > li{
    display: inline-flex;
    align-self: stretch;
    padding: 0;


}
.tabs > ul >  li > a{
    font-size: 1em;
    color: WHITE;
    display: flex;
    align-self: center;
    justify-content: stretch;
    width: 100%;
    padding: 15px 15px;
    background: #272822;
    transition: all 0.5s ease-in-out;
    border-right: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tabs > ul >  li > a.active{
    background: white;
    color: var(--fontcolor1);
    box-shadow:0 -5px 5px rgb(0 0 0 / 12%);
}

.tab-content{}
.tab-content .tab-pane{
    background: WHITE;
    padding: 25px;
}

.mini-gallery-img{
    width: 100%;
    height: 75px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    border: 1px solid #ddd;
}

.promo-1{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    height: 75vh;
}
.promo-1 .content{
    position: relative;
    z-index: 20;
}
.promo-1::after{
    position: absolute;
    content:'';
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10;

}
.offer-form{
    position: fixed;
    right:-100%;
    top: 0;
    width: 375px;
    height: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 900;
}

.offer-form .form-area{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    width: 420px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 5;
    transition: all 0.5s ease-in-out;
}
.offer-form .bg-area{
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    transition: all 0.5s ease-in-out;
}
.offer-form.opened{
    width: 100%;
    right: 0;
}
.offer-form.opened .form-area{}
.offer-form.opened .bg-area{
    width: 100%;
}

.offer-form .form-control{
    border-radius: 0 !important;
    background: #e9e9e9;
    border: none !important;
}

.h-r-card{}
.h-r-card h3{
    font-size: 1.3em;
}
.h-r-card p{
    display: inline-block;
    font-size: 0.8em;
    text-align: left;
}


.form-card{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: none;
    height: 100%;
}
.form-card .card-body{
    background: rgb(216 216 216 / 85%);
}


.form-card input[type="text"],
.form-card input[type="email"],
.form-card input[type="number"],
.form-card input[type="phone"],
.form-card select,
.form-card .upload-file
{
    width: 100%;
    border: none;
    padding: 10px 20px;
    padding-left: 0;
    border-radius: 25px;
    line-height: 1em;
    font-size: 0.9em;
    background: rgb(0 0 0 / 33%);
    color: WHITE;
    height: 46px;
}

.form-card .input-area [type=file]{
    display: none !important;
    visibility: hidden;
}

.form-card .upload-file input[type=file]{

}

.form-card input[type="text"]:focus,
.form-card input[type="email"]:focus,
.form-card input[type="number"]:focus,
.form-card input[type="phone"]:focus,
.form-card select:focus,
.form-card .upload-file:focus{
    border: 1px solid WHITE;
}


.input-area input[type="text"],
.input-area input[type="email"],
.input-area input[type="number"],
.input-area input[type="phone"],
.input-area select,
.input-area .upload-file{
    position: relative;
    padding-left: 50px;
}

.form-card ::placeholder{
    font-style: italic;
    font-size: 0.8em;
    color: WHITE;
}

.form-card label.label-1{
    display: block;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0;
    color: #414141;
    text-align: right;
}

.form-card .input-area{
    position: relative;
}
.input-area i {
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;

    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #606060;
    opacity: 1;
    mix-blend-mode: normal;
    z-index: 123;
}

.head-ribon-1{
    background: linear-gradient(-45deg, transparent 20%, var(--firstcolor) 20%);
    padding: 5px 12px;
    color: WHITE;
}

.head-ribon-2{
    padding: 5px 12px;
    border: none;
    background-color: #606060;
    background-image: -webkit-linear-gradient(left, #bf1e2e 0%, #606060 50%, #bf1e2e 100%);
    background-image: linear-gradient(to right, #bf1e2e 0%, #606060 50%, #bf1e2e 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}

.head-ribon-3{
    background: linear-gradient(-45deg, transparent 20%, var(--firstcolor) 20%);
    padding: 5px 12px;
    color: WHITE;
    font-size: 22px;
}

.head-ribon-2:hover{color: #fff;background-color: #606060;border: none;background-position: 100% 0;}

.head-ribon-2 a{
    font-size: 18px;
    color: #fff;
}

.career-screen .career-close-button{
    display: inline-flex;
    background: var(--firstcolor);
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
}

.career-screen-back {
    background: black;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    z-index: 550;
    opacity: 0;
    visibility: hidden;
}
.career-screen-back.open {
    opacity: 0.6;
    visibility: visible;
}
.overflow-y-auto {
    overflow-y: auto;
    max-height: 100%;
}
.career-screen{
    position: fixed;
    left: 25vw;
    width: 50vw;
    top: 15vh;
    height: 66.5vh;
    background: #fff;
    z-index: 650;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.career-screen.open{
    opacity: 1;
    visibility: visible;

}
.career-screen.in-page{
    z-index: 1;
    height: fit-content;
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
    top: 0;
}
.career-screen.in-page .card{
    max-height: 420px;
}
.career-screen.in-page .text-content{
    height: fit-content;
}

.career-screen .text-content{
    height: 66.5vh;
    padding: 30px;
}

.career-screen-back{
    background: black;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    z-index: 550;
    opacity: 0;
    visibility: hidden;
}
.career-screen-back.open{
    opacity: 0.6;
    visibility: visible;
}
.career-screen .content-container{
    position: relative;
    z-index: 40;
}

iframe {
    border: 3px solid #bf1e2e !important;
}

.bayi-card img {
    height: 100%;
    width: 100%;
}

#particles-js{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.card-body.faaliyet-card {
    padding: 0.7rem;
}

.faaliyet-card .title {
    position: absolute;
    bottom: 35px;
    left: 35px;
    padding: 7px;
    color: #ddd;
    font-size: 20px;
    border: 2px solid #ddd;
    border-radius: 10px 0;
    background: linear-gradient(90deg, rgb(191 30 46) 0%, rgb(191 30 46) 57%, rgb(96 96 96) 100%);
}

.faaliyet-card .desc {
    position: absolute;
    bottom: 15px;
    left: 35px;
    padding: 7px;
    color: #ddd;
    font-size: 16px;
}

.shrink img {
    transition: 1s ease;
}

.shrink img:hover{
    -ms-transform: scale(0.8);
    transform: scale(1.1);
    transition: 1s ease;
}


.img-box1.half {
    height: 300px;
}
.img-box1 {
    position: relative;
    height: 450px;
}
.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.over3 .overlay {
    background: linear-gradient(45deg, black, transparent);
    mix-blend-mode: multiply;
    height: 100%;
    opacity: 0.5;
}
.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 .icerik {
    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 .icerik .flex-fill h3{
    color: #fff;
    font-size: 20px;
}

.img-box1 .icerik .flex-fill p{
    font-size: 14px;
}

.nc-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;
}

.nc-project-btn:hover {
    color: #fff;
}

.gallery .gallery-item .img {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
}
.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
