﻿
:root {
    --mobil-buton-1-background: #3b8608;
    --mobil-buton-1-color: white;
    --mobil-buton-2-background: #674261;
    --mobil-buton-2-color: white;
    --mobil-buton-3-background: #1071b6;
    --mobil-buton-3-color: white;
    --mobil-buton-4-background: #900666;
    --mobil-buton-4-color: white;
    --mobil-buton-5-background: #3f3f3f;
    --mobil-buton-5-color: white;
}

.discus-mobil-bottom .col:nth-child(1) a {
    background-color: var(--mobil-buton-1-background);
}

.discus-mobil-bottom .col:nth-child(2) a {
    background-color: var(--mobil-buton-2-background);
    color: var(--mobil-buton-2-color);
}

.discus-mobil-bottom .col:nth-child(3) a {
    background-color: var(--mobil-buton-3-background);
    color: var(--mobil-buton-3-color);
}

.discus-mobil-bottom .col:nth-child(4) a {
    background-color: var(--mobil-buton-4-background);
    color: var(--mobil-buton-4-color);
}

.discus-mobil-bottom .col:nth-child(5) a {
    background-color: var(--mobil-buton-5-background);
    color: var(--mobil-buton-5-color);
}

/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    body{
        margin-bottom: 50px;
    }
    .table {
        max-height: calc(100vh - 150px);
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {  }

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {  }

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {  }

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {  }

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/* Example
// Apply styles starting from medium devices and up to extra large devices*/
@media (min-width: 768px) and (max-width: 1199.98px) {  }

    .discus-body{
        padding-top:30px;
        padding-bottom:30px;
    }
    .discus-body .row{
        margin-bottom:30px;
    }
    .discus-body .row:last-child {
        margin-bottom: 0px !important;
    }
   .discus-body .row .col-md-4 {
    padding-bottom: 30px;
}
.discus-header {
    padding: 3px 0px;
    background-color: #53b957;
}

.discus-header {
    background-color: #c8aa71;
    padding: 5px 0px !important;
}

.discus-footer-bot {
    font-size: 12px;
    background-color: #1b1717;
    padding: 6px 0px;
}

.discus-bg-full {
    padding-top: 20px !important;
    padding-right: 30px;
    padding-bottom: 120px;
    padding-left: 30px;
}

.btn-primary {
     color: #fff !important;
    background-color: #f68220 !important;
    border-color: #e06701 !important;
}

.discus-header .btn-outline-secondary {
    color: #939597 !important;
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
}
.navik-menu ul li.current-menu > a, .navik-menu ul li:hover > a {
    color: #4c4c4c;
 
}

.discus-card-custom-img {
    background-color: #c8aa71;
    width: 100%;
    height: 182px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.card-body {
    padding: 0.5rem !important;
}
.discus-footer-karayel img {
    height: 17px;
}

.discus-footer-logo {
    padding: 0px;
    max-width: 240px;
    max-height: 210px;
}


h2.discus-title {
    margin-bottom: 12px !important;
}

.discus-header .btn-outline-secondary {
    color: #fff;
    background-color: #643523;
    border-color: #643523;
}

a {
    color: #1b1717;
}

@media (max-width: 767px)
{
.mobilkara {
    position: fixed;
    z-index: -1;
    bottom: 50px;
}
.mobilkara img {
    width: 60%;
    margin: 10px auto;
}
}

.breadcrumb {
     background-color: transparent !important;
}

.jumbotron {
    background-color: #f7f7f7 !important;
}

.table td, .table th {
    border: 1px solid #dee2e6 !important;
}

.table{
    background-color: #f3f2f2;
}

.navik-menu.separate-line > ul > li > a {
    padding: 0 15px;
}


    /* Siteye göre değiştirilebilecek alanlar */
    .mobile-button {
         height: 100%; 
    }
    a.discus-mobil-buton-title {
        height: 38px;
    }
    
    i.fas.fa-5x {
        color: #f24941;
        font-size: 35px;
    }
.mobile-button {
    border: 4px solid #fff;
    background: #c9aa71;
}

    .breadcrumb-item span{
        font-size:9px;
    }


    .discus-only-title a.discus-only-link span {
    font-size: 18px !important;
    letter-spacing: 3px !important;
    }
    /* Siteye göre değiştirilebilecek alanlar */

    .form-control {
         margin: 10px;
     }

    @media (max-width: 1200px){
    .navik-menu > ul > li > a {
    border-bottom: 1px solid #ccc;
}}

/*-----------------------
	video part
-------------------------*/

.video-section-full-v2 {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    margin-bottom: 70px;
}

    .video-section-full-v2:after {
        position: absolute;
        content: '';
        left: 0px;
        top: -40px;
        width: 40%;
        height: calc(100% + 80px);
        background-color: #f07c00;
        z-index: -1;
    }

.video-section-full {
    padding: 60px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom: -120px;
    margin-top: -100px;
}

.video-section-full-v2 .video-section-full {
    padding: 150px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom: 0px;
    margin-top: 0px;
    margin-left: 40px;
}




.video-section-full .overlay-main {
    z-index: -1;
}

.video-section-full:after,
.video-section-full:before,
.video-section-inner:after,
.video-section-inner:before {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.video-section-full:after {
    width: 30px;
    height: 2px;
    left: 20px;
    top: 20px;
}

.video-section-full:before {
    width: 2px;
    height: 30px;
    left: 20px;
    top: 20px;
}

.video-section-full:hover:after {
    width: 100%;
}

.video-section-full:hover:before {
    height: 100%;
}


.video-section-inner:after {
    width: 30px;
    height: 2px;
    right: 20px;
    bottom: 20px;
}

.video-section-inner:before {
    width: 2px;
    height: 30px;
    right: 20px;
    bottom: 20px;
}

.video-section-full:hover .video-section-inner:after {
    width: 100%;
}

.video-section-full:hover .video-section-inner:before {
    height: 100%;
}



.video-section {
    position: relative;
    z-index: 1;
    margin-right: 31px;
}

.video-section-content {
    display: table;
    padding: 30px 0px;
    width: 100%
}

.video-section-left {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}

.video-section-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

    .video-section-right a {
        color: #fff;
    }

        .video-section-right a:hover {
            color: #0054a6;
        }

.video-section-left .play-now {
    position: absolute;
    left: 27%;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
}

@media only screen and (max-width:991px) {
    .video-section-full {
        padding: 60px 40px;
        bottom: 0px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .video-section-full {
        width: 100%;
        margin-bottom: 15px;
    }

    .video-section-full-v2 .video-section-full {
        margin-left: 0px;
    }
}

/*____About us
=========================*/

.m-about {
    position: relative;
    z-index: 2;
}

    .m-about:after {
        content: "";
        position: absolute;
        width: 75%;
        height: 75%;
        background-color: #0054a6;
        left: 0px;
        top: 18%;
        z-index: -1;
    }

.m-about-years {
    display: inline-block;
    padding: 20px;
    border-left: 10px solid #0054a6;
}

.m-about .item {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .0.4);
    margin: 50px;
}

.large-title-info {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
}

@media only screen and (max-width:767px) {
    .m-about {
        margin: 0px 0px 0px 50px;
    }

    .m-about-containt {
        margin-top: 60px;
    }
}

.m-about-containt .large-title {
    font-size: 56px;
    font-weight: 900;
    display: inline-block;
    line-height: 50px;
}

@media only screen and (max-width:480px) {
    .m-about-containt h1,
    .m-about-containt h2,
    .m-about-containt h3 {
        font-size: 40px;
        line-height: inherit;
    }
}

/*____animated play btn
======================================*/


/*____ANIMATED PLAY BTN____*/

.play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
}

    .play-now .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 65px;
        width: 65px;
        text-align: center;
        line-height: 65px;
        background-color: #fff;
        color: #000;
        z-index: 1;
        font-size: 20px;
        padding-left: 5px;
        display: block;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform-origin: center;
        transform-origin: center center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
        -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
        -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
        box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    }

    .play-now .ripple-2,
    .play-now .ripple-2:before,
    .play-now ripple-2:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 65px;
        width: 65px;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform-origin: center;
        transform-origin: center center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
        -webkit-animation: ripple-2 3s infinite;
        -moz-animation: ripple-2 3s infinite;
        -ms-animation: ripple-2 3s infinite;
        -o-animation: ripple-2 3s infinite;
        animation: ripple-2 3s infinite;
    }

        .play-now .ripple-2:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
        }

        .play-now .ripple-2:after {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
        }

@-webkit-keyframes ripple-2 {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-2 {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.slider-play-icon .play-now {
    right: 30%;
    left: auto;
    top: 45%;
}


/*====site button effect====*/

.btn-effect {
    letter-spacing: 4px;
    position: relative;
    text-transform: uppercase;
}

    .btn-effect:before,
    .btn-effect:after {
        border-color: transparent;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        border-style: solid;
        border-width: 0;
        content: "";
        height: 24px;
        position: absolute;
        width: 24px;
    }

    .btn-effect:before {
        border-color: #c47135;
        border-left-width: 2px;
        border-top-width: 2px;
        left: -5px;
        top: -5px;
    }

    .btn-effect:after {
        border-color: #c47135;
        border-bottom-width: 2px;
        border-right-width: 2px;
        bottom: -5px;
        right: -5px;
    }

.site-button.btn-effect:before, .site-button.btn-effect:after {
    border-color: #f07c00;
}

.btn-effect:hover:before,
.btn-effect:hover:after {
    height: 100%;
    width: 100%;
}

.btn {
    padding-top: 9px;
    padding-bottom: 9px;
}

.site-button,
.site-button-secondry {
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
}

.site-button {
    background-color: #f07c00;
    color: #fff;
}

    .site-button:active,
    .site-button:hover,
    .site-button:focus,
    .active > .site-button {
        background-color: #f07c00;
        color: #fff;
    }

    .site-button:hover {
        background-color: #222;
        color: #fff;
    }

.site-button-secondry {
    background-color: #222;
    color: #fff;
}

    .site-button-secondry:active,
    .site-button-secondry:hover,
    .site-button-secondry:focus,
    .active > .site-button-secondry {
        background-color: #222;
        color: #fff;
    }

.m-b15 {
    margin-bottom: 15px;
}
