@font-face {
    font-family: "malloryBlack";
    src: url("MalloryBlack.ttf");
}
*:focus {
    outline: none;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: none!important;
}
body {
    font-family: 'Martel Sans', sans-serif;
}

.container {
    max-width: 1400px;
    margin:0 auto;
}

header.header {
    width:100%;
    height: 100vh;
    background: url("https://liftinteractive.com/static/video/banner.3b4d37a6ca54.webm") no-repeat;
    background-size: cover;
}
header.header video, .hero-img {
    position:absolute;
    z-index:0;
    width:100%;
    height:100vh;
    object-fit:cover
}
header.header .header-flex {
    z-index: 24;
    height:100%;
    display: flex;
    align-items:center;
    justify-content: space-between;
}

/* NAV LOGO */
.navLogo {
    position:fixed;
    top:0;
    left:0;
    z-index: 37;
    width:68px;
    height:68px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all 450ms;
}
.navLogo img {
    width:40px;
    height:41px;
}

/* NAV MENU */
.navMenu {
    position:fixed;
    z-index:33;
    background:url("../images/navMenuBg.png");
    width:100%;
    height:100vh;
    transition:all 100ms;
    right:-500px;
}
.navMenuButton {
    width:80px;
    height:60px;
    background-color:#b0134c;
    right:0;
    top:0;
    position: fixed;
    z-index:35;
    cursor: pointer;
}

/* Cizgiler */
.navMenuButton span {
    transition:all 300ms;
}
.navMenuButton span:nth-child(1){
    display:block;
    width:40px;
    height:0.5px;
    background-color:#fff;
    position: absolute;
    top:20px;
    left:20px
}
.navMenuButton span:nth-child(2){
    display:block;
    width:40px;
    height:0.5px;
    background-color:#fff;
    position: absolute;
    top:30px;
    left:20px
}
.navMenuButton span:nth-child(3){
    display:block;
    width:40px;
    height:0.5px;
    background-color:#fff;
    position: absolute;
    top:40px;
    left:20px
}

/* navMenuOpen */
.navMenuOpen span:nth-child(1){
    display:block;
    width:40px;
    height:0.5px;
    background-color:#fff;
    position: absolute;
    top:31px!important;
    left:20px;
    -webkit-transform: translateY(-1px) rotate(35deg);
    transform: translateY(-1px) rotate(35deg);
}
.navMenuOpen span:nth-child(3){
    display:block;
    width:40px;
    height:0.5px;
    background-color:#fff;
    position: absolute;
    top:31px!important;
    left:20px;
    -webkit-transform: translateY(-1px) rotate(-35deg);
    transform: translateY(-1px) rotate(-35deg);
}


/* NAV MENU ----------------*/

/* Header Left */
.header-left {
    z-index: 0;
}
/* Logo */
.header-left .logo a img {
    font-size:20px;
    text-decoration: none;
    color:#fff;
    max-width: 160px;
    font-weight: bold;
}

/* Title */
.header-left .banner h1 {
    font-size: 78px;
    font-weight: 400;
    color:#fff;
    line-height:1.2;
}

/* Header Top */
.header-top-container {
    display:flex;
    background-color:rgba(0,0,0,0.8);
    width:100%;
    padding-top:7px;
    padding-bottom:7px;
    padding-left:15px;
    box-sizing:border-box;
    height:80px
}
.header-top-logo {
    width:197px;
}
.header-top-logo img {
    width:100%
}

.header-menu > ul {
    display:flex;
    height:41px;
    align-items:center;
}
.header-menu > ul > li {
    list-style:none;
    position: relative;
}
.header-menu > ul > li > a {
    font-size:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 35px;
    background-color:#333333;
    font-weight:600;
    text-shadow:1px 1px 11px #d2d2d2;
    height:82px;
    color:#fff;
    border-top:4px #2a2a2a solid;
    transition:all 300ms;

}
.header-menu > ul > li > a:hover {
    border-top:4px #b0134c solid;
    color:#b0134c;
    background-color:#fff;
}



.header-menu > ul > li .dropdown{
    position: absolute;
    top:60px;
    background-color:#b0134c;
    padding:10px;
    z-index:10;
    width:200px;
    opacity:0;
    visibility: hidden;
    transition:all 250ms;
    border-radius:0 0 10px 10px;
    box-shadow:0 0 10px #580926;

}
.header-menu > ul > li .dropdown li {
    list-style:none;
}
.header-menu > ul > li .dropdown li a {
    font-size:15px;
    color:#fff;
    padding:5px 15px;
    display:block;
    transition:all 250ms;
}
.header-menu > ul > li .dropdown li a:hover {
    background-color:#60142f;
}

.header-menu > ul > li:hover > .dropdown {
    opacity:1;
    visibility:visible;
    top:80px;
}



/* Typing Effect Text */
#type {
    font-family: 'Paytone One', sans-serif;
    font-size: 78px;
    font-weight: 800;
    color:#52c3b6;
    position: relative;
    text-transform: uppercase;
    margin-top:-55px;
    
}
#type span:nth-child(1){
    margin-left:3px;
}
#type span:nth-child(2){
    position: absolute;
    left:0;
    top:6px;
    color:transparent;
    border-left:2px #fff solid
}

/* SECTION-1 KISA ACIKLAMA */
.section-1 {
    background-color:#fff;

}
    /* Kisa Aciklama */
    .kisa-aciklama {
        color:#333;
        font-weight:200;
        line-height:1.5;
        font-size:26px;
        max-width:600px;
        margin-top:140px;
        margin-bottom:20px;
    }
    /* Cizgi */
    .kisa-aciklama span {
        max-width:40px;
        height:1px;
        background-color:#dfdfdf;
        display:block
    }

/* SECTION-2 HIZMETLER */
.section-2 {
    background-color:#fff;

}
    /* Title */
    .section-2-title {
        margin-top:100px;
        max-width: 600px;
    }
    .section-2-title h2 {
        color:#333;
        font-weight:600;
        letter-spacing:1.98px;
        text-transform: uppercase;
        line-height: 1.2;
        font-size:26px;
    }
    .section-2-title span {
        max-width:40px;
        height:1px;
        background-color:#dfdfdf;
        display:block;
        margin-bottom:30px;
    }
    .section-2-title p {
        margin:0 0 20px;
        line-height:28px;
        font-size:20px;
        color:#666;
        font-weight:200;
    }

    /* Hizmetler */
    .section-2-hizmetler {
        display:flex;
        padding:20px;
    }

    /* Hizmet */
    .hizmet {
        padding:20px;
        width:100%;
        height:100%;
    }
    .hizmet a {
        text-decoration: none;
    }
    .hizmet img {
        width:100%;
    }
    .hizmet img:hover {
        transform:scale(1.1);
    }
    .hizmet h2, .hizmet p {
        padding-left:20px;
        padding-right:20px;
    }
    .hizmet h2 {
        padding-bottom: 5px;
        font-size:20px;
        font-weight:400;
        letter-spacing: 1.98px;
        color:#333;
    }
    .hizmet p {
        margin-top:-15px;
        font-size:14px;
        color:#999;
        line-height:1.5;
    }

    /* View More */
    .view-more a{
        display: block;
        color:#b0134c;
        text-decoration:none;
        text-align:center;
        font-size:18px;
        max-width:200px;
        margin:20px auto;
        position: relative;
        cursor: pointer;
        transition:all 250ms;
        letter-spacing: 1.98px;
        font-weight:200;
    }
    .view-more a span {
        display:block;
        position: absolute;
        width:200px;
        height:2px;
        bottom:-1px;
        background-color:#b0134c;
        z-index:0;
        transition:all 250ms;
    }
    .view-more a span:hover {
        height:10px;
    }
    .view-more-active {
        background-image: linear-gradient(to bottom, #b0134c, #b0134c, #b0134c, #b0134c, #b0134c, #e6417d, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    /* view more 2*/
    .view-more2 {
        text-align:center;
        margin-top:80px;
    }
    .view-more2 h3 {
        font-weight: 200;
        color:#666666
    }
    .view-more2 a{
        display: block;
        color:#b0134c;
        text-decoration:none;
        text-align:center;
        font-size:18px;
        max-width:200px;
        margin:20px auto;
        position: relative;
        cursor: pointer;
        transition:all 250ms;
        letter-spacing: 1.98px;
        font-weight:200;
    }
    .view-more2 a span {
        display:block;
        position: absolute;
        width:200px;
        height:2px;
        bottom:-1px;
        background-color:#b0134c;
        z-index:0;
        transition:all 250ms;
    }
    .view-more2 a span:hover {
        height:10px;
    }
    .view-more2-active {
        background-image: linear-gradient(to bottom, #b0134c, #b0134c, #b0134c, #b0134c, #b0134c, #475dea, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

/* Markalar */
.markalar {
    margin-top:60px;
    margin-bottom:40px;
}
.marContainer {
    display:flex;
}
.markalar a {
    display:block;
    background-color:#f8f8f8;
    width: 240px;
    padding:0 60px;
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:20px;
}

.markalar a img {
    max-width: 150px;
    max-height:70px;
}

/* Slogan IMG */
.slogan-img {
    max-width:1100px;
    margin:0 auto;
    margin-top:120px;
}
.slogan-img img {
    width:100%;
    border-radius:5px;
}

/* İŞİMİZİ SEVİYORUZ */
.isimizi-seviyoruz {
    display: flex;
    align-items:center;
    width:100%;
    justify-content: space-evenly;
    margin-top:140px;
    
}
.isimizi-seviyoruz-left {
    width:40%;
}
.isimizi-seviyoruz-right {
    width:35%;
}
.isimizi-seviyoruz-left h2 {
    font-size:40px;
    color:#bf154a;
    font-family: 'Sarabun', sans-serif;
    text-shadow:1px 1px 10px #ffc0ce;
}
.isimizi-seviyoruz-left p {
    font-size:20px;
    line-height:30px;
    background-color:#fff9f9;
    padding:10px;
    color:#333
}
.isimizi-seviyoruz-left a {
    font-size:24px;
    color:#fff;
    background:#bf154a;
    padding:10px 15px;
    border-radius:8px;
    display:block;
    margin-top:20px;
    max-width:140px;
    height:30px;
    line-height:33px;
    font-family: 'Sarabun', sans-serif;
    text-align:center;
}
.isimizi-seviyoruz-right img {
    width:100%;
}

/* ANASAYFA HİZMETLER */
.anasayfa-hizmetler {
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:100px;
    background-color:#b0134c;
    padding-bottom:30px;
}

.anasayfa-hizmetler h2 {
    font-size:36px;
    font-family: 'Sarabun', sans-serif;
    margin-bottom:40px;
    color:#fff;

}

.anasayfa-hizmetler ul {
    display:flex;
    align-items:center;
    justify-content:center;
    width:90%;
}
.anasayfa-hizmetler ul li a {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#333
}
.anasayfa-hizmetler ul li {
    margin-right:30px;
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    background-color:#fff;
    padding:20px 30px;
    border-radius:30px;
    transition:all 350ms;
    border:2px #fff3f3 solid;
    box-shadow:3px 3px 7px #7e1139;
    width:280px;
}
.anasayfa-hizmetler ul li:last-child{
    margin-right:0;
}
.anasayfa-hizmetler ul li:hover {
    transform:scale(1.1);
    background:#fff;
    border:2px #7e1139 solid
}

.anasayfa-hizmetler ul li h3 {
    text-align:center;
    font-size:17px;
    font-family: 'Sarabun', sans-serif;
    margin-bottom:-10px;
    background-color:#fcd16d;
    color:#91732d;
    padding:10px 20px;
    height:40px;
    display:flex;
    align-items:center;
    border-radius:20px;
    text-shadow:0 0 10px #b99644;
    box-shadow:0 0 3px #fcd16d;
}
.anasayfa-hizmetler ul li p {
    font-size:16px;
    font-family: 'Sarabun', sans-serif;
}

/* ANIMATIONS */
@keyframes fadeInToRight {
    from{
        transform: translateX(-40px);
    }
    to {
        transform: translateX(0px);
    }
}


/* HIZMET LISTE */
.section-hizmet-index {
    display:flex;
    justify-content:center;
    flex-wrap: wrap;
}
.hizmet-liste {
    max-width:450px;
    margin:10px
}
.hizmet-liste img {
    width:100%;
}
/* Title */
.hizmet-liste-title {
    padding:0 20px;
}
.hizmet-liste-title h2 {
    font-weight:400;
    letter-spacing:0.5px;
    font-size:22px;
    color:#333;
    margin-bottom:-10px;
}
.hizmet-liste-title p {
    color:#b0134c;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
}
