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

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

@font-face {
    font-family: Dana;
    src: url("../fonts/Dana/DanaFaNum-Medium.woff");
    font-weight: 500;
    font-style: semibold;
    font-display: swap;
}

@font-face {
    font-family: Dana;
    src: url("../fonts/Dana/DanaFaNum-DemiBold.woff");
    font-weight: 600;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: Dana;
    src: url("../fonts/Dana/DanaFaNum-Bold.woff");
    font-weight: 700;
    font-style: extraBold;
    font-display: swap;
}

:root {
    --color-primary: #e9008c;
    --color-secondary: #00aced;
    --color-body: #8e9cc2;
    --color-titr: #1f42a0;
    --font-family: "Dana";
    --border-radius: 10px;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    list-style: none;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family);
    margin: 0;
}

input:focus {
    outline: 0;
}

.title-cnt {
    display: flex;

    gap: 12px;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

.title-cnt .title-line {
    background-color: var(--color-primary);
    width: 4px;
    min-height: 100%;
    border-radius: 2px;
}

.title-cnt h3 {
    color: var(--color-titr);
    font-size: 32px;
    font-weight: 700;
}

@import url(https://fonts.googleapis.com/css?family=Khula:700);

.hidden {
    opacity: 0;
}

a {
    text-decoration: none;
    color: var(--color-body);
}

ul {
    list-style: none;
    padding-inline-start: 0px;
}

:focus {
    outline: none;
}

::placeholder {
    font-family: var(--font-family);
}

.container {
    padding-right: 288px;
    padding-left: 288px;
}

/* header */

.header-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    width: 100%;
}

.header-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.header-top-left {
    display: flex;
    position: relative;
    padding-top: 20px;
    align-items: center;
}

 .header-vector {
    position: absolute;
    height: 63px;
    width: 410px;
    left: 0;
    top: 0;
}

.mobile-header-vector {
    opacity:0;
 }

.phone-icon {
    display: flex;
}

.header-logo {
    padding-top: 20px;
    display: flex;
    align-items: flex-end;
}

.header-logo img {
    width: 170px;
    height: 48px;
    object-fit: contain;
}

.header-logo h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-titr);
    margin-bottom: -6px;
}

.header-line {
    background-color: #e9edf7b3;
    height: 1.5px;
    width: calc(100% - 571px);
    margin-top: -6px;
    margin-bottom: 6px;
    margin-left: 40px;
}

.header-langs {
    display: flex;
    gap: 4px;
    position: relative;
    z-index: 1;
    margin-left: 130px;
    height: fit-content;
}

.header-langs .header-lang-line {
    background-color: rgba(233, 237, 247, 1);
    min-height: 90%;
    width: 1px;
}

.header-langs a {
    display: flex;
    height: fit-content;
}

.header-langs a span {
    display: flex;
    height: fit-content;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    color: var(--color-body);
    text-transform: capitalize;
}

.header-langs a span:hover {
    color: var(--color-titr);
}

.header-cnt .header-contact {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.header-cnt .header-contact .phone-icon svg {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
}



@-webkit-keyframes ring {
    0% {
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
    2% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    4% {
      -webkit-transform: rotate(-18deg);
      transform: rotate(-18deg);
    }
    6% {
      -webkit-transform: rotate(18deg);
      transform: rotate(18deg);
    }
    8% {
      -webkit-transform: rotate(-22deg);
      transform: rotate(-22deg);
    }
    10% {
      -webkit-transform: rotate(22deg);
      transform: rotate(22deg);
    }
    12% {
      -webkit-transform: rotate(-18deg);
      transform: rotate(-18deg);
    }
    14% {
      -webkit-transform: rotate(18deg);
      transform: rotate(18deg);
    }
    16% {
      -webkit-transform: rotate(-12deg);
      transform: rotate(-12deg);
    }
    18% {
      -webkit-transform: rotate(12deg);
      transform: rotate(12deg);
    }
    20% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

.header-cnt .header-contact .header-contact-text {
    color: var(--color-body);
    font-size: 12px;
    font-weight: 600;
    margin-left: 12px;
}

.header-cnt .header-contact .header-num {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
}

.header-cnt .header-contact .header-num span {
    color: var(--color-body);
    font-size: 16px;
    font-weight: 300;
}

.header-cnt .header-contact .header-num h5 {
    font-weight: 700;
    color: var(--color-titr);
    font-size: 16px;
}

.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 8px;
}

.header-bottom .header-menu {
    display: flex;
}

.header-bottom .header-menu .header-menu-item a {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 8px 20px;
    gap: 4px;
    font-size: 16px;
}

.header-bottom .header-menu .header-menu-item .submenu-item {
    padding: 4px 20px;
    transition: all 0.3s;
}

.header-bottom .header-menu .header-menu-item .submenu-item:hover {
   color: var(--color-titr);
}


.header-bottom .header-menu .header-menu-item a svg {
    transition: all 0.3s;
    stroke: var(--color-body);
}

.header-bottom .header-menu .header-menu-item a:hover svg {
    stroke: var(--color-titr);
}

.header-bottom .header-menu .header-menu-item a span {
    font-weight: 500;
    transition: all 0.3s;
    font-size: 16px;
}

.header-bottom .header-menu .header-menu-item a:hover span {
    color: var(--color-titr);
}

.header-bottom .header-menu .menu-item-line {
    min-height: 100%;
    width: 7px;
    background: radial-gradient(
        100% 50% at 100% 50%,
        #e9edf7 0%,
        rgba(233, 237, 247, 0) 100%
    );
}

.header-cnt .header-bottom-left {
    display: flex;
    gap: 12px;
}

.header-cnt .header-portal {
    background-color: var(--color-primary);
    box-shadow: 0px 4px 13.2px 0px rgba(252, 196, 230, 1);
    border-radius: 16px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-cnt .header-portal span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.select-box {
    position: relative;
    display: block;
    font-size: 1.2rem;
    color: #000;
}

.select-box__current {
    cursor: pointer;
    outline: none;
}
.select-box__current:focus + .select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
    cursor: pointer;
}
.select-box__current:focus .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
    position: absolute;
    top: 50%;
    right: 63px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    opacity: 0.7;
    transition: 0.2s ease;
}
.select-box__value {
    display: flex;
}
.select-box__input {
    display: none;
}

.select-box__input:checked + .select-box__input-text {
    display: flex;
    column-gap: 3px;
    flex-direction: row-reverse;
}
.select-box__input-text {
    align-items: center;
    display: none;
    width: 75px;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 5px;
}
.select-box__list {
    text-align: right;
    position: absolute;
    width: 100%;
    padding: 0.5rem 0 0 0;
    z-index: 100;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
}
.select-box__option {
    justify-content: space-between;
    align-items: center;
    display: flex;

    flex-direction: row-reverse;
    column-gap: 3px;
    padding: 0.3rem 0 0.3rem 0.3rem;
}
.select-box__option:hover,
.select-box__option:focus {
    color: #000;
    background-color: rgb(243, 241, 241);
}

@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.mobile-left {
    display: none;
}

/* main slider */

.main-slider {
   
    /* width: 50%; */
}

 .main-slider-right {
    width: 50%;
}

.main-slider-content {
    display: flex;
    width: 80%;
    margin: 0 auto;
   
    gap: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center;
}

.main-slider-cnt {
    background-color: rgba(24, 71, 199, 1);
    border-radius: 40px;
    padding-top: 57px;
    padding-bottom: 57px;
    position: relative;
    overflow: hidden;
}


.main-slider-cnt .button {
    box-shadow: none;
}

.main-circle-cnt {
    border-radius: 50%;
    background-image: conic-gradient(
        from 206.47deg at 50% 50%,
        #426ee2 -325.19deg,
        rgba(66, 110, 226, 0) 6.74deg,
        #426ee2 34.81deg,
        rgba(66, 110, 226, 0) 366.74deg
    );
    width: 493px;
    height: 493px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.hero-scroll-down {
    position: absolute;
    bottom: -1px;
    z-index: 1;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    cursor: pointer;
}

.hero-scroll-down-btn{
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.main-circle-cnt.main-top-circle {
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
}

.main-circle-cnt.main-bottom-circle {
    left: 0;
    bottom: 0;
    transform: translate(-62%, -46%);
    rotate: 265deg;
}

.main-slider-cnt .main-circle-cnt .main-circle {
    border: 51px transparent;

    background-origin: border-box;
    background-clip: content-box, border-box;
    width: 391px;
    height: 391px;
    background-color: rgba(24, 71, 199, 1);

    border-radius: 50%;
}

.main-item {
    /* display: flex !important;
    gap: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
    align-items: center; */
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    width: 48%;
    margin-bottom: 64px;
}

/* .main-item .main-item-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    width: 48%;
    margin-bottom: 64px;
} */

 .main-slider-left {
    flex-wrap: wrap;
    max-width: 352px;
    gap: 24px;
    display: flex;
    width: 50%;
    position: relative;
}

.main-item .main-item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.main-item .main-item-title h1 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
}

.main-item .main-item-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    height: 72px;
}

.main-item .main-item-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

 .main-item-product {
    background-color: #fff;
    width: 164px;
    height: 189px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

 .main-item-product .products-slider-img img {
    width: 100%;
    object-fit: contain;
}

 .main-item-product .main-item-product-arrow {
    margin-bottom: -7px;
    margin-top: 7px;
    border-radius: 16px;
    background-color: rgba(233, 237, 247, 1);
    padding: 4px 20px;
    display: flex;
    transition: all 0.3s;
}

 .main-item-product .main-item-product-arrow:hover {
    background-color: rgb(248, 248, 248);
}

.main-slider .slick-next.slick-arrow,
.main-slider .slick-prev {
    cursor: pointer;
    right: 0;
    border-radius: 20px;
    padding: 1rem;
    position: absolute;
    display: flex;
    flex-direction: column;
    padding: 8px 20px;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: #17337e;
    bottom: 4px;
}

.main-slider .slick-next.slick-arrow:hover {
    opacity: 0.8;
}
.main-slider .slick-prev.slick-arrow:hover {
    opacity: 0.8;
}

.main-slider .slick-prev.slick-arrow {
    margin-right: 80px;
}

/* about */

.about-cnt {
    display: flex;
    margin-top: 44px;
    align-items: center;
}

.about-right {
    display: flex;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
 
    max-width: 606px;
}

.about-left {
    width: 50%;
}

.about-main-img img {
    max-width: 100%;
    float: left;
}

.about-right .about-text p {
    color: var(--color-body);
    font-size: 16px;
}

.about-right .button {
    margin: 4px 9px 12px 4px;
}

.about-right-bottom {
    display: flex;
    align-items: center;
    gap: 76px;
    position: relative;
}

.about-right-bottom a {
    position: relative;
}

.about-right-bottom-vector {
    position: absolute;
    bottom: 0;
    right: 8px;
    display: flex;
    height: 100%;
}

.about-right-bottom-vector svg {
}

.about-records {
    display: flex;
    gap: 28px;
    position: relative;
}

.about-records .record-line {
    min-height: 100%;
    width: 7px;
    background: radial-gradient(
        100% 50% at 100% 50%,
        #e9edf7 0%,
        rgba(233, 237, 247, 0) 100%
    );
}

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

.records-item span {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-body);
    text-align:center;
    width:max-content;
}

.contact-cnt .title-cnt h3 {
    font-size: 26px;
}

.records-item .honors_num {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 60px;
    justify-content: center;
}

.records-item .honors_num p,
.records-item .honors_num h3 {
    color: var(--color-titr);
    font-weight: 800;
    font-size: 24px;
}

/* contact */

.contact-cnt {
    border-radius: 32px;
    box-shadow: 0px 4px 27.9px 0px rgba(80, 124, 240, 0.5);
    background-color: rgba(24, 71, 199, 1);
    padding: 30px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-cnt .contact-img {
    margin-top: -102px;
    position: relative;
}

.support-arrow {
    position: absolute;
    left: 40px;
    bottom: 22%;
    z-index: 2;
}

.contact-cnt .contact-center {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    margin-right: -140px;
}

.contact-cnt .contact-center .contact-departs {
    display: flex;
    gap: 12px;
    border-radius: 12px;
}

.contact-cnt .contact-center .contact-departs .contact-depart-item {
    background-color: rgba(23, 67, 185, 1);
    padding: 8px 28px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-cnt .contact-departs .contact-depart-item h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.contact-cnt .contact-departs .contact-depart-item span {
    color: #fff;
    font-size: 14px;
    letter-spacing: -0.4px;
}

.contact-cnt .title-cnt h3 {
    color: #fff;
    font-size: 28px;
}

.contact-cnt .contact-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.contact-cnt .contact-left .contact-num {
    border-bottom: 2px solid var(--color-primary);
}

.contact-cnt .contact-left .contact-num:hover span {
   color:  rgb(229, 234, 252);
}


.contact-cnt .contact-left .contact-num span {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    transition: all 0.3s;
}

.contact-cnt
    .contact-left
    .contact-num
    span
    .contact-cnt
    .contact-left
    .contact-time {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.contact-cnt .contact-left .contact-time .contact-time-title {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.contact-cnt .contact-left .contact-time .contact-time-text {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

/* products */

#collapsible-content-mobile {
    display: none;
    padding-inline-start: 0px;
}

.collapsible-content-mobile {
    opacity: 0;

    z-index: -10;
    position: absolute;
}

.products-menu {
    font-family: var(--font-family);
    padding: 0.7rem 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 11;
    min-height: fit-content;
    position: relative;
    /* border-bottom: 1px solid rgba(185, 184, 184, 0.425); */
    box-shadow: 0px 20px 50px 2px rgba(189, 189, 189, 0.151);
}

.fixed-products-menu {
    position: fixed;
    top: 0px;
    background-color: #fff;
    left: 0;
    width: 100%;
}

.button {
    background-color: var(--color-primary);
    min-width: max-content;
    text-align: center;
    color: white;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 16px;
    padding: 12px 16px;
    transition: all 0.3s;

    box-shadow: 0px 4px 13.2px 0px rgba(252, 196, 230, 1);
}

.button:hover {
    background-color: #fd30ab;
}

.button span {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
}
.mobile-menu-contact {
    visibility: hidden;
    transition: all 0.3s;
}

.collapsible--expanded .mobile-menu-contact {
    margin-top: 10rem;
    visibility: visible;
    display: flex;
    height: fit-content;
    flex-direction: column;
}

.mobile-order {
    /* margin-right: 1.5rem; */
    display: flex;
    align-items: center;
    align-self: center;

    justify-content: center;
}

.mobile-order-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    padding-inline-start: 00px;
    border-bottom: 1.5px solid var(--color-primary);
}

.mobile-order-item {
    align-self: center;
    font-size: 1.5rem;
    opacity: 0.8;
}

.mobile-order-item > a {
    color: black;
}

.mobile-order-item:hover {
    opacity: 1;
}

.search-mobile-container {
    margin: 2rem 1rem;
    align-self: center;
}

.search-mobile {
    position: relative;
    width: 60vw;
    left: 50%;
    transform: translate(-50%, 0);
}

.search-mobile button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    left: 0;
    background-color: var(--color-primary);
    border: 0;
    padding: 0.5rem 1rem;
    z-index: 10;
}

.search-mobile img {
    width: 15px;
}

.search-mobile input {
    padding-right: 1rem;
    /* margin: 1rem; */

    width: 100%;
    height: 30px;
    direction: rtl;
    font-family: var(--font-family);
    outline: none;
    border: 1px solid var(--color-primary);
    border-radius: var(--border-radius);
}

.search-container {
    position: relative;
    height: 48px;
    width: 48px;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.searchbutton {
    position: absolute;
    font-size: 30px;
    /* line-height: 35px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0;
    border-radius: 16px;
    padding: 0.5rem;
    background-color: rgba(242, 245, 251, 1);
    cursor: pointer;
}

.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    border-radius: 16px 0 0 16px;
}

.searchbutton > img {
    width: 24px;
}

.search {
    /* caret-color: transparent; */
    font-family: var(--font-family);
    position: absolute;
    left: 47px;
    background-color: #ffff;
    border: none;

    padding: 0 16px 0 0;
    width: 0;
    height: 100%;
    z-index: 10;

    direction: rtl;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search:focus {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    border: 1px solid var(--color-primary);
    background-color: #ffff;
    width: 150px;
}

.search::placeholder {
    float: right;
    font-family: var(--font-family);
    /* direction: rtl; */
}

.products-menu-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 0.5s;
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    max-height: fit-content;
}

.products-menu-chevron {
    width: 10px;
    margin-right: 0.5rem;
}

.products-menu-list-logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 2rem;
    color: black;
}

.products-menu-list-logo img {
    width: auto;
    height: 50px;
    border-left: 1px solid rgb(228, 224, 224);
}

.products-menu a {
    text-decoration: none;
}

.products-menu-list-item > a {
    align-items: flex-end;
    color: black;
    margin-right: 2rem;
    flex-direction: column-reverse;
    display: flex;
    opacity: 0.5;
    padding: 0.7rem 0 0.4rem 0;
    gap: 2px;
    /* transition: opacity 0.3s; */
}

.products-menu-list-item > a > div {
    display: flex;
}

.products-menu-list-item > a:hover {
    opacity: 1;
}

.products-menu-list-logo-text {
    text-align: right;
    padding-right: 0.5rem;
}

.products-menu-list-logo-text > h5 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 2rem;
    line-height: 20px;
}
.products-menu-list-logo-text > h6 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 1.3rem;
    line-height: 20px;
}

.products-menu-icon {
    height: 17px;
    align-self: center;
}

.products-menu-list-item h6 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 1.5rem;
}


    .header-menu-item:hover
    > .products-submenu {
    height: 300px;
}

.sub-submenu-list {
    cursor: auto;
    display: none;
    list-style: none;
    position: absolute;

    top: 0;
    bottom: 0;
    right: 11rem;
    padding-top: 10rem;
    padding-right: 30%;
    /* transform: translate(-50%, 50%); */
}

.products-menu
    .products-menu-list
    .products-menu-list-item
    .submenu-item:hover
    > .sub-submenu-list {
    display: flex;
    /* flex-direction: column; */
}

.sub-submenu-list-item {
    cursor: pointer;
    margin-right: 2rem;
}

.products-menu-list-item-sub {
    position: static;
}

.products-menu-list-item:hover .products-menu-chevron {
    transform: rotate(-180deg);
    transition: transform 0.3s;
}

.products-submenu {
    position: absolute;
    left: 0;
    justify-content: space-between;
    width: 100%;
    top: 137px;
    border: 0;
    z-index: 30;
    height: 0px;
    transition: all 0.3s;
    overflow: hidden;
    display: flex;
}

.header-nav-list-menu-item {
    display: flex;
}

.header-nav-list-menu-item img {
    padding: 0 0.5rem;
    border-left: 1px solid rgba(182, 182, 182, 0.301);
    border-right: 1px solid rgba(182, 182, 182, 0.301);
}

.products-submenu1 {
    padding-top: 20px;
   border-radius: 0 0 32px 32px;
    width: 100%;
   background: #fff;
       overflow: hidden;
    position: relative;
}

.products-submenu-img {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: auto;
    width: 400px;
}

.products-submenu-list {
    max-height: 100%;
    list-style: none;
    text-align: right;
    direction: rtl;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 10rem;
    padding-inline-start: 0;
}

.products-submenu-list > li {
    /* position: relative; */
    display: flex;
    align-items: flex-end;
    /* height: 55px;
  width: 95px; */
}

.products-submenu-list-icon {
    width: 20px;
    margin: 0.9rem 0.5rem;
}

/* breadcrumb */
.breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(95%);
}

.breadcrumb-content {
    position: absolute;

    font-size: 5rem;

    color: #fff;
}

/* contact us */

.contact-us {
    padding: 5rem 0;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-us-heading {
    color: #000;
    text-align: right;
}

.contact-us-heading h4 {
    font-size: 3rem;
    color: #243666;

    margin-block-start: 0rem;
    margin-block-end: 2rem;
}

.contact-us-heading > h4:before {
    background-color: #2436669f;
    content: "";
    display: inline-block;
    height: 0.3rem;
    position: relative;
    vertical-align: middle;
    width: 86%;
    opacity: 0.2;
}

.contact-us-heading > h4:before {
    right: 1em;
    margin-left: -50%;
}

.contact-us ::placeholder {
    font-size: 1.5rem;
    opacity: 0.9;
}

.contact-us label {
    color: #89898b;
}

.contact-us-row {
    display: flex;
    direction: rtl;
    gap: 50px;

    width: 100%;
}

.contact-us-row > div {
    display: flex;
    flex-direction: column;
    direction: rtl;
    width: 100%;

    justify-content: space-between;
}

.contact-us-row input {
    border: none;

    font-family: var(--font-family);
    padding: 1rem 2rem;
    background-color: #e9ebf0;
    color: #000;
    border-radius: var(--border-radius);
    font-size: 1.5rem;
}

.contact-us-num::placeholder {
    font-family: var(--font-family);
}

.contact-us-message {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family);
    direction: rtl;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact-us-message textarea {
    background-color: #e9ebf0;
    border: none;
    padding: 1rem 2rem;
    color: #89898b;
    font-size: 2rem;
    font-family: var(--font-family);
    border-radius: var(--border-radius);
}

.contact-us-but {
    cursor: pointer;
    width: fit-content;
    border: 1px solid #243666;
    font-family: var(--font-family);
    background-color: #243666;
    border-radius: var(--border-radius);
    color: #fff;
    transition: all 0.3s;
    font-weight: 800;
    padding: 1rem 2rem;
}

.contact-us-but:hover {
    color: #243666;
    background-color: #e9ebf0;
    border: 1px solid #89898b;
}

/* single news */

.single-news {
    padding: 5rem 0;
}

.single-news-heading {
    font-size: 3rem;
    color: #243666;
    text-align: right;
}

.single-news-content {
    font-size: 1.5rem;
    direction: rtl;
}

.single-news-heading > h4 {
    margin-block-start: 0rem;
    margin-block-end: 2rem;
}

.single-news-heading > h4:before {
    background-color: #2436669f;
    content: "";
    display: inline-block;
    height: 0.3rem;
    position: relative;
    vertical-align: middle;
    width: 89%;
    opacity: 0.2;
}

.single-news-heading > h4:before {
    right: 1em;
    margin-left: -50%;
}

/* news */

.news-container {
    padding: 5rem 0;

    display: grid;
    gap: 20px;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(200px, 429px));
    grid-template-rows: auto;
    direction: rtl;
}

.news-container .blog-item {
    border: 1px solid rgba(192, 190, 190, 0.342);
    margin: 0 auto;
}

/* main slider dots */

.main-slider-container .main-slider-dots {
    position: absolute;
    display: flex !important;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
}

.main-slider-dots .slick-active button {
    background-color: #ffc740;
}

.main-slider-container .main-slider-dots li {
    list-style: none;
}

.main-slider-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    text-indent: -9999px;
}

.main-slider-dots li {
    margin: 0 0.5rem;
}

/* main slider */

.main-slider {
    position: relative;
}

.main-slider {
}

.main-slider-item-content {
    position: absolute;
    z-index: 10;
    top: 20%;
    direction: rtl;
    right: 0%;
    width: 80%;
    transform: translate(0, 0%);

    display: flex;
    flex-direction: column;
    margin: 15rem 15% 17rem 0;
}

.main-slider-item-content > h5 {
    font-size: 5rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    margin-block-start: 0em;
    margin-block-end: 0em;
    text-shadow: 1px 1px 2px #000;
}

.main-slider .main-slider-item-content .main-slider-but {
    cursor: pointer;
    font-family: var(--font-family);
    display: flex;
    width: fit-content;
    opacity: 1;
    border: 0;
    /* background-color: #008abe; */
    background-color: #243666;

    color: #fff;
    font-weight: 800;
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: var(--border-radius);
    justify-content: center;
    align-items: center;
    column-gap: 0.5rem;
    border: 2px solid #243666;
}

.main-slider .main-slider-but:hover {
    background-color: #2436665d;
    backdrop-filter: blur(8px);
}

.main-slider-item {
    position: relative;
    height: 89vh;
}

.main-slider-item-img {
    width: 100%;
    height: 102%;
    position: relative;
    object-fit: cover;
    filter: brightness(95%);
}

/* about us */
.aboutus {
    padding-top: 10rem;
    display: flex;

    align-items: center;
    column-gap: 3rem;
    justify-self: center;
}

.aboutus-img {
    height: 500px;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.aboutus-text-container {
    text-align: right;
}

.aboutus-text-up-heading {
    margin-block-start: 0;
    font-size: 3rem;
    font-weight: 800;
    color: #243666;
    margin-block-end: 0.5rem;
}

.aboutus-text-up-content {
    font-size: 1.7rem;
    margin-bottom: 4rem;
    margin-block-start: 0;
    margin-block-end: 0.9rem;
    direction: rtl;
    text-align: justify;
}

.aboutus-text-down-heading {
    margin-block-start: 0;
    margin-block-end: 0.5rem;
}

.aboutus-text-down-content {
    font-size: 1.7rem;
    margin-bottom: 4rem;
    margin-block-start: 0;
    direction: rtl;
    text-align: justify;
}

/* support */

.support-container {
    align-items: center;
    margin-top: 7rem;
    margin-bottom: 7rem;
    padding: 7rem 15% 7rem 15%;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #d20080;
    background-position: right;
    background-image: url(../img/bg-operator.svg);
    /* background-color: #243666; */
}



.support-heading {
    /* display: flex;
  align-items: flex-end;
  flex-direction: column; */
}

.support-heading > h4 {
    overflow: hidden;
    text-align: right;
    margin-block-start: 0rem;
    margin-block-end: 0rem;
    font-weight: 800;
    font-size: 3rem;

    color: #fff;

    /* border-bottom: 3px solid #243666; */
}

/* line around title */

.support-heading > h4:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 0.2rem;
    position: relative;
    vertical-align: middle;
    width: 84.5%;
}

.support-heading > h4:before {
    right: 1em;
    margin-left: -50%;
}

.support-heading > h4:after {
    left: 1em;
    margin-right: -50%;
}

.waviy {
    position: relative;
}

.waviy span {
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #243666;
    margin-block-start: 0;
    margin-block-end: 0;
}

.support-item:hover .waviy span {
    /* animation: flip 0.7s; */
    animation-delay: calc(0.2s * var(--i));
}

@keyframes flip {
    0%,
    80% {
        transform: rotateY(360deg);
    }
}

.support-slider {
    font-family: var(--font-family);
    align-items: center;
    text-align: right;
    direction: rtl;
    position: absolute;

    /* padding: 0 1rem; */
    display: flex;
}

.support-item {
    width: 95% !important;

    align-items: center;
    background-color: #fff;
    display: flex !important;
    flex-direction: row;
    backdrop-filter: blur(8px);
    border-radius: var(--border-radius);
    transition: all 0.3s;
    margin: 0.5rem auto;
    position: relative;
    min-height: 210px;
    margin-top: 7rem;

    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}

.support-item-img {
    align-self: center;
    position: absolute;
    width: 40%;
    right: 0;
    bottom: 0;
    flex-shrink: 0;
    object-fit: cover;
    object-position: top;
    height: 250px;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.support-item-text {
    /* border-right: 2px solid #24366628; */
    position: absolute;
    align-self: center;
    width: 60%;
    left: 0;
    /* top: 20px; */
    direction: rtl;
    flex-grow: 1;

    display: flex;
    margin: auto 0;
    row-gap: 10px;
    flex-direction: column;
}

.support-item-text-time {
    margin-right: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.support-item-text-time > img {
    /* align-self: flex-start; */
    margin: 0 0 0 0.5rem;
    width: 23px;
    opacity: 0.8;
    transition: transform 0.3s;
}

@-webkit-keyframes mymove {
    0% {
        transform: rotate(0deg);
    }

    /* 50% {
    transform: rotate(180deg);
  } */

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

.support-item-text-time > a,
.support-item-text-time > p {
    margin-block-start: 0;
    margin-block-end: 0;
    direction: rtl;
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    line-height: 17px;
}

.support-item-text-title {
    margin-top: 0.5rem;
    margin-right: 1rem;
}

.support-item-text-title > h5 {
    font-size: 1.8rem;
    /* color: #a30062; */
    font-weight: 800;
    color: #243666;
    margin-block-start: 0;
    margin-block-end: 0;
}

.support-item-text-title > p {
    margin-block-start: 0;
    white-space: initial;
    overflow: hidden;
    color: #464646;
    font-weight: 400;
    margin-block-end: 1rem;
    font-size: 1.5rem;
}

.support-contact-nums-container {
    padding: 1rem 0;
    align-items: center;
    display: flex;
    column-gap: 0.5rem;
    flex-direction: row-reverse;
    justify-content: center;
    color: #fff;
    width: 100%;
    background-color: transparent;

    border-radius: 0 0 0 var(--border-radius);
}

.support-contact-nums-container span {
    cursor: pointer;
    font-size: 15px;
}

.support-contact-nums-container > img {
    height: 30px;

    align-self: center;
}

.support-contact-nums {
    flex-grow: 1;
    display: flex;
    justify-content: space-evenly;
}

.support-contact-nums-container p {
    font-size: 1.3rem;
    margin-block-start: 0;
    margin-block-end: 0;
    opacity: 0.8;
}

.support-contact-nums-container > div {
    /* border-right: 1px solid rgb(209, 209, 209); */
    display: flex;
    flex-direction: row-reverse;
    padding-right: 1rem;
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
}

/* products slider */

.products-slider .slick-prev.slick-arrow {
    top: 16px;
    left: -58px;
    transform: translate(0%, 0);
    position: absolute;
    bottom: 16px;

    width: 48px;
    background-color: rgba(245, 247, 255, 1);
    border-radius: 52px;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.products-slider .slick-next.slick-arrow {
    cursor: pointer;
    top: 16px;
    right: -9px;
    bottom: 16px;
    transform: translate(100%, 0);
    position: absolute;
    z-index: 2;

    width: 48px;
    background-color: rgba(245, 247, 255, 1);
    border-radius: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-slider .slick-arrow {
    transition: all 0.3s;
}

.products-slider .slick-arrow:hover {
    background-color: rgb(229, 234, 252);
}

.products-slider-more {
    font-size: 1.5rem;
    color: var(--color-titr);
    font-weight: 700;

    display: flex;

    gap: 8px;
}
.products-slider-more img {
    transition: all 0.3s;
}
.products-slider-more:hover img {
    margin-left: -4px;
    margin-right: 4px;
}

.products-slider-more > img {
    margin-top: -1px;
}

.product-title > p {
    margin-block-start: 0.5rem;
    margin-block-end: 0.5rem;
}

.product-title-line {
    height: 2px;
    flex-grow: 1;
    margin: 0 12px;
    background-color: rgba(233, 237, 247, 1);
}

.products-slider-container {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 10rem;
    overflow: hidden;
}

.products-slider {
    position: relative;
    display: flex;
    margin: 24px 56px 0;
    direction: rtl;

    /* box-shadow: 0px 0px 10px rgba(126, 125, 125, 0.26); */
    border-radius: var(--border-radius);
    /* padding: 10rem 0.8rem 1rem 0.8rem; */
}

.products-slider-item {
    text-align: center;
    margin: 0rem;
    transition: box-shadow 0.3s;
}

.products-slider .slick-slide div {
    display: flex;
    justify-content: space-between;
}

.products-batch2 {
    writing-mode: vertical-rl;
    justify-content: flex-end;
    align-items: center;
    right: 25px;
    position: absolute;
    top: 0px;
    direction: rtl;
    display: flex;
    background-color: var(--color-primary);
    z-index: 10;
    font-weight: 800;
    padding: 0.5rem;
    width: 30px;
    height: 42px;
    border-radius: 0;
    color: #fff;
    transition: all 0.3s;
    font-size: 1.2rem;
}

.products-batch2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.products-slider-item > div {
    position: relative;

    overflow: hidden;
    margin: 16px 1rem;
    border-radius: 16px;
    justify-self: center;
    padding: 0rem 0 0 0;
    transition: box-shadow 0.3s;
    background: #fff;
    box-shadow: 5px 0px 13.3px 0px rgba(220, 228, 247, 1);
}

.products-slider-item a {
    text-decoration: none;
}

.products-slider-title {
    justify-content: center;
    display: flex;

    width: 100%;
    /* position: absolute; */
    align-items: center;
    flex-direction: row-reverse;

    /* padding: 4.5rem 16%; */
}

.products-slider-title > a {
    text-decoration: none;

    transition: margin-right 0.3s;
}

.products-slider-title > a:hover {
    margin-right: 0.5rem;
}

.products-slider-title > h2 {
    color: var(--color-titr);
    text-align: right;
    margin-block-end: 0rem;
    margin-block-start: 0em;
    font-size: 20px;
    font-weight: 800;
}

.products-slider-title > h5 {
    text-align: justify;
    direction: rtl;
    color: rgb(92, 91, 91);
    font-weight: 500;
    font-size: 1.5rem;
    margin-block-start: 0em;
}

.products-tag img {
    width: 10px;
    margin-right: 10px;
}

.products-slider-item:hover .products-tag {
    width: 55px;
}

.v2:hover .products-slider-img {
    transform: scale(1.05);
}

.products-tag-text {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.products-slider-item > a:hover {
    box-shadow: 0px 0px 10px 1px rgba(128, 125, 125, 0.25);
}

.products-slider-item:hover .arrow span {
    display: block;
}

.arrow {
    position: absolute;
    top: 45%;
    left: 55%;

    transform: rotate(90deg);
    cursor: pointer;
}

.arrow span {
    display: block;
    display: none;
    width: 2rem;
    height: 2rem;
    border-bottom: 5px solid #ffff;

    border-right: 5px solid #ffff;
    transform: rotate(45deg);
    margin: -15px;
    animation: animate 1s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.1s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.2s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.products-details {
    padding: 0 12px 8px 12px;
    direction: rtl;
    display: flex;
    flex-direction: column;
    text-align: right;

    /* position: relative; */
}

.products-details > p {
    margin-block-start: 0rem;
    margin-block-end: 0rem;
    font-size: 1.5rem;
    color: black;
}

.products-details-title {
    display: flex;
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 16px;
    justify-content: center !important;
    text-align: center;
    color: var(--color-titr);
    border-bottom: 1px solid rgba(233, 237, 247, 1);
    height: 81px;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-details-item {
    display: flex;
    column-gap: 0.5rem;
    line-height: 18px;
    margin-bottom: 4px;
}

.products-details-item > p {
    font-size: 16px;
    margin-block-start: 0rem;
    margin-block-end: 0rem;
    color: var(--color-body);
    font-weight: 400;
}

.products-details-item-title p {
    margin-block-start: 0rem;
    margin-block-end: 0rem;
    color: var(--color-body);
    font-size: 1.5rem;
    font-weight: 400;
    margin-right: 0rem;
}

.products-details-item-title {
    display: flex;
    margin-left: 0.2rem;
    transition: all 0.3s;

    border-radius: 3px;
}

.products-details-item-title > img {
    width: 5px;
    margin-left: 0.2rem;
    opacity: 0.8;
    vertical-align: middle;
}

.products-slider-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products-slider-img {
    width: 100%;

    border-radius: var(--border-radius) var(--border-radius) 0 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.3s;
}

/* customers */

.customers-slider .slick-dots {
    display: flex !important;
    overflow-x: hidden;
    align-items: center;
    margin: 1rem 0;
    list-style-type: none;
    position: absolute;
    transform: translate(50%, 0%);
    height: 15%;
    right: 50%;
    bottom: -6.5rem;
}

.customers-slider ul {
    padding-inline-start: 0;
}

.customers-slider .slick-dots li {
    margin: 0 0.25rem;
    list-style: none;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
    .content {
        height: 30vh;
    }
    h1 {
        font-size: 24px;
    }
}

.customers-slider .slick-prev.slick-arrow {
    top: 50%;
    left: 0px;

    transform: translate(100%, -50%);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-1px, -50%);
    /* box-shadow: -15px 0px 10px #fff; */
    /* background-image: url(../img/custom-arrow-right2\\(2\).png); */
    width: 30px;
    height: 80px;
    cursor: pointer;
}

.customers-slider .slick-next.slick-arrow {
    cursor: pointer;
    top: 50%;
    right: 0;
    /* box-shadow: -15px 0px 10px #fff; */
    transform: translate(100%, -50%);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-image: url(../img/custom-arrow-right2\\(2\).png); */
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) translate(-1px, -50%);
    /* z-index: 100; */
    width: 30px;
    height: 80px;
}

.customers-slider .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;

    border: none;

    background-color: #24366646;
    border-radius: 50%;
    text-indent: -9999px;
    transition: all 0.3s;
}

.main-slider .animated {
    transition: all 0.5s ease;
}

.customers-slider .slick-dots li.slick-active button {
    background-color: #243666;
    border-radius: 10px;

    width: 3rem;
}

.customers-slider-container {
    position: relative;
    margin-top: 7rem;
}

.customers-slider {
    direction: rtl;
    margin-top: 72px;
    padding: 0rem 60px !important;
    border-radius: var(--border-radius);
}

.customers-slider-heading h4 {
    overflow: hidden;
    text-align: right;
    margin-block-start: 0rem;
    margin-block-end: 0rem;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: var(--color-titr);

}

.customers-slider-heading h5 {
    margin-block-start: 0rem;
    margin-block-end: 0rem;
    direction: rtl;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
}

.customers-slider-item-cnt {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.customers-slider-item {
    filter: grayscale(100%);
    opacity: 0.5;
    height: 126px;
    width: 124px;
    border: 2px solid var(--01, rgba(233, 237, 247, 1));
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.customers-slider-item:hover {
    filter: grayscale(0);
    opacity: 1;
}

.customers-slider-img {
    width: 100%;
    /* height: 61.5px;
    object-fit: contain; */
}

/* blog */
.blog {
    align-items: center;
    margin-top: 130px;
    padding-bottom: 150px;

    position: relative;
}

.blog-slider {
    margin-top: 2.5rem;
    font-family: var(--font-family);
}

.blog-slider .slick-slide div {
    display: flex;
}

.blog-heading h4 {
    font-size: 3rem;
    font-weight: 800;
    color: #243666;
    text-align: right;
    margin-block-start: 0;
    margin-block-end: 0;
}

.blog-heading > h4:before {
    background-color: #243666;
    content: "";
    display: inline-block;
    height: 0.3rem;
    position: relative;
    vertical-align: middle;
    width: 93%;
    opacity: 0.2;
}

.blog-heading > h4:before {
    right: 1em;
    margin-left: -50%;
}

.blog-heading > h4:after {
    left: 1em;
    margin-right: -50%;
}

.blog-item {
    padding: 20px;
    align-self: center;
    width: 95% !important;
    /* background-color: #b9bbbe50; */

    column-gap: 10px;
    display: flex !important;
    flex-direction: column;
    border-radius: 28px;
    transition: all 0.3s;
    margin: 16px auto;
    box-shadow: 0px 4px 13.3px 0px rgba(220, 228, 247, 1);

    position: relative;
}

.blog-item .blog-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 4px;
}

.blog-item .blog-item-more {
    display: flex;
    align-items: center;
}

.blog-item .blog-item-more svg {
    transition: all 0.3s;
}

.blog-item:hover .blog-item-more svg {
    margin-left: -4px;
    margin-right: 4px;
}

.blog-item .blog-item-more span {
    color: var(--color-titr);
    font-size: 14px;
    font-weight: 600;
}

.blog-item a {
    text-decoration: none;
}

.blog-item:hover {
    box-shadow: 0px 4px 13.3px 0px rgb(195, 202, 219);
}

.blog-item-img {
    align-self: center;
    width: 100%;
    object-fit: cover;
    height: 200px;
    border-radius: 8px;
}

.blog-item-context {
    padding: 0rem;
    align-items: flex-start;
    column-gap: 15px;
    display: flex;
    direction: rtl;
    flex-direction: column-reverse;
}

.blog-item-text {
    display: flex;
    margin-top: 16px;
    flex-direction: column;
    border-bottom: 1px solid rgba(233, 237, 247, 1);
    padding-bottom: 16px;
    margin-bottom: 16px;
    height: 136px;
}

.blog-item-text h5 {
    margin-block-start: 0em;
    margin-block-end: 0rem;
    font-weight: 600;
    font-size: 20px;
    color: var(--color-titr);

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    margin-bottom: 16px;
}

.blog-item-text p {
    font-size: 15px;
    text-align: justify;
    margin-block-start: 0rem;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    color: var(--color-body);
}

.blog-item-text a {
    align-self: flex-end;
}

.blog-item-but {
    cursor: pointer;
    margin-top: 0.5rem;
    border: 0;
    border-radius: var(--border-radius);
    background-color: #243666;
    color: #fff;
    padding: 0.5rem 1rem;
    font-family: var(--font-family);
}

.blog-item-date {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4px;
    color: var(--color-primary);
    background-color: rgba(255, 241, 249, 1);
    padding: 4px 8px;
    border-radius: 8px;
}

.blog-item-date img {
    width: 20px;
}

.blog-item-date p {
    font-size: 14px;
    margin-block-end: 0;
    margin-block-start: 0.5rem;
    font-weight: 400;
}

.test {
    cursor: pointer;
    border: 0;
    background-color: #243666;
    position: absolute;
    bottom: 10px;
    width: 40px;
    height: 40px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.3s;
    border-radius: 0 100px 100px 0;
}

.test img {
    width: 10px;
    margin-right: 10px;
}

.blog-item:hover .test {
    width: 55px;
}

.blog-slider .slick-arrow {
    cursor: pointer;
    width: 62px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    bottom: -100px;
    background-color: rgba(245, 247, 255, 1);
    border-radius: 20px;
    transition: all 0.3s;
}

.blog-slider .slick-arrow:hover {
background-color: rgb(229, 234, 252);
}

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

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

/* footer */

.footer-cnt {
    background-color: rgba(24, 71, 199, 1);
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 160px;
}

.footer-logo-cnt .footer-logo-bg img {
    max-width: 100%;
}

.footer-cnt .footer-logo-cnt {
    position: relative;
    margin-top: -96px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -140px;
    max-width: 100%;
}

.footer-cnt .footer-logo {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
    bottom: 188px;
}

.footer-cnt .footer-logo span {
    font-size: 21.1px;
    font-weight: 600;
    color: var(--color-titr);
}

.footer-cnt .footer {
    padding-bottom: 48px;
    display: flex;
    justify-content: space-between;
    gap: 62px;
}

.footer-cnt .footer .footer-right {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
    width: 30%;
    min-width: 311px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-social .footer-social-item {
    background-color: #1741b5;
    border-radius: 16px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

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

.footer-social .footer-social-item svg {
    height: 24px;
    width: 24px;
}

.footer-menu {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 16px 0;
}

.footer-menu .footer-menu-item {
    transition: all 0.3s;
}

.footer-menu .footer-menu-item a {
    font-size: 14px;
    color: #fff;
}

.footer-menu .footer-menu-item:hover {
    margin-top: -4px;
    margin-bottom: 4px;
}

.email-cnt {
    border-radius: 12px;
    background-color: #1741b5;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: space-between;
    width: 100%;
}

.email-cnt input {
    color: #FFF;
    font-family: var(--font-family);
}

.email-cnt .email-icon {
    display: flex;
}

.email-cnt ::placeholder {
    color: #6887d8;
}

.email-cnt .send-icon {
    background-color: var(--color-primary);
    border-radius: 10px;
    width: 48px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.email-cnt .send-icon:hover {
    background-color: #fd30ab;
}

.email-cnt input {
    min-width: 140px;
    background-color: transparent;
    padding-block: 0px;
    padding-inline: 0px;
    border: none;
    height: 20px;
    flex-grow: 1;
}

.footer .footer-center {
    width: 33%;
padding-right: 60px;
}

.footer .footer-center .body-text p {
    color: #fff;
    font-size: 14px;
}

.footer .footer-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 37%;
}

.footer .footer-left .footer-location {
    display: flex;
    align-items: center;
    gap: 4px;
    border-bottom: 1.5px solid rgba(23, 65, 181, 1);
    padding-bottom: 20px;
}

.footer .footer-left .footer-location span {
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.5px;
}

.footer .footer-left .footer-services {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

.footer .footer-left .footer-services span {
    color: #fff;
    font-size: 14px;
}

.footer .footer-left .footer-services .footer-services-title h5 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.footer .footer-left .footer-services .footer-services-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer .footer-left .footer-services .footer-services-phone a {
    font-size: 22px;
    color: #fff;
        margin-bottom: -4px;
}

.footer .footer-left .footer-services .footer-enter {
    background-color: var(--color-primary);
    border-radius: 4px;
    margin-right: 8px;
    padding: 0 4px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1.5px solid rgba(23, 65, 181, 1);
}

.copyright .copyright-text span {
    color: #fff;
    font-size: 12px;
}

.copyright .adrian {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

.copyright .adrian .adrian-text span {
    font-size: 12px;
    color: #fff;
}

.copyright .adrian .adrian-text div {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

/* custom */

.custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 8px solid rgba(242, 246, 255, 1);
    border-radius: 32px;
    padding-left: 66px;
    padding-right: 66px;
    background-color: #e5edff;
    margin-top: 180px;
}

.custom .custom-center {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.custom .custom-center h3 {
    color: var(--color-titr);
    font-weight: 800;
    font-size: 36px;
}

.custom .custom-center span {
    font-size: 16px;
    font-weight: 500;
    color: #8390b3;
}

.custom .custom-img {
    margin-top: -120px;
}

.custom .custom-btn {
    display: flex;
}

.custom .custom-btn .button {
    box-shadow: 0px 4px 13.2px 0px rgba(252, 196, 230, 1);
}

.custom .custom-btn span {
    font-size: 16px;
}

/* book order */

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

.book-cnt .book-title-shadow-cnt {
    width: 50%;
    height: 33px;
    margin-bottom: 45px;
    margin-top: 106px;
}

.book-cnt .book-title-shadow {
    background: radial-gradient(
        ellipse at 50% 50%,
        /* Centering the gradient */ #e9edf7 0%,
        rgba(233, 237, 247, 0) 84%
    );
    width: 100%;
    height: 100%;
}

.book-cnt .book-title h3 {
    color: var(--color-titr);
    text-align: right;
    margin-block-end: 0rem;
    margin-block-start: 0em;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 92px;
}

.book {
    display: flex;
    position: relative;
    gap: 115px;
    width: 100%;
    justify-content: center;
    margin-bottom: 32px;
}

.book-bg {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 50%;
    right: 52%;
    transform: translate(50%, -50%);
}

.book-bg img {
    width: 100%;
    height: 100%;
}

.book-step-cnt {
    display: flex;
    position: relative;
    align-items: center;
    gap: 12px;
}

.book-step-cnt.text-bottom {
    flex-direction: column;
    margin-top: -30px;
}

.book-step-cnt.text-top {
    flex-direction: column-reverse;
    margin-bottom: -30px;
}

.book-step-cnt span {
    color: var(--color-titr);
    font-size: 14px;
    font-weight: 700;
}

.book-step {
    border-radius: 24px;
    padding: 2px;

    background: linear-gradient(
        225deg,
        #fcc4e6 8.51%,
        rgba(252, 196, 230, 0) 50.53%,
        #fcc4e6 92.55%
    );
}

.book-step-img {
    background: linear-gradient(135.51deg, #ffeef8 25.22%, #ffffff 189.94%);
    padding: 24px;
    border-radius: 24px;
}

.book-step-img img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

/*mobile-menu */

/* mobile menu */
.mobile-left {
    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(--color-primary);
    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 {
    position: absolute;
    overflow: hidden;
    height: 0;
    transition: all 0.3s;
    top: 96px;
    width: 100%;
    right: 0;
    background-color: #e9f8ff;
    z-index: 20;
}

.mobile-menu-content {
    position: relative;
    z-index: 16;
    height: calc(100dvh - 96px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.mobile-menu .mobile-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
    padding-top: 16px;
}

.mobile-menu .mobile-list .mobile-list-li .chevron {
    transition: all 0.3s;
}

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

.mobile-menu .mobile-list .mobile-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.mobile-list-li.open .mobile-sub-nav {
    max-height: 300px;
}

.mobile-sub-nav .mobile-sub-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 16px;
}

.mobile-menu .mobile-list .mobile-list-item svg path {
    stroke: var(--black-color);
}

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

.mobile-menu-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    border-top: 1px solid #ccd5ef;
    padding-top: 16px;
}

.mobile-menu-bottom .header-portal {
    width: fit-content;
}

.mobile-menu-bottom .mobile-search {
    display: flex;
    border: 1px solid var(--color-primary);
    border-radius: 12px;
    overflow: hidden;
    align-items: center;
}

.mobile-menu-bottom .mobile-search .search-icon {
    display: flex;
    margin: 4px;
    background-color: #fff;
}

.mobile-menu-bottom .mobile-search input {
    border: none;
    padding: 8px;
    font-family: var(--font-family);
    flex-grow: 1;
}

.mobile-menu-bottom .header-langs {
    margin-left: 0;
    margin-bottom: -10px;
}

.ttm-page-title-row {
    gap: 8px;
    padding: 17px 25px;
    height: fit-content !important;
    border-radius: 16px;
    background: #f7f9fd;

}

.ttm-page-title-row .bread-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ttm-page-title-row .bread-list .bread-list-item a {
    color: var(--color-body);
    font-size: 16px;
    font-weight: 400;
}

.ttm-page-title-row .bread-list .bread-list-item.active-page a {
    color: var(--color-titr);
}

.product-info-cnt {
    border-radius: 16px;
    background: #f7f9fd;
    padding: 45px;
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 16px;

}

.product-info-cnt .product-img-cnt {
overflow: hidden;
max-width: calc(100% - 100px) !important;
border-radius: 20px;
box-shadow: 0px 0px 12.9px 0px #dce4f7;
}

.single-page-slider-wrapper .product-img-cnt img {
    transition: all 0.3s;
}

.single-page-slider-wrapper .product-img-cnt img:hover {
transform: scale(1.05);
}

.single-page-slider-wrapper {
    width: 100%;
}

.fancy_img {
    border-radius: 8px !important;
    border: 1.5px solid #e9008c !important;
    box-shadow: 0px 0px 12.9px 0px #dce4f7;
}

.product-info-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 20%;
    min-width: 150px;
}

.product-info-cnt .product-info-img {
    width: 38%;
}

.product-info-details .product-title h1 {
    color: var(--color-titr);
    text-align: right;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.product-info-details .product-info-title h6 {
    color: #7f88a0;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
}

.product-info-details .product-details-row {
    display: flex;
    align-items: center;
}

.product-info-details .product-details-row .product-detail-icon {
    display: flex;
}

.product-info-details .product-details-row .product-detail-title {
    color: var(--color-titr);
    font-size: 16px;
    margin-left: 16px;
    font-weight: 400;
    margin-right: 4px;
}

.product-info-details .product-details-row .product-detail-text {
    color: var(--color-body);
    font-size: 16px;
    font-weight: 400;
}

.product-desc {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    gap: 24px;
    border-right: 1.5px solid #e9edf7;
    padding-right: 32px;
    flex-grow: 1;
}

.product-desc .button {
    width: fit-content;
}

.product-desc-title h6 {
    color: #7f88a0;

    font-size: 16px;

    font-weight: 700;
}

.product-desc .body-text {
    color: var(--Body, #8e9cc2);

    font-size: 16px;

    font-weight: 400;
}
@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;
}


/* contact us page - map */

.map-cnt {
    border-radius: 24px;
    width: 100%;
    height: 579px;
    background-color: #fff;
    overflow: hidden;
    margin-top: 16px;
  }
  
  .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: 0px;
  }

  .contact-bottom .body-text {
    font-size: 16px;
    color: #8590ac;
  }
  
.body-text {
    color: var(--color-body);
    font-size: 14px;
}

  .contact-bottom .contact-form-cnt {
    background-color: #f7f9fd;
    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%;
    border: none;
    height: 20px;
  }
  
  .contact-bottom .contact-form-cnt .contact-form .input-cnt textarea {
    padding: 0;
    resize: none;
    width: 100%;
    border: none;
  }
  
  .contact-bottom .contact-form-cnt .contact-form ::placeholder {
    font-weight: 200;
    color: var(--color-body);
    font-size: 14px;
  }
  
  .contact-bottom .contact-form-cnt .contact-form .button {
   
    width: 100%;
    justify-content: center;
  }
  
  .contact-info-cnt {
    border: 1px solid rgba(237, 237, 237, 1);
    background-color: #f7f9fd;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
    height: fit-content;
  }
  
  .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(--color-titr);
    font-weight: 1000;
    letter-spacing: -0.5px;
    font-size: 16px;
  }
  
  .contact-info-cnt .contact-info-top {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  
  .contact-info-cnt .contact-icon {
    border-radius: 50%;
    background-color: var(--color-titr);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .contact-info-cnt .contact-info-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid var(--color-body);
    padding-top: 32px;
  }
  
  .contact-info-cnt .contact-info-bottom .contact-social {
    display: flex;
    gap: 16px;
  }
  
  .contact-info-cnt .phone-num {
    width: fit-content;
  }
  
  
  .mobile-list-li .submenu {
      height: fit-content;
      transition: all 0.3s;
      overflow: hidden;
      max-height: 0;
  }
    .mobile-list-li.collapsible--expanded .submenu {
     max-height: 500px;
  }
  
  .mobile-list-li .submenu > li {
      font-size: 14px;
  }
  
  .single-news img {
      max-width: 100%;
      object-fit: contain;
  }
  