﻿.container-fluid:after {
    content: none !important;
}
.Urunler-Kategori .card-footer{
    padding:unset;
    background-color:unset;
    border-top:unset;
}

.slider-cl {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media only screen and (max-width:767px) {
    #cmbSlider .slide-home-next {
        position: absolute;
        bottom: 75px !important;
        right: 6px !important;
        opacity: 0.5;
        top: unset;
        width: 60px;
        transform: scale(1);
        transition: all .3s ease-in;
    }

    #cmbSlider .slide-home-prev {
        position: absolute;
        bottom: 75px !important;
        left: unset;
        opacity: 0.5;
        top: unset;
        width: 60px;
        transform: scale(1);
        transition: all .3s ease-in;
    }
}

@media only screen and (min-width:768px) {
    #cmbSlider .slide-home-next {
        position: absolute;
        bottom: 15px !important;
        right: 55px !important;
        left: unset;
        top: unset;
        width: 60px;
        transform: scale(1);
        transition: all .3s ease-in;
    }

    #cmbSlider .slide-home-prev {
        position: absolute;
        bottom: 15px !important;
        right: 120px !important;
        left: unset;
        top: unset;
        width: 60px;
        transform: scale(1);
        transition: all .3s ease-in;
    }

    .mobil-hidden {
        display: none;
    }
}


#cmbSlider .slide-home-prev:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}

#cmbSlider a:hover #Rectangle_1192 {
    fill: #BE0000 !important;
}

#cmbSlider a:hover #Icon_awesome-chevron-right {
    fill: white;
}




#cmbSlider .slide-home-next:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}

#cmbSlider a:hover #Rectangle_1227 {
    fill: #BE0000 !important;
}

#cmbSlider a:hover #Icon_awesome-chevron-right {
    fill: white;
}

#EducationSlider .carousel-fade-img {
    position: absolute;
    z-index: 99999;
    top: -26px;
    left: 8%;
}

.carousel-fade-detail {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    width: 34%;
}

#EducationSlider .carousel-fade-fn {
    /*background-color: #BE0000;*/
    position: absolute;
    top: 3.5%;
    left: 11%;
    width: 88%;
    height: 98%;
    border-radius: 5px;
}

#EducationSlider .carousel-explanation {
    background-color: #fff;
    z-index: 9999;
    position: absolute;
    top: 17%;
    left: 31%;
    width: 50%;
    height: 69%;
}

#EducationSlider .carousel-indicators {
    position: absolute;
    bottom: 2%;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -66%;
    list-style: none;
}


    #EducationSlider .carousel-indicators li {
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-left: 1%;
        text-indent: 1px;
        cursor: pointer;
        opacity: 1;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
    }


    #EducationSlider .carousel-indicators .active {
        width: 2%;
        height: 6px;
        margin-left: 1%;
        margin: 0;
        border: 1px solid #BE0000;
        background-color: #BE0000;
    }


.carousel-align-right {
    width: 40%;
    top: 1%;
    left: 60%;
    margin: 4%;
}

#SolutionSlider .carousel-fade-img {
    position: absolute;
    z-index: 99999;
    top: -26px;
    right: 8%;
}


#SolutionSlider .carousel-fade-fn {
    /*background-color: #005F00;*/
    position: absolute;
    top: 4%;
    left: 1.1%;
    width: 88%;
    height: 98%;
    border-radius: 5px;
}


#SolutionSlider .carousel-indicators {
    position: absolute;
    bottom: 2%;
    left: 67%;
    z-index: 15;
    width: 30%;
    padding-left: 0;
    margin-left: 3%;
    list-style: none;
}

    #SolutionSlider .carousel-indicators li {
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-left: 1%;
        text-indent: 1px;
        cursor: pointer;
        opacity: 1;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
    }

    #SolutionSlider .carousel-indicators .active {
        width: 2%;
        height: 6px;
        margin-left: 1%;
        margin: 0;
        border: 1px solid #005F00;
        background-color: #005F00;
    }

#SolutionSlider .carousel-img {
    top: 17%;
    left: 45%;
    width: 119%;
    height: 69%;
}


.container-fluid:before {
    display: none !important;
    content: none !important;
}

.navbar:before {
    display: none !important;
    content: none !important;
}



@media only screen and (min-width: 1000px) {
    #EducationSlider .slider-align {
        margin-left: -8%;
    }

    #SolutionSlider .slider-align {
        margin-right: -9%;
    }
}


/*.media-p {
    font-size: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    -ms- line-clamp: 4;
    -ms-box-orient: vertical;
}*/

#educationNext, #solutionNext {
    background-color: #fff;
    color: #707070 !important;
    top: unset;
    bottom: 13px;
    width: 32px;
    height: 32px;
    left: 55px;
    box-shadow: 0px 3px 6px rgb(0 0 0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    z-index: 999;
}

    /*#solutionNext {
    left:162px!important;
}


#solutionPrev {
    left:129px!important;
}*/

    #educationNext:hover, #solutionNext:hover {
        background-color: #BE0000;
        color: #fff !important;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.9);
    }

#educationPrev:hover, #solutionPrev:hover {
    background-color: #BE0000;
    color: #fff !important;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.9);
}

#solutionNext:hover, #solutionPrev:hover {
    background-color: #005f00;
}

#educationPrev, #solutionPrev {
    background-color: #fff;
    color: #707070 !important;
    top: unset;
    bottom: 13px;
    width: 32px;
    height: 32px;
    left: 22px;
    box-shadow: 0px 3px 6px rgb(0 0 0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    z-index: 999;
}

    #educationPrev:hover #solutionPrev:hover {
        background-color: #BE0000;
        color: #fff !important;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.9);
    }


#educationNext:hover #solutionNext:hover {
    background-color: #BE0000;
    color: #fff !important;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.9);
}

#EducationSlider2 {
    z-index: 99;
}

.card {
    min-height: 280px;
}


/*#SolutionSlider .carousel-control-next {
    background-color: #fff;
    color: #707070 !important;
    top: 241px;
    bottom: 11%;
    width: 6%;
    z-index: 99999999;
    margin-right: 70%;
    box-shadow: 0px 3px 6px rgb(0,0,0,1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}

    #SolutionSlider.carousel-control-next:hover {
        background-color: #BE0000;
        color: #fff !important;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.9);
    }

#SolutionSlider  .carousel-control-prev {
    background-color: #fff;
    color: #707070 !important;
    top: 241px;
    z-index: 99999999;
    bottom: 11%;
    width: 6%;
    margin-left: 67.9%;
    box-shadow: 0px 3px 6px rgb(0,0,0,1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}

#SolutionSlider .carousel-control-prev:hover {
    background-color: #BE0000;
    color: #fff !important;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.9);
}*/

.carousel-solution {
    margin-left: 52%;
    position: absolute;
    z-index: 99999999;
    width: 111%;
}

.Solution-card {
    z-index: 9;
}

.button-detail {
    border: 1px solid #BE0000;
    border-radius: 2px;
    min-width: 26% !important;
    text-align: center;
    line-height: 2.2;
    color: #fff;
    background-color: #BE0000;
    box-shadow: 0px 3px 6px rgba(190,0,0,.6);
}

.button-detail {
    color: #fff;
    text-decoration: none;
}

    .button-detail:hover {
        color: #fff;
        text-decoration: none;
    }

@media only screen and (max-width:767px) {
    .slider-align {
        padding-top: .25rem;
    }

    #EducationSlider .carousel-fade-fn {
        left: 10%;
    }

    .Solution-card {
        margin-left: 0;
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .4s !important;
    transition-property: none !important;
}

.Urunler-Kategori .card {
    background-color: transparent;
    border: none;
}

@media screen and (max-width:1440px) {

    .Urunler-Kategori .card {
        background-color: transparent;
        border: none;
        position: relative;
    }

    .Urunler-Kategori .card-footer {
        position: absolute !important;
/*        top: 85rem !important;
*/    }
}

@media screen and (max-width:1024px) {

    .Urunler-Kategori .card {
        background-color: transparent;
        border: none;
        position: relative;
    }

    .Urunler-Kategori .card-footer {
        position: absolute !important;
/*        top: 87rem !important;
*/    }
}

@media screen and (max-width:768px) {

    .Urunler-Kategori .card {
        background-color: transparent;
        border: none;
        position: relative;
    }

    .Urunler-Kategori .card-footer {
        position: absolute !important;
/*        top: 90rem !important;
*/    }
}

.Urunler-Kategori img {
    -webkit-box-shadow: 1px 1px 5px #000000;
    -moz-box-shadow: 1px 1px 5px #000000;
    box-shadow: 1px 1px 5px #000000;
}


.Urunler-Kategori li p {
    color: #999999 !important;
    font-size: 13px;
    padding-left: 3rem;
    margin: 0
}

.Urunler-Kategori .continue-button {
    padding: .5rem;
    border: 1px solid grey;
    margin: 0 auto;
    font-size: 12px;
    color: #ddd3d3 !important;
}

.carousel-inner {
    height: 70vh;
}

.carousel-item {
    height: 100%;
}
