@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0
}
:focus {
  outline: 0
}
* {
  list-style: none;
  text-decoration: none;
}
body {
  line-height: 1;
  overflow-x: hidden;
    font-family: arial;
}
/*ol, ul {s
		list-style: none
	}*/
table {
  border-collapse: separate;
  border-spacing: 0
}
caption, th, td {
  font-weight: 400;
  text-align: left
}
blockquote:before, blockquote:after, q:before, q:after {
  content: ""
}
blockquote, q {
  quotes: """"
}
header, nav, article, section, footer, figure, aside {
  display: block;
}
input, select, textarea {
  -webkit-border-radius: 0;
  border-radius: 0
}
.clear {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  clear: both
}
html {
  scroll-behavior: smooth;
  transition: all 0.1s ease-out;
}
.navbar {
    /* padding: 0px 0px 31px; */
    background: #051B46;
    width: 100%;
    z-index: 9;
	border-bottom: 4px solid #0179d3;
}
.logo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 25px;
    top: 1px;
    width: 160px;
}
.menu {
    display: inline-block;
    vertical-align: middle;
}
.opendrop {
    float: right;
    background: #051B46;
    padding: 13px 0px 15px;
    width: 110px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 9999999999;
}
.line {
    width: 41px;
    height: 3px;
    background: white;
    margin: 0 auto;
    transition: all 0.3s;
    margin-top: 8px;
    position: relative;
    margin-bottom: 8px;
}
.menu {
    float: right;
    padding: 35px 0px 21px;
    width: 980px;
    text-align: right;
    padding-right: 10px;
}
.menu div ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 11px;
    cursor: pointer;
    font-family: 'Korolev-Medium';
    position: relative;
    color:#ffffff;
}
.menu div ul a {
    color:#413A5F;
}
.menu div ul li::before {
    content: '';
    background: #413a5e;
    height: 3px;
    width: 0%;
    position: absolute;
    bottom: -6px;
    border-radius: 60px;
    opacity: 0;
    transition: all 0.3s;
}
.menu div ul li:hover:before {
    opacity: 1;
    width: 100%;
}
.menu div ul {
    display: inline-block;
    /* vertical-align: middle; */
    /* margin: 0px 18px; */
}
.menu div ul:nth-child(2) li {
    margin: 0px 0px;
    width: 23px;
}
.menu div ul:nth-child(2) li img {
    width: 100%;
}
.slider {
    position: relative;
}
.sliderd {
    position: relative;
}
.textSlider {
    position: absolute;
    top: 40%;
    width: 1440px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 10px black;
}
.textSlider h3 {font-size: 43px;font-family: 'Korolev-Medium';}
.textSlider h1 {
    font-size: 61px;
    margin-top: 11px;
    font-family: 'Korolev-Medium';
    font-weight: bold;
}
.line_text {
    width: 100%;
    margin-top: 20px;
}
.text_slider_container {
    width: max-content;
    margin: 0 auto;
}
.owl-theme .owl-nav [class*=owl-] {
    background: unset !important;
    border:unset !important;
}
.owl-theme .owl-nav [class*=owl-] button {
    border: unset !important;
    background: unset;
    width: 100% !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none !important;
    position: absolute !important;
    top: 45% !important;
    width: 1400px !important;
    text-align: left !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    z-index: 1 !important;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 0;
    width: 1400px;
    margin: 0 auto;
    text-align: left !important;
    left: 0;
    right: 0;
    top: 44%;
}
.owl-next {
    float: right;
}
.fancybox-container {
    z-index: 9999999 !important;
}
.katalogd {
    background: #413A5F;
    width: max-content;
    padding: 10px;
    position: fixed;
    bottom: 40px;
    left: 70px;
    z-index: 99;
    color: #FFF;
    cursor: pointer;
    font-family: 'Korolev-Medium';
}
.fa-times {
    display: none;
    position: absolute;
    top: 15px;
    font-size: 30px;
    right: 39px;
    color: #6e293d;
}
.katalogd img {
    display: inline-block;
    vertical-align: middle;
}
.katalog {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.container1 {
    background: #1e4158;
}
.container3 {
    background: #926E5F;
    height: 420px;
    margin-bottom: 130px;
}
.containerCenter {
    max-width: 1160px;
    text-align: center;
    margin: 0 auto;
}
.containerCenter div ul li {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 48%;
}
.containerCenter h5 {
    margin-bottom: 6px;
    color: #FFF;
    font-size: 25px;
    font-family: 'Korolev-Medium';
}
.containerCenter div ul li:nth-child(2) {
    margin-left: 40px;
}
.containerCenter div ul li h3 {
    font-size: 38px;
    color: #FFF;
    margin-bottom: 11px;
    font-family: 'Korolev-Medium';
    font-weight: bold;
}
.textTitle p {
    color: #FFF;
    margin-top: 18px;
    line-height: 24px;
    font-family: 'Korolev-Medium';
}
.texthdaglogo p button {
    background: unset;
    border: unset;
    border: 1px solid #2C4251;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
    color: #2C4251;
    margin-top: 20px;
    width: 140px;
    font-family: 'Korolev-Medium';
}
.texthdaglogo p button:hover {
    background: #2C4251;
    color:#FFF;
}
.textTitle p button {
    background: unset;
    border: unset;
    border: 1px solid white;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
    color: #FFF;
    margin-top: 20px;
    width: 140px;
    font-family: 'Korolev-Medium';
}
.textTitle p button:hover {
    background: #FFF;
    color:#2C4251;
}
.footer_center {
    max-width: 660px;
    text-align: center;
    margin: 0 auto;
}
.footer_center img {
    width: 20%;
}
.containerCenter div ul li img {
    width: 100%;
    margin-bottom: -4px;
	box-shadow: 1px 3px 20px 0 #07070745;
}
.container2 {
    float: right;
    width: 85.2%;
    text-align: right;
}
#container2_center {
    margin: 0 auto;
    float: none !important;
    max-width: 1160px;
    text-align: right; 
}
.container_left {
    width: 1440px;
    text-align: left;  
}
.yazilinecontainer {
    width: 100%;
}
.container2 div ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 34%;
    margin-left: 30px;
}
.container2 div ul li:nth-child(2) {
    text-align: right;
    width: 60.2%;
}
.container2 h5 {
    margin-bottom: 6px;
    font-size: 25px;
    color: #413A5F;
    font-family: 'Korolev-Medium';
}
.container2 h3 {
    font-size: 38px;
    color: #413A5F;
    argin-bottom: 11px;
font-family: 'Korolev-Medium';
    font-weight: bold;
}
.title_div_center h3 {
    margin-bottom: 6px;
    font-size: 25px;
    color: #413A5F;
    font-family: 'Korolev-Medium';
}
.title_div_center h1 {
    font-size: 38px;
    color: #413A5F;
    argin-bottom: 11px;
font-family: 'Korolev-Medium';
    font-weight: bold;
}
.container2 div ul li:nth-child(2) div img {
    width: 100%;
}
.container_left div ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 60.4%;
}
.container_left div ul li iframe {
    height: 410px;
}
.container_left div ul li:nth-child(2) {
    text-align: left;
    width: 36%;
    margin-left: 40px;
}
.container_left div ul li h4 {
    color: #413a5e;
    font-size: 40px;
    margin-bottom: 17px;
font-family: 'Korolev-Medium';
    font-weight: bold;
}
.gorselWidht {
    width: 100%;
}
.daglogo {
    margin-bottom: 20px;
    width: 30%;
}
.texthdaglogo p {
    margin-top: 20px;
    line-height: 25px;
    font-family: 'Korolev-Medium';
}
.marginTop_container3 {
    margin-top: -9%;
}
.owl4 .owl-nav{width: 20%;bottom: 8%;top: unset;left: 18%;text-align: center !important;}
.owl4 .owl-next {
    display: inline-block !important;
    vertical-align: top;
    float: none;
}
.owl4 .owl-nav .owl-prev {
    width: 30% !important;
    background: #EDEDED !important;
    padding: 10px 0px 10px !important;
        border: 1px solid #ededed !important;
    cursor: pointer;
}

.owl4 .owl-nav .owl-next {
width: 30% !important;
    padding: 10px 0px 10px !important;
    border: 1px solid #ededed !important;
    cursor: pointer;
    position: relative;
    left: -11px;
}
.owl-theme .owl-nav [class*=owl-] {
    border-radius: 0px !important;
}
.container_form {
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.container_form h3 {
    text-align: center;
font-family: 'Korolev-Medium';
    font-weight: bold;
    font-size: 29px;
    color: #413A5F;
}
.form_iletisim {
    background: #EDEDED;
    padding: 20px;
    margin-top: 40px;
}
.inputs {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 6px;
}
.inputs input {
    width: 96%;
    padding: 10px;
    border: unset;
    background: #FFF;
    color: #707070;
    font-family: 'Korolev-Medium';
}
.inputs textarea {
    width: 100%;
    height: 60px;
    border: unset;
    font-family: 'Korolev-Medium';
    padding: 7px;
}
.textareas {
    display: block;
    width: 97.4%;
}
.buttonGonder {
    text-align: center;
    margin-top: 15px;
}
.buttonGonder button {
    background: #051B46;
    border:1px solid #051B46;
    color:#FFF;
    transition: all 0.5s;
    padding: 14px;
    border: unset;
    width: 140px;
    cursor: pointer;
    font-family: 'Korolev-Medium';
}
.buttonGonder button:hover {
    background: #FFF;
    color:#051B46;
}
.container5 {
    background: #004e56;
    margin-top: 50px;
    padding: 50px 0px 50px;
}
.container_full_daireplanlari {
    background: #413A5F;
    margin-top: 0px;
    padding: 50px 0px 50px;
}
.container_full_hakkimizda {
    background: #6e283d;
    margin-top: 0px;
    padding: 50px 0px 50px;
}
.container5_center {
    max-width: 1160px;
    margin: 0 auto;
}
.tabs {
    display: inline-block;
    vertical-align: top;
    color: #FFF;
    font-size: 30px;
    padding-right: 24px;
    cursor: pointer;
    opacity: 0.4;
    transition: all 0.5s;
font-family: 'Korolev-Medium';
    font-weight: bold;
}
.container_projes {
    margin-top: 40px;
}
.container_projes div ul li {
    width: 32%;
    float: left;
    margin: 5px 5px;
    position: relative;
    transition: all 0.5s;
    display: none;
    cursor: pointer;
}
.container_projes div ul li::before {
    content: '';
    position: absolute;
    background: #051B468a;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.7s;
}

.container_projes div ul li:hover:before {
    opacity: 1;
}
.container_projes div ul li img {
    width: 100%;
}
.anim_top {
    position: relative;
    top:30px;
    opacity: 0;
    transition: all 0.5s;
}
.anim_left {
    position: relative;
    left:30px;
    opacity: 0;
    transition: all 0.8s;
}

.plus {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 13%;
    top: 41%;
    transition: all 0.5s;
    opacity: 0;
}
.container_projes div ul li:hover .plus {
      opacity: 1;  
}
.container6 {
    position: relative;
	box-shadow: 1px 3px 20px 0 #07070745;
}
.background1 {
    width: 100%;
}
.backgroundBox {
    margin: 0 auto;
    width: 1160px;
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
}
.background_boxdiv {
    background: #03707c;
    width: 40%;
    padding: 49px;
    color: #FFF;
}
.background_boxdiv img {
    width: 100%;
}
.background_boxdiv h3 {
    font-size: 35px;
    font-family: 'Korolev-Medium';
}
.background_boxdiv h1 {
    font-size: 50px;
    margin-bottom: 11px;
    margin-top: 5px;
font-family: 'Korolev-Medium';
    font-weight: bold;
}
.background_boxdiv p {
    margin-top: 15px;
    line-height: 21px;
    font-family: 'Korolev-Medium';
}
.number_iframe {
    margin-top: 50px;
    font-size: 31px;
    color: #413a5e;
font-family: 'Korolev-Medium';
    font-weight: bold;
}
.footer {
    padding: 30px 0px 30px;
    box-shadow: 1px 1px 10px #d7d7d7;
}
.footer_menu_d {
    margin-top: 25px;
}
.footer_menu_d div ul a {
        color: #413A5F;
}
.footer_menu_d div ul li {
    display: inline-block;
    vertical-align: top;
    margin: 8px;
    cursor: pointer;
    position: relative;
    color: #413A5F;
    font-family: 'Korolev-Medium';
}
.footer_menu_d div ul li:before {
    content: '';
    background: #413a5e;
    height: 3px;
    width: 0%;
    position: absolute;
    bottom: -6px;
    border-radius: 60px;
    opacity: 0;
    transition: all 0.3s;  
}
.footer_menu_d div ul li:hover:before {
    width: 100%;
    opacity: 1;
}
.social_footer {
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    padding: 12px 0px 12px;
    margin-top: 20px;
}
.social_footer div ul li {
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    cursor: pointer;
}
.forDesing {
    text-align: center;
    margin-top: 20px;
    font-family: 'Korolev-Medium';
    color: #707070;
}
.forDesing img {
    margin-top: 10px;
}
.menu_dropdown {
    background: #00181abf;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999999;
    top: 0;
}
.menu_content_dropdown{
    position: absolute;
    top: 21%;
    width: 1169px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
} 
.menu_content_dropdown div ul li {
    color: #FFF;
    font-size: 39px;
    margin-top: 21px;
    cursor: pointer;
    position: relative;
    width: max-content;
    text-align: left;
    font-family: 'Korolev-Medium';
}
.menu_content_dropdown div ul li::before {
    content: '';
    background: white;
    width: 0%;
    height: 4px;
    position: absolute;
    bottom: -11px;
    transition: all 0.4s;
}
.menu_content_dropdown div ul li:hover:before {
    width: 100%;
}
.menu_content_dropdown div ul li a {
    color:#FFF;
}
.katplanlari_container {
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
    margin-bottom: 0px;
}
.daireplanlari_info {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.daireplanlari_info h3 {
    margin-bottom: 20px;
    font-size: 36px;
font-family: 'Korolev-Medium';
    font-weight: bold;
    color: #413A5F;
}
.daireplanlari_info img {
    width: 100%;
}
.daireplanlari_info p {
    font-family: 'Korolev-Medium';
    margin-top: 16px;
    line-height: 22px;
}
.plangorsel {
    width: 100%;
    margin-top: 30px;
    transition: all 0.7s;
}
.plangorsel:hover {
    opacity: 0.8;
}
.tabsDaire {
    z-index: 999999;
}
.tabsDaire div ul li {
    display: inline-block;
    vertical-align: top;
    background: #413a5f;
    width: 25.2%;
    padding: 20px 0px 20px;
    text-align: center;
    margin: -3px -3px;
    cursor: pointer;
font-family: 'Korolev-Medium';
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
	box-shadow: 1px 3px 20px 0 #07070745;
}
.plan {
    width: 100%;
}
.planD{
    display: none;
} 
.shadoww {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000030;
}
.owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.all_daireplanlarii {
    padding: 30px;
    background: #f5f5f5;
}
.all_daireplanlarii div ul li {
    float: left;
    width: 23%;
    margin: 8px;
    position: relative;
    cursor: pointer;
    display: none;
    transition: all 0.6s;
}
.all_daireplanlarii div ul li img {
    width: 100%;
}
.all_daireplanlarii div ul li:hover {
   opacity: 0.7;
    transform: scale(0.9);
}
.katplanlari_name {
    color: #413a5e;
	font-family: 'Korolev-Medium';
    font-size: 22px;
    text-align: center;
    margin-top: 19px;
}
.all_daireplanlarii div ul li img {
    width: 100%;
}
.daireplanlari {
    width: 24% !important;
}
.menu_socials {
    display: inline-block;
    vertical-align: top;
    margin: 7px;
    font-size: 20px !important;
}
.socialslii {
    margin-top: 40px; 
}
/*  FORM  */


.form_content {
    z-index: 9999999;
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    text-align: center;
    right: 0;
    top: 130px;
    transition: .5s ease-in-out;
    font-weight: 300;
    box-shadow: 0 0 50px #00000030;
}

.form li {
    padding: 0;
    list-style: none;
    font-size: 14px;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 6px 0px;
}

.icon {
    position: absolute;
    right: 8px;
    top: 6px;
    z-index: 1;
}

.form .form-text, .form .form-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 37px;
    line-height: 32px;
    padding-left: 11px;
    background-color: #fff;
        font-family: 'Korolev-Medium';
    color: #444;
    font-size: 12px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.form-textarea {
    height: 90px !important;
}
.form-submit {
    width: 140px;
    padding: 11px;
    color: #FFF;
    width: 50%;
    padding: 11px;
    color: #FFF;
    border: unset;
    font-family: 'Korolev-Medium';
    margin-bottom: 13px;
    transition: all 0.5s;
    background: #6e283d;
    cursor: pointer;
    margin-top: 20px;
    font-weight: bold;
}
.form-submit:hover {
   border-radius: 50px;
}

#form-menu {
    position: absolute;
    text-align: left;
    font-size: 22px;
    top: 250px;
    z-index: 5;
    right: 279px;
    transition: .5s ease-in-out;
    height: auto;
    display: block;
    cursor: pointer;
    color: #fff;
    width: 164px;
    padding: 15px;
    transform: rotate(-90deg);
    text-shadow: 1px 1px 1px #000000b5;
    background: #0179d3;
    text-align: center;
    z-index: 9999999;
    font-family: 'Korolev-Medium';
    font-weight: bold;
    font-size: 20px;
}

.bilgitalep_title h3 {
    font-family: 'Korolev-Medium';
    font-size: 23px;
    margin-bottom: 20px;
    color: #6e293d;
    font-weight: bold;
}
.telefonmobil {
font-family: 'Korolev-Medium';
    font-weight: bold;
} 
.telefonmobil a {
    color:#6e273d;
}
.form_all_page {
    background: red;
    transition: all 0.5s;
    position: fixed;
    right: -352px;
    top: 0;
    z-index: 99999;
}
.hakkimizda_daglogo {
    width: 24% !important;
    margin-bottom: 30px;
}
.oduller_d {
    text-align: center;
    margin-top: 40px;
}
.oduller_d div ul li {
    display: inline-block;
    transition: all 0.6s;
    vertical-align: top;
    width: 18%;
    margin: 23px 31px;
}
.oduller_d div ul li:hover {
    transform: scale(0.8);
}
.oduller_d div ul li img {
    width: 100%;
}
#backgroundbox_right {
    float: right;
    text-align: right;
}
.div_center_c {
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 3px;
    margin-bottom:25px;
}
.div_center_c div ul li {
    width: 43%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 36px;
}
.div_center_c div ul li img {
    width: 100%;
}
.title_div_center {
    margin-top: 20px;
}
.title_div_center p {
    font-family: 'Korolev-Medium';
    margin-top: 16px;
    line-height: 22px;
}
.loading_container {
    background: #2C4251;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999999999999;
    height: 100%;
    overflow: hidden;
    transition: all 1.5s;
}
#loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgb(255 255 255 / 0%);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 0.3s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    position: absolute;
    left: 0;
    transition: all 0.5s;
    right: 0;
    margin: 0 auto;
    top: 48%;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}