@charset "utf-8";

@font-face {
    font-family: drbold;
    src: url(../font/Doran-Bold.woff) format("woff"), url(../font/Doran-Bold.woff2) format("woff2")
}

@font-face {
    font-family: klreg;
    src: url(../font/KalamehWeb-Regular.eot);
    src: url(../font/KalamehWeb-Regular.woff) format("woff"), url(../font/KalamehWeb-Regular.woff2) format("woff2")
}

@font-face {
    font-family: FontAwesome;
    src: url(../font/FontAwesome.otf);
    src: url(../font/fontawesome-webfont.ttf);
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #CDCDCD;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0px -1px 13px #CDCDCD;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}
.mt-10 {
    margin: 80px 0 0 0
}

a {
    text-decoration: none !important;
}

ul {
    text-decoration: none !important;
    list-style: none !important;
    padding: 0;
    margin: 0
}

a {
    color: #000
}

a:hover {
    color: #000
}

.mb-5 {
    margin: 120px 0 !important
}

body, html {
    overscroll-behavior: none;
}

/* start alert */



/* end alert */
/* start hover alert */
.h_text_1 a {
    color: #18272F;
    position: relative;
    padding: 0 0 1px 0;
    text-decoration: none;
    display: inline-block;
    font-family : klreg !important;
}

.h_text_1 a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background-color: #18272F;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.h_text_1 a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

/* end hover alert */
/* start menu */


.img_menu {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.img_menu img {
    float: right;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    color: transparent;
    overflow: hidden;
    transform: scale(1.2);
    margin : 30px 0 0 0 !important;
    filter: brightness(0.8);

}

/* end menu */
/*!*start animation logo*!*/

#hero {
    width: 100%;
    height: 0vh;
    transition: all 0.3s;
}

@media screen and (max-width: 1920px) {


}

.icon-dark {
    filter: brightness(0) !important;
    transition: filter 0.5s ease;
}

#icn {
    position: fixed;
    right: 0%;
    /*        width: 100%;*/
    transform: translateX(-50%);
    top: 10%;
    z-index: 1;
    transform-origin: center top;
    transition: all 0.8s;
}



.contact-us-single a {
    font-family: klreg;
    color: #000;
    font-size: 14px;
    z-index: 99 !important;
}

.contact-us {
    display: none;
    position: fixed;
    top: 30px;
    left: 150px;
    z-index: 999;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    pointer-events: none;
    margin: 0 140px 0 0;
    font-family: klreg;
    color: #000;
    font-size: 14px;
    z-index: 99 !important;
}

.contact-us.visible {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}


@media screen and (max-width: 993px) {


    #icn {
        position: fixed;
        display: flex;
        right: -45% !important;
        width: 100%;
        transform: translateX(-50%);
        top: 10%;
        z-index: 100;
        transform-origin: center top;
        transition: all 0.8s;
    }

    .contact-us a {
        margin: 0 210px 0 0;
        font-family: klreg;
        color: #000;
        font-size: 14px;
    }

    .contact-us-single a {
        font-family: klreg;
        color: #000;
        font-size: 14px;
        z-index: 99 !important;
    }
}

@media screen and (max-width: 768px) {


    #icn {
        position: fixed;
        display: flex;
        right: -50%;
        width: 100%;
        transform: translateX(-50%);
        top: 20%;
        z-index: 100;
        transform-origin: center top;
        transition: all 0.8s;
    }
}

@media screen and (max-width: 500px) {

    #icn {
        position: fixed;
        display: flex;
        right: -47% !important;
        width: 100%;
        transform: translateX(-50%);
        top: 24%;
        z-index: 100;
        transform-origin: center top;
        transition: all 0.8s;
    }
    #icn ul li {
        color: #fff;
        font-family: klreg;
        font-size: 15px;
    }
    .mini-cart-icon-front {
        color: #fff !important;
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1920px) {


    #icn {
        position: fixed;
        right: 0%;
        /*        width: 100%;*/
        transform: translateX(-50%);
        top: 12%;
        z-index: 1;
        transform-origin: center top;
        transition: all 0.8s;
    }

    .contact-us a {
        margin: 0 140px 0 0;
        font-family: klreg;
        color: #000;
        font-size: 14px;
        z-index: 99 !important;
    }

    .contact-us-single a {
        font-family: klreg;
        color: #000;
        font-size: 14px;
        z-index: 99 !important;
    }
}

#headerBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: transparent;
    z-index: 1;
    pointer-events: none;
    transition: background-color 0.5s ease;
    z-index: 9;
}

#hero {
    width: 100%;
    height: 0vh;

}

#menuSticky {
    width: 100%;
    min-height: 100px;
    background-color: transparent;
    position: sticky;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid transparent;
    transition: background-color 0.5s ease, border-color 0.5s ease;
}

#greatLogo {
    position: relative;
    height: 100px;
}

#logo {
    position: fixed;
    top: calc(50vh - 14.677vw - 50px);
    width: calc(100% - 100px);
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: center top;
    z-index: 100;
    filter: brightness(1);
    transition: all 0.8s ease;
}

#first, #second, #third {
    width: 100%;
    height: 100vw;
}


.header-active {
    background: #fff !important;

}

.logo-dark {
    filter: brightness(0) !important;
}

@media (max-width: 990px) {
    #logo {
        width: 80vw;
        top: calc(30vh - 14.677vw - 50px);
    }
}

@media (max-width: 500px) {
    #logo {
        width: 90vw;
        top: calc(35vh - 14.677vw - 30px);
    }
}


/*end animation logo*/
/*start icon menu*/

#icn ul li a {
    color: #fff !important
}

#icn ul li .mini-cart-icon {
    color: #fff !important
}

#icn ul li {
    color: #fff;
    font-family: klreg;
    font-size: 17px
}

.is-sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 70px !important;
    background: #fff;
    overflow: hidden;
    z-index: 99999999;
    animation: slideDown 0.35s ease-out;
    transition: all 0.3s
}

/*end icon menu*/
/*start text header*/
.text_header h3 {
    position: absolute;
    font-family: drbold;
    color: #fff;
    font-size: 24px;
    z-index: 9;
    left: 0;
    right: 0;
    margin-top: -180px
}

.text_header p {
    position: relative;
    font-family: klreg;
    font-size: 14px;
    display: inline-block;
    bottom: 320%;


}

/*end text header*/
/*start side contact us*/
.text_menu_side img {
    width: 14px;
}

.text_menu_side_title h3 {
    font-family: drbold;
    font-size: 20px;
    color: #000;
    text-align: right
}

.text_menu_side h4 {
    font-family: klreg;
    color: #000;
    font-size: 14px
}

.text_menu_side {
    text-align: right
}

.text_menu_side p {
    font-family: klreg;
    color: #575757;
    font-size: 12px
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger div {
    background-color: white;
    border-radius: 1px;
    height: 6px;
    width: 30px;
}

.hamburger div:not(:last-child) {
    margin-bottom: 5px;
}

nav {
    background-color: white;
    display: inline-block;
    position: fixed;
    height: 100vh;
    width: 500px;
    left: -500px;
    transition: transform 0.3s;
    top: 0;
    z-index: 999
}

nav .logo {
    margin: 12vh 0;
    text-align: center;
}

nav .logo img {
    border-radius: 50%;
}

nav a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: black;
    padding: 5px 0;
}

nav a:visited {
    color: black;
}

nav a.active {
    background-color: black;
    color: white;
}

nav footer {
    width: 180px;
    text-align: center;
    right: 30%;
    position: absolute;
    padding: 5px;
    bottom: 0%;
    color: #959595;
    justify-content: center;
}

nav footer p {
    font-size: 0.85em;
}

.sidenav-active .cover {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px) !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 5000;
    transition: background-color 0.3s, transform 0.3s;
}

nav, .hamburger, .cover {
    transition: transform 0.3s;
}

.sidenav-active nav, .sidenav-active .hamburger, .sidenav-active .cover {
    transform: translateX(500px);
}

.noscroll {
    position: relative;
    overflow: hidden;
}

section h1 {
    font-size: 1.75em;
}

section h1, section p {
    margin: 0;
}

/*end side contact us*/


/*start side menu*/
.menu-section .nav-item a {
    font-family: klreg;
    font-size: 14px;
    text-align : right !important;
    margin : 0;
    padding : 0;
}

.menu-title {

    font-family: klreg;
    font-size: 14px;
}

.nav-back-link {
    padding: 0 21px;
}

.nav-section-title span {
    font-family: drbold;
    font-size: 20px;
    color: #000;
    margin: 0 20px 0 0
}

.nav-drill ul li {
    font-family: klreg;
    font-size: 18px;
    color: #000
}

.nav-close-btn {
    font-size: 18px;
    background: transparent;
    border: none;
    border-radius: 500px;
    position: absolute;
    color: #fff;
    left: 0;
    margin: 12px 0px 0px 14px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    background: #000;
    padding: 0 7px;
}


.nav-top {
    display: flex;
    align-items: center;
    z-index: 101;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    background-color: #188976;
}

.nav-top .hamburger {
    margin-left: auto;
    color: #fff;
    cursor: pointer;
}

.nav-drill {
    transform: translateX(100%);
}

.nav-is-toggled .nav-drill {
    transform: translateX(0);
}

.nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
}

.nav-drill {
    display: flex;
    position: fixed;
    z-index: 100;
    padding: 50px 0 0 0;
    top: 0;

    right: 0;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: 0.45s;
    z-index: 9999;
}


.nav-link {
    color: #000 !important;
}


.nav-expand-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    transform: translateX(100%);
    background-color: #daf9f4;
    transition: 0.3s;
    visibility: hidden;
}

.nav-expand-content .nav-link {
    background-color: #daf9f4;
}

.nav-expand-content .nav-back-link {
    text-align: right;
    font-family: klreg;
    font-size: 14px;
}

.nav-expand-content .nav-back-link::before {
    margin-right: 0.5em;
    font-family: FontAwesome;
}

.nav-expand-link {
    display: flex;
    justify-content: space-between;
    font-family: drbold;
    font-size: 20px;
    color: #000;
cursor : pointer !important;
}


.effect {

    text-decoration: none;
    text-transform: capitalize;
    /* background-color: - add your own background-color */
    font-family: 'Roboto', sans-serif;
    /* put your font-family */
    font-size: 18px;
    width: 150px;
    overflow: hidden;

}

/* effect-1 styles */
.effect.effect-1 {
    transition: all 0.2s linear 0s;
}

.effect.effect-1:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 10px;
    display: flex;
    float: left;
    margin: 12px 0 0 0;
    opacity: 0;
    height: 100%;
    width: 60px;
    transition: all 0.2s linear 0s;
    flex-wrap: nowrap;
}

.effect.effect-1:hover:before {
    opacity: 1;
    text-indent: 0px;
}

.nav-expand > .nav-expand-link::after {
    display: none; /* حذف آیکون زیرمنو */
}

.menu-item-content.with-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.menu-item-content.with-image .menu-image img {
    max-width: 120px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.menu-item-image-wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.menu-item-image {
    max-width: 100px;
    height: auto;
    display: block;
}


.menu-overlay {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(3px) !important;
    background: rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s, transform 0.3s;
    display: none;
    z-index: 999;
}


/*.nav-expand-link::after {*/
/*    content: "\f053";*/
/*    font-family: FontAwesome;*/

/*}*/

.nav-expand.active > .nav-expand-content {
    transform: translateX(0);
    visibility: visible;
}

.nav-expand .nav-expand-content {
    background-color: #fff;
}

.nav-expand .nav-expand-content .nav-link {
    background-color: #fff;
}

.nav-expand .nav-expand-content .nav-expand-content {
    background-color: #fff;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-link {
    background-color: #fff;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #fff;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #fff;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
    background-color: #fff;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
    background-color: #fff;
}


/*end side menu*/

/*start search popup*/
.icon-search-front {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    transition: all 0.3s ease;
    top: -3px;
}.icon-search {
     display: inline-block;
     width: 15px;
     height: 15px;
     border: 2px solid #000;
     border-radius: 50%;
     position: relative;
     vertical-align: middle;
     transition: all 0.3s ease;
     top: -3px;
}

.icon-search-front::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 2px;
    background: #fff;
    bottom: -4px;
    right: -4px;
    transform: rotate(45deg);
    transform-origin: center;
}.icon-search::after {
     content: '';
     position: absolute;
     width: 3px;
     height: 2px;
     background: #000;
     bottom: -4px;
     right: -4px;
     transform: rotate(45deg);
     transform-origin: center;
}

#search-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

@media screen and (max-width: 1920px) {
    #search-overlay {
        position: fixed;
        top: 14%;
        right: 14%;
        width: 50vw;
        height: auto;
        background: #ffffff;
        z-index: 9999;
        display: none;
        overflow-y: auto;
        animation: fadeIn 0.3s ease-in-out;
        border-radius: 3px;
    }

}

@media screen and (max-width: 768px) {
    #search-overlay {
        position: fixed;
        top: 0%;
        right: 0%;
        width: 100vw;
        height: 100vh;
        background: #ffffff;
        z-index: 9999;
        display: none;
        overflow-y: auto;
        animation: fadeIn 0.3s ease-in-out;
        border-radius: 3px;
    }

}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.search-box {
    max-width: 1000px;
    margin: 20px 0 0 0;
    padding: 0 30px;
    position: relative;
}

#custom-search-input {
    width: 80%;
    font-size: 12px;
    padding: 12px 15px;
    outline: none;
    height: 40px;
    font-family: klreg;
    color: #000
}

#live-search-results li {
    font-size: 12px !important;
    font-family: klreg;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 10px;
}

#search-close {
    background: none;
    border: none;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    font-family: klreg;
}

#search-suggestions {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 50px;
}

#search-suggestions .column {
    flex: 1;
}

#search-suggestions h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: klreg;
    font-weight: 600;
}

#search-suggestions ul {
    list-style: none;
}

#search-suggestions li {
    margin-bottom: 12px;
}

#search-suggestions a {
    text-decoration: underline;
    color: #000;
    transition: 0.3s;
    font-size: 14px;
    font-family: klreg;
}

#search-suggestions a:hover {
    opacity: 0.6;
}

#live-search-results {
    list-style: none;
    margin-top: 30px;
}

#live-search-results li {
    font-size: 16px;
    margin-bottom: 10px;
}

#live-search-results a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    transition: all 0.3s ease-in-out;
}

#live-search-results a:hover {
    opacity: 0.7;
    border-bottom-color: transparent;
}

.column {
    border-left: 1px solid;
}

.column:last-child {
    border-left: none;
}

/*end search popup*/

/*start slider product*/
@media screen and (max-width: 1920px) {
    .slider-2st {
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center
    }

    .next2, .prev2 {
        position: absolute;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        border-radius: 50px;
        color: #595b76;
        font-size: 20px;
        transition: 0.3s;
    }

    .next2 {
        right: 26%;
        top: 40%;
        cursor: pointer /*        z-index: 1*/
    }

    .prev2 {
        left: 26%;
        top: 40%;
        cursor: pointer
    }

    .next2, .prev2 {
        display: inherit !important
    }

    .text_slider_product h3 {
        font-family: drbold;
        font-size: 20px;
        color: #000
    }

    .text_slider_product p {
        font-family: klreg;
        font-size: 12px
    }

    .slider5 {
        width: 140% !important
    }

    .slick-track {
        display: flex;
        flex: wrap
    }

    .slick-slide .card-hover-2 {
        margin: 0 80px
    }

    .slick-dots li button {
        font-size: 0px;
        line-height: 0;
        display: block;
        width: 50px;
        height: 50px;
        cursor: pointer;
        color: transparent;
        padding: 15px;
        border-width: 0px;
        border-style: initial;
        border-color: initial;
        border-image: initial;
        outline: none;
        background: transparent;
    }

    .slick-dots li button::before {
        font-family: slick;
        font-size: 15px;
        line-height: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 20px;
        height: 20px;
        content: "•";
        text-align: center;
        opacity: 0.25;
        color: black;
        -webkit-font-smoothing: antialiased;
    }

    .card-image-class p {
        font-family: klreg;
        font-size: 12px
    }

    .card-image-class h4 {
        font-family: drbold;
        font-size: 20px
    }
}

@media screen and (max-width: 768px) {
    .slider-2st {
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center
    }

    .next2, .prev2 {
        display: none !important
    }

    .text_slider_product h3 {
        font-family: drbold;
        font-size: 20px;
        color: #000
    }

    .card-image-class h4 {
        font-family: drbold;
        font-size: 20px
    }

    .text_slider_product p {
        font-family: klreg;
        font-size: 12px
    }

    .slider5 {
        width: 140% !important
    }

    .slick-track {
        display: flex;
        flex: wrap
    }

    .slick-slide .card-hover-2 {
        margin: 0 10px
    }

    .slick-dots li button {
        font-size: 0px;
        line-height: 0;
        display: block;
        width: 50px;
        height: 50px;
        cursor: pointer;
        color: transparent;
        padding: 15px;
        border-width: 0px;
        border-style: initial;
        border-color: initial;
        border-image: initial;
        outline: none;
        background: transparent;
    }

    .slick-dots li button::before {
        font-family: slick;
        font-size: 15px;
        line-height: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 20px;
        height: 20px;
        content: "•";
        text-align: center;
        opacity: 0.25;
        color: black;
        -webkit-font-smoothing: antialiased;
    }

    .card-image-class p {
        font-family: klreg;
        font-size: 12px
    }
}

/*end slider product*/
/*start category product*/
.image_cat_product div img {
    border-radius: 5px;
    transition: all 0.3s;
}

.text_cat_produuct_image p {
    font-family: klreg;
    font-size: 12px;
    display: inline-block;
}

.bg_blur {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    background: rgb(255, 255, 255, 50%);
}

/*end category product*/
/*start product Introduction*/
.img_introduction {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 5px;

}

.img_introduction img {
    float: right;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    color: transparent;
    overflow: hidden;

}

.text_introduction p {
    z-index: 1;
    position: absolute;
    margin: 50px 0 0 0 !important;
    font-family: klreg;
    font-size: 12px;
    background: rgb(255, 255, 255, 50%);
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #fff
}

.text_introduction h3 {
    z-index: 9999;
    position: absolute;
    margin: 460px 0 0 0;
    font-family: drbold;
    font-size: 20px;
    color: #fff
}

.text_introduction h6 {
    z-index: 9999;
    position: absolute;
    margin: 520px 0 0 0;
    font-family: klreg;
    font-size: 12px;
    background: rgb(255, 255, 255, 50%);
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #fff
}

/*end product Introduction*/
/*start contact footer*/
.bg_contact {
    background: #000
}

.tect_contact_footer h3 {
    font-family: drbold;
    font-size: 12px;
    color: #fff
}

.tect_contact_footer p {
    font-family: klreg;
    font-size: 22px;
    color: #fff
}

.tect_contact_footer small {
    font-family: klreg;
    font-size: 12px;
    color: #fff
}

.text_mofid h3 {
    font-family: drbold;
    font-size: 16px;
    color: #fff
}
.text_mofid ul li a:hover{
    color : #fff !important;
}
.text_mofid ul li a {
    font-family: klreg;
    font-size: 12px;
    color: #fff
}

.text_mofid p {
    font-family: klreg;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    text-align: justify
}

/*enb contact footer*/
/*start animations*/
@media (prefers-reduced-motion) {
    [data-animation] {
        animation: none;
    }
}

.animation-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 420px) {
    .animation-group {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, auto);
    }
}

.animation-group [data-animation] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    opacity: 0;
}

.animation-group [data-animation] .animate {
    opacity: 1;
}

.animation-group [data-animation] .icon {
    font-size: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    transition: transform 0.3s ease;
}

.animation-group [data-animation] :hover .icon {
    transform: scale(1.1);
}

.animation-group [data-animation] :nth-child(1) {
    animation-delay: 100ms;
}

.animation-group [data-animation] :nth-child(2) {
    animation-delay: 500ms;
}

.animation-group [data-animation] :nth-child(3) {
    animation-delay: 900ms;
}

.animation-group [data-animation] :nth-child(4) {
    animation-delay: 1300ms;
}

/* Animations */
:root {
    --animate-duration: 1.5s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.animated {
    animation-duration: 1s;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both;
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.05, 1.05, 1.05);
        transform: scale(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@keyframes bounce {
    0%, 20%, 53%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }
    80% {
        -webkit-transform: translateZ(0) scaleY(0.95);
        transform: translateZ(0) scaleY(0.95);
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@keyframes fadeInright {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInright {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

.img-responsive {
    width: 100% !important;
    height: 200px !important;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes zoomout {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1.1);
    }
}

.zoomout {
    -webkit-animation-name: zoomout;
    animation-name: zoomout;
}

@keyframes zoomout2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(0.9);
    }
}

.zoomout2 {
    -webkit-animation-name: zoomout2;
    animation-name: zoomout2;
}

/*end animations*/
/*start blog*/

.share-buttons {
    display: flex;
    margin-top: 20px;
}

.share-button {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    padding: 13px 20px;

    border-radius: 50px;
    border: 1px solid #000;
    margin: 0 10px;
}


.contact-us-single {
    text-align: left
}

/*
.fixed-top {
    background: #fff
}
*/
.text_menu_single li {
    color: #000;
    font-family: klreg;
    font-size: 17px !important;
}

.text_titl_blog h3 {
    font-family: drbold;
    font-size: 20px;
    color: #000
}

.style_blog {
    text-align: right;
    height: fit-content;
    grid-area: 2 / 1 / span 2 / span 3 !important;
}

.style_blog img {
    border-radius: 5px
}

.style_blog p {
    font-family: klreg;
    font-size: 12px;
    color: #000;
    text-align: justify;
    line-height: 22px
}

.style_blog a h3 {
    font-family: klreg;
    font-size: 12px;
    color: #000;
    text-align: justify;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.text_cat_bl a {
    font-family: klreg;
    font-size: 12px;
    color: #000;
    text-align: justify;
    line-height: 22px
}

.sticky-header {
    position: sticky;
    top: 8.2%;
    background: #fff;
}

.pagination a {
    font-family: klreg;
    font-size: 12px;
    color: #000;
    padding: 0 8px;

}

.pagination .current {
    font-family: klreg;
    font-size: 12px;
    color: #fff;
    background: #000;
    padding: 3px 5px;
    border-radius: 2px

}

/*end  blog*/
/*start contact us*/
.text_contact_us h3 {
    font-family: drbold;
    font-size: 20px;
    color: #000;
}

.text_contact_us p {
    font-family: klreg;
    font-size: 12px;
    color: #000;
}

.accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background: none;
    border: none;
    text-align: right;
    font-family: klreg;
    font-size: 12px;
    color: #000;

}

.panel {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-family: klreg;
    font-size: 12px;
    color: #000
}

button.accordion:after {
    content: '\002B';
    color: #777;
    float: left;
    font-weight: bold;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

/*end contact us*/
/*start inside blog*/
.text_inside_blog h3 {
    font-family: klreg;
    font-size: 16px;
    color: #575757;
    margin: 20px 0
}

.text_inside_blog img {
    border-radius: 5px
}

.text_inside_blog p {
    font-family: klreg;
    font-size: 12px;
    color: #000;
    line-height: 30px;
    text-align: justify;
    text-align: center;
    margin: 20px 0
}

.text_inside_blog p a {
    font-family: klreg;
    font-size: 12px;
    color: #575757;
    line-height: 30px;
    text-align: justify;
    text-align: center
}

.text_inside_blog h2 {
    font-family: drbold;
    font-size: 20px;
    color: #000;
    margin: 20px 0
}

.text_share img {
    width: 1rem;
    height: 1rem
}

.text_share h3 {
    font-family: drbold;
    font-size: 20px;
    color: #000;
    margin: 20px 0
}

.content_share p {
    font-family: klreg;
    font-size: 12px;
    color: #000;
}

.link_blog img {
    width: 1rem;
    height: 1rem
}

.link_blog {
    font-family: klreg;
    font-size: 13px;
    color: #000;
    margin: 0;
    background: #e6e6e6;
    padding: 5px;
}

@media screen and (max-width: 1920px) {
    #wrap_cat {
        flex-wrap: nowrap !important
    }

    #wrap_cat2 {
        flex-wrap: nowrap !important
    }
}

@media screen and (max-width: 768px) {
    #wrap_cat {
        flex-wrap: wrap !important
    }

    #wrap_cat2 {
        flex-wrap: wrap !important
    }
}

/*end inside blog*/









