/*! ================================ Header ================================*/
header#home {
    height: 100%;
    overflow: hidden;
}


#home .image-banner,
#home .image-banner .owl-stage-outer,
#home .image-banner .owl-stage,
#home .image-banner .owl-item,
#home .image-banner .item,
#home .image-banner .image {
    height: 100%;
}



#home .image-banner .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}
#home .image-banner .owl-dot {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: 0.3s;
}
#home .image-banner .owl-dot.active {
    background: #fff;
    transform: scale(1.2);
}

#home .image-banner{
    /* height: calc(100vh - 145px); */
    position: relative;
}

#home .image-banner img {
    width: 100%;
    height: 100%;
}
#home .image-banner .image {
    width: 100%;
    /* height: 100px; */
    height: 350px;
    position: relative;
}

/* Start video Banner */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#home .image-banner .image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*End video Banner */

/* #home .image-banner .image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(17, 17, 73, 0.473);
    z-index: 1;
} */

#home .image-banner .image p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: clamp(30px, 5vw, 50px);
    border-radius: 8px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.hero {
    position: relative;
    overflow: hidden;
    /* height: calc(100vh - 230px); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.hero::before {
    overflow: hidden;
    content: "";
    position: absolute;
    background-image: linear-gradient(to bottom, var(--main-color), var(--second-color));
    /* border-radius: 0 0 40% 40%; */
    z-index: -1;
    padding-block: 50px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 110%;
}
.hero .caption {
    width: 70%;
    color: var(--white-color);
    text-align: center;
    margin: auto;
    padding-block: 40px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.hero .caption .main-btn {
    background-color: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    width: 170px;
    height: 35px;
    transition: .5s;
}
.hero .caption .main-btn::before {
    background-color: var(--white-color);
    color: var(--main-color);
}
.hero .caption .main-btn:hover {
    color: var(--main-color);
    border-color: transparent;
}
.hero .caption h1 {
    font-size: clamp(20px, 4vw, 50px);
    font-weight: bold;
    /* padding-bottom: 20px; */
}

.hero .caption p {
    font-size: clamp(10px, 3vw, 20px);
    padding: 10px;
    /* background-image: linear-gradient(to bottom, var(--main-color), var(--second-color)); */
    width: 70%;
}
.hero .caption::before,
.hero .caption::after {
    content: "";
    position: absolute;
    background-image: url("../assets/images/star.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}
.hero .caption::before {
    top: 22%;
    right: 16%;
}
.hero .caption::after {
    bottom: 30%;
    left: 0;
}
/*********** Wave ***********/
.header-wave {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 9;
}
.header-wave svg {
    display: block;
    width: 100%;
    height: 120px;
}
header#home {
    overflow: hidden;
}

/*! *** BG ***/
main {
    overflow: hidden;
}
#tiers {
    position: relative;
    padding-top: 100px;
}
.tiers::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    right: -30%;
    top: 10%;
    background-image: url("../assets/images/bg-awards.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.tiers::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    left: -30%;
    top: -10%;
    background-image: url("../assets/images/bg-awards.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    transform: rotate(180deg);
}

#benefits {
    position: relative;
}
#benefits::before {
    content: "";
    position: absolute;
    width: 45%;
    height: 100%;
    right: -7%;
    bottom: 4%;
    background-image: url("../assets/images/bg-awards.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#support {
    position: relative;
}
#support::before {
    content: "";
    position: absolute;
    width: 45%;
    height: 100%;
    right: -18%;
    bottom: -15%;
    background-image: url("../assets/images/bg-awards.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#partners {
    position: relative;
}
/* #partners::before {
    content: "";
    position: absolute;
    width: 45%;
    height: 100%;
    left: -15%;
    bottom: -60%;
    background-image: url("../assets/images/bg-awards.svg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transform: rotate(180deg);
} */
/* ******************************************************************** */

/* section {
    width: 90%;
    margin: 50px auto;
    overflow: hidden;
} */

/* tiers */
.tiers {
    position: relative;
}
/* tiers end */

/* global heading */
.heading {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 5vw, 20px);
}
.heading-title h2 {
    font-size: clamp(22px, 5vw, 48px);
    font-weight: 700;
    background: linear-gradient(135deg, rgba(40, 8, 87, 1), rgba(135, 46, 192, 1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-align: center;
}
.heading-desc {
    font-size: clamp(12px, 2vw, 22px);
    font-weight: 500;
    color: var(--text-color);
    text-align: center;
}
/* global heading style end */

/* cards */
.cards {
    margin-top: clamp(50px, 5vw, 100px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.cards .row {
    align-items: flex-end;
    flex-direction: row-reverse;
    margin-top: 0;
    width: 85%;
}
.award-card {
    border-radius: 16px;
    font-family: Arial, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.cards .award-card.qimmah,
.stacking-container .my-card.qimmah .award-card {
    border: 1px solid #C9852A;
}
.cards .award-card.tamayuz,
.stacking-container .my-card.tamayuz .award-card {
    border: 1px solid #492F91;
}
.cards .award-card.taqaddum,
.stacking-container .my-card.taqaddum .award-card {
    border: 1px solid #0699BF;
}
.cards .award-card.qimmah .award-header,
.stacking-container .my-card.qimmah .award-header {
    background: radial-gradient(103.15% 426.75% at 97.21% 0.46%, #C9852A 0%, #BB7D2A 97%, #BB7D2A 100%);
}
.cards .award-card.tamayuz .award-header,
.stacking-container .my-card.tamayuz .award-header {
    background: radial-gradient(103.15% 426.75% at 97.21% 0.46%,#432F8D 0%,#332A77 100%);
}
.cards .award-card.taqaddum .award-header,
.stacking-container .my-card.taqaddum .award-header {
    background: radial-gradient(103.15% 426.75% at 97.21% 0.46%,#089ABF 0%,#00728F 100%);
}
.award-header {
    text-align: center;
    padding: 20px 10px 14px;
    color: #fff;
    border-radius: 10px;
    overflow: auto;
}
.badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex !important;
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
}
.award-header h3 {
    margin: 0;
    font-weight: 600;
}
.award-list {
    list-style: none;
    padding: 14px;
    margin: 0;
}
.award-list li {
    margin-bottom: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: clamp(11px, 5vw, 14px);
    text-align: center;
}
.cards .award-card.qimmah .award-list li,
.stacking-container .my-card.qimmah .award-card li {
    background-color: #FFE6BD;
}
.cards .award-card.tamayuz .award-list li,
.stacking-container .my-card.tamayuz .award-card li {
    background: #D8C0DD;
}
.cards .award-card.taqaddum .award-list li,
.stacking-container .my-card.taqaddum .award-card li {
    background: #E5F5FC;
}
.award-list .highlight img,
.award-list .cisco img {
    width: 150px;
}
.award-list .cisco {
    font-weight: bold;
}
.award-list .icon {
    width: 25px;
    height: auto;
    vertical-align: middle;
    margin-right: 6px;
}
.tiers .stacking-container {
    display: none;
}
/* cards style end */

/* befits style */
.benfits-card {
    margin-top: 50px;
}
.row-benfits-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.card-item {
    width: calc(100% / 3 - 20px);
}
.benfits .box {
    height: 260px;
    background: #EDEBF2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(10px, 5vw, 30px);
    padding: 25px 15px;
    border-radius: 10px;
    /* transition: background 0.5s ease-in-out; */
}
.benfits .box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, var(--main-color), var(--second-color));
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 0;
}
.benfits .box:hover::before {
    opacity: 1;
}
.benfits .box > * {
    position: relative;
    z-index: 1;
}
/* .benfits .box:hover {
    background: #111149;
} */

.benfits .box:hover .box-content h3,
.benfits .box:hover .box-content p {
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}
.benfits .box .box-img img {
    width: 100%;
    height: 100%;
    transition: filter 0.5s ease;
}
.benfits .box:hover .box-img img {
    filter: brightness(0) invert(1);
}
.benfits .box .box-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}
.benfits .box .box-content h3 {
    color: #361C7E;
    font-weight: 700;
    font-size: clamp(16px, 4vw, 24px);
    transition: all 0.5s ease-in-out;
}
.benfits .box .box-content p {
    color: var(--text-color);
    font-weight: 500;
    font-size: clamp(14px, 3vw, 18px);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
/* befits style end */

/* CTA atyle */
.hala-cta {
    padding: 40px 0px;
    text-align: center;
    color: #fff;
    border-radius: 18px;

    /* background: linear-gradient(135deg,
            #5a009e 0%,
            #6a00b0 35%,
            #7a00c2 65%,
            #8a00d4 100%); */

    background-image: url("../assets/images/bg-hala-cta.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Title */
.hala-cta h2 {
    margin: 0 0 20px;
    font-size: clamp(22px, 5vw, 42px);
    font-weight: 700;
}

/* Features */
.features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.features li {
    font-size: clamp(16px, 3vw, 28px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.features li::before {
    content: "✓";
    margin-right: 6px;
    font-weight: bold;
}

/* Button */
.cta-btn {
    display: inline-block;
    width: clamp(150px, 20vw, 300px);
    height: auto;
    padding: 10px 30px !important;
    border-radius: 20px;
    background: transparent;
    color: #fff;
    font-weight: 700;
    font-size: clamp(20px, 3vw, 25px);
    margin: 50px auto 0;
    background: linear-gradient(90deg, rgba(229, 123, 3, 1), rgba(252, 198, 40, 1));
    transition: 0.5s ease;
}
.cta-btn:hover {
    background: var(--white-color);
    color: #ff9f00;
}


/* ================= Responsive ================= */
@media (max-width: 768px) {
    .hala-cta {
        padding: 30px 20px;
    }

    .hala-cta h2 {
        font-size: 22px;
    }

    .features li {
        /* display: block; */
        margin: 8px 0;
    }
}

@media (max-width: 480px) {
    .cta-btn {
        width: 100%;
        padding: 14px 0;
    }
}
/* CTA atyle end */

/* our-sponsers */
.our-sponsers {
    position: relative;
    width: 100%;
    z-index: 20;
    gap: 20px;
    flex-wrap: wrap;
    overflow: visible !important;
}
.partners-container {
    width: 100%;
    min-height: 200px;
    margin-top: 50px;
    /* background: linear-gradient(135deg, #281f2f 0%, #6a00b0 35%, #7a00c2 65%, #8a00d4 100%); */
    background: linear-gradient(135deg, #8a00d4 0%, #6a00b0bd 35%, #6a00b0bd 65%, #8a00d4 100%);
    padding-top: 30px;
}
.partners-carousel .item {
    height: 100%;
    padding: 10px 0px;
    border-radius: 5px;
}
.partners-carousel .item img {
    width: 160px;
    height: 130px;
    object-fit: contain;
    border-radius: 5px;
}
.partners-container .owl-carousel.seconed .owl-stage {
    transition-timing-function: linear !important;
}
.our-sponsers .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(50%);
    display: flex;
    justify-content: space-between;
    pointer-events: all;
}
.owl-nav button {
    background: #EDEBF2 !important;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    pointer-events: all;
    color: var(--main-color) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
    transition: all 0.3s ease;
    line-height: 1;
    margin: 20px 0 !important;
}
.owl-nav .owl-prev {
    margin-right: clamp(15px, 5vw, 50px) !important;
}
.owl-nav .owl-next {
    margin-left: clamp(15px, 5vw, 50px) !important;
}
.owl-nav button span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 40px !important;
    font-weight: bold;
    transform: translateY(-3px);
}
/* our-sponsers end */


/* contact-section */
.contact-section {
    position: relative;
    width: 100% !important;
    overflow: hidden;
}
.contact-section::after {
    position: absolute;
    content: '';
    /* border-bottom: 4px solid var(--main-color); */
    background: linear-gradient(to right, #4b007c , #8a00d4);
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 5px;
    transform: translateX(-50%);
    animation: pulse-width 2s ease-in-out infinite;
}
@keyframes pulse-width {
    0%, 100% {
        transform: translateX(-50%)scaleX(1);
        opacity: 1;
    }
    50%
    {
        transform: translateX(-50%)
        scaleX(0.85); opacity: 0.7;
    }
}
.contact-info {
    padding: 50px;
    margin: 0px auto 10px;
}

.info-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(5px, 5vw, 20px);
    text-align: left;
    display: flex;
    align-items: start;
}
.info-box .icon {
    border-bottom: 4px solid var(--main-color);
}
.info-box .icon img {
    width: clamp(20px, 7vw, 45px);
    height: clamp(20px, 7vw, 45px);

    /* width: clamp(20px, 5vw, 35px);
    height: clamp(20px, 5vw, 35px); */
    margin-bottom: 5px;
}
.info-box .text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.info-box h4 {
    margin: 0;
    font-size: clamp(12px, 4vw, 20px);
    font-weight: 700;
    color: #111149;
}
.info-box p {
    margin: 4px 0 0;
    font-size: clamp(12px, 3vw, 18px);
    font-weight: 400;
    color: var(--text-color);
    line-height: 1.6;
}

/* Form */
.support-form {
    max-width: 700px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
}
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.support-form input,
.support-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #faf9ff;
    font-size: 14px;
    outline: none;
    transition: .5s;
}
.support-form input:focus,
.support-form textarea:focus {
    border: 0.5px solid rgb(14 14 31);
    box-shadow: 0 0 5px rgb(154 154 243);
}
.support-form textarea {
    min-height: 140px;
    resize: none;
    margin-bottom: 25px;
}
.support-form .main-btn1 {
    width: auto;
    height: auto;
    padding: 10px 28px !important;
    border-radius: 30px;
    background: transparent;
    color: var(--text-color);
    font-weight: 700;
    font-size: clamp(12px, 4vw, 16px);
    margin: 0 auto;
    transition:all 0.3s ease-in-out;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, rgba(40, 8, 87, 1), rgba(135, 46, 192, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.support-form .main-btn1:hover {
    border-color: transparent;
    background-image: linear-gradient(to right, rgba(40, 8, 87, 1), rgba(135, 46, 192, 1));
}
.support-form .main-btn1 p {
    background: linear-gradient(to right, rgba(40, 8, 87, 1), rgba(135, 46, 192, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.support-form .main-btn1:hover p {
    background: linear-gradient(to right, var(--white-color), var(--white-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* contact-section end */


