/*------------- #THEME FONT --------------*/

.fon_srb {
    font-family: 'Quicksand';
}

@font-face {
    font-family: 'Quicksand';
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/mitr/Mitr-Light.ttf");
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

#overlay {
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999 !important;
    /*opacity: 0.90;*/
    /*background: #fff url(ico/kingpik_loading.gif) 50% 50% no-repeat; */
}

.spinner {
    margin: -75px auto auto auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    opacity: 1px !important;
    background-color: #F85E09;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/********************* Shopping Demo-2 **********************/

.icon-menu-fix {
    width: 25px;
    height: auto;
    background-color: #fff;
    padding: 1px;
    border-radius: 5px;
}


/******************* domian sall *************************/

.domain_new_class01 {
    width: 15%;
    float: left;
}

.domain_new_class01_dv1 {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

.domain_new_class02 {
    width: 100%;
    text-align: center;
}

@media(max-width: 991px) {
    .domain_new_class01 {
        width: 20%;
        float: left;
        margin-bottom: 20px;
    }
    .domain_new_class02 {
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 414px) {
    .domain_new_class01 {
        width: 20%;
        float: left;
        margin-bottom: 20px;
    }
    .domain_new_class02 {
        width: 100%;
        text-align: center;
    }
}


/****************************************************/

.text-rainbow-animation {
    font-size: 30px;
    font-weight: 900;
    padding: 0;
    margin: 0;
    background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow-animation 315s linear infinite;
}

@keyframes rainbow-animation {
    to {
        background-position: 4500vh;
    }
}