@import url(styles.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Cairo:wght@200..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* End Fonts */

:root {
    --main-color: #DBBA68;
    --sec-color: #937134;
    --dark-color: #232426;
    --bg-grad: linear-gradient(180deg, #DBBA68 0%, #937134 100%);
    --bg-color: #4A4A4A;
    --gary-color: #555555;
    --white-color: #fff;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--sec-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Alexandria", sans-serif;
    background: var(--dark-color);
    color: var(--white-color);
    text-align: start;
    direction: rtl;
}

section,
footer {
    /* overflow: hidden; */
    position: relative;
}

p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* position: relative; */
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

/* Start Sidebar */

.cursor {
    opacity: 0;
    transition: all .5s;
    display: none;
}

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    /* padding-top: 30.1px; */
    /* padding-bottom: 53.1px; */
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    background: var(--dark-color);
    visibility: hidden;
    /* transform: scaleY(0) translateY(-100%); */
    right: -100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -10;
    opacity: 0;
    transition: all .3s;
}

.mobile-menu .menu-box {
    position: relative;
    z-index: 2;
    height: calc(100% - 18%);
    /* display: flex; */
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.mobile-menu .menu-box .navigation li {
    /* margin: 0 0 30px; */
    /* text-align: center; */
}

.mobile-menu .menu-box .navigation li a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: var(--white-color);
    border-bottom: 1px #f7f7f71f solid;
    display: block;
    padding: 15px 0;
}

.menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 37px;
}

body.mobile-menu-visible .mobile-menu {
    right: 0;
    opacity: 1;
    z-index: 999999;
    visibility: visible;
    /* transform: none; */
}

/* End Sidebar */

/* Start Header */

.header-med .head-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /* margin-top: 27px; */
    gap: 40px;
}

header.sticky {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 24px 0;
    /* background: var(--bg-color); */
    /* overflow: hidden; */
    top: 0;
}

.header-med .head-inner .logo a {
    display: block;
    max-width: 63px;
}

.close-btn {
    color: var(--white-color);
    display: table;
    margin: 20px 20px 0;
    margin-inline-start: auto;
    font-size: 18px;
    cursor: pointer;
    width: 40.37px;
    height: 40.37px;
    border-radius: 50%;
    border: 0.47px solid var(--dark-color);
    line-height: 40.37px;
    text-align: center;
    position: relative;
    z-index: 23;
}

.menu-right .mobile-nav-toggler .lines {
    display: block;
    width: 53px;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines i {
    display: block;
    width: 53px;
    height: 4px;
    margin: 6.5px 0;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines ::after,
.menu-right .mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    transition: all .5s;
    top: 0;
}

.menu-right .mobile-nav-toggler .lines ::after {
    transform: translateX(-50px);
    transition: all .3s;
}

.menu-right .mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.menu-right .mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.menu-right .mobile-nav-toggler .lines .line2::after {
    transition: all .5s;
}

.menu-right .mobile-nav-toggler .lines .line3::after {
    transition: all .7s;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1),
.menu-right .mobile-nav-toggler .lines i:nth-child(3) {
    width: 25px;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1) {
    margin-inline-start: auto;
}

.lang-h {
    color: #fff;
    position: relative;
    /* font-weight: 500; */
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 8px;
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.navbar-collapse {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    /* max-height: 100%; */
    /* overflow-y: auto; */
}

.navbar-collapse .navigation {
    /* padding: 20px; */
    /* width: 50%; */
    flex: 0 0 auto;
}

.mobile-menu .menu-box .navigation li a:hover {
    color: #fff;
    text-decoration: underline;
}

.mobile-menu .menu-box .navigation li:last-child {
    margin: 0;
}

.mobile-menu .menu-box .menu-outer {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 20px 30px;
}

.flex-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.logo a {
    display: block;
    text-align: center;
}

.logo a img {
    max-height: 277.78px;
}

header .flex-h {
    margin-top: 84px;
}

.header-med .head-inner ul li a {
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 25.7px;
    font-weight: 500;
    position: relative;
}


.head-inner {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    background: #FFFFFF14;
    backdrop-filter: blur(40px);
    border-radius: 16px;
    padding: 16px 32px;
}

.logo-h {
    width: 100%;
    max-width: 40px;
}

.logo-h a {
    display: block;
    width: 100%;
}

.header-med .head-inner ul li {
    position: relative;
}

.header-med .head-inner ul li.current-menu-item a,
.header-med .head-inner ul li a:hover,
.header-med .head-inner ul li .sub-menu li a:hover {
    color: var(--main-color);
    background: linear-gradient(90deg, #DBBA68 0%, #937134 126.92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-med .head-inner ul li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    margin-inline-start: 5px;
    transition: all .4s;
    position: relative;
    display: inline-block;
}

.header-med .head-inner ul li .sub-menu {
    min-width: 276px;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    background: #fff;
    box-shadow: 0px 4.39px 39.47px 0px #4F4F4F1F;
    border-radius: 8px;
    padding: 17px;
    visibility: hidden;
    z-index: 99;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-out 0s;
    margin: 0;
}

.header-med .head-inner ul li .sub-menu li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 11px 0;
    display: block;
    color: var(--dark-color);
    border-bottom: 1px solid #F2F2F2;
}

.header-med .head-inner ul li .sub-menu li:first-child a {
    padding-top: 0;
}

.header-med .head-inner ul li .sub-menu li:last-child a {
    padding-bottom: 0;
    border: none;
}

.header-med .head-inner ul li:hover .sub-menu {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.header-med .head-inner ul li.menu-item-has-children>a:hover::after {
    transform: rotate(180deg);
}

.head-inner .menu-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 24px;
    margin-inline-start: 40px;
}

.lang-h:hover {
    color: #fff;
}

.mobile-nav-toggler .lines {
    display: block;
    width: 35px;
    overflow: hidden;
}

.mobile-nav-toggler .lines i {
    display: block;
    width: 53px;
    height: 4px;
    margin: 6.5px 0;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.mobile-nav-toggler .lines ::after,
.mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--main-color);
    transition: all .5s;
    top: 0;
}

.mobile-nav-toggler .lines ::after {
    transform: translateX(-50px);
    transition: all .3s;
}

.mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.mobile-nav-toggler .lines .line2::after {
    transition: all .5s;
}

.mobile-nav-toggler .lines .line3::after {
    transition: all .7s;
}

.mobile-nav-toggler .lines i:nth-child(1),
.mobile-nav-toggler .lines i:nth-child(3) {
    width: 25px;
}

.mobile-nav-toggler .lines i:nth-child(1) {
    margin-inline-start: auto;
}

.item.res-menu {
    display: none;
}

body.mobile-menu-visible {
    overflow: hidden;
}

.btn {
    outline: none;
    position: relative;
    border: none !important;
    padding: 8px 24px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    min-width: 156px;
    background: var(--main-color);
    min-height: 48px;
    border-radius: 8px;
    text-transform: capitalize;
    box-shadow: none !important;
    z-index: 1;
    font-weight: 600;
    color: var(--white-color);
    font-size: 16px;
    line-height: 24px;
    gap: 14px;
}

.btn::before {
    content: "";
    z-index: -1;
    transform: translate(0px);
    position: absolute;
    height: 200px;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    background: var(--main-color);
    background: -moz-linear-gradient(180deg, #DBBA68 40%, #937134 99%);
    background: linear-gradient(180deg, #DBBA68 40%, #937134 99%);
    background: linear-gradient(180deg, #DBBA68 0, #937134 25%, #DBBA68 75%, #937134 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#12c2e9", endColorstr="#f64f59", GradientType=1);
    transition: 500ms linear;
}

.btn::before {
    left: 0;
}

.btn::after {
    left: 50%;
}

.btn:hover::before {
    transform: translateY(-100px);
}

.btn span::before,
.btn span::after {
    top: auto;
    bottom: 0;
    display: none;
}

.btn span::before {
    left: 25%;
}

.btn span::after {
    left: 75%;
}

.btn:hover {
    color: #fff;
}

.head-inner .nav-inner {
    /* margin-inline-start: auto; */
}

.header-med .head-inner ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    width: 100%;
    background: var(--main-color);
    transition: all .4s;
    margin: 0 auto;
    width: 0;
    display: none;
    left: 0;
}

.header-med .head-inner ul li.current-menu-item a::after,
.header-med .head-inner ul li a:hover::after {
    width: 100%;
}

/* End Header */

/* Start Banner-h */

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-h .row {
    min-height: 800px;
    padding: 200px 0;
    align-items: center;
    -webkit-align-items: center;
}

.text-banner {
    max-width: 606px;
}

.text-banner h1 {
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
}

.text-banner p {
    color: #D2D2D2;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    max-width: 451px;
}

.text-banner .btn {
    margin-top: 32px;
}

.banner-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 160px;
    margin: 24px;
}

.banner-h .overlay-img {
    opacity: .56;
}

/* End Banner-h */

/* Start About-h */

.about-h {
    padding: 80px 0;
}

.about-img {
    height: 456px;
    position: relative;
    display: flex;
    gap: 24px;
}

.about-img .img {
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    width: calc(50% - 12px);
}

.about-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-img .img.img-2 {
    margin-top: 56px;
}

.about-text {
    padding-inline-start: 40px;
}

.title {
    margin-bottom: 56px;
}

.title .sub-title {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px;
    color: var(--main-color);
    background: linear-gradient(180deg, #DBBA68 0%, #937134 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    margin: 0;
    max-width: 1053px;
}

.about-text .title {
    margin-bottom: 24px;
}

.about-text p {
    font-family: Alexandria;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #9E9E9E;
}

.about-text .btn {
    margin-top: 32px;
}

/* End About-h */

/* Start Classes-h */

.classes-slider {
    direction: ltr;
}

.classes-slider .item {
    padding: 0 12px;
}

.class-block {
    height: 427px;
    overflow: hidden;
    border-radius: 16px;
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.class-block .img,
.class-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.class-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.class-block .details {
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 24px;
    max-width: 100%;
}

.class-block .details h3 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 8px;
}

.class-block .details span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #9E9E9E;
    display: inline-block;
}

.slick-slider .slick-arrow {
    top: auto;
    bottom: -34px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    z-index: 5;
    right: 25%;
}

.slick-slider .slick-arrow::before {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: 'Font Awesome 6 Pro';
    opacity: 1;
    font-size: 20px;
}

.slick-slider .slick-arrow:hover {
    background: #fff;
}

.slick-slider .slick-arrow:hover::before {
    color: #4A4A4A;
}

.slick-slider .slick-next.slick-arrow {
    left: auto;
    right: 30%;
}

ul.slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 78px;
}

ul.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

ul.slick-dots li button {
    width: 160px;
    border: 2px solid #555555;
    height: 0;
    padding: 0;
    transition: all .4s;
}

ul.slick-dots li button::before {
    display: none;
}

ul.slick-dots li.slick-active button {
    border-color: #fff;
}

/* End Classes-h */

/* Start Coach-h */

.coach-h {
    padding: 80px 0;
}

.coch-block {
    display: flex;
    /* align-items: center; */
    /* -webkit-align-items: center; */
    justify-content: space-between;
    position: relative;
    min-height: 685px;
    padding-bottom: 47px;
}

.coch-block .img-block {
    min-height: 685px;
    max-width: 592px;
    overflow: hidden;
    border-radius: 17.45px;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}

.coch-block .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.coch-block .text-block {
    max-width: 898px;
    position: relative;
    z-index: 4;
    overflow: hidden;
    border-radius: 14.31px;
    width: 100%;
    padding: 32px 0 0;
}

.coch-block .text-block .title {
    max-width: 680px;
}

.coch-block .text-block .text-inner {
    background: #555555;
    border-radius: 14.31px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.coch-block .text-block .text-inner .text-right {
    max-width: 670px;
}

.coch-block .text-block .text-inner .text-right .title {
    margin-bottom: 24px;
}

.coch-block .text-block .text-inner .text-right .title .sub-title {
    margin: 0;
}

.coch-block .text-block .text-inner .text-right ul li {
    display: list-item;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    list-style: inside;
    color: #D2D2D2;
    margin: 5px 0;
}

.coch-block .text-block .text-inner .text-right p {
    margin-top: 40px;
    font-size: 24px;
    line-height: 34px;
}

.counter-item {
    direction: ltr;
}

.coch-block .text-block .text-inner .counter-item {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    color: var(--main-color);
    margin: 0;
}

.coch-block .text-block .text-inner .counter-item span {
    background: linear-gradient(180deg, #DBBA68 0%, #937134 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* End Coach-h */

/* Start Packages-h */

.packages-slider {
    /* direction: ltr; */
}

.all-packages .item {
    direction: rtl;
    padding: 0 20px;
    height: auto;
}

.all-packages {
    /* width: 110%; */
    /* right: -10%; */
    position: relative;
}

.pack-block {
    background: #555555;
    border-radius: 16px;
    text-align: center;
    height: 100%;
}

.pack-block .pack-title {
    padding: 16px 16px 26px;
}

.pack-block .pack-title span {
    /* font-family: Montserrat; */
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    color: #D2D2D2;
    margin-bottom: 24px;
}

.pack-block .pack-title h2 {
    /* font-family: Montserrat; */
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    background: linear-gradient(180deg, #DBBA68 0%, #937134 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.pack-block .pack-time {
    background: #4A4A4A;
    padding: 6px;
}

.pack-block .pack-time span {
    display: inline-block;
    /* font-family: Montserrat; */
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #D2D2D2;
}

.pack-block .pack-content {
    padding: 24px 25px;
    text-align: start;
}

.pack-block .pack-content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    color: #F2F2F2;
}

.pack-block .pack-content ul li {
    /* font-family: Alexandria; */
    font-weight: 400;
    font-size: 12px;
    line-height: 23px;
    color: #F2F2F2;
}

.all-packages .slick-track {
    display: flex;
    align-items: end;
    -webkit-align-items: end;
}

.pack-block.pack-prime {
    background: #FFFFFF;
}

.pack-block.pack-prime .pack-title span {
    color: #9E9E9E;
}

.pack-block.pack-prime .pack-time {
    background: #F2F2F2;
}

.pack-block.pack-prime .pack-time span {
    color: #9E9E9E;
}

.pack-block.pack-prime .pack-content ul li {
    color: #4A4A4A;
    padding-inline-start: 32px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    margin: 8px 0;
    position: relative;
}

.pack-block.pack-prime .pack-content ul li::before {
    content: "\f058";
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Font Awesome 6 Pro';
    font-size: 24px;
    font-weight: 400;
}

.pack-block.pack-prime .pack-title h2 {
    font-size: 40px;
    line-height: 49px;
}

.packages-h .row {
    margin: 0;
    background: #FFFFFF14;
    backdrop-filter: blur(40px);
    padding: 48px 0;
    border-radius: 16px;
}

.packages-h .col-md-12 {
    padding: 0;
}

.packages-h .title {
    padding: 0 32px;
}

.packages-h {
    padding-bottom: 40px;
}

/* Start Packages-h */

/* Start Contact-h */

.contact-h {
    padding: 40px 0 56px;
}

.contact-inner {
    position: relative;
    padding-top: 66px;
}

.contact-inner::before,
.contact-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    background: #fff;
}

.contact-inner::after {
    top: 16px;
}

.contact-send form {
    max-width: 636px;
    width: 100%;
    background: #555555;
    border-radius: 14.31px;
    overflow: hidden;
    height: 56px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 8px;
    justify-content: space-between;
}

.contact-send form input {
    height: 100%;
    width: calc(100% - 220px);
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.contact-send form input::placeholder {
    color: #D2D2D2;
}

.contact-send form .btn {
    min-width: 200px;
    min-height: 100%;
}

/* End Contact-h */

/* Start Footer */

.footer-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/shape-footer.png);
    z-index: 1;
    background-size: cover;
    background-position: center bottom;
    margin-top: 0;
    background-repeat: no-repeat;
    max-height: 46%;
}

.footer-img {
    position: relative;
    height: 670px;
    overflow: hidden;
}

.contact-h .container {
    position: relative;
    z-index: 2;
}

.footer-top {}

.footer-top .row {
    border-top: 4px solid #FFFFFF;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #FFFFFF;
}

.logo-f {
    display: inline-block;
    max-width: 266.67px;
}

.footer-bottom {
    padding: 16px 0;
}

.copy-right p {
    color: #B0B0B0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.copy-right p span {
    font-family: cairo;
}

.s-h {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: end;
}

.s-h a {
    font-size: 20px;
}

.footer-bottom .row {
    align-items: center;
    -webkit-align-items: center;
}

.footer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* End Footer */

/* Start About-page */

.breadcrumb-h {
    padding: 232px 0 165px;
}

.breadcrumb-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.text-breadcrumb {
    max-width: 842px;
    margin: 0 auto;
    text-align: center;
}

.text-breadcrumb h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    margin: 0;
}

.text-breadcrumb p {
    margin-top: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #D2D2D2;
}

.about-page {
    padding: 80px 0;
}

.about-page .about-img {
    height: 560px;
    display: block;
    max-width: 428px;
    margin-inline-start: auto;
}

.about-page .about-img .img {
    width: 100%;
    height: 100%;
}

.about-page .row {
    align-items: center;
    -webkit-align-items: center;
}

.about-page .about-text {
    padding: 0;
    padding-inline-end: 60px;
}

.about-page .row:nth-child(even) {
    flex-direction: row-reverse;
    padding: 80px 0;
}

.about-page .row:nth-child(even) .about-text {
    padding: 0;
    padding-inline-start: 60px;
}

/* End About-page */

/* Start Mempership-page */

.body-inner {
    padding: 80px 0;
}

.title p {
    color: #9E9E9E;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px;
    max-width: 1006px;
}

.member-packs-inner .item {
    /* display: none; */
    /* opacity: 0; */
    padding: 0 28px;
}

.member-packs-inner .item.slick-active {
    opacity: 1;
    /* display: block; */
}

.member-packs-inner .slick-track {
    display: flex;
    align-items: end;
    -webkit-align-items: end;
}

.member-packs-inner ul.slick-dots {
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
    height: 2px;
    margin-top: 76px;
    display: flex !important;
    background: #B6B6B6;
}

.member-packs-inner ul.slick-dots li button {
    border-color: #B6B6B6;
}

.member-packs-inner .slick-slider .slick-next.slick-arrow {
    right: auto;
    left: 30%;
}

.member-packs-inner .slick-slider .slick-prev.slick-arrow {
    right: 30%;
}

.member-packs-inner .slick-slider .slick-next.slick-arrow::before {
    content: "1-";
    font-size: 22.4px;
}

.member-packs-inner .slick-slider .slick-arrow {
    width: 56px;
    height: 56px;
    border: 1.4px solid #FFFFFF;
    bottom: -52px;
}

.member-packs-inner .slick-slider .slick-prev.slick-arrow::before {
    content: "1+";
}

.personal-trainer .container {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.personal-trainer .container::before,
.personal-trainer .container::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 996px;
    border: 2px solid #FFFFFF;
}

.personal-trainer .container::before {
    right: 0;
    top: 0;
}

.personal-trainer .container::after {
    left: 0;
    bottom: 0;
}

.plan-block {
    margin: 10px 0;
    max-width: 344px;
    background: #FFFFFF;
    min-height: 119px;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    align-content: center;
}

.plan-block h3 {
    margin: 0;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: var(--main-color);
    background: linear-gradient(180deg, #DBBA68 0%, #937134 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.classes-inner-slider {
    direction: ltr;
}

.classes-inner-slider .item {
    padding: 0 12px;
}

.class-block.class-inner-block {
    height: 314px;
}

.classes-member {
    padding: 80px 0;
}

.class-block.class-inner-block::after {
    background: #000000A3;
}

.class-block.class-inner-block .details {
    inset: 0;
    align-content: center;
    text-align: center;
}

.class-block.class-inner-block .details h3 {
    font-size: 32px;
    line-height: 42px;
}

.class-block.class-inner-block .details i {
    font-size: 30px;
    margin-top: 10px;
}


/* End Mempership-page */

/* Start Classes-page */

.body-inner .class-block {
    margin: 24px 0;
    direction: ltr;
}

/* End Classes-page */

/* Start Contact-page */

.map-con {
    height: 560px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 56px;
}

.contact-info .item {
    display: flex;
    background: #4A4A4A;
    border-radius: 16px;
    padding: 30px 56px;
    align-items: center;
    -webkit-align-items: center;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-info .item .icon {
    width: 40px;
    line-height: 40px;
    height: 40px;
}

.contact-info .item .icon svg {
    max-width: 40px;
    max-height: 40px;
}

.contact-info .item .details {
    max-width: calc(100% - 40px);
    padding-inline-start: 40px;
}

.contact-info .item .details h4 {
    color: #D2D2D2;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
}

.contact-info .item .details a {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.contact-info .item .details a u {
    display: inline-block;
    direction: ltr;
    text-decoration: none;
}

.contact-form .form-group {
    margin-bottom: 16px;
}

.contact-form .form-group .form-control {
    height: 48px;
    background: #4A4A4A;
    padding: 10px 24px;
    border: none !important;
    box-shadow: none;
    border-radius: 14.31px;
    text-align: right;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.contact-form .form-group .form-control::placeholder {
    color: #D2D2D2;
}

.contact-form .form-group textarea.form-control {
    height: 144px;
    padding: 24px;
}

.contact-form .form-group .btn {
    width: 100%;
    min-height: 56px;
}

/* End Contact-page */
.page_content h3{
    background-color:var(--sec-color);
    padding:15px;
    margin:10px;
    border-radius:5px;
    width:auto;
    font-size:22px;
}

.page_content ol,.page_content ul{
  line-height: 1.8;
  padding-right: 1.5em;
  margin: 2em auto;
    list-style-type: decimal;
  list-style-position: inside; /* Important! */
}
.page_content ol li,.page_content ul li {
  margin-bottom: 1em;
    display: list-item !important;

}