.flex {
    display: flex;
    align-items: center;
}

.start {
    display: flex;
    justify-content: start;
}

.center {
    display: flex;
    justify-content: center;
}

.end {
    display: flex;
    justify-content: end;
}

.between {
    display: flex;
    justify-content: space-between;
}

.around {
    display: flex;
    justify-content: space-around;
}

.text-justify {
    text-align: justify;
}

.pointer {
    cursor: pointer;
}

.text-shadow {
    text-shadow: 0 0 15px white;
}

.ff-bold {
    font-family: "Yekanbakh-Bold";
}

.ff-medium {
    font-family: "Yekanbakh-Medium";
}

.ff-extra-bold {
    font-family: "Yekanbakh-ExtraBold";
}

.p-sticky {
    position: sticky;
    top: 0;
}

.h-100vh {
    height: 100vh;
}

.rotate-45 {
    rotate: 45deg;
}

.rotate-90 {
    rotate: 90deg;
}

.rotate-180 {
    rotate: 180deg;
}

.absolute-button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 25px 0 0 25px;
}



/* Colors */
.bg-danger {
    background-color: #c60011 !important;

}

.border-danger {
    border-color: #99000d !important;
}

.text-danger {
    color: #c60011 !important;
}

.btn-danger {
    background-color: #c60011;
    color: #fff !important;
    transition: all .3s ease-in-out;
}

.btn-danger:hover {
    background-color: #99000d;
}

.btn-outline-danger {
    border: 1px solid #c60011;
    transition: all .3s ease-in-out;
}

.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #c60011;
}

.bg-secondary {
    background-color: #b3c4c2 !important;
    border: 1px solid #94a09f;
}

.text-secondary {
    color: #b3c4c2 !important;
}

.btn-secondary {
    background-color: #b3c4c2;
    color: #fff !important;
    transition: all .3s ease-in-out;
}

.btn-secondary:hover {
    background-color: #a4afae;
}

.btn-outline-secondary {
    border: 1px solid #b3c4c2;
    transition: all .3s ease-in-out;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #b3c4c2;
}

.text-warning {
    color: #fd6600 !important;
}

.bg-warning {
    background-color: #fd6600 !important;
}

.border-warning {
    border-color: #fd6600 !important;
}


/* Breadcrumb */
.breadcrumb {
    margin-bottom: 0;
}



/* Pagination */
.pagination a {
    color: #31516d;
}

.pagination a.active {
    background-color: #31516d;
    border: none;
}





/* Animate-box */
.animate-box {
    opacity: 0;
    transition: opacity 1s ease;
}






/* Full page */
.fp-watermark {
    display: none;
}


#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #686868 !important;
}

#fp-nav ul li .fp-tooltip {
    color: #686868;
    font-family: 'Peyda';
}

.fp-controlArrow.fp-prev {
    width: 50px;
    height: 50px;
    color: #fff;
}

.fp-controlArrow.fp-next {
    width: 50px;
    height: 50px;
    color: #fff;
}








#updating .modal-dialog .modal-content {
    color: #31516d;
    background: #ffffffa1;
    backdrop-filter: blur(5px);
    filter: drop-shadow(0 0 0.75rem #d8e6ec65);
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 250px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: repeating-conic-gradient(#31516db7 0 90deg, #d8e6ecb7 0 180deg);
    animation: l21 1s infinite linear;
}

@keyframes l21 {
    100% {
        transform: rotate(.5turn)
    }
}





/*  col 20 


.col-20 {
    width: 20%;
}
    in bootstrap .col-20{flex:0 0 auto;width:20%}
*/
/*  empty  */
.empty {
    display: block;
    height: 50px;
}

/* Swiper slider */
.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}






/* Tags */
.tags ul {
    margin: 0;
    padding: 0;
}

.tags ul li {
    background-color: #f8b21b;
    border: 2px solid #f8b21b;
    border-radius: 5px;
    display: inline-block;
    font-size: small;
    margin-bottom: 5px;
    margin-right: 2px;
    transition: all .3s ease-in-out;
}

.tags ul li a {
    display: flex;
    padding: 5px 10px;
    color: #fff;
    transition: all .3s ease-in-out;
}







/* Particles JS */
#particles-js {
    position: absolute;
    inset: 0;
}









/* Pagination */
.pagination li a {
    color: #202020 !important;
}

.pagination li.active a {
    color: #fff !important;
    background-color: #202020;
    border: 1px solid #202020;
}





/* Map */
.map-box iframe {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    border: 3px solid #fff;
}


/* font */

@media screen and (max-width: 426px) {

    .h5,
    h5 {
        font-size: 15px;
    }

    .product-list span {
        font-size: 13px;
    }

    .product-list button {
        font-size: 11px;
    }
}

/* 
  .ful-screan{
    width: 100%;
    height: 100%;
  } */


/* with 90pc */
.w-50important {
    width: 50% !important;
}

.w-75important {
    width: 75% !important;
}


.owl-carousel {
    z-index: 0;
}




.triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 200px 200px 0;
    border-color: transparent #FF4532 transparent transparent;
    transform: rotate(0deg);
}











/* Fullscreen Preloader */
#preloader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #ffffffe0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    z-index: 9999;
    transition: opacity 0.6s ease-in-out, visibility 0.6s;
}

#preloader.hide {
    opacity: 0;
    z-index: -1;
}

.loader {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 5px solid;
    border-color: #9e1119 #9e1119 transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 5px solid;
    border-color: transparent transparent #FF3D00 #FF3D00;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.loader::before {
    width: 110px;
    height: 110px;
    border-color: #c7c7c7 #c7c7c7 transparent .loadertransparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}



