@import './navbar.css';
@import './footer.css';

.top-content {
    padding-top: calc(150 * var(--rpx));
    display: flex;
    margin-bottom: calc(62 * var(--rpx));
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}

.top-content-img {
    height: calc(196 * var(--rpx));
    width: calc(315 * var(--rpx));
}

.top-content-header {
    color: black;
    font-size: calc(20 * var(--rpx));
    font-family: Alexandria, serif;
    font-weight: 400;
    word-wrap: break-word;
    margin-bottom: calc(42 * var(--rpx));
}

.top-content-description {
    color: #1C1C1C;
    font-size: calc(12 * var(--rpx));
    font-family: Alexandria, serif;
    font-weight: 300;
    word-wrap: break-word;
    margin-top: calc(42 * var(--rpx));
    width: calc(732 * var(--rpx));
}

.carousel-caption {
    bottom: calc(260 * var(--rpx));
}

.carousel-header, .carousel-text {
    text-align: start;
    margin-top: calc(40 * var(--rpx));
}

.carousel-img {
    height: calc(770 * var(--rpx));
}

.carousel-header {
    color: #FFF;
    text-align: right;
    font-family: Alexandria;
    font-size: calc(28 * var(--rpx));
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.carousel-text {
    color: #FFF;
    text-align: right;
    font-family: Alexandria;
    font-size: calc(14 * var(--rpx));
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.orange-filled-btn,
.orange-outlined-btn {
    width: calc(240 * var(--rpx));
}

.orange-filled-btn {
    margin-inline-end: calc(15 * var(--rpx));
}

.etihad-btn {
    width: 253px;
    height: 36px;
}

.social-div {
    position: absolute;
    bottom: calc(80 * var(--rpx));
    left: 0;
    z-index: 1;
    width: calc(92 * var(--rpx));
    height: calc(307 * var(--rpx));
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 5px;
    background: #D95722;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    align-items: center;
    justify-content: space-evenly;
}

.social-subitem {
    width: calc(250 * var(--rpx));
    height: calc(85 * var(--rpx));
    border-radius: 0px 9px 9px 0px;
    position: absolute;
    left: calc(-300 * var(--rpx));
    background: #D95722;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Alexandria, serif;
    font-size: calc(20 * var(--rpx));
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    z-index: 1;
    pointer-events: none;
}

.facebook-item {
    top: calc(8 * var(--rpx));
}

.twitter-item {
    top: calc(80 * var(--rpx));
}

.instagram-item {
    top: calc(145 * var(--rpx));
}

.whatsapp-item {
    top: calc(215 * var(--rpx));
}

.social-img {
    width: calc(30 * var(--rpx));
    height: calc(30 * var(--rpx));
}


.big-logo {
    width: 100%;
    text-align: center;
    margin-block: calc(45 * var(--rpx));
}

.big-logo img {
    margin: 0 auto;
    display: block;
    width: calc(613 * var(--rpx));
    height: calc(382 * var(--rpx));
}

.oman-club-desc {
    color: #1C1C1C;
    text-align: center;
    font-family: Alexandria;
    font-size: calc(16 * var(--rpx));
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 100%;
    text-align: center;
    padding-inline: calc(100 * var(--rpx));
    margin-bottom: calc(36 * var(--rpx));
}

.oman-club-question {
    color: #272E67;
    text-align: center;
    font-family: Alexandria;
    font-size: calc(36 * var(--rpx));
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: start;
    padding-inline-start: calc(106 * var(--rpx));
    margin-bottom: calc(45 * var(--rpx));
}

.etihad-data-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-inline: calc(125 * var(--rpx));
}

.etihad-data {
    display: flex;
    padding: calc(16 * var(--rpx));
    justify-content: center;
    align-items: center;
    gap: calc(16 * var(--rpx));
    border-radius: calc(6 * var(--rpx));
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: calc(376 * var(--rpx));
}

.etihad-data-title {
    color: #000;
    text-align: right;
    font-family: Alexandria;
    font-size: calc(20 * var(--rpx));
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.etihad-data-subtitle {
    color: #1C1C1C;
    text-align: right;
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Add ellipsis if text is truncated */
    white-space: normal; /* Allow normal line breaks */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    font-family: Alexandria, serif;
    font-size: calc(16 * var(--rpx));
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: calc(200 * var(--rpx));
}

.etihad-data-img {
    width: calc(100 * var(--rpx));
    height: calc(100 * var(--rpx));
    background: rgba(217, 217, 217, 0.50);
}

.statistics {
    width: 100%;
    height: calc(120 * var(--rpx));
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.first-half-stats {
    color: #D95722;
    text-align: center;
    font-family: Alexandria;
    font-size: calc(25 * var(--rpx));
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

@media only screen and (max-width: 768px) {
    p {
        margin-block: 10px;
    }
}


.second-half-stats {
    color: #272E67;
    text-align: center;
    font-family: Alexandria;
    font-size: calc(25 * var(--rpx));
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.stats-img-div {
    position: absolute;
    bottom: calc(36 * var(--rpx));
    left: calc(50 * var(--rpx));
}

.stats-img {
    width: calc(224 * var(--rpx));
    height: calc(182 * var(--rpx));
}

.stats-numbers-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    row-gap: calc(30 * var(--rpx));
    width: calc(900 * var(--rpx));
    padding-inline-start: calc(100 * var(--rpx));
}

.join-courses {
    display: flex;
    margin-top: calc(-20 * var(--rpx));
    justify-content: space-between;
    padding-inline-start: calc(50 * var(--rpx));
    padding-inline-end: calc(177 * var(--rpx));
}

.player-img {
    width: calc(183 * var(--rpx));
    height: calc(371 * var(--rpx));
}

.join-btn-div {
    margin-top: calc(-50 * var(--rpx));
    position: absolute;
    z-index: 2;
}

.join-now-btn {
    width: calc(243 * var(--rpx));
    height: calc(71 * var(--rpx));
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join-now-title {
    color: #D95722;
    text-align: center;
    font-family: Alexandria;
    font-size: calc(36 * var(--rpx));
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: calc(30 * var(--rpx));
}

.join-now-subtitle {
    color: #1C1C1C;
    text-align: center;
    font-family: Alexandria;
    font-size: calc(16 * var(--rpx));
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: calc(924 * var(--rpx))
}

.join-now-text-div {
    margin-top: calc(60 * var(--rpx));
}

.buttons-div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: calc(50 * var(--rpx));
}

.courses-btn {
    display: flex;
    width: calc(338.8 * var(--rpx));
    height: calc(36 * var(--rpx));
    min-width: calc(64 * var(--rpx));
    padding: calc(6 * var(--rpx)) calc(16 * var(--rpx)) calc(6 * var(--rpx)) calc(12 * var(--rpx));
    justify-content: center;
    align-items: center;
    gap: calc(8 * var(--rpx));
    flex-shrink: 0;
    border-radius: calc(4 * var(--rpx));
    background: #D95722;
}

.rooms-btn {
    display: flex;
    width: calc(253 * var(--rpx));
    height: calc(36 * var(--rpx));
    min-width: calc(64 * var(--rpx));
    padding: calc(6 * var(--rpx)) calc(16 * var(--rpx)) calc(6 * var(--rpx)) calc(12 * var(--rpx));
    justify-content: center;
    align-items: center;
    gap: calc(8 * var(--rpx));
    flex-shrink: 0;
    border-radius: calc(4 * var(--rpx));
    background: #272E67;
}

.scrolling-banner {
    width: 100%;
    height: calc(54 * var(--rpx));
    background-color: var(--main);
    margin-top: calc(20 * var(--rpx));
    overflow: hidden;
    white-space: nowrap;
}

.scrolling-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: scroll 40s linear infinite;
    color: aliceblue;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.league-logo {
    margin-inline: calc(80 * var(--rpx));
    width: calc(35 * var(--rpx));
    height: calc(31 * var(--rpx));
}

.scrolling-news-text {
    color: #F1FCFC;
    text-align: center;
    font-family: Alexandria;
    font-size: calc(14 * var(--rpx));
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.orange-bar {
    width: 100%;
    height: calc(54 * var(--rpx));
    flex-shrink: 0;
    background: #D95722;
    margin-top: calc(350 * var(--rpx));
}

.multi-image {
    width: 100%;
}

.oman-vision-image {
    width: 100%;
}

.welcome-login-header {
    color: #D95722;
    text-align: center;
    font-family: Alexandria, serif;
    font-size: calc(24*var(--rpx));
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.after-login-top-content {
    padding-inline: calc(100*var(--rpx));
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(150*var(--rpx));
    margin-bottom: calc(50*var(--rpx));
}

.after-login-links {
    color: #D95722;
    text-align: center;
    font-family: Alexandria, serif;
    font-size: calc(20*var(--rpx));
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.vertical-line {
    width: calc(1*var(--rpx));
    height: calc(25*var(--rpx));
    background: #272E67;
    margin-inline: calc(35*var(--rpx));
}

.image-fader {
    margin: 0px;
    padding: 0px;
    width: calc(280*var(--rpx));
    object-fit: cover;
}

img.active { display: block;width: calc(280*var(--rpx)); }
img.not-active { display: none;width: calc(280*var(--rpx)); }

.multi-image-container {
    display: flex;
    gap: 0px;
    margin-inline: 0px;
    width: fit-content;
}
