/*!
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;
}

.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: #009FD2;
    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: #009FD2;
    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;
    background-size: 100% 100%;
    padding: 150px 0;
}

#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: #009FD2 !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;
    }
    
    #offers {
        padding: 45px 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 */
}
