body{
    overflow-x: hidden;
}
.navbar-ana{
    background-color: transparent !important;
    width: 1400px;
    margin: auto;
    
}
.fade-in {
    opacity: 0;
    transform: translateY(50px); /* Başlangıçta aşağıya doğru 50px kaydır */
    transition: opacity 2s ease, transform 0.5s ease;
  }
  
  .active {
    opacity: 1;
    transform: translateY(0);
  }
.nav-items a{
    color: #484848;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 25px;
}
.nav-items a:hover{
    color: #FF3A00;
}
.header-btn{
    border-radius: 8px !important;
    background-color: #FF3A00 !important;
    color: #FFF !important;
    font-family:"Poppins", sans-serif !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    border: 0px !important;
    width: 120px;
    height: 40px;
    flex-shrink: 0;
}
.header-btn:hover{
    background-color: white !important;
    border: 1px solid #FF3A00 !important;
    color: #FF3A00 !important;

}
.footer-cont{
    background-color: #ffffff !important;
}
.footer-row{
    width:100%;
    background-color: #ffffff !important;
    margin:auto !important;
    padding: 40px;
}
.footer-row p{
    color: black;
    width: 73%;
    
}
.footer-row h4{
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.footer-menu a{
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    transition: color 0.2s ease;
 
}
.footer-menu a:hover{
    color: #FF3A00
}
.separator {
    border-top: 1px solid #2c2c2c;
    margin-top: 50px !important;
    margin-bottom: 15px !important;
    width: 1400px;
    margin: auto;
  }
  
.powered a{
    text-decoration: none;
    font-weight: 500;
    color: black;
}
@media only screen and (max-width: 600px) {
    .navbar-ana{
        width: 100%;
    }
    .footer-row{
        width: 100%;
        padding: 20px 0px 20px 0px;
    }
    .separator{
        width: 80%;
        margin: auto;
    }
    .footer-menu{
        margin-top: 30px !important;
    }
}

.slider{
    width: 1400px !important;
    margin-top: 80px;
}
.slider h1{
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 90%;
    margin: auto;

}
.slider b{
    font-weight: 600;
    color: #FF3A00;
}
.slider svg{
    margin-left: 150px;
    margin-top: -20px;
}
.slider p{
    width: 75%;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}
.slider-btn{
    background-color: #FF3A00 !important;
    color: white !important;
    border: 0px;
    width: 120px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 8px;
}
.slider-btn:hover{
    background-color: white !important;
    border: 1px solid #FF3A00 !important;
    color: #FF3A00 !important;

}
.slider-resim img{
    opacity: 0;
    width: 120%;
    animation: slideFromRight 1s ease forwards;
}

@keyframes slideFromRight {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

.slider-icerik {
    opacity: 0;
    animation: slideFromLeft 1s ease forwards;
  }
  
  @keyframes slideFromLeft {
    from {
      transform: translateX(-100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .slider-btn2{
    color: #FF3A00 !important;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: color 0.2s ease;
  }
  .slider-btn2:hover{
    color: black !important;
  }
  .slider-resim-mbl{
    display: none;
  }
  .slider-resim-mbl img{
    width: 100%;
    opacity: 0;
    animation: slideFromRight2 1s ease forwards;
}

@keyframes slideFromRight2 {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @media only screen and (max-width: 600px) {
    .slider{
        width: 100% !important;
    }
    .slider svg{
        margin-left: 10px;
    }
    .slider h1{
        margin: 0px;
        font-size: 45px;
    }
    .slider-resim{
        display: none;
    }
    .slider-resim-mbl{
        display: block;
    }
    .slider-btn2{
        margin-top: 7px;
        margin-left: -7px;
    }
    .slider p{
        width: 95%;
    }
}

.home-car-title{
    text-align: center;
}
.home-car-title-sub{
    width: 189px;
    padding: 10px;
    flex-shrink: 0;
    margin: auto;
    border-radius: 8px;
    background: rgba(255, 58, 0, 0.13);
}
.home-car-title-sub span{
    color: #FF3A00;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.home-car-title h2{
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.arac-ana{
    margin-bottom: 35px !important;
    width: 30% !important;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    margin-right: 3px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 15px;
}

.arac-ana h3{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: -10px !important;
    margin-left: 5px;
}
.kirala-div{
    text-align: center;
    margin-top: 30px;
}
.kirala-div svg{
    margin-right: 5px !important;
    margin-bottom: 2px;
}
.kirala-btn{
    background-color: #f1714a !important;
    color: #FFF !important;
    border-radius: 8px !important;
    text-align: center;
    width: 100%;
}
.kirala-btn:hover{
    background-color: #ffffff !important;
    color: #FF3A00 !important;
    border: 2px solid #FF3A00 !important;
}
.icon-ack{
    margin-top: 2px;
    font-size: 15px;
}
.resim{
    width: 95%;
}
.arac-ana img{
    width: 100%;
    object-fit: cover;
    margin-left: 20px !important;

}
.arac-alt p{
    margin-top: 25px;
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.arac-alt a{
    margin-top: 23px;
    border-radius: 8px;
    background: #FF3A00;
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.arac-alt a:hover{
    color: #FF3A00;
    border: 2px solid #FF3A00;
}

@media only screen and (max-width: 600px) {
    .arac-ana{
        margin-bottom: 30px;
        width: 90% !important;
    }
}

.hakkimizda-row{
    width: 1000px;
    margin: auto !important;
}

.home-car-title2{
    text-align: left;
}
.home-car-title-sub2{
    width: 125px;
    padding: 10px;
    flex-shrink: 0;
    margin-left: 50px;
    border-radius: 8px;
    background: rgba(255, 58, 0, 0.13);
}
.home-car-title-sub2 span{
    color: #FF3A00;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.hakkimizda-row h2{
    color: #242424;
    margin-left: 50px;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.hakkimizda-row b{
    font-weight: 600;
    color: #FF3A00;
}

.hakkimizda-svg{
    margin-left: 270px;
    margin-top: -35px;
}
.hakkimizda-p{
    margin-left: 50px;
    width: 70%;
}
.hakkimizda-btn{
    margin-left: 40px;
    background-color: #FF3A00 !important;
    color: #FFF !important;
    border-radius: 8px !important;
}
.hakkimizda-btn:hover{
    background-color: #FFF !important;
    color: #FF3A00 !important;
    border: 2px solid #FF3A00 !important;
}
.animate-left {
    opacity: 0;
    transform: translateX(-100px); /* Başlangıçta sola doğru 50px kaydır */
    transition: opacity 1s ease, transform 1s ease;
  }
  .animate-right{
    opacity: 0;
    transform: translateX(100px); /* Başlangıçta sola doğru 50px kaydır */
    transition: opacity 1s ease, transform 1s ease;
  }
  
  .animate-left.active {
    opacity: 1;
    transform: translateX(0);
  }
  
  .animate-right.active {
    opacity: 1;
    transform: translateX(0);
  }

  @media only screen and (max-width: 600px) {
    .hakkimizda-row{
        width: 100%;
        margin-left: 0px !important;
    }
    .home-car-title-sub2{
        margin-left: 0px;
    }
    .hakkimizda-svg{
        margin-left: 0px;
    }
    .hakkimizda-row h2{
        margin-left: 0px;
        font-size: 30px;
    }
    .hakkimizda-p{
        margin-left: 0px;
    }
    .hakkimizda-row img{
        width: 100%;
        margin-bottom: 20px;
    }
    .hakkimizda-svg{
        margin-left: 173px;
        width: 45%;
    }
    .hakkimizda-btn{
        margin-left: 0px;
    }
    .hakkimizda-p{
        width: 95%;
    }
    .animate-left{
        transform: translateY(-50px);
    }
    .animate-right{
        transform: translateY(50px);
    }
}
.iletisim-slogan{
    text-align: center;
}
.iletisim-slogan h1{
    color: #242424;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.iletisim-slogan b{
    font-weight: 600;
    color: #FF3A00;
}
.iletisim-slogan svg{
    margin-left: 250px;
    margin-top: -15px;
    
}
.iletisim-slogan p{
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 60%;
    margin: auto;
}

.iletisim-row{
    margin-top: 130px !important;  
    
}
.iletisim-box{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    width: 238px;
    height: 238px;
    flex-shrink: 0;
    margin: auto;
}

.icon-box{
    border-radius: 5px;
    border: 1px solid #EEE;
    background: #FFF;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    margin-left: 10px;
}
.icon-box svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.iletisim-row h2{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 60px;
    margin-left: 10px;
}
.iletisim-row a,p{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-left: 10px;
    transition: color 0.3s ease;
}
.iletisim-row a:hover{
    color: #FF3A00;
}
.iletisim-alt{
    text-align: center;
}
.iletisim-alt h3{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}
.iletisim-btn{
    color: #FFF !important;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    border-radius: 8px !important;
    background: #FF3A00 !important;
    margin-top: 15px;
    padding: 10px 15px 10px 15px!important;
}
.iletisim-btn:hover{
    background-color: #ffffff !important;
    color: #FF3A00 !important;
    border: 2px solid #FF3A00 !important;
}

@media only screen and (max-width: 600px) {
    .iletisim-slogan{
        width: 100%;
    }
    .iletisim-slogan svg{
        margin-left: 0px;
    }
    .iletisim-slogan p{
        width: 90%;
    }
    .iletisim-box{
        margin-bottom: 30px;

    }
}

.kvkk h1{
    color: #242424;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.kvkk p{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 85%;
    margin: auto;

}
@media only screen and (max-width: 600px) {
    .iletisim-slogan{
        width: 100%;
    }
    .iletisim-slogan svg{
        margin-left: 0px;
    }
    .iletisim-slogan p{
        width: 90%;
    }
    .iletisim-box{
        margin-bottom: 30px;

    }
    .kvkk h1{
        font-size: 40px;
    }
    .kvkk p{
        width: 95%;
    }
    .sutun5{
        margin: auto !important;
    }
    .arac-ana{
        width: 100% !important;
    }
    .sutun6{
        margin: auto !important;
    }
    .sutun7{
        margin: auto !important;
    }
}
