.bg-dark {
    background-color: #101920 !important;
}

.bg-black {
    background-color: black !important;
}

.bg-light-peach {
    background-color: #E9C5A2 !important;
}

.text-gold {
    color: #ECDCCC;
}

.text-green {
    color: #d39b2a !important;
}

.text-dark-green {
    color: #f3a527 !important;
}

.text-beige {
    color: #E4D6C8 !important;
}

.bg-beige {
    background-color: #E4D6C8 !important;
}

.bg-dark-green {
    background-color: #f3a527 !important;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts2/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts2/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AmericanCaptain';
    src: url('../fonts2/AmericanCaptain.woff2') format('woff2'),
        url('../fonts2/AmericanCaptain.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.artegra {
    font-family: "Gilroy";
    font-weight: 600;
}

.artegra:lang(ar) {
    font-family: "29LT-Bukra";
    font-weight: normal;
}

.font-40-40 {
    font-size: 40px;
}

@media (max-width: 767.98px) {
    .font-40-40 {
        font-size: 40px;
    }
}

.font-14-12 {
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .font-14-12 {
        font-size: 12px;
    }
}

.font-12-10 {
    font-size: 12px;
}

@media (max-width: 767.98px) {
    .font-12-10 {
        font-size: 10px;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

.h1:lang(ar),
.h2:lang(ar),
.h3:lang(ar),
.h4:lang(ar),
.h5:lang(ar),
.h6:lang(ar),
h1:lang(ar),
h2:lang(ar),
h3:lang(ar),
h4:lang(ar),
h5:lang(ar),
h6:lang(ar) {
    line-height: 1.2;
}

header {
    padding: 60px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}

@media (max-width: 767.98px) {
    header {
        min-height: 50px;
        padding: 10px 0;
    }
}

header .logo img {
    max-width: 300px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}

@media (max-width: 767.98px) {
    header .logo img {
        max-width: 120px;
    }
}

header .nav .nav-item a {
    font-weight: bold;
    text-transform: uppercase;
    color: #FED791;
}

header .nav .nav-item a.active {
    color: #FED791;
    pointer-events: none;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
    text-decoration-color: white;
}

header .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .menu li a {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

header .menu li a:lang(ar) {
    font-family: "29LT-Bukra";
}

header .menu li a:hover,
header .menu li a.active {
    text-decoration: underline;
    color: #ffc107;
}

header .lang a {
    color: white;
    text-decoration: none;
    font-family: "29LT-Bukra";
    font-weight: 500;
    direction: rtl;
}

header .lang a:lang(ar) {
    font-family: "29LT-Bukra";
}

header .lang a:hover {
    text-decoration: underline;
}

.sticky header {
    padding: 10px 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.sticky header .logo img {
    max-width: 160px;
}

@media (max-width: 767.98px) {
    .sticky header .logo img {
        max-width: 70px;
    }
}

.toggle-mnu {
    display: block;
    width: 28px;
    height: 28px;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
}

.toggle-mnu span:after {
    top: 18px;
}

.toggle-mnu span {
    position: relative;
    display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}

.toggle-mnu.on span {
    background-color: transparent;
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
    transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
}

.mobile-menu {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 5;
}

.mobile-menu-links {
    position: fixed;
    top: 0;
    background: #002223;
    width: 100%;
    right: 0;
    height: 100svh;
    padding: 15px;
    z-index: 4;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

.mobile-menu-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu-links ul li {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    opacity: 0;
}

.mobile-menu-links ul li a {
    color: white;
    font-size: 24px;
    text-decoration: none;
    display: block;
    position: relative;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    padding: 10px 30px;
    opacity: 0;
}

.menu-open {
    overflow: hidden;
}

.menu-open .mobile-menu-links {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.menu-open .mobile-menu-links ul li {
    opacity: 1;
}

.menu-open .mobile-menu-links ul li:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.menu-open .mobile-menu-links ul li:nth-child(2) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.menu-open .mobile-menu-links ul li:nth-child(3) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.menu-open .mobile-menu-links ul li:nth-child(4) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.menu-open .mobile-menu-links ul li:nth-child(5) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.menu-open .mobile-menu-links ul li a {
    position: relative;
    top: 0;
    padding: 0;
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

footer {
    background-color: #000000;
}

footer .logo img {
    max-width: 150px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}

@media (max-width: 767.98px) {
    footer .logo img {
        max-width: 100px;
    }
}

footer a {
    color: #FFFFFF;
}

footer a:hover {
    color: #ECDCCC;
}

footer h5 {
    color: #FEBD12;
}

footer svg {
    height: 25px;
}

.btn {
    width: 100%;
    min-height: 56px;
    border-radius: 30px;
    border: 1px solid #d39b2a;
    background-color: #d39b2aae;
    color: #ECDCCC;
    font-size: 24px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.btn:lang(en) {
    font-family: "artegra_sans";
    font-weight: bold;
}

.btn:hover {
    background-color: #d39b2a;
}

@media (min-width: 992px) {
    .btn {
        font-size: 18px;
    }
}

.btn.btn-dark-text {
    color: #002D2F;
}

.btn.btn-dark-text:hover {
    color: white;
}

body {
    color: #ECDCCC;
    line-height: 1.5;
    font-size: 18px;
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    background-size: cover !important;
    background-color: #040703;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    body {
        line-height: 1.4;
    }
}

@media (orientation: landscape) {
    body {
        /* background-size: 100vw !important; */
    }
}

@media (orientation: portrait) {
    body {
        /* background-size: 100vh !important; */
    }
}

main.main2 {
    padding-top: 200px;
}

main.main {
    padding-top: 300px;
}

@media (max-width: 767.98px) {
    main.main {
        padding-top: 125px;
    }

    main.main2 {
        padding-top: 50px;
    }
}

html:lang(ar) {
    direction: rtl;
    font-family: "29LT-Bukra";
}

html:lang(ar) body {
    direction: rtl;
    font-family: "29LT-Bukra";
}

.mainwrap {
    min-height: 100vh;
    min-height: 100svh;
}

.text-sand {
    color: #92673C;
}

.text-yellow {
    color: #ffc107;
}

.bg-blur {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 198, 164, 0.2)), to(rgba(222, 198, 164, 0.2)));
    background: linear-gradient(180deg, rgba(222, 198, 164, 0.2) 0%, rgba(222, 198, 164, 0.2) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.link-white {
    text-decoration: none;
    color: white;
}

.link-white:hover {
    text-decoration: underline;
    color: #ffc107;
}

.yellow-link {
    color: #FEBD12;
}

.yellow-link:hover {
    color: white;
}

.yellow-link.link-border {
    border-bottom: 1px solid #FEBD12;
    padding-bottom: 5px;
    text-decoration: none;
}

.sep.height-1 {
    height: 1px;
    background-color: white;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-2:lang(ar) {
    letter-spacing: 0px;
}

.main-info .banner-text h1 {
    font-size: 70px;
}

@media (max-width: 767.98px) {
    .main-info .banner-text h1 {
        font-size: 30px;
    }

    .main-info .banner-text h1:lang(en) {
        font-weight: bold !important;
    }
}

@media (min-width: 992px) {
    .main-info .banner-text h1 {
        font-size: 66px;
        font-size: clamp(2.5rem, 0.6429rem + 2.9018vw, 4.125rem);
    }

    .main-info .banner-text h1:lang(en) {
        font-weight: bold !important;
    }
}

.main-info .banner-text h1:lang(en) {
    font-weight: bold !important;
}

.main-info .reg-form-wrap {
    background-image: url(.../assets/images/form-bg.webp);
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #fff;
}

.main-info .form-wrap .top-errow-container {
    background-color: rgba(255, 255, 255, 0.4588235294);
    padding: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.5rem;
    margin-top: -1.5rem;
    margin-bottom: 1rem;
    position: relative;
    border-bottom: 2px solid rgba(82, 60, 30, 0.4588235294);
}

.main-info .form-wrap .top-errow-container::before,
.main-info .form-wrap .top-errow-container::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M0.211075 0.0138865L0 0H16V16C15.5436 7.44233 8.76243 0.576475 0.211075 0.0138865Z" fill="%23FFFFFF75"/></svg>');
    background-size: 10px;
    top: 0;
}

.main-info .form-wrap .top-errow-container::before {
    right: 100%;
}

.main-info .form-wrap .top-errow-container:after {
    left: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.main-info .form-wrap .fs_inline_error {
    font-size: 13px;
    /* position: absolute; */
    bottom: -18px;
    left: 12px;
}

.main-info .form-wrap .fs_inline_error:lang(ar) {
    right: 12px;
    left: auto;
    bottom: -20px;
}

.main-info .form-wrap .form-checkbox .fs_inline_error {
    left: 22px;
}

.main-info .form-wrap .form-checkbox .fs_inline_error:lang(ar) {
    right: 22px;
    left: auto;
}

.main-info .form-wrap .form-check {
    font-size: 15px;
}

.main-info .form-wrap .form-check .form-check-input[type=checkbox] {
    background-color: transparent;
    border: 1px solid #ECDCCC;
    border-radius: 50%;
}

.main-info .form-wrap .form-check .form-check-input[type=checkbox]:checked {
    background-color: #428A5F;
    border: 1px solid #428A5F;
}

.main-info .form-wrap .form-check .form-check-input[type=radio] {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.main-info .form-wrap .form-check .form-check-input[type=radio]:checked,
.main-info .form-wrap .form-check .form-check-input[type=radio]:focus {
    background-color: #ECDCCC;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ECDCCC;
}

.main-info .form-wrap .form-check .form-check-input[type=radio].solid {
    background-color: #ECDCCC;
    border-color: #ECDCCC;
    height: 20px;
    width: 20px;
}

.main-info .form-wrap .form-check .form-check-input[type=radio].solid:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%2392673C'/%3e%3c/svg%3e");
}

.main-info .form-wrap .form-check:lang(ar) {
    padding-left: 0;
    padding-right: 1.5em;
}

.main-info .form-wrap .form-check:lang(ar) .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}

.main-info .form-wrap .submit-btn {
    min-width: 230px;
    width: auto;
    min-height: 56px;
    border-radius: 30px;
    border: 1px solid #d39b2a;
    background-color: #d39b2aae;
    color: #ECDCCC;
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.main-info .form-wrap .submit-btn:lang(en) {
    font-family: "artegra_sans";
    font-weight: bold;
}

.main-info .form-wrap .submit-btn:hover {
    background-color: #d39b2a;
}

.main-info .form-wrap a {
    color: #ECDCCC;
    text-decoration: none;
}

.main-info .form-wrap a:hover {
    text-decoration: underline;
}

.main-info .form-wrap .title {
    color: #92673C;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.main-info .form-wrap input:-webkit-autofill,
.main-info .form-wrap input:-webkit-autofill:hover,
.main-info .form-wrap input:-webkit-autofill:focus,
.main-info .form-wrap input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #523C1E inset !important;
    color: #ECDCCC !important;
}

.main-info .form-wrap input:-webkit-autofill {
    -webkit-text-fill-color: #ECDCCC !important;
    color: #ECDCCC !important;
}

.main-info .form-wrap .form-item {
    margin-bottom: 1.45rem;
    position: relative;
}

.main-info .form-wrap .form-item .iti {
    width: 100%;
}

.main-info .form-wrap .form-item .iti .iti__country-list {
    color: #523c1e;
}

.main-info .form-wrap .form-item .iti .iti__country-list .iti__country {
    text-align: left;
    color: black;
}

.main-info .form-wrap .form-item .iti .iti__country-list .iti__country:lang(ar) {
    text-align: right;
}

.main-info .form-wrap .form-item .iti .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

.main-info .form-wrap .form-item .iti .iti__selected-flag {
    color: rgba(236, 220, 204, 0.3137254902);
}

.main-info .form-wrap .form-item .iti .iti__selected-flag:lang(ar) {
    padding: 0 8px 0 6px;
}

.main-info .form-wrap .form-item .iti:lang(ar) .iti__flag-container {
    right: 0;
    left: auto;
}

.main-info .form-wrap .form-item .iti:lang(ar) .iti__selected-dial-code {
    margin-right: 6px;
    margin-left: 6px;
}

.main-info .form-wrap .form-item .iti:lang(ar) .form-control {
    padding-right: 110px !important;
    padding-left: 15px !important;
}

input[type=file]::file-selector-button {
    font-weight: bold;
    color: #000 !important;
    background-color: rgba(126, 153, 126, 0.373);
    height: 45px;
    padding: 0.5em 1rem;
    border-radius: 0px;
    font-size: 1.125rem;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}

input[type=file]:focus::-webkit-file-upload-button,
input[type=file]:hover::-webkit-file-upload-button {
    background-color: rgba(99, 132, 99, 0.373) !important;
}

input[type=file]:focus::file-selector-button,
input[type=file]:hover::file-selector-button {
    background-color: rgba(99, 132, 99, 0.373) !important;
}

.main-info .form-wrap .form-control,
.main-info .form-wrap .form-select {
    background-color: rgba(0, 0, 0, 0.4509803922);
    border: 1px solid #ECDCCC;
    color: #ecdccc;
    min-height: 48px;
    border-radius: 20px;
}

.main-info .form-wrap .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0px 3px rgb(88, 63, 29);
    box-shadow: 0 0 0px 3px rgb(88, 63, 29);
}

.main-info .form-wrap .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(236, 220, 204, 0.3137254902);
}

.main-info .form-wrap .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(236, 220, 204, 0.3137254902);
}

.main-info .form-wrap .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(236, 220, 204, 0.3137254902);
}

.main-info .form-wrap .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(236, 220, 204, 0.3137254902);
}

.title {
    font-size: 40px;
}

@media (min-width: 992px) {
    .title {
        font-size: 66px;
        font-size: clamp(2.5rem, 0.6429rem + 2.9018vw, 4.125rem);
    }
}

.cards-block .box-item {
    border: 1px solid #ECDCCC;
    overflow: hidden;
    /* border-radius: 35px; */
    background-color: rgba(30, 20, 12, 0.45);
    min-height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box-item2 {
    min-height: 180px !important;
}

@media (max-width: 991.98px) {
    .cards-block .box-item {
        margin-bottom: 24px;
        padding: 10px;
        min-height: 220px;
    }
}

@media (max-width: 767.98px) {
    .cards-block .box-item {
        margin-bottom: 24px;
        padding: 10px;
        min-height: 160px;
    }

    .cards-block .box-item2 {
        margin-bottom: 24px;
        padding: 10px;
        min-height: 120px !important;
    }
}

.cards-block .box-item .number {
    font-size: 40px;
}

@media (min-width: 992px) {
    .cards-block .box-item .number {
        font-size: 70px;
        font-size: clamp(2.5rem, 0.3571rem + 3.3482vw, 4.375rem);
    }
}

.cards-block .box-item .text {
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .cards-block .box-item .text {
        font-size: 10px;
    }
}

.thank-you-page .banner-text h1 {
    font-size: 40px;
}

@media (max-width: 767.98px) {
    .thank-you-page .banner-text h1 {
        font-size: 30px;
    }
}

.iti__country-list {
    color: black;
}

.iti__country-list:lang(ar) {
    text-align: right;
}

.home .main-banner {
    min-height: calc(100vh - 422px);
    min-height: calc(100svh - 422px);
}

@media (max-width: 991.98px) {
    .home .main-banner {
        min-height: calc(100vh - 373px);
        min-height: calc(100svh - 373px);
    }
}

@media (max-width: 767.98px) {
    .home .main-banner {
        min-height: calc(100vh - 271px);
        min-height: calc(100svh - 271px);
    }
}

.section-information h1 {
    font-size: 60px;
    font-size: clamp(2.5rem, 1.0714rem + 2.2321vw, 3.75rem);
}

@media (max-width: 767.98px) {
    .section-information h1 {
        font-size: 40px;
    }
}

.box-green-info {
    background-color: #d39b2aae;
    border: 1px solid #d39b2a;
    border-radius: 30px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 6%;
}

.box-green-info a {
    color: white;
    text-decoration: none;
}

.box-green-info:hover {
    background-color: #d39b2a;
}

.circle-card {
    border-radius: 50%;
    height: 130px;
    width: 130px;
    background-color: #FCF2E9;
    border: 10px solid #E9C5A2;
    margin: auto;
}

@media (max-width: 767.98px) {
    .circle-card {
        height: 300px;
        width: 300px;
        margin-bottom: 20px;
    }
}

.circle-card img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.bg-box {
    background-color: #f3a527;
    width: 100%;
}

.bg-box2 {
    background-color: #000000;
    width: 60%;
    margin: auto;
}

@media (max-width: 767.98px) {
    .bg-box {
        width: 250px;
        margin: auto;
        background: #e5d5c9;
        padding: 10px;
    }
}

.bg-box img,
.bg-box2 img {
    width: 100%;
}

.inner-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
}

.inner-banner.large {
    min-height: 600px;
    padding-bottom: 100px;
}

@media (max-width: 767.98px) {
    .inner-banner.large {
        min-height: 350px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .inner-banner {
        padding-bottom: 70px;
    }
}

.inner-banner .banner-title {
    color: #ECDCCC;
    position: relative;
    z-index: 1;
}

.inner-banner .bg-image {
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.inner-banner.small {
    min-height: 360px;
}

@media (max-width: 767.98px) {
    .inner-banner.small {
        min-height: 360px;
        padding-bottom: 10px;
    }
}

.accordian-saudireef .accordion-item {
    margin-bottom: 20px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.5607843137);
    overflow: hidden;
    border: 1px solid #ECDCCC;
    color: white;
}

.accordian-saudireef .accordion-item .accordion-button {
    font-family: "artegra_sans";
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    color: #ECDCCC;
    padding: 30px 30px;
    font-size: 22px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.accordian-saudireef .accordion-item .accordion-button:lang(ar) {
    font-family: "29LT-Bukra";
}

@media (min-width: 768px) {
    .accordian-saudireef .accordion-item .accordion-button:lang(ar) {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .accordian-saudireef .accordion-item .accordion-button {
        padding: 20px;
        font-size: 18px;
    }
}

.accordian-saudireef .accordion-item .accordion-button:focus {
    outline: none;
    border: 0px none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordian-saudireef .accordion-item .accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzNyAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxOC41MjU0IDE4LjUyNThMMzYuMDUxMSAxIiBzdHJva2U9IiNFQ0RDQ0MiLz4KPC9zdmc+Cg==");
}

.accordian-saudireef .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzNyAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxOC41MjU0IDE4LjUyNThMMzYuMDUxMSAxIiBzdHJva2U9IiNFQ0RDQ0MiLz4KPC9zdmc+Cg==");
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordian-saudireef .accordion-item .accordion-button:lang(ar)::after {
    margin-right: 20px;
    margin-left: 0;
}

.accordian-saudireef .accordion-item .accordion-body {
    padding: 30px 30px;
    padding-top: 0px;
    color: white;
}

@media (max-width: 767.98px) {
    .accordian-saudireef .accordion-item .accordion-body {
        padding: 20px;
        font-size: 14px;
        padding-top: 0px;
    }
}

.contact-block textarea.form-control {
    min-height: 180px !important;
    padding-top: 20px;
    resize: none;
}

body.page-no-banner main.main {
    padding-top: 0;
}

.pgm-accordion .accordion-item {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    border-color: #002D2F;
    border-radius: 0 !important;
}

.pgm-accordion .accordion-header .accordion-button {
    background-color: transparent;
    font-family: "artegra_sans";
    font-weight: 600;
    color: #002D2F;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0 !important;
    padding: 30px 0px;
    font-size: 30px;
    border: 0px none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width: 767.98px) {
    .pgm-accordion .accordion-header .accordion-button {
        font-size: 22px;
        padding: 20px 0px;
    }
}

.pgm-accordion .accordion-header .accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 28px;
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzNyAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxOC41MjU0IDE4LjUyNThMMzYuMDUxMSAxIiBzdHJva2U9IiNFQ0RDQ0MiLz4KPC9zdmc+Cg==");
}

.pgm-accordion .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAzNyAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxOC41MjU0IDE4LjUyNThMMzYuMDUxMSAxIiBzdHJva2U9IiNFQ0RDQ0MiLz4KPC9zdmc+Cg==");
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform);
}

.pgm-accordion .accordion-header .accordion-button:lang(ar)::after {
    margin-left: 0;
    margin-right: auto;
}

.pgm-accordion *:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pgm-accordion .accordion-body {
    padding: 0;
    padding-bottom: 30px;
}

.pgm-cards {
    background-color: #FCF2E9;
    border: 10px solid #E9C5A2;
    border-radius: 40px;
    color: #0A3B36;
    padding: 60px 5%;
    min-height: 350px;
}

.pgm-cards .pgm-title {
    font-size: 34px;
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    .pgm-cards .pgm-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .pgm-cards {
        color: #0A3B36;
        padding: 30px 30px;

    }
}

.pgm-cards .tag-names {
    color: #43895F;
}

.pgm-cards .pgm-image {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    background-color: #E3DFD6;
    border: 10px solid #E3DFD6;
    margin: auto;
    margin-top: 0;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .pgm-cards .pgm-image {
        height: 200px;
        width: 200px;
    }
}

.pgm-cards .pgm-image img {
    max-width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.activites-box {
    position: relative;
    padding: 50px;
    border-radius: 40px;
    overflow: hidden;
    color: white;
    height: 100%;
}

@media (max-width: 767.98px) {
    .activites-box {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .activites-box {
        padding: 50px;
    }
}

@media (min-width: 1400px) {
    .activites-box {
        padding: 50px 15%;
    }
}

.activites-box .act-sub-title,
.activites-box .act-title {
    font-size: 24px;
}

.activites-box .bg-image {
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.activites-box .content {
    z-index: 2;
    position: relative;
}

.activites-box .content .act-title {
    color: #00A0AD;
}

.activites-box .content ul {
    line-height: 1.3;
}

.activites-box .content ul li {
    margin-bottom: 10px;
}

.activites-box .italic {
    font-size: 14px;
    color: #ECDCCC;
    font-style: italic;
}

.isotopfitler .hidden {
    visibility: hidden;
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.isotopfitler #load-more {
    max-width: 400px;
    margin: auto;
}

@media (max-width: 767.98px) {
    .isotopfitler #load-more {
        max-width: 250px;
    }
}

.isotopfitler .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 30px;
}

@media (min-width: 992px) {
    .isotopfitler .button-group {
        -webkit-transform: translateY(calc(-50% - 40px));
        transform: translateY(calc(-50% - 40px));
    }
}

@media (max-width: 767.98px) {
    .isotopfitler .button-group {
        gap: 10px;
    }
}

.isotopfitler .button-group .button {
    background-color: #43726E;
    color: #0A3B36;
    font-weight: 700;
    border: 0px none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px;
    min-height: 80px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .isotopfitler .button-group .button {
        font-size: 13px;
        min-height: 50px;
    }
}

.isotopfitler .button-group .button.is-checked {
    background-color: #ECDCCC;
}

.speaker-lineup .text {
    color: #002D2F;
}

.about-page {
    background-color: #000;
    background-size: contain !important;
    background-position: top center;
    background-repeat: no-repeat !important;
}

.about .block-item .desc {
    max-width: 300px;
}

@media (max-width: 767.98px) {
    .about .block-item .img-wrap img {
        width: 60px;
        height: 60px;
    }
}

.about-objectives {
    background-image: url(".../images/about-forum-bg.webp");
    background-size: cover;
    position: relative;
    border-top: 2px #ECDCCC solid;
    border-bottom: 2px #ECDCCC solid;
    padding: 70px 0;
}

@media (min-width: 1200px) {
    .about-objectives {
        padding: 150px 0;
    }
}

.about-objectives::before {
    background-color: #01666E;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.about-page .preloader {
    background-image: url(../images/about-bg.webp);
}

@-webkit-keyframes blurtext {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -ms-filter: blur(4px);
        -o-filter: blur(4px);
        filter: blur(4px);
    }
}

@keyframes blurtext {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -ms-filter: blur(4px);
        -o-filter: blur(4px);
        filter: blur(4px);
    }
}

.preloader .loading-text {
    position: static;
    text-align: center;
    width: 100%;
}

.preloader .loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-weight: bold;
}

.preloader .loading-text span:nth-child(1) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blurtext 1.2s 0s infinite linear alternate;
    animation: blurtext 1.2s 0s infinite linear alternate;
}

.stop-preloader .preloader .loading-text span {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.preloader .loading-text span:nth-child(2) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blurtext 1.2s 0.2s infinite linear alternate;
    animation: blurtext 1.2s 0.2s infinite linear alternate;
}

.stop-preloader .preloader .loading-text span {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.preloader .loading-text span:nth-child(3) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blurtext 1.2s 0.4s infinite linear alternate;
    animation: blurtext 1.2s 0.4s infinite linear alternate;
}

.stop-preloader .preloader .loading-text span {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.preloader .loading-text span:nth-child(4) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blurtext 1.2s 0.6s infinite linear alternate;
    animation: blurtext 1.2s 0.6s infinite linear alternate;
}

.stop-preloader .preloader .loading-text span {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.preloader .loading-text span:nth-child(5) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blurtext 1.2s 0.8s infinite linear alternate;
    animation: blurtext 1.2s 0.8s infinite linear alternate;
}

.stop-preloader .preloader .loading-text span {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.preloader .loading-text span:nth-child(6) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blurtext 1.2s 1s infinite linear alternate;
    animation: blurtext 1.2s 1s infinite linear alternate;
}

.stop-preloader .preloader .loading-text span {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.preloader .loading-text span:nth-child(7) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blurtext 1.2s 1.2s infinite linear alternate;
    animation: blurtext 1.2s 1.2s infinite linear alternate;
}

.stop-preloader .preloader .loading-text span {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.pace-done .preloader {
    -webkit-transition: opacity 1s 0s ease-in-out, visibility 0s 1s linear;
    transition: opacity 1s 0s ease-in-out, visibility 0s 1s linear;
    opacity: 0;
    visibility: hidden;
}

#nprogress .bar {
    background: #FEBD12 !important;
    height: 5px;
    z-index: 10000;
}

#nprogress .peg {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none !important;
    transform: none !important;
    border-radius: 5px;
    background: #FEBD12;
}

#nprogress .spinner {
    opacity: 0;
}

.nprogress-busy {
    overflow: hidden;
}

.is-loaded .preloader {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s 0s ease-in-out, visibility 0s 1s linear;
    transition: opacity 1s 0s ease-in-out, visibility 0s 1s linear;
}

/***************************************************
 * Generated by SVG Artista on 9/14/2024, 9:54:06 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .svg-elem-1 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-2 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-3 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-4 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-5 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-elem-5 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-6 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-6 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-7 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .svg-elem-7 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-8 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-8 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-9 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-9 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-10 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

svg.active .svg-elem-10 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-11 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .svg-elem-11 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-12 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}

svg.active .svg-elem-12 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-13 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .svg-elem-13 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-14 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .svg-elem-14 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-15 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .svg-elem-15 {
    fill: rgb(0, 0, 0);
}

svg .svg-elem-16 {
    fill: balck;
    -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
    transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s;
}

svg.active .svg-elem-16 {
    fill: #004DB7;
}

.pace-done .preloader {
    -webkit-transition: opacity 1s 0s ease-in-out, visibility 0s 1s linear;
    transition: opacity 1s 0s ease-in-out, visibility 0s 1s linear;
    opacity: 0;
    visibility: hidden;
}

@keyframes blurtext {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -ms-filter: blur(4px);
        -o-filter: blur(4px);
        filter: blur(4px);
    }
}

.loading_counter {
    position: fixed;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 200 !important;
    font-size: 9vw;
    color: white !important;
    bottom: 0;
    left: 2%;
}

.loading_counter:lang(ar) {
    font-family: "artegra_sans";
    font-weight: 250 !important;
    right: 2%;
    left: auto;
}

html .pace .pace-progress {
    background-color: #FEBD12 !important;
}

.counters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.counter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 96px;
}

@media (max-width: 991.98px) {
    .counter {
        height: 56px;
    }
}

.counter>span {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    transition: -webkit-transform 2s ease;
    -webkit-transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    line-height: 1;
}

.counter>span span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 100%;
}

/*.counter:nth-child(5) > span {
  transition-delay: 5s;
}
.counter:nth-child(6) > span {
  transition-delay: 6s;
}
.counter:nth-child(7) > span {
  transition-delay: 7s;
}
.counter:nth-child(8) > span {
  transition-delay: 2.625s;
}
.counter:nth-child(9) > span {
  transition-delay: 3s;
}
.counter:nth-child(10) > span {
  transition-delay: 3.375s;
}
.counter:nth-child(11) > span {
  transition-delay: 3.75s;
}
.counter:nth-child(12) > span {
  transition-delay: 4.125s;
}
.counter:nth-child(13) > span {
  transition-delay: 4.5s;
}
.counter:nth-child(14) > span {
  transition-delay: 4.875s;
}
.counter:nth-child(15) > span {
  transition-delay: 5.25s;
}
.counter:nth-child(16) > span {
  transition-delay: 5.625s;
}
.counter:nth-child(17) > span {
  transition-delay: 6s;
}
.counter:nth-child(18) > span {
  transition-delay: 6.375s;
}
.counter:nth-child(19) > span {
  transition-delay: 6.75s;
}
.counter:nth-child(20) > span {
  transition-delay: 7.125s;
}
*/
.dir-ltr {
    direction: ltr;
}



button.btn-toggle-showmore {
    width: auto;
    min-height: 56px;
    border-radius: 30px;
    border: 1px solid #000000;
    background-color: #000000ac;
    color: #ECDCCC;
    font-size: 24px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    padding: 4px 30px;
}

button.btn-toggle-showmore span {
    font-family: "artegra_sans";
    color: #002D2F;
    font-weight: 700;
    text-transform: uppercase;
}

button.btn-toggle-showmore:hover {
    background-color: #428A5F;
}

button.btn-toggle-showmore:hover span {
    color: #ECDCCC;
}

html:lang(ar) .isotopfitler span.shortDescription {
    text-align: right;
}

html:lang(ar) .pgm-cards .pgm-title {
    text-align: right;
    font-size: 26px;
    line-height: 1.5;
}

html:lang(ar) .time-section {
    text-align: right;
}

@media (max-width: 991.98px) {
    button.btn-toggle-showmore {
        margin: auto;
        font-size: 14px;
        min-height: 48px;
        padding: 4px 20px;
    }

    html:lang(ar) .pgm-cards .pgm-title {
        text-align: center;
        font-size: 16px;
        line-height: 1.4;
    }

    html:lang(ar) .pgm-cards .tag-names {
        padding-top: 10px;
    }

    html:lang(ar) .time-section {
        text-align: center;
    }

    html:lang(ar) body .panels-contents {
        padding-left: 0;
        padding-right: 0;
    }

    html:lang(ar) .panels-contents p {
        font-size: 13px;
    }
}

/* NN */

footer .logo img {
    max-width: 200px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}

footer .f-bottom-logos img {
    height: 60px;
}


footer .f-bottom-logos {
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


footer .f-bottom-logos svg {
    height: auto;
}

@media (max-width: 767.98px) {
    footer .f-bottom-logos svg {
        height: 34px;
    }

    @media (max-width: 991.98px) {
        footer .logo img {
            max-width: 220px;
        }

        footer .f-bottom-logos img {
            height: 40px;
        }
    }
}

/* NN */
html:lang(ar) .text-start {
    text-align: right !important;
}

html:lang(ar) .pe-5 {
    padding-left: 3rem !important;
    padding-right: 0 !important;
}

html:lang(ar) .pgm-accordion .accordion-header .accordion-button {
    font-family: "29LT-Bukra";
    font-weight: 500;
}


@media (max-width: 767.98px) {

    .f-bottom-logos img {
        height: 34px;
    }

    .f-bottom-logos span svg {
        height: 30px;
    }

    .f-bottom-logos {
        gap: 10px;
        margin-top: 0px;
        align-items: center;
        display: flex;
    }



    html:lang(ar) .isotopfitler .button-group .button {
        font-size: 11px;
        font-weight: 500;

    }

    html:lang(ar) .pgm-accordion .accordion-header .accordion-button {
        text-align: right;
        font-size: 16px;
    }

    html:lang(ar) .inner-banner .fs-5 {
        font-size: 1rem !important;
    }

    html:lang(ar) .title {
        font-size: 34px;
    }

    html:lang(ar) .main-info.about .banner-text h1 {
        font-size: 30px;
    }

    html:lang(ar) .fs-5 {
        font-size: 1rem !important;
    }

}


.circle-card img {
    width: 115px;
    height: 110px;
    object-fit: cover;
}

.footer-links ul li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.footer-links ul {
    flex-wrap: wrap;
    list-style: none;
    gap: 14px;
    display: flex;
    justify-content: flex-end;
}

.no-speaker {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}

@media (max-width: 991.98px) {
    html:lang(ar) .mobile-menu {
        right: auto;
        left: 15px;
    }

    .f-bottom-logos img {
        height: 34px;
    }

    .f-bottom-logos span svg {
        height: 30px;
    }

    .f-bottom-logos {
        gap: 10px;
        margin-top: 0px;
        align-items: center;
        display: flex;
    }

    .footer-links ul {
        gap: 14px 20px;
        justify-content: flex-start;
    }



}

@media (max-width: 991.98px) {
    .circle-card img {
        width: 115px !important;
        height: 110px !important;
        object-fit: cover;
    }
}

@media (max-width: 767.98px) {
    .isotopfitler.px-3.px-lg-0 {
        overflow: hidden;
    }

    .circle-card img {
        width: 280px !important;
        height: 280px !important;
        object-fit: cover;
    }
}


@media (orientation: landscape) {
    html body {
        /* background-size: cover !important; */

    }
}

@media (min-width: 991.98px) {

    html:lang(ar) .footer-bottom1 {
        text-align: left;
    }

    html:lang(ar) .ftr-icons-1 {
        justify-content: flex-end;
    }
}

.accordion-item a {
    color: white;
    text-decoration: none;
}

.accordion-item a:hover {
    color: #FEBD12;
    text-decoration: underline;
}


.mob-lang {
    position: fixed;
    right: 60px;
    top: 15px;
    z-index: 5;
}

html:lang(ar) .mob-lang {
    right: auto;
    left: 60px;
}

@media (min-width: 991.98px) {

    .mob-lang {
        display: none;
    }

}

.isotopfitler .isotope {
    overflow: hidden;
}

.accordion-item a {
    color: white;
    text-decoration: none;
}

.accordion-item a:hover {
    color: #FEBD12;
    text-decoration: underline;
}




@media (max-width: 991.98px) {
    .logo-mobile-resize img {
        width: 210px;
        margin: auto;
    }

    html:lang(ar) h5.artegra.text-capitalize.mb-2.mb-md-4 {
        font-size: 14px;
    }

    html:lang(ar) .footer-links ul li a {
        font-weight: 500;
        font-size: 14px;
    }

    html:lang(ar) .footer-links ul {
        gap: 10px 14px;
    }

    .pgm-cards .cardslogo svg {
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        width: 40px;
    }

    .time-section span {
        font-size: 16px;
    }

    .panels-details {
        padding: 0 30px;
    }

    html:lang(ar) .cardslogo svg {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }

    header.header-nav .f-bottom-logos {
        margin-top: 20px;
    }
}


@media (orientation: portrait) {
    html body {

        background-color: #02191a;
    }

    html body.home-page {
        background-size: cover !important;
    }

    html body.about-page {
        background-size: cover !important;
        background-color: #02191a;
    }
}


/* Dec 1st */

@media (min-width: 992px) {
    html:lang(ar) .pgm-cards span.fullDescription {
        text-align: right;
    }

    html:lang(ar) .pgm-cards .tag-names {
        text-align: right;
    }

    .pgm-cards .pgm-image {
        margin-left: 0;
        margin-right: auto;
    }

    html:lang(ar) .pgm-cards .pgm-image {
        margin-left: auto;
        margin-right: 0;
    }
}

.partners-section {
    background-color: #000000;
}

.pt-logos {
    padding: 20px 0px 0 10px;
    font-size: 20px;
}

.pt-logos img {
    max-height: 100px;
}

.pgm-infobar {
    background-color: #FEBD12;
    color: #002D2F;
    font-weight: 700;
    font-size: 24px;
    font-size: clamp(1.25rem, 0.9643rem + 0.4464vw, 1.5rem);
    min-height: 60px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 9999999;
    width: 100%;
}

.pgm-page header {
    padding-top: 85px;
}

.pgm-page.sticky header {
    padding-top: 20px;
    top: 60px;
}

html:lang(ar) .pgm-infobar {
    font-weight: 500;
}

@media (max-width: 991.98px) {

    .pgm-infobar {
        font-size: 14px;
        align-items: center;
        min-height: 50px;
        line-height: 1.3;
        padding: 2px 50px;
        top: 100px;
        position: relative;
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .pgm-page header {
        padding-top: 10px;
    }

    .pgm-page.sticky header {
        padding-top: 10px;
        top: 0;
    }

}


.accordion {
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    background-color: black;
    color: white;
}

.accordion-button:focus {
    box-shadow: none;
}

.image-wrapper {
    width: 100%;
    /* or set a fixed width if needed */
    height: 240px;
    /* fixed height for all image containers */
    overflow: hidden;
    position: relative;
    background: #f0f0f0;
    /* optional: placeholder background */
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ensures the image covers the entire div */
    display: block;
}

/* Popup styling */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px #000;
}

/* Grid layout */
.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 15px;
}

.grid2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 15px;
}

.card1 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.card1 img,
.card2 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .card1 img,
    .card2 img {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }
}

/* Contestant card */
.card1,
.card2 {
    position: relative;
    background: white;
    border: 2px solid #ccc;
    /* border-radius: 10px; */
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease;
}

.card1 p,
.card2 p {
    margin: 0;
    height: 30px;
    /* adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
}

/* Selected state */
.card1.selected {
    border: 5px solid #FEBD12;
    box-shadow: 0 0 20px rgba(214, 177, 43, 0.8);
}

.card1.selected::after {
    content: "✔";
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #FEBD12;
    color: black;
    font-weight: bold;
    font-size: 20px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Footer styles */
.footer {
    margin-top: 30px;
}

#counter {
    font-weight: bold;
    margin-bottom: 10px;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #FEBD12;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s ease;
}

button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

button:hover:not(:disabled) {
    background-color: #FEBD12;
}

.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    color: black;
    border-top: 1px solid #ccc;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.bottom-bar #counter {
    font-weight: bold;
}

.bottom-bar button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #FEBD12;
    color: white;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: 0.2s ease;
}

.bottom-bar button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.bottom-bar button:hover:not(:disabled) {
    background-color: #0056b3;
}

.voting-disabled {
    pointer-events: none;
    /* opacity: 0.5; */
}

.voting-disabled img {
    pointer-events: none;
    /* Prevents image from being clickable */
}

/* Allow "View Photo" button to remain clickable */
.view-photo-btn {
    pointer-events: auto;
    opacity: 1;
}

.highlight-voted {
    background-color: #ffd6d6;
    /* pastel red */
}

table tbody tr:nth-child(odd) td {
    background-color: #f0f0f0;
}

.card-images {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 10px;
}

.card-images img {
    width: 100%;
    /* half of the card width */
    aspect-ratio: 1 / 1;
    /* make the image square */
    object-fit: cover;
    /* crop to cover */
    border-radius: 8px;
    display: block;
    /* remove inline spacing */
}

.card1 {
    position: relative;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s ease;
    background-color: white;
}

.card2 {
    position: relative;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s ease;
    background-color: white;
}

.card1:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.battle-pair {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
    /* keep side by side by default */
}

/* VS style */
.vs {
    font-weight: bold;
    font-size: 24px;
    color: white;
    background-color: #c61a1a;
    /* strong red background */
    user-select: none;
    padding: 8px 16px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(198, 26, 26, 0.6);
    text-align: center;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* keep size fixed */
    transition: background-color 0.3s ease;
    cursor: default;
}

.vs:hover {
    background-color: #a01414;
    /* slightly darker on hover */
}

/* Responsive: stack cards vertically on smaller screens */
@media (max-width: 600px) {
    .battle-pair {
        flex-direction: column;
        gap: 10px;
        /* smaller gap vertically */
    }

    @media (max-width: 600px) {
        .vs {
            font-size: 20px;
            padding: 6px 12px;
            min-width: auto;
            border-radius: 16px;
        }
    }
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #bababa;
    border-color: #bababa;
    opacity: var(--bs-btn-disabled-opacity);
}

.number strong {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    transition: transform 1s ease, color 1s ease;
}

.number.animate strong {
    transform: scale(1.2);
    color: #2a9d8f;
}

.winner {
    background-color: rgb(247, 247, 187) !important;
}

.refresh-btn.loading {
    pointer-events: none;
    opacity: 0.6;
    position: relative;
}

.refresh-btn.loading::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {

    .match-table,
    .match-table thead,
    .match-table tbody,
    .match-table th,
    .match-table td,
    .match-table tr {
        display: block;
        width: 100%;
    }

    .match-table thead {
        display: none;
    }

    .match-table tr {
        margin-bottom: 1rem;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background-color: #f9f9f9;
    }

    .match-table td {
        padding: 6px 0;
        border: none;
        text-align: center;
    }

    .match-table td img {
        max-width: 100%;
        height: auto;
    }

    .match-table td button {
        width: 100%;
        text-align: center;
    }
}

/* Mobile-only */
@media (max-width: 768px) {
    .show-mobile {
        display: inline;
    }

    .hide-mobile {
        display: none !important;
    }

    .number {
        border: 1px black solid !important;
    }
}

/* Desktop-only */
@media (min-width: 769px) {
    .show-mobile {
        display: none !important;
    }
}

.matchup-step {
    transition: opacity 0.5s ease-in-out;
}

#countdown-wrapper {
    background-color: rgba(255, 255, 255, 0.1); /* light overlay */
    backdrop-filter: blur(8px); /* glass effect */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 20px 30px;
    margin: 30px auto;
    max-width: 500px;
    color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

#countdown {
    font-size: 3rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.countdown-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-label {
    font-size: 0.9rem;
    color: #ffffff;
}

#end-time {
    margin-bottom: 30px;
    font-size: 1rem;
    color: #ffffff;
}
