@font-face {
    font-family: 'Lato-Light';
    src: url('../font/Lato-Light.woff2') format('woff')
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../font/Lato-Regular.woff2') format('woff')
}
@font-face {
    font-family: 'Canela';
    src: url('../font/Canela.woff2') format('woff')
}
@font-face {
    font-family: 'Canela-Thin-Web';
    src: url('../font/Canela-Thin-Web.woff2') format('woff')
}
@font-face {
    font-family: 'Canela-Thin-Italic';
    src: url('../font/Canela-Thin-Italic.woff2') format('woff')
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
    font-family: "Lato-Regular", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #282A2C;
    line-height: 1.5;
    color: rgb(var(--bs-tertiary-color-rgb));
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

p {
    font-family: "Lato-Light", sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
}

h1{
    font-family: "Canela", serif;
}


.button-1 {
    display: inline-block;
    height: auto;
    padding: 7px 30px;
    border-radius: 25px;
    background-color: #80674B;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-1:hover {
    background-color: #141414;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

.video-container {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
}

@media (max-width: 991px) {
    h1{
        margin-bottom: 0;
        margin-top: 40px; 
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
    .video-container{height:350px;}
}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.watermark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}

.watermark-overlay img{
    max-width:80%;
}

.navbar {
    position: absolute;
    width: 100%;
    z-index: 50;
    padding: 0;
    margin: 30px 0;
}

.navbar-ic{
    position:relative;
}


.navbar-ic ul li a {
    color: #000000 !important;
}
.navbar-ic ul li ul li a,.navbar-ic ul li ul li a:hover,
.navbar-ic ul li ul li a:focus {
    color: #fff !important;
}


.navbar-ic a:hover,
.navbar-ic a:focus{
    color: #80674B !important;
}


.offcanvas-header {
    position: absolute;
    right: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 60%;
    height: auto;
}

.navbar .container {
    align-items: normal;
}
.navbar-toggler,.navbar-toggler:hover,.navbar-toggler:active,.navbar-toggler:focus{
    box-shadow: none;
    border:0;
}

.navbar-nav .nav-item {
    padding: 15px;
}

.navbar ul li a {
    color: #fff;
    font-size: 15px;
}

.navbar ul li a:hover,
.navbar ul li a:focus,
.dropdown-item {
    color: #E9E8E5;
}

.dropdown-item.active,
.dropdown-item:active {
    background: none;
}





.dropdown-menu>li a {
    padding:8px 15px
}

.dropdown-menu>li:first-child a {
    border-bottom: 1px solid #272A2C;
}
.navbar-ic .dropdown-menu>li:first-child a {
    border-bottom: 1px solid #ffffff;
}



.dropdown-toggle::after {
    display: none;
}


.dropdown-menu {
    border-radius: 0;
    display: block;
    position: absolute;
    border: 0;
    background-color: #fff;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
}



.navbar-ic .dropdown:hover .dropdown-menu  {
    background-color: #BFB9B2;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin: 0;
    padding: 0;
}

.dropdown-item {
    text-align: left;
    color: #282A2C !important;
}

.dropdown-item:hover {
    background-color: #F6F6F6;
}

.navbar-ic .dropdown-item:hover {
    background-color: #CFC9C1;
}

.offcanvas {
    max-width: 90%;
}


@media (min-width: 992px) and (max-width:1399px) {
    .navbar .container {
        max-width:98%
    }
}


.title-img1 {
    max-width: 80%;
    width: 30%;
}

.title-img2 {
    max-width: 70%;
    width: 25%;
}

.title-img3 {
    max-width: 80%;
    width: 30%;
}

.title-img4 {
    max-width: 80%;
    width: 25%;
}

.title-img5 {
    max-width: 70%;
    width: 40%;
}

.title-img6 {
    max-width: 70%;
    width: 50%;
}

.home {
    padding: 60px 0 0;
}


.carousel-butonlar{
    width:180px;
    margin-top: 30px;
}

.carousel-control-prev {
    position:relative;
    left:auto;
    float:left;
}
.carousel-control-next {
    position:relative;
    right:auto;
    float:right;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  transition: background-image 0.2s ease;
}


.carousel-indicators [data-bs-target]{
    background-color: #000;
    transition: background-color 0.2s ease;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='57.47' height='57.669' viewBox='0 0 57.47 57.669'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_18' data-name='Rectangle 18' width='57.47' height='57.669' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_9' data-name='Group 9' transform='translate(57.47 57.669) rotate(180)'%3E%3Cg id='Group_8' data-name='Group 8' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_18' data-name='Path 18' d='M57.47,28.89A28.735,28.735,0,0,1,0,28.995,28.982,28.982,0,0,1,28.588,0,28.668,28.668,0,0,1,57.47,28.89m-22.18-2.5H30q-6.514,0-13.029,0a2.476,2.476,0,0,0-2.491,1.672A2.442,2.442,0,0,0,16.9,31.278q8.877.015,17.754.008a1.471,1.471,0,0,1,.79.09c-.2.214-.358.389-.522.558-1.131,1.165-2.287,2.308-3.389,3.5a2.192,2.192,0,0,0,3.136,3.048q4.006-4.05,7.951-8.16a2.08,2.08,0,0,0-.018-2.984q-4.042-4.115-8.151-8.164a2.031,2.031,0,0,0-3,.14,2.055,2.055,0,0,0-.041,3.01c1.127,1.17,2.292,2.3,3.433,3.458.158.16.383.278.447.612' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg id='Group_10' data-name='Group 10' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='57.47' height='57.669' viewBox='0 0 57.47 57.669'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_18' data-name='Rectangle 18' width='57.47' height='57.669' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_8' data-name='Group 8' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_18' data-name='Path 18' d='M57.47,28.89A28.735,28.735,0,0,1,0,28.995,28.982,28.982,0,0,1,28.588,0,28.668,28.668,0,0,1,57.47,28.89m-22.18-2.5H30q-6.514,0-13.029,0a2.476,2.476,0,0,0-2.491,1.672A2.442,2.442,0,0,0,16.9,31.278q8.877.015,17.754.008a1.471,1.471,0,0,1,.79.09c-.2.214-.358.389-.522.558-1.131,1.165-2.287,2.308-3.389,3.5a2.192,2.192,0,0,0,3.136,3.048q4.006-4.05,7.951-8.16a2.08,2.08,0,0,0-.018-2.984q-4.042-4.115-8.151-8.164a2.031,2.031,0,0,0-3,.14,2.055,2.055,0,0,0-.041,3.01c1.127,1.17,2.292,2.3,3.433,3.458.158.16.383.278.447.612' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}




.home img {
    max-width: 100%;
}

.home .text{
    padding:40px;
}


.home #counter span{
    font-family: 'Canela';
    font-size:65px;
}

.home #counter p{
    font-family: 'Lato-Regular';
    margin:0;
}

.home .icon {
    width: 100px;
    padding: 0 0 40px;
    height: auto;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.home .icon:hover {
    transform: scale(1.05);
}
.container-fluid .col-md-4 {
    padding: 0;
}

.home .prodacts {
    width: 50%;
}

.home .logos {
    background-color: #F6F6F6;
    width: 100%;
    height: 300px;
    text-align: center;
    align-items: center;
}

.home .logos img {
    width: 70%;
    padding: 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.home .logos img:hover {
    transform: scale(1.05);
}
.bd-placeholder-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 800px;
}

footer {
    background-color: #292018;
    color: #F6F6F6;
    align-items: center;
    width: 100%;
    font-size: 18px;
}

footer ul {
    list-style-type: none;
    padding: 0;
}
footer ul li {
    margin:0 0 22px 0;
}

footer a {
    text-decoration: none;
    color: inherit;
}

footer a:hover {
    color: #656565;
    text-decoration: none;
    cursor: pointer;
}

footer hr {
    width: 120px;
    margin: 1rem auto;
}
footer p{
    font-family: "Lato-Regular", sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 18px;
}
footer svg {
    color: #F6F6F6;
    transition: color 0.25s ease, transform 0.25s ease;
}

footer svg:hover {
    transform: scale(1.05);
    color: #656565;
    cursor: pointer;
}
footer .content{
    padding: 60px 0;
}
footer .fw-300{
    font-weight: 300;
}
footer .socialLink{
    padding-top: 50px;
    margin:0 0 0 30px;
    display: inline-block;
}

footer .ikonlar{
    float:left;
    margin:18px;
}

.background {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.background-text {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 3.5px;
}

.background-text img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.background-text1 img {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.general-icon {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.general-icon:hover {
    transform: scale(1.05);
}

.kurumsal-text p {
    padding-right: 30px;
    line-height: 1.6;
}

.project {
    padding: 100px 0;
}

.btnn {
    background-color: #272A2C;
    display: inline-block;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #F6F6F6;
    width: fit-content;
}

.btnn a {
    color: #F6F6F6;
    text-decoration: none;
    display: inline-block;
}
.btnn:hover {
    transform: scale(1.05);
}

.project .group-right {
    position: relative;
    z-index: 1;
}

.project .group-right .img-one {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.project .group-right .img-one img {
    width: 53%;
}

.project .group-right .img-title {
    position: absolute;
    z-index: 9;
    top: 10%;
    left: 0;
    width: 53%;
    padding: 80px 100px;
    height: 80%;
    background-color: #F6F6F6;
}

.project .group-right .img-title .img1 {
    width: 300px;
}

.project .group-right .img-title .img2 {
    padding: 40px 0;
    width: 275px;
}

.project .group-left {
    position: relative;
    z-index: 1;
}

.project .group-left .img-one {
    position: relative;

}

.project .group-left .img-one img {
    width: 53%;
}

.project .group-left .img-title {
    text-align: right;
    position: absolute;
    z-index: 9;
    top: 10%;
    right: 0;
    width: 53%;
    padding: 80px 100px;
    height: 80%;
    background-color: #F6F6F6;
}

.project .group-left .img-title .img1 {
    width: 300px;
}

.project .group-left .img-title .img2 {
    padding: 40px 0;
    width: 275px;
}
.maxxlife p{
    font-weight: 300;
    font-size: 15px;
    margin:0 ;
    padding: 5px;
}
.ciraliimza p{
    font-weight: 300;
    font-size: 15px;
    margin:0 ;
    padding: 10px 32px;
}
.maxxlife .servis-icon{
    padding: 17px;    
}
.maxxlife .servis-icon img, .ciraliimza .servis-icon img{
    height: 80px;    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.maxxlife .servis-icon img:hover, .ciraliimza .servis-icon img:hover {
    transform: scale(1.05);
}
.title-text{
    height: 180px;
    padding-top: 5px;
}
.title-text1{
    height: 130px;
    padding-top: 10px;
}
.completed hr{
 width: 120px;
 padding: 0 10px;
}
.completed p{
   margin: 0;
   padding:0 0 10px 0;
   font-size: 17px;
   font-weight: 300;
}
.completed span{
    font-weight: 500;
}
.completed h2{
    font-size: 17px;
    font-weight: 700;
}
.completed .inside-slide{
    background-color: #F6F6F6;
    padding:30px;
    margin: 15px auto;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.completed .inside-slide:hover{
    transform: scale(1.05);
}

.completed .inside-slide img {
    height: 90px;
    display: block;
}
.contactus {
    background-color: #F6F6F6 ;
    width: 100%;
    padding:50px;
    font-weight: 700;
    font-size:18px;
}
.contactus img{
    padding: 10px;
    max-height: 100px;
}
.contact-form input{
    border: 1px solid #707070;
    width: 100%;
    height: 50px;
    margin: 10px auto;
    border-radius: 0;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form input:active, .contact-form textarea:active{
    border-color: #000000;
    box-shadow:0;
}
.contact-form textarea{border: 1px solid #707070;border-radius: 0;}

.contact-form h2{
    font-weight: 700;
    text-align: center;
    margin: 50px 0;
}






.text-mask-container {
    position: relative;
    display: flex;
    justify-content: center;
    height: 250px; 
    font-weight:700; 
    font-size:25px; 
    text-align:center;
    align-items: end;

  }
  .text-mask-container span{
    top: -30px;
    position: relative;
  }
  .text-mask {
    font-size: 230px;
    font-weight: 900;
    text-transform: uppercase;
    background-image: url('../images/year-back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    will-change: background-position;
  }

  .text-mask.scrolled {
    background-position-y: calc(50% + var(--scroll-offset));
  }

  .text-mask-more{
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    top: -30px;
    position: relative;
  }





.owl-nav button {
    position: absolute;
    top: 143px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #fff !important;
    color: #333 !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
    z-index: 10;
}

.owl-nav button:hover {
    opacity:0.7;
}

.owl-nav .owl-prev {
    margin-top: 44px !important;
    left: -38px;
}

.owl-nav .owl-next {
    margin-top: 44px !important;
    right: -38px;
}

.owl-dots {
    display: none;
}







@media (max-width: 550px) {
.tarihce .carousel-offscreen__slide {
    padding-right:0!important;
}
    .project .group-left .img-one,
    .project .group-left .img-title,
    .project .group-right .img-one,
    .project .group-right .img-title {
        display: inline-block;
        width: 100%;
    }
    .owl-nav .owl-next {
        right: -10px;
        max-width: 14px;
    }
    .owl-nav .owl-prev {
        left: -10px;
        max-width: 14px;
    }
}


@media (min-width: 577px){
    .anasayfa {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
    }
}


@media (max-width: 576px) {
    .navbar{
        position: relative;
        padding:25px 0;
        margin: 0;
    }

    .background {
        height: 300px;
    }

    .carousel-butonlar{
        width: 500px;
        left: 0;
        position: absolute;
        top: 30%;
        z-index: 99;
    }

    
    .carousel-item {
       height: 350px;
    }
    .bd-placeholder-img {
        height: 350px;
    }

    .background-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    .background-text img {
        max-width: 60%;
        width: 100%;
        padding-top: 60px;
    }
    .background-text1 img {
        max-width: 70%;
        width: 100%;
    }
    .title-text{
        height: 130px !important;
    }
    .title-text1{
        height: 80px !important;
        padding: 0;
        text-align: center;
    }
    .servis-icon{
        width:200px;
        margin :10px auto;
    }
    .title-group{
        align-items: center;
    }
    .maxxlife .servis-icon, .ciraliimza .servis-icon{
        padding: 8px !important;
        margin: 5px auto;
    }
    .contactus .col-md-4{
        margin: 15px auto;
    }
    
}

@media (max-width: 767px) {

    .navbar1 ul li a {
        color:#A0A0A0!important;
    }
    
    .navbar1 .dropdown-item {
        color: #272A2C!important;
    }
    
    .navbar ul li.active a {
        color: #272A2C!important;
    }
    footer {
        width: 100%;
        height: auto;
        font-size: 18;
    }

    footer img {
        padding:0;
    }

    footer ul {
        margin-top: 30px;
        padding: 0;
    }
    .title-img1,
    .title-img3,
    .title-img4,
    .title-img5,
    .title-img6 {
        width: 70%;
    }

    .title-img2 {
        width: 65%;
    }

    .home .logos {
        height: auto !important;
        margin: 0;
        padding: 50px 0;
    }

    .logos img {
        margin: 15px;
    }
    .navbar .container {
        align-items: center;
    }

    .offcanvas .dropdown:hover .dropdown-item {
        text-align: left;
    }
    .maxxlife .servis-icon p, .ciraliimza .servis-icon p{
       /* padding: 15px 137px;*/
    }
}



@media (max-width: 850px) {

    .project .group-left {
        background-color: #F6F6F6;
    }

    .project .group-left .img-one {
        position: relative;
    }

    .project .group-left .img-one img {
        width: 100%;
    }

    .project .group-left .img-title {
        position: relative;
        padding: 10%;
        /*width: 450px;*/
        margin: 0 auto;
    }

    .project .group-left .img-title img {
        max-width: 100%;
    }

    .project .group-right {
        background-color: #F6F6F6;
    }

    .project .group-right .img-title {
        position: relative;
        padding: 10%;
       /* width: 450px;*/
        margin: 0 auto;
    }

    .project .group-right .img-one img {
        width: 100%;
        clear: both;
    }

    .project .group-right .img-title {
        padding: 10%;
    }

    .project .group-right .img-title img {
        max-width: 100%;
    }
}




@media (max-width: 991px) {

    footer .socialLink{
        margin:0;
    }

    .text-mask-container {
        position: relative!important;
        display: block!important;
    }

    .carousel-butonlar {
        width: 100px;
    }

    footer ul {
        margin-top: 30px;
    }

    footer hr {
        margin: 1rem 0;
    }
    .project .container {
        max-width: 100%;
    }

    .project .group-right .img-title {
        padding: 7% 10%;
    }

    .project .container {
        max-width: 100%;
    }

    .project .group-left .img-title {
        padding: 7% 10%;
    }
}




@media (max-width: 1199px) {

    .navbar ul li a:hover, .navbar ul li a:focus, .dropdown-item {
        color: #80674B;
    }

    .offcanvas .dropdown-menu {
        display: none;
    }

    .offcanvas .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar ul li a {
        color: #000;
    }
    .navbar-ic .dropdown:hover .dropdown-menu {
        background-color: #fff;
    }
    .navbar-ic .dropdown-item:hover {
    background-color: #F6F6F6;
    }

    .navbar-ic .dropdown-menu>li:first-child a {
        border-bottom: 1px solid #272A2C;
    }
    .navbar-ic ul li ul li a, .navbar-ic ul li ul li a:hover, .navbar-ic ul li ul li a:focus {
        color: #000 !important;
    }
    .navbar-nav .nav-item {
        padding: 0!important;
        width: auto!important;
        text-align: start!important;
    }
    .navbar-brand img {
        width: 120px;
    }
    .text-mask {
        font-size: 150px;
      }

    .home .icon {
        width: 30%;
        max-width: 140px;
        padding: 0 15px;
        margin: 70px 0;
    }

    .general-icon {
        margin: 50px 0;
    }


}
.black-zoom {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  
  .main-img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
  }
  
  .logo-img {
    position: absolute;
    bottom: 5%;
    z-index: 2;
    transition: opacity 0.5s ease;
    width: 50%;
    height: 80px;
    left: 20px;
}
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.5s ease;
    z-index: 1;
  }
  
  .black-zoom:hover .overlay {
    opacity: 0;
  }
  
  .black-zoom:hover .main-img {
    transform: scale(1.05); 
  }
.hakkimizda h3{
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 5px;
}
.hakkimizda h2{
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 5px;
    font-family: "Canela-Thin-Web", serif;
}
.hakkimizda1 h2, h3{
    font-weight: 500;
    font-size: 25px;
}
.hakkimizda1 h2{
    font-style: italic;
}
.img-fluidd {
    padding: 55px 0;
    max-width: 100%;
}
.sosyal-icon{
    margin-top:-60px;
    position:relative;
    display:flex;
    justify-content:center; 
}

.sektor{
    padding-bottom: 60px;
}

.bg-color-style {
    position: relative; 
}

.bg-color-style:before {
    content: "";
    z-index: -1;
    background: #E0D8D0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 120px; 
    left: 0;
}

.alt-banner{
    background-image:url(../img/sektorler-alt.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.alt-banner h1{
    font-family:'Canela-Thin-Web';
    font-size:75px;
    color:#ffffff;
}
.alt-banner p{
    font-size:30px;
    color:#ffffff;
}

.alt-banner .ic{
    min-height:600px;
}

@media (max-width: 550px) {
    .alt-banner{
        background-attachment:scroll;
        background-size: cover;
    }
}


.tarihce h1{
    color:#80674B;
    font-size:50px;
}

.tarihce .carousel-offscreen__slide_img img{
    height:290px;
}

.tarihce .carousel-offscreen__slide-meta__title{
    max-width: 270px;
    min-height: 60px;
}


.tarihce .carousel-offscreen__nav-button--prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNC4yNzMiIGhlaWdodD0iMTcuMDA1IiB2aWV3Qm94PSIwIDAgMzQuMjczIDE3LjAwNSI+PHBhdGggZD0iTTM0LjI3Myw4LjUsMTQuMTE3LDBsMy4xMjUsNy4zNTVIMTEuMWE1LjYxMSw1LjYxMSwwLDEsMCwwLDIuM2g2LjEzN0wxNC4xMTcsMTdaIiB0cmFuc2Zvcm09InNjYWxlKC0xLDEpIHRyYW5zbGF0ZSgtMzQuMjczLDApIiBmaWxsPSIjMDAwIi8+PC9zdmc+");
    width: 32px;
    height: 16px;
}

.tarihce .carousel-offscreen__nav-button--next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNC4yNzMiIGhlaWdodD0iMTcuMDA1IiB2aWV3Qm94PSIwIDAgMzQuMjczIDE3LjAwNSI+PHBhdGggZD0iTTM0LjI3Myw4LjUsMTQuMTE3LDBsMy4xMjUsNy4zNTVIMTEuMWE1LjYxMSw1LjYxMSwwLDEsMCwwLDIuM2g2LjEzN0wxNC4xMTcsMTdaIiBmaWxsPSIjMDAwIi8+PC9zdmc+");
    width: 32px;
    height: 16px;
}
.tarihce .carousel-offscreen__slide {
    padding-right: 50px;
}

.timeline-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin: 15px 0;
}

.year {
    font-size: 50px;
    color: #80674b;
    font-weight: normal;
    margin: 0;
    white-space: nowrap;
    margin-right: 20px;
}

.timeline-line {
    flex: 1;
    position: relative;
    height: 1px;
    background-color: #80674b;
    margin-right: 20px;
}

.timeline-end {
    width: 8px;
    height: 8px;
    background-color: #80674b;
    border-radius: 50%;
    flex-shrink: 0;
}
.markalarimiz .content{
    max-width: 90%;
    margin: 0 auto;
}
.markalarimiz{
    padding: 60px 0;
    position: relative;
    background-color:#E1D8D0;
}
.markalarimiz .logo{
    max-width: 180px;
    margin: 20px 0;
}
.markalarimiz h1{
    letter-spacing: 9px;
    margin-bottom: 25px;
}
.iletisim h1{
    font-style: italic;
    color:#80674B;
    margin-bottom:20px; 
}
.iletisim img{
    margin: 0 15px;
}
.iletisim-style p,a, .iletisim p{
    font-size: 18px;
    margin: 5px 0;
    font-family: 'Lato-Light';

}
.iletisim-style a:hover{
    color:#80674B;
    font-weight: bold;

}
.iletisim-style hr{
    margin: 10px 0;
}
.img-style{
    width: 100%;
}

