@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'); 
        color: #242830;
}
/*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-menu {
    padding: 0px 0px 0px;
    position: relative;
    width: 100%;
    z-index: 9999;
    height: 128px;
}
.navbar-menu-center {
    max-width: 1400px;
    text-align: center;
    margin: 0 auto;
}
.navbar-menu-center div ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 38px;
    color:#fff;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    padding: 15px 0px 65px;
}
.navbar-menu-center div ul li::before {
    content: '';
    background: #242830;
    position: absolute;
    bottom: 5px;
    width: 0%;
    height: 2px;
    transition: all 0.6s;
}
.no-before::before {
    width: 0% !important;
    padding: 0px !important;
    text-align: center !important;
    margin: 0 auto !important;
}
.navbar-menu-center div ul li:hover:before {
    width: 100%;
}
.menu-div {
    background: #881814;
    top: 0;
    right: 0;
    position: absolute;
    padding: 22px;
    padding-left: 30px;
    cursor: pointer;
    padding-right: 30px;
    padding-top: 50px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 52px;
    z-index: 99999999;
    display: none;
}
.menu-div::before {
    content: '';
    background: #242830;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all 0.6s;
}
.menu-div:hover:before {
    width: 100%;
}
.z-index {
    position: relative;
    z-index: 999;
}
.menu-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: white;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.menu-title-line {
    display: inline-block;
    vertical-align: middle; 
}
.menu-title-line div {
    background: white;
    width: 30px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    transform: scale(1);
}
.slider img {
    width: 100%
}
.item {
    background-size:100%;
    height: 100vh;
    background-size: cover !important;
    position: relative;
}
.background_Slider1 {
    background-image: url(../images/slider_0.jpg);
}
.background_Slider2 {
    background-image: url(../images/slider-1.jpg);
}
.background_Slider3 {
    background-image: url(../images/slider-2.jpg);
}
.background_Slider4 {
    background-image: url(../images/slider-3.jpg);
}
.background_Slider5 {
    background-image: url(../images/slider-4.jpg);
}
.background_Slider6 {
    background-image: url(../images/slider-fisut.jpg);
}
.slider-shadow {
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
    background: #00000085;
}
.slider-text {
    position: absolute;
    top: 36%;
    width: 1190px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    color:#fff;
}
.slider-text h3 {
    font-size: 68px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.slider-text p {
    margin-top: 30px;
    width: 40%;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.slider-button button {
    margin-top: 29px;
    background: unset;
    border: unset;
    border: 1px solid white;
    padding: 45px;
    border-radius: 100%;
    width: 110px;
    text-align: center;
    transition: all 0.5s;
    padding-left: 10px;
    color:#fff;
    cursor: pointer;
    padding-right: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.slider-button button:hover {
    background-color:white;
    color:#242830;
    transform: scale(1.1);
}
.projects-button button {
    margin-top: 29px;
    background: unset;
    border: unset;
    border: 1px solid #242830;
    padding: 35px;
    border-radius: 100%;
    width: 90px;
    text-align: center;
    transition: all 0.5s;
    padding-left: 10px;
    color: #242830;
    cursor: pointer;
    padding-right: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.projects-button button:hover {
    background-color:#242830;
    color:#fff;
    transform: scale(1.1);
}
.owl-theme .owl-nav {
    margin-top: 10px;
    width: max-content;
    position: absolute;
    right: 0;
    top: 45%;
    right: 13%;
}
.owl-nav div {
    display: block !important;
}
.owl-theme .owl-nav [class*=owl-] {
    background: unset !important;
}
.ow-next {
    background: unset;
    border: unset;
    padding: 20px;
    border-radius: 60px;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    background: white;
    text-align: center;
    text-align: left; 
}
.ow-prev {
    background: unset;
    border: unset;
    padding: 20px;
    border-radius: 60px;
    width: auto;
    padding-left: 25px;
    cursor: pointer;
    padding-right: 25px;
    background: white;
    text-align: center;
    text-align: left; 
    opacity: 0.6;
}
.owl-prev {
    transition: all 0.6s;
}
.owl-prev:hover {
    opacity: 0.5;
    transform: scale(1.1);
}
.owl-next {
    transition: all 0.6s;
}
.owl-next:hover {
    opacity: 0.5;
    transform: scale(1.1);
}
.content-1 {
    background: #881814;
    width: 1400px;
    margin: 0 auto;
    margin-top: -60px;
    z-index: 9;
    position: relative;
}
.content-1 div ul li {
    display: inline-block;
    vertical-align: middle;
    width: 49.8%;
}
.content-1 div ul li:nth-child(1) {
    margin-right: 0px;
}
.content-1 div ul li img {
    width: 100%;
}
.content-Title h5{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
} 
.content-Title h1{
 font-size: 44px;
 margin-top: 10px;
 font-family: 'Poppins', sans-serif;
 font-weight: 700;
} 
.content-TitleP p{
    margin-top: 20px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.content-Title-Button {
    margin-top: 20px;
}
.content-Title-Button button {
    border: unset;
    background: unset;
    font-size: 20px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
}
.content-Title {
    color:#fff;
    width: 80%;
    margin: 0 auto;
}
.content-Title-Button img {
    display: inline-block;
    vertical-align: middle;
    width: 36px !important;
}
.slider2-Button img {
    display: inline-block;
    vertical-align: middle;
    width: 36px !important;
}

.insaatprojeleri-div-Button img {
    display: inline-block;
    vertical-align: middle !important;
    width: 36px !important;
}

.lineBack {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    display: none;
}
.lineBack div {
    background: #ebebeb80;
    width: 1px;
    height: 100vh;
    display: inline-block;
    vertical-align: top;
    margin: 0px 12.2%;
}
.lineBack div:nth-child(5) {
    margin: 0px 0px;
}
.content-2 {
    margin-top: 60px;
    float: right;
    width: 91%;
}
.slider-Float {
    width: 57%;
    display: inline-block;
    vertical-align: middle;
    color:#242830;
}
.slider-Float:nth-child(1) {
    margin-right: 3.6%;
    width: 39%;
}
.slider-Title h5  {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.slider-Title h3  {
    font-size: 44px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.slider-p p {
    margin-top: 20px;
    line-height: 25px;
    width: 420px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.slider2-Button {
        margin-top: 20px;
}
.slider2-Button button {
    border: unset;
    background: unset;
        color:#242830;
    font-size: 20px;
    color: #242830;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.slider {
    width: 100%;
}
.content-3 {
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}
.content3-Title h3 {
    color:#242830;
    font-size: 44px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.content3-List {
    margin-top: 30px;
}
.content3-List div ul li {
    display: inline-block;
    vertical-align: top;
    width: 47.3%;
    margin: 0px 0px 0px 0px;
}
.content3-List div ul li:nth-child(1) {
    margin-right: 8px;
    width: 50.6%;
}
.img-list-Div{
    position: relative;
    margin-bottom: 13px;
    
}
.img-list-Div_Img {
     display: inline-block;
        width: 54%;
    vertical-align: top;
    overflow: hidden;
}
.img-list-Div_Img img {
    width: 100%;
    transition: all 0.5s;
}
.img-list-Div:hover .img-list-Div_Img img{
    transform: scale(1.2);
}
.list-img {
    overflow: hidden;
}
.list-img img {
    width: 100% !important;
    transition: all 0.5s;
}
.content3-List div ul li:nth-child(1):hover .list-img img{
    transform: scale(1.2);
}
.insaatprojeleri-div {
    background: #881814;
    margin-top: -5px;
    padding: 40px;
    color:#fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.insaatprojeleri-div-Button {
    margin-top: 20px;
}
.insaatprojeleri-div-Button button {
    background: unset;
    border: unset;
    color: #fff;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.insaatprojeleri-div h3 {
    font-size: 30px;
}
.float-list-Content {
    background: #4A5261;
    position: absolute !important;
    top: 0;
    right: 9px;
    width: 36%;
    color:#fff !important;
    padding: 78.5px 30px 78.5px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}
.footer {
    background: #242830;
    padding: 40px 0px 40px;
    margin-top: 50px;
}
.footer_center {
    width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.footer_logo {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.footer_menu_d {
    display: inline-block;
    vertical-align: top;
    width: 83%;
}
.footer_menu_d ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 23px;
    width: max-content;
    text-align: left;
}
.footer_title {
    margin-bottom: 30px;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.footer_content div {
    margin-top: 13px;
    cursor: pointer;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.font_weight_bold {
    font-weight: bold !important;
}
.footer_background {
    line-height: 24px;
    background: #CC9F74;
    padding: 17px 37px 17px 37px;
    margin-top: 30px !important;
    color: #2f2f2f !important;
}
.social_media {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px;
    text-align: center;
    margin-top: 21px !important;
    transition: all 1s;
    margin-top: 160px !important;
}
.footer_bottom {
    border-top: 1px solid #707070;
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
    padding-top: 40px;
}
.forDesing {
    max-width: 1180px;
    margin: 0 auto;
}
.forDesing div ul li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 16px;
}
.forDesing div ul li:nth-child(2) {
    float: right;
    text-align: center;
    color: #FFF;
    line-height: 31px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.forDesing div ul li img {
    cursor: pointer;
    transition: all 1s;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.content-projects {
    width: 1400px;
    margin: 0 auto;
    margin-top: 220px;
    margin-bottom: 0px;
    position: relative;
}
.colors1 {
    background: #4A5261;
    width: 30%;
    height: 500px;
    height: 630px;
    display: inline-block;
    vertical-align: top;
}
.colors2 {
    background: #881814;
    width: 70%;
    height: 630px;
    display: inline-block;
    vertical-align: top;
    margin: 0px -7px;
}
.projects-Center {
    position: absolute;
    top: -149px;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
}
.project-Img {
    width: 100%;
}
.projects-H6 {
    margin-top: 30px;
}
.projects-H3 {
    margin-top: 15px;
    color: white;
}
.projects-H6 h6 {
    font-size: 22px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.projects-H3 h3 {
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.content-Info {
    width: 1260px;
    margin: 0 auto;
    margin-top: 70px;
}
.projects_P p {
    margin-top: 40px;
    line-height: 37px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.loading-div {
    background: #242830;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    backdrop-filter: blur(10px);
    z-index: 999999999999;
}
.loading-center {
    width: max-content;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.8s;
    text-align: center;
    top: 40%;
    background: blue;
    width: 120px;
}
.lg1 {
    position: absolute;
    left: 0px;
    opacity: 0;
    margin-left: -20px;
    transition: all 0.3s;
    width: 140px;
}
.lg2 {
    position: absolute;
    left: 26px;
    opacity: 0;
    top: 30px;
    margin-top: 20px;
    transition: all 0.3s;
    width: 78px;
}
.lg3 {
    position: absolute;
    left: 0px;
    opacity: 0;
    top: -4px;
    transition: all 0.3s;
    margin-left: -20px;
    width: 150px;
}
.lg4 {
    position: absolute;
    left: 0px;
    top: 114px;
    width: 140px;
    transition: all 0.3s;
    opacity: 0;
    margin-top: 30px;
}
.loading-Top {
    position: relative;
    top:30px;
    opacity: 0;
    transition: all 0.5s;
}
.loading-Scroll {
    position: relative;
    top:30px;
    opacity: 0;
    transition: all 0.5s;
}
.loading-Scroll-2 {
    position: relative;
    right:30px;
    opacity: 0;
    transition: all 0.5s;
}
.open-Menu {
    position: fixed;
    top: 0;
    background: #242830;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: all 0.8s;
    display: none;
}
.menu-Line {
    transition: all 0.3s;
    position: relative;
}
.open-Menu-Center {
    width: 1300px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
}
.open-Menu-Float {
    display: inline-block;
    vertical-align: top;
    margin-right: 135px;
}
.open-Menu-Center div ul li {
    color: white;
    font-size: 27px;
    margin-bottom: 27px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    position: relative;
    left: -30px;
    opacity: 0;
    transition: all 0.3s;
}
.tab-Menu {
    display: none;
    opacity: 0;
    transition: all 0.3s;
    top:30px;
    position: relative;
}
.tab-Menu div {
    color: white;
    margin-bottom: 20px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}
.location-Social {
    background: #2d323c;
    padding: 120px 50px 120px 50px;
    width: 30%;
    margin-top: 0;
    position: absolute;
    top:30px;
    opacity: 0;
    transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
    right: 0;
}
.location-Social div {
    display: inline-block;
    vertical-align: middle;    
    margin: 0px 10px;
    color: white;
    margin-top: 15px;
}
.location {
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    line-height: 22px;
    margin-top: 0px !important;
}
.hover-Menu {
    background: #24283066;
    position: absolute;
    left: 0;
    padding: 20px 40px 20px 40px;
    text-align: left;
    width: max-content;
    backdrop-filter: blur(10px);
    top: 91px;
    overflow: hidden;
    max-height: 0px;
    overflow: hidden;
    transition: all 1s;
    display: none;
    z-index: 999999999;
}
.hover-Menu a {
    color:#fff;
}
.hover-Menu div {
    margin-top: 1px;
    color: #fff;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
}
.navbar-menu-center div ul li:hover .hover-Menu{
    max-height: 300px;
    display: block;
}
.dot {
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    border-radius: 60px;
}
.baskanin-Mesaji div ul li {
    width: 36%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.baskanin-Mesaji div ul li:nth-child(2) {
    width: 63%;
}
.img-Baskan {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.img-Baskan img {
    width: 100%;
}
.baskan-Text {
    background: #881814;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 170px;
    transform: rotate(45deg);
    left: -270px;
}
.baskan-Text2 {
    background: #881814;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 170px;
    transform: rotate(-45deg);
    right: -270px;
}
.title-Baskan-Text {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: *;
    left: 0;
    right: 0;
    bottom: 10%;
    color: white;
    text-shadow: 1px 1px 10px #636363;
}
.title-Baskan-Text2 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: *;
    left: 0;
    right: 0;
    bottom: 10%;
    color: white;
    text-shadow: 1px 1px 10px #636363;
    text-align: right;
}
.baskan-Info-Center {
    width: 90%;
    margin: 0 auto;
}
.baskan-Info-Center p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 30px;
}
.history {
    margin-bottom: 50px;
}
.history div ul li {
    display: inline-block;
    vertical-align: middle;
    width: 52%;
    position: relative;
    margin-right: 30px;
}
.history div ul li:nth-child(2) {
    width: 45%;
    margin-right: 0px !important;
    overflow: hidden;
}
.history_Right div ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 30px;
    overflow: hidden;
    width: 45%;
}
.history_Right div ul li:nth-child(2) {
    margin-right: 0px !important;
    width: 52%;
    text-align: right;
    overflow: unset;
}
.history_Img {
   width: 100%;
}
.history_Img img {
    width: 100%;
}
.title_History_H3 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 18px;
}
.title_History_Number {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 18px;
    margin-top: 34px;
    color: #8e8e8e;
}
.title_Baskan {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 30px;
}
.satisi_Devam {
    margin-top: 30px;
    position: relative;
}
.satisi_Devam div ul li {
    display: inline-block;
    vertical-align: top;
    width: 30.6%;
    position: relative;
    margin: 11px;
}
.satisi_Tabs {
    margin-top: 40px;
}
.satisi_Tabs div {
    width: 25.2%;
    display: inline-block;
    vertical-align: top;
    margin: 0px -3px;
}
.satisi_Tabs div button {
        width: 100%;
        padding: 15px;
        background: unset;
        border: 1px solid #242830;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        cursor: pointer;
        outline: none; /* SİL */
}
.img_Projects {
    position: relative;
}
.img_Projects img {
    width: 100%;
}
.projects_Title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
}
.fancybox-content {
    width: 100% !important;
    height: 100% !important;
}
.fancybox-container {
    z-index: 999999999999 !important;
}
#insan_kaynaklari div ul li {
    display: block;
    width: 100%;
}
#iletisim div ul li {
    display: inline-block;
    vertical-align: top;
    width: 49.8%;
    margin: 0;
}
.formInput {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-top: 22px;
    position: relative;
}
.formInput input {
    width: 81%;
    padding: 12px;
    border: unset;
    border-bottom: 1px solid #D3D3D3;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #2F2F2F;
    background-color: unset;
}
.formInput label {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #2f2f2f96;
    padding: 15px;
    width: 81%;
    cursor: pointer;
    padding: 12px;
    border: unset;
    border-bottom: 1px solid #D3D3D3;
    font-size: 14px;
}
.cvIcon {
    width: 40px;
    position: absolute;
    top: -3px;
    right: 80px;
    padding: 5px;
    background: white;
    box-shadow: 1px 1px 10px #d4d4d4;
}
.inputbox {
    display: inline-block;
    vertical-align: middle;
    border-radius: 60px;
    border: 2px solid #2F2F2F;
    width: 11px;
    height: 11px;
    cursor: pointer;
    position: relative;
    margin-right: 12px;
    transition: all 1s;
}
.formInputCheck {
    display: block;
    width: 100%;
    margin-top: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #2F2F2F;
}
.iletisim_Content h3 {font-weight: bold;}
.iletisim_Content {
    font-size: 17px;
    margin-bottom: 20px;
    color: #242830;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    width: 90%;
    line-height: 30px;
}
.iletisim_Content input {    font-family: 'Poppins', sans-serif;
    font-weight: 300; background: unset;border: unset;width: 100%;padding: 10px 0px 10px;border-bottom: 1px solid #2428304a;}
.iletisim_Content textarea {
    background: unset;
    border: unset;
    width: 100%;
    padding: 10px 0px 10px;
    border-bottom: 1px solid #2428304a;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.iletisim_Content iframe {
    width: 80%;
    height: 400px;
}
.arrow_right {
    width: 20px;
    position: absolute;
    right: -60px;
}
.button_Projelerimiz {width: 21%;display: inline-block;vertical-align: top;margin-right: 30px;}
.button_Projelerimiz div a {
    color: #242830;
}
.tab_Projelerimiz {
    width: 75%;
    display: inline-block;
    vertical-align: top;
}
.button_Projelerimiz div button {
    border: unset;
    width: 100%;
    text-align: left;
    padding: 19px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e7e7e7;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}
.logo_Slider {
    width: 20% !important;
    margin-top: 40px;
}
.formInput select {
    width: 81%;
    padding: 12px;
    border: unset;
    border-bottom: 1px solid #D3D3D3;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #2F2F2F;
    background-color: unset;
}
.languages {
    background: #881814;
    padding: 15px;
    width: max-content;
    position: absolute;
    top: 40px;
    right: 50px;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
}
.slider .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #fff;
    position: fixed;
    top: 4.5%;
    z-index: 999999;
  }
  .bg_parallax {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../imgs/slider_0.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
}
.slider video {
    width: 100%;
}
.mobile_div {
    display: none;
}
.desktop_div {
    display: block;
}
.projects_button button {
    margin-top: 29px;
    background: unset;
    border: unset;
    border: 1px solid #242830;
    padding: 25px;
    border-radius: 60px;
    text-align: center;
    transition: all 0.5s;
    padding-left: 10px;
    color: #242830;
    cursor: pointer;
    padding-right: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    width: 200px;
}
/* Modal Content/Box */
.modal_content {
    margin: 0 auto;
    padding: 20px;
    width: 45%;
}

/* The Close Button */
.close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #CC9F74;
    text-decoration: none;
    cursor: pointer;
}

.modal_content video {
    width: 100%;
}
.modal {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgb(0 0 0 / 56%);
    z-index: 999999999;
}
.gecmis_olsun {
    width: 100%;
}
