* :not(i){
    font-family: 'Montserrat', sans-serif !important;
}

.center{
    text-align: center;
}

.bold{
    font-weight: 600;
}

.renk{
    color: rgb(255, 177, 31);
}

.j-center{
    justify-content: center;
}

.basvur-btn{
    background-color: rgb(255, 177, 31);
    color: #fff;
    padding: 0.8rem 1.2rem;
    display: inline-block;
    font-size: 1.3rem;
    font-family: Roboto, sans-serif;
    white-space: nowrap;
    width: 100%;
    border-radius: 0;
    border:none;
    margin-bottom: 3rem;
    font-weight: 700;
}

.basvur-btn span{
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
}

.basvur-btn:hover{
    background-color: rgb(255, 167, 31);
    transform: .5s;
}

.dort-esit{
    min-height: 304px;
}

.uc-esit{
    min-height: 432px;
}

.uc-esit-resim{
    min-height: 286px;
}

.box{
    width: 100%;
    padding: .5rem;
    border: 2px solid rgb(255, 177, 31);;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
    border-radius: 20px;
    
}

.box h6{
    padding-top: 1.3rem;
    font-weight: 700;
    font-size: 1rem;
}

.box p{
    font-weight: 600;
    font-size: 1rem;
}

.box:hover{
    background-color: #000;
    color: #fff;
    transition: .5s;
}
.box:hover h6{
    color: #fff;
}

.pad1-5{
    padding-bottom:1.5rem;
}

.main-logo{
    width: 85%;
}

.swiper-slide .left-info{
    width:100%;
    height:70%;
    position:relative;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transform: translate(0,-50%) !important;
}

.swiper-slide .newtitle{
    font-weight:lighter ;
    font-size: 3rem ;
    color:white ;
    padding:1rem ;
    background-color: #00000066 ;
    max-width: 80% ;
    line-height: 3.5rem;
    text-align: center;
}

.swiper-slide .newtitle.text{
    font-size:2rem;
}

.icon-content{
    min-height:240px;
}

@media screen and (max-width:700px) {
    .vehicle-box.style2 .main-title {
        line-height: 100%;
    }

    .header-creative-two .logo-header{
        width: 50%;
    }

    .vehicle-box.style2 .vehicle-img{
        opacity: 0.5;
    }
    .creative-banner-two .bottom-aside .slide-social li a {
        font-size: 0.7rem;
    }

    .header-creative-two .main-bar{
        background-color: white;
        box-shadow: 0 0 5px black;
    }

    .swiper-slide .newtitle{
        font-size: 1.4rem;
        line-height: 1.7rem;
    }
    
    .swiper-slide .newtitle.text{
        font-size:1rem;
		display:none !important;
    }

}
@media screen and (max-width:365px){
    .vehicle-box.style2 .vehicle-img{
        opacity: 1;
    }
    .creative-banner-two .bottom-aside .slide-social li a {
        font-size: 1rem;
        margin-right: 30px;
    }

    .swiper-slide .left-info{
        transform: translate(0,-50%) !important;
    }

}

@media screen and (max-width:1024px){
    .esit-res{
        max-height: 304px;
    }
}