* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {  
    font-size: 10px;
    scroll-behavior: smooth;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    background: #c7c6c68e;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
h1,h2 {
    font-weight: 400;
    line-height: 1.2;
}
p {
    margin: 1rem 0;
}
img {
    width: 100%;
}
.text-center {
    text-align: center;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--dark);
    opacity: 0.8;
    color: var(--white);
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 0 3rem;
}
.navbar .active {
    border-bottom: 2px solid #e85d04;
}
.navbar a {
    color: var(--white);
    padding: 1rem 2rem;
    margin: 0 .5rem;
}
.navbar a:hover {
    border-bottom: 2px solid #fff;
}
.logo:hover{
    border-bottom: none !important;
}
.navbar ul {
    display: flex;
}
.navbar .brand {
    font-weight: 400;   
}
.navbar h1 {
    font-size: 3rem;
}
.navbar span.bold-brand {
    color: #e85d04;
    font-weight:600;
}
.navbar span.ince-brand {
    font-weight: 400;
}
.yukTas-link{
    font-size: 2rem;
    background-color: #333 !important;
    border-bottom: 2px solid #653f08;
    border-radius: 10px 100px / 120px;
}
.main-header {
    height: 100vh;
    color: #fff;
    position: relative;
}
.main-header .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
}
.main-header .image img{
    height: 100% !important;
    width: 100% !important;
}
.main-header .image div, .main-header .image div .fade{
    height: 100%;
    width: 100%;
    max-width: initial !important;
}
.main-header.blog {
    background-attachment: unset;
    height: 50vh;
}
.content .font-style {
    font-family: 'Playwrite NG Modern' ,'Lato';
}
.main-header .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}
.main-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.main-header * {
    z-index: 5;
}
.main-header .content h1 {
    font-size: 5.5rem;
}
.main-header .content p {
    font-size: 2.3rem;
    max-width: 60rem;
    margin: 2rem 0 3rem;
}
#about {
    height: 70vh;
    color: #fff;
    position: relative;
}
#about .about-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
}
.about-background img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.about-body .border-danger {
    border-color: #e85d04 !important;
}
.about-body .about-brand {
    color: #000;
    padding: 1rem;
    text-align: start;
    font-size: 4rem;
    font-weight: 700;
}
.about-body .about-text {
    font-family: "Lato", system-ui;
    font-weight: 400;
    font-size: 1.8rem;
}
.about-body .referances {
    background: #e0e0e0;
}
.contact-body #contact {
    height: 60vh;
    color: #fff;
    position: relative;
}
.contact-body #contact .contact-background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
}
#contact .contact-background img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.contact-body .border-danger {
    border-color: #e85d04 !important;
}
.gallary .home-sliders {
    display: flex ;
}
.referances-body #referances {
    height: 60vh;
    color: #fff;
    position: relative;
}
#referances .referances-background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
}
#referances .referances-background img{
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}
.referances-body .card {
    color: #ce6122;
    margin-bottom: 4rem !important;
    margin-top: 2rem !important;
    transition: all .3s;
}
.referances-body .card:hover{
    box-shadow: rgba(207, 149, 82, 0.25) 0px 54px 55px, rgba(202, 144, 52, 0.12) 0px -12px 30px, rgba(223, 149, 29, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(112, 88, 48, 0.09) 0px -3px 5px !important;
}
.referances-body .card .card-title {
    color: #ce6122;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 4rem !important;
}
.referances-body .card .card-text {
    color: #000;
    font-weight: 300;
    font-size: 1.7rem;
    margin-bottom: 4rem !important;
    margin-top: 4rem !important;
}
.yukTas-body .left-header{
    color: #e85d04;
}
.yukTas-body .left-content{
    font-size: 1.5rem;
}
.yukTas-body #yukTas {
    height: 100vh;
    color: #fff;
    position: relative;
}
#yukTas .yukTas-background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
}
#yukTas .yukTas-background img{
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.img-fluid {
    max-width: 100%;
    height: 300px !important;
}
.icons {
    padding: 30px;
}
.icons h3 {
    font-weight: 700;
    font-size: 1.9rem;
    margin-bottom: 15px;
}
.icons p {
    font-size: 1.7rem;
    margin-bottom: 15px;
}
.icons i {
    background-color: #e85d04;
    color: #fff;
    border-radius: 50%;
    padding: 1.3rem;
    margin-bottom: 1.5rem;
}
.about {
    color: #fff;
    height: 100%;
}
.about img{
    object-fit: cover;
    height: 350px;
}
.about .img{
   
    margin-right: -10px;
}
.about .about-info{
    object-fit: cover;
    height: 350px;
    margin-left: -10px;
}
.about h2 {
    font-size: 3rem;
    margin: 1.5rem 0;
    
}
.about p {
    margin: 2rem 0;
}
.gallery img:hover {
    cursor: pointer;
    opacity: 0.4;
    transition-duration: .8s;
}
.card {
    color: #fff;
    font-weight: 700;
}

.card-body {
    padding: 2rem;
    margin-top: -9px;
    text-align: center;
}
.teams img {
    border-radius: 50%;
    width: 85%;
}
.teams img:hover {
    opacity: 0.7;
}
#contact-navbar {
    z-index: 5;
}
.content-main {
    margin-top: 1rem !important;
}
.content-main h2 {
    font-size: 4rem;
}
.contact-form {
    font-size: 2rem;
}
.contact-form input,.contact-form textarea{
    font-size: 1.7rem;
}
.contact-form textarea{
    height: 100px;
}
.taslar .tas{
    display: flex;
    justify-content: space-around;
}
.taslar .tas div{
    padding: 0;
}
.taslar-sag p {
    
    padding: 1rem;
    
}
.taslar-sag div{
    color: black !important;
    padding: 1rem;
    text-align: left;
}
.card h1 {
    text-align: center;
}
.taslar-sag div h3{
    margin-top: 1rem;
}
.articles {
    padding: 3rem 5rem;
}
.article {
    margin-top: 1.5rem;
    color: #fff;
}
.backtotop:hover {
    opacity: 0.7;
}
.footer {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 299px;
}
.footer a {
    color: var(--danger);
}
.footer a:hover {
    opacity: 0.7;
}
.footer .a {
    border-top: 3px dashed #ce612230 ;
    padding: 1rem;
    display: flex;
    margin-top: 15px;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.footer .footer-brand {
    color: #fff;
    padding: 1rem;
    text-align: start;
    font-size: 4rem;
    font-weight: 700;
}
.footer .social a{
    margin-right: 15px;
}
.footer .social span a{
    margin-right: 1px;
    text-decoration: underline;
}
.footer ul .location {
    cursor: default;
}
.footer .commi ul li {
    padding: .4rem;
    text-align: start;
}
.slideshow-container {
    max-width: 500px;
    position: relative;
    margin: auto;
    overflow: hidden;
}
.teklif{
    font-size: 1.6rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.slider {
    display: none;
}
.slider img {
    height: 300px; 
    width: 300px;  
    object-fit: cover; 
}
.slideIkinci .slider-2 {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.fade {
    animation: fade 3s ease-in-out;
}
.yukTas-body .card-g {
    position: relative;
    width: 300px;
    height: 300px;
    margin-bottom: 1rem;
  }
  
.yukTas-body .card-g .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: opacity 0.3s ease; 
    opacity: 1;}
  .yukTas-body .card-g .card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 1.7rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: #e85d04;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease; 
  }
  
  .yukTas-body .card:hover .card-img {
    opacity: 0.5; }
  .yukTas-body .card:hover .card-text {
    opacity: 1; }
@keyframes fade {
    from { opacity: 1; }
    to { opacity: 1; }}
.info-tas {
    margin: .8rem;
    padding: 1rem;
}
.info-tas .images {
    height: 100%;
}
.words {
    border-left: 3px dashed #2b1406;
    background-color: #2b14060a;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.word {
    text-align: center;
    color: #2b1406;
    font-weight: 700;
    font-size: 18px;
    background-color: rgba(78, 72, 66, 0.6);
}
.backtotop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 45px;
    color: #ce6122;
}
.carousel-inner div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.referances-sliders .img-center{
    height: 100%;
}
.slider .img-center {
    overflow: hidden; 
            display: flex;
            justify-content: center;
            align-items: center;
}
.slider .img-center img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    object-position: center; 
}
.referances-slider-left .left-header{
    padding: 10px;
    text-align: center;
}
.referances-slider-left .left-content{
    color: #000;
}

.referances {
    background: rgb(244,187,150);
    background: radial-gradient(circle, rgba(244,187,150,0.5439425770308124) 9%, rgba(246,225,224,0.23862044817927175) 30%);
    color: #653f08;
}
.referances .referances-header {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Playwrite NG Modern', 'Lato';
}
 .referances-content h4{
    font-size: 1.6rem;
    font-weight: 600;
    font-family: 'Playwrite NG Modern', 'Lato';
}
.menu-toggle {
    font-size: 28px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    display: none !important; 
  }
.index-page-body .menu-toggle {
    margin-left: 3.5rem;
  }
@media (max-width: 767px) { 
    html {
        font-size: 9px;
        
    }
    .menu-toggle {
        display: block !important;
      }
      .nav-items {
        display: none !important; 
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #333;
        width: 100%;
        text-align: right;
      }
      .yukTas-link{
        background-color: #9099a1 !important;
    }
      .nav-items.show {
        display: flex !important; 
        align-items: start !important;
        font-size: 1.7rem;
      }
      .nav-items.show li{
        margin-top: 0.1rem;
        margin-bottom: 1rem;
        padding: 1rem;
      }
    .navbar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
        z-index: 7;
    }
    .navbar a {
        padding: 10px;
        margin: 0 3px;
    }
    .navbar nav {
        margin-right: 1px !important;
        margin-left: auto;
    }
    .content span.font-style {
        font-size: 3rem !important;
    }
    .about .about-info {
        object-fit: cover;
        height: 350px;
        margin-left: 0px;
    }
    .about .img {
        margin-right: 0px;
    }
    .section-header p {
        font-size: 2rem !important;
    }
    .gallary .home-sliders {
        display: block !important;
    }
    .home-sliders section {
        width: 100% !important;
    }
    .home-sliders section .carousel-inner{
        margin-left: 0rem !important;
    }
    .home-sliders section .carousel-inner .carousel-item {
        height: 100%;
    }
    .home-sliders .referances {
        width: 100% !important;
        margin-left: 0px !important;
        font-size: 2rem;
    }
    .home-sliders .referances .referances-header {
        font-size: 3rem;
    }
    .section-header h2 {
        font-size: 3.5rem;
        margin: 1.5rem 0;
    }
    .home-sliders .referances-content h4 {
        font-size: 2.2rem;
        
    }
    .link-wp:hover{
        cursor: pointer !important;
    }
    .footer {
        height: 100%;
    }
    .footer .footer-brand {
        text-align: center;
        border-bottom: 3px dashed #ce612230;
        margin-bottom: 5rem;
    }
    .footer .a {
        border-top: 3px dashed #ce612230;
        padding: 1rem;
        display: block;
        margin-top: 15px;
        width: 100%;
       
    }
    .footer .a .social{
        padding: 1rem;
    }
    .about-body .section-header {
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding: 0rem;
    }
    .about-body .section-header h2 {
        font-size: 3rem;
        margin: 0rem;
    }
    .about-body .about-text {
        font-size: 1.9rem;
    }
    .about-body .w-25 {
        width: 45% !important;
    }
    .about-body .referances {
        padding: 0rem !important;
    }
    .yukTas-body .section-padding {
        padding: 1rem 3rem 1rem;
    }
    .yukTas-body .section-header h2 {
        font-size: 2.9rem;
    }
    .yukTas-body .section-header div {
        width: 80% !important;
        margin-bottom: 2rem !important;
    }
    .yukTas-body .card-text {
        font-size: 2.2rem;  
    }
    .referances-body .card .card-title {
        font-size: 2.8rem;
        margin-top: 3rem !important;
    }
    .referances-body .card .card-text {
        
        font-weight: 400;
        font-size: 1.9rem;
        margin-bottom: 3rem !important;
        margin-top: 3rem !important;
    }
    .contact-body .content-main {
        margin-top: 5rem !important;
    }
    .contact-body .content-main .card{
        font-size: 1.9rem;
    }
    .contact-body .content-main .card-text{
        font-size: 2rem;
    }
    .contact-body .content-main .card-text p{
        font-size: 1.9rem !important;
    }
    .contact-body .content-main iframe{
        height: 400px;
    }
 }
@media (min-width: 768px ) and (max-width: 991px) {
        html {
            font-size: 12px;
            
        }
        .menu-toggle {
            display: block !important; 
          }
          .nav-items {
            display: none !important; 
            flex-direction: column;
            position: absolute;
            top: 60px;
            right: 0;
            background-color: #333;
            width: 100%;
            text-align: right;
          }
          .index-page-body .menu-toggle , .referances-body .menu-toggle{
            margin-left: 23.5rem;
        }
        .yukTas-link{
            background-color: #9099a1 !important;
        }
        .yukTas-body .menu-toggle {
            margin-right: 5.5rem;
          }
          .nav-items.show {
            display: flex !important; 
            align-items: start !important;
            font-size: 1.7rem;
          }
          .nav-items.show li{
            margin-top: 0.1rem;
            margin-bottom: 1rem;
            padding: 1rem;
          }
        .navbar {
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 0px;
            z-index: 7;
        }
        .navbar a {
            padding: 10px;
            margin: 0 3px;
        }
        .index-page-body .navbar nav , .referances-body .navbar nav{
            margin-right: auto !important;
            margin-left: auto;
        }
        .navbar nav {
            margin-right: 1px !important;
            margin-left: auto;
        }
        .content span.font-style {
            font-size: 3rem !important;
        }
        .about .about-info {
            object-fit: cover;
            height: 350px;
            margin-left: 0px;
        }
        .about .img {
            margin-right: 0px;
        }
        .section-header {
            padding: 2rem;
        }
        .section-header p {
            font-size: 2rem !important;
        }
        .gallary .home-sliders {
            display: block !important;
        }
        .home-sliders section {
            width: 100% !important;
        }
        .home-sliders section .carousel-inner{
            margin-left: 0rem !important;
        }
        .home-sliders section .carousel-inner .carousel-item {
            height: 100%;
        }
        .home-sliders .referances {
            width: 100% !important;
            margin-left: 0px !important;
            font-size: 2rem;
        }
        .home-sliders .referances .referances-header {
            font-size: 3rem;
        }
        .section-header h2 {
            font-size: 3.5rem;
            margin: 1.5rem 0;
        }
        .home-sliders .referances-content h4 {
            font-size: 2.2rem;
        }
        .col-md-3 {
            width: 50% !important;
        }
        .referances-body .img-fluid {
            height: 400px !important;
        }
        .referances-body .col-md-4 {
            width: 100%;
        }
        .referances-body .col-md-8 {
            width: 100%;
        }
        .yukTas-link{
            background-color: #9099a1 !important;
        }
        .footer {
            height: 100%;
        }
        .footer .footer-brand {
            text-align: center;
            border-bottom: 3px dashed #ce612230;
            margin-bottom: 5rem;
        }
        .footer .a {
            border-top: 3px dashed #ce612230;
            padding: 1rem;
            display: block;
            margin-top: 15px;
            width: 100%;
           
        }
        .footer .a .social{
            padding: 1rem;
           
        }
        .backtotop {
           
            bottom: 10px;
            left: 15px;
            font-size: 60px;
           
        }
       
        .about-body .section-header {
            margin-top: 1rem;
            margin-bottom: 1rem;
            padding: 0rem;
        }
        .about-body .section-header h2 {
            font-size: 3rem;
            margin: 0rem;
        }
        .about-body .about-text {
            font-size: 1.9rem;
        }
        .about-body .w-25 {
            width: 45% !important;
           
        }
        .about-body .referances {
            padding: 0rem !important;
        }
        .yukTas-body .section-padding {
            padding: 1rem 3rem 1rem;
        }
        .yukTas-body .section-header h2 {
            font-size: 2.9rem;
        }
        .yukTas-body .section-header div {
            width: 80% !important;
            margin-bottom: 2rem !important;
        }
        .yukTas-body .card-text {
            font-size: 2.2rem;  
        }
        .referances-body .card .card-title {
            font-size: 2.8rem;
            margin-top: 3rem !important;
        }
        .referances-body .card .card-text {
            
            font-weight: 400;
            font-size: 1.9rem;
            margin-bottom: 3rem !important;
            margin-top: 3rem !important;
        }
        .contact-body .content-main {
            margin-top: 5rem !important;
        }
        .contact-body .content-main .card{
            font-size: 1.9rem;
        }
        .contact-body .content-main .card-text{
            font-size: 2rem;
        }
        .contact-body .content-main .card-text p{
            font-size: 1.9rem !important;
        }
        .contact-body .content-main iframe{
            height: 400px;
        }    
  }
