/* ----------------------------- IMPORTS ----------------------------- */
@import "fontiran.css";

/* ----------------------------- COLORS CSS ROOT ----------------------------- */
:root {
    --colorMenuTextTrue: #008C86;
    --colorMenuTextFalse: #858585;
    --colorMenuIndicator: #2FB99D;
    --colorMenuActiveItem: #49E6C6;
    --colorRegisterBtn: #2FB99D;
    --colorRegisterBtnBorder: #49E6C6;
    --colorSearchForm: #F2F2F2;
    --colorSearchPlaceHolder: #858585;
    --colorSearchText: #656565;
    --colorSliderButtonText: #008C86;
    --colorSliderButton: #008c86;
    --colorSliderIndicatorTrue: #2FB99D;
    --colorSliderIndicatorFalse: #a1a1a1;
    --colorQuickFalse:#F9F9F9;
    --colorQuickTrue: #FFFFFF;
    --colorQuickBorder: #49E6C6;
    --colorQuickTextFalse: #858585;
    --colorQuickTextTrue: #464646;
    --colorTitlesDarkText: #464646;
    --colorTitlesLightText: #858585;
    --colorRateBarTrue: #F9AE50;
    --colorRateBarFalse: #FFD8A7;
    --colorProduct: #E8FFFA;
    --colorProductBorder: #49E6C6;
    --colorStudentCount: #2FB99D;
    --colorKeramatNeveshtBorder: #49E6C6;
    --colorLocationPathTrue: #49E6C6;
    --colorLocationPathFalse: #858585;
    --colorQuickDetailTrue: #2FB99D;
    --colorQuickDetailFalse: #858585;
}

/* ----------------------------- BODY CSS CODE ----------------------------- */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: iranyekan !important;
    scroll-behavior: smooth;
}

body {
    direction: rtl;
    background: white;
    min-width: 375px;
}

.body_design {
    margin: 30px 0;
    z-index: 0;
}

/* ----------------------------- HEADER CSS CODE ----------------------------- */
.header_design {
    margin: 15px 0;

}

.menu_design {
}

.menu_design nav {
    width: 100%;
    height: 60px;
}

.menu_design nav > img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 15px;
    float: right;
}

.menu_design nav ul {
    list-style: none;
    line-height: 60px;
    padding: 0;
    margin: 0;
    z-index: 10;
}

.menu_design nav ul li {
    display: inline-block;
}

.menu_design nav ul li a {
    font-size: 12.5px;
    padding: 8px 16px;
    font-weight: bold;
    color: var(--colorMenuTextFalse);
    text-decoration: none;
    transition: 0.5s;
}

#active_menu, .menu_design nav ul li a:hover {
    background: var(--colorMenuActiveItem);
    color: var(--colorMenuTextTrue);
    border-radius: 30px;
}

.burger_menu_btn {
    cursor: pointer;
    line-height: 60px;
    float: left;
    margin: 0 15px;
    display: none;
}

.burger_menu_btn img {
    width: 20px;
    height: 20px;
    transition: 0.5s;
    transform: rotate(0deg);
}

#input_check_burger_menu {
    display: none;
}

.btn_register {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    padding: 8px 16px;
    background: var(--colorRegisterBtn);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid var(--colorRegisterBtnBorder);
    font-size: 12.5px;
    transition: ease-in-out 0.3s;
    float: left;
}

.btn_register:hover {
    border-radius: 30px;
    text-decoration: none;
    color: white;
    box-shadow: 0 0 6px rgba(0, 140, 134, 0.5);
}

/* ----------------------------- LOCATION PATH CSS CODE ----------------------------- */
.location_path_design {
    margin: 60px 0;
}

.location_path_design .location_path {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.location_path a {
    color: var(--colorLocationPathFalse);
    font-size: 14px;
    margin: 0 15px;
    text-decoration: none;
    transition: color 0.5s;
}

.location_path a:hover {
    color: var(--colorLocationPathTrue);
}

.location_path img {
    width: 12px;
    height: 12px;
}

/* ----------------------------- LINE TITLE CSS CODE ----------------------------- */
.line-title-design {
    margin: 45px 8px;
}

.line-title-design h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTitlesDarkText);
}

.line-title-design hr {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #FFFFFF, #71DFC1);
    border-radius: 5px;
    border-width: 0;
    margin: 0;
}

/* ----------------------------- GO UP CSS CODE ----------------------------- */
.go-up-design {
    margin: 120px 0;
}

.go-up-design a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    color: #707070;
    background: #FFFFFF;
    border: 2px solid #707070;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.5s;
}

.go-up-design a:hover {
    background: #FBFBFB;
    color: var(--colorTitlesDarkText);
}

/* ----------------------------- FOOTER CSS CODE ----------------------------- */
.footer-design {
    background: linear-gradient(180deg, #006A65, #0D3A51);
    width: 100%;
    padding: 30px 30px 5px 30px;
}

.footer-lines {
    margin: -40px -30px;
}

.footer-lines .footer-line-first {
    background: #49E6C6;
    height: 10px;
    margin: 0;
    border: none;
}

.footer-lines .footer-line-center {
    background: #2FB99D;
    height: 20px;
    margin: 0;
    border: none;
}

.footer-lines .footer-line-end {
    background: #008C86;
    height: 30px;
    margin: 0;
    border: none;
}

.footer-main {
    width: 100%;
    margin-top: 100px;
}

.footer-right {

}

.footer-right .about-keramat {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-right .about-keramat img {
    width: 60px;
    height: 60px;
    float: right;
}

.footer-right .about-keramat h1 {
    font-size: 30px;
    font-weight: bolder;
    color: white;
    margin: 10px 15px;
}

.footer-right p {
    color: #C2C2C2;
    font-size: 12.5px;
    text-align: right;
    max-width: 600px;
    margin: 30px 0;
    line-height: 25px;
}

.footer-right .about-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 15px 0;
}

.footer-right .about-container img {
    width: 25px;
    height: 25px;
    float: right;
}

.footer-right .about-container h3 {
    font-size: 12.5px;
    color: #C2C2C2;
    margin: 10px 10px;
}

.footer-left {
}

.footer-left form {
    width: 100%;
    outline: none;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 10px 30px 30px 10px;
    padding: 10px 20px;
}

.footer-left form button {
    width: 25px;
    height: 25px;
    outline: none;
    border: none;
    background: none;
}

.footer-left form input {
    width: 80%;
    outline: none;
    border: none;
    font-size: 12.5px;
    color: var(--colorSearchText);
    background: none;
}

.footer-left form input::placeholder {
    color: var(--colorSearchPlaceHolder);
}

.footer-left h1 {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin: 30px 0;
}

.social-container {
    display: flex;
    flex-direction: row;
}

.social-container img {
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin: 0 15px;
}

.social-container img:hover {
    filter: invert(0) sepia(1) saturate(10) hue-rotate(100deg);
}

.footer-left h3 {
    font-size: 16px;
    margin: 30px 0;
    color: #C2C2C2;
}

.footer-left .enamad-container {
    display: flex;
    flex-direction: row;
}

.enamad-container img {
    width: 80px;
    height: 80px;
    margin: 0 15px;
}

.footer-line-title-design {
    margin: 15px 0;
}

.footer-line-title-design h3 {
    font-size: 16px;
    font-weight: bold;
    color: #C2C2C2;
}

.footer-line-title-design hr {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(113, 223, 193, 0.35));
    border-radius: 5px;
    border-width: 0;
    margin: 0;
}

.footer-links-design {
    display: flex;
    align-items: center;
}

.footer-links-design a {
    font-size: 12.5px;
    color: white;
    opacity: 0.5;
    text-decoration: none;
    margin: 5px 5px;
}

.footer-links-design a img {
    width: 20px;
    height: 20px;
    opacity: 0.5;
    margin: 5px;
}

.footer-links-design a:hover {
    opacity: 1;
    color: #2FB99D;
}

.footer-links-design a:hover img {
    opacity: 1;
}

.footer-bottom h1 {
    color: #008C86;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}

/* ---------------- INDEX - PAGE CSS CODE ---------------- */
/* Search Design CSS */
.search-design {
    margin: 60px 0 0 0;
}

.search-design form {
    width: 60%;
    outline: none;
    background: var(--colorSearchForm);
    border: none;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 10px 30px;
    z-index: 2;
}

.search-design form button {
    width: 25px;
    height: 25px;
    outline: none;
    border: none;
    background: none;
}

.search-design form input {
    width: 90%;
    outline: none;
    border: none;
    font-size: 12.5px;
    color: var(--colorSearchText);
    background: none;
    padding: 0 5px;
}

.search-design form input::placeholder {
    color: var(--colorSearchPlaceHolder);
}

/* Slider Design CSS */
.slider-design {
    margin-top: -25px;
}

.slide_container {
    width: 100%;
    height: 600px;
    position: relative;
}

.slide_indicator .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translate(-50%, -50%);
}

.slide_indicator .owl-dots .owl-dot {
    outline: none;
    border: none;
}

.slide_indicator .owl-dots .owl-dot.active span {
    width: 60px;
    background: var(--colorSliderIndicatorTrue);
}

.slide_indicator .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: var(--colorSliderIndicatorFalse);
    margin: 0 5px;
    transition: ease-in-out 0.3s;
    cursor: pointer;
}

.slide_indicator .owl-dots .owl-dot span:hover {
    background: var(--colorSliderIndicatorTrue);
}

.slide-item {
    width: 100%;
    height: 600px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(112, 112, 112, 0.6), #1E1E1E), url("~/Images/Site/Site/img_slider_1.jpg"), no-repeat center center;
    background-size: cover;
    border-radius: 15px;
}

.slide-item .slide-details {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
}

.slide-item .slide-details img {
    width: 30px;
    height: 30px;
    float: right;
}

.slide-item .slide-details h1 {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin: 5px 40px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
}

.slide-item .slide-details h3 {
    font-size: 14px;
    color: white;
    margin: 15px 40px;
}

.slide-item a {
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    background: white;
    color: var(--colorSliderButtonText);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 20px;
    left: 20px;
    border-radius: 10px;
    margin: 10px 0;
    font-size: 12.5px;
    transition: background-color 0.5s;
}

.slide-item a:hover {
    background: var(--colorSliderButton);
    color: white;
}

/* Quick Access Design */
.quick-access-design {
    margin-top: 120px;
}

.quick-item {
    text-align: center;
}

.quick-item img {
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 35px;
    background: var(--colorQuickFalse);
    border: 2px solid var(--colorQuickBorder);
    cursor: pointer;
    transition: ease-in-out 0.5s;
}

.quick-item:hover img {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.quick-item h4 {
    font-size: 14px;
    color: var(--colorQuickTextFalse);
    text-align: center;
    margin: 15px 0;
    transition: color 0.5s;
}

.quick-item:hover h4 {
    color: var(--colorQuickTextTrue);
}

/* Special Slider Design */
.special-slider-design {
    margin: 60px 0 200px 0;
}

.special-slider-design h1 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTitlesDarkText);
}

.special-slider-design section {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.special-slide-item {
    width: 350px;
    height: 500px;
    position: relative;
    padding: 15px;
    background: linear-gradient(180deg, white, #2FB99D);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.special-slide-item img {
    position: absolute;
    width: 320px;
    height: 225px;
    border-radius: 5px;
}

.special-slide-item h3 {
    position: absolute;
    top: 250px;
    right: 15px;
    font-size: 14px;
    font-weight: bold;
    color: var(--colorTitlesDarkText);

    max-width: 96%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.special-slide-item h4 {
    position: absolute;
    top: 370px;
    left: 15px;
    font-size: 12.5px;
    font-weight: bold;
    color: var(--colorTitlesDarkText);
}

.special-slide-item a {
    position: absolute;
    display: block;
    top: 420px;
    left: 36%;
    font-size: 12.5px;
    font-weight: normal;
    background: #464646;
    color: #49E6C6;
    padding: 10px 30px;
    border: 2px solid #008C86;
    border-radius: 30px;
    text-align: center;
}

.special-slide-item .teacher-container {
    position: absolute;
    top: 320px;
    right: 15px;
}

.special-slide-item .teacher-container img {
    width: 30px;
    height: 30px;
    float: right;
}

.special-slide-item .teacher-container h5 {
    font-size: 12.5px;
    color: var(--colorTitlesLightText);
    margin: 8px 40px;
    font-weight: normal;
}

.special-slider-design .swiper {
    margin: 150px 0 0 0;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.special-slider-design .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 500px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    filter: blur(2px);
    border-radius: 10px;
}

.special-slider-design .swiper-slide-active {
    filter: blur(0);
}

/* Product Design CSS */
.product-design {
    margin: 45px 10px 100px 10px;
}

.product-design section {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item {
    cursor: pointer;
    position: relative;
    width: 320px;
    height: 450px;
    padding: 10px;
    background: var(--colorProduct);
    border: 2px solid var(--colorProductBorder);
    border-radius: 0 15px 80px 15px;
    transition: ease-in-out 0.3s;
}

.product-item:hover {
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
}

.product-item:hover p {
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
}

.product-item h3 {
    position: absolute;
    top: 225px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: var(--colorTitlesDarkText);

    max-width: 96%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item img {
    position: absolute;
    width: 300px;
    height: 200px;
    border-radius: 0 5px 5px 5px;
    margin: 0 -2px;
}

.product-item .teacher-container {
    position: absolute;
    top: 280px;
}

.product-item .teacher-container img {
    width: 25px;
    height: 25px;
    float: right;
}

.product-item .teacher-container h5 {
    font-size: 12.5px;
    color: var(--colorTitlesLightText);
    margin: 8px 40px;
    font-weight: normal;
}

.product-item .ratebar-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 340px;
    left: 10px;
}

.product-item .ratebar-container svg {
    width: 25px;
    height: 25px;
}

.product-item h4 {
    position: absolute;
    top: 410px;
    left: 10px;
    font-size: 12.5px;
    font-weight: bold;
    color: var(--colorTitlesDarkText);
}

.product-item .student-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 410px;
    right: 70px;
}

.product-item .student-container img {
    float: right;
    width: 20px;
    height: 20px;
}

.product-item .student-container h6 {
    margin-right: 30px;
    margin-top: 2px;
    font-size: 12.5px;
    color: var(--colorStudentCount);
}

.product-item p {
    bottom: -15px;
    right: 0;
    position: absolute;
    font-size: 12.5px;
    font-weight: bold;
    color: white;
    background: #008C86;
    border: 2px solid #2FB99D;
    padding: 12px 10px;
    border-radius: 35px;
    margin-top: 20px;
    transition: ease-in-out 0.3s;
}

.product-design .swiper {
    width: 100%;
    height: 600px;
}

.product-design .swiper-button-next::after, .product-design .swiper-button-prev::after {
    content: "";
}

.product-design .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: var(--colorSliderIndicatorFalse);
    margin: 0 5px;
    transition: ease-in-out 0.3s;
    cursor: pointer;
    opacity: 1;
}

.product-design .swiper-pagination-bullet:hover {
    background: var(--colorSliderIndicatorTrue);
}

.product-design .swiper-pagination-bullet-active {
    width: 60px;
    background: var(--colorSliderIndicatorTrue);
}

.product-design .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* Keramat Nevesht Design CSS */
.keramat-nevesht-design {
    margin: 45px 10px 100px 10px;
}

.keramat-nevesht-design section {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.keramat-nevesht-item {
    cursor: pointer;
    position: relative;
    width: 300px;
    height: 450px;
    padding: 15px;
    background: white;
    border: 5px solid #49E6C6;
    transition: ease-in-out 0.3s;
    box-shadow: -10px -10px 0 #E8FFFA;
    border-radius: 0 0 60px 0;
}

.keramat-nevesht-item:hover {
    box-shadow: -10px -10px 0 #2FB99D;
}


.keramat-nevesht-item img {
    position: absolute;
    width: 100%;
	height:auto;
    max-height: 185px;
    top: 15px;
    left: 15px;
    right: 15px;
}

.keramat-nevesht-item img {
    position: absolute;
    width: 270px;
    height: 185px;
    border: 2px solid var(--colorKeramatNeveshtBorder);
    top: 15px;
    left: 15px;
    right: 15px;
}

.keramat-nevesht-item h3 {
    position: absolute;
    top: 220px;
    left: 15px;
    right: 15px;
    font-size: 14px;
    color: var(--colorTitlesDarkText);

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.keramat-nevesht-item p {
    position: absolute;
    top: 250px;
    left: 15px;
    right: 15px;
    font-size: 12.5px;
    font-weight: 300;
    color: var(--colorTitlesLightText);

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: right;
}

.keramat-nevesht-item a {
    position: absolute;
    bottom: 0;
    font-size: 12.5px;
    color: #008C86;
    left: 0;
    right: 0;
    background: #49E6C6;
    height: 50px;
    border-radius: 50px 0 50px 0;
    box-shadow: -3px -6px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.keramat-nevesht-design .swiper {
    width: 100%;
    height: 600px;
}

.keramat-nevesht-design .swiper-button-next::after, .keramat-nevesht-design .swiper-button-prev::after {
    content: "";
}

.keramat-nevesht-design .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: var(--colorSliderIndicatorFalse);
    margin: 0 5px;
    transition: ease-in-out 0.8s;
    cursor: pointer;
    opacity: 1;
}

.keramat-nevesht-design .swiper-pagination-bullet:hover {
    background: var(--colorSliderIndicatorTrue);
}

.keramat-nevesht-design .swiper-pagination-bullet-active {
    width: 60px;
    background: var(--colorSliderIndicatorTrue);
}

.keramat-nevesht-design .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* ---------------- DETAILS - PAGE CSS CODE ---------------- */

/* Quick Detail Design */
.quick_detail_design {

}

.quick_detail {
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 15px 20px;
    position: relative;
}

.quick_detail a {
    font-size: 14px;
    margin: 0 8px;
    color: var(--colorQuickDetailFalse);
    transition: ease-in-out 0.3s;
    text-decoration: none;
}

.quick_detail a:hover, .quick_detail .active {
    color: var(--colorQuickDetailTrue);
}

.quick_detail hr {
    transition: 1s;
    bottom: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    background: var(--colorQuickDetailTrue);
    height: 5px;
    border-radius: 5px 5px 0 0;
    border: none;
    display: none;
}

/* Main Detail Design */
.main_detail_design {
    margin: 45px 0;
}

.detail_main_img img {
    width: 100%;
    height: 485px;
    border-radius: 15px;
    border: 2px solid #49E6C6;
    object-fit: cover;
    object-position: center;
}

.main_detail_design .detail_main_buy {
}

.detail_main_buy .detail_main_price {
    background: white;
    border: 2px solid #49E6C6;
    color: var(--colorTitlesDarkText);
    box-shadow: 0 3px 10px rgba(73, 230, 198,0.6);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}

.detail_main_price h1 {
    font-size: 16px;
    color: var(--colorTitlesDarkText);
    font-weight: bold;
    margin: 0 15px;
}

.detail_main_price h3 {
    font-size: 16px;
    color: var(--colorTitlesDarkText);
    background: #49E6C6;
    border-radius: 6px;
    height: 100%;
    padding: 10px 20px;
    margin: -1px 0;
}

.detail_main_buy .detail_main {
    background: #E8FFFA;
    border-width: 2px;
    border-color: #49E6C6;
    border-style: dashed;
    border-radius: 15px;
    height: 350px;
    position: relative;
}

.detail_main h1 {
    font-size: 16px;
    color: var(--colorTitlesDarkText);
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
    left: 15px;
}

.detail_main > h5 {
    font-size: 12.5px;
    color: var(--colorTitlesDarkText);
    position: absolute;
    top: 290px;
    right: 15px;
    left: 15px;
    padding: 10px 15px;
    text-align: center;
    background: white;
}

.detail_main_info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.detail_main_info img {
    width: 30px;
    height: 30px;
    float: right;
    margin: 0;
}

.detail_main_info h5 {
    font-size: 14px;
    color: #464646;
    margin: 8px 10px 0 0;
}

.detail_main_teacher {
    position: absolute;
    top: 80px;
    right: 15px;
}

.detail_main_date {
    position: absolute;
    top: 120px;
    right: 15px;
}

.detail_main_time {
    position: absolute;
    top: 160px;
    right: 15px;
}

.detail_main_rate {
    position: absolute;
    top: 200px;
    right: 15px;
}

.detail_main_student {
    position: absolute;
    top: 240px;
    right: 15px;
}

.detail_main_favorite {
    position: absolute;
    top: 240px;
    left: 15px;
}

.detail_main_ratebar {
    position: absolute;
    top: 200px;
    left: 15px;
}

.detail_main_ratebar svg {
    width: 25px;
    height: 25px;
}

.detail_main_buy .detail_main_register {
    color: var(--colorTitlesDarkText);
    border-radius: 10px;
    margin: 10px;
    text-align: center;
    transition: ease-in-out 0.5s;
    transform: scale(1.0);
    cursor: pointer;
}

.detail_main_buy .detail_main_register:hover {
    transform: scale(1.05);
}

.detail_main_register h1 {
    color: var(--colorTitlesDarkText);
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

/* Line Title Design CSS */
.line-title-design {
    margin: 45px 8px;
}

.line-title-design h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTitlesDarkText);
}

.line-title-design hr {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #FFFFFF, #71DFC1);
    border-radius: 5px;
    border-width: 0;
    margin: 0;
}

/* Dot Text Design CSS */
.dot_text_design {
}

.dot_text {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 16px;
}

.dot_text span {
    width: 12px;
    height: 12px;
    background: var(--colorTitlesDarkText);
    border-radius: 50%;
    float: right;
    margin: 2px 0 2px 8px;
}

.dot_text h3 {
    font-size: 14px;
    color: var(--colorTitlesDarkText);
    text-align: right;
    line-height: 20px;
}

/* Teacher Info Design */
.teacher_info_design {
    margin: 150px 0;
}

.teacher_info {
    background: #F9F9F9;
    border-radius: 15px;
    transform: rotate(0deg);
    position: relative;
}

.teacher_info .back_anime {
    background: white;
    border-radius: 15px;
    transform: rotate(+0deg);
    border: 5px solid #F9F9F9;
    transition: ease-in-out 0.8s;
    cursor: pointer;
}

.teacher_info:hover .back_anime {
    transform: rotate(0deg);
}

.teacher_profile {
    position: absolute;
    background: #F9F9F9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 160px;
    height: 160px;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.teacher_profile span {
    width: 125px;
    height: 125px;
    border: 5px solid transparent;
    border-radius: 50%;
    background: linear-gradient(to right, white, white), linear-gradient(to right, #E649D6, #008C86);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    display: grid;
    justify-content: center;
    align-items: center;
}

.teacher_profile span img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.teacher_info h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: var(--colorTitlesDarkText);
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.teacher_bio {
    margin: 200px 30px 30px;
}

.teacher_skills {
    margin: 5px 30px;
}

.teacher_skills h3 {
    font-size: 18px;
    font-weight: bold;
    color: #2FB99D;
}

.teacher_skills p {
    font-size: 16px;
    color: var(--colorTitlesDarkText);
    max-width: 300px;
    margin: 5px 0;
}

.teacher_address {
    display: flex;
    flex-direction: column;
    margin: 5px 30px;
}

.teacher_address h3 {
    font-size: 18px;
    font-weight: bold;
    color: #2FB99D;
}

.teacher_info_address {
    display: flex;
    flex-direction: row;
    margin: 5px 0;
}

.teacher_info_address img {
    width: 25px;
    height: 25px;
}

.teacher_info_address h5 {
    margin: 5px 10px;
    font-size: 16px;
    color: var(--colorTitlesDarkText);
}

.comments_design {

}

.comments {
    width: 100%;
    margin: 0 15px;
}

.comment_item {
    margin: 10px 0;
    padding: 8px;
    background: white;
    border: 2px solid #49E6C6;
    transition: ease-in-out 0.5s;
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.comment_item:hover {
    border: 2px solid #49E6C6;
    background: #E8FFFA;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.05);
}

.comment_user {
    display: flex;
    flex-direction: row;
}

.comment_user img {
    width: 80px;
    height: 80px;
    border: 2px solid #49E6C6;
    border-radius: 50%;
}

.comment_user_answer {
    display: flex;
    flex-direction: column;
    margin: 15px 10px;
}


.comment_user_answer h3 {
    color: var(--colorTitlesDarkText);
    font-size: 16px;
    font-weight: bold;

}

.comment_user_answer h4 {
    color: var(--colorTitlesLightText);
    font-size: 12.5px;
    float: right;
}

.comment_tooltip h5 {
    background: white;
    padding: 10px 15px;
    color: var(--colorTitlesLightText);
    font-size: 12.5px;
    text-align: left;
    position: absolute;
    top: 15px;
    left: 15px;
}

.comment_item p {
    color: var(--colorTitlesDarkText);
    font-size: 12.5px;
    margin: 10px 5px;
}

.comment_send {
    margin: 15px 0 0 0;
}

.comment_send form {
    outline: none;
    background: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 2px solid #c1ffeb;
    border-radius: 10px;
}

.comment_send form textarea {
    outline: none;
    border: none;
    font-size: 12.5px;
    padding: 5px 10px;
    color: var(--colorTitlesDarkText);
    background: none;
    width: 90%;
}

.comment_send form button {
    outline: none;
    border: none;
    font-size: 12.5px;
    color: var(--colorTitlesDarkText);
    background: #4CD28B;
    padding: 10px 15px;
    border-radius: 10px;
}

/* ---------------- PRODUCTS - PAGE CSS CODE ---------------- */

.search-design-product {
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    background: var(--colorSearchForm);
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 0 15px 0 15px;
    align-items: center;
    padding: 10px 15px;
    justify-content: space-between;
}

.search-design-product form {
    width: 40%;
    outline: none;
    border: none;
}

.search-design-product .dropbtn {
    background: #E8FFFA;
    color: #008C86;
    padding: 5px 16px;
    font-size: 12.5px;
    border: 2px solid #2FB99D;
    border-radius: 0 10px 0 10px;
    cursor: pointer;
    float: left;
    transition: 0.5s;
    outline: none;
}

.search-design-product .dropbtn:hover, .search-design-product .dropbtn:focus {
    background: #2FB99D;
    color: white;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    width: 220px;
    display: none;
    position: absolute;
    background: #E8FFFA;
    box-shadow: 0 8px 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 35px;
    left: 0;
    border-radius: 5px;
}

.dropdown-content a {
    color: #008C86;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 12.5px;
    border-bottom: 1px solid #d7d7d7;
}

.dropdown-content a:hover {
    background: #2FB99D;
    color: white;
}

.show {
    display: block;
}

.search-design-product form button {
    width: 25px;
    height: 25px;
    outline: none;
    border: none;
    background: none;
}

.search-design-product form input {
    width: 70%;
    outline: none;
    border: none;
    font-size: 12.5px;
    color: var(--colorSearchText);
    background: none;
}

.search-design-product form input::placeholder {
    color: var(--colorSearchPlaceHolder);
}

.product_items {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.product-item {
    margin: 15px 0;
    cursor: pointer;
    position: relative;
    width: 260px;
    height: 360px;
    padding: 10px;
    background: var(--colorProduct);
    border: 2px solid var(--colorProductBorder);
    border-radius: 0 15px 80px 15px;
    transition: ease-in-out 0.3s;
}

.product-item:hover {
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
}

.product-item:hover p {
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
}

.product-item h3 {
    position: absolute;
    top: 180px;
    font-size: 14px;
    font-weight: bold;
    color: var(--colorTitlesDarkText);

    max-width: 96%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    right: 15px;
}

.product-item img {
    position: absolute;
    width: 240px;
    height: 160px;
    border-radius: 0 5px 5px 5px;
    object-position: center;
    object-fit: cover;
    margin: 0 -2px;

}

.product-item .teacher-container {
    position: absolute;
    top: 225px;
    right: 15px;
}

.product-item .teacher-container img {
    width: 25px;
    height: 25px;
    float: right;
    padding: 0;
}

.product-item .teacher-container h5 {
    font-size: 12.5px;
    color: var(--colorTitlesLightText);
    margin: 8px 30px;
    font-weight: normal;
}

.product-item .ratebar-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 270px;
    left: 10px;
}

.product-item .ratebar-container svg {
    width: 25px;
    height: 25px;
}

.product-item h4 {
    position: absolute;
    top: 328px;
    left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: var(--colorTitlesDarkText);
}

.product-item .student-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 325px;
    right: 60px;
}

.product-item .student-container img {
    float: right;
    width: 20px;
    height: 20px;
    padding: 0;
}

.product-item .student-container h6 {
    margin-right: 25px;
    margin-top: 2px;
    font-size: 12.5px;
    color: var(--colorStudentCount);
}

.product-item p {
    bottom: -15px;
    right: 0;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: #008C86;
    border: 2px solid #2FB99D;
    padding: 10px 8px;
    border-radius: 50%;
    margin-top: 20px;
    transition: ease-in-out 0.3s;
}

/* Product Price*/
.product_price_area {
    background: white;
    padding: 16px 12px;
    box-shadow: 0 3px 8px #49E6C6;
    border: 2px solid #49E6C6;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product_price_area button{
    background: #2FB99D;
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    margin-top: 30px;
    width: fit-content;
    border: none;
    border-radius: 3px;
    transition: 0.3s;
    outline: none;
}

.product_price_area button:hover{
    background: #008C86;
}

.product_price_area h3 {
    font-size: 14px;
    color: #464646;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 10px;
}

.product_price_area h3 span {
    font-size: 14px;
    color: #464646;
    font-weight: bold;
}

.product_price_area h2 {
    font-size: 14px;
    color: #464646;
    font-weight: normal;
    margin-top: 30px;
}

.product_price_area h2 span {
    font-size: 14px;
    color: #008C86;
    font-weight: bold;
}

.product_price_range_slider {
    position: relative;
}

.slider_track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 10px;
}

.product_price_range_slider input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
    pointer-events: none;
}

.product_price_range_slider input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.product_price_range_slider input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.product_price_range_slider input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

.product_price_range_slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #464646;
    border-radius: 50%;
    margin: -8px 0;
    pointer-events: auto;
    border: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.product_price_range_slider input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background: #464646;
    border-radius: 50%;
    margin: -8px 0;
    pointer-events: auto;
    border: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.product_price_range_slider input[type="range"]::-ms-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: #464646;
    border-radius: 50%;
    margin: -8px 0;
    pointer-events: auto;
    border: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}


.product_price_range_slider input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background: #464646;
    border-radius: 50%;
    margin: -8px 0;
    pointer-events: auto;
    border: none;
}

.product_price_range_slider input[type="range"]:active::-webkit-slider-thumb {
    background: white;
    border: 3px solid #464646;
}

.product_category_area {

}

.product_category_area ul {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}

.product_category_area ul li {
    display: block;
    width: 100%;
}

.product_category_area ul li a{
    display: block;
    color: #464646;
    font-size: 12.5px;
    border-radius: 10px;
    border: 2px solid #2FB99D;
    background: white;
    margin: 12px 0;
    padding: 8px 10px;
    text-decoration: none;
    transition: 0.5s;
}

.product_category_area ul li a:hover{
    color: white;
    font-size: 12.5px;
    border: 2px solid #2FB99D;
    background: #2FB99D;
}

/* ---------------- KERAMAT NEVESHT - PAGE CSS CODE ---------------- */
.search-design-keramat-nevesht {
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    background: var(--colorSearchForm);
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 0 15px 0 15px;
    align-items: center;
    padding: 10px 15px;
    justify-content: space-between;
}

.search-design-keramat-nevesht form {
    width: 100%;
    outline: none;
    border: none;
}

.search-design-keramat-nevesht form button {
    width: 25px;
    height: 25px;
    outline: none;
    border: none;
    background: none;
}

.search-design-keramat-nevesht form input {
    width: 80%;
    outline: none;
    border: none;
    font-size: 12.5px;
    color: var(--colorSearchText);
    background: none;
}

.search-design-keramat-nevesht form input::placeholder {
    color: var(--colorSearchPlaceHolder);
}

.keramat_nevesht_items {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.keramat-nevesht-item {
    margin: 15px 0;
    cursor: pointer;
    position: relative;
    width: 260px;
    height: 360px;
    padding: 10px;
    background: white;
    border: 3px solid #49E6C6;
    transition: ease-in-out 0.3s;
    box-shadow: -5px -5px 0 #E8FFFA;
    border-radius: 0 0 30px 0;
}

.keramat-nevesht-item:hover {
    box-shadow: -5px -5px 0 #2FB99D;
}

.keramat-nevesht-item img {
    position: absolute;
    width: 100%;
	height:auto;
    max-height: 105px;
    border: 2px solid var(--colorKeramatNeveshtBorder);
    top: 8px;
    left: 10px;
    right: 10px;
    margin: -10px;

    object-position: center;
    object-fit: cover;
}

.keramat-nevesht-item h3 {
    position: absolute;
    top: 180px;
    left: 10px;
    right: 10px;
    font-size: 14px;
    color: var(--colorTitlesDarkText);

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.keramat-nevesht-item p {
    position: absolute;
    top: 225px;
    left: 10px;
    right: 10px;
    font-size: 12.5px;
    font-weight: 300;
    color: var(--colorTitlesLightText);

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: right;
}

.keramat-nevesht-item a {
    position: absolute;
    bottom: 0;
    font-size: 12.5px;
    color: #008C86;
    left: 0;
    right: 0;
    background: #49E6C6;
    height: 50px;
    border-radius: 25px 0 25px 0;
    box-shadow: -3px -6px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.cent {
    display: flex;
    justify-content: center;
}

/* ---------------- TEACHERS - PAGE CSS CODE ---------------- */
.teacher_background {
    background: linear-gradient(180deg, white, #49E6C6, #008C86);
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.teacher_background img {
    width: auto;
    height: 350px;
    margin-top: 50px;
}

/* Search Design CSS */
.search-design-teachers {
    margin-top: -55px;
}

.search-design-teachers form {
    width: 60%;
    outline: none;
    background: var(--colorSearchForm);
    border: none;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 10px 20px;
    z-index: 2;
}

.search-design-teachers form button {
    width: 25px;
    height: 25px;
    outline: none;
    border: none;
    background: none;
}

.search-design-teachers form input {
    width: 80%;
    outline: none;
    border: none;
    font-size: 12.5px;
    color: var(--colorSearchText);
    background: none;
    padding: 0 5px;
}

.search-design-teachers form input::placeholder {
    color: var(--colorSearchPlaceHolder);
}

.teachers_design {
    margin: 60px 0;
}

.teacher_item {
    position: relative;
    width: 185px;
    height: 185px;
    margin: 15px 0;
    cursor: pointer;
}

.teacher_item img{
    width: 185px;
    height: 185px;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
    border: 2px solid #49E6C6;
}

.teacher_item .teachers_info{
    width: 185px;
    height: 185px;
    border-radius: 10px;
    opacity: 0;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 30px;
    background: rgba(0, 140, 134, 0.8);
    padding: 10px;
    transition: ease-in-out 0.5s;
}

.teachers_info h3{
    color: white;
    font-size: 12.5px;
    font-weight: bold;
    margin-bottom: 10px;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.teachers_info p{
    color: #E3E3E3;
    font-size: 12.5px;

    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7; /* number of lines to show */
    line-clamp: 7;
    -webkit-box-orient: vertical;
}

.teacher_item:hover img{
    filter: blur(5px);
}
.teacher_item:hover .teachers_info{
    opacity: 1;
    right: 0;
    top: 0;
}

/* ---------------- ABOUT US - PAGE CSS CODE ---------------- */
.about_design {
    margin: 0;
}

.about_design p {
    font-size: 14px;
    color: #464646;
    font-weight: normal;
    line-height: 30px;
}

.about_design img {
    width: 85%;
    height: 85%;
}

.cent {
    display: flex;
    justify-content: center;
}

.about_full {
    margin: 0 15px;
}

/* ---------------- CALL US - PAGE CSS CODE ---------------- */
.call_inputs {
    margin: 0 8px 30px 8px;
}

.call_inputs form {
    width: 100%;
    outline: none;
    background: #E8FFFA;
    border: 2px solid #49E6C6;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 12px 16px;
    z-index: 2;
}

.call_inputs form input {
    width: 90%;
    outline: none;
    border: none;
    font-size: 12.5px;
    color: var(--colorSearchText);
    background: none;
    padding: 0 5px;
}

.call_inputs form textarea {
    width: 100%;
    height: 200px;
    outline: none;
    border: none;
    font-size: 12.5px;
    color: var(--colorSearchText);
    background: none;
    padding: 0 5px;
}

.call_inputs form textarea::placeholder {
    color: var(--colorSearchPlaceHolder);
}

.call_inputs form input::placeholder {
    color: var(--colorSearchPlaceHolder);
}

.detail_main_register {

}

.detail_main_register button {
    background: #4CD28B;
    border: 5px solid #2FB99D;
    color: var(--colorTitlesDarkText);
    box-shadow: 0 3px 10px rgba(47, 185, 157,0.6);
    border-radius: 10px;
    margin: 20px 0;
    padding: 10px 0;
    text-align: center;
    transition: ease-in-out 0.5s;
    transform: scale(1.0);
    cursor: pointer;
    width: 300px;
    outline: none;
    font-size: 16px;
    font-weight: bold;
}

.detail_main_register button:hover {
    transform: scale(1.05);
}

/* ---------------- LOGIN - PAGE CSS CODE ---------------- */
.login_design{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.85);
    z-index: 5;
    display: none;
}

.login_popup{
    width: 800px;
    height: 600px;
    background: white;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 3px 6px rgba(0,0,0,0.35);
}

.close_login{
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 48%;
    transform: translate(-50%,0);
    padding: 8px 0 5px 0;
    display: block;
    font-size: 25px;
    font-weight: bold;
    background: #E64949;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: white;
    box-shadow: 0 -3px 6px rgba(0,0,0,0.2);
    transition: 0.5s;
}

.close_login:hover{
    text-decoration: none;
    background: #DB2828;
    color: white;
    transform:scale(1.15);
    left: 45%;
}

.login_img{
    width: 100%;
    height: 600px;
    background: linear-gradient(30deg, rgba(0, 140, 134, 0.9), rgba(47, 185, 157, 0.85)), url("~/Images/Site/pic_login.jpg") no-repeat center center;
    border-radius: 25px 0 0 25px;
}

.login_img h1{
    color: white;
    font-size: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.login_form{
    width: 100%;
    height: 500px;
    text-align: center;
    padding: 20px 0;
}

.login_form img{
    width: 95px;
    height: 95px;
    margin: 10px;
}

.inputs{
    position: relative;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    border: 2px solid #858585;
    padding: 0 10px;
    margin: 15px 20px 15px 0;
}

.inputs h5{
    position: absolute;
    font-size: 12.5px;
    padding: 0 3px;
    color: #858585;
    top: -8px;
    right: 20px;
    background: white;
    font-weight: bold;
}

.inputs input{
    outline: none;
    border: none;
    padding: 8px 6px;
    margin: 0;
    width: 100%;
    background: none;
    text-align: left;
}

.inputs input.mobile_country{
    width: 50px;
    border-right: 2px solid #858585;
}

.btn_form{
    margin: 30px 0;
}

.btn_form button{
    margin: 0 8px;
    font-size: 14px;
    padding: 10px 50px;
    background: #2FB99D;
    border: none;
    border-radius: 30px;
    outline: none;
    color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    transition: 0.5s;
}

.btn_form button:hover{
    padding: 10px 60px;
    background: #008C86;
}

.btn_form a{
    text-decoration: none;
    font-size: 12.5px;
    color: #2FB99D;
    transition: 0.5s;
    font-weight: bold;
}

.btn_form a:hover{
    color: #008C86;
}

.go_form{
    margin-top: 20px;
}

.go_form h5{
    font-size: 12.5px;
    font-weight: bold;
    color: #858585;
}

.go_form button{
    margin: 5px 0;
    font-size: 14px;
    padding: 8px 16px;
    font-weight: bold;
    background: white;
    border: 2px solid  #2FB99D;
    border-radius: 30px;
    outline: none;
    color: #2FB99D;
    transition: 0.5s;
}

.go_form button:hover{
    padding: 8px 50px;
    border: 2px solid  #008C86;
    color: #008C86;
}

/* ----------------------------- MEDIA MAIN SS CODE ----------------------------- */
@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {

}
@media screen and (max-height: 475px) {
	.login_popup{
		overflow: auto;
		height:100% !important ;
	}
}
@media screen and (max-width: 992px) {

    /* ------------------ HEADER - MEDIA CSS CODE ------------------ */
    .burger_menu_btn {
        display: block;
        z-index: 5;
    }

    .menu_design nav ul {
        padding-top: 10px;
        position: fixed;
        top: 85px;
        left: -100%;
        width: 100%;
        height: 100%;
        text-align: right;
        background: #008C86;
        transition: all 0.5s;
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 150px;
    }

    .menu_design nav ul li {
        display: block;
        margin: 10px 40px;
        line-height: 30px;
    }

    .menu_design nav ul li a {
        display: block;
        width: 100%;
        padding: 8px 16px;
        font-size: 12.5px;
        font-weight: normal;
        color: white;
        margin: 0;
    }

    #active_menu, .menu_design nav ul li a:hover {
        background: rgba(0, 0, 0, 0.2);
        color: white;
    }

    #input_check_burger_menu:checked ~ ul {
        left: 0;
    }

    #input_check_burger_menu:checked ~ .burger_menu_btn img {
        transition: 0.5s;
        content: url("/Images/Site/ic_close_menu.svg");
        transform: rotate(180deg);
    }

    /* ------------------ INDEX - MEDIA CSS CODE ------------------ */
    .slide_container {
        height: 400px;
    }

    .slide-item {
        height: 400px;
    }

    /* ------------------ LOGIN - MEDIA CSS CODE ------------------ */
    .login_popup{
        width: 80%;
        height: 600px;
        background: white;
        border-radius: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        box-shadow: 0 3px 6px rgba(0,0,0,0.35);
    }

    .login_img{
        display: none;
    }

    .login_form{
        width: 100%;
        height: 500px;
        text-align: center;
        padding: 30px 0;
    }

    .inputs{
        position: relative;
        border-radius: 30px;
        display: flex;
        flex-direction: row;
        border: 2px solid #858585;
        padding: 0 10px;
        margin: 15px 60px;
    }
}

@media screen and (max-width: 768px) {

    /* ------------------ INDEX - MEDIA CSS CODE ------------------ */
    .slide-item {
        height: 250px;
        border-radius: 10px;
    }

    .slide-item .slide-details {
        position: absolute;
        bottom: 10px;
        right: 10px;
        left: 10px;
    }

    .slide-item .slide-details img {
        width: 20px;
        height: 20px;
        float: right;
    }

    .slide-item .slide-details h1 {
        font-size: 12.5px;
        font-weight: bold;
        color: white;
        margin: 3px 25px;
    }

    .slide-item .slide-details h3 {
        font-size: 12.5px;
        color: white;
        margin: 10px 25px;
    }

    .slide-item a {
        font-size: 11px;
        padding: 8px 16px;
        bottom: 10px;
        left: 15px;
    }

    .slide_indicator .owl-dots {
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translate(-50%, -50%);
    }

    .search-design form {
        width: 70%;
    }

    /* ------------------ DETAILS - MEDIA CSS CODE ------------------ */
    .quick_detail_design {
        display: none;
    }

    .detail_main_img img {
        width: 100%;
        height: 380px;
        border-radius: 10px;
    }

    .teacher_info_design {
        margin: 120px 0;
    }

    .teacher_info {
        background: #F9F9F9;
        border-radius: 10px;
        transform: none;
        position: relative;
        width: 90%;
    }

    .teacher_info .back_anime {
        border-radius: 10px;
        transform: none;
        transition: none;
    }

    .teacher_info:hover .back_anime {
        transform: none;
    }

    .teacher_profile {
        position: absolute;
        background: #F9F9F9;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        width: 140px;
        height: 140px;
        display: grid;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .teacher_profile span {
        width: 100px;
        height: 100px;
        border: 5px solid transparent;
        border-radius: 50%;
        background: linear-gradient(to right, white, white), linear-gradient(to right, #E649D6, #008C86);
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .teacher_profile span img {
        width: 75px;
        height: 75px;
        border-radius: 50%;
    }

    .teacher_info h2 {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: var(--colorTitlesDarkText);
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .teacher_bio {
        margin: 200px 30px 30px;
    }

    .teacher_skills {
        margin: 5px 30px;
    }

    .teacher_skills h3 {
        font-size: 16px;
        font-weight: bold;
        color: #2FB99D;
    }

    .teacher_skills p {
        font-size: 14px;
        color: var(--colorTitlesDarkText);
        max-width: 300px;
        margin: 5px 0;
    }

    .teacher_address {
        display: flex;
        flex-direction: column;
        margin: 5px 30px;
    }

    .teacher_address h3 {
        font-size: 16px;
        font-weight: bold;
        color: #2FB99D;
    }

    .teacher_info_address {
        display: flex;
        flex-direction: row;
        margin: 5px 0;
    }

    .teacher_info_address img {
        width: 25px;
        height: 25px;
    }

    .teacher_info_address h5 {
        margin: 5px 10px;
        font-size: 14px;
        color: var(--colorTitlesDarkText);
    }

}

@media screen and (max-width: 576px) {

    /* ------------------ INDEX - MEDIA CSS CODE ------------------ */
    /* Slider Design CSS */
    .slider-design {
        margin: -25px 15px;
    }
	.slide-item{
		height:200px
	}

    .slide-item .slide-details {
        position: absolute;
        bottom: 35px;
        right: 5px;
        left: 5px;
    }

    .slide-item .slide-details img {
        width: 20px;
        height: 20px;
        float: right;
    }

    .slide-item .slide-details h1 {
        font-size: 12.5px;
        font-weight: bold;
        color: white;
        margin: 3px 25px;
    }

    .slide-item .slide-details h3 {
        font-size: 12.5px;
        color: white;
        margin: 10px 25px;
    }

    .slide-item a {
        font-size: 11px;
        border-radius: 5px;
        padding: 3px 6px;
        bottom: 5px;
        right: 10px;
        left: 10px;
        border: none;
        box-shadow: none;
    }

    .search-design form input{
        width: 80%;
    }

    /* ------------------ LOGIN - MEDIA CSS CODE ------------------ */
    .login_popup{
        width: 95%;
        height: 500px;
        background: white;
        border-radius: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        box-shadow: 0 3px 6px rgba(0,0,0,0.35);
    }

    .inputs{
        position: relative;
        border-radius: 30px;
        display: flex;
        flex-direction: row;
        border: 2px solid #858585;
        padding: 0 10px;
        margin: 15px 30px;
    }

    /* ------------------ DETAILS - MEDIA CSS CODE ------------------ */
    .detail_main_img img {
        width: 100%;
        height: 350px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 540px){

    /* ------------------ INDEX - MEDIA CSS CODE ------------------ */
    .special-slide-item {
        width: 320px;
        height: 450px;
        padding: 10px;
    }

    .special-slide-item img {
        width: 300px;
        height: 200px;

        object-position: center;
        object-fit: cover;
    }

    .special-slide-item h3 {
        top: 220px;
        font-size: 12.5px;
    }

    .special-slide-item h4 {
        top: 330px;
        left: 10px;
    }

    .special-slide-item a {
        top: 380px;
        left: 33%;
        font-size: 12.5px;
        border-radius: 10px;
    }

    .special-slide-item .teacher-container {
        top: 280px;
    }

    .special-slider-design .swiper {
        margin: 150px 0 0 0;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .special-slider-design .swiper-slide {
        width: 320px;
        height: 450px;
    }

    /* ------------------ DETAILS - MEDIA CSS CODE ------------------ */
    .detail_main_img img {
        width: 100%;
        height: 220px;
        border-radius: 10px;
    }
}

/* ----------------------------- MEDIA CUSTOM CSS CODE ----------------------------- */
@media screen and (max-width: 1200px) and (min-width: 992px) {

    /* ------------------ PRODUCTS - MEDIA CSS CODE ------------------ */
    .product-item {
        margin: 15px 0;
        cursor: pointer;
        position: relative;
        width: 210px;
        height: 360px;
        padding: 8px;
        background: var(--colorProduct);
        border: 2px solid var(--colorProductBorder);
        border-radius: 0 15px 80px 15px;
        transition: ease-in-out 0.3s;
    }

    .product-item:hover {
        box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
    }

    .product-item:hover p {
        box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
    }

    .product-item h3 {
        top: 160px;
        font-size: 14px;
    }

    .product-item img {
        width: 100%;
        padding-left: 15px;
        height: 145px;
        margin: 0;
    }

    .product-item .teacher-container {
        position: absolute;
        top: 210px;
    }

    .product-item .teacher-container h5 {
        margin: 5px 30px;
    }

    .product-item .ratebar-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        top: 260px;
        left: 5px;
    }

    .product-item .ratebar-container svg {
        width: 20px;
        height: 20px;
    }

    .product-item h4 {
        position: absolute;
        top: 300px;
        left: 5px;
        font-size: 14px;
        font-weight: bold;
        color: var(--colorTitlesDarkText);
    }

    .product-item .student-container {
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 325px;
    }

    .product-item .student-container img {
        float: right;
        width: 20px;
        height: 20px;
    }

    .product-item .student-container h6 {
        margin-right: 25px;
        margin-top: 2px;
        font-size: 12.5px;
        color: var(--colorStudentCount);
    }

    .product-item p {
        bottom: -15px;
        right: 0;
        position: absolute;
        font-size: 14px;
        font-weight: bold;
        color: white;
        background: #008C86;
        border: 2px solid #2FB99D;
        padding: 10px 8px;
        border-radius: 50%;
        margin-top: 20px;
        transition: ease-in-out 0.3s;
    }

    /* ------------------ KERAMAT NEVESHT - MEDIA CSS CODE ------------------ */
    .keramat-nevesht-item {
        width: 210px;
        height: 360px;
        padding: 8px;
    }

    .keramat-nevesht-item img {
        width: 95%;
        height: 145px;
        top: 5px;
        left: 8px;
        right: 8px;
        margin: 0 -3px;
    }

    .keramat-nevesht-item h3 {
        position: absolute;
        top: 160px;
        left: 8px;
        right: 8px;
    }

    .keramat-nevesht-item p {
        top: 210px;
        left: 8px;
        right: 8px;

        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4; /* number of lines to show */
        line-clamp: 4;
        -webkit-box-orient: vertical;
        text-align: right;
    }

}

@media screen and (max-width: 991px) and (min-width: 768px) {

    /* ------------------ PRODUCTS - MEDIA CSS CODE ------------------ */
    .product-item {
        margin: 15px 0;
        cursor: pointer;
        position: relative;
        width: 320px;
        height: 360px;
        padding: 10px;
        background: var(--colorProduct);
        border: 2px solid var(--colorProductBorder);
        border-radius: 0 15px 80px 15px;
        transition: ease-in-out 0.3s;
    }

    .product-item:hover {
        box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
    }

    .product-item:hover p {
        box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
    }

    .product-item h3 {
        top: 170px;
        font-size: 14px;
    }

    .product-item img {
        width: 100%;
        padding-left: 15px;
        height: 150px;
        margin: 0 -2px;
    }

    .product-item .teacher-container {
        position: absolute;
        top: 220px;
    }

    .product-item .teacher-container h5 {
        margin: 5px 30px;
    }

    .product-item .ratebar-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        top: 260px;
        left: 10px;
    }

    .product-item .ratebar-container svg {
        width: 20px;
        height: 20px;
    }

    .product-item h4 {
        position: absolute;
        top: 325px;
        left: 10px;
        font-size: 14px;
        font-weight: bold;
        color: var(--colorTitlesDarkText);
    }

    .product-item .student-container {
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 325px;
    }

    .product-item .student-container img {
        float: right;
        width: 20px;
        height: 20px;
    }

    .product-item .student-container h6 {
        margin-right: 25px;
        margin-top: 2px;
        font-size: 12.5px;
        color: var(--colorStudentCount);
    }

    .product-item p {
        bottom: -15px;
        right: 0;
        position: absolute;
        font-size: 14px;
        font-weight: bold;
        color: white;
        background: #008C86;
        border: 2px solid #2FB99D;
        padding: 10px 8px;
        border-radius: 50%;
        margin-top: 20px;
        transition: ease-in-out 0.3s;
    }
	/* ---------------- EXAMS - PAGE CSS CODE ---------------- */
.exams_design {
    border: 2px solid #00db6f;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
}

.exams_topbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid whitesmoke;
    margin: 16px 0;
}

.exams_topbar h1 {
    font-size: 25px;
    font-weight: bold;
    color: #02b65e;
}

.exams_topbar h6 {
    font-size: 18px;
    font-weight: bold;
    color: #ff0051;
}

.exams{
    display: flex;
    flex-direction: column;
}

.exam_list{
}

.exam_list button{
    font-size: 12.5px;
    padding: 8px 16px;
    margin: 5px 0;
    outline: none;
    border: none;
}

.exam_list button:hover , .active{
    background: #212529;
    color: white;
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.exams_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 60px 0;
    animation: fadeEffect 1s;
}

.exams_content p{
    font-size: 20px;
    color: black;
}

.exams_content p span{
    font-size: 25px;
    color:  #ff0051;
}

.exams_selection{
    display: flex;
    flex-direction: column;
}

.exams_selection label{
     font-size: 18px;
     margin: 8px 0;
     cursor: pointer;
     padding: 8px 16px;
     background: whitesmoke;
     display: flex;
     flex-direction: row;
     align-items: center;
    border-radius: 5px;
    transition: 0.3s;
}

.exams_selection label:hover , .active_label{
    background: #007bff !important;
    color: white;
}

.exams_selection label input{
    margin-left:  8px;
}

.exams_change{
    margin: 15px 0;
}

.exams_change a{
    text-decoration: none;
    padding: 8px 16px;
    background: lightblue;
    border-radius: 3px;
    color: #212529;
}

.exams_out {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 15px 0;
}

.exams_out button {
    margin: 0 8px;
    padding: 8px 16px;
    outline: none;
    border: none;
    color: white;
    border-radius: 0;
    transition: 0.3s;
}

.exams_out button:hover{

}
.exams_out button:first-child {
    background: #02b65e;
}

.exams_out button:first-child:hover {
    border-radius: 15px 0 15px 0;
    transform: translateY(-3px);
}

.exams_out button:last-child {
    background: #ff0051;
}

.exams_out button:last-child:hover {
    border-radius: 0 15px 0 15px;
    transform: translateY(-3px);
}

    /* ------------------ KERAMAT NEVESHT - MEDIA CSS CODE ------------------ */
    .keramat-nevesht-item {
        width: 320px;
        height: 360px;
        padding: 10px;
    }

    .keramat-nevesht-item img {
        width: 95%;
        height: 150px;
        top: 5px;
        left: 10px;
        right: 10px;
        margin: 0 -2px;
    }

    .keramat-nevesht-item h3 {
        position: absolute;
        top: 165px;
        left: 10px;
        right: 10px;
    }

    .keramat-nevesht-item p {
        top: 200px;
        left: 10px;
        right: 10px;

        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4; /* number of lines to show */
        line-clamp: 4;
        -webkit-box-orient: vertical;
        text-align: right;
    }
}

@media screen and (max-width: 767px) and (min-width: 375px) {

    /* ------------------ PRODUCTS - MEDIA CSS CODE ------------------ */
    .product-item {
        margin: 15px 0;
        cursor: pointer;
        position: relative;
        width: 100%;
        height: 360px;
        padding: 10px;
        background: var(--colorProduct);
        border: 2px solid var(--colorProductBorder);
        border-radius: 0 15px 80px 15px;
        transition: ease-in-out 0.3s;
    }

    .product-item:hover {
        box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
    }

    .product-item:hover p {
        box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
    }

    .product-item h3 {
        top: 170px;
        font-size: 14px;
    }

    .product-item img {
        width: 100%;
        padding-left: 15px;
        height: 150px;
        margin: 0 -2px;

        object-position: center;
        object-fit: cover;
    }

    .product-item .teacher-container {
        position: absolute;
        top: 220px;
    }

    .product-item .teacher-container h5 {
        margin: 5px 30px;
    }

    .product-item .ratebar-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        top: 260px;
        left: 10px;
    }

    .product-item .ratebar-container svg {
        width: 20px;
        height: 20px;
    }

    .product-item h4 {
        position: absolute;
        top: 325px;
        left: 10px;
        font-size: 14px;
        font-weight: bold;
        color: var(--colorTitlesDarkText);
    }

    .product-item .student-container {
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 325px;
    }

    .product-item .student-container img {
        float: right;
        width: 20px;
        height: 20px;
    }

    .product-item .student-container h6 {
        margin-right: 25px;
        margin-top: 2px;
        font-size: 12.5px;
        color: var(--colorStudentCount);
    }

    .product-item p {
        bottom: -15px;
        right: 0;
        position: absolute;
        font-size: 14px;
        font-weight: bold;
        color: white;
        background: #008C86;
        border: 2px solid #2FB99D;
        padding: 10px 8px;
        border-radius: 50%;
        margin-top: 20px;
        transition: ease-in-out 0.3s;
    }

    /* ------------------ KERAMAT NEVESHT - MEDIA CSS CODE ------------------ */
    .keramat-nevesht-item {
        width: 100%;
        height: 360px;
        padding: 10px;
    }

    .keramat-nevesht-item img {
        width: 95%;
        height: 150px;
        top: 5px;
        left: 10px;
        right: 10px;
        margin: 0 -2px;
    }

    .keramat-nevesht-item h3 {
        position: absolute;
        top: 165px;
        left: 10px;
        right: 10px;
    }

    .keramat-nevesht-item p {
        top: 200px;
        left: 10px;
        right: 10px;

        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4; /* number of lines to show */
        line-clamp: 4;
        -webkit-box-orient: vertical;
        text-align: right;
    }
}

/* ---------------- USER ACCOUNT - PAGE CSS CODE ---------------- */
.profile_design {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 15px 0;
    text-align: center;
}

    .profile_design img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        border: 2px solid white;
    }

    .profile_design h3 {
        font-weight: bold;
        font-size: 16px;
        color: #464646;
        margin: 10px;
    }

#accordian {
    width: 100%;
    background: #2FB99D;
    padding: 10px 10px 10px 0;
    overflow-x: hidden;
    position: relative;
    border-radius: 15px 0 0 30px;
    margin-bottom: 20px;
}

.main-navbar {
    position: relative;
    margin: 150px 0 100px 0;
}

#accordian li {
    list-style-type: none;
}

#accordian ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    display: block;
    padding: 0 20px;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.68, -.55, .265, 1.55);
    position: relative;
}

    #accordian ul li a img {
        width: 25px;
        height: 25px;
        margin: 0 5px;
    }

#accordian > ul > li.active > a > img {
    filter: invert(1) sepia(5) saturate(80) hue-rotate(100deg);
}

#accordian > ul > li.active > a {
    color: #464646;
    background-color: transparent;
    transition: all .7s;
}

#accordian a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10%;
    font-size: 14px;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: .5s;
}

#accordian .active > a:not(:only-child):after {
    transform: rotate(90deg);
}

.selector-active {
    width: 100%;
    display: inline-block;
    position: absolute;
    height: 37px;
    top: 0;
    left: 0;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.68, -.55, .265, 1.55);
    background: linear-gradient(90deg, #FFFFFF, rgba(255, 255, 255, 0.4));
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

    .selector-active .bottom, .selector-active .top {
        position: absolute;
        width: 25px;
        height: 25px;
        background-color: #fff;
        left: 0;
    }

    .selector-active .top {
        top: -25px;
    }

    .selector-active .bottom {
        bottom: -25px;
    }

        .selector-active .bottom:before, .selector-active .top:before {
            content: '';
            position: absolute;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #2FB99D;
        }

    .selector-active .top:before {
        left: 0;
        top: -25px;
    }

    .selector-active .bottom:before {
        bottom: -25px;
        left: 0;
    }

/* ---------------- ENTER ROOM - PAGE CSS CODE ---------------- */
.enter_room_design {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.room_design {
    width: 100%;
    height: 500px;
    position: relative;
}

    .room_design:after {
        content: '';
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: inherit;
        background: rgba(0, 0, 0, 0.85);
    }

    .room_design img {
        width: inherit;
        height: inherit;
        border-radius: inherit;
        z-index: -1;
        object-position: center;
        object-fit: cover;
    }

.room_info {
    z-index: 1;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .room_info h1 {
        color: white;
        font-weight: bold;
        font-size: 35px;
    }

    .room_info h2 {
        color: #00e87d;
        font-size: 16px;
        margin: 30px 0;
    }

    .room_info p {
        color: #b6b6b6;
        font-size: 14px;
        line-height: 25px;
        max-width: 50%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

.room_inputs {
    z-index: 1;
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    text-align: center;
}

    .room_inputs button {
        font-size: 14px;
        padding: 8px 16px;
        border: 1px solid white;
        background: rgba(255, 255, 255, 0.1);
        color: white;
        margin: 0 10px;
        transition: 0.3s;
        outline: none;
    }

        .room_inputs button:hover {
            transform: scale(1.05);
        }


/* ----------------------------- MEDIA MAIN SS CODE ----------------------------- */
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {

    /* ------------------ HEADER - MEDIA CSS CODE ------------------ */
    .burger_menu_btn {
        display: block;
        z-index: 5;
    }

    .menu_design nav ul {
        padding-top: 10px;
        position: fixed;
        top: 85px;
        left: -100%;
        width: 100%;
        height: 100%;
        text-align: right;
        background: #008C86;
        transition: all 0.5s;
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 150px;
    }

        .menu_design nav ul li {
            display: block;
            margin: 10px 40px;
            line-height: 30px;
        }

            .menu_design nav ul li a {
                display: block;
                width: 100%;
                padding: 8px 16px;
                font-size: 12.5px;
                font-weight: normal;
                color: white;
                margin: 0;
            }

                #active_menu, .menu_design nav ul li a:hover {
                    background: rgba(0, 0, 0, 0.2);
                    color: white;
                }

    #input_check_burger_menu:checked ~ ul {
        left: 0;
    }

    #input_check_burger_menu:checked ~ .burger_menu_btn img {
        transition: 0.5s;
        content: url("~/Images/Site/ic_close_menu.svg");
        transform: rotate(180deg);
    }

    /* ------------------ INDEX - MEDIA CSS CODE ------------------ */
    .slide_container {
        height: 400px;
    }

    .slide-item {
        height: 400px;
    }


    /* ------------------ LOGIN - MEDIA CSS CODE ------------------ */
    .login_popup {
        width: 80%;
        height: 500px;
        background: white;
        border-radius: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    }

    .login_img {
        display: none;
    }

    .login_form {
        width: 100%;
        height: 500px;
        text-align: center;
        padding: 30px 0;
    }

    .inputs {
        position: relative;
        border-radius: 30px;
        display: flex;
        flex-direction: row;
        border: 2px solid #858585;
        padding: 0 10px;
        margin: 15px 60px;
    }

    /* ------------------ ENTER ROOM - MEDIA CSS CODE ------------------ */
    .room_info p {
        color: #b6b6b6;
        font-size: 14px;
        line-height: 25px;
        max-width: 90%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width: 768px) {

    /* ------------------ INDEX - MEDIA CSS CODE ------------------ */
    .slide-item {
        height: 220px;
        border-radius: 10px;
    }

        .slide-item .slide-details {
            position: absolute;
            bottom: 10px;
            right: 10px;
            left: 10px;
        }

            .slide-item .slide-details img {
                width: 20px;
                height: 20px;
                float: right;
            }

            .slide-item .slide-details h1 {
                font-size: 12.5px;
                font-weight: bold;
                color: white;
                margin: 3px 25px;
            }

            .slide-item .slide-details h3 {
                font-size: 12.5px;
                color: white;
                margin: 10px 25px;
            }

        .slide-item a {
            font-size: 11px;
            padding: 8px 16px;
            bottom: 10px;
            left: 15px;
        }

    .slide_indicator .owl-dots {
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translate(-50%, -50%);
    }

    .search-design form {
        width: 70%;
    }

    /* ------------------ DETAILS - MEDIA CSS CODE ------------------ */
    .quick_detail_design {
        display: none;
    }

    .detail_main_img img {
        width: 100%;
        height: 380px;
        border-radius: 10px;
    }

    .teacher_info_design {
        margin: 120px 0;
    }

    .teacher_info {
        background: #F9F9F9;
        border-radius: 10px;
        transform: none;
        position: relative;
        width: 90%;
    }

        .teacher_info .back_anime {
            border-radius: 10px;
            transform: none;
            transition: none;
        }

        .teacher_info:hover .back_anime {
            transform: none;
        }

    .teacher_profile {
        position: absolute;
        background: #F9F9F9;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        width: 140px;
        height: 140px;
        display: grid;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .teacher_profile span {
            width: 100px;
            height: 100px;
            border: 5px solid transparent;
            border-radius: 50%;
            background: linear-gradient(to right, white, white), linear-gradient(to right, #E649D6, #008C86);
            background-clip: padding-box, border-box;
            background-origin: padding-box, border-box;
            display: grid;
            justify-content: center;
            align-items: center;
        }

            .teacher_profile span img {
                width: 75px;
                height: 75px;
                border-radius: 50%;
            }

    .teacher_info h2 {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: var(--colorTitlesDarkText);
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .teacher_bio {
        margin: 200px 30px 30px;
    }

    .teacher_skills {
        margin: 5px 30px;
    }

        .teacher_skills h3 {
            font-size: 16px;
            font-weight: bold;
            color: #2FB99D;
        }

        .teacher_skills p {
            font-size: 14px;
            color: var(--colorTitlesDarkText);
            max-width: 300px;
            margin: 5px 0;
        }

    .teacher_address {
        display: flex;
        flex-direction: column;
        margin: 5px 30px;
    }

        .teacher_address h3 {
            font-size: 16px;
            font-weight: bold;
            color: #2FB99D;
        }

    .teacher_info_address {
        display: flex;
        flex-direction: row;
        margin: 5px 0;
    }

        .teacher_info_address img {
            width: 25px;
            height: 25px;
        }

        .teacher_info_address h5 {
            margin: 5px 10px;
            font-size: 14px;
            color: var(--colorTitlesDarkText);
        }
}

@media screen and (max-width: 576px) {

    /* ------------------ INDEX - MEDIA CSS CODE ------------------ */
    /* Slider Design CSS */
    .slider-design {
        margin: -25px 15px;
    }

    .slide-item .slide-details {
        position: absolute;
        bottom: 35px;
        right: 5px;
        left: 5px;
    }

        .slide-item .slide-details img {
            width: 20px;
            height: 20px;
            float: right;
        }

        .slide-item .slide-details h1 {
            font-size: 12.5px;
            font-weight: bold;
            color: white;
            margin: 3px 25px;
        }

        .slide-item .slide-details h3 {
            font-size: 12.5px;
            color: white;
            margin: 10px 25px;
        }

    .slide-item a {
        font-size: 11px;
        border-radius: 5px;
        padding: 3px 6px;
        bottom: 5px;
        right: 10px;
        left: 10px;
        border: none;
        box-shadow: none;
    }

    .search-design form input {
        width: 80%;
    }

    /* ------------------ LOGIN - MEDIA CSS CODE ------------------ */
    .login_popup {
        width: 95%;
        height: 500px;
        background: white;
        border-radius: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    }

    .inputs {
        position: relative;
        border-radius: 30px;
        display: flex;
        flex-direction: row;
        border: 2px solid #858585;
        padding: 0 10px;
        margin: 15px 30px;
    }

    /* ------------------ DETAILS - MEDIA CSS CODE ------------------ */
    .detail_main_img img {
        width: 100%;
        height: 350px;
        border-radius: 10px;
    }

    /* ------------------ ENTER ROOM - MEDIA CSS CODE ------------------ */
    .enter_room_design {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
    }

    .room_info h1 {
        color: white;
        font-weight: bold;
        font-size: 30px;
    }


    .room_inputs {
        z-index: 1;
        position: absolute;
        bottom: 15px;
        right: 0;
        left: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

        .room_inputs button {
            font-size: 12.5px;
            padding: 8px 16px;
            border: 1px solid white;
            background: rgba(255, 255, 255, 0.1);
            color: white;
            margin: 5px 15px;
            transition: 0.3s;
            outline: none;
        }
}

@media screen and (max-width: 540px) {

    /* ------------------ INDEX - MEDIA CSS CODE ------------------ */
    .special-slide-item {
        width: 320px;
        height: 450px;
        padding: 10px;
    }

        .special-slide-item img {
            width: 300px;
            height: 200px;
            object-position: center;
            object-fit: cover;
        }

        .special-slide-item h3 {
            top: 220px;
            font-size: 12.5px;
        }

        .special-slide-item h4 {
            top: 330px;
            left: 10px;
        }

        .special-slide-item a {
            top: 380px;
            left: 33%;
            font-size: 12.5px;
            border-radius: 10px;
        }

        .special-slide-item .teacher-container {
            top: 280px;
        }

    .special-slider-design .swiper {
        margin: 150px 0 0 0;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .special-slider-design .swiper-slide {
        width: 320px;
        height: 450px;
    }

    /* ------------------ DETAILS - MEDIA CSS CODE ------------------ */
    .detail_main_img img {
        width: 100%;
        height: 220px;
        border-radius: 10px;
    }
}

/* ----------------------------- MEDIA CUSTOM CSS CODE ----------------------------- */
@media screen and (max-width: 1200px) and (min-width: 992px) {

    /* ------------------ PRODUCTS - MEDIA CSS CODE ------------------ */
    .product-item {
        margin: 15px 0;
        cursor: pointer;
        position: relative;
        width: 210px;
        height: 360px;
        padding: 8px;
        background: var(--colorProduct);
        border: 2px solid var(--colorProductBorder);
        border-radius: 0 15px 80px 15px;
        transition: ease-in-out 0.3s;
    }

        .product-item:hover {
            box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
        }

            .product-item:hover p {
                box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
            }

        .product-item h3 {
            top: 160px;
            font-size: 14px;
        }

        .product-item img {
            width: 100%;
            padding-left: 15px;
            height: 145px;
            margin: 0;
        }

        .product-item .teacher-container {
            position: absolute;
            top: 210px;
        }

            .product-item .teacher-container h5 {
                margin: 5px 30px;
            }

        .product-item .ratebar-container {
            position: absolute;
            display: flex;
            flex-direction: row;
            top: 260px;
            left: 5px;
        }

            .product-item .ratebar-container svg {
                width: 20px;
                height: 20px;
            }

        .product-item h4 {
            position: absolute;
            top: 300px;
            left: 5px;
            font-size: 14px;
            font-weight: bold;
            color: var(--colorTitlesDarkText);
        }

        .product-item .student-container {
            display: flex;
            flex-direction: row;
            position: absolute;
            top: 325px;
        }

            .product-item .student-container img {
                float: right;
                width: 20px;
                height: 20px;
            }

            .product-item .student-container h6 {
                margin-right: 25px;
                margin-top: 2px;
                font-size: 12.5px;
                color: var(--colorStudentCount);
            }

        .product-item p {
            bottom: -15px;
            right: 0;
            position: absolute;
            font-size: 14px;
            font-weight: bold;
            color: white;
            background: #008C86;
            border: 2px solid #2FB99D;
            padding: 10px 8px;
            border-radius: 50%;
            margin-top: 20px;
            transition: ease-in-out 0.3s;
        }

    /* ------------------ KERAMAT NEVESHT - MEDIA CSS CODE ------------------ */
    .keramat-nevesht-item {
        width: 210px;
        height: 360px;
        padding: 8px;
    }

        .keramat-nevesht-item img {
            width: 95%;
            height: 145px;
            top: 5px;
            left: 8px;
            right: 8px;
            margin: 0 -3px;
        }

        .keramat-nevesht-item h3 {
            position: absolute;
            top: 160px;
            left: 8px;
            right: 8px;
        }

        .keramat-nevesht-item p {
            top: 210px;
            left: 8px;
            right: 8px;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4;
            -webkit-box-orient: vertical;
            text-align: right;
        }
}

@media screen and (max-width: 991px) and (min-width: 768px) {

    /* ------------------ PRODUCTS - MEDIA CSS CODE ------------------ */
    .product-item {
        margin: 15px 0;
        cursor: pointer;
        position: relative;
        width: 320px;
        height: 360px;
        padding: 10px;
        background: var(--colorProduct);
        border: 2px solid var(--colorProductBorder);
        border-radius: 0 15px 80px 15px;
        transition: ease-in-out 0.3s;
    }

        .product-item:hover {
            box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
        }

            .product-item:hover p {
                box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
            }

        .product-item h3 {
            top: 170px;
            font-size: 14px;
        }

        .product-item img {
            width: 100%;
            padding-left: 15px;
            height: 150px;
            margin: 0 -2px;
        }

        .product-item .teacher-container {
            position: absolute;
            top: 220px;
        }

            .product-item .teacher-container h5 {
                margin: 5px 30px;
            }

        .product-item .ratebar-container {
            position: absolute;
            display: flex;
            flex-direction: row;
            top: 260px;
            left: 10px;
        }

            .product-item .ratebar-container svg {
                width: 20px;
                height: 20px;
            }

        .product-item h4 {
            position: absolute;
            top: 325px;
            left: 10px;
            font-size: 14px;
            font-weight: bold;
            color: var(--colorTitlesDarkText);
        }

        .product-item .student-container {
            display: flex;
            flex-direction: row;
            position: absolute;
            top: 325px;
        }

            .product-item .student-container img {
                float: right;
                width: 20px;
                height: 20px;
            }

            .product-item .student-container h6 {
                margin-right: 25px;
                margin-top: 2px;
                font-size: 12.5px;
                color: var(--colorStudentCount);
            }

        .product-item p {
            bottom: -15px;
            right: 0;
            position: absolute;
            font-size: 14px;
            font-weight: bold;
            color: white;
            background: #008C86;
            border: 2px solid #2FB99D;
            padding: 10px 8px;
            border-radius: 50%;
            margin-top: 20px;
            transition: ease-in-out 0.3s;
        }

    /* ------------------ KERAMAT NEVESHT - MEDIA CSS CODE ------------------ */
    .keramat-nevesht-item {
        width: 320px;
        height: 360px;
        padding: 10px;
    }

        .keramat-nevesht-item img {
            width: 95%;
            height: 150px;
            top: 5px;
            left: 10px;
            right: 10px;
            margin: 0 -2px;
        }

        .keramat-nevesht-item h3 {
            position: absolute;
            top: 165px;
            left: 10px;
            right: 10px;
        }

        .keramat-nevesht-item p {
            top: 200px;
            left: 10px;
            right: 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4;
            -webkit-box-orient: vertical;
            text-align: right;
        }
}

@media screen and (max-width: 767px) and (min-width: 375px) {

    /* ------------------ PRODUCTS - MEDIA CSS CODE ------------------ */
    .product-item {
        margin: 15px 0;
        cursor: pointer;
        position: relative;
        width: 100%;
        height: 360px;
        padding: 10px;
        background: var(--colorProduct);
        border: 2px solid var(--colorProductBorder);
        border-radius: 0 15px 80px 15px;
        transition: ease-in-out 0.3s;
    }

        .product-item:hover {
            box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
        }

            .product-item:hover p {
                box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
            }

        .product-item h3 {
            top: 170px;
            font-size: 14px;
        }

        .product-item img {
            width: 100%;
            padding-left: 15px;
            height: 150px;
            margin: 0 -2px;
            object-position: center;
            object-fit: cover;
        }

        .product-item .teacher-container {
            position: absolute;
            top: 220px;
        }

            .product-item .teacher-container h5 {
                margin: 5px 30px;
            }

        .product-item .ratebar-container {
            position: absolute;
            display: flex;
            flex-direction: row;
            top: 260px;
            left: 10px;
        }

            .product-item .ratebar-container svg {
                width: 20px;
                height: 20px;
            }

        .product-item h4 {
            position: absolute;
            top: 325px;
            left: 10px;
            font-size: 14px;
            font-weight: bold;
            color: var(--colorTitlesDarkText);
        }

        .product-item .student-container {
            display: flex;
            flex-direction: row;
            position: absolute;
            top: 325px;
        }

            .product-item .student-container img {
                float: right;
                width: 20px;
                height: 20px;
            }

            .product-item .student-container h6 {
                margin-right: 25px;
                margin-top: 2px;
                font-size: 12.5px;
                color: var(--colorStudentCount);
            }

        .product-item p {
            bottom: -15px;
            right: 0;
            position: absolute;
            font-size: 14px;
            font-weight: bold;
            color: white;
            background: #008C86;
            border: 2px solid #2FB99D;
            padding: 10px 8px;
            border-radius: 50%;
            margin-top: 20px;
            transition: ease-in-out 0.3s;
        }

    /* ------------------ KERAMAT NEVESHT - MEDIA CSS CODE ------------------ */
    .keramat-nevesht-item {
        width: 100%;
        height: 360px;
        padding: 10px;
    }

        .keramat-nevesht-item img {
            width: 95%;
            height: 150px;
            top: 5px;
            left: 10px;
            right: 10px;
            margin: 0 -2px;
        }

        .keramat-nevesht-item h3 {
            position: absolute;
            top: 165px;
            left: 10px;
            right: 10px;
        }

        .keramat-nevesht-item p {
            top: 200px;
            left: 10px;
            right: 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4;
            -webkit-box-orient: vertical;
            text-align: right;
        }
}
 @media only screen and (max-width:366px){
/* ------------------ PRODUCTS - MEDIA CSS CODE ------------------ */
    .product-item {
        margin: 15px 0;
        cursor: pointer;
        position: relative;
        width: 100%;
        height: 360px;
        padding: 10px;
        background: var(--colorProduct);
        border: 2px solid var(--colorProductBorder);
        border-radius: 0 15px 80px 15px;
        transition: ease-in-out 0.3s;
    }

    .product-item:hover {
        box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
    }

    .product-item:hover p {
        box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
    }

    .product-item h3 {
        top: 170px;
        font-size: 14px;
    }

    .product-item img {
        width: 100%;
        padding-left: 15px;
        height: 150px;
        margin: 0 -2px;

        object-position: center;
        object-fit: cover;
    }

    .product-item .teacher-container {
        position: absolute;
        top: 220px;
    }

    .product-item .teacher-container h5 {
        margin: 5px 30px;
    }

    .product-item .ratebar-container {
        position: absolute;
        display: flex;
        flex-direction: row;
        top: 260px;
        left: 10px;
    }

    .product-item .ratebar-container svg {
        width: 20px;
        height: 20px;
    }

    .product-item h4 {
        position: absolute;
        top: 325px;
        left: 10px;
        font-size: 14px;
        font-weight: bold;
        color: var(--colorTitlesDarkText);
    }

    .product-item .student-container {
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 325px;
    }

    .product-item .student-container img {
        float: right;
        width: 20px;
        height: 20px;
    }

    .product-item .student-container h6 {
        margin-right: 25px;
        margin-top: 2px;
        font-size: 12.5px;
        color: var(--colorStudentCount);
    }

    .product-item p {
        bottom: -15px;
        right: 0;
        position: absolute;
        font-size: 14px;
        font-weight: bold;
        color: white;
        background: #008C86;
        border: 2px solid #2FB99D;
        padding: 10px 8px;
        border-radius: 50%;
        margin-top: 20px;
        transition: ease-in-out 0.3s;
    }

    /* ------------------ KERAMAT NEVESHT - MEDIA CSS CODE ------------------ */
    .keramat-nevesht-item {
        width: 100%;
        height: 360px;
        padding: 10px;
    }

    .keramat-nevesht-item img {
        width: 95%;
        height: 150px;
        top: 5px;
        left: 10px;
        right: 10px;
        margin: 0 -2px;
    }

    .keramat-nevesht-item h3 {
        position: absolute;
        top: 165px;
        left: 10px;
        right: 10px;
    }

    .keramat-nevesht-item p {
        top: 200px;
        left: 10px;
        right: 10px;

        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4; /* number of lines to show */
        line-clamp: 4;
        -webkit-box-orient: vertical;
        text-align: right;
    } .swiper-slide {
    width: 300px;
    height: 600px;
}
}
