/*
Theme Name: Freshtehaye Asemani
Theme URI: https://freshteha.com
Author: MohammadReza Rezayee (MRkiller)
Author URI: https://t.me/MR_KILLERFF
Description: this site has been created By Mohammadreza ( Mrkiller & MRkey ) for school 
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1
Text Domain: FA
*/


* {
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #444;
}

@font-face {
    font-family: "Freshte_ha";
    src: url("fonts/Sahel.woff") format("woff");
}

html,
body {
    background-color: #f4f4f4;
    font-size: 1rem;
    font-family: "Freshte_ha";
}

/*  */
:root {
    --dark-pink: #67a1a3;
    --light-pink: #ff56a0;
    --yellow: #ffc335;
}

::selection {
    background-color: var(--dark-pink);
    color: #f4f4f4;
}

.bg-dark-pink {
    background-color: var(--dark-pink);
}

.bg-light-pink {
    background-color: var(--light-pink);
}

.bg-yellow {
    background-color: var(--yellow);
}

.color-dark-pink {
    color: var(--dark-pink);
}

.color-light-pink {
    color: var(--light-pink);
}

.color-yellow {
    color: var(--yellow);
}

#Footer_map {
    min-height: 300px;
}

.fs-13 {
    font-size: 13px !important;
}

.custom-tooltip-yellow {
    --bs-tooltip-bg: var(--yellow);
    --bs-tooltip-color: #333;
}

.custom-tooltip-pink {
    --bs-tooltip-bg: var(--light-pink);
    --bs-tooltip-color: #fff;
}

.see-all-a {
    top: 10px;
    font-size: 13px;
}

.see-all-a i {
    transition: all .3s ease;
    position: absolute;
    left: 0;
}

.see-all-a:hover i {
    left: -2.5px;
    transition: all .3s ease;
}


.title::before {
    content: "";
    position: absolute;
    bottom: -11%;
    right: 7px;
    width: 10%;
    height: 2px;
    background-color: var(--yellow);
}

.title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 15px;
    width: 2px;
    height: 30px;
    background-color: var(--yellow);
}

header {
    z-index: 100000;
}

.logo-box a img {
    height: 65px;
    width: 100%;
    object-fit: contain;
}

footer .logo-box a img {
    height: 100%;
}


.main-menu {
    background-color: var(--dark-pink);
}

.main-menu .search-box input {
    width: 80%;
    border-radius: 4px;
    border: none;
    height: 38px;
    outline: none;
    padding: 5px 10px;
}

.main-menu .search-box button {
    position: absolute;
    left: 10%;
    top: 0;
    background-color: #fff;
}

.main-menu .menu-box ul li {
    display: inline-block;
    color: #fff;
    margin: 0px 10px;
    position: relative;
}

.main-menu .menu-box ul li a {
    color: #fff;
    display: inline-block;
    padding: 20px 10px;
}

.main-menu .menu-box ul li ul {
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    width: 250px;
    visibility: hidden;
    background-color: var(--dark-pink);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all .3s ease;
}

.main-menu .menu-box ul li ul li {
    display: block;
    text-align: start;
    border-top: 1px dashed #ddd;
    border-right: 1px dashed #ddd;
}

.main-menu .menu-box ul li ul li a {
    display: block;
    width: 100%;
    padding: 5px 10px;
    margin: 10px 5px;
    transition: all .3s ease;
}

.main-menu .menu-box ul li ul li a:hover {
    transition: all .3s ease;
    background-color: #65bec1e6;
    transform: translateX(-4px);
}

.main-menu .menu-box ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
}

.main-menu .menu-box ul li ul li ul {
    top: 0;
    right: 103%;
}

.offcanvas .res-main-menu ul li {
    padding: 6px 4px;
    margin: 6px 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.offcanvas .res-main-menu ul li:hover {
    transition: all .3s ease;
    background-color: #ddd;
}

.offcanvas .res-main-menu ul li a {
    color: #333;
    padding: 6px 4px;
    display: block;
    width: 100%;
}

.offcanvas .res-main-menu ul li ul {
    background-color: #fff;
    padding: 5px;
}

.offcanvas .res-main-menu ul li ul li:last-child {
    border-bottom: none;
}

.offcanvas .res-main-menu .res-span-menu {
    top: 4px;
    left: 0;
}


.res-menu .search-box-res {
    top: 62px;
    left: -25%;
    width: 285px;
    background-image: linear-gradient(178deg, var(--dark-pink), transparent);
}

.res-menu .search-box-res button {
    position: absolute;
    top: 17px;
    left: 16px;
}

.landing-section .landing-slider .item figure img {
    height: 526px;
    object-fit: fill;
}

.landing-section .landing-slider .item figure figcaption {
    height: 100%;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(308deg, black, transparent);
}


.lastes-events-sec .lastes-events-slider .item figure img {
    object-fit: cover;
    height: 310px;
}

.lastes-events-sec .lastes-events-slider .item h5 {
    height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lastes-events-sec .lastes-events-slider .item p {
    height: 170px;
    overflow: hidden;
    text-align: justify;
}

.lastes-events-sec .lastes-events-slider .blog-btn-box .blog-btn .s1 {
    position: absolute;
    top: 10px;
    right: -12px;
    width: 50%;
    height: 1px;
    background-color: var(--dark-pink);
    transition: all .3s ease;
}

.lastes-events-sec .lastes-events-slider .blog-btn-box .blog-btn:hover .s1 {
    right: 0;
    width: 100%;
    transition: all .3s ease;
}

.lastes-events-sec .lastes-events-slider .blog-btn-box .blog-btn .s2 {
    position: absolute;
    bottom: 19px;
    right: 0px;
    width: 1px;
    height: 70%;
    background-color: var(--dark-pink);
    transition: all .3s ease;
}

.lastes-events-sec .lastes-events-slider .blog-btn-box .blog-btn:hover .s2 {
    bottom: 8px;
    width: 1px;
    height: 68%;
    transition: all .3s ease;
}

.lastes-events-sec .lastes-events-slider .blog-btn-box .blog-btn .s3 {
    position: absolute;
    bottom: 8px;
    left: -11px;
    width: 55%;
    height: 1px;
    background-color: var(--dark-pink);
    transition: all .3s ease;
}

.lastes-events-sec .lastes-events-slider .blog-btn-box .blog-btn:hover .s3 {
    left: 0;
    width: 100%;
    transition: all .3s ease;
}

.lastes-events-sec .lastes-events-slider .blog-btn-box .blog-btn .s4 {
    position: absolute;
    top: 19px;
    left: 0;
    width: 1px;
    height: 70%;
    background-color: var(--dark-pink);
    transition: all .3s ease;
}

.lastes-events-sec .lastes-events-slider .blog-btn-box .blog-btn:hover .s4 {
    top: 10px;
    transition: all .3s ease;
}

/* lasres listing */

.lastes-list .card-cos figure img {
    height: 166px;
    object-fit: cover;
}

.lastes-list .card-cos a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lastes-list .card-cos p {
    height: 167px;
    overflow: hidden;
}

.category-section .col-4 {
    margin: 0 0 24px 0;
}

.category-section .cat-item figure {
    display: table;
    margin: 0 auto;
    color: var();
    font-size: 5rem;
    cursor: pointer;
    transition: all .3s ease;
    transform: scale(1);
}

.category-section .cat-item figure img {
    width: 150px;
    height: 150px;
    transition: all .3s ease;

}

.category-section .cat-item:hover {
    transition: all .3s ease;
    color: var(--yellow);
    border: 1px dashed var(--yellow) !important;
    transform: scale(1.05);
    background-color: rgba(221, 221, 221, 0.562);
}

.category-section2 .cat-slider .item {
    margin: 0 20px;
}

.category-section2 .cat-slider .item figure figcaption a.fs-5 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.category-section2 .cat-slider .item figure figcaption p {
    height: 250px;
    overflow: hidden;
    text-align: justify;
    padding: 0 6px;
    font-size: 13px;
    line-height: 1.9;
}

footer {
    background-image: linear-gradient(300deg, var(--light-pink), var(--yellow));
    position: relative;
    overflow: hidden;
}

footer::after {
    content: "";
    display: block;
    background-image: url(img/1748709852412.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    right: 0;
    rotate: 180deg;
    opacity: .5;
    filter: hue-rotate(45deg);
    transform: scaleX(-1);
}

footer::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("img/fadebg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 100%;
    width: 100%;
    filter: opacity(.5);
}

footer .footer-menu {
    padding: 0 16px;
}

footer .footer-menu ul li {
    margin: 16px 0;

}

footer .footer-menu ul li a {
    display: block;
    width: 100%;
    transition: all .3s ease;
    position: relative;
}

footer .footer-menu ul li a::before {
    content: "\f62a";
    font-family: "bootstrap-icons";
    position: absolute;
    top: 0;
    right: -20px;
    color: #fff;
    scale: 0;
    transition: all .3s ease;
}

footer .footer-menu ul li a:hover::before {
    transition: all .3s ease;
    /* rotate: 180deg; */
    scale: 1;
    rotate: 450deg;
}

footer .footer-menu ul li:hover a {
    transition: all .3s ease;
    color: #fff;
}


/** single **/
.single-body .single-content .single-post-meta {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.single-body .single-content .single-post-meta h1 {
    margin: 0;
    padding: 10px 0;
    font-size: 17px !important;
    color: #666;
    border-bottom: 1px solid #eee;
}

.single-body .single-content .single-post-meta a.si-p-cat {
    font-size: 13px;
    color: #b4b2b2;
    display: inline-block;
    padding: 8px 0;
}

.single-body .single-content .single-post-meta .si-excerpt {
    margin: 10px 0;
    line-height: 2;
    text-align: justify;
    color: #888;
}

.single-body .single-content .single-pic figure,
.single-content .single-pic figure img {
    border-radius: 4px;
}

.single-body .single-content .single-pic figure img {
    display: table;
    margin: 0 auto;
    object-fit: fill;
    width: 100%;
    max-height: 400px;
}

.single-body .single-content .post-content p {
    line-height: 2.3;
    font-size: 15px;
    color: #515151;
}

.single-body .sidebar-post .share-post {
    text-align: center;
    margin-bottom: 7px;
    background-color: var(--dark-pink);
    border-radius: 4px;
    padding: 8px 5px;
}

.single-body .sidebar-post .share-post ul {
    margin: 0;
}

.single-body .sidebar-post .share-post ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 33px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
}

.single-body .sidebar-post .share-post ul li a {
    color: var(--dark-pink);
}

.single-body .sidebar-post .title-2 {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.single-body .sidebar-post .title-2::before {
    content: "";
    position: absolute;
    top: 120%;
    right: 0;
    width: 100px;
    height: 1px;
    background-color: var(--yellow);
}


.single-body .sidebar-post .side-post-content ul {
    padding-top: 14x;
}

.single-body .sidebar-post .side-post-content ul li {
    width: 100%;
    line-height: 2;
    margin: 5px;
}

.single-body .sidebar-post .side-post-content ul li a {
    display: block;
    padding: 5px 10px 5px 0;
    position: relative;
    color: #444;
}

.single-body .sidebar-post .side-post-content ul li a::before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 2px solid #ff8592;
}

.single-body .sidebar-post .side-post-content ul li a::after {
    content: "";
    position: absolute;
    top: 16%;
    right: 1.52px;
    width: 1.5px;
    height: 65%;
    background-color: #03a9f4;
}

.single-body .sidebar-post .side-post-content ul li:hover a::before {
    border: 2px solid #ff0019;
}

.single-body .sidebar-post .side-post-cat ul li {
    border-bottom: 1px solid #eee;
}

.single-body .sidebar-post .side-post-cat ul li a {
    position: relative;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px;
    margin: 5px 0;
    color: #444;

}

.single-body .sidebar-post .side-post-cat ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    background-color: var(--dark-pink);
    border-radius: 50% 0 0 50%;
    transition: all .3s ease;
}

.single-body .sidebar-post .side-post-cat ul li:hover a::before {
    width: 5px;
    transition: all .3s ease;
}

.single-body .sidebar-post .side-post-cat ul li:last-child {
    border-bottom: none
}


/* 404 */

.circle {
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    position: relative;
    height: 375px;
}

.circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 40px solid #fffbdf;
    z-index: 50;
    border-radius: 50%;
}

.holder {
    overflow: hidden;
    width: 366px;
    height: 345px;
    border-radius: 50%;
    position: relative;
}

.bob {
    position: absolute;
    display: inline-block;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: 2s updown ease-in infinite;
    animation: 2s updown ease-in infinite;
    top: 100%;
}

.bob .nose {
    position: relative;
    background: #fdd5b6;
    border: 3px solid #602f2d;
    margin: 0 auto;
    height: 35px;
    width: 35px;
    z-index: 15;
    border-radius: 50% 50% 0 0;
    top: 8px;
}

.bob .nose:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 12px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #602f2d;
    box-shadow: 13px 0 #602f2d;
}

.bob .face {
    width: 200px;
    height: 200px;
    background: #fdd5b6;
    border: 3px solid #602f2d;
    border-radius: 50%;
    position: relative;
    z-index: 50;
    box-shadow: 15px 0 #f7c6a4 inset;
}

.bob .ear {
    position: absolute;
    background: #fdd5b6;
    border: 3px solid #602f2d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 15;
    top: 115px;
    left: -5px;
}

.bob .ear:after,
.bob .ear:before {
    content: '';
    position: absolute;
    background: #602f2d;
    border-radius: 15px;
    height: 3px;
    width: 20px;
    top: 12px;
    left: 5px;
}

.bob .ear:after {
    -webkit-transform: rotate(127deg);
    transform: rotate(127deg);
    width: 7px;
    top: 15px;
    left: 7px;
}

.bob .ear.rgt {
    left: auto;
    right: -5px;
}

.bob .ear.rgt:after {
    -webkit-transform: rotate(47deg);
    transform: rotate(47deg);
    top: 15px;
    left: 18px;
}

.bob .neck {
    position: relative;
    background: #fdd5b6;
    border: 3px solid #602f2d;
    margin: 0 auto 0;
    height: 50px;
    width: 70px;
    z-index: 15;
    border-radius: 0 0 50% 50%;
    top: -8px;
    box-shadow: 10px 0 #f7c6a4 inset;
}

.bob .mouth {
    position: absolute;
    border: 3px solid #602f2d;
    background: #ec7374;
    width: 80%;
    height: 80%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: 1s openclose ease-in infinite;
    animation: 1s openclose ease-in infinite;
}

.bob .mouth:after,
.bob .mouth:before {
    content: '';
    position: absolute;
    background: #cc5e64;
    border: 5px solid #df6062;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    z-index: 2;
}

.bob .mouth:after {
    z-index: 10;
    bottom: auto;
    top: 25px;
    background: #ec7374;
    height: 40px;
    width: 40px;
    border-top-color: transparent;
}

.bob .tongue {
    position: absolute;
    background: #602f2d;
    width: 40px;
    height: 40px;
    left: 0;
    bottom: 5px;
    right: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 5;
}

.bob .tongue:after,
.bob .tongue:before {
    content: '';
    position: absolute;
    background: #f9adba;
    border: 3px solid #602f2d;
    border-radius: 50px;
    top: 22px;
    left: -4px;
    width: 30px;
    height: 40px;
    z-index: 2;
}

.bob .tongue:before {
    left: 16px;
}

.drops {
    background: #8ecbf9;
    border: 2px solid #602f2d;
    width: 20px;
    height: 20px;
    border-radius: 50px 50px 0 50px;
    position: absolute;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 150px;
    left: 70px;
    z-index: 100;
    -webkit-animation: 2s drop-l ease-in infinite;
    animation: 2s drop-l ease-in infinite;
}

.drops:nth-child(2) {
    left: auto;
    right: 70px;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
    -webkit-animation: 2s drop-r ease-in infinite;
    animation: 2s drop-r ease-in infinite;
}

.drops:after,
.drops:before {
    content: '';
    background: #8ecbf9;
    border: 2px solid #602f2d;
    width: 20px;
    height: 20px;
    border-radius: 50px 50px 0 50px;
    position: absolute;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    top: 20px;
    left: -25px;
}

.drops:before {
    top: -30px;
    left: 0px;
}

.hand {
    border: 3px solid #602f2d;
    position: absolute;
    z-index: 50;
    background: #fdd5b6;
    width: 25px;
    height: 15px;
    border-radius: 20px;
    bottom: 86px;
    z-index: 200;
    left: 64px;
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
}

.hand:after,
.hand:before {
    content: '';
    border: 3px solid #602f2d;
    position: absolute;
    z-index: 50;
    background: #fdd5b6;
    width: 25px;
    height: 15px;
    border-radius: 20px;
    z-index: 200;
    top: 100%;
    left: 0;
}

.hand:before {
    top: 200%;
}

.rgt {
    left: auto;
    right: 60px;
    bottom: 96px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.numer {
    font-size: 250px;
    display: inline-block;
    color: #fffbdf;
}

@-webkit-keyframes updown {

    50%,
    70% {
        top: 25%;
    }
}

@keyframes updown {

    50%,
    70% {
        top: 25%;
    }
}

@-webkit-keyframes openclose {

    0%,
    100% {
        -webkit-transform: scale(0.95, 0.95);
        transform: scale(0.95, 0.95);
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}

@keyframes openclose {

    0%,
    100% {
        -webkit-transform: scale(0.95, 0.95);
        transform: scale(0.95, 0.95);
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}

@-webkit-keyframes drop-l {

    0%,
    50% {
        opacity: 0;
        -webkit-transform: translate(50px, 0) rotate(-15deg);
        transform: translate(50px, 0) rotate(-15deg);
    }

    55% {
        opacity: 1;
        -webkit-transform: translate(0, 0) rotate(-15deg);
        transform: translate(0, 0) rotate(-15deg);
    }

    70% {
        opacity: 1;
        -webkit-transform: translate(-30px, 0) rotate(-25deg);
        transform: translate(-30px, 0) rotate(-25deg);
    }

    85% {
        opacity: 1;
        -webkit-transform: translate(-50px, 100px) rotate(-90deg);
        transform: translate(-50px, 100px) rotate(-90deg);
        opacity: .5;
    }

    86%,
    100% {
        opacity: 0;
    }
}

@keyframes drop-l {

    0%,
    50% {
        opacity: 0;
        -webkit-transform: translate(50px, 0) rotate(-15deg);
        transform: translate(50px, 0) rotate(-15deg);
    }

    55% {
        opacity: 1;
        -webkit-transform: translate(0, 0) rotate(-15deg);
        transform: translate(0, 0) rotate(-15deg);
    }

    70% {
        opacity: 1;
        -webkit-transform: translate(-30px, 0) rotate(-25deg);
        transform: translate(-30px, 0) rotate(-25deg);
    }

    85% {
        opacity: 1;
        -webkit-transform: translate(-50px, 100px) rotate(-90deg);
        transform: translate(-50px, 100px) rotate(-90deg);
        opacity: .5;
    }

    86%,
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes drop-r {

    0%,
    50% {
        opacity: 0;
        -webkit-transform: translate(-50px, 0) rotate(145deg);
        transform: translate(-50px, 0) rotate(145deg);
    }

    55% {
        opacity: 1;
        -webkit-transform: translate(0, 0) rotate(145deg);
        transform: translate(0, 0) rotate(145deg);
    }

    70% {
        opacity: 1;
        -webkit-transform: translate(30px, 0) rotate(160deg);
        transform: translate(30px, 0) rotate(160deg);
    }

    85% {
        opacity: 1;
        -webkit-transform: translate(50px, 100px) rotate(180deg);
        transform: translate(50px, 100px) rotate(180deg);
        opacity: .5;
    }

    86%,
    100% {
        opacity: 0;
    }
}

@keyframes drop-r {

    0%,
    50% {
        opacity: 0;
        -webkit-transform: translate(-50px, 0) rotate(145deg);
        transform: translate(-50px, 0) rotate(145deg);
    }

    55% {
        opacity: 1;
        -webkit-transform: translate(0, 0) rotate(145deg);
        transform: translate(0, 0) rotate(145deg);
    }

    70% {
        opacity: 1;
        -webkit-transform: translate(30px, 0) rotate(160deg);
        transform: translate(30px, 0) rotate(160deg);
    }

    85% {
        opacity: 1;
        -webkit-transform: translate(50px, 100px) rotate(180deg);
        transform: translate(50px, 100px) rotate(180deg);
        opacity: .5;
    }

    86%,
    100% {
        opacity: 0;
    }
}

/* category */

.cat-sec .item figure img {
    height: 190px;
    object-fit: cover;
}

/* about us */

.au-sec {
    padding: 5rem 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.au-sec .shadow-au {
    box-shadow: 0px -1px 20px 10px;
}

.au-sec .employees-item .d-table {
    margin: 0 auto;
}

.au-sec .employees-item .d-table img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border-radius: 50%;
    background: #eee;
}

.au-sec .employees-item .un-pik i {
    display: block;
    font-size: 95px;
    height: 120px;
    border-radius: 50%;
    color: #808080;
}

.au-sec .employees-con {
    margin-block-start: 5rem;
}

/* contact us */

.contact-sec .bg-contact::before {
    content: "";
    position: absolute;
    top: 57%;
    right: -54%;
    background-image: url(img/girlstar.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    transform: scaleX(-1);
    height: 100%;
}

.contact-sec .comment-reply-title {
    display: none;
    visibility: hidden;
}

.contact-sec .title-comments {
    line-height: 1.5;
}

.contact-sec #comment,
.contact-sec #author,
.contact-sec #email,
.contact-sec #url {
    border-bottom: 5px solid var(--dark-pink);
}

.contact-sec .contact-info ul li {
    transition: all .3s ease;
}

.contact-sec .contact-info ul li:hover {
    background-color: #eee;
    transition: all .3s ease;
}

/* pagination */

.pagination ul {
    display: flex;
}

.pagination li:not(:first-child) a {
    margin-right: calc(var(--bs-border-width)* -1);
}

.pagination li a,
.pagination li span {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination li span {
    color: #21aeeaee;
    background-color: #9999992e;
}

.pagination li a:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

/* comments */

.comment-contact .comment-reply-title {
    display: none;
}

.comment-reply-title {
    font-size: 20px !important;
}

#comments {
    font-size: 25px;
    position: relative;
    padding: 10px 40px 20px;
}

#comments h2 {
    font-size: 25px;
}

#comments::before {
    content: "\F32E";
    font-family: 'bootstrap-icons';
    position: absolute;
    top: 8px;
    right: 0;
    color: #ff5b6d;
}

.comment-author img {
    display: block !important;
    margin: 10px 0 10px 0 !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.comment-author .fn a {
    color: #444;
}

.commentlist .comment-text .star-rating {
    font-size: 13px;
    background-color: #eee;
    border-radius: 4px;
    padding: 3px 5px;
    width: 7%;
}

.commentlist .comment-text .meta {
    font-size: 16px;
    padding: 10px 3px;
    border-bottom: 2px dashed #eee;
}

.description p {
    margin: 0;
    line-height: 1.2;
    font-size: 15px;
}

.comment-meta {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}

.comment-body,
.comment_container {
    background-color: #eeeeee78;
    padding: 1px 10px 15px;
    border-right: 5px solid var(--bg-dark-blue);
    border-radius: 10px;
    margin: 5px 0 15px;
}

.comment_container img {
    display: block !important;
    margin: 10px 0 10px 0 !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.comment-body p {
    padding: 10px 5px;
    line-height: 1.8;
}

.reply {
    text-align: left;
}

.comment-reply-link {
    padding: 5px 10px;
    border-radius: 4px;
    background: #fff;
    color: var(--bg-dark-blue);
    width: 20%;
    display: inline-block;
    text-align: center;
    transition: all .3s ease;
}

.comment-reply-link:hover {
    transition: all .3s ease;
    box-shadow: inset 0 3px 3px #999;
}

.comment-form-comment label span {
    color: #ff0000;
    display: inline-block;
    margin-bottom: 10px;
}

.comment-form-comment label span::after {
    content: ":";
}

#review_form_wrapper #respond {
    padding-top: 20px;
}

#respond {
    padding-top: 4px;
}

#reply-title {
    font-size: 25px;
    position: relative;
    padding: 10px 40px 20px;
}

#reply-title::before {
    content: "\F4C8";
    font-family: 'bootstrap-icons';
    position: absolute;
    top: 8px;
    right: 0;
    color: #ff5b6d;
}

#comment {
    border: 1px solid #ddd;
    border-right: 5px solid var(--bg-dark-blue);
    padding: 10px;
    color: #444;
    max-height: 200px;
    min-height: 200px;
    width: 100%;
}

.st_height {
    min-height: 150px;
    max-height: 150px;
}

.comment-form-author label span {
    color: #ff0000;
    display: inline-block;
    margin-bottom: 10px;
}

.comment-form-author label span::after {
    content: " : ";
}


#author {
    border: 1px solid #ddd;
    border-right: 5px solid var(--bg-dark-blue);
    padding: 10px;
    color: #444;
    width: 100%;
}

.comment-form-email label span {
    color: #ff0000;
    display: inline-block;
    margin-bottom: 10px;
}

.comment-form-email label span::after {
    content: " : ";
}

#email {
    border: 1px solid #ddd;
    border-right: 5px solid var(--bg-dark-blue);
    padding: 10px;
    color: #444;
    width: 100%;
}

.comment-form-url label {
    margin-bottom: 10px;
}

.comment-form-url label::after {
    content: " : ";
}

#url {
    border: 1px solid #ddd;
    border-right: 5px solid var(--bg-dark-blue);
    padding: 10px;
    color: #444;
    width: 100%;
}

.form-submit {
    text-align: center;
}

.comment-form-cookies-consent {
    text-align: center;
}

#submit {
    padding: 5px 10px;
    background-color: var(--bg-dark-blue);
    background-image: linear-gradient(222deg, transparent, var(--light-pink));
    color: #fff;
    border: none;
    border-radius: 4px;
    width: 50%;
    transition: all .3s ease-in;
}

#submit:hover {
    transition: all .3s ease-in;
    background-color: var(--yellow);
}

/* virtual class */

.vc-section .vc-card .vc-icon i {
    display: table;
    margin: 0 auto;
    font-size: 5rem;
}

.vc-section .vc-card .vc-icon img {
    height: 120px;
    display: table;
    margin: 0 auto;
    object-fit: cover;
}