:root {
    --font-family: "IranSans";
    --gray-color: rgba(75, 80, 77, 1);
    --primary-color: rgba(209, 229, 14, 1);
    --secondary-color: rgba(0, 87, 86, 1);
    --black-color: rgba(31, 31, 31, 1);
    --light-gray: rgba(237, 237, 237, 1);
}

*,
*::after,
*::before {
    outline: none;
    border: none;
    text-decoration: none;
    margin-block: 0;
    margin-inline: 0;
    list-style: none;
    box-sizing: border-box;
}

a {
    color: var(--black-color) !important;
    text-decoration: none !important;
}

ul {
    padding-inline-start: 0;
}

body {
    font-family: var(--font-family) !important;
    background-color: #fff;
}

body main {
    background-color: #f8f9f9;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Thin.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 100;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-UltraLight.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 200;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Light.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 300;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Regular.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Medium.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 500;
}
@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Heavy.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-DemiBold.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Bold.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 800;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-ExtraBold.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 900;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Black.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 1000;
}

/* general classes */

.container-x {
    padding-left: 368px;
    padding-right: 368px;
}

.button {
    border-radius: 12px;
    padding: 8px 16px;
    position: relative;
    display: flex;
    width: fit-content;
    cursor: pointer;
    overflow: hidden;
}

.button::before {
    content: "";
    transform: translate(50%, 0);
    transition: all 0.3s;
    position: absolute;
    right: -51%;
    top: 0;
    height: 100%;
    width: 100%;
}

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

.consult-form-cnt .form-bottom .form-row .radio-cnt.input-cnt {
    background-color: transparent;
}

.consult-form-cnt .form-bottom .form-row .radio-cnt.input-cnt .input-desc {
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid rgba(237, 237, 237, 1);
}

.consult-form-cnt .form-bottom .form-row .radio-cnt.input-cnt span.radio-title {
    width: fit-content;
}

.button:hover::before {
    transform: translate(-51%, 0);
}

.button > * {
    position: relative;
    z-index: 1;
}

.button span {
    color: var(--black-color);
}

.media .title-more {
    margin-top:24px;
    justify-content:center;
}
.title-cnt {
        display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
 .title-more {
    display:flex;
    align-items:center;
    margin-left:0px;
    margin-right: auto;
    justify-content: flex-start;
      margin-bottom: 16px;
      width:100%;
}

 .title-more span {
    font-size: 16px;
        color: var(--secondary-color);
    font-weight: 800;
}

 .title-more img {
    transition: all 0.3s;
}

 .title-more:hover img {
    margin-right:4px;
    margin-left:-4px;
}

.title-cnt {
    position: relative;
}

.title-cnt .title-circle {
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 31px;
    width: 31px;
    right: -8px;
    top: 0;
    position: absolute;
    z-index: 0;
}

.title-cnt h3 {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 1000;
    letter-spacing: -1px;
    position: relative;
    padding-bottom: 10px;
}

.body-text {
    color: var(--gray-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.2px;
}

.contact-page .body-text {
    font-size: 14px;
    line-height: 25.2px;
}

.sec-title h4 {
    font-size: 16px;
    font-weight: 1000;
    color: var(--black-color);
}

.img-fluid {
    max-width: 100%;
}

/* Preloader styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#preloader img {
    height: 80px;
    width: 80px;
}

/* header section */

header.header {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    padding-left: 300px;
    padding-right: 300px;
    background-color: #ffffffba;
    /* backdrop-filter: blur(24px); */
    height: 94px;
    /* -webkit-backdrop-filter: blur(24px); */
}

header.header:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #ffffffba;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sub-sub-list li {
    margin-bottom: 8px;
}

.sub-sub-list a {
    transition: all 0.3s;
}

.sub-sub-list a:hover {
    color: var(--secondary-color) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--light-gray);
}

header.header .header-center ul {
    gap: 16px;
    display: flex;
    padding-bottom: 0px;
}

header.header .header-center .nav-item > div {
    display: flex;
    align-items: center;
    gap: 0px;
}

header.header .header-center .nav-item > div > a {
    font-size: 14px;
    transition: all 0.3s;
}

header.header .header-center .nav-item > div a {
    color: var(--secondary-color) !important;
    width: fit-content;
    cursor: pointer;
}

header.header .header-center .nav-item:hover > div > a {
    color: var(--secondary-color) !important;
    width: fit-content;
}

header.header .header-center .nav-item > div svg {
    stroke: #1f1f1f;
    transition: all 0.3s;
    margin-bottom: -2px;
}

header.header .header-center .nav-item > div > svg {
    stroke: #1f1f1f;
    transition: all 0.3s;
    margin-bottom: 4px;
    margin-top: -4px;
}

header.header .header-center .nav-item > div svg {
    stroke: rgb(0 87 86 / 32%);
}

header.header .header-center .nav-item:hover > div > svg {
    stroke: var(--secondary-color);
    rotate: 180deg;
}

header.header .sub-nav-item svg {
    rotate: 90deg !important;
    stroke: #1f1f1f;
}

.mobile-sub-sub-nav {
    transition: all 0.3s;
    height: fit-content;
    max-height: 0;
    overflow: hidden;
}

.mobile-sub-nav-item.collapsible--expanded .mobile-sub-sub-nav {
    max-height: 1000px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 18px 8px;
}

header.header .sub-nav-item:hover svg {
    stroke: var(--secondary-color) !important;
}

header.header .header-left {
    display: flex;
    align-items: center;
    gap: 4px;
}

header.header .header-left .header-lang {
    border-radius: 12px;
    border: 1px solid var(--light-gray);
    width: 41px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    height: 41px;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
    z-index: 20;
}

header.header .header-left .header-lang .header-lang-selected {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    width: 41px;
}

header.header .header-left .header-lang.collapsible--expanded {
    border-radius: 12px 12px 0 0;
    border-bottom: 0px solid rgba(237, 237, 237, 1);
}
header.header .header-left .header-lang .header-lang-options {
    height: fit-content;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;

    gap: 4px;
    max-height: 0px;
    width: calc(100% + 2px);
    right: -1px;
    top: 41px;
    position: absolute;
    background-color: #fff;
    align-items: center;
    border: 0px solid rgba(237, 237, 237, 1);
    border-radius: 0 0 12px 12px;
}

header.header .header-left .header-lang .header-lang-options span {
    opacity: 0.5;
    transition: all 0.3s;
    cursor: pointer;
}

header.header .header-left .header-lang .header-lang-options span:hover {
    opacity: 1;
}

header.header
    .header-left
    .header-lang.collapsible--expanded
    .header-lang-options {
    max-height: 100px;
    border: 1px solid rgba(237, 237, 237, 1);
    border-top: none;
    padding-bottom: 4px;
}

.header-account.button {
    background-color: var(--primary-color);
    gap: 4px;
    align-items: center;
}

.header-account.button::before {
    background-color: rgba(225, 242, 58, 1);
}

.sub-nav-cnt {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 0;
    transition: all 0.3s;
    right: 0;
    left: 0;
    top: 70px;
}

.sub-sub-nav-cnt {
    position: absolute;
    width: calc(100vw - 300px);
    height: 100%;
    left: 300px;
    right: 535px;
    padding-right: 65px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    padding-top: 72px;
    padding-bottom: 72px;
}

.sub-nav-item > div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sub-nav-item > div svg {
    rotate: 90deg;
}

.sub-nav-item:hover > div > a {
    color: var(--secondary-color) !important;
}

.sub-nav-item:hover > a {
    color: var(--secondary-color) !important;
}

header.header .header-center .nav-item > div {
    flex-direction: column;
}

.sub-nav-item:hover .sub-sub-nav-cnt {
    opacity: 1;
    visibility: visible;
}

.sub-sub-nav-cnt .sub-sub-nav {
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    width: 100%;
}

.sub-sub-nav-cnt .sub-sub-nav .sub-sub-list {
    width: 36%;
    display: flex;
    flex-direction: column;
    max-height: 327px;
    flex-wrap: wrap;
}

.header .nav-item:hover .sub-nav-cnt {
    height: 500px;
    box-shadow: 0px 13px 10px #e7e7e79c;
}

.header .nav-item .sub-nav-cnt:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: inherit;
    top: 20px;
    left: 0;
    right: 0;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #ffffffba;
    height: 500px;
}

.sub-nav-cnt .sub-nav {
    top: 23px;
    /*background-color: #ffffff75;*/
    /*backdrop-filter: blur(24px);*/
    /*-webkit-backdrop-filter: blur(24px);*/
    padding-top: 72px;
    padding-bottom: 72px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
}

.insu-slider1 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.insu-slider1 .insu-slide {
    width: 11%;
    text-align: center;
}

.insu-slider1 .insu-slide span {
    font-size: 14px;
}

.insu-slider1 .insu-slide img {
    width: 100%;
    object-fit: contain;
}

.sub-nav-cnt .sub-nav .sub-nav-list {
    width: 20%;

    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 203px;
    flex-wrap: wrap;
    column-gap: 80px;
    height: 327px;
}

.sub-nav-cnt .sub-nav .sub-nav-list .sub-nav-item {
    min-width: 170px;
}

.sub-nav-cnt .sub-nav .sub-nav-list .sub-nav-item a {
    transition: all 0.3s;
}

.sub-nav-cnt .sub-nav .sub-nav-list .sub-nav-item a:hover {
    margin-right: 4px;
    /* margin-left: -4px; */
}

.border-left {
    border-left: 1px solid #00575638;
}

/* hero section */

.hero-cnt {
    padding-top: 94px;
    background-color: #fff;
    padding-bottom: 144px;
}

.hero-cnt .hero-slider {
    background-color: var(--primary-color);
    border-radius: 24px 24px 0 24px;
}

.hero-cnt .hero-item {
    display: flex !important;
    border-radius: 24px 24px 0 24px;
    border: 1px solid var(--primary-color);
    overflow: hidden;
    height: 591px;
}

.hero-cnt .hero-item > div {
    width: 50%;
}

.hero-cnt .hero-item .hero-left {
    display: flex;
    height: 591px;
}

.hero-cnt .hero-item .hero-left img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* .blur1 {  
    filter: blur(5px);  
    background-color: #ffffff50;
    transition: all 0.3s;
    pointer-events: none; 
} 

.content {
    transition: all 0.3s;
} */

.hero-cnt .hero-item .hero-right {
    background-color: var(--primary-color);
}

.hero-slider .hero-item .hero-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 24px;
}

.hero-slider .hero-item .hero-right .hero-item-context {
    gap: 24px;
    display: flex;
    flex-direction: column;
    width: 80%;
}

.hero-item .hero-item-context h1 {
    font-weight: 1000;
    font-size: 44px;
    color: var(--secondary-color);
    letter-spacing: -0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-slider .hero-item .hero-right .button {
    background-color: #fff;
}

.hero-slider .hero-item .hero-right .button::before {
    background-color: rgba(236, 239, 240, 1);
}

.hero-slider .slick-arrow {
    position: absolute;
    background-color: #fff;
    margin-right: 22px;
    bottom: -44px;
    cursor: pointer;
    transition: all 0.3s;
}
.hero-slider .slick-arrow svg {
    stroke: #909090;
    transition: all 0.3s;
}

.hero-slider .slick-arrow:hover {
    background-color: rgba(236, 239, 240, 1);
}

.hero-slider .slick-arrow:hover svg {
    stroke: var(--black-color);
}

.hero-slider .slick-arrow.slick-prev {
    right: 52px;
    z-index: 1;
}

/* reserve section */

.reserve {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.reserve > a {
    width: 32%;
}

.reserve-cnt {
    border: 2px solid var(--primary-color);
    border-radius: 24px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    margin-top: 0px;
    background: url(../imgs/Dna-Pattern.svg);
    background-repeat: no-repeat;
    background-position: top 1rem center;
    background-color: #fff;
    transform: translateY(-50%);
    transition: all 0.3s;
    cursor: pointer;
    filter: drop-shadow(0px 0px 11.3px rgba(0, 0, 0, 0.12));
}

.reserve-cnt:hover {
    margin-top: -12px;
    margin-bottom: 12px;
}

.reserve-cnt .reserve-right {
    position: relative;
    align-self: flex-end;
}

.reserve-cnt .reserve-right .reserve-img-gradient {
    height: 70%;
    width: 128%;
    background: linear-gradient(to top, #ffffff 10%, #ffffff00 100%);
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 10px;
}

.en-reserve .reserve-cnt .reserve-center {
    width: 41%;
    margin-right: 12px;
}

.reserve-cnt .reserve-center {
    margin-right: 16px;
    position: relative;
    width: 40%;
    z-index: 2;
}

.reserve-cnt .reserve-center h3 {
    font-weight: 1000;
    letter-spacing: -0.5px;
    color: var(--secondary-color);
}

.reserve-cnt .reserve-left .button {
    background-color: var(--primary-color);
}

.reserve-cnt .reserve-left .button::before {
    background-color: rgba(225, 242, 58, 1);
}

.reserve-cnt .reserve-right .reserve-model {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 95%;
    max-width: initial;
    margin-right: 6px;
}

.reserve-cnt .reserve-right .reserve-img-cnt {
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 92px;
    width: 92px;
    margin-right: 53px;
}

/* about section */

.about-cnt {
    margin-top: 48px;
    padding-left: 0px;
    padding-right: 162px;
    display: flex;
    align-items: center;
    gap: 68px;
    margin-bottom: 48px;
}

.about-cnt .about-right {
    max-width: 300px;
    position: relative;
    width: 60%;
}

.about-cnt .about-right .about-main-img-cnt {
    width: 100%;
}

.about-cnt .about-right .about-small-img {
    position: absolute;
    display: flex;
    z-index: 2;
}

.about-cnt .about-right img {
    width: 100%;
    object-fit: contain;
}

.about-cnt .about-context {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-cnt .about-right .about-small-img.img-nini {
    left: -19px;
    bottom: 85px;
    animation: topLeftBottomRight 3s linear infinite;
}

.about-cnt .about-right .about-small-img.img-sperm {
    right: -60px;
    top: 220px;
    background-color: rgba(235, 238, 239, 0.3);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    white-space: nowrap;
    border-radius: 56px;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    animation: topRightBottomLeft 4s linear infinite;
}

.about-cnt .about-right .about-small-img.img-sperm1 {
    left: 148px;
    bottom: 66px;
    background-color: rgba(235, 238, 239, 0.3);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    white-space: nowrap;
    border-radius: 56px;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    width: max-content;
    animation: topRightBottomLeft 4s linear infinite;
}

.about-cnt .about-right .about-small-img.img-sperm4 {
    left: -41px;
    top: 288px;
    background-color: rgba(235, 238, 239, 0.3);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    white-space: nowrap;
    border-radius: 56px;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    flex-direction: row-reverse;
    animation: circle 7s linear infinite;
}

.about-cnt .about-right .about-small-img.img-sperm2 {
    right: -60px;
    top: 220px;
    background-color: rgba(235, 238, 239, 0.3);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    white-space: nowrap;
    border-radius: 56px;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    animation: topRightBottomLeft 4s linear infinite;
}

.about-cnt .about-right .about-small-img.img-sperm3 {
    right: -90px;
    top: 122px;
    background-color: rgba(235, 238, 239, 0.3);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    white-space: nowrap;
    border-radius: 56px;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    animation: topLeftBottomRight 3s linear infinite;
}

.about-cnt .about-right .about-small-img.img-tokhmak {
    left: 30px;
    bottom: 0px;
    background-color: rgba(235, 238, 239, 0.3);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    white-space: nowrap;
    border-radius: 56px;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    flex-direction: row-reverse;
    animation: upDown 6s linear infinite;
}

.about-cnt .about-right .about-small-img.img-logo {
    right: -20px;
    bottom: 12px;
    animation: circle 7s linear infinite;
}

.about-cnt .about-right .about-small-img.img-timer {
    left: 45px;
    top: 95px;
    animation: rotate 7s infinite;
}

.about-cnt .about-context .body-text {
    padding-left: 130px;
}

.about-records {
    display: flex;
    gap: 20px;
    align-items: center;
}

.about-records .record-line {
    width: 1px;
    height: 42px;
    background-color: var(--primary-color);
}

.about-records .honors-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-records .honors_num {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    color: var(--secondary-color);
    font-weight: 1000;
    font-size: 20px;
    width: 52px;
}

.about-records .honors_num h3 {
    color: var(--secondary-color);
    font-weight: 1000;
    font-size: 20px;
}

.records-item span {
    font-size: 12px;
    color: var(--gray-color);
}

.about-cnt .about-btns .button.green-btn {
    background-color: var(--primary-color);
}

.about-cnt .about-btns {
    display: flex;
    gap: 4px;
}

.about-cnt .about-btns .button.white-btn {
    border: 1px solid var(--primary-color);
}

.about-cnt .about-btns .button.white-btn:hover {
    border: 1px solid rgba(225, 242, 58, 1);
}

.about-cnt .about-btns .button.green-btn::before {
    background-color: rgba(225, 242, 58, 1);
}

.about-cnt .about-btns .button.white-btn::before {
    background-color: rgba(225, 242, 58, 1);
}

@keyframes topLeftBottomRight {
    0% {
        transform: translate(-5px, -5px);
    }
    25% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(5px, 5px);
    }
    75% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(-5px, -5px);
    }
}

@keyframes topRightBottomLeft {
    0% {
        transform: translate(-10px, 10px);
    }

    50% {
        transform: translate(-5px, -5px);
    }
    100% {
        transform: translate(-10px, 10px);
    }
}

@keyframes rotate {
    0% {
        rotate: 0deg;
    }

    50% {
        rotate: 30deg;
    }

    100% {
        rotate: 0deg;
    }
}

@keyframes upDown {
    0% {
        transform: translate(0px, 10px);
    }

    50% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(0px, 10px);
    }
}

@keyframes circle {
    0% {
        transform: translate(10px, 0);
    }
    10% {
        transform: translate(8px, 6px);
    }
    20% {
        transform: translate(3px, 9.5px);
    }
    30% {
        transform: translate(-3px, 9.5px);
    }
    40% {
        transform: translate(-8px, 6px);
    }
    50% {
        transform: translate(-10px, 0);
    }
    60% {
        transform: translate(-8px, -6px);
    }
    70% {
        transform: translate(-3px, -9.5px);
    }
    80% {
        transform: translate(3px, -9.5px);
    }
    90% {
        transform: translate(8px, -6px);
    }
    100% {
        transform: translate(10px, 0);
    }
}

/* present section */

.present-cnt {
    border-radius: 24px;
    background-color: var(--primary-color);
    position: relative;
    overflow: hidden;
    margin-bottom: 72px;
    margin-top: 72px;
}

.present-cnt .present-bg {
    position: absolute;
    display: flex;
}

.present-cnt .present-bg.present-bg-right {
    right: 0;
    bottom: 0;
    top: 0;
}

.present-cnt .present-bg.present-bg-left {
    left: 0;
    bottom: 0;
    z-index: 0;
    display: none;
}

.present-cnt .present-right,
.present-cnt .present-left,
.present-cnt .title-cnt {
    position: relative;
}

.present-cnt .title-cnt {
    margin-top: 48px;
    margin-bottom: 16px;
    text-align: center;
}

.present-cnt .title-cnt h2 {
    font-weight: 1000;
    font-size: 32px;
    color: var(--black-color);
    letter-spacing: -1px;
}

.present-cnt .present {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
}

.present-cnt .present-right {
    display: flex;
    width: 50%;
}

.present-cnt .present-right img {
    margin: 0 auto;
    object-fit: contain;
}

.present-cnt .present-left {
    width: 50%;
    margin-left: 40px;
    /* padding-bottom: 40px; */
    margin-top: 40px;
}

.present-cnt .present-left .present-item .present-item-img {
    /* mix-blend-mode: luminosity; */
    margin-left: 0px;
    margin-right: auto;
    width: fit-content;
    margin-top: -65px;
    margin-bottom: 0px;
    width: 260px;
    height: 260px;
}

.present-cnt .present-left .present-item .present-item-img img {
    max-width: 100%;
    height: 100%;
    display: flex !important;
    object-fit: contain;
    float: left;
}

.present-cnt .present-left .present-item {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

.present-cnt .present-left .present-item .present-item-context {
    padding-left: 96px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.present-cnt .en-present .present-left .present-item .present-item-context {
    text-align: left;
}

.present-cnt
    .en-present
    .present-left
    .present-item
    .present-item-context
    .body-text {
    direction: ltr;
}

.present-cnt .present-left .present-item .present-item-context .body-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-align: justify;
    height: 72px;
    font-size: 14px;
}

.present-cnt .present-left .present-item-title-cnt h4 {
    font-weight: 1000;
    font-size: 32px;
    color: var(--secondary-color);
    letter-spacing: -1px;
}

.present-cnt .present-left .present-item-title-cnt h5 {
    font-weight: 1000;
    font-size: 24px;
    color: var(--secondary-color);
    letter-spacing: -1px;
}

.present-cnt .present-left .present-btns {
    display: flex;
    gap: 4px;
}

.present-cnt .present-left .present-btns .button {
    background-color: #fff;
}

.present-cnt .present-left .present-btns .button::before {
    background-color: rgba(236, 239, 240, 1);
}

.fc .fc-next-button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M13.2197 17.6898L7.51284 11.9829C6.83887 11.3089 6.83887 10.2061 7.51284 9.5321L13.2197 3.82522' stroke='%23005756' stroke-width='1.31293' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: none;
}

.fc .fc-prev-button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M8.78027 17.6898L14.4872 11.9829C15.1611 11.3089 15.1611 10.2061 14.4872 9.5321L8.78027 3.82522' stroke='%23005756' stroke-width='1.31293' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: none;
}

.present-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 40px);
    transform: translate(0, 0);
    z-index: 2;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid var(--light-gray);
}

.present-slider .slick-arrow svg {
    stroke: var(--gray-color);
    transition: all 0.3s;
}

.present-slider .slick-arrow:hover {
    background-color: var(--secondary-color);
}

.present-slider .slick-arrow:hover svg {
    stroke: #fff;
}

.present-slider .slick-prev.slick-arrow {
    left: -20px;
}

.present-slider .slick-next.slick-arrow {
    right: -100%;
    margin-right: 61px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #9ebfa7;
    border-radius: 10px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
    height: 8px;
}

.present-cnt .present-arrow-bg {
    position: absolute;
    top: 50%;

    z-index: 1;
}

.present-cnt .present-arrow-bg.right-arrow-bg {
    right: -1px;
    transform: translateY(-50%);
}

.present-cnt .present-arrow-bg.left-arrow-bg {
    left: -1px;
    transform: scaleX(-1) translateY(-50%);
}

.present-cnt .present-dot-bg {
    position: absolute;
    bottom: -1px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
}

.present-cnt .present-slider .slick-dots {
    display: flex !important;
    transform: translate(calc(50% - 40px), 32px);
    width: fit-content;
    gap: 8px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
}

.present-cnt .present-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
}

.present-cnt .present-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    background-color: rgba(203, 203, 203, 1);
}

.present-cnt .present-slider .slick-dots li.slick-active {
    background-color: var(--secondary-color);
    width: 36px;
    border-radius: 24px;
}

/* why section */

.why-cnt {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 72px;
    margin-top: 72px;
}

.why-cnt .title-cnt {
    /*margin-bottom: 20px;*/
}

.why-cnt > .body-text {
    /* width: 80%; */
}

.why-cnt .why {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.why-cnt .why .why-item {
    position: relative;
    filter: drop-shadow(0px 0px 11.3px rgba(0, 0, 0, 0.12));
    width: 25%;
}

.why-cnt .why .why-item .why-item-context {
    position: relative;
    padding: 0px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    transition: all 0.3s;
}

.why-cnt .why .why-item:hover .why-item-context {
    background-color: var(--secondary-color);
}

.why-cnt .why .why-item .why-item-context .body-text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-align: right;
    height: 75px;
}

.en-index .title-cnt {
    text-align: left;
}
.en-index .title-cnt .title-circle {
    left: -8px;
    right: initial;
}

.why-cnt .why .why-item .why-item-title h4 {
    font-weight: 1000;
    font-size: 16px;
    color: var(--black-color);
    transition: all 0.3s;
    letter-spacing: -0.5px;
}

.why-cnt .why .why-item:hover .why-item-title h4 {
    color: #fff;
}

.why-cnt .why .why-item .why-item-title {
    margin-top: 16px;
}

.why-cnt .why .why-item:hover .why-item-context .body-text {
    color: #fff;
    transition: all 0.3s;
}

.why-cnt .why .why-item .why-item-bg {
    width: 100%;
    margin-bottom: -1px;
    display: flex;
}

.why-cnt .why .why-item .why-item-bg svg {
    fill: #fff;
    transition: all 0.3s;
    object-fit: contain;
    width: 100%;
}

.why-cnt .why .why-item:hover .why-item-bg svg {
    fill: var(--secondary-color);
}

.why-cnt .why .why-item .why-item-top {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 3px;
    position: absolute;
    width: 100%;
}

.why-cnt .why .why-item .why-item-top .why-item-title {
    width: 66%;
    margin-right: 10px;
    margin-left: 10px;
}

.why-cnt .why .why-item .why-item-top .why-item-icon {
    width: 34%;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -4px;
}

.why-cnt .why .why-item .why-item-top .why-item-icon img {
    width: 44px;
    height: 44px;
    transition: all 0.3s;
}

.why-cnt .why .why-item:hover .why-item-top .why-item-icon img {
    width: 52px;
    height: 52px;
}

/* specialists section */

.drs-cnt {
    background-color: #fff;
    padding-top: 72px;
    padding-bottom: 68px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.dr-item {
    width: 276px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-bottom: 34px;
    height: 339px;
}

.drs-slider .slick-slide > div {
    display: flex !important;
    justify-content: center;
}

.dr-item .dr-img-cnt {
    position: relative;
    width: 80%;
    transition: all 0.5s;
    overflow: hidden;
    height: 259px;
}

.dr-item .dr-img-cnt img {
    width: 100%;
}

.dr-item .dr-img-cnt .dr-img {
    position: relative;
    transition: all 0.5s;
}

.dr-item .dr-img-cnt .dr-img-bg {
    width: 184px;
    height: 184px;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 42px;
    transition: all 0.5s;
}

.dr-item:hover .dr-img-cnt .dr-img-bg {
    top: 20px;
}

.dr-item .dr-gradient {
    height: 50%;
    position: absolute;
    width: 100%;
    z-index: 3;
    bottom: 0;
    background: linear-gradient(to top, #ffffff 5%, #ffffff00 100%);
}

.dr-item .dr-context {
    border: 1px solid var(--light-gray);
    width: 100%;
    text-align: center;
    border-radius: 24px;
    padding: 16px;
    height: 200px;
    margin-top: -120px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.dr-item .dr-context .dr-name {
    position: relative;
    z-index: 5;
}

.dr-item .dr-context .dr-name h5 {
    font-weight: 1000;
    color: var(--black-color);
    font-size: 16px;
    letter-spacing: -1px;
}

.dr-item .dr-context .dr-job {
    position: relative;
    z-index: 3;
}

.dr-item .dr-context .dr-job span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(144, 144, 144, 1);
}

.dr-item:hover .dr-img-cnt .dr-img-bg {
    width: 225px;
    height: 225px;
    /* top: 5px; */
}

.dr-item:hover .dr-img-cnt {
    width: 90%;
}

.dr-item:hover .dr-img-cnt .dr-img {
    margin-bottom: -32px;
}

.drs-slider .slick-arrow {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(64, 64, 64, 0.05),
        0px 5px 5px 0px rgba(64, 64, 64, 0.04),
        0px 11px 6px 0px rgba(64, 64, 64, 0.03),
        0px 19px 8px 0px rgba(64, 64, 64, 0.01),
        0px 30px 8px 0px rgba(64, 64, 64, 0);
    border: 1px solid rgba(237, 237, 237, 1);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s;
}

.drs-slider .slick-arrow svg {
    stroke: rgba(144, 144, 144, 1);
    transition: all 0.3s;
}

.drs-slider .slick-arrow.slick-next {
    right: 0;
    transform: translateX(50%);
}

.drs-slider .slick-arrow.slick-prev {
    left: 0;
    transform: translateX(-50%);
}

.drs-slider .slick-arrow:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.drs-slider .slick-arrow:hover svg {
    stroke: #fff;
}

.drs-slider .slick-dots {
    position: absolute;
    display: flex !important;
    margin: 0 auto;
    gap: 8px;
    background-color: rgba(248, 249, 249, 1);
    border-radius: 112px;
    padding: 8px 16px;
    right: 50%;
    transform: translateX(50%);
}

.drs-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
}

.drs-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    background-color: rgba(203, 203, 203, 1);
}

.drs-slider .slick-dots li.slick-active {
    background-color: var(--secondary-color);
    width: 36px;
    border-radius: 24px;
}

/* media section */

.media-cnt {
    padding-top: 72px;
    padding-bottom: 72px;
}

.media-cnt .title-cnt {
    margin-bottom: 48px;
}

.media-section {
    transition: opacity 0.3s, height 0s;
}

.media-section:not(.open) {
    opacity: 0;
    overflow: hidden;
    height: 0;
}

.media-section.open {
    opacity: 1;
    margin-top: 24px;
    height: fit-content;
}

.media-slide {
    display: flex !important;
    gap: 24px;
    flex-direction: column;
    width: 95% !important;
    margin-bottom: 34px;
}

.media-slide .video-poster {
    max-height: 250px;
    min-height: 200px;
    height: 216px;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    display: flex;
    transition: all 0.3s;
}

.video-poster-gradient {
    height: 30%;
    background: linear-gradient(
        to top,
        #005756 0%,
        /* #00575670 30%, */ transparent 100%
    );
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 16px;
    transition: all 0.3s;
}

.album-item .gallery-img-cnt:hover .video-poster-gradient {
    height: 50%;
}

.video-poster-gradient .video-title h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 1000;
}

.media-slide:hover .video-poster .video-poster-gradient {
    height: 70%;
}

.edu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.edu-top .see-all a {
    display: flex;
    align-items: center;
    gap: 4px;
}

.edu-top .see-all span {
    color: var(--secondary-color);
}

.media-slide:hover .video-poster {
    box-shadow: 0px 1px 3px 0px rgba(64, 64, 64, 0.05),
        0px 5px 5px 0px rgba(64, 64, 64, 0.04),
        0px 11px 6px 0px rgba(64, 64, 64, 0.03),
        0px 19px 8px 0px rgba(64, 64, 64, 0.01),
        0px 30px 8px 0px rgba(64, 64, 64, 0);
}

.media-slide .video-poster img {
    width: 100%;
    object-fit: cover;
}

.media-slide .video-poster .play-btn-cnt {
    position: absolute;
    background-color: rgba(207, 229, 14, 0.767);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    transition: all 0.3s;
}

.media-slide:hover .video-poster .play-btn-cnt {
    width: 63px;
    height: 63px;
}

.media-slide .video-poster .play-btn-cnt img {
    width: 18.75px;
    height: 19.94px;
    transition: all 0.3s;
    margin-left: 2px;
    object-fit: contain;
}

.media-slide:hover .video-poster .play-btn-cnt img {
    width: 23.75px;
    height: 25.25px;
}

.media-slide .video-title h5 {
    color: var(--black-color);
    /* letter-spacing: -1px; */
    font-weight: 1000;
    font-size: 16px;
}

.media-slider1 .media-slide .video-title h5 {
    font-size: 18px;
    color: #fff;
}

.media-slider1 .media-slide .video-poster {
    max-height: 320px;
    min-height: 245px;
    height: 245px;
}

.media-slider .slick-arrow {
    box-shadow: 0px 1px 3px 0px rgba(64, 64, 64, 0.05),
        0px 5px 5px 0px rgba(64, 64, 64, 0.04),
        0px 11px 6px 0px rgba(64, 64, 64, 0.03),
        0px 19px 8px 0px rgba(64, 64, 64, 0.01),
        0px 30px 8px 0px rgba(64, 64, 64, 0);
    border: 1px solid rgba(237, 237, 237, 1);
    background-color: #fff;
    top: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s;
}

.media-slider .slick-arrow svg {
    stroke: rgba(144, 144, 144, 1);
    transition: all 0.3s;
}

.media-slider .slick-arrow.slick-next {
    right: 0;
    transform: translate(40%, -150%);
}

.media-slider .slick-arrow.slick-prev {
    left: 0;
    transform: translate(-40%, -150%);
}

.media-slider .slick-dots {
    position: absolute;
    display: flex !important;
    margin: 0 auto;
    gap: 8px;
    background-color: #fff;
    border-radius: 112px;
    padding: 8px 16px;
    right: 50%;
    transform: translateX(50%);
}

.media-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
}

.media-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    background-color: rgba(203, 203, 203, 1);
}

.media-slider .slick-dots li.slick-active {
    background-color: var(--secondary-color);
    width: 36px;
    border-radius: 24px;
}

.media-slider .slick-arrow:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.media-slider .slick-arrow:hover svg {
    stroke: #fff;
}

.media-tabs {
    display: flex;
    padding: 4px;
    border-radius: 28px;
    background-color: #fff;
    border: 1px solid var(--light-gray);
    width: fit-content;
    margin: 0 auto;
}

.media-tabs .media-tab {
    padding: 8px 28px;
    border-radius: 28px;
    transition: all 0.3s linear;
    cursor: pointer;
}

.media-tabs .media-tab span {
    color: var(--black-color);
    font-weight: 1000;
    transition: all 0.3s;
}

.media-tabs .media-tab.active span {
    color: #fff;
}

.media-tabs .media-tab.active {
    background-color: var(--secondary-color);
}

.media-slider .slick-slide > div {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* mother exprience section */

.expr-cnt {
}

.expr-cnt.container-x {
    padding-left: 481px;
    padding-right: 481px;
    background-color: var(--primary-color);
    padding-top: 81px;
    padding-bottom: 112px;
    overflow-x: hidden;
}

.expr-cnt .expr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.expr-cnt .expr-arrow-bg {
    position: absolute;
    right: 0px;
    bottom: -33px;
    left: 80px;
    height: 173px;
}

.expr-cnt .expr-arrow-bg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.expr-cnt .title-cnt h3 {
    font-size: 24px;
}

.expr-cnt .title-circle {
    background-color: #fff;
}

.expr-cnt .expr-left {
    width: 64%;
}

.expr-cnt .expr-right {
    width: 22%;
}

.expr-cnt .expr-right .expr-desc {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 80px;
    position: relative;
}

.expr-cnt .expr-right .expr-desc .body-text {
    position: relative;
    text-align: right;
}

.expr-slide {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 24px;
    border: 1px solid var(--light-gray);
    box-shadow: 0px 1px 3px 0px rgba(64, 64, 64, 0.05),
        0px 5px 5px 0px rgba(64, 64, 64, 0.04),
        0px 11px 6px 0px rgba(64, 64, 64, 0.03),
        0px 19px 8px 0px rgba(64, 64, 64, 0.01),
        0px 30px 8px 0px rgba(64, 64, 64, 0);
    padding: 40px;
}

.expr-slide .expr-top {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}

.expr-slide .expr-top .expr-avatar {
    width: 69px;
    height: 69px;
    background-color: #f3f7d2;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expr-slide .expr-top .expr-avatar svg {
    height: 38px;
    width: 38px;
}

.expr-slide .expr-top .expr-name {
    display: flex;
    flex-direction: column;
}

.expr-slide .expr-top .expr-name h4 {
    font-weight: 1000;
    font-size: 16px;
    letter-spacing: -1px;
    color: var(--black-color);
}

.expr-slide .expr-top .expr-name .expr-stars {
    display: flex;
    gap: 4px;
}

.expr-slide .body-text {
    color: var(--gray-color);
    font-size: 14px;
    line-height: 25.2px;
}

.moms-cnt .expr-slide .body-text {
    max-height: 101px;
    overflow: auto;
    direction: ltr;
}

.moms-cnt .expr-slide .body-text p {
    direction: rtl;
    margin-right: 8px;
}

.expr-slide .line-quote {
    display: flex;
    align-items: center;
    margin-top: -6px;
}

.expr-slide .line-quote .line {
    flex-grow: 1;
    margin-top: 20px;
    height: 2px;
    background-color: rgba(225, 225, 225, 1);
}

.expr-slide .expr-bottom {
    display: flex;
    gap: 4px;
}

.expr-slide .expr-bottom > div,
.expr-slide .expr-bottom > a {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background-color: rgba(243, 247, 210, 1);
    padding: 4px 8px;
    height: 30px;
    cursor: pointer;
}

.product-modal video {
    border-radius: 32px;
}

.expr-slide .expr-bottom span {
    color: var(--secondary-color);
    font-size: 12px;
}

.expr-cnt .swiper-button-next,
.expr-cnt .swiper-button-prev {
    position: absolute !important;
    cursor: pointer;
    background-color: #fff;
    width: 40px;
    height: 40px;
    margin-top: -27px;
    transition: all 0.3s;
}

.expr-cnt .swiper-button-next svg,
.expr-cnt .swiper-button-prev svg {
    stroke: rgba(144, 144, 144, 1);
    width: 24px;
    height: 24px;
    transition: all 0.3s;
}

.expr-cnt .swiper-button-next:hover,
.expr-cnt .swiper-button-prev:hover {
    background-color: rgba(236, 239, 240, 1);
}

.expr-cnt .swiper-button-next:hover svg,
.expr-cnt .swiper-button-prev:hover svg {
    stroke: var(--black-color);
}

.expr-cnt .swiper-button-prev:after,
.expr-cnt .swiper-rtl .swiper-button-next:after {
    font-size: 0 !important;
}

.expr-cnt .swiper-button-next {
    right: -239px;
}

.expr-cnt .swiper-button-prev {
    right: -296px;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-player {
    display: flex;
    width: 81px;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4px;
}

.expr-audio {
    justify-content: space-between;
}

.wave-form {
    display: none;
    height: 24px;
    background-color: transparent;
    width: 100%;
}

.playPauseButton1 {
    background-color: rgba(243, 247, 210, 1);
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    display: flex;
    height: 24px;
    width: 24px;
}

.expr-cnt .expr-quote-icon {
    position: absolute;
}

.expr-cnt .expr-quote-icon.open-quote {
    right: -55px;
    top: -37px;
}

.expr-cnt .expr-quote-icon.close-quote {
    left: -12px;
    bottom: -35px;
}

/* insurance section */

.insu-cnt {
    padding-top: 72px;
    padding-bottom: 72px;
}

.insu-cnt .title-cnt {
    margin-bottom: 48px;
}

.insu-slider .slick-arrow svg {
    stroke: rgba(144, 144, 144, 1);
    background-color: transparent;
}

.insu-slider .slick-arrow:hover {
    background-color: var(--secondary-color);
}

.insu-slider .slick-arrow:hover svg {
    stroke: #fff;
}

.insu-slider .slick-arrow {
    position: absolute;
    background-color: #fff;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0px 1px 3px 0px rgba(64, 64, 64, 0.05),
        0px 5px 5px 0px rgba(64, 64, 64, 0.04),
        0px 11px 6px 0px rgba(64, 64, 64, 0.03),
        0px 19px 8px 0px rgba(64, 64, 64, 0.01),
        0px 30px 8px 0px rgba(64, 64, 64, 0);
    transition: all 0.3s;
}

.insu-slider .slick-arrow.slick-next {
    right: 0;
    transform: translate(10%, -50%);
}

.insu-slider .slick-arrow.slick-prev {
    left: 0;
    transform: translate(-10%, -50%);
}

.insu .insu-gradient {
    position: absolute;
    height: 100%;
    width: 80px;
    top: 0;
    z-index: 2;
}

.insu {
    position: relative;
}

.insu .insu-gradient-right.insu-gradient {
    right: 0px;
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.insu .insu-gradient-left.insu-gradient {
    left: 0px;
    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.insu-slider * {
    background-color: #fff;
}

.insu-slider .insu-slide img {
    width: 80% !important;
    object-fit: contain;
    margin: 0 auto;
}

.insu-slider .insu-slide {
    filter: grayscale(100%);
    transition: all 0.4s;
    text-align: center;
    opacity: 0.5;
}

.insu-slider .insu-slide span {
    font-size: 14px;
}

.insu-slider .insu-slide:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* accordion section */

.acrd-cnt {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-top: 72px;
    padding-bottom: 72px;
}

.acrd {
    display: flex;
}

.acrd .acrd-right {
    width: 45%;
}

.acrd .acrd-right img {
    max-height: 543px;
}

.acrd .acrd-left {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* height: 590px; */
}

.acrd .acrd-left .acrd-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 38px;
    display: flex;
    flex-direction: column;

    transition: all 0.4s;
}

.acrd .acrd-left .acrd-item.open {
    background-color: var(--primary-color);
}

.acrd .acrd-left .acrd-item .acrd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.acrd .acrd-left .acrd-item .acrd-top .acrd-qu h4 {
    font-weight: 1000;
    letter-spacing: -0.5px;
    font-size: 16px;
    color: var(--black-color);
}

.acrd .acrd-left .acrd-item .acrd-top .acrd-chevron {
    background-color: var(--secondary-color);
    border-radius: 50%;
    height: 34px;
    width: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    rotate: 180deg;
}

.acrd .acrd-left .acrd-item.open .acrd-top .acrd-chevron {
    rotate: 0deg;
}

.acrd .acrd-left .acrd-item .acrd-answer {
    transition: all 0.4s;
    direction: ltr;
    overflow-y: scroll;
    transition: height 0.3s;
    justify-content: flex-end;
}

.acrd .acrd-left .acrd-item .acrd-answer.no-scroll::-webkit-scrollbar-track {
    background: var(--secondary-color) !important;
}

.acrd .acrd-left .acrd-item:not(.open) .acrd-answer {
    height: 0px;
}

.acrd .acrd-left .acrd-item.open .acrd-answer {
    height: 87px;
    margin-top: 41px;
    margin-bottom: 7px;
}

.acrd .acrd-left .acrd-item .acrd-answer .body-text {
    direction: rtl;
    font-size: 14px;
}

.acrd .acrd-left .acrd-item .acrd-answer .body-text p {
    margin-right: 12px;
}

.acrd ::-webkit-scrollbar {
    width: 4px;
}

.acrd ::-webkit-scrollbar-track {
    background: #9ebfa7;
    border-radius: 10px;
}

.acrd ::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
}

/* news section */

.news-cnt.container-x {
    padding-left: 0;
    padding-top: 72px;
    padding-bottom: 104px;
    background-color: #fff;
}

.news-page {
    display: flex;
    flex-wrap: wrap;
}

.news-cnt.news-page.container-x {
    padding-left: 368px;
}

.news-cnt .title-cnt {
    margin-bottom: 28px;
}

.news-cnt .news-item-cnt {
    position: relative;
    width: 95% !important;
    padding: 8px;
    filter: drop-shadow(0px 0px 11.3px rgba(0, 0, 0, 0.12));
}

.news-cnt.news-page .news-item-cnt {
    width: 33% !important;
}

.news-cnt .news-item-cnt .news-item-bg {
    position: relative;
    right: 0;
    left: 0;
    top: -14px;
    bottom: 0;
}

.news-cnt .news-item-cnt .news-item-bg svg {
    height: 100%;
    width: 100%;
}

.news-cnt .news-item-cnt .news-item-bg img {
    object-fit: contain;
    /* height: 100%; */
    width: 100%;
}

.news-slider .slick-slide > div {
    display: flex;
    justify-content: center;
}

.news-slider .slick-track {
    float: right;
}

.news-cnt .news-item-cnt .news-item {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px 20px 0 10px;
    padding: 8px 8px 4px 8px;
    z-index: 1;
    margin-top: 8px;
}

.news-cnt .news-item-cnt .news-item .news-item-img {
    height: 60%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.news-cnt .news-item-cnt .news-item .news-item-img {
    height: 60%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.news-cnt .news-item-cnt .news-item .news-item-title {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 18px 20px;
}

.news-cnt .news-item-cnt .news-item .news-item-title h5 {
    font-weight: 1000;
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #fff;
}

.news-cnt .news-item-cnt .news-item .news-item-gradient {
    height: 50%;
    background: linear-gradient(
        to top,
        #005756 0%,
        #00575670 30%,
        #00575600 100%
    );
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.3s;
    border-radius: 0 0 16px 16px;
}

.news-cnt .news-item-cnt:hover .news-item-gradient {
    height: 100%;
}

.news-cnt .news-item-cnt .news-item-chevron {
    border-radius: 50%;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 28px;
    left: 37px;
    background-color: #fff;
    transition: all 0.3s;
    filter: drop-shadow(0px 0px 11.3px rgba(0, 0, 0, 0.12));
}

.news-cnt .news-item-cnt:hover .news-item-chevron {
    background-color: var(--secondary-color);
}

.news-cnt .news-item-cnt .news-item-chevron svg path {
    fill: var(--secondary-color);
}

.news-cnt .news-item-cnt:hover .news-item-chevron svg path {
    fill: #fff;
}

.news-cnt .news-item-cnt .news-item .news-item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.news-cnt .news-item-cnt .news-item-date {
    background-color: var(--primary-color);
    display: flex;
    border-radius: 4px;
    gap: 4px;
    padding: 4px;
    width: fit-content;
    margin-right: 16px;
    /* margin-top: -13px; */
    position: relative;
}

.news-cnt .news-item-cnt .news-item-date span {
    color: var(--secondary-color);
    font-size: 12px;
}

.news-cnt .news-item-cnt .news-item .news-item-context {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
}

.news-cnt .news-item-cnt .news-item-text {
    width: 64%;
    margin: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.news-cnt.news-page .news-item-cnt .news-item-text {
    margin: 18px 18px 12px 18px;
}

.news-cnt .news-item-cnt .news-item-text .body-text {
    font-size: 12px;
    color: var(--gray-color);
    line-height: initial;
}

.news-cnt .news-item-cnt .news-item-text .body-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-align: right;
    height: 36px;
}

.news-cnt .news-slider .slick-list {
    padding-right: 0 !important;
}

.news-slider .slick-dots {
    position: absolute;
    display: flex !important;
    margin: 32px auto 72px;
    gap: 8px;
    background-color: rgba(248, 249, 249, 1);
    border-radius: 112px;
    padding: 8px 16px;
    right: calc(50% - 184px);
    transform: translateX(50%);
}

.news-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
}

.news-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    background-color: rgba(203, 203, 203, 1);
}

.news-slider .slick-dots li.slick-active {
    background-color: var(--secondary-color);
    width: 36px;
    border-radius: 24px;
}

/* footer section */

.footer-cnt {
    background-color: var(--primary-color);
    position: relative;
}

.footer-cnt .jump-up-cnt {
    display: flex;
    position: relative;
}

.footer-cnt .jump-up-cnt > img {
    margin-top: -3px;
    margin-right: auto;
    margin-left: auto;
}

.footer-cnt .footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 72px;
    margin-top: 24px;
}

.footer-cnt .footer .footer-col {
    display: flex;
    flex-direction: column;
}

.footer-cnt .footer .footer-col .footer-col-item a {
    transition: all 0.3s;
}

.footer-cnt .footer .footer-col .footer-col-item a:hover {
    padding-right: 4px;
}

.footer-cnt .footer .phone-num {
    transition: all 0.3s;
}

.footer-cnt .footer .phone-num:hover {
    padding-right: 4px;
}

.footer-social-cnt a {
    transition: all 0.3s;
}

.footer-social-cnt a:hover {
    margin-bottom: 4px;
    margin-top: -4px;
}

.footer-cnt .footer .footer-col.footer-col-small {
    width: 10%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 118px;
}

.footer-cnt .footer .footer-col.footer-col-right {
    width: 32%;
}

.footer-cnt .footer .footer-col.footer-col-left {
    width: 27%;
}

.footer-cnt .footer .footer-col.footer-col-right .footer-logo {
    margin-bottom: 24px;
}

.footer-cnt .footer .footer-col-title {
    font-weight: 1000;
    letter-spacing: -0.5px;
    font-size: 16px;
    color: var(--secondary-color);
}

.footer-cnt .footer a,
.footer-cnt .footer .body-text p,
.footer-cnt .footer .contact-info-row span {
    color: var(--black-color);
    font-weight: 500;
    font-size: 14px;
    line-height: 25.2px;
}

.footer-cnt .footer .footer-icon {
    border-radius: 50%;
    min-width: 40px;
    height: 40px;
    background-color: #afc00c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-num {
    direction: ltr;
}

.footer-cnt .phone-num {
    width: fit-content;
}

.footer-cnt .footer .contact-info-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.footer-social-cnt {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #afc00c;
}

.footer-social {
    display: flex;
    gap: 16px;
    margin-top: 18px;
}

.footer-cnt .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(175, 192, 12, 1);
}

.footer-cnt .copyright span {
    font-size: 12px;
}

.footer-cnt .adrian {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-direction: row-reverse;
}

.footer-cnt .adrian .adrian-text {
    display: flex;
    flex-direction: column;
}

.footer-cnt .adrian .adrian-text span {
    color: var(--black-color);
    font-size: 12px;
}

.footer-cnt .adrian .adrian-text div {
    color: var(--black-color);
    font-size: 12px;
    font-weight: 700;
}

.footer-cnt .jump-up-cnt .jump-up {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    cursor: pointer;
    right: 50%;
    transform: translateX(50%);
    top: 16px;
    filter: drop-shadow(0px 0px 11.3px rgba(0, 0, 0, 0.12));
}

/* services section  */

.services-cnt {
    background-color: #fff;
    padding-top: 72px;
    padding-bottom: 72px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

 .services .services-item-1 {
    width: 24%;
}

.services-cnt > .body-text {
    /* width: 80%; */
}

.services-item-cnt {
    position: relative;
    width: 90% !important;
    margin: 10px auto;
    filter: drop-shadow(0px 0px 8.3px rgba(0, 0, 0, 0.12));
}

.services-item-cnt .services-item-bg {
    margin-top: -1px;
}

.services-item-cnt .services-item-bg img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

.services-item-cnt .services-item-bg svg {
    object-fit: fill;
    width: 100%;
    height: 100%;
    fill: #fff;
    transition: all 0.1s;
}

.married {
    flex-direction: column;
    gap: 16px;
}

.married .input-cnt {
    max-width: 430px;
}

/*.services-item-cnt:hover .services-item-bg svg {*/
/*    fill: var(--secondary-color);*/
/*}*/

.services-item-cnt:hover .services-item {
    /*background-color: var(--secondary-color);*/
    transition: all 0.09s;
}

.services-item-cnt .services-item {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.1s;
}

.services-item-cnt .services-item .services-item-chevron {
    background-color: var(--secondary-color);
    border-radius: 50%;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 17px;
    background-color: #fff;
    filter: drop-shadow(0px 0px 8.3px rgba(0, 0, 0, 0.12));
    opacity: 1;
}

.services-item-cnt .services-item .services-item-chevron svg {
    margin-right: 2px;
}

.body-text li {
    list-style: disc !important;
    margin-right: 16px;
}

.body-text li::marker {
    color: var(--secondary-color);
}

.pwt-btn-calendar {
    display: none !important;
}

.services-item-cnt .services-item .services-item-chevron svg path {
    fill: #005756;
    transition: all 0.3s;
}

.services-item-cnt:hover .services-item .services-item-chevron svg path {
    fill: #fff;
}

.services-item-cnt:hover .services-item-chevron {
    background-color: var(--secondary-color);
    /* transition: bottom 0.6s, opacity 0.7s 0.2s; */
    transition: all 0.3s;
}

.services-item-cnt:not(:hover) .services-item-chevron {
    /* transition: bottom 0.6s, opacity 0.2s; */
    transition: all 0.3s;
}

.services-item-cnt .services-item .services-img {
    height: 50%;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    position: relative;
    height: 210px;
}

/*.services-item-cnt:hover .services-item-gradient {*/
/*    opacity: 0;*/
/*    transition: all 0.1s;*/
/*}*/

/*.services-item-cnt:hover .services-item-gradient1 {*/
/*    transition: all 0.1s;*/
/*    opacity: 1;*/
/*}*/

.services-item-cnt .services-item .services-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.services-item-cnt .services-item .services-item-context {
    height: 50%;
    text-align: center;
    padding: 16px;
    margin-bottom: -10px;
    position: relative;
}

.services-slider .slick-slide > div {
    display: flex !important;
    justify-content: center;
}

.services-item-cnt .services-item .services-item-context .body-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right !important;
    max-height: 47px;
}

.services-item-cnt .services-item .services-item-title h5 {
    font-weight: 1000;
    letter-spacing: -0.5px;
    font-size: 16px;
    color: var(--black-color);
    transition: all 0.3s;
}

.services-item-cnt .services-item .services-item-context .body-text {
    transition: all 0.3s;
    font-size: 14px;
    height: 45px;
}

/*.services-item-cnt:hover .services-item-context .body-text {*/
/*    color: #fff;*/
/*}*/

/*.services-item-cnt:hover .services-item-title h5 {*/
/*    color: #fff;*/
/*}*/

.services-item-cnt .services-item .services-item-context .services-item-title {
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.services-slider .slick-arrow svg {
    stroke: rgba(144, 144, 144, 1);
    background-color: transparent;
}

.services-slider .slick-arrow:hover {
    background-color: var(--secondary-color);
}

.services-slider .slick-arrow:hover svg {
    stroke: #fff;
}

.services-slider .slick-arrow {
    position: absolute;
    background-color: #fff;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0px 1px 3px 0px rgba(64, 64, 64, 0.05),
        0px 5px 5px 0px rgba(64, 64, 64, 0.04),
        0px 11px 6px 0px rgba(64, 64, 64, 0.03),
        0px 19px 8px 0px rgba(64, 64, 64, 0.01),
        0px 30px 8px 0px rgba(64, 64, 64, 0);
    transition: all 0.3s;
}

.services-slider .slick-arrow.slick-next {
    right: 0;
    transform: translate(10%, -50%);
}

.services-slider .slick-arrow.slick-prev {
    left: 0;
    transform: translate(-10%, -50%);
}

.services-slider .slick-dots {
    position: absolute;
    display: flex !important;
    margin: 0 auto;
    gap: 8px;
    background-color: rgba(248, 249, 249, 1);
    border-radius: 112px;
    padding: 8px 16px;
    right: 50%;
    transform: translate(50%, 16px);
}

.services-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
}

.services-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    background-color: rgba(203, 203, 203, 1);
}

.services-slider .slick-dots li.slick-active {
    background-color: var(--secondary-color);
    width: 36px;
    border-radius: 24px;
}

/* hero and present sectio animation slider */

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-100%);
    }
}

.fadeIn {
    animation: fadeIn 1s forwards;
}

.fadeOut {
    animation: fadeOut 1s forwards;
}

.fadeInRight {
    animation: fadeInRight 1s forwards;
}

.fadeOutRight {
    animation: fadeOutRight 1s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

.hero-right {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.hero-left {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.present-item-context {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.present-item-context.fadeInLeft {
    animation-name: fadeInLeft;
}

.present-item-context.fadeOutLeft {
    animation-name: fadeOutLeft;
}

.present-item-img {
    animation-duration: 1s;
    animation-fill-mode: both;
}

/* chat section */

.chat-cnt {
    position: fixed;
    bottom: 84px;
    right: 18px;
    display: flex;
    flex-direction: column-reverse;
    z-index: 10;
}

.chat-cnt .chat-icon:hover {
    transition: transform 250ms cubic-bezier(0.33, 0, 0, 1) 0s;
    transform: scale(1.1);
}

.chat-cnt .chat-icon {
    display: flex;
    height: 55px;
    width: 55px;
    cursor: pointer;
    border-radius: 16px;
    box-shadow: 0 0 4.3px rgba(175, 192, 12, 1);
    transition: transform 250ms cubic-bezier(0.33, 0, 0, 1) 0s;
}

.chat-cnt .chat-desc {
    margin-right: 55px;
    max-width: 252px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 8px 16px;
    border-radius: 12px 12px 0 12px;
    background-color: #fff;
    opacity: 0;

    transition: all 0.3s;
    visibility: hidden;
    position: absolute;
    width: 252px;
    top: 0;
    transform: translateY(-100%);
}

.chat-cnt:hover .chat-desc {
    opacity: 1;
    visibility: visible;
}

.chat-cnt .chat-desc span {
    font-size: 12px;
    color: var(--gray-color);
}

.chat-social-icons {
    display: flex;
    margin-top: 8px;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}
.social-icon-cnt {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}

.chat-social-icons .social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
}

.chat-social-icons .social-icon-cnt:hover {
    margin-right: 8px;
}

/* mobile menu */

.mobile-menu-cnt {
    display: none;
}

.menu-btn-1 {
    height: 28px;
    width: 32px;
    cursor: pointer;
}

.menu-btn-1 span,
.menu-btn-1 span::before,
.menu-btn-1 span::after {
    background: var(--secondary-color);
    border-radius: 3px;
    content: "";
    position: absolute;
    width: 32px;
    height: 3px;
    margin-top: 13px;

    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.menu-btn-1 span::before {
    margin-top: -10px;
}

.menu-btn-1 span::after {
    margin-top: 10px;
}

.menu-btn-1.active span {
    background: transparent;
}

.menu-btn-1.active span::before {
    margin-top: 0;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-btn-1.active span::after {
    margin-top: 0;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-cnt .mobile-menu {
    height: 0;
    transition: all 0.4s;
    top: 93px;
    right: 0;
    left: 0;
    overflow: hidden;
    position: absolute;

    z-index: 50;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-top .about-logo img {
    margin: 0 auto;
}

.faq-page .acrd .acrd-left {
    margin-top: 36px;
}

.faq-page .acrd .acrd-left .acrd-item.open .acrd-answer {
    max-height: 2000px;
}

.faq-page .acrd .acrd-left .acrd-item .acrd-answer {
    height: fit-content;
    max-height: 0;
    transition: all 0.3s;
    overflow-y: hidden;
}

.faq-page .acrd .acrd-left .acrd-item {
    background-color: rgb(248 249 249);
}

.faq-page .acrd .acrd-left .acrd-item.open {
    background-color: var(--primary-color);
}

.gallery-img-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 24px 24px;
}

.album-item .gallery-img-cnt:hover {
    margin-top: -12px;
}

.album-item .gallery-img-cnt .gallery-img-shadow-big {
    width: 87%;
    height: 12px;
    border-radius: 24px 24px 0 0;
    background-color: rgba(209, 229, 14, 0.4);
    transition: all 0.3s;
}

.album-item .gallery-img-cnt:hover .gallery-img-shadow-big {
    height: 18px;
}

.album-item .gallery-img-cnt .gallery-img-shadow-small {
    width: 78%;
    height: 12px;
    border-radius: 24px 24px 0 0;
    background-color: rgba(209, 229, 14, 0.2);
    transition: all 0.3s;
    /* transition-delay: 0.3s; */
}

.album-item .gallery-img-cnt:hover .gallery-img-shadow-small {
    height: 18px;
}

.album-item .gallery-img-cnt > img {
    border-radius: 24px;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.video-title-cnt {
    padding-top: 12px;
}

.video-title-cnt .title h4 {
    font-weight: 700;
    font-size: 20px;
    font-family: var(--title-font);
    letter-spacing: -1px;
    color: var(--title-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.all-videos-body {
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
    column-gap: 24px;
    margin-top: 0px;
    justify-content: center;
}

.all-videos-body .album-item {
    width: 23%;
}

.all-videos-body .album-item .video-item-poster {
    height: 240px;
}

.container {
    width: 93%;
    margin: auto;
}

/* Bootstrap-style v3 columns */
.column {
    position: relative;
    float: left;
    min-height: 1px;
    width: 33%;
    padding-left: 4px;
    padding-right: 4px;

    /* Space between tiles */
    margin-top: 8px;
}

.col-span {
    width: 50%;
}

.my-sizer-element {
    width: 0%;
}

/* default styles so shuffle doesn't have to set them (it will if they're missing) */
.my-shuffle {
    position: relative;
    overflow: hidden;
}

/* Ensure images take up the same space when they load */
/* https://vestride.github.io/Shuffle/images */
.aspect {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.aspect__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.aspect--16x9 {
    padding-bottom: 56.25%;
}

.aspect--9x80 {
    padding-bottom: calc(112.5% + 8px);
}

.aspect--32x9 {
    padding-bottom: calc(28.125% - 3px);
}

.container img {
    display: block;
    width: 100%;

    max-width: none;
    height: 100%;
    object-fit: cover;
}

.gallery-cnt {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}

.grid-cnt {
    display: flex;
    justify-content: center;
    margin: 4px auto 0 auto;
}

.picture-item-cnt {
    padding: 4px;
    width: 33.33%;
}

.picture-item-cnt .picture-item {
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 16px;
    display: block;
    position: relative;
}

.picture-item-cnt .picture-item img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.picture-item-cnt .picture-item:hover img {
    scale: 1.05;
}

.mobile-menu-cnt .mobile-menu::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: inherit;
    top: 0;
    left: 0;
    right: 0;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #ffffffba;
    height: calc(100dvh - 93px);
}

.mobile-menu-cnt.collapsible.collapsible--expanded .mobile-menu {
    height: calc(100dvh - 93px);
    padding: 24px;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list .category {
    /* display: flex; */
}

.mobile-menu-cnt
    .mobile-menu
    ul.mobile-menu-list
    .category.open
    > div
    > .chevron {
    rotate: 180deg;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list li > div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list li .chevron {
    stroke: var(--secondary-color);
    transition: all 0.3s;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list li.open > .chevron {
    rotate: 180deg;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list li .chevron1 {
    stroke: var(--secondary-color);
    transition: all 0.3s;
}

.mobile-menu-cnt
    .mobile-menu
    ul.mobile-menu-list
    li.collapsible--expanded
    .chevron1 {
    rotate: 180deg;
}

.mobile-menu-cnt
    .mobile-menu
    ul.mobile-menu-list
    li.category.open
    .mobile-sub-nav {
    max-height: 700px;
    padding-top: 16px;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list li .mobile-sub-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: fit-content;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 16px;
}

.mobile-menu-cnt
    .mobile-menu
    ul.mobile-menu-list
    li
    .mobile-sub-nav
    .mobile-sub-nav-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list li a {
    color: var(--secondary-color) !important;
}

.mobile-menu-cnt .mobile-menu .mobile-menu-bottom {
    align-self: center;
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    margin-top: 12px;
    margin-bottom: 12px;
}

.header-account.button {
    padding: 8px 16px;
}

.header-right {
    width: 170px;
}

.mobile-menu-cnt .mobile-menu .mobile-lang {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
}

.mobile-menu-cnt .mobile-menu .mobile-lang .vertical-line {
    background-color: var(--gray-color);
    height: 50%;
    width: 1px;
}

.mobile-menu-cnt .mobile-menu .mobile-lang span {
    color: var(--black-color);
    cursor: pointer;
    font-size: 18px;
}

.mobile-menu-cnt .mobile-menu .mobile-lang span:not(.active-lang) {
    opacity: 0.7;
}

/* about page */

/* about page - about section */
.container-x.about-section {
    padding-left: 569px;
    padding-right: 569px;
    background-color: rgba(250, 253, 223, 1);
    padding-top: 88px;
    padding-bottom: 153px;
}

.about-page .about-section {
    margin-top: 94px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
    position: relative;
}

.about-page .about-section .about-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-page .about-section .about-top .about-top-title {
    color: var(--secondary-color);
    font-weight: 1000;
    letter-spacing: -0.5px;
    margin-top: 20px;
    font-size: 32px;
}

.about-page .about-section .about-top .about-logo {
    display: flex;
    height: 140px;
}

.about-page .about-section .about-bottom .body-text p {
    text-align: justify;
}

.about-page .about-section .about-bottom {
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.about-page .about-section .about-bottom .about-records {
    justify-content: space-between;
}

.about-page .about-section .about-vector-cnt {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.about-page .about-section .about-vector-cnt .mouse-icon-cnt {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    width: 39px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    bottom: 7px;
    right: 50%;
    transform: translateX(50%);
}

.about-page .records-item span {
    text-align: center;
}

/* about page - value section */

.value-cnt {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 72px;
}

.value-cnt .value-right {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.value-cnt .value-left {
    width: 30%;
    position: relative;
}

.value-left .yellow-shadow {
    width: 119px;
    height: 119px;
    border-radius: 50%;
    background-color: rgba(209, 229, 14, 1);
    filter: blur(93.95px);

    position: absolute;
    bottom: -50px;
    right: -50px;
}

.value-left .value-main-img {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 379px;
    height: 379px;
}

.value-left .value-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.value-left .value-icon-cnt {
    background-color: rgba(231, 231, 231, 0.5);

    padding: 8px;
    width: fit-content;
    border-radius: 24px;
    position: absolute;
    z-index: 3;
}

.value-left .value-icon-cnt .value-icon {
    background-color: rgba(231, 231, 231, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 14px;
    border-radius: 16px;
}

.value-left .value-icon-cnt .value-icon img {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.value-left .value-icon-cnt.right-icon {
    bottom: 33px;
    right: 8px;
    animation: rotate 2s infinite;
}

.value-left .value-icon-cnt.left-icon {
    top: 6px;
    left: 8px;
    animation: upDown 2s infinite;
}

/* about page - timeline section */

.timeline-cnt {
    padding-top: 174px;
    padding-bottom: 174px;
}

.timeline-cnt .timeline-content-item {
    display: flex !important;
    flex-direction: column;
    position: relative;

    align-items: center;
    width: 50% !important;
    margin: 0 auto;
}

.timeline-cnt .timeline-content-item .timeline-item-img {
    width: 421px;
    height: 421px;
    position: relative;
    border-radius: 50%;
    display: flex;
}

.timeline-cnt .timeline-item-img .timeline-item-img-gradient {
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    top: 50%;
    width: 110%;
    height: 110%;
    z-index: 2;
    border-radius: 50%;
    background: radial-gradient(
        transparent 0%,
        rgba(248, 249, 249, 1) 63%,
        rgba(248, 249, 249, 1) 100%
    );
}

.timeline-cnt .timeline-content-item .timeline-item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.timeline-cnt .timeline-content-item .timeline-year-cnt {
    border-radius: 50%;
}

.timeline-cnt .timeline-content-item .timeline-year {
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    top: 50%;
    width: 189px;
    height: 189px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.timeline-cnt .timeline-content-item .timeline-year::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid transparent;
    pointer-events: none;
    transform: translate(-50%, -50%);
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.116)),
        linear-gradient(to top, rgba(209, 229, 14, 0) 65%, #d1e50e 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.timeline-cnt .timeline-content-item .timeline-year-cnt span {
    font-weight: 900;
    font-size: 54px;
    color: var(--secondary-color);
    position: relative;
}

.timeline-content-item .body-text {
    margin-top: -30px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.timeline-dots-cnt {
    margin-top: 70px;
    position: relative;
}

.timeline-dots-cnt .timeline-dots-line {
    position: absolute;
    top: 15px;
    width: 100%;
    height: 1px;
    background-color: rgba(203, 203, 203, 1);
}

.timeline-dots-slider .slick-track {
    float: right !important;
}

.timeline-dots-cnt .timeline-dots-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    height: 100px;
    margin: 0 auto;
}

.timeline-dots-cnt .timeline-dots-item span {
    color: var(--Gray-Gray-8, rgba(144, 144, 144, 1));
    font-size: 14px;
    margin-top: 22px;
    transition: all 0.3s;
    font-weight: 900;
}

.timeline-dots-cnt .timeline-dots-item .timeline-dots-item-border {
    border: 1px solid rgba(203, 203, 203, 1);
    border-radius: 50%;
    background-color: rgba(248, 249, 249, 1);
    height: 18px;
    width: 18px;
    transition: all 0.3s;
}

.timeline-dots-cnt .slick-current .timeline-dots-item span {
    color: var(--secondary-color);
    font-size: 16px;
}

.timeline-dots-cnt .timeline-dots-item .timeline-dots-item-top {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-dots-cnt
    .slick-current
    .timeline-dots-item
    .timeline-dots-item-border {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 30px;
    width: 30px;
    border: 3px solid var(--secondary-color);
}

.timeline-dots-cnt .slick-current .timeline-dots-item .small-circle {
    background-color: var(--secondary-color);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.timeline-dots-slider .slick-slide {
    float: left !important;
}

/* about page - CO section */

.co-cnt {
    display: flex;
    align-items: center;
    gap: 24px;
    background-color: #fff;
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 468px;
    padding-right: 468px;
}

.co-cnt .co-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* about page - managers section  */

.mng-cnt {
    background-color: #fff;
}

.mng {
    background-color: rgba(248, 249, 249, 1);
    border-radius: 24px;
    padding-bottom: 27px;
    padding-top: 72px;
    display: flex;
    flex-direction: column;
    gap: 46px;
    align-items: center;
}

.mng .title-cnt {
    margin-right: 42px;
    margin-left: 42px;
    align-self: flex-start;
}

.mng .body-text {
    margin-right: 42px;
    margin-left: 42px;
    align-self: flex-start;
    margin-top: -24px;
}

.mng .mng-item-cnt {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 34px;
}

.dr-item .dr-context {
    background-color: #fff;
}

/* about page - honors section  */

.honors-cnt {
    background-color: #fff;

    padding-top: 84px;
    padding-bottom: 84px;
    gap: 26px;
}

.honors-cnt .honors {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.honors-cnt .honors-slider .slick-track {
    float: right;
}

.honors-cnt .honors-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.honors-cnt .honors-item .honors-item-img {
 
    transition: all 0.3s;
    padding: 20px 0 0 0;
    height: 305px;
    width: 60%;
    display: flex;
    align-items: flex-end;
    transition: all 0.3s;
}

.honors-cnt .honors-item .honors-item-img img {
    object-fit: contain;
}

.honors-cnt .honors-item .honors-item-title {
    font-weight: 1000;
    letter-spacing: -0.5px;
    color: var(--black-color);
}

.honors-cnt .slick-slide:not(.slick-current) .honors-item .honors-item-title {
    opacity: 0;
    transition: all 0.1s;
}

.honors-cnt .slick-slide.slick-current .honors-item .honors-item-title {
    opacity: 1;
    transition: all 0.2s 0.2s;
}

.honors-cnt .honors-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 24%;
    margin-top: -56px;
}

.honors-cnt .honors-left {
    position: relative;
    width: 74%;
}

.honors-cnt .honors-left .honors-slider-bg {
    position: absolute;
    height: calc(100% - 0px);
    width: 100%;
    border-radius: 24px 24px 0 24px;
    background-color: #fafddf;
    top: -17px;
}

.honors-cnt .honors-left .honors-bg-vector {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 38%;
}

.honors-slider .slick-current .honors-item .honors-item-img {
   
    transform: scale(1.2);
    margin-top: -28px;
    margin-bottom: 28px;
}

.honors-slider .slick-arrow {
    position: absolute;
    border: 1px solid rgba(237, 237, 237, 1);
    bottom: 23%;
    right: -35%;
    transition: all 0.3s;
    cursor: pointer;
}

.honors-slider .slick-arrow:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.honors-slider .slick-arrow:hover svg {
    stroke: #fff;
}

.honors-slider .slick-arrow.slick-prev {
    margin-right: 50px;
}

.honors-slider .slick-arrow svg {
    stroke: rgba(144, 144, 144, 1);
    transition: all 0.3s;
}

/* bread crumb */

.bread-cnt {
    display: flex;
    flex-direction: column;
    margin-top: 94px;
    background-color: #fff;
    padding-top: 28px;
    padding-bottom: 28px;
    align-items: center;
    gap: 8px;
}

.bread-cnt .bread-title h3 {
    color: var(--secondary-color);
    letter-spacing: -0.5px;
    font-size: 32px;
    font-weight: 1000;
}

.bread-cnt .bread-title {
    display: flex;
    gap: 8px;
    margin-right: -56px;
}

.bread-cnt .bread-title .bread-title-circles {
    width: 48px;
    height: 38px;
    position: relative;
}

.bread-cnt .bread-title .bread-title-circles .bread-circle {
    border-radius: 50%;
    position: absolute;
}

.bread-cnt .bread-title .bread-title-circles .bread-circle.bread-circle-small {
    background-color: rgba(243, 249, 184, 1);
    width: 11px;
    height: 11px;
    right: 0;
    top: 13px;
}

.bread-cnt .bread-title .bread-title-circles .bread-circle.bread-circle-large {
    background-color: rgba(209, 229, 14, 1);
    width: 15px;
    height: 15px;
    left: 0;
    top: 0px;
}

.bread-cnt .bread-title .bread-title-circles .bread-circle.bread-circle-xlarge {
    background-color: rgba(237, 237, 237, 1);
    width: 22px;
    height: 22px;
    left: 11px;
    top: 16px;
}

.bread-cnt .bread-road {
    position: relative;
    margin-bottom: 16px;
}

.bread-cnt .bread-road .bread-list {
    display: flex;
    gap: 8px;
}

.bread-cnt .bread-road .bread-list li {
    opacity: 0.6;
    color: var(--black-color);
    transition: all 0.3s;
}

.bread-cnt .bread-road .bread-list li:hover {
    opacity: 1;
}

.bread-cnt .bread-road .bread-list li.current-page {
    opacity: 1;
}

.bread-cnt .bread-road .bread-list li:not(.current-page) {
    cursor: pointer;
}

.bread-cnt .bread-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.bread-cnt .bread-desc {
    max-width: 378px;
    text-align: center;
    margin-top: 28px;
}

.bread-cnt .bread-desc .body-text {
    font-size: 14px;
}

.bread-cnt .bread-line {
    position: relative;
}

.bread-cnt .bread-shadow {
    position: absolute;
    top: -16px;
}

/* contact us page - map */

.map-cnt {
    border-radius: 24px;
    width: 100%;
    height: 579px;
    background-color: #fff;
    overflow: hidden;
}

.map-cnt iframe {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

/* contact us page - form */

.contact-bottom {
    display: flex;
    gap: 24px;
    background-color: #fff;
    padding-left: 469px;
    padding-right: 469px;
    margin-top: -262px;
    align-items: flex-end;
    padding-bottom: 72px;
}

.contact-bottom .contact-form-cnt {
    background-color: rgba(248, 249, 249, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 48px 36px 32px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(237, 237, 237, 1);
    gap: 36px;
    border-radius: 24px;
    width: 50%;
}

.contact-bottom .contact-form-cnt .button {
    padding-top: 12px;
    padding-bottom: 12px;
}

.contact-bottom .contact-form-cnt .contact-form-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.contact-bottom .contact-form-cnt .contact-form .contact-form-inputs-cnt {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-bottom .contact-form-cnt .contact-form .input-cnt {
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid rgba(237, 237, 237, 1);
    width: 100%;
    padding: 16px 24px;
}

.contact-bottom .contact-form-cnt .contact-form .input-cnt input {
    padding: 0;
    width: 100%;
}

.contact-bottom .contact-form-cnt .contact-form .input-cnt textarea {
    padding: 0;
    resize: none;
    width: 100%;
}

.contact-bottom .contact-form-cnt .contact-form ::placeholder {
    font-weight: 200;
    color: var(--black-color);
    font-size: 14px;
}

.contact-bottom .contact-form-cnt .contact-form .button {
    background-color: var(--primary-color);
    width: 100%;
    justify-content: center;
}

.contact-bottom .contact-form-cnt .contact-form .button::before {
    background-color: #afc00c;
}

.contact-info-cnt {
    border: 1px solid rgba(237, 237, 237, 1);
    background-color: rgba(251, 251, 252, 0.6);
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
    height: fit-content;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.contact-info-cnt .contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-info-cnt .contact-info-section .contact-info-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-info-cnt .contact-info-title {
    color: var(--secondary-color);
    font-weight: 1000;
    letter-spacing: -0.5px;
}

.contact-info-cnt .contact-info-top {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-info-cnt .contact-icon {
    border-radius: 50%;
    background-color: var(--primary-color);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-icon {
    display: flex;
    height: 40px;
    width: 40px;
}

.location-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.contact-info-cnt .contact-info-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid var(--primary-color);
    padding-top: 32px;
}

.contact-info-cnt .contact-info-bottom .contact-social {
    display: flex;
    gap: 16px;
}

.contact-info-cnt .phone-num {
    width: fit-content;
}

/* consult page */

.consult-form-cnt {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 96px;
    padding-right: 469px;
    padding-left: 469px;
}

.consult-form-cnt .consult-form {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 237, 237, 1);
    border-radius: 24px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

.consult-form-cnt .consult-form .form-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    width: 100%;
    align-items: center;
}

.consult-form-cnt .consult-form .form-top .form-img-cnt {
    position: absolute;
    bottom: -16px;
    right: 0;
    display: flex;
}

.consult-form-cnt .consult-form .form-top .form-img-cnt img {
    width: 100%;
    object-fit: contain;
}

.consult-form-cnt .consult-form .form-top .form-img-cnt .form-img-gradient {
    position: absolute;
    bottom: -1px;
    height: 50%;
    right: -1px;
    width: 101%;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1) 10%,
        rgba(255, 255, 255, 0) 100%
    );
}

.consult-form-cnt .form-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.consult-form-cnt .form-bottom .form-row {
    display: flex;
    gap: 16px;
    width: 100%;
}

.consult-form-cnt .form-bottom .form-row .input-cnt {
    width: 50%;
    border-radius: 12px;
    border: 1px solid rgba(237, 237, 237, 1);
    padding: 16px 24px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.consult-form-cnt .form-bottom .form-row .input-cnt.full-width {
    width: 100%;
}

.consult-form-cnt .form-bottom .form-row .input-cnt input {
    padding: 0;
    width: 100%;
    direction: rtl;
}

.consult-form-cnt .form-bottom .form-row .input-cnt input.not-full {
    width: initial;
}

.consult-form-cnt .form-bottom .form-row .input-cnt textarea {
    width: 100%;
    resize: vertical;
}

textarea:focus {
    outline: none !important;
    border: none;
    box-shadow: none !important;
}

.consult-form-cnt .form-bottom .two-col {
    width: 50%;
    display: flex;
    gap: 16px;
}

.consult-form-cnt .form-bottom .two-col .input-cnt {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.consult-form-cnt .form-bottom ::placeholder {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 300;
}

.consult-form-cnt .button {
    background-color: var(--primary-color);
    width: 100%;
    justify-content: center;
    padding: 8px 16px;
}

.consult-form-cnt .button::before {
    background-color: #afc00c;
}

/* present time page */

.calendar-top {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.calendar-bottom {
    background-color: #fff;
    padding-bottom: 48px;
    padding-top: 28px;
}

.calendar-bottom video {
    min-height: 250px;
}

.calendar-top .dr-img-cnt {
    position: relative;
    width: 333px;
}

.calendar-top .dr-img-cnt img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.calendar-top .dr-img-cnt .dr-img-circle {
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 244px;
    width: 244px;
    position: absolute;
    top: 20px;
    right: 50%;
    transform: translateX(50%);
}

.calendar-top .dr-img-cnt .dr-img-gradient {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #ffffff 30%, #ffffff00 100%);
    z-index: 1;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#forget_overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    opacity: 0.9;
    z-index: 99999999;
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.myloader,
.myloader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

.myloader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: 0.8em solid var(--primary-color);
    border-left: 0.8em solid rgba(204, 204, 204, 1);
    animation: spin 1.1s infinite linear;
}

.text-center {
    direction: rtl;
    display: flex;
    justify-content: center;
}

.border-red {
    background-color: #efcccc !important;
}

.border-red input {
    background-color: transparent !important;
}

.border-red textarea {
    background-color: transparent !important;
    resize: vertical;
}
.form-top .body-text {
    max-width: 41%;
}
.media-slider1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
}

.media-slider1 .media-slide {
    width: 32.8% !important;
    margin-bottom: 0;
}

.single-test-list-cnt {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-bottom: 72px;
}

.single-test-list-cnt .single-test-list .single-test-list-row {
    border: 1px solid rgba(237, 237, 237, 1);
    border-bottom: none;
    display: flex;
    padding: 16px 40px;
    align-items: center;
}

.single-test-list .single-test-list-row.list-header .test-title {
    color: rgba(0, 87, 86, 1);
    font-weight: 500;
}

.single-test-list .single-test-list-row.list-header .test-short {
    color: rgba(0, 87, 86, 1);
    font-weight: 500;
}

.single-test-list .single-test-list-row.list-header .test-part {
    color: rgba(0, 87, 86, 1);
    font-weight: 500;
}

.single-test-list-cnt .single-test-list .single-test-list-row:first-child {
    border-radius: 16px 16px 0 0;
}

.single-test-list-cnt .single-test-list .single-test-list-row:last-child {
    border-radius: 0 0 16px 16px;
    border-bottom: 1px solid rgba(237, 237, 237, 1) !important;
}
.single-test-list .single-test-list-row .test-title {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.single-test-list .single-test-list-row .test-title .test-desc {
    color: var(--gray-color);
    font-size: 14px;
}

.single-test-list .single-test-list-row .test-short {
    width: 20%;
}

.single-test-list .single-test-list-row .test-part {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 8px;
}

.single-test-list .single-test-list-row .test-row-chevron {
    background-color: #eceff0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* pagination */

.pgn-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pgn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: fit-content;
    z-index: 1;
    gap: 16px;
    padding-bottom: 64px;
    padding-top: 64px;
}

.pgn .button {
    background-color: transparent;
}

.pgn .button svg {
    fill: var(--secondary-color);
}

.pgn-cnt .pgn-list {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.pgn-cnt .pgn-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.pgn-cnt .pgn-list a.active-page {
    background-color: var(--primary-color);
}

.pgn-cnt .pgn-list li {
}

.pgn-cnt .button.next-page {
    opacity: 0.5;
    cursor: initial;
    display: none;
}

/* moms page */

.moms-cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 48px;
}

.moms-cnt .expr-slide {
    width: 48%;
}

/* dropdown menu */

.select-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.select-container .options-cnt {
    position: absolute;
    background: #ffffff;
    transition: 0.4s;
    width: calc(100% + 50px);
    top: 30px;
    border-radius: 0 0 16px 16px;
    right: -25px;
    overflow: hidden;
    /* padding: 8px; */
}

.select-container .select {
    position: relative;
}

.select-container .select::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 1.5px solid var(--gray-color);
    border-right: 1.5px solid var(--gray-color);
    cursor: pointer;
    transition: border-color 0.4s;
}

.select-container.active .select::after {
    border: none;
    border-top: 1.5px solid var(--gray-color);
    border-left: 1.5px solid var(--gray-color);
}
.select-container .select input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background: none;
    outline: none;
    border: none;
    font-size: 14px;
    color: var(--black-color);
    cursor: pointer;
}
.select-container .option-container {
    overflow-y: auto;
    height: 0;
    transition: 0.4s;

    margin: 0 8px 8px 8px;
    /* box-shadow: 0px 4px 6px #bbbbbb44; */
}

.select-container.active .options-cnt {
    border-left: 1px solid rgba(165, 165, 165, 0.3);
    border-bottom: 1px solid rgba(165, 165, 165, 0.3);
    border-top: none;
    border-right: 1px solid rgba(165, 165, 165, 0.3);
}

.select-container.active .option-container {
    height: 120px;
}

.select-container .option-container::-webkit-scrollbar {
    border-left: 1px solid rgba(126, 126, 126, 0.2);
    width: 4px;
}

.select-container .option-container::-webkit-scrollbar-thumb {
    background: #919090;
}

.select-container .option-container .option {
    position: relative;
    padding-right: 8px;
    height: 48px;
    border-top: 1px solid rgba(165, 165, 165, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.2s;
}

.select-container .option-container .option:first-child {
    border-top: none;
}

.select-container .option-container .option.selected {
    background: rgba(192, 192, 192, 0.5);
    pointer-events: none;
}

.select-container .option-container .option:hover {
    background: rgba(0, 0, 0, 0.2);
    padding-right: 20px;
}

.select-container .option-container .option label {
    font-size: 12px;
    color: var(--black-color);
    cursor: pointer;
}

/* checkbox and radio button */

.checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* margin-top: 10px; */
    color: var(--gray-color);
    font-size: 14px;
}

.checkbox input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.checkbox .checkmark {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 3px;
    outline: 1px solid rgba(237, 237, 237, 1);
    transition: all 0.2s ease;
}

.input-cnt.radio .checkbox .checkmark::after {
    background: var(--primary-color);
    border: none;

    width: 10px;
    height: 10px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 50%;
}

.checkbox:hover .checkmark {
    background: #f4f4f5;
    transition: all 0.2s ease;
}

.input-cnt.radio .checkbox input:checked ~ .checkmark {
    /* background: #3f7fed;
    outline: 1px solid rgb(95, 126, 240); */
}

.checkbox input[type="radio"] ~ .checkmark {
    border-radius: 50%;
}

.checkbox .checkmark::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 40%;
    width: 4px;
    height: 8px;
    border: solid #646e02;
    border-width: 0 1.5px 1.5px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkmark::after {
    opacity: 1;
    transition: all 0.2s ease;
}
p img {
    margin: 0 auto;
}

.en-index .reserve-cnt .reserve-right .reserve-model {
    transform: scaleX(-1);
    border-bottom-right-radius: 24px;
}
.en-index .hero-arrow-bg img {
    transform: scaleX(-1);
}

.en-index .hero-cnt .hero-item {
    border-radius: 24px 24px 24px 0;
}

.en-index .reserve-cnt .reserve-right .reserve-img-gradient {
    left: 0px;
    right: initial;
    border-bottom-left-radius: 20px;
}

.en-index .reserve-cnt .reserve-right .reserve-img-cnt {
    margin-left: 53px;
    margin-right: 0;
}

.en-index .about-cnt {
    padding-left: 162px;
    padding-right: 0px;
}

.en-index .hero-cnt .hero-slider {
    border-radius: 24px 24px 24px 0;
}

.en-index .about-cnt .about-context .body-text {
    padding-right: 130px;
    padding-left: 0;
}

.en-index .about-cnt .about-right img {
    transform: scaleX(-1);
}

.en-index .about-cnt .about-right .about-small-img.img-sperm3 {
    left: -99px;
    right: initial;
}

.en-index .about-cnt .about-right .about-small-img.img-sperm1 {
    right: 148px;
    left: initial;
}

.en-index .about-cnt .about-right .about-small-img.img-timer {
    right: 45px;
    left: initial;
}

.en-index .about-cnt .about-right .about-small-img.img-sperm4 {
    right: -41px;
    left: initial;
}

.en-index .about-cnt .about-right .about-small-img.img-sperm2 {
    left: -60px;
    right: initial;
}

.en-index .about-cnt .about-right .about-small-img.img-nini {
    right: -19px;
    left: initial;
}

.en-index .about-cnt .about-right .about-small-img.img-logo {
    right: initial;
    left: -20px;
}

.en-index
    .services-item-cnt
    .services-item
    .services-item-context
    .body-text
    p {
    text-align: left;
}

.en-index
    .services-item-cnt
    .services-item
    .services-item-context
    .services-item-title {
    text-align: left;
}

.en-index .services-item-cnt .services-item-bg svg {
    transform: scaleX(-1);
}

.en-index .services-item-cnt .services-item .services-item-chevron {
    right: 17px;
    left: initial;
}

.en-index .services-item-cnt .services-item .services-item-chevron svg {
    transform: scale(-1);
    margin-right: 0;
}

.en-index .present-cnt .present-left .present-item .present-item-img {
    margin-right: 16px;
    margin-left: auto;
}

.en-index .present-cnt .present-right img {
    transform: scaleX(-1);
}

.en-index
    .present-cnt
    .en-present
    .present-left
    .present-item
    .present-item-context {
    padding-right: 96px;
    padding-left: 0;
}

.en-index .why-cnt .why .why-item .why-item-bg svg {
    transform: scaleX(-1);
}

.en-index .expr-cnt .expr-right {
    width: 29%;
}

.en-index .expr-cnt .expr-quote-icon.open-quote {
    left: -55px;
    right: initial;
}

.en-index .expr-cnt .expr-quote-icon svg {
    transform: scaleX(-1);
}

.en-index .expr-cnt .expr-quote-icon.close-quote {
    right: -12px;
    left: initial;
}

.en-index .expr-cnt .expr-arrow-bg img {
    transform: scaleX(-1);
}

.en-index .expr-cnt .expr-arrow-bg {
    right: 80px;
    left: 0;
}
.en-index .expr-cnt .swiper-button-next {
    left: -269px;
    right: initial;
}

.en-index .expr-cnt .swiper-button-prev {
    left: -220px;
    right: initial;
}

.en-ndex .expr-slide .line-quote svg {
    transform: scaleX(-1);
}

.en-index .news-cnt .news-slider .slick-list {
    padding-left: 0 !important;
    padding-right: inherit;
}

.en-index .news-cnt.container-x {
    padding-left: 368px;
    padding-right: 0;
}

.en-index .news-cnt .news-item-cnt .news-item-text {
    left: 0;
    right: initial;
}

.en-index .news-cnt .news-item-cnt .news-item-bg img {
    transform: scaleX(-1);
}

.en-index .news-cnt .news-item-cnt .news-item-chevron {
    right: 37px;
    left: initial;
}

.en-index .news-cnt .news-item-cnt .news-item-chevron svg {
    transform: scaleX(-1);
}
.en-bread.bread-cnt .bread-title {
    margin-left: -56px;
    margin-right: 0;
}

.en-page .title-cnt .title-circle {
    right: initial;
    left: -8px;
}

/* donate  */

.donate {
    position: fixed;
    bottom: 65px;
    left: 0px;
    z-index: 40;
}

.donate.open {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    bottom: 0;
    background-color: #ffffff80;
    backdrop-filter: blur(10px);
    z-index: 60;
}

.donate .donate-cnt {
    border-radius: 16px;
    background-color: rgb(191 209 11);
    height: 54px;
    width: 54px;
    position: absolute;
    animation: springBack 0.5s forwards;
    cursor: pointer;
    z-index: 100;
    left: 12px;
    bottom: 77px;
}

.donate.open .donate-shine {
    display:none;
}

.donate-img {
    width: 57px;
    height: 72px;
    margin-right: -3px;
    margin-left: 0;
    transition: all 0.3s;
    animation: springImgBack 0.5s forwards;
    margin-top: -27px;
    position: relative;
    z-index: 1;
}

@keyframes spring {
    0% {
        height: 54px;
        width: 54px;
    }

    60% {
        height: 355px;
        width: 210px;
    }
    100% {
        height: 344px;
        width: 205px;
    }
}

@keyframes springImg {
    0% {
        width: 57px;
        height: 72px;
    }

    60% {
        height: 230px;
        width: 180px;
    }
    100% {
        height: 221px;
        width: 175px;
    }
}

@keyframes springImgBack {
    0% {
        height: 221px;
        width: 175px;
    }

    60% {
        width: 54px;
        height: 69px;
        margin-right: -1.5px;
        margin-top: -24px;
    }
    100% {
        width: 57px;
        height: 72px;
        margin-right: -3px;
        margin-top: -27px;
    }
}

@keyframes springBack {
    0% {
        height: 344px;
        width: 205px;
        left: 20px;
        bottom: 20px;
    }

    60% {
        height: 50px;
        width: 50px;
        left: 24px;
        bottom: 24px;
    }
    100% {
        height: 54px;
        width: 54px;
        left: 20px;
        bottom: 20px;
    }
}

.donate.open .donate-cnt .donate-img {
    height: 221px;
    width: 175px;
    margin-top: -54px;
    margin-right: -24px;
    animation: springImg 0.8s forwards;
}

.donate-img img {
    width: 100%;
    object-fit: contain;
}

.donate.open .donate-cnt {
    animation: spring 0.8s forwards;
    cursor: initial;
    filter: drop-shadow(0px 4px 10px #00000030);
    background-color: var(--primary-color);
}

.donate-cnt .donate-context {
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    align-items: center;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0s 0s;
}

.donate.open .donate-cnt .donate-context {
    opacity: 1;
    visibility: visible;
    /* transition: all 0.3s 0s; */
    transition: all 0.3s 0.3s;
}

.donate-cnt .donate-close {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 12px;
    width: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0s 0s;
    cursor: pointer;
}

.donate.open .donate-cnt .donate-close {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s 0.3s;
}

.donate-cnt .donate-close img {
    width: 100%;
    object-fit: contain;
}

.donate-cnt .donate-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.donate-cnt .donate-options a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.donate-cnt .donate-options span {
    font-size: 14px;
    color: var(--secondary-color);
    transition: all 0.3s;
    font-weight: 500;
}

.donate-cnt .donate-options a:hover span {
    color: rgba(2, 125, 124, 1);
}

.donate-cnt .donate-options svg {
    stroke: var(--secondary-color);
    transition: all 0.3s;
}

.donate-cnt .donate-options a:hover svg {
    stroke: rgba(2, 125, 124, 1);
    margin-left: -4px;
    margin-right: 4px;
}

.donate-cnt .donate-title {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.donate-cnt .donate-title img {
    margin-left: -17px;
    margin-right: 0;
}

.donate-cnt .donate-title h6 {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 1000;
    position: relative;
}


.donate-shine {
    height: 57px;
    width: 57px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    border-radius: 12px;
}

.donate-shine::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0%;
    
    animation: shine1 3s infinite;
    background: linear-gradient(113deg, rgba(217, 217, 217, 0) 0%, rgba(249, 249, 249, 0) 42.19%, rgba(255, 255, 255, 0.61) 49.35%, rgba(217, 217, 217, 0) 64.06%);
}


/* banner  */

.banner-cnt {
    display: flex;
    background-color: var(--primary-color);
    border-radius: 20px;
    gap: 16px;

    align-items: center;
    margin-top: 140px;
    margin-bottom: 50px;
    justify-content: space-between;
    position: relative;
}

.banner-cnt .banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0%;
    transition: all 0.4s ease-in;
    background: linear-gradient(113deg, rgba(217, 217, 217, 0) 0%, rgba(249, 249, 249, 0) 42.19%, rgba(255, 255, 255, 0.61) 49.35%, rgba(217, 217, 217, 0) 64.06%);
}
@keyframes shine {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-200%, 0);
    }
    100% {
        transform: translate(-200%, 0);
    }
}

@keyframes shine1 {
    0% {
        transform: translate(0, 0);
    }
    30% {
        transform: translate(-200%, 0);
    }
    100% {
        transform: translate(-200%, 0);
    }
}

.banner-cnt .banner:hover::after {
    animation: shine 1s ease-in-out;
}

.banner-cnt .banner {
    display: flex;
    background-color: transparent;
    border-radius: 20px;
    gap: 16px;
    padding:43px 38% 43px 72px;
    align-items: center;
 
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.banner-cnt .banner-img {
    margin-top: -121px;
    margin-bottom: -22px;
    height: 342px;
    position: absolute;
    right: 73px;
    z-index: 1;
}

.banner-cnt .banner-img img {
    height: 100%;
    object-fit: contain;
}

.banner-cnt .banner-title h5 {
    color: var(--secondary-color);
    font-size: 32px;
    font-weight: 1000;
    letter-spacing: -0.5px;
}

.banner-cnt .banner-title {
    display: flex;
    align-items: center;
}

.banner-cnt .banner-title svg {
    margin-left: -12px;
}

.banner-cnt .banner-center {
    width: 50%;
}

.banner-cnt .banner-center .body-text {
    margin-right: 24px;
}

.banner-cnt .button {
    background-color: #fff;
    padding: 12px 16px;
    width: max-content;
}

.banner-cnt .button::before {
    background-color: rgba(236, 239, 240, 1);
}

.services-slider2 .slick-dots {
    display: flex !important;
    transform: translate(calc(50% - 40px), 32px);
    width: fit-content;
    gap: 8px;
   margin: 0 auto;
    bottom: 0;
}

.services-slider2 .slick-dots li button {
    font-size: 0;
    padding: 0;
}

.services-slider2 .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    background-color: rgba(203, 203, 203, 1);
}

.services-slider2 .slick-dots li.slick-active {
    background-color: var(--secondary-color);
    width: 36px;
    border-radius: 24px;
}
