@charset "utf-8";
@import "woocommerce.css";
/* CSS Document */
@import "../font/vazir/font-face.css";
@import "all.min.css";

* {
    font-family: Vazir;
}

a {
    text-decoration: none !important;
}

.slick-initialized .slick-slide:focus {
    outline: none;
}

.slick-initialized .slick-slide {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

a {
    text-decoration: none !important;
}

/* Loader */

#preloader {
    background: rgba(225, 225, 225, .9) no-repeat center center;
    height: 100%;
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 1021;
}

#preloader img {
    height: 120px;
}

.loader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 10px auto;
    position: relative;
    color: #550962;
    left: -100px;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
    0% {
        box-shadow: 0 0 rgba(40, 182, 255, 0), 0 0 rgba(40, 182, 255, 0), 0 0 rgba(40, 182, 255, 0), 0 0 rgba(40, 182, 255, 0);
    }
    12% {
        box-shadow: 100px 0 #550962, 0 0 rgba(40, 182, 255, 0), 0 0 rgba(40, 182, 255, 0), 0 0 rgba(40, 182, 255, 0);
    }
    25% {
        box-shadow: 110px 0 #550962, 100px 0 #550962, 0 0 rgba(40, 182, 255, 0), 0 0 rgba(40, 182, 255, 0);
    }
    36% {
        box-shadow: 120px 0 #550962, 110px 0 #550962, 100px 0 #550962, 0 0 rgba(40, 182, 255, 0);
    }
    50% {
        box-shadow: 130px 0 #550962, 120px 0 #550962, 110px 0 #550962, 100px 0 #550962;
    }
    62% {
        box-shadow: 200px 0 rgba(40, 182, 255, 0), 130px 0 #550962, 120px 0 #550962, 110px 0 #550962;
    }
    75% {
        box-shadow: 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 130px 0 #550962, 120px 0 #550962;
    }
    87% {
        box-shadow: 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 130px 0 #550962;
    }
    100% {
        box-shadow: 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0), 200px 0 rgba(40, 182, 255, 0);
    }
}

.before-menu img {
    height: 50px;
    filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, .4));
}

.before-menu strong {
    color: #685e79;
    font-size: 18px;
}

.before-menu a {
    background-color: #685e79;
    height: 32px;
    width: 32px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.before-menu .before-menu-icons {
    gap: 12px;
}

.before-menu .before-menu-icons a svg {
    font-size: 22px;
    color: #c8b273;
}

.menu li a {
    font-size: 15px;
}

.menu li:active a {
    border-radius: 4px;
    background-color: #9ba0b3;
}

.menu .dropdown-menu a:hover {
    background: #685e79 !important;
    color: #fff !important;
}

.my-theme-header {
    background: #685e79;
    border-radius: 16px;
    transition: 0.5s;
    box-shadow: 0 4px 7px rgba(4, 15, 15, 0.5);
}

.menu .nav-item input:focus {
    outline: 0;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

.navbar-brand {
    padding: 0 !important;
}

.header-user svg {
    font-size: 18px;
}

.my-theme-header .navbar .navbar-toggler {
    padding: 0.55rem 0.55rem;
}

.my-theme-header .navbar .navbar-toggler:focus {
    outline: none;
}

.my-theme-header .navbar .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid gray;
    transition: all 300ms linear;
}

.my-theme-header .navbar .navbar-toggler-icon:after,
.my-theme-header .navbar .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: gray;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.my-theme-header .navbar .navbar-toggler-icon:after {
    top: 8px;
}

.my-theme-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.my-theme-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.my-theme-header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.main-back {
    background-image: url("../img/back001.svg"), linear-gradient(512deg, rgba(180, 180, 180, 0.3) 0, rgba(180, 180, 180, 0.3) 100%);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.my-top-slider {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    outline: 2px solid rgba(255, 255, 255, .5);
}

.my-top-slider .slick-slide {
    padding: 0 !important;
}

.my-top-slider .slick-slide img {
    height: 650px;
    width: 100%;
    object-fit: cover;
}

.my-top-slider .slick-prev, .my-top-slider .slick-next {
    top: 90%;
    height: unset;
    width: unset;
}

.my-top-slider .slick-next {
    left: 3%;
}

.slider1st .slick-next,
.slider2st .slick-next {
    left: -35px;
}

.slider1st .slick-prev,
.slider2st .slick-prev {
    right: -35px;
}

.my-top-slider .slick-prev:before, .my-top-slider .slick-next:before,
.slider1st .slick-prev:before, .slider1st .slick-next:before,
.slider2st .slick-prev:before, .slider2st .slick-next:before {
    font-size: 28px;
    color: white;
}

.my-top-slider .slick-prev {
    right: 86%;
}

.my-top-slider .slick-dots,
.front-services-slider .slick-dots,
.slider1st .slick-dots,
.slider2st .slick-dots {
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.front-services-slider .slick-dots,
.slider1st .slick-dots,
.slider2st .slick-dots {
    bottom: -15px;
}

.my-top-slider .slick-dots li,
.front-services-slider .slick-dots li,
.slider1st .slick-dots li,
.slider2st .slick-dots li {
    all: initial;
}

.my-top-slider .slick-dots li button:before,
.front-services-slider .slick-dots li button:before,
.slider1st .slick-dots li button:before,
.slider2st .slick-dots li button:before {
    content: '';
}

.my-top-slider .slick-dots li button,
.front-services-slider .slick-dots li button,
.slider1st .slick-dots li button,
.slider2st .slick-dots li button {
    background: rgba(255, 255, 255, .50);
    border: solid 1px rgba(89, 35, 91, .30);
    opacity: 1;
    content: '';
    border-radius: 10px;
    transition: .5s;
    width: 12px;
    height: 12px;
    margin: 3px;
}

.my-top-slider .slick-dots li.slick-active button,
.front-services-slider .slick-dots li.slick-active button,
.slider1st .slick-dots li.slick-active button,
.slider2st .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, .50);
    opacity: 1;
    width: 40px;
}


.my-top-about img.dr-first-pic {
    max-height: 330px;
}

.my-top-about .my-top-title img {
    max-height: 150px;
}

.my-top-about .my-top-title strong {
    font-size: 22px;
}

.my-top-about .my-top-title h1 {
    font-weight: bold;
    color: #c8b273;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
}

.my-top-about .my-top-text {
    background-color: #7a7f95;
    border-radius: 16px;
}

.my-top-about .my-top-text p {
    font-weight: bold;
}

.my-top-about .top-reservation strong {
    color: #685e79;
    font-size: 22px;
}

.my-top-about .top-reservation .top-reservation-icons {
    background-color: #685e79;
    border-radius: 8px;
}

.my-top-about .top-reservation-icons {
    gap: 14px;
}

.my-top-about .top-reservation-icons a {
    background-color: #9ba0b3;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.my-top-about .top-reservation-icons a svg {
    font-size: 24px;
    color: #685e79;
}

.after-top {
    background-image: linear-gradient(0deg, rgba(201, 195, 209, 0.5), transparent);
    position: relative;
    backdrop-filter: blur(4px);
    border-radius: 16px;
}

.after-top .after-top-about h2 {
    color: #685e79;
    font-weight: bold;
}

.after-top .after-top-about > div {
    width: auto !important;
}

.after-top .after-top-about .plyr_wrapper {
    filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, .3));
    max-width: 370px;
    border-radius: 16px;
    overflow: hidden;
}

#rotating-section {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
}

.rect1, .rect2, .rect3, .rect4, .rect5, .rect6, .rect7 {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: -150px;
    background: #b7a7ba;
    -webkit-animation: mymove2 4s linear infinite;
    border-radius: 10px;
    border: solid 1px white;
}

.rect1 {
    left: 15%;
}

.rect2 {
    left: 25%;
    -webkit-animation-delay: 0.3s;
}

.rect3 {
    left: 35%;
    -webkit-animation-delay: 2s;
}

.rect4 {
    left: 45%;
    -webkit-animation-delay: 1.5s;
}

.rect5 {
    left: 55%;
    -webkit-animation-delay: .5s;
}

.rect6 {
    left: 65%;
    -webkit-animation-delay: 2s;
}

.rect7 {
    left: 74%;
    -webkit-animation-delay: 1s;
}

@-webkit-keyframes mymove2 {

    0% {
        border-radius: 0;
        transform: rotate(0deg);
        opacity: .6;
    }
    100% {
        transform: rotate(540deg);
        opacity: 0;
        border-radius: 20px;
        bottom: 300px;
        width: 15px;
        height: 15px;
    }
}

section {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@keyframes animate {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1000px;
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1000px;
    }
}

.front-services-title {
    gap: 12px;
}

.front-services-title img {
    max-height: 70px;
    object-fit: scale-down;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .3));
}

.services-archie-post .slider-card,
.front-services-slider .slider-card {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .5));
}

.front-services-slider .slider-card .slider-img {
    height: 180px;
    width: 180px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #62677c;
    outline: 1px solid white;
}

.services-archie-post .slider-card .slider-img {
    border-radius: 100%;
    overflow: hidden;
    background-color: #62677c;
    outline: 1px solid white;
}

.services-archie-post .slider-card .slider-img img,
.front-services-slider .slider-card .slider-img img {
    height: 200PX;
    width: 100%;
    object-fit: scale-down;
}

.services-archie-post strong,
.front-services-slider strong {
    border-radius: 8px;
    background-color: #300632;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.front-upgrade {
    background-image: url("../img/landing-back-2.svg"), linear-gradient(rgba(201, 195, 209, 0.8), rgba(201, 195, 209, 0.5));
    background-attachment: fixed;
    background-position: center, center;
    background-size: cover;
    backdrop-filter: blur(4px);
    outline: 2px solid rgba(255, 255, 255, .5);
}

.front-upgrade-title {
    filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.3));
}

.front-upgrade-title img {
    max-height: 180px;
    object-fit: scale-down;
}

.front-upgrade-title h2 {
    background-color: #685e79;
    border-radius: 16px;
    color: white;
}

.front-upgrade-card {
    filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.3));
}

.front-upgrade-card img {
    max-height: 250px;
    width: auto;
    object-fit: scale-down;
}

.front-upgrade-card .upgrade-content {
    background-color: rgba(255, 255, 255, .7);
    border-radius: 12px;
    backdrop-filter: blur(5px);
    outline: 2px solid white;
}

.front-upgrade-card .upgrade-content h3 {
    color: #59235b;
    font-weight: 800;
}

.course-present {
    border-radius: 34px;
    overflow: hidden;
    border: 3px solid #A9A9A9B2;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
}

.course-present .course-present-border {
    border-left: dashed 2px rgba(50, 5, 50, .3);
}

@media (max-width: 960px) {
    .course-present .course-present-border {
        border-left: none;
        border-bottom: dashed 2px rgba(50, 5, 50, .3);
    }
}

.course-present-dr {
    background-color: #62677c;
}

.course-present-dr img {
    height: 355px;
    filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.3));
);
}

.course-present-dr .card .card-body a {
    background-color: #300632;
    border-radius: 100px;
    padding: 8px 24px;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 2px solid #A9A9A9B2;
}

.course-present-card img {
    max-height: 220px;
    width: auto;
    object-fit: scale-down;
}

.frontpage-cv {
    background-color: rgba(255, 255, 255, .3);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    min-height: 160px;
    border: 2px solid rgba(255, 255, 255, .8);
    backdrop-filter: blur(4px);
}

.frontpage-cv svg {
    color: #550962;
    font-size: 44px;
}

.frontpage-cv strong {
    color: #300632;
    font-size: 24px;
}

.frontpage-cv small {
    font-size: 16px;
    min-height: 38px;
}

.frontpage-organ {
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 7px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 24px;
    outline: 3px solid rgba(255, 255, 255, 0.7);
}

.frontpage-organ .frontpage-organ-card {
    background-image: linear-gradient(135deg, #d7d7d7, #f8f8f8, #e7e7e7, #dfdfdf);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    min-height: 200px;
    backdrop-filter: blur(5px);
}

.frontpage-organ .organ-title img {
    height: 100px;
    object-fit: scale-down;
    filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.3));
}

.frontpage-organ .organ-title strong {
    font-size: 16px;
    font-weight: 600;
    color: white;
    background: #685e79;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
}

.frontpage-organ .frontpage-organ-card img {
    height: 100px;
    width: auto;
    object-fit: contain;
}

.frontpage-organ .frontpage-organ-card strong {
    color: #300632;
    min-height: 40px;
}

/* --------- Articles Slider --------- */

.custom-card-1 {
    min-height: 480px;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    transition: .5s;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(5px);
}

.custom-card-1:hover {
    transform: scale(1.02);
}

.custom-card-1 img {
    height: 270px;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    transition: 0.5s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.custom-card-1:hover img {
    filter: brightness(120%);
}

.custom-card-1 .card-body-custom strong {
    color: #300632;
    font-size: 20px;
}

.custom-card-1 .card-body-custom p {
    font-size: 14px;
    font-weight: 400;
    color: #6c757d;
}

.custom-card-1 .card-body-custom a.article-btn {
    transition: 0.3s;
    background-color: #300632;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.courses-card-costume {
    border-radius: 10px;
}

.courses-card-costume .card {
    transition: 0.3s;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-radius: 10px;
    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.5) !important;
}

.courses-card-costume .card:hover {
    transform: scale(1.02);
}

.courses-new-slide .card {
    border-radius: 20px !important;
    overflow: hidden;
}

.courses-new-slide .card img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.courses-new-slide .card-body a {
    background-image: linear-gradient(513deg, #c1ac51 50%, #5a4219 100%);
    box-shadow: 2px 2px 3px #000;
    border: none;
}

.dr-stick-bottom img {
    position: absolute;
    right: 300px;
    bottom: 0;
    height: 150px;
}

.dr-stick-bottom .stick-bottom-content {
    background-image: linear-gradient(513deg, #c1ac51 50%, #5a4219 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
}

.dr-stick-bottom .stick-bottom-content h3 {
    font-size: 24px;
    font-weight: 900;
}

.comments-custom {
    background: rgba(255, 255, 255, 0.5);
}

.comments-custom .comments-title p {
    letter-spacing: 4px;
}

.comments-img-custom img {
    height: 120px;
    width: 120px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.7);
}

.comments-card-body-custom {
    background: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
    height: 140px;
    overflow: hidden;
    border-radius: 12px !important;
}


/* --------- Category --------- */


.photos-archive .card img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.photos-archive .video {
    width: 100%;
    height: 400px;
    margin: auto;
    display: block;
    border: none;
}

.photos-archive .close-btn {
    display: block;
    margin: 15px;
    background: transparent;
    position: absolute;
    border: 0;
}

.photos-archive .close-btn svg {
    font-size: 25px;
    color: #00C5CC;
    cursor: pointer;
}

.photos-archive .my-popup {
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
}

.photos-archive .popup-content {
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.photos-archive .popup-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.photos-archive .popup-title {
    padding: 30px;
    margin: 0 auto;
    color: red;
    text-transform: uppercase;
}

.videos-cat-title img {
    height: 130px;
    width: 100%;
}

.videos-cat-title h2 {
    color: #753F94;
}

.videos-cat-title p {
    color: #FEA27E;
    letter-spacing: 5px;
}

.frontpage-videos h5 {
    color: #753F94;
}

.frontpage-videos .card {
    border-radius: 11px;
}

.frontpage-videos .h_iframe-aparat_embed_frame iframe {
    border-radius: 16px;
    border: 0;
}

.photos-cat-title img {
    height: 130px;
    width: 100%;
}

.photos-cat-title h2 {
    color: #753F94;
}

.photos-cat-title p {
    color: #FEA27E;
    letter-spacing: 5px;
}

.photos-archive .card {
    border-radius: 11px;
}

.photos-archive .card img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.photos-archive .card .card-body strong {
    color: #753F94;
}

.photos-archive .video {
    width: 100%;
    height: 400px;
    margin: auto;
    display: block;
    border: none;
}

.photos-archive .close-btn {
    display: block;
    margin: 15px;
    background: transparent;
    position: absolute;
    border: 0;
}

.photos-archive .close-btn svg {
    font-size: 25px;
    color: #00C5CC;
    cursor: pointer;
}

.photos-archive .my-popup {
    display: none;
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
}

.photos-archive .popup-content {
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.photos-archive .popup-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.photos-archive .popup-title {
    padding: 30px;
    margin: 0 auto;
    color: red;
    text-transform: uppercase;
}


/* --------- About --------- */


.about-title {
    background-image: linear-gradient(45deg, #66007f, #59235b, #300632, #300632);
    border-bottom: 1px solid rgb(200, 200, 200);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.about-title h1 {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 10px;
}


.about-img {
    position: relative;
    width: 100%;
    height: 500px;
}

.about-img section {
    display: block;
    width: 250px;
    height: 200px;
    margin: 194px auto;
    animation: ripple 0.6s linear infinite;
    border-radius: 100px;
}

/* ripple effect */
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(100, 10, 95, .3), 0 0 0 20px rgba(100, 10, 95, .3), 0 0 0 40px rgba(100, 10, 95, .3), 0 0 0 60px rgba(100, 10, 95, .3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 10, 95, .3), 0 0 0 40px rgba(100, 10, 95, .3), 0 0 0 60px rgba(100, 10, 95, .3), 0 0 0 80px rgba(100, 10, 95, 0);
    }
}

.about-img img {
    position: absolute;
    top: 0;
    z-index: 999;
    height: 500px;
    width: auto;
    object-fit: scale-down;
}

.about-card-custom p {
    font-size: 18px;
}

.about-card-custom h4 {
    color: #300632 !important;
}

.about-card img {
    height: 250px;
    width: auto;
    object-fit: scale-down;
}

.about-card h4 {
    background: #59235b;
    border-radius: 10px;
    padding: 13px;
}


/*slider dots*/
.slick-dots li.slick-active button:before {
    color: #59235b;
}

.slick-dots li button:before {
    font-size: 50px;
    color: #59235b;
}

.services-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.abut-me-back {
    position: relative;
    height: 360px;
    width: 100%;
}

.abut-me {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(513deg, #526fc3 0, #CD887F 100%);
    color: #fff;
}

.abut-me-title p {
    letter-spacing: 3px;
}

.abut-me img {
    position: absolute;
    height: 350px;
    bottom: 0;
    right: 0;
}

.abut-me .results-custom p {
    font-weight: 800;
    color: #19dec2;
    margin-bottom: 2px;
}

.abut-me .results-custom svg {
    font-size: 40px;
    color: #19dec2;
}

.footer-top {
    background: #62677c;
    border-radius: 16px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .3);
    overflow: hidden;
}

/*.flex { !*Flexbox for containers*!*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*}*/

/*.waves {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 15vh;*/
/*    margin-bottom: -7px; !*Fix for safari gap*!*/
/*    min-height: 100px;*/
/*    max-height: 150px;*/
/*}*/

/*.content {*/
/*    position: relative;*/
/*    height: 20vh;*/
/*    text-align: center;*/
/*}*/

/*!* Animation *!*/

/*.parallax > use {*/
/*    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;*/
/*}*/

/*.parallax > use:nth-child(1) {*/
/*    animation-delay: -2s;*/
/*    animation-duration: 7s;*/
/*}*/

/*.parallax > use:nth-child(2) {*/
/*    animation-delay: -3s;*/
/*    animation-duration: 10s;*/
/*}*/

/*.parallax > use:nth-child(3) {*/
/*    animation-delay: -4s;*/
/*    animation-duration: 13s;*/
/*}*/

/*.parallax > use:nth-child(4) {*/
/*    animation-delay: -5s;*/
/*    animation-duration: 20s;*/
/*}*/

/*@keyframes move-forever {*/
/*    0% {*/
/*        transform: translate3d(-90px, 0, 0);*/
/*    }*/
/*    100% {*/
/*        transform: translate3d(85px, 0, 0);*/
/*    }*/
/*}*/


.footer-about img {
    max-height: 120px;
}

.footer-top .footer-map-view iframe {
    height: 300px;
    width: 100%;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, .8);
    box-shadow: 0 4px 7px rgba(0, 0, 0, .3);
}

.footer-certificate img {
    max-width: 120px;
}

.footer-top p {
    font-size: 15px;
}

.footer-top .footer-social {
    gap: 8px;
}

.footer-top .footer-social a svg {
    transition: 0.3s;
    font-size: 30px;
}

.footer-top .footer-social svg:hover {
    transition: 0.5s;
    color: #a5913e !important;
    transform: rotate(360deg);
}

.footer-top .footer-links {
    border-radius: 16px 16px 0 0;
    background-color: #9ba0b3;
}

.contact-fixed-buttons {
    position: fixed;
    right: 16px;
    bottom: 0;
    top: 0;
}

.contact-fixed-buttons > div {
    gap: 12px;
}

.contact-fixed-buttons a {
    background-color: rgba(200, 200, 200, .6);
    height: 40px;
    width: 40px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.contact-fixed-buttons a svg {
    color: #685e79;
    font-size: 24px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
}

.courses-user-comment img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.comment-respond h3 {
    color: #6c757d !important;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.comment-respond input {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 0 !important;
    width: 100% !important;
    overflow: visible;
    padding: 8px;
    border-radius: 10px;
}

.comment-respond input.submit {
    width: auto !important;
    float: left;
    padding: 6px 30px !important;
    border-radius: 20px !important;
    background: transparent !important;
    color: #17a2b8 !important;
    border: solid 1.5px #17a2b8 !important;
    transition: 0.3s;
}

.comment-respond input.submit:hover {
    background: #17a2b8 !important;
    color: #ffffff !important;
}

.comment-reply-link {
    float: left;
    transition: 0.3s;
    font-size: 13px;
    color: #17a2b8 !important;
    border: solid 2px #17a2b8;
    padding: 3px 9px;
    border-radius: 11px;
}

.comment-reply-link:hover {
    background: #17a2b8 !important;
    color: #fff !important;
}

.comments-pagination-edit {
    clear: both;
    text-align: center;
}

.comments-pagination-edit .pagination {
    display: inline-block;
}

.comments-pagination-edit .pagination .page-numbers {
    border: solid 1px #93a8c3;
    margin: 0 -1.5px !important;
    padding: 4px 9px 0 9px;
    border-radius: 6px !important
}

.courses-video .h_iframe-aparat_embed_frame iframe {
    border-radius: 15px;
    border: none;
}

.courses-buy-area {
    background: rgba(25, 15, 71, 0.8);
    border-radius: 10px 10px 0 0;
}

.courses-buy-area a {
    transition: 0.3s;
    font-size: 16px;
    color: #fff !important;
    background: #e23b3b;
}

.courses-buy-area h4 {
    color: #fff !important;
    margin-top: auto;
    margin-bottom: auto;
}

.products-slider2 {
    height: auto;
    width: 100%;
    background-image: linear-gradient(513deg, #7689d4 50%, #73605e 100%);
}

.products-slider2-title p {
    letter-spacing: 4px;
}

.products-slider2 h5 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.products-slider2-custom {
    height: 290px;
    width: 100%;
    overflow: hidden;
}

.products-slider2-custom img {
    height: 160px;
}

.products-slider2-custom h4 {
    font-size: 20px;
    font-weight: 600;
    color: #20273E !important;
}

.products-slider2-custom small {
    font-size: 14px;
    font-weight: 300;
}


/* --------- Blog --------- */

.single-post-main {
    position: relative;
}

.single-post-top {
    min-height: 100vh;
    position: absolute;
    top: -78px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    opacity: .4;
}

.single-post-edit {
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    backdrop-filter: blur(4px);
}

.single-post-edit .single-post-footer a {
    height: 42px;
    width: 42px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    transition: .4s;
    border-radius: 4px;
}

.single-post-edit .single-post-footer svg {
    font-size: 26px;
    color: #d7b277;
}

.wp-post-image {
    width: 100% !important;
    height: 100%;
}

.singular-slider-custom h5 {
    color: #0d1658 !important;
}

.singular-slider-custom p {
    color: #6c757d !important;
}

/* --------- Contact us --------- */

.contact-form-edit {
    border-radius: 20px;
    overflow: hidden;
}

.contact-form-edit .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    display: none;
}

.contact-form-edit .gform_body li {
    padding: 0 !important;
}

.contact-form-edit .gform_body li input, textarea {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 0 !important;
    width: 100% !important;
    border-radius: 10px !important;
    margin-bottom: 10px;
}

.contact-form-edit .gform_footer {
    display: unset !important;
}

.contact-form-edit .gform_footer.top_label .gform_button {
    float: left !important;
    padding: 10px 40px !important;
    margin: 0 !important;
    color: white;
    background: #ec5656;
    transition: 0.4s;
    border-radius: 10px;
}

.contact-form-edit .gform_footer.top_label .gform_button:hover {
    background: #e51859;
}

.social-contact a {
    color: #b5b5b5 !important;
    transition: 0.3s;
    font-size: 28px;
}

.social-contact a:hover {
    transition: 0.5s;
    color: #e51859 !important;
    transform: rotate(360deg);
}

.contact-side-content {
    border-radius: 20px;
    overflow: hidden;
}

.contact-side-content .card-body p strong svg {
    color: #e51859 !important;
}


/* --------- Category --------- */

.pagination-custom ul {
    align-items: center !important;
    align-self: center !important;
}

#comments .author-title {
    font-weight: 300;
}

#comments .photo {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    object-fit: cover;
}

#sidebar-primary .tagcloud a {
    color: #c3c3c3 !important;
    font-size: 13px !important;
    margin-left: 5px;
}

#sidebar-primary .tagcloud a:hover {
    color: #0c82b8 !important;
}


.mt-100 {
    margin-top: 100px
}

#advertise-share-btn.modal {
    background: rgba(15, 20, 50, 0.2);
}

#advertise-share-btn .modal-title {
    font-weight: 900
}

#advertise-share-btn .modal-content {
    border-radius: 13px
}

#advertise-share-btn .modal-body {
    color: #3b3b3b
}

#advertise-share-btn .img-thumbnail {
    border-radius: 33px;
    width: 61px;
    height: 61px
}

#advertise-share-btn .fab:before {
    position: relative;
    top: 13px
}

#advertise-share-btn .smd {
    width: 200px;
    font-size: small;
    text-align: center
}

#advertise-share-btn .modal-footer {
    display: block
}

#advertise-share-btn .ur {
    border: none;
    background-color: #e6e2e2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

#advertise-share-btn .cpy {
    border: none;
    background-color: #e6e2e2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer
}

#advertise-share-btn button.focus,
#advertise-share-btn button:focus {
    outline: 0;
    box-shadow: none !important
}

#advertise-share-btn .ur.focus,
#advertise-share-btn .ur:focus {
    outline: 0;
    box-shadow: none !important
}

#advertise-share-btn .message {
    font-size: 11px;
    color: #ee5535
}

#advertise-share-btn .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem auto -1rem -1rem;
}

.seller-profile-class img {
    height: 180px;
    width: 180px;
    object-fit: cover;
}

.seller-class input {
    border: 1px solid rgba(160, 160, 160, 0.3) !important;
}

.iframe-style iframe {
    width: 100% !important;
    border-radius: 5px;
    border: none;
}

.slick-slide:focus {
    outline: none;
}

.slick-slide a:focus {
    outline: none;
}

.my-breadcrumb-edit {
    background-color: rgba(255, 255, 255, .3);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, .8);
    backdrop-filter: blur(4px);
}

.my-breadcrumb-edit a {
    color: #bf0c35;
    font-size: 15px;
    font-weight: bold;
}

.my-breadcrumb-edit em {
    color: #767676;
    font-size: 1rem;
}

.my-breadcrumb-edit span {
    color: #767676;
    font-size: 1rem;
}


.about-back {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 08) 0, rgba(255, 255, 255, .0));
}

#rating-stars-class input {
    display: none;
}

#rating-stars-class .fa-star {
    color: #c3c3c3 !important;
}

#rating-stars-class input:checked + label .fa-star {
    color: #FFA500 !important;
}

#rating-stars-class label {
    cursor: pointer;
}

#rating-0 + label {
    display: none;
}

#commenter-rate .fa-star {
    color: #FFA500 !important;
}

.advise-card-edit {
    border-radius: 15px;
}

.advise-card-edit .card-body h2 {
    color: #138496;
    font-weight: bolder;
    font-size: 1.8rem;
}

.advise-card-edit .card-body .gfield_label {
    display: none !important;
}

.advise-card-edit .card-body .gform_body input {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: 0 !important;
    padding: 6px 8px !important;
    border-radius: 10px;
    margin-top: 10px;
}

.gform_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advise-card-edit .card-body input.button {
    padding: 10px 45px !important;
    border-radius: 8px;
    color: #fff;
    background: #17a2b8 !important;
    transition: 0.4s;
}

.advise-card-edit .card-body input.button:hover {
    background: #138496 !important;
}

/*---------- Landing Page ----------*/

.landing-back {
    background-image: url("../img/landing.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.landing-back-2 {
    background-image: url("../img/landing-back-2.svg"), linear-gradient(135deg, #d7d7d7, #f8f8f8, #e7e7e7, #dfdfdf);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
}

.landing-top img {
    max-height: 500px;
    object-fit: scale-down;
    margin-top: 70px;
}

.landing-top .landing-top-content {
    border-radius: 16px;
    background: rgba(215, 215, 215, .8);
}

.landing-top h3 {
    background: #300632;
}

.landing-top .landing-top-content a {
    background: #300632;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
    border: 3px solid #A9A9A9B2;
    transition: .5s;
}

.landing-content .landing-content-text {
    background: #300632;
    border-radius: 12px;
}

.landing-content .landing-content-pic img {
    border-radius: 12px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, .5);
}

.landing-dr-text {
    background-image: linear-gradient(135deg, rgba(215, 215, 215, .90), rgba(248, 248, 248, .90), rgba(230, 230, 230, .90), rgba(223, 223, 223, .90));
    border-radius: 16px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    border: 3px solid rgba(189, 189, 189, 0.7);
}

.landing-dr-text img {
    max-width: 230px;
    object-fit: scale-down;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, .4));
}

.landing-video .html5_video_players {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    border: 3px solid rgba(189, 189, 189, 0.7);
}

.landing-form {
    border-radius: 16px;
    background: rgba(50, 6, 50, .8);
    border: 3px solid #D7D7D7B2;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.landing-form .gform_body .gfield_label {
    display: none !important;
}

.landing-form .gform_body ul li {
    padding-left: 0 !important;
}

.landing-form .gform_body ul li input {
    border-radius: 50px !important;
    border: 0 !important;
    background: rgba(255, 255, 255, .8) !important;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    padding: 8px 10px !important;
}

.landing-form .gform_footer input {
    background: #300632;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
    border: 3px solid #D7D7D7B2;
    transition: .5s;
    margin-left: 0 !important;
    color: white;
    padding: 12px 40px;
    border-radius: 50px;
}

.landing-head a {
    background: #300632;
    color: #ffffff;
    outline: solid 4px rgba(255, 255, 255, 0.8);
    font-size: 18px;
    border-radius: 7px;
    margin-top: auto;
    margin-bottom: auto;
    box-shadow: 20px 20px 20px #000000;
}

.landing-head img {
    width: 80px;
    height: auto;
}

.landing-head strong {
    letter-spacing: 5px;
}

.landing-divider {
    background: linear-gradient(45deg, #300632, #59235b, #300632, #300632);
    height: 10px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
}

/* ------- face-to-face ------- */

.face-to-face h1 {
    color: #300632;
    font-weight: 700;
}

.face-to-face .plyr_wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.face-to-face .presentation {
    font-size: 24px;
    border-radius: 50px;
    background: #300632;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
    border: solid 2px white;
    color: white;
    padding: 10px 32px;
    transition: .5s;
}

.face-to-face .presentation svg {
    font-size: 32px;
}

.face-to-face-edit {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
}

.face-to-face-edit img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.face-to-face-edit .gfield_label {
    display: none !important;
}

.face-to-face-edit .gform_wrapper {
    min-width: 80%;
}

.face-to-face-edit .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: solid 1px #300632;
    border-radius: 50px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.face-to-face-edit .gform_wrapper input[type=submit] {
    border-radius: 50px;
    background: #300632;
    font-weight: 700;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
    border: solid 2px white;
    color: white;
    padding: 10px 32px;
}

@media (max-width: 768px) {


    .my-theme-header #menu {
        position: absolute;
        top: 60px;
        min-width: 250px;
        border-radius: 16px;
        background-color: rgba(255, 255, 255, .7);
        box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
        border: 2px solid rgba(255, 255, 255, .8);
        backdrop-filter: blur(4px);
    }

    .my-theme-header #menu a{
        color: #685e79!important;
    }

    .menu .nav-item {
        padding-right: 15px;
    }

    .menu .nav-item:not(:last-child) {
        border-bottom: solid 1px #9ba0b3;
    }

    .after-top-title h2 {
        font-size: 20px;
    }

    .my-top-slider .slick-slide img {
        height: 500px;
    }

    .my-top-about .my-top-title img {
        max-height: 120px;
    }

    .rect1, .rect2, .rect3, .rect4, .rect5, .rect6, .rect7 {
        width: 40px;
        height: 40px;
    }

    .after-top img.front-dr-pic {
        max-height: 250px;
    }

    .after-top img.front-abut-type {
        max-height: 100px;
    }

    .frontpage-organ img {
        height: 60px;
    }

    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    .custom-card-4 ul {
        margin: 0 20px;
    }

    .landing-content .landing-content-text img {
        max-width: 180px;
    }

    .face-to-face .presentation {
        font-size: 18px;
    }

    .face-to-face .presentation svg {
        font-size: 24px;
    }

    .contact-fixed-buttons {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(200, 200, 200, .4);
        top: unset;
        padding: 4px 0 8px 0;
    }

    .contact-fixed-buttons a {
        background-color: rgba(200, 200, 200, .8);
        top: unset;
    }

    .contact-fixed-buttons > div {
        gap: 8px;
    }
    .woocommerce .quantity .qty {
        width: 2.5rem;
    }
}

@media screen and (min-width: 768px) {
    .menu .dropdown-menu {
        display: block;
        border-radius: 0;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
        padding: 0 !important;
        background: #f2f5fa;
        margin-top: 0.8em;
    }

    .menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 0.95;
        margin: 0.5em;
        border-radius: 5px;
    }

    .menu .dropdown-menu a {
        margin: 10px 0;
    }
}