/*:root {
}*/

@font-face {
    font-family: DMSans;
    src: url(fonts/en/DMSans-Regular.ttf);
}

@font-face {
    font-family: DMSans-Bold;
    src: url(fonts/en/DMSans-Bold.ttf);
}

@font-face {
    font-family: DMSans-Italic;
    src: url(fonts/en/DMSans-Italic.ttf);
}

.ins-burhani-style {
    --primary-h: 17;
    --primary-s: 23%;
    --primary-l: 49%;
    --primary: hsl(17deg 23% 49%) !important;
    --primary--color-invert: #ffffff;
    --wallpaper-bg: #ffffff;
    --link: #333;
    --purple: rgb(52, 59, 93);
    --blue: #375ca9;
    --red: rgb(218, 74, 84);
    --green: rgb(17, 196, 86);
    --orange: rgb(255, 145, 0);
}

.ins-strong {
    font-family: var(--font-alt);
}

img {
    max-width: 100%;
}

@media (min-width: 1440px) {
    .ins-container {
        width: 1440px;
    }
}

.ins-gray_purple {
    background-color: var(--purple);
    position: relative;
    overflow: hidden;
}

.ins-gray_purple::before {
    background-color: var(--primary-grey) !important;
    content: " ";
    position: absolute;
    top: 0;
    width: calc(100% + 200px);
    left: -130px;
    height: 50%
}

.ins-purple_gray {
    background-color: var(--purple);
    position: relative;
    overflow: hidden;
    color: #fff;
}

.ins-purple_gray div {
    color: #fff;
}

.ins-b-shadow {
    box-shadow: #9b716152 10px 10px;
}

.ins-s-shadow {
    box-shadow: 4px 4px 0px 0px rgb(155 113 97 / 20%);
}

.ins-primary-rev {
    background: rgb(227 215 211);
    color: #9b7161;
}

.ins-purple_gray::after,
.ins-purple_gray::before {
    content: " ";
    position: absolute;
    top: 70%;
    width: calc(100% + 200px);
    left: -130px;
}

.ins-purple_gray::after {
    background-color: var(--primary-grey) !important;
    height: 38%;
    transform: rotate(-4deg) !important;
    z-index: 1111;
}

.ins-purple_gray::before {
    background: #375ca9;
    transform: rotate(-5deg) !important;
    height: 100px;
    margin-top: -18px;
}

.ins-purple_gray .ins_module_body,
.ins-gray_purple .ins_module_body {
    position: relative;
    z-index: 11111;
}

.ins-red,
.ins-blue,
.ins-purple,
.ins-success,
.ins-info,
.ins-green,
.ins-orange,
.ins-warning,
.ins-danger {
    color: #fff !important;
}

h2 {
    font-style: normal;
    font-weight: 500;
}

.-mod-top .ins_module {
    padding: 60px 120px;
}

footer {
    box-shadow: 0px -20px 49px 0px rgb(224 224 224 / 14%);
    padding: 70px 0;
}

.home_menu li {
    display: inline-block;
    line-height: 60px;
    padding: 0 10px;
}

footer .home_menu li {
    display: block;
    line-height: 60px;
    padding: 0 10px;
}

.home_menu li a {
    font-size: 18px;
    text-transform: capitalize;
    padding: 0 10px !important;
    font-weight: bold;
}

.ins_lightbox_body,
.ins-lightbox-body,
.ins-editor-fullscreen .ins-body {
    background: #fffbf9;
}

.ins_module_des {
    margin-top: -31px;
    margin-bottom: 35px;
}

.home_menu li.act a {
    color: var(--primary);
}

.phone-menu-btn {
    display: none;
}

.ins-cart-icon {
    position: relative;
}

.ins-cart-count {
    position: absolute;
    right: -5px;
    top: -8px;
    padding: 0;
    line-height: 20px;
    height: 20px;
    width: 20px;
    font-size: 10px;
}

.-data-slide-area {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.-data-slide-item {
    overflow: hidden;
    transition: 0.3s;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 10px;
    left: 110%
}

.-data-slide-item.active {
    left: 0%
}

.-slide-data-perv-btn,
.-slide-data-next-btn {
    position: relative;
    z-index: 11;
    margin-top: 320px;
}

.slide-show-title {
    min-height: 190px;
}

._slideshow {
    height: 920px;
}

.ins_search_btn {
    padding: 0;
    min-width: 40px;
    position: absolute;
    top: 0px;
    width: 40px;
    height: 100%;
}

.ins-tree-toggel {
    position: absolute;
    top: 2px;
    background: #fff;
}