@font-face {
    font-family: "URW ARABIC";
    src: url(../fonts/URW-DIN-Arabic-Regular.ttf);
}

/* media-icon-list start here */
.media-icons-wrapper {
    background-image: linear-gradient(86deg, #002B68B3 0%, #078243D6 60%);
    padding: 9px 25px;
    .container

{
    max-width: 1160px;
}

}

.media-icons-inner-wrapper {
    display: flex;
    justify-content: end;
    .header-btns-group

{
    display: none;
}

}

.media-icon-list {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.media-icon-link {
    color: #fff;
    transition: 0.5s;
    font-size: 18px;
    line-height: 28px;
    &:hover

{
    color: var(--secondry-color);
}

}

@media (max-width: 1024px) {
    .media-icons-wrapper {
        padding: 0;
    }

    .media-icons-inner-wrapper {
        gap: 2%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        .media-icon-list

{
    max-width: 256px;
    flex-shrink: 0;
    justify-content: center;
}

.header-btns-group {
    display: flex;
    padding: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

}
}

@media (max-width: 767px) {


    .media-icons-inner-wrapper {
        .media-icon-list

{
    padding-block: 10px;
}

.header-btns-group {
    display: flex;
    padding: 5px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}

}
}

/* media-icon-list end here */
/* header start here */
.header {
    padding: 10px 0px 0px 0px;
    .container

{
    max-width: 1260px;
}

}

.logo-and-p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.header-logo {
    width: 232px;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 10px;
    border-right: 2px solid #c36;
    &:hover

{
    border-color: var(--secondry-color);
}

}

.inner-header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.inner-footer {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-block: 10px;
    h2

{
    font-size: clamp(1.125rem, 1.0568rem + 0.3409vw, 1.3125rem);
    font-weight: 600;
    color: var(--secondry-color);
    &:nth-child(1)

{
    width: 232px;
    text-align: center;
    border-right: 2px solid var(--secondry-color);
    flex-shrink: 0;
}

}
}

.header-content {
    padding-block: 10px;
    h2

{
    font-size: clamp(0.75rem, 0.6136rem + 0.6818vw, 1.125rem);
    font-weight: 700;
    line-height: 25px;
    color: var(--secondry-color);
}

}

.header-btns-group {
    text-align: center;
    padding-block: 10px;
    width: 100%;
    display: flex;
    flex: 100%;
    gap: 10px;
}

.white-btn {
    background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--secondry-color) 100%);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 21px 21px 21px 21px;
    padding: 12px 24px;
    line-height: 1;
    white-space: nowrap;
    &:hover

{
    background-image: linear-gradient(360deg, var(--primary-color) 0%, var(--secondry-color) 100%);
    color: #fff;
}

}

.ripple {
    position: relative;
    &::before

{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    inset: 0;
    border-radius: 21px;
}

&::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-animation: button-ripple 1.5s infinite;
    animation: button-ripple 1.5s infinite;
    inset: 0;
    border-radius: 21px;
}

}

@keyframes button-ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/* For better browser compatibility */
@-webkit-keyframes button-ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}




@media(max-width:767px) {


    .header-content {
        width: 100%;
    }

    .header-content {
        p

{
    text-align: center;
    &:last-child

{
    margin-bottom: 0;
}

}
}

.logo-and-p {
    gap: 10px;
}

.header-btns-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}

.black-btn {
    margin-bottom: 0;
}

.header-content {
    h2

{
    line-height: 1.2;
}

}
}

/* header end here */

/* nav bar start here */
.menu-wrapper {
    background-image: linear-gradient(180deg, #078243D6 0%, #002B68B3 100%);
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar {
    padding: 10.25px 0;
}

.navbar-brand {
    display: none;
}

.navbar-toggler {
    background-image: linear-gradient(86deg, #078243D6 0%, #002B68B3 60%);
    order: 1;
}

.menu-wrapper:has(.navbar-collapse.collapse.show) {
    backdrop-filter: blur(10px);
}

.navbar-brand {
    padding: 0;
    img

{
    max-width: 196px;
}

}

.navbar-nav {
    width: 100%;
    justify-content: center;
    .nav-item

{
    text-align: center;
    padding-inline: 10px;
    &:last-child

{
    border: none;
}

}

.nav-link {
    text-transform: uppercase;
    font-size: clamp(1.25rem, 0.3661rem + 1.4286vw, 1.4375rem);
    font-weight: 400;
    color: #FFF;
    padding: 0 17px 0 17px;
    text-decoration: none;
    text-transform: capitalize;
    white-space: nowrap;
    font-family: "URW ARABIC";
    &:hover

{
    color: var(--secondry-color);
}

}

.nav-item.dropdown {
    .dropdown-menu

{
    background: #f4f4f4;
    border-radius: 0;
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    .dropdown-item

{
    padding-block: 15px;
    font-size: 14px;
    &:hover

{
    color: #fff;
}

}
}

&:hover {
    .dropdown-menu:not(.sub-dropdown-menu.dropdown-menu)

{
    display: block;
    padding-block: 0;
}

}
}
}

.sub-menu {
    position: relative;
    .sub-dropdown-menu

{
    position: absolute;
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    background: #f4f4f4;
    display: none;
    top: 0;
    right: -176px;
    width: 195px;
}

&:hover {
    .sub-dropdown-menu

{
    display: block;
}

}
}

.dropdown-item:hover {
    color: #fff;
    background-color: var(--secondry-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    background-image: linear-gradient(180deg, #078243A3 0%, #002B687A 100%);
    color: #fff;
}

.navbar-toggler {
    padding: 0px 10px;
    border-radius: 3px;
}

.navbar-collapse.mobile {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh !important;
    width: 100%;
    background: #0000006b;
    z-index: 9999;
}

.navbar-collapse.mobile {
    transform: translateX(0%);
    transition: all ease-in-out .5s;
    .nav-header

{
    transition: all ease-in-out .8s;
    background-color: #fff;
    width: 100%;
    max-width: 350px;
    display: flex;
    justify-content: space-between;
    padding: 15px 10px 28px;
    .navbar-toggler

{
    height: 42px;
    width: 45px;
    color: #fff;
}

}

.navbar-nav {
    transition: all ease-in-out .8s;
    max-width: 350px;
    background-color: #fff;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 30px;
    justify-content: flex-start;
    li

{
    padding: 0;
    a

{
    text-align: left;
    padding-block: 10px;
    color: #000;
}

}
}
}

.navbar-collapse.mobile.collapse:not(.show) {
    transform: translateX(-100%);
    height: 100vh !important;
}

@media (max-width: 991px) {
    .navbar-collapse.web {
        display: none;
    }



    .navbar > .container-fluid {
        flex-direction: row-reverse;
    }

    .nav-link {
        text-align: center;
    }

    .navbar-brand {
        display: block;
        width: 120px;
        img

{
    width: 100%;
}

}

.navbar-nav {
    .nav-item

{
    border-right: 0;
    text-align: center;
    padding-inline: 10px;
}

.nav-item.dropdown {
    /* Disable hover-based dropdown on small screens */
    &:hover

{
    .dropdown-menu

{
    display: none !important;
    padding-block: 0;
}

}
}

.nav-item.dropdown:has(.dropdown-menu.show) {
    .dropdown-menu:not(.sub-dropdown-menu.dropdown-menu)

{
    display: block !important;
    width: 100%;
}

}

.sub-menu:has(.dropdown-item.dropdown-toggle.show) {
    .sub-dropdown-menu.dropdown-menu

{
    position: static;
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    background: #f4f4f4;
    display: none;
    top: 0;
    right: -176px;
    width: 100%;
    padding-left: 15px;
}

}
}



.sub-menu {
    position: relative;
    .sub-dropdown-menu

{
    position: absolute;
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    background: #f4f4f4;
    display: none;
    top: 0;
    right: -176px;
    width: 195px;
}

&:hover {
    .sub-dropdown-menu

{
    display: none;
}

}
}

.sub-menu:has(.sub-dropdown-menu.show) {
    .sub-dropdown-menu.dropdown-menu

{
    display: block !important;
}

}
}



/* nav bar end here */

/* banner start here */

.image-banner-wrapper {
    position: relative;
    img

{
    width: 100%;
}

.banner-content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    right: auto;
    height: fit-content;
    width: 100%;
    max-width: 850px;
    background-color: #FFFFFFA3;
    border-radius: 15px 15px 15px 15px;
    text-align: center;
    h2

{
    color: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--secondry-color) 100%);
    font-family: "Barlow", Sans-serif;
    font-size: clamp(1.5625rem, 0.6534rem + 4.5455vw, 4.0625rem);
    font-weight: 600;
    line-height: 1.6;
}

}
}





.simple-heading.banner-content-wrapper {
    position: static;
    transform: translate(0);
    margin-inline: auto;
    margin-block: 50px;
}





/* banner end here */


/* banner-content-wrapper start here */


/* banner-content-wrapper end here */


@media (max-width: 1024px) {


    .header-btns-group {
        display: none;
    }

    .image-banner-wrapper {
        .banner-content-wrapper

{
    width: 80%;
    border-radius: 5px;
}

}
}

@media (max-width: 767px) {
    .warp-up-wrapper iframe {
        width: 100%;
        height: auto;
    }

    .navbar-brand {
        img

{
    max-width: 120px;
}

}





.book-a-stand-btn {
    padding: 9px;
    margin-bottom: 10px;
}

.sub-menu {
    .sub-dropdown-menu

{
    position: static;
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    background: #f4f4f4;
    display: none;
    top: 0;
    right: -176px;
    width: 100%;
    padding-left: 15px;
}

}


.header-logo {
    width: 100%;
    max-width: 185px;
}

.inner-footer {
    & h2

{
    &:nth-child(1)

{
    width: 100%;
    max-width: 185px;
    text-align: center;
    border-right: 2px solid var(--secondry-color);
}

}
}
}

@media (max-width: 425px) {
    .header-logo {
        width: 100%;
        max-width: 131px;
    }

    .inner-header {
        gap: 10px;
    }

    .inner-footer {
        gap: 10px;
        h2

{
    line-height: 1;
}

& h2 {
    &:nth-child(1)

{
    width: 100%;
    max-width: 131px;
    text-align: center;
    border-right: 2px solid var(--secondry-color);
}

}
}
}
