/* GENERAL SETTİNGS */

@font-face {  
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttf')
}

body { 
    background: #fff;
    color: #3f3f3f;
    font: 14px / 28px lighter;
    font-family: 'Helvetica', arial;
}

h1 {
    font-size: 52px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.sectionHeader {
    background: #550d16;
    border-bottom: solid #000;
    height: 60px;
    color: #fff;
    display: inline-block;
    line-height: 60px;
    font-size: 24px;
    padding: 5px 40px;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.saz2 {
    text-align: center;
    padding-top: 300px;
}

.saz3 {
    background: url('../img/sz1.jpg') center center no-repeat;
    height: 750px;
    background-position: center;
    width: 100%;
    

}

h3 {
    font-size: 16px;
    color: #500D16;
    font-weight: bold;
    transition: all .5s ease;
}

.sectionArea {
    padding: 80px 0;
    
}

/* GRİD SETTİNGS */


.container{
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.featuresBody .container {
    justify-content: space-between;
}

.col3 {
    flex-grow: 1;
    width: 33.33%;
}

.engineBody .container {
   justify-content: space-between; 
}

.col2 {
    flex-grow: 1;
    width: 50%;
    padding: 20px;
}

/* HOME SETTİNGS */

header .logo {
    margin-right: auto;
}

header .logo img {
    display: block;
    height: 60px;
    width: 100px;
    margin-top: 10px;
    margin-bottom: -5px;
}

.menu li {
    float: left;
}

.menu li a {
    padding: 27px 17px;
    display: block;
    text-decoration: solid;
    letter-spacing: 1px;
    color: #333;
    transition: all .5s ease;
}

.menu li:hover a {
    background: #550D16;
    color: #fff;
}

#mainSlider {
    height: 500px;
    background: url('../img/homepage.jpg') center center no-repeat;
    background-size: cover;
}

.slider {
    width: 100%;
}

#mainCaption {
    height: 500px;
    background: rgba(0,0,0, .5);
}

.caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
}

.featuresTop {
    text-align: center;
}

.item {
    padding: 10px 20px;
}

.zoom {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.zoom img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s ease;
}

.item .itemText {
    text-align: center;
    padding: 5px;
    border: 1px solid #500D16;
}

.item:hover .zoom img {
    transform: scale(1.25);
}

.item:hover h3 {
    color: #fff;
}

.item:hover .itemText {
    background: #500D16;
    color: #fff;
    transition: all .5s ease;
}

.btnDetails {
    color: #500D16;
    padding: 6px 10px;
    text-decoration: none;
    border: 1px solid #500D16;
    transition: all .5s ease;
}

.item:hover .btnDetails {
    color: #fff;
    border: 1px solid #fff;
}

.itemText p {
    margin: 20px 0;
}

#parallax {
    background: linear-gradient(
                rgba(0,0,0,.7),
                rgba(0,0,0,.7)
                ),
                url('../img/parallax.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    text-align: center;
}

#parallax p {
    color: #fff;
    font-size: large;
}

.engineTop {
    text-align: center;
}

.engineTop p {
    font-size: large;
}

.engineContainer {
    position: relative;
    width: 100%;
}

.imageOver {
    display: block;
    width: 100%;
    height: auto;
}

.engineOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    background-color: rgba(80,13,22, .7);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.engineContainer:hover .engineOverlay {
    width: 100%;
}

.engineText {
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: underline;
}

.engineOverlay2 {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: rgba(80,13,22, .7);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.engineText a {
    color: #fff;
    text-decoration: none;
}
    
.engineContainer:hover .engineOverlay2 {
    width: 100%;
    left: 0;
}

.footerItem .container {
    justify-content: space-between;
}

footer {
    background: #000;
    text-align: center;
}

.footerItem {
    padding: 20px;
}

.footerItem ul {
    margin-top: -50px;
}


.footerItem img {
    height: 165px;
    opacity: .99;
    width: 400px;
    margin-bottom: 50px;
    margin-top: -50px;
}

footer h3 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 8px;
    margin-bottom: 100px;
}

.footerItem h5 {
    color: #fa0404;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 35px;
    text-align: center;
}

.footerItem .locLink {
    position: relative;
    bottom: -165px;
    left: -70px;
}

.footerItem .phoneLink {
    position: relative;
    bottom: -73px;
    left: -85px;
}

footer p {
    color: #f5f5f5;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 10px;
    text-align: center;
}

footer .fa {
    font-size: 30px;
    color: #ff0000;
    line-height: 50px;
    transition: .3s ease;
}

footer .fa:hover {
    color: #fff;
}

footer p {
    color: #95a5a6;
    line-height: 20px;
}

.footerLinks li a {
    text-decoration: none;
    text-align: center;
    color: #d3d3d3;
    font-size: 23px;
    transition: .3s ease;
    letter-spacing: 3px;
}

.footerLinks a:hover {
    color: #fff;
    text-decoration: underline;
}

.socialLinks {
    margin-bottom: 80px;
}

.socialLinks li {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: -13px;
}

/*  BİKES SETTİNGS */

#bikesSlider {
    height: 250px;
    background: url('../img/y1.jpg') center center no-repeat;
    background-size: cover;
}

#bikesCaption {
    height: 250px;
    background: rgba(0,0,0, .5);
}

#inspect {
    background-color: #f5f5f5;
}

.inspectTop {
    text-align: center;
}

.inspectBody .col2 {
    display: flex;
}

.inspectİmage {
    width: 40%;
}

.inspectİmage img {
    width: 100%;
    height: auto;
}

.inspectText {
    width: 60%;
    padding-left: 10px;
}

.date {
    color: #333;
    font-size: 12px;
    font-style: italic;
}

h4 {
    color: #550d16;
    font-size: 14px;
    font-weight: bold;
}

.inspectText a {
    float: right;
    text-decoration: none;
    color: #550d16;
}

.inspectText a:hover {
    text-decoration: underline;
}

.projectXTop {
    text-align: center;
}

#projectX .containerFluid {
    height: 500px;
    background: url('../img/y2.jpg') center center no-repeat;
    background-size: cover;
}

.captionPX {
    display: flex;
    background: rgba(0,0,0, .3);
    width: 100%;
    height: 500px;
}

.projectXİnfo {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: 5%;
    padding-right: 5%;
    transform: translate(-50%, -50%);
}

.projectXTitle {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #6e8081;
}

.projectXBTN {
    background-color: #550d16;
    cursor: pointer;
    color: #fff;
    padding: 20px 40px;
    border: none;
    margin-top: 20px;
    transition: all .5s ease;
}

.projectXBTN:hover {
    background-color: #fff;
    color: #500d16;
}

.projectXText {
    color: #fff;
}

.projectXHighlight {
    display: inline-block;
    background-color: #550d16;
    padding: 30px;
}

.containerFluid .col2 {
    padding: 0;
}

.projectXDetail li {
    color: #fff;
}

/* ABOUT SETTİNGS */

#aboutSlider {
    height: 250px;
    background: url('../img/a.jpg') center center no-repeat;
    background-size: cover;
}

#aboutCaption {
    height: 250px;
    background: rgba(0,0,0, .5);
}

#ourHistory {
    background-color: #f5f5f5;
}

.ourHistoryTop {
    text-align: center;
}

.ourHistoryBody .containerFluid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ourHistoryBody .col2 {
    display: flex;
}

.ourHistoryDate {
    flex: 1;
    text-align: center;
    background-color: #500d16;
    color: #fff;
}

.ourHistoryDate p{
    font-size: 30px;
    letter-spacing: 2px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ourHistoryİmage {
    flex: 2;
}

.ourHistoryİmage img {
    width: 100%;
    height: 100%;
}

.ourHistoryText {
    flex: 3;
    margin-left: 10px;
}

.ourHistoryText p {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.teamTop {
    text-align: center;
}

.teamBody .containerFluid {
    display: flex;
    width: 100%;
}

.teamMember {
    position: relative;
    width: 100%;
}

.teamMemberİmg {
    display: block;
    width: 100%;
    height: 100%;
}

.teamMemberOverLay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    background-color: #550d16;
    transition: .5s ease;
}

.teamMember:hover .teamMemberOverLay {
    opacity: 0;
}

.teamMember:hover .teamMemberİnfo {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.teamTitle {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}

.teamMemberİnfo {
    color: #fff;
    background-color: rgba(80, 13, 22, .7);
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s ease;
    padding: 20px;
    text-align: center;
    width: 100%;
    
}

.memberSocialLinks {
    text-align: center;    
}

.memberSocialLinks li {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}

.memberSocialLinks .fa {
    color: #fff;
}

/* CONTACT SETTİNGS */

#contactSlider {
    height: 250px;
    background: url('../img/s1.jpg') center center no-repeat;
    background-size: cover;
}

#contactSlider1 {
    height: 250px;
    background: url('../img/s2.jpg') center center no-repeat;
    background-size: cover;
}

#contactCaption {
    height: 250px;
    background: rgba(0,0,0, .5);
}

#gallery {
    background-color: #f5f5f5;
}

.galleryTop {
    text-align: center;
}

.gallerySlider {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.gallerySliderİtem {
    width: 300%;
    position: relative;
    left: 0;
    animation: slideAnimation 30s infinite;
}

.gallerySliderİtem img {
    width:  33.33%;
    float: left;
    height: auto;
}

#gallery1 {
    background-color: #f5f5f5;
}

.galleryTop1 {
    text-align: center;
}

.gallerySlider1 {
    overflow: hidden;
    width: 75%;
    margin: 0 auto;
}

.gallerySliderİtem1 {
    width: 300%;
    position: relative;
    left: 0;
    animation: slideAnimation 20s infinite;
}

.gallerySliderİtem1 img {
    width:  33.33%;
    float: left;
    height: auto;
}

@keyframes slideAnimation {
    0% {left: 0; }
    25% {left: -100%; }
    50% {left: -200%; }
    75% {left: -100%; }
    100% {left: 0; } 
}

.contactTop {
    text-align: center;
    padding-bottom: 15px;
    font-size: 20px;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
}

.contactForm { 
    margin: 0 auto;
    width: 60%;
}
.formİtem {
    margin-bottom: 10px;
    width: 100%;
}

.formShape {
    color: #fff;
    float: left;
    background: #121212;
    padding: 8px;
    width: 8%;
    text-align: center;
    border-radius: 6px;
}

.formField {
    color: #000000;
    background: #ffffff;
    border-radius: 4px;
    padding: 15.5px;
    width: 92%;
    display: block;
    font-size: 14px;
}

.formBtn {
    display: block;
    border: none;
    background-color: #000000;
    color: #fff;
    padding: 12px 25px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    font-size: 16px;
}

.formBtn:hover {
    background: #560d16; 
}

/* MEDİA QUERİES */

@media screen and (max-width: 960px) {
        .caption h1 {
        font-size: 32px;
        letter-spacing: 2px;
    }
    
    footer .fa {
        font-size: 24px;
    }
    
    footer h3 {
        font-size: 16px;
    }
    
    .inspectBody .container {
        flex-direction: column;
    }
    
    .inspectBody .container .col2 {
        width: 100%;
    }
    
    .ourHistoryBody .col2 {
        flex-direction: column;
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
    }    
}

@media screen and (max-width: 720px) {
    header .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    header .logo {
        margin: 0 auto;
    }
    
    .caption h1 {
        font-size: 28px;
        letter-spacing: 2px;
    }
    
    .featuresBody .container {
        flex-direction: column;
    }
    
    .featuresBody .container .col3 {
        width: 80%;
        margin: 0 auto;
    }
    
    .engineBody .container {
        flex-direction: column;
    }
    
    .engineBody .container .col2 {
        width: 80%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
    }
    
    footer .container {
        flex-direction: column;
    }
    
    footer .container col3 {
        width: 100%;
    }
    
    .sectionHeader {
        font-size: 24px;
    }
    
    .inspectBody .container .col2 {
        padding: 0;
        padding-right: 0;
    }
    
    .teamMemberİnfo {
        font-size: 14px;
        padding: 10px;
    }
    
    .teamTitle {
        font-size: 14px;
    }
    
    .formShape {
        display: none;
    }   
}

@media screen and (max-width: 540px) {
    .caption h1 {
        font-size: 20px;
    }
    
    .featuresBody .container .col3 {
        width: 100%;
        margin: 0 auto;
    }
    
    .engineBody .container .col2 {
        width: 101%; 
    }
    
    .sectionHeader {
        font-size: 20px;
    }
    
    .contactForm {
        width: 80%;
    }
}
    


@media only screen and (min-width: 100px) and (max-width: 950px) {
    footer .container .col3 {
        text-align: center;
        width: 100%;
    }
    
    .footerItem img {
        width: 100%;
    }
    
    .engineBody .container .col2 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
    }
    
    .gallerySlider1 {
    overflow: hidden;
    width: 75%;
    margin: 0 auto;
}
    
    .gallerySliderİtem1 {
    width: 300%;
    position: relative;
    left: 0;
    animation: slideAnimation 20s infinite;
}

.gallerySliderİtem1 img {
    width:  33.33%;
    float: left;
    height: auto;
}
    
}





















