#cnt{
    display: none;
}
#loader{
    position: absolute;
    margin: auto;
    height: 300px;
    width: 400px;
    top: 0;
    right: 0;
    left: 0;
}
#loader img{
    width: 400px;
    height: 300px;
}
#loader h5{
    color: #33270f;
    margin: 0;
    font-size: 25px;
    text-align: center;
    top: 0;
}


.head-altn{
    color: #e8e6dc;
    background-color: #c3ae5b;
    padding: 2px 8px;
    border-radius: 5px;

}


.navbar-brand {
    background: url("../../assets/img/Altinmix.svg") center / contain no-repeat;
    width: 50px;
    height: 50px;
}

.btn-sign {
    background-color: #33270f;
    color: #ffffff;
    transition: all 700ms;
    border: none;
}


.tags-slider {

    background-color: #8e8362;
}

.btn-sign:hover {
    background-color: #c3ae5b;
    color: #33270f;
}

* {
    font-family: 'IBM Plex Sans';
}

body {
    font-family: 'IBM Plex Sans';
}

.pricing-p {
    color: red;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(195, 174, 91);
}

.ads-1 {
    background: url("../../assets/img/young-college-students.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ads-2 {
    background: url("../../assets/img/architects-and-worker.jpg") center / cover no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sections-s {
    background: #e8e8e8;
    /*height: 60vh;*/
    margin-top:150px;
}

#main-slider.min-vh-50 {
    min-height: 50vh !important;
}

.min-vh-50 {
    min-height: 50vh;
}

.footer {
    background-color: #e7e7e6;
}

body {
    color: #fff;
}

.center {
    padding: 0;
    max-width: 400px;
    margin-left: 200px;
}

.srch-form {
    position: relative;
    width: 44px;
}

.srch-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 40px;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.srch-wrapper-sm {
    position: fixed;
    top: 90px;
    right: 0;
    left: 0;
    z-index: 11111;
    width: 90%;
    margin: auto;
    height: 40px;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.srch-wrapper.open {
    width: 200px;
}

.srch-input {
    position: relative;
    background-color: transparent;
    height: 44px;
    line-height: 26px;
    padding: 5px 10px 5px 32px;
    box-sizing: border-box;
    border: 2px solid #ddd;
    border-radius: 100px;
    margin: 0;
    width: 100%;
}
.srch-input-sm{
    position: relative;
    background-color: transparent;
    height: 44px;
    line-height: 26px;
    padding: 5px 10px 5px 32px;
    box-sizing: border-box;
    border: 2px solid #635a5a;
    border-radius: 100px;
    margin: auto;
    width: 100%;
}

.srch-input:focus {
    outline: none;
    border-color: #aaa;
}

.srch-button {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #ddd;
    width: 44px;
    height: 44px;
    text-align: center;
}
.srch-button-sm {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #ddd;
    width: 44px;
    height: 44px;
    text-align: center;
}

.srch-button:focus {
    outline: none;
}

.srch-input:focus + .srch-button, .srch-button:hover {
    color: #aaa;
}

.main-link:after {
    content: "";
    width: 0%;
    height: 1px;
    display: block;
    background-color: #c3ae5b;
    margin-top: 2px;
    transition: all 600ms;
}

.main-link:hover::after {
    width: 100%;
}

.custom-search-input {
    border: none;
    border-bottom: 2px solid #757575;
    background: transparent;
    outline: none;
    padding-bottom: 5px;
    min-width: 250px;
    text-indent: 40px;
}

.search-area {
    display: inline-block;
}

.search-icon {
    font-size: 18px;
    margin-right: -20px;
    margin-top: 3px;
}

.card.cards-shadown {
    box-shadow: none;
    border: none;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0);
    width: 130px;
}

.card-text.sub-text-color {
    color: #33270f;
}

.card-text:last-child {
    font-size: 20px;
    color: #595959;
}

#cardheader-subtext {
    font-size: 20px;
}

.row.space-rows {
    margin: 40px;
}

.col {
    padding: 20px 7px 0px 7px;
}

.card.cards-shadown.cards-hover:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.10);
    z-index: 10000;
    box-shadow: 2px 2px 30px rgba(170, 170, 170, 0.46);
    transition: all 900ms;
    background-color: #ffffff;
}

.products {
    height: 80vh;
}

.sec-news {
    height:auto;
}

.card-header {
    background-color: transparent;
    border: none;
}
.statitics{
    font-size: 30px;
}




   .slider-home{
        height:75% !important;
        
    }

@media (max-width: 450px){
    .statitics{
        font-size: 15px;

    }
    
    .slider-home{
        height:100% !important;
        
    }
    
    
    .sections-s {
    background: #e8e8e8;
    /*height: 60vh;*/
    margin-top:0 !important;
}
    
}
.rounded-img {
    border-radius: 12px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.58);
}

.div-dash {
    width: 20px;
    height: 2px;
    background-color: #33270f;
}

.bg-gray {
    background-color: rgba(217, 217, 217, 0.5);
}

.catalog-btn:hover {
    color: #c3ae5b;
}

.products-details {
    color: #c3ae5b;
}

.products-details:hover {
    color: #33270f;
}

.main-catalog:hover .div-dash {
    background-color: #c3ae5b;
}

.catalog-btn {
    cursor: pointer;
}

.product-main:hover {
    box-shadow: -1px -1px 6px 2px rgb(241, 241, 241);
    transform: scale(1.10);
}

.product-main {
    transition: all 750ms;
}

.div-hr {
    width: 60px;
    height: 2px;
    background-color: #33270f;
}

.search-btn {
    background-color: #33270f;
    color: #ffffff;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #c3ae5b;
    border: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(36, 40, 91, .25);
    border: none;
}

.form-control::placeholder {
    color: #33270f;
    opacity: 1;
    outline: none;
}

.btn-outline-dark {
    border: none;
}

.div-left {
    width: 8px;
    height: 40px;
    background-color: #33270f;
}

.alfeat-head {
    background: linear-gradient(110deg, #c3ae5b, white 86%);
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #33270f;
    text-decoration: none;
    background-color: #f5f6f8;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.div-hr-w {
    height: 3px;
    background-color: #e1e1e1;
}

.policy {

    height: auto;
    width: 98%;
    margin: auto;
    /*background-color: #ecd96b;*/
}



.title-policy {
    color: #33270f;

}

.policy p {
    color: #33270f;

}

.cat-hvr {
    width: 600px;
    background-color: red;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.products-div {


    display: none;

}

.fa-window-close {
    font-size: 28px;
    color: red;
    background-color: #FFFFFF;

}

.products-show {

    background-color: #33270f;
    display: flex;
    flex-direction: column;
    margin: auto;
    height: 250px;
    position: fixed;
    left: 2%;
    right: 2%;
    transition: 5s ease linear;
    z-index: 100000;
    flex-wrap: wrap;
    border-radius: 15px;
    box-shadow: -1px -1px 6px 2px rgb(241, 241, 241);
    animation: show 1s ease-out forwards;
    opacity: 0.8;

}

@media (max-width: 650px) {
    .products-show{
        margin: auto;
        top:5px;

        position: absolute;
        left: 1%;
        right: 1%;
        transition: 5s ease linear;
        z-index: 100000;
        flex-wrap: wrap;
        border-radius: 15px;
        box-shadow: -1px -1px 6px 2px rgb(241, 241, 241);
        animation: show2 1s ease-out forwards;
        opacity: 0.8;

    }
}

@media (max-width: 650px){
     tr{
        display: flex;
        flex-direction: column;

    }
    td{
        width: 100% !important;
    }

}

@keyframes show {
    0% {
        height: 10vh;
        width: 10%;
    }
    100% {
        height: 50vh;
        width: 70%;
    }

}
@keyframes show2 {
    0% {
        height: 10vh;
        width: 10%;
    }
    100% {
        height: 50vh;
        width: 90%;
    }

}

.list-products {
    list-style: none;


}

.list-products:hover {
    background-color: #c29e40;
    box-shadow: -1px -1px 6px 2px rgb(241, 241, 241);
    transform: scaleY(1.10);
    cursor: pointer;
    border: 1px solid black;
    border-radius: 5px;
    padding: 2px;
}

.icon-add {
    /*display: none;*/
}

.adding-hidden {
    display: none;
}

.icn {
    font-size: 50px;
    color: #dbc423;
}

.adding-show {

    /*background-color: #efe9ca;*/
    position: absolute;
    margin: auto;
    top: 50%;
    left: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    border-radius: 50%;
    opacity: 0.8;
    color: #FFFFFF;
    transition: 1s ease;
    z-index: 111111;
    animation: add 1s forwards;
}

.adding-show-small {


    background-color: #33270f;
    position: absolute;
    margin: auto;
    top: 20%;
    right:0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    border-radius: 50%;
    opacity: 0.8;
    color: #FFFFFF;
    transition: 1s ease;
    z-index: 111111;
    animation: add 1s forwards;
}

@keyframes add {

    0% {
        height: 15px;
        width: 15px;
    }

    100% {
        height: 150px;
        width: 150px;
        border-radius: 50%;

    }

}

/*.icon-add {*/


/*    !*display: none;*!*/
/*    height: 150px;*/
/*    width: 150px;*/
/*    background-color: #e78f1b;*/
/*    position: absolute;*/
/*    margin: auto;*/
/*    top: 20%;*/
/*    left: 20%;*/
/*    border-radius: 15px;*/
/*    opacity: 0.8;*/
/*    transition: 1s ease;*/
/*    !*font-size: 25px;*!*/

/*}*/

/*.icon-add > i {*/

/*    font-size: 28px;*/
/*    color: #FFFFFF;*/
/*}*/

/*.card-img {*/
/*    display: flex;*/
/*}*/
.product-show-div {
    text-decoration: none;
    color: #FFFFFF;
    list-style: none;
}

.product-show-div:hover {
    text-decoration: none;
}


.icon-top{

    font-size: 50px;

    color: #2a2121;
}

.top-div{
    display: flex;
    align-items: center;
}

.top-div-under-nav-hidden{
    display: none;
}
.top-div-under-nav{
    display: block;
}

.open-cats{
    font-size: 35px;
    color: #33270f;
}
.words-cat{
    font-size: 25px;
    cursor: pointer;
    color: #33270f;
}
@media (max-width: 770px) {
    .show-cats {
        display: none;
    }
}

.lista-cats{
    max-height:50vh;
    overflow-y: auto;
}
