﻿/*******************************************
 * VOZGO BİLİŞİM HİZMETLERİ A.Ş.
 * VİSTA GÖKTÜRK için TESCİLLİ UI/UX ÇALIŞMASI
 * KOPYALANMASI, TAKLİT EDİLMESİ TESCİLLİ OLMASI SEBEBİ İLE YASAKTIR.
 * İLETİŞİM : 0216 606 0404
 * https://www.vozgo.com
*******************************************/

.leaf-left {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99999;
    width: 300px;
    pointer-events: none;
}

.leaf-right {
    position: absolute;
    right: 0px;
    top: 120px;
    z-index: 99999;
    width: 200px;
    pointer-events: none;
}

.header-fluidcontainer {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    margin: 0;
    padding-top: 20px;
}

.section1-fluidcontainer {
    padding-top: 300px;
    background: url(../images/hakkimizda/section1-pic.png) no-repeat;
    background-size: calc(50vw) !important;
    background-position-y: bottom;
}

.section1-slogan-playfair {
    font-family: 'Playfair Display', serif;
    font-weight: bolder;
    font-size: 60px;
    color: #ca984d;
    margin-top: -25px;
}

.section1-bottompic {
    width: 200px;
}

.section2-fluidcontainer {
    padding: 150px 0;
    background: url(../images/hakkimizda/section2-pic.png) no-repeat;
    background-size: calc(50vw);
    background-position-y: bottom;
    background-position-x: right;
}

.section2-slogan-playfair {
    font-family: 'Playfair Display', serif;
    font-weight: bolder;
    font-size: 60px;
    color: #ca984d;
    margin-top: -25px;
    margin-left: 35px;
}

@media (max-width: 767.98px) {
    .section1-fluidcontainer {
        padding-top: 0px;
        background: unset;
    }
    .section1-slogan-playfair {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .section1-desc {
        font-size: 14px;
    }
    .section2-fluidcontainer {
        padding-top: 0px;
        padding-bottom: 40px;
        background: unset;
    }
    .section2-slogan-playfair {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .section2-desc {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #leafleft {
        width: 100px !important;
    }
    #leafright {
        width: 100px !important;
    }
    .leaf-left {
        width: 150px;
    }
    .leaf-right {
        width: 165px;
        top: 150px;
    }
    .section1-fluidcontainer {
        padding-top: 40px;
        background: unset;
    }
    .section1-slogan-playfair {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .section1-desc {
        font-size: 14px;
    }
    .section2-fluidcontainer {
        padding-top: 0px;
        padding-bottom: 40px;
        background: unset;
    }
    .section2-slogan-playfair {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .section2-desc {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #leafleft {
        width: 100px !important;
    }
    #leafright {
        width: 100px !important;
    }
    .leaf-left {
        width: 150px;
    }
    .leaf-right {
        width: 165px;
        top: 150px;
    }
    .section1-fluidcontainer {
        padding-top: 220px;
    }
    .section1-slogan-playfair {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .section1-desc {
        font-size: 14px;
    }
    .section1-bottompic {
        display: none;
    }
    .section2-fluidcontainer {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .section2-slogan-playfair {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .section2-desc {
        font-size: 14px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    #leafleft {
        width: 100px !important;
    }
    #leafright {
        width: 100px !important;
    }
    .leaf-left {
        width: 150px;
    }
    .leaf-right {
        width: 165px;
        top: 150px;
    }
    .section1-fluidcontainer {
        padding-top: 220px;
    }
    .section1-slogan-playfair {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .section1-desc {
        font-size: 14px;
    }
    .section2-fluidcontainer {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .section2-slogan-playfair {
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .section2-desc {
        font-size: 14px;
    }
}

@media (min-width: 1400px) {}

@media (min-width: 1800px) {
    .section2-fluidcontainer {
        background-size: calc(40vw)
    }
}