/*!
Author: Wady
Author URI: https://wady.sa
*/

@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Tajawal";
    src: url("../fonts/Tajawal-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-primary: #f58d27;
    --color-secondary: #d140c8;
    --color-third: #009fd2;
}

.bi::before,
[class*=" bi-"]::before,
[class^="bi-"]::before {
    line-height: inherit;
}

.text-color1 {
    color: var(--color-primary);
}

.text-color2 {
    color: var(--color-secondary);
}

.bg-color1 {
    background-color: var(--color-primary);
}

.bg-color2 {
    background-color: var(--color-secondary);
}

.border-color1 {
    border-color: var(--color-primary);
}

.border-color2 {
    border-color: var(--color-secondary);
}

.bg-gradient1 {
    background: linear-gradient(
        90deg,
        var(--color-secondary) 10%,
        var(--color-primary) 90%
    );
}

.border-color1 {
    border-color: var(--color-primary);
}

.border-color2 {
    border-color: var(--color-secondary);
}

.text-success1 {
    color: #9bd674;
    font-size: 100px;
}

.text-failed1 {
    color: red;
    font-size: 100px;
}

body {
    font-family: "Tajawal", sans-serif;
    background: url("../images/bg-body.jpg") right center no-repeat;
    color: #222222;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a {
    transition-duration: 1s;
}

a:hover,
a:focus {
    transition-duration: 1s;
}

.h2,
h2 {
    font-size: 36px;
    font-weight: bold;
}

.h5,
h5 {
    font-size: 21px;
}

.shadow {
    box-shadow: 0 3px 15px #ddd !important;
}

.border-dashed {
    border: dashed 1px #dddddd;
}

.divider1 {
    background-color: var(--color-primary);
    height: 1px;
    width: 50px;
    text-align: center;
}

.divider2 {
    background-color: #ffffff;
    height: 1px;
    width: 50px;
    text-align: center;
}

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

[type="email"],
[type="number"],
[type="tel"],
[type="url"] {
    direction: rtl;
}

button,
input,
optgroup,
select,
textarea {
    max-width: 100%;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #9ba2ad;
}

select:focus > option:checked {
    background-color: var(--color-secondary) !important;
    color: #ffffff !important;
}

.form-check-input:checked {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.form-select,
.form-control {
    padding: 15px;
    font-size: 13px;
    border: 0;
}

textarea.form-control {
    height: inherit;
}

.btn-1 {
    background-color: var(--color-secondary);
    border-radius: 50px;
    color: #ffffff;
    transition-duration: 1s;
    padding: 2px 10px 2px 2px;
    font-size: 14px;
}

.btn-1:hover {
    background-color: var(--color-primary);
    color: #ffffff;
    transition-duration: 1s;
}

.btn-1 i {
    background-color: #232323;
    height: 28px;
    width: 28px;
    line-height: 28px;
    display: inline-block;
    font-size: 13px;
    border-radius: 50%;
    margin-right: 20px;
}

.btn-1:hover i {
    background-color: var(--color-secondary);
}

.btn-2 {
    background-color: var(--color-primary);
    border-radius: 50px;
    color: #ffffff;
    padding-right: 50px;
    transition-duration: 1s;
}

.btn-2:hover {
    background-color: var(--color-secondary);
    color: #ffffff;
    transition-duration: 1s;
}

.btn-2 i {
    background-color: #232323;
    height: 33px;
    width: 33px;
    line-height: 33px;
    display: inline-block;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 40px;
}

.btn-2:hover i {
    background-color: var(--color-primary);
}

.btn-3 {
    background-color: var(--color-primary);
    border-radius: 50px;
    color: #ffffff;
    padding-right: 50px;
    transition-duration: 1s;
}

.btn-3:hover {
    background-color: var(--color-secondary);
    color: #ffffff;
    transition-duration: 1s;
}

.btn-3 i {
    background-color: #232323;
    height: 33px;
    width: 33px;
    line-height: 33px;
    display: inline-block;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 40px;
}

.btn-3:hover i {
    background-color: var(--color-primary);
}

.btn-4 {
    background-color: #ffffff;
    border-radius: 50px;
    color: #333333;
    padding-right: 20px;
    transition-duration: 1s;
}

.btn-4:hover {
    background-color: var(--color-secondary);
    color: #ffffff;
    transition-duration: 1s;
}

.btn-4 i {
    background-color: var(--color-third);
    color: #ffffff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 10px;
    border-radius: 50%;
    margin-right: 40px;
}

.btn-4:hover i {
    background-color: var(--color-primary);
}

.btn-5 {
    background-color: var(--color-third);
    border-radius: 50px;
    color: #ffffff;
    transition-duration: 1s;
}

.btn-5:hover {
    background-color: var(--color-primary);
    color: #ffffff;
    transition-duration: 1s;
}

.btn-5 i {
    background-color: #232323;
    height: 33px;
    width: 33px;
    line-height: 33px;
    display: inline-block;
    font-size: 14px;
    border-radius: 50%;
    float: left;
}

.btn-5:hover i {
    background-color: var(--color-secondary);
}

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

.mb--50 {
    margin-bottom: -50px;
}

.max-h-400 {
    max-height: 400px;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #eeeeee;
    border-radius: 7px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 7px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
}

/* Header */
.swiper-header {
    height: 50vh;
}
.swiper-header .swiper-slide {
    background-size: cover;
    background-position: center;
    height: 50vh;
}

#site-header {
    background: url("../images/bg-h.jpg") center/cover;
    position: relative;
    min-height: 200px;
}

#site-header .navbar-nav {
    align-items: center;
}

#site-header li.nav-item,
#home-header li.nav-item {
    text-align: center;
}

#site-header .navbar-brand img {
    width: 200px;
}

#site-header .navbar-expand-lg .navbar-collapse {
    /*justify-content: flex-end;*/
}

#site-header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
}

#home-header {
    /*background: url("../images/bg1-en.jpg") center/cover;*/
    position: relative;
    height: 40vh;
    margin-bottom: 10px;
}

#site-header div#menu1,
#home-header div#menu1 {
    position: absolute;
    top: 10px;
}

div#menu1 {
    /*left: 7%;*/
}

#home-header div#menu1 {
    right: 7%;
    left: auto;
}

/* Footer */
#site-footer {
    background: url("../images/bg-f.png") top center/cover;
    position: relative;
    color: #ffffff;
    font-weight: 300;
    padding-top: 150px;
}

#site-footer h4 {
    font-size: 17px;
    line-height: 36px;
    font-weight: bold;
}

#site-footer ul.list-unstyled li {
    line-height: 40px;
    font-size: 14px;
}

#site-footer ul.list-unstyled li::before {
    content: "-";
    margin-left: 15px;
    color: #cddc39;
}

#site-footer ul.list-unstyled li a {
    font-size: 14px;
    color: #e5e5e5;
}

#site-footer ul.list-unstyled li a:hover {
    color: var(--color-primary);
}

#site-footer ul.list-unstyled li i {
    font-size: 13px;
    margin-left: 5px;
}

#site-footer .social-f a {
    color: #ffffff;
    margin: 10px;
}

#site-footer .social-f a:hover {
    color: var(--color-primary);
}

/* ratings */
.ratings .bi-star-fill {
    color: #9ba2ad;
    font-size: 12px;
}

.ratings .bi-star-fill.checked {
    color: gold;
}

.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.rating label {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
    margin: auto;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.rating label .icon {
    float: right;
    color: transparent;
}

.rating label:last-child .icon {
    color: #dddddd;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: gold;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #dddddd;
}

/* All */
#map {
    border: 0;
    margin-bottom: -150px;
    height: 430px;
    width: 100%;
    z-index: 0;
}

#map iframe {
    border: 0;
    height: 430px;
    width: 100%;
    z-index: 0;
}

#about {
    background: url("../images/bg2.jpg") center;
    background-size: 100% 100%;
    padding: 150px 0;
    margin-bottom: -100px;
}

#offers {
    background: url("../images/bg3.png") center;
    padding: 150px 0;
    background-size: cover;
}

@media (min-width: 1600px) {
    #offers {
        background: url("../images/bg3.png") center;
        padding: 150px 0;
        background-size: 100% 100%;
    }
}

#gallery {
    background: url("../images/bg4.png") center no-repeat;
    background-size: 100% auto;
    padding: 100px 0;
}

#contact {
    padding: 100px 0;
    z-index: 1;
    position: relative;
}

.bg-contact {
    background: url("../images/bg-c.png") center;
    background-size: 100% 100%;
    padding: 80px 0 220px 0 !important;
    margin-bottom: -220px;
}

#contact .bi-whatsapp {
    background-color: #3ccf5b;
    height: 45px;
    width: 45px;
    line-height: 45px !important;
    display: block;
    text-align: center;
    border-radius: 50%;
}

.bg-form {
    background: var(--color-primary);
    border-radius: 100px 20px 150px 10px;
    padding: 70px 50px;
    margin-bottom: -200px;
}

.social a {
    color: #333333;
}

#otp {
    text-align: center;
}

#otp .section-title {
    font-size: 22px;
}

#otp .input {
    background: #fcfcf4;
    width: 50px;
    border: none;
    margin: 0 5px;
    text-align: center;
    font-size: 26px;
    cursor: not-allowed;
    pointer-events: none;
    border-radius: 7px;
}

#otp .input:focus {
    border: 1px solid var(--color-primary);
    outline: none;
}

#otp .input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #ffffff;
    background: var(--color-primary);
    font-size: 12px;
    padding: 15px 18px;
    border-radius: 50%;
}

.accordion-item {
    border: none;
}

button.accordion-button {
    background-color: #fcfcf4;
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #fcfcf4;
    border-bottom: none;
}

.accordion-collapse.collapse.show {
    box-shadow: 0 3px 5px 0 #ddd;
    margin-bottom: 10px;
    margin-top: -10px;
}

.notifications .row {
    background-color: #f9f9f9;
}

.notifications .row.active {
    background-color: #fcfcf4;
}

.notifications .row .bi-bell {
    color: #8e8e8e;
}

.notifications .row.active .bi-bell {
    color: var(--color-primary);
}

.lang .form-check .form-check-input {
    float: left;
    margin-right: auto;
    margin-left: -1.5em;
}

.box-coupon {
    background-color: #fcfcf4;
    border-radius: 5px;
    border: dashed 1px #dddddd;
}

form .bg-light {
    background-color: #fcfcf4 !important;
}

.bg-1 {
    background: url("../images/bg-1.png") center no-repeat;
    background-size: 100% 100%;
    padding: 150px 0 !important;
}

.bg-2 {
    background: url("../images/bg-2.png") center no-repeat;
    background-size: 100% 100%;
    padding: 150px 0 !important;
}

.swiper-club {
    height: 90%;
}

.img-c {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.class-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.club-image {
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0 0 6px #ddddddbd;
}

#pills-tab img {
    height: 170px;
    width: 170px;
    object-fit: cover;
}

.srarch img {
    height: 170px;
    width: 170px;
    object-fit: cover;
    box-shadow: 0 0 6px #ddddddbd;
    margin: 10px;
}

.swiper1 img {
    height: 170px;
    width: 170px;
    object-fit: cover;
    box-shadow: 0 0 6px #ddddddbd;
    margin: 10px;
}

.swiper2 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.swiper3 .box {
    margin: 50px 10px 10px 10px;
    text-align: center;
    padding: 0 50px 50px 50px;
}

.swiper3 img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin-top: -50px;
    margin-bottom: -50px;
}

.swiper3 .bi-quote {
    position: absolute;
    right: 50px;
    top: 0;
    font-size: 90px;
    color: var(--color-primary);
}

.swiper3 .ratings .bi {
    font-size: 18px;
}

.bg-success1 {
    background-color: #94d96d;
}

.bg-primary {
    background-color: var(--color-third) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: white;
    box-shadow: 0 0 10px 0 #dddddd;
    border-radius: 50px;
}

.card.package {
    transition-duration: 1s;
}

.card.package:hover {
    border: 1px solid #0d6efd !important;
    box-shadow: none !important;
    margin-top: -30px;
    transition-duration: 1s;
}

main {
    min-height: 60vh;
}

/* RESPONSIVE */
@media (min-width: 992px) {
}

@media (max-width: 62em) {
    .h2,
    h2 {
        font-size: 36px;
    }

    .h5,
    h5 {
        font-size: 14px;
    }

    #map iframe {
        height: 300px;
    }

    .bg-contact {
        background-size: cover;
        margin-bottom: 0;
    }

    .bg-form {
        border-radius: 50px 20px 20px 10px;
        padding: 20px 10px;
        margin-bottom: 0;
        margin-top: 50px;
    }

    #site-header .navbar-brand img {
        width: 115px;
    }

    #site-header div#menu2,
    #home-header div#menu2 {
        position: absolute;
        top: 26px;
        left: 50px;
    }

    #site-header a.navbar-toggler {
        padding: 0;
        border: 0;
    }

    .swiper3 .box {
        padding: 15px;
    }

    .swiper-header {
        height: 30vh;
    }

    .swiper-header .swiper-slide {
        height: 30vh;
    }

    #home-header {
        height: 30vh;
    }

    #about {
        padding: 60px 0;
    }

    #gallery {
        padding: 0;
    }

    .bg-contact {
        padding: 100px 0 100px 0 !important;
    }

    #contact .bi-whatsapp {
        margin: auto;
    }
}

@media (max-width: 40em) {
    .btn-1 i {
        margin-right: 0;
    }
}

/* rating stars in map in search clubs page*/
.bi-star-fill.checked {
    color: yellow;
    /* Yellow color for filled stars */
}

.bi-star-fill {
    color: gray;
    /* Gray color for empty stars */
}

/* Packages Swiper Style */

.packages-section {
    position: relative;
    overflow: hidden;
}
.packages-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100px;
    width: 100%;
    height: 100%;
    background: url("../images/circle.svg") top right no-repeat;
    z-index: -1;
    opacity: 1;
}

.packages-section::after {
    content: "";
    position: absolute;
    top: 5%;
    left: -100px;
    width: 195px;
    height: 180px;
    background: url("../images/dots.svg") top right no-repeat;
    z-index: -1;
    opacity: 1;
}

.packages-swiper-wrapper {
    padding: 0px 0;
}
.packages-swiper-slide {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 3px 15px #ddd;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
.card .price-after {
    color: var(--color-secondary);
    font-size: 30px;
}

.card .price-before {
    color: #d7d7d7;
    font-size: 20px;
}

.card .main-subscribe-btn,
.card .secondary-subscribe-btn,
.card .third-subscribe-btn {
    background-color: var(--color-secondary);
    border-radius: 50px;
    height: fit-content;
    padding: 7px 30px;
    transition-duration: 0.3s;
}

.card .secondary-subscribe-btn {
    background-color: #ff4e00;
    color: #ffffff;
}

.card .third-subscribe-btn {
    background-color: var(--color-third);
}
.card .main-subscribe-btn:hover,
.card .secondary-subscribe-btn:hover,
.card .third-subscribe-btn:hover {
    background-color: var(--color-primary);
    color: #ffffff;
}

.subscribe-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.price-box,
.starting-date {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 5px;
    justify-content: center;
}

.price-box {
    height: 90px;
}

.starting-date {
    background-color: #fcfcf4;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    width: 100%;
    justify-content: flex-start;
}

.starting-date h6 {
    font-size: 0.8rem;
}
.details-list-container {
    height: 150px;
    overflow-wrap: anywhere;
    overflow-y: overlay;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.details-list-container li {
    padding: 0px !important;
}

.details-list-container::-webkit-scrollbar,
.club-details::-webkit-scrollbar {
    width: 2px;
    border-radius: 7px;
}

.details-list-container::-webkit-scrollbar-track,
.club-details::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.details-list-container::-webkit-scrollbar-thumb,
.club-details::-webkit-scrollbar-thumb {
    background: var(--color-primary);
}
.club-details {
    display: flex;
    height: 80px;
    flex-direction: column;
    align-items: flex-start;
    overflow: auto;
    overflow-wrap: anywhere;
}

.club-details h6,
.club-details p {
    text-align: right;
    font-size: 0.7rem;
}
.club-details a,
p {
    margin: 5px 5px 0px 0px;
    text-align: right;
    font-size: 0.8rem;
}

.club-details a i,
.club-details p i {
    color: var(--color-primary);
}
.icon-style-color {
    color: var(--color-primary);
    font-size: 0.7rem;
    padding: 5px;
}

.img-animation {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 250px;
}

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

.img-animation::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
}

.img-animation:hover::after {
    animation: shine 0.75s forwards;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* .img-animation::before { */
/* content: "عرض خاص "; */
/* content: attr(data-offer-text);
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-primary);
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 40px;
  transform: rotate(45deg) translate(25%, -70%);
  opacity: 0.7;
} */

.img-animation {
    position: relative;
    overflow: hidden;
}

.offer-label {
    position: absolute;
    top: 10px;
    right: -40px;
    background: var(--color-primary);
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 40px;
    transform: rotate(45deg);
    opacity: 0.9;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}

.dots-container span {
    background-color: var(--color-primary);
}

.packages-swiper .card .price-now h4,
.card .price-before {
    margin-bottom: 0px !important;
}
/* ============= End Of Packages Swiper Style ============= */

/* ============= Start Of Classes Swiper Style ============= */
.classes-section {
    background: url("../images/classes-bg.svg") top no-repeat;
    background-size: cover;
}
.classes-icon-btn {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    gap: 25px;
    background-color: var(--color-primary);
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.classes-icon-btn i {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    width: 40px;
    height: 40px;
    background-color: #222222;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.classes-icon-btn:hover {
    background-color: var(--color-secondary);
}

.classes-icon-btn:hover i {
    transform: rotate(0deg);
    background-color: var(--color-primary);
}

.disabled-link {
    pointer-events: none;
    opacity: 0.4;
    cursor: not-allowed;
}

.classes-price-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.classes-price {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.card .classes-icon-btn {
    padding: 0px 10px;
    cursor: pointer;
    font-size: 13px;
    height: 40px;
}

.card .classes-icon-btn i {
    width: 30px;
    height: 30px;
    font-size: 13px;
}
/* ============= End Of Classes Swiper Style ============= */

/* ============= Start Of swiper active-preve Style ============= */

.packages-swiper .swiper-slide-active {
    transform: scale(1.02);
    z-index: 1;
    box-shadow: var(--color-primary) 0px 0px 10px;
}

.packages-swiper .swiper-slide-active .main-subscribe-btn {
    background-color: var(--color-primary);
}

.packages-swiper .swiper-slide-prev .price-now h4 {
    color: var(--color-third);
}

.packages-swiper .swiper-slide-prev .main-subscribe-btn {
    background-color: var(--color-third);
}
.packages-swiper .swiper-slide-prev .main-subscribe-btn:hover {
    background-color: var(--color-primary);
}

.packages-swiper .swiper-slide-active .main-subscribe-btn:hover {
    background-color: var(--color-secondary);
}

.packages-swiper .swiper-slide-active .price-now h4 {
    color: var(--color-primary);
}

.details-list-container li .view-more-btn {
    font-size: 0.8rem;
}

/* ============= End Of swiper active-preve Style ============= */

/* ============= Start Of Responsive Style ============= */

@media (max-width: 767px) {
    .img-animation {
        height: 120px;
    }
    .price-box {
        height: 30px;
    }
    .card .price-after {
        font-size: 1rem;
        margin-bottom: 0px;
    }
    .card .price-before {
        font-size: 0.8rem;
    }
    .card .main-subscribe-btn,
    .card .secondary-subscribe-btn,
    .card .third-subscribe-btn {
        padding: 5px 20px;
        font-size: 11px;
    }
    .subscribe-btn-container {
        height: 50px;
    }
    .details-list-container {
        height: 80px;
    }
    .details-list-container li p {
        font-size: 11px;
    }
    .details-list-container li i {
        font-size: 12px;
    }

    .details-list-container li .view-more-btn {
        font-size: 11px;
    }

    .club-details-container {
        padding-top: 0px !important;
        display: flex;
        padding: 0px 10px;
    }
    .club-details {
        height: 70px;
        overflow: hidden;
    }
    .first-row .club-details:last-child {
        height: 70px;
    }
    .club-details h6 {
        font-size: 0.6rem;
    }
    .club-details a,
    .club-details p {
        font-size: 0.5rem;
    }
    .icon-style-color {
        font-size: 0.7rem;
        padding: 0px;
    }
    .offer-label {
        right: -30px;
        font-size: 8px;
        padding: 3px 30px;
    }

    .packages-swiper .swiper-slide-active {
        transform: scale(1.01);
        z-index: 1;
        box-shadow: var(--color-primary) 0px 0px 5px;
    }

    /* Classes */

    .arrows-container {
        display: none;
    }
    .starting-date {
        padding: 5px 5px 5px 5px;
    }
    .starting-date h6 {
        font-size: 10px;
    }
    .starting-date i {
        font-size: 10px;
    }
    .classes-price-box span {
        font-size: 12px;
    }
    .classes-price-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 30px;
        flex-direction: row !important;
    }

    .classes-price-box .classes-price {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .card .classes-icon-btn {
        padding: 0px 10px;
        cursor: pointer;
        font-size: 13px;
        height: 35px;
    }

    .card .classes-icon-btn i {
        width: 25px;
        height: 25px;
        font-size: 10px;
    }
}

/* ============= Start Of Responsive Style ============= */

@media (max-width: 400px) {
    .card .price-after {
        font-size: 0.8rem;
    }
    .card .price-before {
        font-size: 0.6rem;
    }
    .price-now .currency {
        font-size: 0.6rem !important ;
    }
    .icon-style-color {
        display: none;
    }
    .club-details-container {
        gap: 20px;
    }

    .club-details h6,
    .club-details p {
        font-size: 0.5rem;
    }

    /* .club-details {
        overflow: hidden;
    } */
    .club-details a i,
    .club-details p i {
        display: none;
    }
    .card .classes-icon-btn {
        font-size: 11px;
        height: 25px;
    }
    .card .classes-icon-btn i {
        width: 15px;
        height: 15px;
    }
    .classes-btn-row {
        height: 50px;
    }

    .starting-date h6 {
        font-size: 0.5rem;
    }
}
/* ============= End Of Responsive Style ============= */
