
body{
   /* background-color: lightgrey; */
    background-color: #e5e5e5;
    font-family: 'Montserrat','Poppins','Open Sans',"Helvetica W01",Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.bg-white{

}

#section-top{
    margin-bottom: 0px;
}


.mbc-20{
    margin-bottom: 20px;
}

.mbc-5{
    margin-bottom: 5px;
}

.mc-5{
    margin: 5px;
}

.mc-10{
    margin: 10px;
}

.cmt-30{
    margin-top: 30px;
}

nav .navbar-nav li a{
    color: #000000 !important;
}

.navlink-color{
    color: #000000;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(228, 233, 237, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: lightgray;
}

.carousel-item {
    margin: 10px auto;
    height: 600px;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 575.98px) {
    nav .navbar-nav li a{
        color: #000000 !important;
        border-bottom: 1px solid gray;
    }

    .hidden-xs{
        display: none !important;
    }
}

/*  Tekrar eden kutu scritp bilgileri başlanıgıcı  */
.boxes{
    margin-top: 10px;
    width: 270px;
    height: 300px;
    overflow: hidden;
    border: 1px solid lightgrey;
    text-align: center;
    background-color: white;
   /* margin-left: 5px;
    margin-right: 5px;*/
    margin: 5px auto 5px auto;
}

.s-img{
    width: 270px;
    height: 240px;
    overflow: hidden;
}

.navbar img {

    display: block;
    max-width: 100%;
    height: auto;

}

.s-title{
    width: 270px;
    height: 30px;
    overflow: hidden;
    border: 1px solid lightgrey;
}

.s-price{
    width: 270px;
    height: 30px;
    overflow: hidden;
}

/*  Tekrar eden kutu scritp bilgileri bitisi  */

.ring-line-text{
    font-size: 14px;
}

/*  footer  başlangıcı */

.bg-light-yellow{
    background-color: #0066cc;
}

.footer  {
   min-height: 100px;
    margin-top: 20px;
}

.footer ul li {
    list-style: none;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fm-title{
    padding-top: 20px;
    padding-bottom: 10px;
    color: white;
    font-weight: 300;
    font-size: 16px;
}

.footer-link{
    color: #ffffff;
}


/*  ring yuvarla baş */

.outer-ring {
    width: 50px;
    height: 50px;
    position: absolute;
    margin-top: 10px
}

.outer-ring {
    background: -webkit-linear-gradient(to right, #10fac0, #1cbdf9);
    background: linear-gradient(to right, #10fac0, #1cbdf9);
}

.outer-ring .inner-ring {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #fff;
}

.outer-ring, .inner-ring {
    border-radius: 50%;
}

.ring-line{
    width: 100%;
    background-color: white;
    min-height: 200px;
    margin-top: 10px;
    padding-bottom: 20px;
}


/*  footer  bitis */

.banner-wrap{
    background: linear-gradient(120deg, #f44336, #E91E63, #9C27B0, #673AB7, #3F51B5, #2196F3,#03A9F4, #00BCD4, #009688, #4CAF50, #FFC107, #FF9800, #f44336, #E91E63, #9C27B0, #673AB7, #3F51B5, #2196F3,#03A9F4, #00BCD4, #009688, #4CAF50, #FFC107, #FF9800);
    background-size: 600% 600%;
    animation: BackgroundGradient 20s ease infinite;
}

.slogan{
    width: 100%;
    height: 100px;
    margin-top: 70px;
    line-height: 100px;
    color: white;
}

@keyframes BackgroundGradient {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

section {
    width: 100%;
    margin: 0px auto;
}


@keyframes gradientMove {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 100px 0px;
    }
}

@keyframes reload {
    0% {
        width: 20px;
    }

    95% {
        width: 100%;
    }

    100% {
        width: 20px;
    }
}

.progress-bar {
    width: 100%;
    background: #28a745;
    padding: 3px;
    border-radius: 0px;
    box-shadow: inset 0px 1px 1px 0px black, 0px 1px 1px 0px #36393F;
}

.polyfill {
    width: 100%;
    height: 125px;
    background: #bedc78;
    background-size: 35px 25px;
    border-radius: 0px;
    box-shadow: inset 0px 1px 3px 0px #F2F2F2;
    animation-name: gradientMove, reload;
    animation-duration: .8s, 8s;
    animation-iteration-count: 4;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-direction:alternate-reverse;
}

.polyfill:hover{
    animation-play-state: paused;
}

