/* GENERAL SETTINGS */

@font-face{
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf');
}

body{
    background: #FFF;
    color: #3F3F3F;
    font: 14px / 28px arial;
    font-family: 'Raleway';
}

h1 {
    font-size: 52px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.sectionHeader {
    background: #550D16;
    border-bottom: 6px solid #550D16;
    height: 60px;
    color: #fff;
    display: inline-block;
    line-height: 60px;
    font-size: 24px;
    padding: 5px 40px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

h3 {
    font-family: 'Bangers', cursive;
    font-size: 25px;
    color: #550D16;
    transition: all .5s ease;
}

/* GRID SETTINGS */

.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;
}

.col4 {
    flex-grow: 1;
    width: 25%;
}

.col1 {
    flex-grow: 1;
    width: 100%;
    padding: 20px;
}

.sectionArea {
    padding: 80px;
}

.sectionArea2 {
    padding: 20px;
}

.sectionArea3 {
    padding: 20px;
}

/* HOME SSETTINGS */

header .logo{
    margin-right: auto;
}

header .logo img{
    display: block;
    height: 70px;
}

.menu li{
    float: left;
}

.menu li a{
    padding: 27px 17px;
    display: block;
    text-decoration: none;
    letter-spacing: 1px;
    color: #333;
    transition: all .5s ease;
}

/* .menu li a:last-child {
    padding-right: 0;
} */

.menu li:hover a {
    background: #550D16;
    color:white;
}

#mainSlider {
    height: 500px;
    background: url('../image/paraliaxpizza.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:white;
}

.featuresTop {
    text-align: center;
}

.item {
    padding: 10px 20px;
}

.itemHakkimizda {
    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 #550D16;
}

.itemHakkimizda .itemTextHakkimizda {
    padding: 50px;
    border: 1px solid #550D16;
}

.item:hover .zoom img {
    transform: scale(1.25);
}

.item:hover h3 {
    color: #fff;
}

.item:hover .itemText {
    background: #550D16;
    color: #fff;
    transition: all .5s ease;
}

.btnDetails {
    color: #550D16;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #550D16;
    transition: all .5s ease;
}

.item:hover .btnDetails {
    color: #fff;
    border: 1px solid #fff;
}


.itemText p {
    font-family: 'Libre Baskerville', serif;
    margin: 20px 0;
}

.itemTextHakkimizda p {
    font-family: 'Libre Baskerville', serif;
    margin: 20px 0;
}


#paraliax {
    background: url('../image/hd1.jpg');
    background: linear-gradient(
                rgba(0,0,0,.7),
                rgba(0,0,0,.7),   
                );
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    text-align: center;
    
}

#paraliax p {
    color: #FFF;
}

.engineTop {
    text-align: center;
}

.engineContainer {
    position: relative;
    width: 100%;
}

.imageOver {
    display: block;
    width: 100%;
    height: auto;
}

.engineOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #550D16;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.engineOverlay2 {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #550D16;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.engineContainer:hover .engineOverlay {
    width: 100%;
}

.engineContainer:hover .engineOverlay2 {
    width: 100%;
    left: 0;
}

.engineText {
    white-space: nowrap; /* yazı yan yana gelsin diye */
    color: #FFF;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer {
    background: #550D16;
    text-align: center;   
}

.footerItem {
    padding: 20px;
}


.footerItem img {
    height: 100px;
    width: 100px;
    /* opacity: .5; */
}

.footerItem img:hover {
    transition: all .5s ease;
    transform: scale(1.25);
}

footer h3 {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

footer .fab {
    font-size: 30px;
    color: #95a5a6;
    line-height: 50px;
    transition: .3s ease;
}

footer .fab:hover {
    color: #FFF;
}

footer p {
    padding: 10px;
    color: #95a5a6;
    line-height: 20px;
}

.footerLinks a {
    text-decoration: none;
    color: #95a5a6;
    letter-spacing: 2px;
    transition: .3s ease;
}

.footerLinks a:hover {
    color: #FFF;
    text-decoration: underline;
}

.socialLinks li {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.tel  {
    font-size: 25px;
    font-family: PizzaPress, sans-serif;
    color: #95a5a6;
    text-decoration: none;
}

/* PİZZA SAYFASI İÇİN STYLE */

#pizzaSlider {
    height: 250px;
    background: url('../image/hd1.jpg') center center no-repeat;
    background-size: cover;
}


#pizzaCaption {
    height: 250px;
    background: rgba(0,0,0,.5);
}

/* KAMPANYA SAYFASI İÇİN SLİDER STYLE */

#kampanyaSlider {
    height: 250px;
    background: url('../image/hd2.jpg') center center no-repeat;
    background-size: cover;
}


#kampanyaCaption {
    height: 250px;
    background: rgba(0,0,0,.5);
}

/* Hakkimizda Sayfası için slider */

#hakkimizdaSlider {
    height: 250px;
    background: url('../image/hd4.jpg') center center no-repeat;
    background-size: cover;
}


#hakkimizdaCaption {
    height: 250px;
    background: rgba(0,0,0,.5);
}

/* W3 SCHHOOLS STYLE */
.new-display-topleft{position:absolute;left:0;top:0}
.new-display-topright{position:absolute;right:0;top:0}
.new-display-bottomleft{position:absolute;left:0;bottom:0}
.new-display-bottomright{position:absolute;right:0;bottom:0}
.new-tag{background-color:#550D16;color:#fff;display:inline-block;padding-left:10px;padding-right:10px;text-align:center;font-size:25px;font-family: 'Permanent Marker', cursive;}
.price-tag{background-color:#550D16;color:#fff;display:inline-block;padding-left:20px;padding-right:20px;text-align:center;font-size:25px;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}

/* RESPONSİVE AYARLARI */

@media screen and (max-width: 960px){
    .caption h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}

@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: 30px;
        letter-spacing: 2px;
    }

    footer .fab {
        font-size: 20px;
    }

    footer h3 {
        font-size: 16px;
    }

    .featuresBody .container {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .featuresBody .container .col3 {
        flex-direction: column;
        width:100%;
    }

    .featuresBody .container .col4 {
        flex-direction: column;
        width:100%;
    }

    .engineBody .container {
        flex-direction: column;
    }

    .engineBody .container .col2 {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {

    .caption h1 {
        font-size: 20px;
        letter-spacing: 0px;
    }
}