body.lb-disable-scrolling {
    overflow: hidden;
  }
  
  .lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
  }
 
  .lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
  }
  
  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
 
    width: 100% !important; 
    height: 855px !important;
    /* Image border */
  }
  
  .lightbox a img {
    border: none;
  }
  
  .lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 50% !important;
    height: 50% !important;
    margin: 0 auto;

  
    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
  }
  
  .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  
  .lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
  }
  
  .lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
  }
  
  .lb-container > .nav {
    left: 0;
  }
  
  .lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  }
  .logo img{
    width: 360px;
    margin-left: -40px;
}
  .lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block !important;
  }
  .lb-prev{
    display: block !important;
  }
  .lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  
  .lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lb-data {
    padding: 0 4px;
    color: #ccc;
  }
 
  .lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
  }
  
  .lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
  }
  
  .lb-data .lb-caption a {
    color: #4ae;
  }
  
  .lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
  }
  
  .lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  
  .lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  











  swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .x_021_animated_layers_img > img{
    /* object-fit: cover !important; */
  }

  swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper {
    height: 80%;
    width: 100%;
  }

  .mySwiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper2 swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
  }

  swiper-slide img {
    width: 100%;
    height: 650px;
    object-fit: cover;
  }



























  




























  #res-boyut{
      height:120px !important;
  }
  #ust-res{
      height:650px !important;
  }
  .col-lg-4 {
    padding-left: 0px !important;
  }
  .col-lg-12{
    padding-right: 0px !important;
  }
  .col-lg-6 {
    padding-right: 0px !important;
  }
#scroll{
    padding-right: 30px;
   height: 770px;
   overflow-x: hidden;
   font-family: calibri !important;
color: white;
font-size: 18px !important;
    overflow-y: scroll;
}
.yari p{
font-family: calibri !important;
color: white;
font-size: 18px !important;
}
  .mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
  }


  .yari{
    width:45.5%;

    height: 100%;
}

.product-horizantal{
 display:flex;
 justify-content: space-between;
}



.menu{
    padding-top: 5px;
}









.wrapper {
    max-width: 1300px;
    margin: auto;
}
.post_083_content {
    height: 80px !important;
}
.fotogaleri{
    width: 40%;
    margin-right: 50px;
}
.wrapperf {
    max-width: 1300px;
    margin: auto;
}

.alink:hover {
    text-decoration: none;
}
#right-bar-right h2 {
    float: left;
    width: 30%;
    text-align: left;
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #d5c6b7 !important;
    font-weight: 400;
    margin-bottom: 10px;
    clear: both;
    padding-top: 2px;
}

#right-bar-right span {
    color: #584e47  ;
    width: 70%;

    font-weight: 500;

    margin: 0;
    text-align: left;
    font-size: 13px;
    position: relative;
}
#test{
color:#d5c6b7 ;
line-height:30px;
font-size:14px;
}
.wrappers {
    max-width: 1300px;
    margin: auto;
}

header {
    border-bottom: 1px solid #ffffff;
    height: 130px;
    background-image: linear-gradient(90deg, white 49.5%, #584e47  43.7%);
}

header .wrapper {
    max-width: 1300px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu ul {
    display: flex;
    gap: 45px;
    list-style: none;
}

.menu ul li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    font-family: calibri;

}

.menu ul li a:hover {

    transition: 1s;

    color: #d5c6b7
}
.menu ul li ul li:hover a{
background-color:#fff ;
width: 100%;
}

.menu ul li ul {
    padding: 0px;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 9999;
    gap: 0px;
    display: none;
    border: 1px solid #fff;
    background-color: #584e47        ;
}

.pink img {
    width: 35px;
    height: 35px;
}

.menu ul li ul li {
    width: 195px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.menu ul li ul li a {
    padding: 10px 5px 10px 10px;
    font-size: 16px;
    word-break: break-word;
    font-family: calibri;
    color: #ffffff;

}

.menu ul li ul li a:hover {
    gap: 10px !important;
color: #584e47;


}




.solk {
    margin-top: 20px;
    line-height: 50px !important;
    background-color: #584e47        !important;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 60px;
    text-decoration: none !important;
    font-weight: 600;
    text-align: center;
    background: #a69d95;
    display: inline-block;
    text-decoration: none;
    font-family: calibri !important;
    text-transform: uppercase;
    -webkit-transition: all 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);

}

.sagk {
    margin-top: 20px;
    margin-left: 5px;
    line-height: 50px !important;
    background-color: #584e47        !important;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 60px;
    text-decoration: none !important;
    font-weight: 600;
    text-align: center;
    background: #a69d95;
    display: inline-block;
    text-decoration: none;
    font-family: calibri !important;
    text-transform: uppercase;
    -webkit-transition: all 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.6s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}



.tirnak {

    color: #a69d95;
}

.sidenav {
    height: 100%;
    width: 0;
    /*Genişliği javascriptle değiştir*/
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #584e47;
    overflow-x: hidden;
    /*Yatay kaydırmayı devre dışı bırak */
    transition: 0.5s;
    /* Sidenav'da kaymaya 0,5 saniye geçiş efekti */
    padding-top: 60px;
    /*İçeriği üstten 60 piksel yerleştirin */
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 24px;
    color: white;
    display: block;
    transition: 0.3s;
}

/*Menüler üzerine gelince  renklerini değiştirin */

.sidenav a:hover {
    color: #818181;
}

/*Kapat düğmesini konumlandırın ve stillendirin (sağ üst köşe) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#YanMenu1 {
    display: none;
}

.menu ul li:hover ul {

    display: block;

}

.alt-sayfa-wrapper {
    max-width: 1300px;
    margin: auto;
    background-color: #584e47;
    margin-top: 30px;
    box-shadow: 0 2px 4px 2px grey, 0 3px 5px 0 grey;
    margin-bottom: 240px;
    border-top: 1px solid #ffffff;
    height: auto;

}

.alt-sayfa-wrapper1 {
    max-width: 1300px;
    margin: auto;
    margin-top: 30px;
    box-shadow: 0 2px 4px 2px grey, 0 3px 5px 0 grey;
    margin-bottom: 20px;
    border-top: 1px solid #ffffff;
    height: auto;

}
.alt-sayfa-wrapper .kurumsall {


    font-size: 16px;
    font-weight: 600;
    font-family: calibri;
    /* padding: 50px 20px 50px 20px; */
    line-height: 30px;

}

#pad {
    padding: 0px;
    margin: 0px;

}

.alt-sayfa-wrapper .wrapper {
    padding: 65px;
    font-size: 18px;
    min-height: 570px;
    color: white;
    font-family: Calibri;
}

#panel{
    margin-top: 0px !important;
    font-size: 16px;
    color: #584e47;
}

.banner {
    width: 100%;
    height: 700px;
}

.baslik {
    font-size: 38px;
    color: #584e47       ;
    word-break: break-word;
    font-weight: bold;
    font-family: Calibri;

}

.temizle {
    width: 100%;
    height: 50px;
}

.proje-yazi {
    font-size: 34px;
    color: #584e47       ;
    font-weight: bolder;
    font-weight: 600;
    text-align: center;
    font-family: calibri;
}

.proje-yazi1 {
    font-size: 32px;
    font-family: calibri;
    color: #584e47       ;
    font-weight: 600;
    text-align: center;
}
.r{
    width: 100%;
    height: 400px;
}

.wrapper1 {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cizgi {
    width: 55px;
    margin-bottom: 10px;
    height: 5px;
    background-color: #d5c6b7;

}

.yuvarla {
    width: 50px;
    height: 50px;
    background-color: white;
    border: 1px solid #d5c6b7;
    border-radius: 100%;
    margin-top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #584e47       ;
    font-family: calibri;
}

.proje-baslik a {

    font-family: calibri;
    font-size: 16px;
    color: #584e47       ;
    font-weight: 700;
}

.proje-baslik a:hover {
    color: #584e47       ;

}


.proje-proje {
    font-weight: 700;
    font-family: calibri;
    font-size: 24px;
    color: #584e47;
}

.kare:hover .pink img {

    transition: 1s;
    transform: rotate(360deg);
}


.tdecoration:hover {

    text-decoration: none !important;
}

#kurumsal1 {
    margin-left: 10px !important;
    border: 1px solid #fff;
    width: 200px !important;
    margin-top: 30px;
    height: 48px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
#kurumsal2 {
    margin-right: 14px !important;
    margin-left: 10px !important;
    border: 1px solid #fff;
    width: 64.4% !important;
    font-size: 16px;
    float: right;
    height: 60px !important;
    display: flex!important;
    margin-bottom: 30px;
padding-left: 20px;
    align-items: center!important;
}
::-webkit-scrollbar {
    background-color: gray;
    width: 10px;

}
::-webkit-scrollbar-thumb{
    background-color: #d5c6b7;
}
#kurumsal3 {

    border: 1px solid #fff;
    width: 100% !important;
    font-size: 16px;
    float: left;
    padding: 15px 10px 30px 105px;
    display: flex!important;
    margin-bottom: 30px;
   padding-left: 20px;
    align-items: center!important;
}

#kurumsal3 span{

    color: #000000;
    font-size: 30px;
    margin-right: 10px;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #ffff;
    border-radius: 100%;
    position: absolute;
    left: 20px;
}




.ana-hak {
    padding-top: 100px;
    padding-bottom: 40px;
    width: 100%;
    height: auto;
}

.wrapper2 {
    max-width: 100%;
    margin: auto;
    background-image: linear-gradient(90deg, #584e47       49.5%, white 43.7%);
}


.hak-sol {
    width: 50%;
}

.hak-sol p {
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
    margin-top: -20px;
    width: 90%;
    font-family: calibri;
    text-align: justify;
    color: #ffffff;
}

.hak-sag {
    display: flex;
    width: 50%;
    padding-left: 50px;
    margin-top: -30px;
}


.kurumsal {
    margin-left: 10px;
    width: 200px;
    height: 50px;
    background-color: #d5c6b7;
    color: #6c5c4f;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: calibri;
    margin-top: 50px;
}

.kurumsal:hover {
    background-color: #584e47       ;

    color: #d5c6b7;


}



.resim1 {
    width: 275px;
    height: 275px;


}


.resim2 {
    width: 240px;
    height: 230px;
    margin-top: 240px;
    margin-left: -220px;


}


.resim3 {

    width: 330px;
    height: 375px;

    margin-left: -30px;
    margin-top: 20px;

}
.projje-detay:hover{

    color:#584e47         ;
}
.projje-detay {
    font-family: calibri !important;
    position: relative;
    width: 240px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    height: 60px !important;
    z-index: 1000;
    font-size: 16px;
    background: #584e47              ;
    text-transform: uppercase;
    color: #ffff;
    line-height: 60px;
    display: inline-block;
    text-shadow: 0 0 2px rgb(0 0 0 / 36%);
    border: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.projje-detay1 {
    font-family: calibri !important;
    position: relative;
    width: 240px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    z-index: 1000;
    font-size: 16px;
    background: #584e47              ;
    text-transform: uppercase;
    color: #ffff;
    line-height: 60px;
    display: inline-block;
    text-shadow: 0 0 2px rgb(0 0 0 / 36%);
    border: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.projje-detay:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    border: 1px solid #584e47       ;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.projje-detay:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}









.ana-hak .wrapper {
    display: flex;
    max-width: 1300px;
    margin: auto;
}

.resim1 img {
    width: 100%;
    height: 100%;
}

.resim2 img {
    width: 100%;
    height: 100%;
}

.resim3 img {
    width: 100%;
    height: 100%;
}



.kare {
    width: 320px;
    height: 100px;
    background-color: #584e47;
    border: 2px solid #83776d;
    display: flex;
    align-items: center;

}

#haber {
    box-shadow: 0 2px 4px 2px #584e47, 0 3px 5px 0 #584e47;
    height: 200px;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
}

.kontrol {
    gap: 10px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.kontrol-sol {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #584e47       ;



}

.haber-baslik {
    color: #584e47       ;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 10px 0px 10px !important;
    font-family: calibri;

}

#haber p {
    margin-top: 15px;
    color: #584e47       ;
    font-size: 16px;
    padding: 0px 10px 0px 10px;
    font-family: calibri;
}

#haber-boyut {
    height: 415px;
}

.post_084_wrapper span {
    margin-top: 15px;
    color: #a69d95;
    font-size: 16px;
    font-family: calibri;
}

.post_084_image:hover img {

    width: 105%;
    height: 105%;
    transition: all 0.7s ease;


}

.post_083_image:hover img {

    width: 105%;
    height: 105%;
    transition: all 0.5s ease;
}



.kategori-baslik {
    width: 100%;
    /* background-color: #584e47       ; */
    color: #584e47;

    border-top: 1px solid #ffffff;
}

.kategori-baslik .wrappers {

    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.kategori-baslik .wrapper span {
    font-size: 24px;
    font-family: calibri;
    font-weight: 700;
    margin-top: 33px;
    padding: 40px 0px 40px 61px;
}
.kategori-baslik .wrapper{
display: flex;

align-items: center;
height: 90px;
}
.takip2 {
    border-top: 1px solid #ffffff;
    /* border-bottom: 1px solid #ffffff; */
    /* background-color: #584e47       ; */
}

.takip2 .wrappers {
    padding: 10px 0px 10px 60px;
    color: #584e47;
}

.takip2 .wrappers a {
    font-size: 12px;
    color: #584e47;
    font-family: calibri;
    font-weight: 700;

}

.llink {
    position: absolute;
    color: #a69d95;
    font-size: 16px;
    bottom: 10px;
    width: auto;

    margin: 15px 10px 0px 10px !important;
}

.llink:hover {

    border-bottom: 1px solid #a69d95;

}

.post_084_wrapper a {
    position: absolute;

    color: #a69d95;
    font-size: 16px;
    padding: 15px 10px 0px 10px !important;
}

.haber-kontrol {
    width: 100%;
}

.haber-kontrol .wrapper {


    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.sol {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #d4c5b6;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}


.sag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    background-color: #d4c5b6;
}

section .wrapper {
    display: flex;
    gap: 30px;
}

.pink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin-left: 20px;
    height: 60px;
    background-color: #f9f4ef;
}

#haber a {
    position: absolute;
    bottom: 20px;
    color: #584e47       ;
    font-size: 16px;
}

.yazi1 {
    margin-left: 20px;
    font-size: 16px;
    font-family: calibri;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    line-height: 20px;
}


.yazi1 span {


    font-size: 16px;
    font-family: calibri;
    color: #ffffff       ;
    font-weight: 600;
    width: 100%;
    line-height: 20px;
}

footer {
    padding-top: 40px;
    width: 100%;
    background-color: #191720;
    height: auto;
    padding-bottom: 20px;
}



#logo {
margin-left: -25px;
    width: 205px;
    height: 75px;

}


.footer-sol p {
    margin-top: 50px;
    font-size: 11px;
    font-family: calibri;
    color: #a69d95;
    font-weight: 600;
}



.footer-menu ul {
    display: flex;
    list-style: none;
    gap: 45px;
    border-bottom: 1px solid #353237;
}

.footer-menu ul li {
    display: flex;
    gap: 40px;
}


footer .wrapper {
    justify-content: space-between;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #a69d95;
    font-size: 14px;
    padding-bottom: 10px;
    font-family: calibri;

}

.footer-menu ul li a:hover {
    transition: 1s;
    color: #584e47       ;

}

.f-yuvarlak i {
    font-size: 16px;
    color: black;


}


.f-yuvarlak {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #7a7470;
    display: flex;
    line-height: 0px !important;
    justify-content: center;
    align-items: center;


}

.sosyal-medya {
    display: flex;
    justify-content: flex-end;
    gap: 10px;

}

.neturk-logo {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}


/*********************************************
	 Contact-wrap
**********************************************/
.title {
    text-align: center;
    margin-bottom: 40px;
}

.title>span {
    color: #292929;
    font-size: 17px;
    margin-bottom: 10px;
}

.title h2 {
    color: #292929;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0;
    font-family: calibri;
}

.title>p {
    line-height: 24px;
    font-size: 14px;
}

.title>span strong {
    color: #ec5938;
}

.contact>span {
    color: #ffffff;
    font-size: 36px;
display: flex;
justify-content: center;
align-items: center;
    margin-right: 10px;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #584e47;
    border-radius: 100%;
    position: relative;

}

::placeholder {
    color: #584e47       ;
    font-size: 16px;
}

.fa-home:before {
    content: "\f015";
}

.information {
    overflow: hidden;
    padding-top: 5px;
}

.information>strong {
    color: #ffffff;
    display: table;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: calibri;
}

.information>p {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-family: calibri;
}

.contact-form input,
.contact-form textarea {
  
    color: #584e47       ;
    float: left;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 23px;
    padding: 15px 20px;
    width: 100%;
}

.contact-form {
    text-align: center;
}

.contact-now .contact {
    display: flex;
    align-items: center;
    padding: 0px 20px 30px 0px;
    background: #584e47        ;
    position: relative;
}

.icerik {

    font-family: calibri;
    font-size: 16px;
}

.contact-form .button {
    position: relative;
    width: 100%;
    vertical-align: middle;
    z-index: 1000;
    font-size: 16px;
    background: #584e47        ;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 18px 38px;
    display: inline-block;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.36);
    border: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.col-lg-12 {
    width: 100%;
    margin-top: 10px !important;}







.contact-form .button:hover {
    color: #6c5c4f;
}

.contact-form .button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #584e47       ;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.contact-form .button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}








@media only screen and (max-width: 700px) {
    .lightbox .lb-image {
        min-width: 500px !important;
        min-height: 400px !important;
        max-width: 500px !important;
        max-height: 400px !important;
    
        }
    .alt-sayfa-wrapper .wrapper{
        padding: 20px 15px 20px 15px !important;
    }

.col-lg-12{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.col-lg-6
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
}



@media only screen and (max-width: 1200px) {


    #kurumsal2 {
width: 97% !important;

    }

    #kurumsal3 {
   width: 100% !important;
  




}

}




@media only screen and (max-width: 1280px) {

    .x_021_animated_layers_control_button .carousel-control {
        top: 53% !important;


    }

}

@media only screen and (max-width: 1150px) {

    .menu ul li a {

        font-size: 14px;
    }


    .x_021_animated_layers_control_button .carousel-control.right {
        right: 91% !important;
    }

}


@media only screen and (max-width: 1050px) {

    .menu ul li a {

        font-size: 13px !important;
    }




}






@media only screen and (max-width: 1000px) {
    .x_021_animated_layers_control_button .carousel-control.right {
        right: 90% !important;
    }

    .menu {
        display: none;
    }

    #YanMenu1 {
        display: block;
    }

    header {

        background-image: linear-gradient(90deg, white 49.5%, white 43.7%);
    }

    .logo {
        margin-left: 15px;
    }

}


@media only screen and (max-width: 900px) {
    .kategori-baslik .wrapper span {
        font-size: 24px;
        font-family: calibri;
        font-weight: 500;
        padding: 40px 0px 40px 70px;
    }


    .takip2 .wrappers {
        padding: 10px 0px 10px 0px;
        color: #ffffff;
        display: flex;
        margin-left: 75px;

    }






    section {
        justify-content: center !important;
        display: flex !important;
    }




    section .wrapper {
        display: flex;
        gap: 30px;
        padding-left: 20px;
        justify-content: center;
        padding-right: 20px;
        flex-direction: column;
    }

    .x_021_animated_layers_control_button .carousel-control.right {
        right: 89% !important;
    }

}

@media only screen and (max-width: 850px) {

    .lightbox .lb-image {
    min-width: 600px;
    min-height: 500px;
    max-width: 600px;
    max-height: 500px;

    }














    .baslik {
        font-size: 36px !important;
    }

    .x_021_animated_layers_txt>p {
        font-size: 16px !important;
    }

    .x_021_animated_layers_txt {

        width: 37%;


    }

}

@media only screen and (max-width: 850px) {


    .x_021_animated_layers_control_button .carousel-control.right {
        right: 88% !important;
    }


}

@media only screen and (max-width: 770px) {


    .x_021_animated_layers_control_button .carousel-control.right {
        right: 87% !important;
    }

    .x_021_animated_layers_txt {
        display: none;
    }

    .x_021_animated_layers_control_button .carousel-control {

        display: none;

    }

    .x_021_animated_layers_img {
        left: 0 !important;
        width: 100% !important;
    }

    .banner {
        height: 580px !important;
    }

    .x_021_animated_layers_img {
        height: 100% !important;
        top: 0 !important;
    }

    #x_021_animated_layers {
        background-image: linear-gradient(90deg, white 49.5%, white 43.7%) !important;
    }
}
.sidenav span{
    color: #584e47 !important;
}
@media only screen and (max-width: 600px) {
    .proje-yazi1{
        font-size: 24px;
      
    }
    swiper-slide img{
        height: 600px !important;
    }

    .banner {
        height: 520px !important;
    }
    .mySwiper2 swiper-slide img{
        height: 90px !important;
    }

}



@media only screen and (max-width: 550px) {
.logo img{
 
        width: 270px;
        margin-left: -10px;
    
}
.kategori-baslik .wrapper {
    height: 50px;
}
    .lightbox .lb-image {
        min-width:100% !important;
        min-height: 400px !important;
        max-width: 100% !important;
        max-height: 400px !important;
    
        }

}
@media only screen and (max-width: 500px) {
    .sidenav a{
        font-size: 16px !important;
    }
    #b{
        font-size: 24px !important;
    }
    .proje-yazi1{
        font-size: 16px !important;
        font-weight: 700;
    }
    .a span{
        font-size: 16px !important;
    }
    .f-yuvarlak {
        width: 22px;
        height: 22px;}
    .kategori-baslik .wrapper span{
        padding-left: 10px !important;
        font-size: 16px !important;
        font-weight: 700 !important;
    }
    .post_083_grid{
        padding: 0px 0px 10px 0px !important;
       
    }
 .lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 95%  !important;
    height: 100%;
    margin: 0 auto;
    border-radius: 4px;
  
    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
  }
    .banner {
        height: 480px !important;
    }
    swiper-slide img{
        height: 500px !important;
    }
    .mySwiper2 swiper-slide img{
        height: 80px !important;
    }
}

@media only screen and (max-width: 450px) {
    table{
        width: 335px !important;
    }
    swiper-slide img{
        height: 450px !important;
    }


    .banner {
        height: 420px !important;
    }

        .mySwiper2 swiper-slide img{

        height: 70px !important;
    }

}
@media only screen and (max-width: 370px) {
.information>p{
    font-size: 14px;
}
.contact-now .contact{
    padding-right: 0px !important;
}
}

@media only screen and (max-width: 400px) {

    swiper-slide img{
        height: 400px !important;
    }

    .banner {
        height: 380px !important;
    }


}

@media only screen and (max-width: 850px) {
    .ana-hak .wrapper {
        display: flex;
        flex-direction: column;
    }



    .wrapper2 {

        background-image: linear-gradient(90deg, white 49.5%, white 43.7%);

    }

    .hak-sol {

        width: 100%;
        background-image: linear-gradient(90deg, #584e47 49.5%, #584e47 43.7%);
        padding-bottom: 50px;
    }

    .hak-sol p {

        padding-top: 50px !important;
        background-color: #584e47;
        width: 100%;
    }

    .hak-sag {
        margin-top: 40px;
        width: 100%;
        display: flex;
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .kurumsal {

        margin-top: -10px;
    }

    .ana-hak {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 800px) {

    .alt-sayfa-wrapper .wrapper{
        padding: 20px 10px 20px 10px !important;
    }

#mobilmenu{
    width: 100% !important;
}
    .yari {
        width: 100% !important;
        margin-left: 5px;
    }

    .product-horizantal {
        margin-right: 10px;
        display: flex;
        flex-direction: column;
    }    


    footer .wrapper {
        flex-direction: column !important;
        display: flex !important;

    }

    .footer-menu ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding-left: 0px;
        margin-top: 35px;
    }

    .sosyal-medya {
        display: flex;
        justify-content: flex-end;
        margin-top: 35px;
    }

    .neturk-logo {
        display: flex;
        justify-content: flex-end;
        margin-top: 10px !important;
    }

    .footer-sol p {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 475px) {

    .resim1 {
        width: 275px;
        height: 240px;
    }

    .resim3 {
        width: 330px;
        height: 325px;
        margin-left: -30px;
        margin-top: 20px;
    }

    .resim2 {
        width: 240px;
        height: 210px;
        margin-top: 224px;
        margin-left: -200px;
    }
}

@media only screen and (max-width: 430px) {

    .resim2 {
        width: 240px;
        height: 210px;
        margin-top: 224px;
        margin-left: -190px;
    }

    #kurumsal2 {
        font-size: 14px !important;
    }
}



@media only screen and (max-width: 400px) {
    .resim1 {
        width: 275px;
        height: 225px;
    }

    .resim3 {
        width: 330px;
        height: 280px;
        margin-left: -30px;
        margin-top: 20px;
    }

    .resim2 {
        width: 240px;
        height: 180px;
        margin-top: 210px;
        margin-left: -150px;
    }
}
