@font-face {
    font-family: IRANSansXFaNum;
    src: url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Light.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Light.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src: url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Regular.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Regular.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src: url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Medium.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Medium.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src: url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-DemiBold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-DemiBold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-DemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src: url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Bold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Bold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src: url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-ExtraBold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-ExtraBold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: IRANSansXFaNum;
    src: url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Black.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Black.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: pinar;
    src: url(../fonts/pinar/woff2/Pinar-FD-Regular.woff2) format("woff2"),
    url(../fonts/pinar/ttf/Pinar-FD-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: pinar;
    src: url(../fonts/pinar/woff2/Pinar-FD-Medium.woff2) format("woff2"),
    url(../fonts/pinar/ttf/Pinar-FD-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: pinar;
    src: url(../fonts/pinar/woff2/Pinar-FD-SemiBold.woff2) format("woff2"),
    url(../fonts/pinar/ttf/Pinar-FD-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: pinar;
    src: url(../fonts/pinar/woff2/Pinar-FD-Bold.woff2) format("woff2"),
    url(../fonts/pinar/ttf/Pinar-FD-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: IRANSansXFaNum, serif;
    direction: rtl;
    background-color: #ffffff;
}

a {
    text-decoration: none;
}


:root {
    --theme: #b93bbf !important;
    --color4: #e52e2e !important;
    --color2: #d9e9ff;
    --color3: var(--theme);
}

.back{
    background-image: linear-gradient(to right, #ed8463 0%, #d15d95 50%, #b93bbf 100%);
}

a:hover {
    text-decoration: none;
    color: var(--theme);
}

.bc2 {
    background: var(--color2) !important;
    color: var(--theme) !important;
}

.color1 {
    color: var(--theme) !important;
}

.text-theme {
    color: var(--theme) !important;
}

.bg-theme {
    background-color: var(--theme) !important;
}

.border-theme {
    border-color: var(--theme) !important;
}

.cursor {
    cursor: pointer !important;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

@media (max-width: 767px) {
    .d-m-none {
        display: none !important;
    }

    .w-m-100 {
        width: 100%;
    }
}

.col-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}


.navbar-custom {
    height: 91px;
    transition: 0.3s;
    z-index: 1000;
    padding: 0;
    background-color: white;
}

.navbar-logo {
    display: flex;
    align-items: center;
}

.navbar-logo img {
    max-width: 100%;
    max-height: 80px;
}

.nav-link-custom {
    display: flex;
    align-items: center;
    padding: 45px 10px;
    font-size: 14px;
    color: var(--theme);
    font-weight: 500;
}

.border-top {
    border-top: 1px solid #c8c8c8 !important
}


.nav-link-custom.active {
    color: var(--theme);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.nav-link-custom:hover {
    color: var(--theme) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.nav-item {
    margin-left: 20px;
    white-space: nowrap;
}


.nabvar-btn-body {
    display: flex;
    align-items: center;
}

.nabvar-btn-tel {
    height: auto;
    background-color: #fff;
    border: none;
    transition: 0.3s;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    color: var(--theme);
    padding: 0 10px;
}

.nabvar-btn-search {
    height: auto;
    background-color: #fff;
    border: none;
    transition: 0.3s;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    color: var(--theme);
    padding: 0 10px;
}

.nabvar-btn-tel div {
    direction: ltr;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--theme);
    margin-left: 6px;
}

.nabvar-btn-login {
    width: auto;
    height: auto;
    border-radius: 4px;
    background-color: white;
    border: none;
    transition: 0.3s;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    color: var(--theme);
    margin-right: 5px;
}

.nabvar-btn-login span {
    font-size: 14px;
    text-align: center;
    margin-left: 6.8px;
    color: var(--theme);
}

.nabvar-btn-login img {
    filter: brightness(.3);
}

.nabvar-btn-tel img {
    filter: brightness(.1);
}


.nabvar-btn-login:hover {
    opacity: 0.8;
}

.nabvar-btn-tel:hover {
    background: #ffffff;
    color: var(--theme);
}

.slider-div {
    cursor: pointer;
}


@media (max-width: 767px) {
    .navbar .container {
        flex-wrap: nowrap;
    }

    .nabvar-btn-tel div {
        display: none;
    }

    .nabvar-btn-login span {
        display: none;
    }

    .nabvar-btn-login {
        width: 28px;
        height: 28px;
    }

    .nabvar-btn-tel {
        height: 28px;
        width: 28px;
    }

    .nabvar-btn-search {
        height: 28px;
        width: 100%;
    }

    .navbar-btn-question {
        width: 134px;
        height: 34px;
        padding: 0;
    }

    .navbar-top {
        display: none;
    }

    .navbar-custom {
        height: auto;
    }

    .nav-link-custom {
        padding: 0;
        color: var(--theme) !important;
    }

    .nav-item {
        padding: 5px;
        margin-bottom: 10px;
        margin-left: 0px;
        display: flex;
    }

    .navbar-logo {
        margin-left: auto;
    }

    .navbar-logo img {
        max-width: 100%;
        height: 41px;
    }

    button.navbar-toggler {
        border: 0;
        margin: 0;
        padding: 0;
        color: var(--theme) !important;
    }

    button.navbar-toggler i {
        margin-bottom: -5px;
    }

}


@media (min-width: 768px) and (max-width: 1200px) {
    .nav-item {
        margin-left: 20px !important;
    }

    .nav-link-custom {
        font-size: 12px;
    }

    .navbar-logo {
        margin-left: 15px;
    }

    ul.navbar-nav.ml-auto {
        white-space: nowrap;
    }

    .nabvar-btn-tel div {
        display: none;
    }
}


.dropdown-menu {
    padding: 10px;
    border: 0;
    border-radius: 5px;
    margin-top: 0px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    min-width: 200px;
}

.dropdown-toggle::after {
    margin-right: 10px;
}

.dropdown-item-custom {
    display: block;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
}

.dropdown-item-custom:last-child {
    margin-bottom: 0px;
}

.dropdown-hover {
    position: relative;
}

.dropdown-menu.dropdown-menu-triangle {
    border-radius: 5px;
    right: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    min-width: fit-content;
    padding: 5px 0;
    margin-top: 0;
}


.dropdown-toggle::after {
    margin-top: -2px;
}

.dropdown-menu {
    transition: opacity 0.3s ease-in-out;
}

.dropdown-menu.open {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    border-radius: 8px;
    font-size: 14px;
}

.dropdown-menu-triangle::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: 0px;
    margin-right: 0px;
    border-radius: 5px;
    padding: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    transform: rotate(180deg);
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ddd;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: var(--theme);
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 5px;
}

.dropdown-menu li a {
    color: #444;
    font-size: 14px;
    display: block;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
    padding: 12px 20px;
}

ul.dropdown-menu.dropdown-menu-triangle.fade li:hover a {
    color: var(--theme) !important;
    transition: .3s;
    display: flex;
    justify-content: space-between;
}

.dropdown-item-custom {
    color: #444;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    width: 100%;
    padding: 5px 15px;
}

.dropdown-menu li a:hover {
    color: var(--theme);
}

.offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.offcanvas-nav-submenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.offcanvas-nav-submenu.active {
    right: 0;
}

.offcanvas-nav.active {
    right: 0;
}

.offcanvas-close {
    background: transparent;
    border: 0;
    font-size: 23px;
    color: #ffffff;
}

.offcanvas-nav-item-btn-back {
    background: transparent;
    border: 0;
    font-size: 23px;
    color: #ffffff;
}

.offcanvas-nav-item-btn {
    border: 0;
    background: transparent;
    outline: none;
    color: #000;
}

.offcanvas-header {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    background-color: var(--theme);
    border-bottom: 1px solid #c8c8c8;
    color: #ffffff;
}

.offcanvas-body {
    padding: 15px;
}

.offcanvas-sub-body {
    padding: 15px;
    margin-top: 15px;
}

.offcanvas-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media (min-width: 768px) {
    .offcanvas-nav {
        display: none;
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -20;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0.1s, 0.4s;
}

#overlay.active {
    visibility: visible;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0s, 0s;
    background: rgba(72, 72, 72, 0.6);
    z-index: 100;
}


.menu-desktop {
    transition: height 0.5s ease;
}

#show-more-content-header {
    display: none;
}

.menu-desktop-absolute-header {
    position: absolute;
    width: 16%;
    z-index: 999;
    top: 140px;
    right: 15px;
    background: #ffff;
    padding-top: 0;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 2px #ddd;
}


@media (max-width: 767px) {
    .menu-desktop-absolute-header {
        display: none;
    }
}


.menu-desktop-item {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px;
    height: 54px;
}

.menu-desktop-item:first-child {
    border-top: 0;
}

.menu-desktop-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.navbar-nav-cat {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #303030;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    justify-content: center;
    background: #f0f0f0;
}

.offcanvas-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    color: #000;
}

.menu-desktop-link:hover div span {
    color: var(--theme);
}

.menu-desktop-sub {
    display: none;
    position: absolute;
    left: 100%;
    width: 240px;
    z-index: 999;
    height: 100%;
    height: auto;
    top: unset;
    padding-right: 10px;
    margin-top: -29px;
    margin-right: -10px;
}

.menu-desktop-sub-header {
    text-align: center;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    display: none;
}

.menu-desktop-sub-content {
    height: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #f9f9f9;
    background-color: #eeeeee;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
}

.menu-desktop-sub-content::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 14px;
    right: -2px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #eeeeee;
    transform: rotate(90deg);
}

.menu-desktop-item:hover .menu-desktop-sub {
    display: block;
}

.menu-desktop-first {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: 54px;
    background: rgb(249, 249, 249);
    color: rgb(35, 82, 154);
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

.menu-desktop-end {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: 47px;
    background-color: #ededed;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #484848 !important;
    margin-top: 15px;
    border: 1px solid #d9eeff;
}

.menu-desktop-first span {
    margin-right: 10px;
}

.menu-desktop-item-title {
    font-size: 15px;
    font-weight: 500;
    color: #838383;
    margin-right: 5px;
}

.menu-desktop-header {
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #303030;
    margin-top: 25px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}

.menu-desktop-header span {
    margin-right: 5px;
}

@media (max-width: 1100px) {

    .menu-desktop-item-title {
        font-size: 12px;
    }

    .menu-desktop-item {
        padding-right: 0;
        padding-left: 0;
    }
}

.menu-desktop-absolute {
    position: absolute;
    width: 96%;
    z-index: 99;
    background: #ffff;
    padding: 10px;
    padding-top: 0;
    border-radius: 10px;
    border: 1px solid #dadada;
}

.banner-slider {
    margin-top: 15px;
}

.banner-slider-item img {
    border-radius: 20px;
}

a.menu-desktop-sub-item {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    padding: 5px;
}

a.menu-desktop-sub-item:hover {
    color: var(--theme);
}


.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding: 10px;
}

.swiper-container-2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding: 5px;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

@media (max-width: 767px) {


    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-custom {
    position: relative;
    margin-top: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-custom .swiper-pagination-bullet {
    background-color: #9d9d9d;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
    background: var(--theme);
    border: solid 4px #ffffff;
    padding: 3px;
    outline: 1px var(--theme) solid;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    border: 0;
    width: 28px;
    height: 28px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
    font-weight: 600;
    color: #f1e3dd;
}


.myAnim1 {
    animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
    animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim3 {
    animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
    animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 0;
    }

    10% {
        transform: rotate(2deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}

@keyframes myAnim2 {

    0%,
    100% {
        transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateY(-8px);
    }

    20%,
    40%,
    60% {
        transform: translateY(8px);
    }

    80% {
        transform: translateY(6.4px);
    }

    90% {
        transform: translateY(-6.4px);
    }
}

@keyframes myAnim3 {

    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 100%;
    }

    10% {
        transform: rotate(2deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}

@keyframes myAnim4 {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }

    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }

    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }

    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }

    45% {
        animation-timing-function: ease-out;
        transform: scale(1);
    }
}


.home-wrapper-1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 392px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.home-wrapper-1-title {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000;
    font-family: pinar;
}

.home-wrapper-1-title span {
    color: #ff0000;
}


.home-wrapper-1-form {
    border-radius: 30.5px;
    height: 60px;
    width: 100%;
    max-width: 500px;
    margin-top: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.home-wrapper-1-form-inner {
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-wrapper-1-form-inner input::placeholder {
    color: #bcbcbc;
}

.home-wrapper-1-form-inner input {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: right;
    border: 0;
    outline: none;
}

.home-wrapper-1-form i {
    font-size: 20px;
    color: #646464;
    margin-right: 10px;
    margin-top: 6px;
    margin-left: 5px;
}

.home-wrapper-1-form button {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: var(--theme);
    border: 0;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    transition: 0.3s;
}

.home-wrapper-1-form button:hover {
    background: var(--theme);
}

@media (max-width: 767px) {

    .home-wrapper-1 {
        background-position: center;
        height: 250px;
    }

    .home-wrapper-1-title {
        font-size: 20px;
    }

    .home-wrapper-1-form-inner input {
        font-size: 13px;
    }
}


.product-card-1-img-body {
    position: relative;
    width: auto;
    height: 235px;
    flex: 0 0 235px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 13px;
}

.product-card-1-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.product-card-1:hover .product-card-1-img-body img {
    -ms-transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
    transition: all .4s linear;
}

.product-card-1 {
    border-radius: 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
    border: solid 1px #dedede;
    background-color: #fff;
    padding: 15px;
    display: flex;
    min-height: 400px;
    flex-direction: column;
    max-height: 500px;
    position: relative;
    overflow: hidden;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.product-card-1-price-body {
    position: absolute;
    bottom: -99px;
    width: 100%;
    border-radius: 0 0 13px 13px;
    background-color: var(--theme);
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: 0.3s;
    flex-direction: column-reverse;
}

.product-card-1-price-body i {
    color: white;
    font-size: 14px;
    margin: 0 2px;
}


.product-card-1-discount {
    width: 45px;
    height: 23px;
    border-radius: 12px;
    background-color: var(--theme);
    position: absolute;
    left: 10px;
    top: -23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

.product-card-1-price-new {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.product-card-1-price-new span {
    font-size: 15px;
    font-weight: 300;
}

.product-card-1-price-old {
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
    text-decoration: line-through;
    white-space: nowrap;
}

.product-card-1-price-old span {
    font-size: 15px;
    font-weight: 300;
}

.product-card-1-title {
    font-size: 16px;
    font-weight: 500;
    color: #082a5e;
    margin-top: 15px;
    margin-bottom: 5px;
    height: 48px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-align: center;
}

.product-card-1-btn {
    width: 100%;
    position: absolute;
    bottom: -46px;
    right: 0;
    background-color: var(--theme);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 13px 13px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
}

.product-card-1-btn:hover {
    background: var(--theme);
}

@media (max-width: 767px) {
    .product-card-1 .product-card-1-discount {
        top: 10px;
    }

    .product-card-1 .product-card-1-price-body {
        bottom: 0;
    }

    .product-card-1-btn {
        position: relative;
        bottom: 0;
        border-radius: 13px;
    }
}

.swiper-card {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding: 5px;
}

.swiper-card-2 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding: 5px;
}


.product-card-1:hover .product-card-1-btn {
    bottom: 0;
}

.product-card-1:hover .product-card-1-price-body {
    bottom: 0;
}

.product-card-1:hover .product-card-1-discount {
    top: 10px;
}

.home-wrapper-2-row {
    margin-top: 35px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.home-wrapper-2-title {
    font-size: 25px;
    font-weight: 900;
    text-align: right;

    white-space: nowrap;
    margin-left: 12px;
}

.home-wrapper-2-border {
    width: 100%;
    height: 1px;
    background: linear-gradient(
            90deg,
            #000000c4 50%,
            transparent 0
    ) repeat-x;

    background-size: 20px 1px !important;
    animation: line-move 1s linear infinite;
}

@keyframes line-move {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20px 0;
    }
}


@keyframes dash-move {
    to {
        background-position: 20px 0,
        -20px 100%,
        0 -20px,
        100% 20px;
    }
}


.home-wrapper-2-btn-body {
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.swiper-button-next-custom {
    width: 34px;
    height: 34px;
    opacity: 0.5;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    border-radius: 5px;
    margin-right: 7px;
    transition: 0.3s;
}

.swiper-button-next-custom i {
    line-height: 1;
    margin-top: 1px;
    margin-left: -2px;
}

.swiper-button-prev-custom i {
    line-height: 1;
    margin-top: 1px;
    margin-left: 2px;
}

.swiper-button-prev-custom {
    width: 34px;
    height: 34px;
    opacity: 0.5;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
}

.swiper-button-prev-custom:hover {
    opacity: 1;

}

.swiper-button-next-custom:hover {
    opacity: 1;

}


.swiper-button-next-custom-2 {
    width: 34px;
    height: 34px;
    opacity: 0.5;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    margin-right: 7px;
    transition: 0.3s;
}

.swiper-button-next-custom-2 i {
    line-height: 1;
    margin-top: 1px;
    margin-left: -2px;
}

.swiper-button-prev-custom-2 i {
    line-height: 1;
    margin-top: 1px;
    margin-left: 2px;
}

.swiper-button-prev-custom-2 {
    width: 34px;
    height: 34px;
    opacity: 0.5;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.swiper-button-prev-custom-2:hover {
    opacity: 1;

}

.swiper-button-next-custom-2:hover {
    opacity: 1;

}


@media (max-width: 767px) {
    .home-wrapper-2-row {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .home-wrapper-2-title {
        font-size: 18px;
    }
}


.home-wrapper-3 {
    margin-top: 40px;
}

.home-wrapper-3-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 45px;
}


.home-wrapper-3-title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: right;
    color: black;
}

.home-wrapper-3-text span {
    min-width: 9px;
    min-height: 9px;
    opacity: 0.8;
    background-color: var(--theme);
    margin-left: 10px;
    display: none;
    border-radius: 20px;
}

.home-wrapper-3-text {
    font-size: 20px;
    font-weight: 800;
    line-height: 32px;
    text-shadow: 0 0 0 #000000;
    color: transparent;
    margin-top: 21px;
    margin-right: auto;
    display: flex;
    justify-content: right;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-right: 10%;
}

.home-wrapper-3-img {
    max-width: 100%;
}


@media (max-width: 767px) {
    .home-wrapper-3 {
        margin-top: 30px;
    }

    .home-wrapper-3-title {
        font-size: 16px;
    }

    .home-wrapper-3-text {
        font-size: 14px;
        margin-top: 10px;
    }

    .home-wrapper-3-info {
        padding: 10px;
        min-height: 250px;
    }

}

.back-slider {
    background: var(--theme);
    margin-top: 60px;
    padding: 30px 0;
}


@media (max-width: 767px) {
    .back-slider {
        margin-top: 30px;
    }
}

.product-card-2-img-body {
    position: relative;
    width: auto;
    height: 230px;
    flex: 0 0 230px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 13px 13px 0 0;
}

.product-card-2-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s ease-in-out;
}

.product-card-2:hover .product-card-2-img-body img {
    -ms-transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
    transition: all .4s linear;
}

.product-card-2 {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 13px;
}

.product-card-2-title {
    background-color: var(--theme);
    height: 50px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 13px 13px;
    position: relative;
    margin-top: -5px;
    font-size: 13px;
    color: #fff;
}

.product-2-card-overlay span {
    height: 37px;
    padding: 8px 14px 7px 15px;
    border-radius: 10px;
    border: solid 1px #fff;
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
}

.product-2-card-overlay {
    background: #000000c2;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    opacity: 0;
    border-radius: 13px 13px 0 0;
}

.product-2-card-overlay span:hover {
    background: #fff;
    color: #000;
}

.product-card-2:hover .product-card-2-img-body .product-2-card-overlay {
    opacity: 1;
}


.swiper-btn-body {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    height: 33px;
}

.swiper-btn-body-inner {
    position: absolute;
    width: 100%;
    max-width: 100px;
}

.swiper-btn-body-inner div {
    min-width: 34px;
    min-height: 34px;
    opacity: 0.5;
    background-color: var(--theme);
    display: flex;
    border-radius: 30px;
    transition: 0.3s;
}


.swiper-btn-body-inner div:hover {
    opacity: 1;
}


.home-wrapper-4 {
    margin-block: 3rem;
}

.home-wrapper-4-big-title {
    font-size: 36px;
    font-weight: 900;
    text-align: right;
    color: #4b4b4b;
    margin-top: 10px;
}


.home-wrapper-4-title {
    font-size: 29px;
    font-weight: 900;
    text-align: right;
    color: #4b4b4b;
    margin-top: 5px;
}

.home-wrapper-4-text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: right;
    color: #4e4e4e;
    margin-top: 24px;
    max-width: 519px;
    text-align: justify;
}

.home-wrapper-4-btn {
    width: 151px;
    height: 40px;
    border-radius: 8px;
    background-color: var(--theme);
    border: 1px solid var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
}

.home-wrapper-4-btn:hover {
    background: transparent;
    color: var(--theme);
}

.home-wrapper-4-video-body {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
    background-color: #fff;
}

.home-wrapper-4-video-body video {
    border-radius: 15px;
}

.home-wrapper-4-float {
    position: absolute;
    left: -85px;
    top: -10px;
}

@media (max-width: 767px) {

    .home-wrapper-4-float {
        display: none;
    }

    .home-wrapper-4 {
        margin-top: 20px;
    }

    .home-wrapper-4-big-title {
        font-size: 28px;
    }


    .home-wrapper-4-title {
        font-size: 20px;
    }

    .home-wrapper-4-text {
        font-size: 18px;
        margin-top: 15px;
    }

    .home-wrapper-4-btn {
        margin-top: 15px;
    }

    .home-wrapper-4-video-body {
        padding: 15px;
    }
}


.card-blog-big {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
    background-color: #fff;
    margin-bottom: 20px;
    height: 100%;
    min-height: 220px;
}

.card-blog-big-body {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.card-blog-big-img-body {
    position: relative;
    width: auto;
    height: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 15px;
}

.card-blog-big-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
}

.card-blog-big-inner {
    position: absolute;
    bottom: 0;
    height: 100%;
    background: #0000005c;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 15px;
    padding: 20px;
}

.card-blog-big-title {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    transition: 0.3s;
}

.card-blog-big-text {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: justify;
    color: #fff;
}


.card-blog-big-btn {
    min-width: 105px;
    min-height: 30px;
    border-radius: 7px;
    background-color: var(--theme);
    border: 2px solid var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    margin-right: 30px;
    transition: 0.3s;
}

.card-blog-big:hover .card-blog-big-img-body .card-blog-big-img {
    transform: scale(1.1);
}

.card-blog-big-title:hover {
    color: var(--theme);
}

.card-blog-big-btn:hover {
    background: transparent;
    color: #fff;
}

.card-blog {
    border-radius: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
    background-color: #fff;
    display: flex;
    padding: 20px;
    margin-bottom: 20px;
}

.card-blog:last-child {
    margin-bottom: 0;
}

.card-blog-img-body {
    position: relative;
    width: 100%;
    height: 200px;
    flex: 0 0 200px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-radius: 15px;
}

.card-blog-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
}

.card-blog-inner {
    margin-right: 30px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-blog-title {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #404040;
    transition: 0.3s;
}

.card-blog-text {
    font-size: 13px;
    line-height: 1.92;
    text-align: justify;
    color: #333;
    margin-top: 13px;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

.card-blog-btn {
    min-width: 105px;
    min-height: 30px;
    border-radius: 7px;
    background-color: var(--theme);
    border: 2px solid var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    margin-right: 30px;
    transition: 0.3s;
}

.card-blog-btn:hover {
    color: var(--theme);
    background: transparent;
}

.card-blog-date {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: right;
    color: #333;
}


.card-blog:hover .card-blog-img-body .card-blog-img {
    transform: scale(1.1);
}

.card-blog-title:hover {
    color: var(--theme);
}


@media (max-width: 767px) {
    .card-blog-big {
        padding: 15px;
        margin-bottom: 20px;
        height: auto;
    }

    .card-blog-big-inner {
        padding: 15px;
    }

    .card-blog-big-title {
        font-size: 18px;
    }

    .card-blog-big-text {
        font-size: 12px;
    }

    .card-blog-big-text {
        font-size: 12px;
        line-height: 1.92;
        text-align: justify;
        color: #fff;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
    }

    .card-blog-big-img-body {
        position: relative;
        width: auto;
        height: 350px;
    }

    .card-blog-big-btn {
        margin-top: 10px;
    }

    .card-blog {
        flex-direction: column;
        padding: 15px;
        margin-bottom: 20px;
    }

    .card-blog-inner {
        margin-right: 30px;
        margin-right: 0;
        margin-top: 20px;
    }
}


.home-wrapper-3-btn {
    width: 174px;
    height: 47px;
    border-radius: 8px;
    background-color: var(--theme);
    background-image: linear-gradient(to right, #ed8463 0%, #d15d95 50%, #b93bbf 100%);
    border: 1px solid var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-top: 25px;
    transition: 0.3s;
}

.home-wrapper-3-btn:hover {
    background: transparent;
    color: var(--theme);
}

.home-wrapper-3-text-2 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: right;
    color: #383838;
    max-width: 505px;
}


.home-wrapper-3-title-2 {
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.12;
    letter-spacing: normal;
    text-align: right;
    color: #161616;
}

.home-wrapper-3-title-2 span {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media (max-width: 767px) {
    .home-wrapper-3-title-2 {
        font-size: 24px;
    }

    .home-wrapper-3-text-2 {
        font-size: 18px;
    }
}


.rotate {
    animation: spin 12s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.footer {
    background-color: transparent;
    padding: 40px 0;
    margin-top: 0px;
}


.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo span {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.18px;
    text-align: right;
    color: black;
    margin-right: 10px;
}

.footer-logo img {
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12.5px;
}

.footer-social-item {
    width: 30.5px;
    height: 30.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-left: 6px;
    color: black;
}

.footer-social-item:hover {
    color: var(--theme);
}

.fs-12 {
    font-size: 12px;
}

.footer-text {
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.5px;
    text-align: justify;
    color: black;
    margin-top: 15px;
    max-width: 290px;

}

.footer-header {
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: right;
    color: black;
    margin-bottom: 24.5px;
    display: flex;
    align-items: center;
}

.footer-header span {
    background-color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: block;
    margin-left: -12px;
}

.footer-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-link {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    color: black;
    padding-bottom: 10px;
    display: flex;
}

.footer-link i {
    margin-left: 10px;
}

.footer-link:hover {
    color: var(--theme);
    border-bottom: 1px dashed white;
    width: fit-content;
}

.footer-bottom-item {
    color: black;
    font-size: 14px;
}

a.footer-bottom-item:hover {
    color: var(--theme);
}

.footer-logo img {
    max-width: 100%;
}

.footer-info {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: right;
    color: black;
    margin-bottom: 8px;
}

.footer-top {
    border-top: 1px solid #707070;
}

.backgrand-topic {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 240px;
    display: flex;
    background-color: var(--theme);
    justify-content: center;
    margin-top: -4px;
    align-items: center;
}


.backdrop-title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.pagination-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 350px;
    margin: auto;
}

@media (max-width: 767px) {
    .backgrand-topic {
        padding: 30px;
    }
}

.paginate-item {
    display: flex;
    align-items: center;
}


.paginate-num {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #c8c8c8;
    width: 25px;
    height: 25px;
    margin: 0px 5px;
}

.paginate-num.active {
    background-color: var(--theme);
    color: #fff;
    border-radius: 30px;
}

.paginate-item span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
    text-align: right;
    color: var(--theme);
}

.paginate-item i {
    font-size: 12px;
    color: var(--theme);
}


button.plyr__control.plyr__control--overlaid {
    background: rgba(220, 220, 220, 0.6) !important;
}

.plyr__controls [data-plyr="pip"] {
    display: none !important;
}

.plyr__controls [data-plyr="settings"] {
    display: none !important;
}

.plyr__controls [data-plyr="volume"] {
    display: none !important;
}

.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {
    border-radius: 5px;
}

.plyr__poster {
    background-size: cover !important;
}

.plyr__video-wrapper {
    border-radius: 10px;
}

.plyr--video {
    border-radius: 15px !important;
}


.tc-head-info {
    font-size: 20px;
    text-align: right;
    color: white;
}

h1.tc-head-title {
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    color: white;
    margin-top: 15px;
}

.tc-breadcrumb {
    padding: 0;
    background: transparent;
    font-size: 14px;
}

.tc-breadcrumb a {
    color: white;
}

.tc-breadcrumb .breadcrumb-item.active {
    color: white;
}

.tc-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.tc-breadcrumb a:hover {
    color: white;
}


.tc-wrapper {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.tc-wrapper-icon {
    margin-left: 10px;
}

.tc-wrapper-title {
    font-size: 20px;
    font-weight: bold;
    color: var(--theme);
    white-space: nowrap;
    margin-left: 10px;
}

.tc-wrapper-border {
    height: 1px;
    background-image: linear-gradient(to right, #a9a9a9 0%, #a9a9a9 50%, transparent 51%);
    background-size: 9px;
    background-repeat: repeat-x;
    width: 100%;
}

.tc-wrapper-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: justify;
    color: #4e4e4e;
    letter-spacing: -0.5px;
}

video {
    width: 100%;
}

.swiper-video-card {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.tc-video-card {
    display: flex;
    flex-direction: column;
}

.tc-video-card-inner {
    background-color: #00233c;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tc-video-card img {
    width: 100%;
    border-radius: 13px;
    opacity: 0.7;
}

.tc-video-card svg {
    fill: #fff;
    position: absolute;
    width: 18px;
}

.tc-video-card span {
    font-size: 12px;
    margin-top: 10px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
    z-index: 99;
}


.modal-dialog {
    max-width: 700px;
}


.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
}

.tc-wrapper-item {
    font-size: 16px;
    color: #4e4e4e;
    margin-top: 19px;
    display: flex;
    align-items: center;
}

.tc-wrapper-item span {
    width: 7px;
    height: 7px;
    background-color: var(--theme);
    margin-left: 9px;
    border-radius: 20px;
}


.tc-wrapper-info {
    font-size: 16px;
    color: #4f4f4f;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 5px;
}

.tc-wrapper-info span {
    display: flex;
    align-items: center;
}

.tc-wrapper-info span:first-child {
    border-left: solid 1px #c5c5c5;
    padding-left: 5px;
    margin-left: 5px;
}

@media (max-width: 767px) {
    .tc-wrapper-title {
        font-size: 14px;
    }

    .tc-wrapper-info {
        font-size: 12px;
    }
}

.acc-row {
    margin-top: 13px;
}

.acc-btn {
    border: 0;
    display: flex;
    background: transparent;
    width: 100%;
    align-items: center;
    padding: 0;
}

.acc-num {
    min-width: 41px;
    min-height: 57px;
    border-radius: 5px;
    background-color: #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid var(--theme);
    font-size: 25px;
    color: #333;

}

.acc-btn-body {
    width: 100%;
    height: 57px;
    border-radius: 5px;
    background-color: #f2f2f2;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
}

.acc-btn.collapsed .acc-num {
    border-color: #ffd102;;
}

.acc-btn-title {
    font-size: 16px;
    font-weight: 500;
    color: #424242;
}

.acc-body {
    position: relative;
}

.acc-body-border {
    background: #a9a9a9;
    width: 1px;
    position: absolute;
    height: 100%;
    margin-right: 20px;
    z-index: -1;
}

.acc-btn-info {
    display: flex;
    align-items: center;
}

.acc-btn-icon {
    display: block;
    transition: 0.3s;
    font-size: 18px;
}

.acc-btn-icon.active {
    transform: rotate(-90deg);
}

.acc-btn-time {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #4f4f4f;
}

.acc-body-inner {
    margin-right: 50px;
    width: 80%;
}

.acc-btn-info img {
    margin-left: 10px;
    border-left: solid 1px #bcbcbc;
    padding-left: 10px;
}

.acc-item {
    display: flex;
    align-items: center;
    margin-top: 13px;
    border-radius: 5px;
    background-color: #f7f7f7;
    height: 57px;
}

.acc-item-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.acc-item-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px;
}

.acc-item-icon-1 {
    min-width: 43px;
    height: 57px;
    border-radius: 5px;
    background-color: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid var(--theme);
}

.acc-item-info {
    display: flex;
    align-items: center;
}


.acc-item-time {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #7c7c7c;
}

.acc-item-icon-2 {
    min-width: 38px;
    height: 38px;
    border-radius: 5px;
    background-color: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}

.icon-clock-1 {
    color: #7c7c7c;
}

.acc-item-title {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #7c7c7c;
}

.acc-btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 109px;
    height: 27px;
    border-radius: 5px;
    border: solid 1px var(--theme);
    font-size: 10px;
    color: var(--theme);
    margin-right: 15px;
    transition: 0.3s;
}

.acc-btn-link:hover {
    background: var(--theme);
    color: #fff;
}

.acc-btn-title-mute {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4f4f4f;
    border-left: solid 1px #707070;
    padding: 10px;
    margin-left: 10px;
    height: 10px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .acc-btn-link {
        height: auto;
        width: auto;
        padding: 5px;
    }

    .acc-btn-title-mute {
        font-size: 12px;

    }

    .acc-btn-title {
        font-size: 12px;
        text-align: right;
        margin-left: 5px;
    }

    .acc-btn-body {
        padding: 10px;
    }

    .acc-btn-time {
        white-space: nowrap;
        font-size: 12px;
    }

    .acc-num {
        font-size: 20px;
    }

    .acc-item-body {
        padding: 10px;
    }

    .acc-item-title {
        font-size: 12px;
        text-align: right;
    }

    .acc-item-time {
        font-size: 12px;
        white-space: nowrap;
    }
}


.tc-teacher {
    display: flex;
    align-items: center;
}

.tc-teacher-info {
    margin-right: 16px;
}

.tc-teacher-title {
    font-size: 20px;
    font-weight: bold;
    color: #4b4b4b;
}

.tc-teacher-expert {
    font-size: 15px;
    color: #737373;
    border-right: solid 1px #bcbcbc;
    padding-right: 8.5px;
    margin-right: 8.5px;
}

.tc-teacher-text {
    font-size: 16px;
    line-height: 2.19;
    text-align: right;
    color: #585858;
    margin-top: 17px;
}

.tc-teacher-btn {
    width: 141px;
    height: 35px;
    border-radius: 6px;
    border: solid 1px var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
    color: var(--theme);
    transition: 0.3s;
}

.tc-teacher-btn:hover {
    background: var(--theme);
    color: #fff;
}

.tc-teacher-img {
    width: 170px;
    height: 170px;
    object-fit: contain;
    border-radius: 8px;
}

.tc-teacher-img-body {
    position: relative;
}

.tc-teacher-img-border {
    border-radius: 10px;
    width: 40px;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: 0;
}

.tc-teacher-img-body {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2px;
}

.question-body {
    padding: 24px 45px 16px 27px;
    border-radius: 5px;
    background-color: #f7f7f7;
    margin-top: 13px;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: right;
    color: #6d6d6d;
}

.tc-desc {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.19;
    letter-spacing: -0.5px;
    color: #4e4e4e;
    text-align: justify;
}

.tc-box-sticky-price {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #505050;
    margin-bottom: 10px;
}

.tc-box-sticky-price-1 {
    font-size: 20px;
    font-weight: 300;
    color: #939393;
    text-decoration: line-through;
}

.tc-box-sticky-price-2 {
    font-size: 22px;
    font-weight: 500;
    color: #505050;
}

.tc-box-sticky-time {
    height: 50px;
    border-radius: 10px;
    background-color: #d9e9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    color: #4e4e4e;
}

.tc-box-sticky-time span {
    font-size: 25px;
    color: #4e4e4e;
    margin-left: 5px;
}

.tc-box-sticky-btn {
    height: 50px;
    margin-top: 15px;
    border-radius: 10px;
    background-color: var(--theme);
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

.tc-box-sticky-btn:hover {
    background: #d57900;
}

@media (max-width: 767px) {
    .tc-teacher {
        flex-direction: column;
    }

    .tc-teacher-info {
        margin-right: 0;
        margin-top: 15px;
    }

    .tc-teacher-text {
        font-size: 16px;
        line-height: 2;
        margin-top: 10px;
    }
}

.tc-box-sticky {
    border-radius: 13px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #ddd;
    background-color: #fff;
    padding: 16px;
    text-align-last: center;
    margin-top: -60px;
}


@media (max-width: 767px) {
    .tc .backgrand-topic {
        display: none;
    }

    .tc-box-sticky {
        border-radius: 0;
        box-shadow: unset;
        border: 0;
        background-color: #fff;
        padding: 0;
        margin-top: 0;
    }

    .tc-box-sticky .plyr {
        border-radius: 0 !important;
    }

    .tc-box-sticky .plyr__video-wrapper {
        border-radius: 0 !important;
    }

    .tc-box-sticky-body {
        position: fixed;
        bottom: -1px;
        width: 100%;
        background: #fff;
        z-index: 99;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #fff;
    }

    .tc-box-sticky-price {
        font-size: 16px;
    }

    .tc-box-sticky-price span {
        font-size: 18px;
        color: var(--theme);
    }

    .tc-box-sticky-price {
        color: var(--theme);
        font-size: 16px;
        margin: auto;
    }

    .tc-box-sticky-time {
        display: none;
    }

    .tc-box-sticky-btn {
        font-size: 17px;
        height: 45px;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .position-sticky-md {
        position: -webkit-sticky !important;
        position: sticky !important;
    }
}


.card-blog2 {
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 30px;
    border-radius: 5px;
    margin-bottom: 23px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 0.1px #f8f8f8;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.card-blog2-img {
    width: 100%;
    height: auto;
    max-width: 320px;
    max-height: 200px;
    border-radius: 5px;
}

.card-blog2-info {
    margin-right: 40px;
}

.card-blog2-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17.7px;
}

.card-blog2-text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
    text-align: right;
    color: #505050;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    max-height: 105px;
    min-height: 105px;
    margin-bottom: 22px;
}

.card-blog2-btn {

    transition: 0.3s;
}

.card-blog2-title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: right;
    color: #333;
}

.card-blog2-date {
    font-size: 10.8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #aaa;
}

.card-blog2-btn {
    transition: 0.3s;
    width: 94px;
    height: 24px;
    background-color: var(--theme);
    border: 1px solid var(--theme);
    display: flex;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.card-blog2-btn:hover {
    background: transparent;
    color: var(--color3);
}


.blog-form {
    border-radius: 35px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    margin-top: 15px;
    border: solid 1px #efefef;
}

.blog-form-input {
    width: 100%;
    font-size: 14px;
    color: #969696;
    border: 0;
    outline: none;
    padding-right: 10px;
    background: transparent;
}

.blog-form-btn {
    background: var(--theme);
    border: 0;
    height: 40px;
    min-width: 55px;
    border-radius: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-cat {
    border: 1px solid #efefef;
    border-radius: 6px;
    margin-top: 10px;
    padding: 20px;
    color: #4b4b4b;
}

.blog-cat-title span {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-right: 5px;
}

.blog-cat-list {
    margin: 0;
    list-style: none;
    padding: 0;
    padding-right: 20px;
}

.blog-cat-list li {
    margin-top: 10px;
}

.blog-cat-list li a {
    color: #4b4b4b;
    font-size: 14px;
}

.blog-cat-list li a:hover {
    color: var(--color3);
}


.page-link {
    border: 0;
    width: 52px;
    height: 52px;
    border-radius: 5px;
    background-color: #f3f6f9;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #929aa9;
}

ul.pagination {
    justify-content: center;
    margin-top: 30px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #232427;
    background-color: #ffdeb2;
}

.page-item:first-child .page-link {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background: transparent;
    font-size: 16px;
    margin-left: 10px;
}

.page-item:last-child .page-link {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background: transparent;
    font-size: 16px;
    margin-right: 10px;
}

.page-item:first-child .page-link i {
    background: #f3f6f9;
    margin-left: 5px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    min-height: 25px;
}


.page-item:last-child .page-link i {
    background: #f3f6f9;
    margin-right: 5px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    min-height: 25px;
}

.blog-share-text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.92;
    letter-spacing: normal;
    text-align: right;
    color: #4b4b4b;
    margin-left: 17px;
}

.blog-tag {
    height: 30px;
    border-radius: 5px;
    background-color: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 2.17;
    text-align: right;
    color: #fff;
    margin-left: 10px;
    transition: 0.3s;
    padding: 0 10px;
}

.blog-tag:hover {
    background: var(--theme);
    color: #fff;
}


.blog-share-text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.92;
    letter-spacing: normal;
    text-align: right;
    color: #4b4b4b;
    margin-left: 17px;
}

.blog-share-item {
    width: 24px;
    height: 24px;
    padding: 3px;
    border-radius: 5px;
    color: #fff;
    background: #c8c8c8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10.7px;
    transition: 0.3s;
}

.blog-title {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: right;
    color: #1e1e1e;
}

.blog-date {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #969696;
}

.blog-content {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    text-align: justify;
    color: #4b4b4b;
    margin-top: 20px;
}

.back-blog {
    background-color: var(--theme);
    padding: 1px 0;
    margin-top: 40px;
    padding-bottom: 30px;
}


@media (max-width: 767px) {
    .page-link {
        width: auto;
        height: auto;
        font-size: 14px;
    }

    .page-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-item:last-child .page-link {
        padding: 0;
    }

    .page-item:first-child .page-link {
        padding: 0;
    }

    .page-item:first-child span {
        display: none;
    }

    .page-item:last-child span {
        display: none;
    }

    .card-blog2 {
        flex-direction: column;
        padding: 20px;
    }

    .card-blog2-img {
        max-width: 100%;
        max-height: 100%;
    }

    .card-blog2-info {
        margin-right: 0;
        margin-top: 25px;
    }

}


.back-comment {
    padding: 30px 100px 85px;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-top: 35px;
}

.back-comment-title {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #505050;
    border-bottom: 1px solid #E2000F;
    padding-bottom: 5px;
}

.comment-box2 {
    padding: 25.6px 40px 58.9px;
    border-radius: 5px;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    margin-bottom: 22px;
}

.back-comment-header {
    margin-bottom: 30px;
}

.comment-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: right;
    color: #505050;
    margin-top: 22px;
    font-family: IRANSansXFaNum;
}

.comment-box-info {
    display: flex;
    align-items: center;
}

.comment-box-info-item {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    letter-spacing: normal;
    text-align: center;
    color: #949494;
    margin-left: 15px;
    border-left: 1px solid #e2e2e2;
    padding-left: 15px;
}

.comment-box-info-item svg {
    margin-left: 10px;
}

.comment-box-info-item:last-child {
    border: 0;
}

.comment-form {
    padding: 44.6px 80px 39.1px;
    border-radius: 5px;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.05);
    border: solid 0.1px #ebebeb;
    background-color: #fff;
}

.comment-form-rate {
    display: flex;
    align-items: center;
    justify-content: end;
}

.comment-form-rate-star {
    margin-right: 25px;
    margin-left: 25px;
    direction: ltr;
}

.comment-form-rate-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #505050;
}

.comment-form-rate-num {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #aaa;
}


.wrapper-star input {
    display: none;
}

.wrapper-star label {
    margin: 0;
}

i.icon-star-empty {
    color: #dcdcdc;
}

i.icon-star {
    color: #f9bc00;
}

.comment-form-lable {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: right;
    color: #505050;
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--theme);
    outline: 0;
}

.comment-form-link {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: var(--theme);
}

.fce {
    display: flex;
    align-items: center;
    justify-content: end;
}

.comment-form-check-label {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #707070;
}

input#comment-private {
    accent-color: var(--theme);
    width: 16px;
    height: 16px;
}


.contact-us-form-submit {
    border: 1px solid var(--color3);
    background: var(--color3);
    width: 195.43px;
    height: 48.86px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

.contact-us-form-submit:hover {
    background-color: transparent;
    color: var(--color3);
}


.contact-us-card {
    padding: 20px;
    border-radius: 14.2px;
    box-shadow: 0 0 1.9px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    height: 100%;
}

.contact-us-card-head-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid var(--theme);
    padding-bottom: 10px;
}

.contact-us-card-head-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.21;
    text-align: center;
    color: #323232;
}

.contact-form {
    display: flex;
    align-items: center;
    margin-top: 16px;
    justify-content: space-between;
}

.contact-form label {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #505050;
}

.contact-form input {
    width: 100%;
    max-width: 384px;
    height: 37px;
    border-radius: 7px;
    background-color: #efefef;
    border: 0;
    text-align: center;
    outline-color: var(--theme);
    padding: 10px;
}

.contact-form textarea {
    width: 100%;
    border-radius: 12px;
    background-color: #efefef;
    border: 0;
    padding: 10px;
    outline-color: var(--theme);
}

.contact-form button {
    border: 0;
    outline: none;
    background: var(--theme);
    border: 1px solid var(--theme);
    color: #fff;
    padding: 5px 12px;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s;
}

.contact-us-card-address {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    text-align: right;
    color: #4b4b4b;
    margin-top: 10px;
    display: block;
}


.contact-us-card-phone {
    display: block;
    direction: ltr;
    font-size: 16px;
    line-height: 1.73;
    letter-spacing: 0.6px;
    text-align: center;
    color: #4b4b4b;
    margin-bottom: 5px;
}

.contact-us-card-show-phone {
    border: 0;
    outline: 0;
    height: 29px;
    width: 100%;
    max-width: 132.2px;
    border-radius: 4.7px;
    background-color: #0092c7;
    font-size: 8px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.4px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
    margin-top: 10px;
}

.contact-us-card-loc {
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    align-items: center;
    margin-top: 14px;
    padding-bottom: 7px;
}

.contact-us-card-loc-title {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: center;
    color: #4b4b4b;
    margin-left: 40px;
}

.contact-us-card-map {
    width: 29.9px;
    height: 29.9px;
    object-fit: contain;
    margin: 9px;
}


.contact-us-social-body {
    border-top: solid 2px #8cb4d2;
    margin-top: 40px;
    padding-top: 10px;
    text-align: center;
}

.contact-us-social-title {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #4b4b4b;
}


.contact-us-social {
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.contact-us-social a {
    margin: 0 10px;
    transition: 0.3s;
}


.contact-us-social a:hover {
    opacity: 0.7;
}

.about-us-title {
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: right;
    color: #333333;
}

.about-us-title span {
    color: var(--theme);
}

.about-us-content.mt-4 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: justify;
    color: #4e4e4e;
}

@media (max-width: 767px) {

    .contact-form input {
        max-width: 100%;

    }

    .contact-us-form-submit {
        width: 100%;
        height: 46px;
    }

    .comment-box-info {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .comment-box-info-item {
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
    }

    .back-comment {
        padding: 15px 0;
        margin-top: 25px;
    }

    .comment-text {
        font-size: 12px;
        margin-top: 10px;
    }

    .comment-box {
        padding: 15px;
    }

    .contact-form {
        flex-direction: column;
        align-items: start;
        padding: 0;
    }

    .comment-form {
        padding: 20px;
    }

    .comment-form-rate {
        margin-bottom: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .comment-form-rate-text {
        font-size: 16px;
    }

    .comment-form-lable {
        font-size: 14px;
    }

    .comment-form-btn {
        height: 38.5px;
        width: 100%;
    }
}

.fs-18 {
    font-size: 18px;
}

.video-box {
    height: 477px;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
    background-color: #fff;
    margin-top: 30px;
    position: relative;
}

.video-box-float-1 {
    position: absolute;
    top: 30px;
    right: -60px;
    z-index: -1;
}


.video-box-float-2 {
    position: absolute;
    left: -75px;
    bottom: 20%;
    z-index: -1;
}

.video-box .plyr {
    height: 100%;
}

.tc2-start {
    border-radius: 10px;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    padding: 15px;
}

.tc2-start-img {
    width: 260px;
    height: 176px;
    object-fit: cover;
    border-radius: 10px;
}

.tc2-start-info {
    margin-right: 45px;
}

.tc2-start-mute {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: right;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.tc2-start-title {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: right;
    color: #002e50;
}


.tc2-breadcrumb {
    padding: 0;
    background: transparent;
    font-size: 14px;
    margin-bottom: 10px;
}


.tc2-breadcrumb a {
    color: #4d4d4d;
}

.tc2-start-item {
    display: flex;
    align-items: center;
}

.tc2-start-item span {
    font-size: 14px;
    text-align: right;
    color: #424242;
}

.tc2-btn-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.tc2-btn-next {
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid var(--theme);
    justify-content: center;
    padding: 10px;
    border-radius: 8px 8px 8px 15px;
    color: var(--theme);
    transition: 0.3s;
}

.tc2-btn-prev {
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid var(--theme);
    justify-content: center;
    padding: 10px;
    border-radius: 8px 8px 15px 8px;
    color: var(--theme);
    transition: 0.3s;
}


.tc2-btn-next span {
    font-size: 14px;
    font-weight: 600;
}


.tc2-btn-prev span {
    font-size: 14px;
    font-weight: 600;
}

.tc2-btn-next i {
    width: 20px;
    height: 20px;
    border-radius: 8px;
    background: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: #fff;
}

.tc2-btn-prev i {
    width: 20px;
    height: 20px;
    border-radius: 8px;
    background: var(--color3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    color: #fff;
}

.tc2-btn-next:hover {
    background: var(--theme);
    color: #fff;
}

.tc2-btn-prev:hover {
    background: var(--theme);
    color: #fff;
}

video {
    width: 100%;
}

.tc2-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tc2-tag {
    border-radius: 10px;
    padding: 8px 12px;
    color: #4a4a4a;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.tc2-tag:hover {
    border-color: var(--color3);
    color: var(--color3);
}


.tc2-blog {
    display: flex;
    align-items: center;
    background: #f2f2f2;
    border-radius: 10px 10px 15px 15px;
    padding: 15px;
    transition: 0.3s;
    border-bottom: 3px solid var(--color3);

}

.tc2-blog-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.tc2-blog-title {
    font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
    height: 42px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-align: right;
    margin-right: 15px;
}


.tc2-blog:hover {
    border-color: var(--theme);
}

.tc2-start-item img {
    width: 25px;
    height: 25px;
    margin-left: 6px;
}

@media (max-width: 767px) {

    .video-box {
        height: auto;
        padding: 16px;
    }

    .tc2-start {
        flex-direction: column;
        align-items: start;
    }

    .tc2-start-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .tc2-start-info {
        margin-right: 0;
        margin-top: 20px;
    }

    .tc2-start-info {
        margin-right: 0;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .tc2-start-title {
        font-size: 18px;
        margin-top: 5px;
    }
}


@media (max-width: 1400px) {

    .video-box-float-1 {
        display: none;
    }

    .video-box-float-2 {
        display: none;
    }
}


.acc-tc-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.tc-btn-1 {
    background: var(--theme);
    border: 0;
    padding: 8px 12px;
    border-radius: 8px;
    margin-left: 10px;
    border: 1px solid var(--theme);
    transition: 0.3s;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 13px;

}

.tc-btn-1:hover {
    background: transparent;
    color: var(--theme);
}

.tc-btn-1-title {
    font-size: 14px;
}

.tc-btn-1-price {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.tc-btn-1-price span {
    font-size: 10px;
    font-weight: 500;
}

.tc-btn-2 {
    background: var(--theme);
    border: 0;
    padding: 8px 12px;
    border-radius: 8px;
    margin-left: 10px;
    border: 1px solid var(--theme);
    transition: 0.3s;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 13px;

}

.tc-btn-2:hover {
    background: transparent;
    color: var(--theme);
}

.tc-btn-2-title {
    font-size: 14px;
}

.tc-btn-2-price {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.tc-btn-2-price span {
    font-size: 10px;
    font-weight: 500;
}


.tc-btn-3 {
    background: #28a745;
    border: 0;
    padding: 8px 12px;
    border-radius: 8px;
    margin-left: 10px;
    border: 1px solid #28a745;
    transition: 0.3s;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 13px;

}

.tc-btn-3:hover {
    background: transparent;
    color: #28a745;
}

.tc-btn-3-title {
    font-size: 14px;
}

.tc-btn-3-price {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.tc-btn-3-price span {
    font-size: 10px;
    font-weight: 500;
}


.invoice {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.13);
    margin: 0;
    padding: 10px 30px 20px;
}

.invoice header {
    overflow: hidden;
    margin-bottom: 10px;
}

.invoice header section:nth-of-type(1) {
    text-align: center;
}

.invoice header section:nth-of-type(1) p {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #344760;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 5px;
}

.invoice header section:nth-of-type(1) span {
    color: #b7bcc3;
    font-size: 14px;
    letter-spacing: 2px;
}

a {
    cursor: pointer !important;
}

.logo-text {
    direction: rtl;
    text-align: right;
    padding-top: 30px;
    text-indent: 7px;
}

.logo-text h1 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
    text-indent: -99999em;
}

.acc-item-title h3 {
    font-size: initial;
}


#search {
    align-items: center;
    background: rgb(90 90 90 / 85%);

    display: flex;
    justify-content: center;

    position: fixed;
    transition: all 0.5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: 99;
}

#search:target {
    height: 100vh !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 9999999999 !important;
}

#search:target .close-btn {
    display: block;
}

#searchbox {
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 2rem;
    height: 2rem;
    max-width: 50%;
    outline: 0;
    padding: 2rem 1rem;
}

.close-btn {
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
}

.close-btn {
    display: block;
    position: fixed;
}

@media screen and (min-width: 768px) {
    .close-btn {
        display: none;
    }
}

#search.fade {
    display: none;
}

#search.active {
    height: 100%;
    z-index: 2;
    display: flex;
    width: 100%;
    transition: opacity 0.5s;
}


.autoplay-progress {
    position: absolute;
    right: 3%;
    bottom: 16px;
    z-index: 10;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: #ffffffb5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--theme);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    font-size: 5px;
    stroke: var(--theme);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.autoplay-progress span {
    font-size: 15px;
}

.swiper img {
    width: 100%;
    height: 100%;
}

body::-webkit-scrollbar {
    width: 7px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--theme);
    outline: 1px solid rgba(255, 255, 255, 0);
}

.plyr audio, .plyr iframe, .plyr video {
    max-height: 400px;
    background-color: white;
}

.notify-badge {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--theme);
    background-image: linear-gradient(to left, #ed8463 0%, #d15d95 50%, #b93bbf 100%);
    text-align: center;
    border-radius: 10px 5px 6px 0;
    color: white;
    padding: 5px 10px;
    font-size: 13px;
    z-index: 1;
}


.news-wrap-4-number {
    width: 36px;
    height: 36px;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    font-family: IRANSansXFaNum;
}

.fc-state-down, .fc-state-active {
    background-color: var(--theme);
    font-family: 'IRANSansXFaNum';
    color: white;
}

.fc-day-header.fc-widget-header {
    color: var(--theme);
}

.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled {
    background: var(--theme);
    font-family: 'IRANSansXFaNum';
}

.fc-toolbar h2 {
    color: var(--theme);
}

.news-wrap-4-title {
    font-size: 25px;
    font-weight: bold;
    color: var(--theme);
    margin-right: 10px;
}

.fc-unthemed td.fc-today {
    background: var(--theme) 30;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number:hover {
    background: var(--theme);
    text-decoration: none;
    color: #fff;
}

.fc-event {
    border: 1px solid var(--theme);
}

.fc-event, .fc-event-dot {
    background-color: var(--theme);
}

button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
    background: var(--theme);
}

button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
    background: var(--theme);
}


.news-wrap-4-info {
    display: flex;
    align-items: center;
}

.news-wrap-4-text {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: -0.43px;
    text-align: justify;
    color: #878787;
    margin-top: 20px;
    max-width: 400px;
}


.news-wrap-6-img-body {
    position: relative;
}

.news-wrap-6-img {
    width: 100%;
    max-width: 562px;
    height: 380px;
    opacity: 0.33;
    position: absolute;
    top: 0;
    z-index: -1;
}

.news-wrap-6-box {
    border-radius: 60px;
    box-shadow: -4.6px -6.6px 5px 0 rgba(0, 0, 0, 0.16);
    background-color: #e9e9e9a8;
    margin-top: 40px;
    padding: 20px 60px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.news-wrap-6-box-text {
    color: #474747;
    font-size: 17px;
    line-height: 2;
}

.news-wrap-6-box-text span {
    margin: 0 10px;
}

.news-wrap-6-box-name {
    font-size: 15px;
    color: #4d4d4d;
}

a.fc-more {
    display: inline-block;
    background-color: var(--theme);
    margin: 5px 3px;
    padding: 2px;
    font-size: 12px;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.ui-dialog-title {
    position: absolute;
    top: 7px;
    right: 15px;
    margin-top: 10%;
    font-size: 16px;
    color: var(--theme);
}

p#description {
    margin-top: 20%;
}

.ui-dialog .bttn {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 6px 12px;
    outline: none;
    background-color: var(--theme);
    background-image: unset;
    background-repeat: repeat-x;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}

button.ui-dialog-titlebar-close:before {
    content: 'بستن';
    font-family: 'IRANSansXFaNum';
    padding: 5px;
}

.ui-dialog-titlebar-close {
    position: absolute;
    top: 7px;
    left: 6px;
    color: black;
    cursor: pointer;
    background-color: #a2a2a2;
    background-image: unset;
    background-repeat: unset;
    border: 1px solid #ff000000;
    border-radius: 3px;
}


@media (max-width: 767px) {
    .news-wrap-6-body {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .news-wrap-6-box {
        border-radius: 20px;
        margin-top: 10px;
        padding: 15px;
        flex-direction: column;
    }

    .news-wrap-6-box-text {
        font-size: 14px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .news-wrap-6-box-name {
        font-size: 12px;
        margin-top: 10px;
    }

    .news-wrap-6-img-body {
        display: none;
    }

    .aj-neshast-img-body {
        height: 250px;
    }
}

.max-w-400 {
    max-width: 400px;
}

.swiper img {
    max-height: 500px !important;
}

@media screen  and (max-width: 720px) {

    .autoplay-progress {
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }

    .autoplay-progress svg {
        stroke-width: 4px;
    }

    .autoplay-progress span {
        font-size: 13px;
    }

    .swiper img {
        max-height: 150px !important;
    }

    .max-w-400 {
        max-width: 315px;
    }
}


@media (min-width: 767.5px) {
    .dropdown .dropdown > ul {
        top: 0;
        right: 100%;
    }

    .dropdown .dropdown > ul::before {
        display: none;

    }
}

.dropdown ul {
    left: 0;
    z-index: 1000;
    display: none;
    padding: 0.5rem 0;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    position: absolute;
    border-radius: 5px;
    margin: 0 0 0;
    border: 1px solid #f2f2f2;
    min-width: 200px;
    font-size: 14px;
    transition: opacity 0.3s ease-in-out;
    right: 0;
}

a.banner-wrap-new.my-3 {
    text-align: center;
    display: block;
}

.banner-wrap-new-img {
    width: 100%;
}


#loader {
    z-index: 9999;
}

.tc {
    text-align: center;
    backdrop-filter: blur(93px);
    background-color: var(--theme);
    margin: 5px;
    padding: 10px;
}

.packageImage {
    width: auto !important;
    max-width: 100%;
    height: auto;
    max-height: 250px;
    box-shadow: 0 0 5px 0px #ffffff;
}
