@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;
    background: url('../imgs/background.jpg'); 
}
/*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;
}
.menu_left {
    background: #FFF;
    width: 12%;
    height: 100vh;
    position: fixed;
    left: 0;
    text-align: center;
    z-index: 999;
}
.logo {
   text-align: center;
}
.logo img {
    cursor: pointer;
}
.menu_height_middle {
    width: 100%;
    margin-top: 50px;
}
.allmenu {
    margin-top: 80px;
    position: relative;
}
.menu_d {margin-top: 0px;text-align: center;border-bottom: 1px solid #DBDBDB;border-top: 1px solid #DBDBDB;padding: 40px 0px 40px;}
.menu_d div ul li {
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: bold;
    color:#767676;
    font-family: 'Montserrat', sans-serif;
}
.menu_d div ul li i {
    font-size: 24px; 
}
.projelerAltContent a {
    color:#000;
}
.menu_d:nth-child(2) {
    
}
.phoneMenu {
    margin-top: 50px;
    text-align: center;
    position: absolute;
    bottom: 7px;
    width: 100%;
    text-align: center;
}
.phoneMenu div ul li {
    width: 33px;
    margin: 0 auto;
    margin-top: 0px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}
.phoneMenu div ul li img {
    width: 100%;
}
.content_right01 {
    position: fixed;
    right: 0;
    height: 100vh;
    width: 88%;
}
.content_right02 {
    float: right;
    width: 88%;
    display: none;
    background: #313133;
    /* scroll-snap-type: y mandatory; */
    transition: all 1.7s;
    scroll-padding: 0;
    /* height: 100vh; */
    background: url('../imgs/background.jpg');
    /* overflow-y: scroll; */
    position: relative;
    background-attachment: fixed;
}
.background_img {
    background-size: 100%;
    height: 100%;
    width: 100%;
    scroll-snap-align: center;
    height: 100vh;
}
.background_img_none {
    /* height: 100%; */
    width: 100%;
    scroll-snap-align: center;
    /* height: 100vh; */
    margin-top: 30px;
    margin-bottom: 50px;
}
.page_content {
    text-align: right;
    position: relative;
    height: 100%;
}
.imgsD {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: -140px;
    transition: all 0.7s;
    opacity: 0;
}
.imgsD img {
    width: 100%;
    height: 100vh;
}
.imgsD iframe {
    width: 97.6%;
    height: 100vh;
}
.imgsD_projects {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.imgsD_projects img {
    width: 100%;
}
.imgsD_projects_contact {
    width: 42%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.imgsD_projects_contact img {
    width: 100%;
}
.textContainer {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    text-align: left;
    margin-right: 107px;
    transition: all 1s;
    position: relative;
    top: 7%;
    opacity: 0;
}
.textContainer h2 {
    color: #FFF;
    font-size: 21px;
    line-height: 30px;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
.textContainer h2 button {
  margin-top: 20px;
    margin-bottom: 20px;
    background: #7B5F39;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #FFF;
    transition: all 0.3s;
    width: 150px;
    padding: 18px;
    border: 2px solid #7B5F39;
    cursor: pointer; 
}
.textContainer h2 button:hover {
     background: unset;
    color:#FFF;   
}
.textContainer_projects {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    text-align: left;
    margin-right: 127px;
    transition: all 1.3s;
    position: relative;
}
.textContainer_projects h2 {
    color: #FFF;
    font-size: 21px;
    line-height: 30px;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.textContainer_projects_contact {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    text-align: left;
    margin-right: 77px;
    transition: all 1.3s;
    position: relative;
}
.buttonSlider {
    position: absolute;
    right: 17px;
    bottom: 70px;
    text-align: left;
    z-index: 9;
    right: 7.5%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.buttonSlider div {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    border: unset;
    margin: 0px -3px;
    cursor: pointer;
}
.buttonSlider div button {
    width: 100%;
    padding: 14px;
    border: 0;
}
.buttonSlider div button img {
    width: 33px;
}
.mySlides {display: none; }
.titleh3_container {
    color:#FFF;
    font-size: 37px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 50px;
}
.titleh3_container h3 {
    text-decoration: underline;
}
.lineH {
    width: 0px;
    height: 3px;
    margin-top: 10px;
    display: none;
    margin-bottom: 10px;
    background: white;
    transition: all 0.8s;
}
.menu_d:nth-child(2){
    padding: 0px;
}
.menu_d:nth-child(2) div ul li {
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: black;
}
.menu_d:nth-child(3){
    padding: 10px;
}
.menu_d:nth-child(3) div ul li {
    padding: 9px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: black;
}
.projelerAltContent {
    border-top: 1px solid #DBDBDB;
    display: none;
    background: #F2F2F2;
    padding: 20px 0px 20px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.dots {
    font-weight: bold !important;
}
.sliderImgss {
    width: 100%;
    position: relative;
    scroll-snap-align: center;
    /* height: 100vh; */
}
.sliderImgss img {
    width: 100%;
}
.slider_text_position {
    position: absolute;
    top: 13%;
    width: 86%;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 40px;
    opacity: 0;
    transition: all 0.7s;
}
.slider_text_position h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 37px;
    line-height: 43px;
    color: #313133;
    text-decoration: underline;
    font-weight: bold;
}
.slider_text_position h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    margin-top: 42px;
    width: 330px;
    color: #313133;
    font-weight: bold;
}
.luksdaire_div {
    width: 1270px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 60px;
}
.luksdaire_div div ul li {
    display: inline-block;
    vertical-align: top;
    width: max-content;
    text-align: left;
    margin: 0px 12px;
    border-right: 2px solid #8C734B;
    padding-right: 32px;
    text-align: center;
}
.luksdaire_div div ul li h3 {
    color:#8C734B;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 48px;
}
.luksdaire_div div ul li span {
    color:#8C734B;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.luksdaire_div div ul li h6 {
    margin-top: 15px;
    color:#FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 26px;
}
.topAnim {
    position: relative;
    top:50px;
    opacity: 0;
    transition: all 0.6s;
}
.center_page_container {width: 88%;margin: 0 auto;}
.left_title {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color:#FFF;
}

.left_title h3 {
    text-decoration: underline;
    line-height: 50px;
}
.right_title {
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color:#FFF;
    margin-top: 50px;
    cursor: pointer;
}
.sliderd {
    margin-top: 130px;
}
.owl-theme .owl-nav [class*=owl-] {
    font-size: 14px;
    margin: 0px !important;
    padding: 0px !important;
    background: unset !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px !important;
}
.owl-next button {
    
}
.owl4 .owl-nav {
     position: absolute;
    left: -100px;
    bottom: 70px;
    text-align: left;
    width: 61.4%;
    z-index: 9;   
    text-align: left !important;
}
.owl3 .owl-nav {
    margin-top: 60px !important;
    margin-bottom: 0px !important;
} 
.owl-prev, .owl-next {
    width: 100px;
    cursor: pointer;
}
.owl-prev button {
    width: 100%;
    padding: 14px;
    border: 0;
    background: #FFF;
}
.owl-next button {
    width: 100%;
    padding: 14px;
    border: 0;
} 
.owl-nav div button img {
    width: 33px !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.inputS {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.inputS input {
    width: 90%;
    padding: 14px;
    background: unset;
    border: none;
    margin: 8px 0px;
    color:#767676;
    border:2px solid #767676;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.inputS input::placeholder {
    color:#767676;
}
.inputSTextarea {
    margin: 8px 0px;
}
.inputSTextarea textarea {
    width: 94.5%;
    background: unset;
    border:none;
    color:#767676;
    border:2px solid #767676;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 11px;
}
.inputSTextarea textarea::placeholder {
    color:#767676;
}
.inputSTextarea button {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #7B5F39;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color:#FFF;
    transition: all 0.3s;
    width: 150px;
    padding: 18px;
    border:2px solid #7B5F39;
    cursor: pointer;
}
.inputSTextarea button:hover {
    background: unset;
    color:#FFF;
}
.loading_div {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 1s;
    z-index: 999999;
    height: 100vh;
}
.loading_div img {
    width: 100%;
    height: 100vh;
}
.loadbar {
    background: #FFF;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    overflow: hidden;
    transition: all 1s;
}
.loadbar div {
    background: #313133;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transition: all 0.5s;
    animation: animationLoading 1s infinite;
}
@keyframes animationLoading {
    100% {
        transform: rotate(360deg);
    }
}
.effectimg {
    transition: all 1s;
}
.loadingImg {
    position: absolute;
    top: 43%;
    left: 0;
    width: 190px !important;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all 1s;
    height: auto !important;
}
.center_top_bottom_1 {
    position: relative;
    /* top: 1%; */
}
.center_top_bottom {
    position: relative;
    /* top: 13%; */
}
.center_top_bottom_3 {
    position: relative;
    /* top: 24%; */
}
.loadingImgZoom {
    position: absolute;
    top:0;
    width: 100%;
    transition: all 2s;
    height:  auto !important;
    left: 0;
}
.loadingzoom_d {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    transition: all 4s;
}
.bar_scroll {
    position: fixed;
    bottom: -6px;
    width: 88%;
    display: none;
    height: auto;
    right: 0;
    z-index: 99;
}
.bar_scroll div {
    background: #FFF;
    width: 25.1%;
    display: inline-block;
    vertical-align: bottom;
    height: 18px;
    margin: 0px -3px;
    opacity: 0.6;
    transition: all 0.2s;
}
.owl3 .item {
    margin: 0px 10px;
}
.projelerAltContent div {
    padding: 9px;
    line-height: 23px;
    font-size: 15px;
}
.projelerAltContent div i {
    font-size: 22px;
}
.fa-bars {
    display: none !important;
}
.mobile_menu {
    display: none;
        background: #FFF;
        position: fixed;
        top: 0;
        height: 0vh;
        width: 100%;
        z-index: 99999;
    transition: all 0.6s;
    overflow: hidden;
}
.menumobile_center {
    width: 90%;
    position: top;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: relative;
}
.menumobile_center div ul li {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 26px;
    color: #313133;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    letter-spacing: 1px;
    width: max-content;
}
.menumobile_center div ul li img {
    margin-top: 30px;
    width: 30px;
}
.box_mobileDiv {
    background: #313133;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    position: absolute;
    bottom: -90px;
    right: -80px;
    transition: all 0.7s;
}
.box_mobileDiv i {
    position: absolute;
    font-size: 33px;
    left: 0;
    right: 50px;
    margin: 0 auto;
    width: auto;
    text-align: left;
    color: #FFF;
    top: 52px;
    text-align: center;
}
.projectsMobile {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.fa-sort-down {
    position: relative;
    top:-3px;
}
.projectsMobile {
    background: #313133;
    padding: 9px;
    color: #FFF !important;
}
.openMenuAltMobile {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.7s;
}
.openMenuAltMobile div {
font-family: 'Montserrat', sans-serif;
    color: #313133;
    font-weight: bold;
    width: max-content;
    padding: 11px;
    cursor: pointer;
}
.numberss {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
}