:root {
    --primary-color: #078243;
    --secondry-color: #002b68;
}

@font-face {
    font-family: "URW ARABIC";
    src: url(../fonts/URW-DIN-Arabic-Regular.ttf) format("truetype");
}

body {
    /*background-color: #f9f9f9;*/
}

@media all {
    ::-webkit-scrollbar {
        width: .7vw;
        background: #fff
    }

    ::-webkit-scrollbar-thumb {
        background: -webkit-linear-gradient(transparent, #002B68);
        background: linear-gradient(transparent, #078243);
        border-radius: 20px
    }

        ::-webkit-scrollbar-thumb:hover {
            background: -webkit-linear-gradient(transparent, #002B68);
            background: linear-gradient (transparent, #002B68)
        }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Barlow", sans-serif;
}



ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1500px;
}

.bg-f4f4f4 {
    background-color: #f4f4f4;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p,
h1,
h2,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--secondry-color);
    span

{
    color: var(--primary-color);
}

}

.waviy {
    position: relative;
    display: inline-block;
    word-spacing: -6px;
}

    .waviy span {
        position: relative;
        display: inline-block;
        animation: flip 3s infinite;
        animation-delay: calc(.1s * var(--i))
    }

@keyframes flip {

    0%, 80% {
        transform: rotateY(360deg)
    }
}



.flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-bg {
    background: url('../images/home/swiper-bg.png') no-repeat center / cover;
    .swiper-wrapper

{
    background: #fff;
}

}

/* top brands css start here */
.our-best-supporters-wrapper {
    padding: 35px 0;
    text-align: center;
    h2

{
    font-size: clamp(1.5625rem, 1.3352rem + 1.1364vw, 2.1875rem);
    color: #000;
    font-size: 500;
    margin-bottom: 10px;
}

}

/* img-slider */
.image-slider .swiper-slide {
    height: auto;
    background-color: #fff;
    img

{
    object-fit: contain;
}

}

.logos-slider .swiper-slide {
    background-color: #fff;
    border-right: 1px solid #000;
    padding: 5px;
    aspect-ratio: 16/10;
    img

{
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

}


.our-best-supporters-wrapper {
    .swiper-button-next:after, .swiper-button-prev:after

{
    font-family: swiper-icons;
    font-size: 30px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color:black;
}

}


.product-banner {
    margin-bottom: 10px;
    img

{
    width: 100%;
}

}

.banner-slider {
    .swiper-button-next:after, .swiper-button-prev:after

{
    font-family: swiper-icons;
    font-size: 26px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    top: 58%;
}

}

.banners-wrapper {
    text-align: center;
    img

{
    width: 100%;
    max-width: 1280px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
}

}

/* top brands css end here */
.whatsapp-btn-wrapper {
    position: fixed;
    bottom: 15px;
    right: 15px;
    overflow: hidden;
    transition: 0.5s;
    z-index: 9999;
    &:hover

{
    p

{
    display: block;
}

}
}

.whatsapp-fixed-btn {
    transition: ease-in-out 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    p

{
    white-space: nowrap;
    padding: 0px 16px;
    line-height: 1.6;
    font-size: 15px;
    background-color: #25d366;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    margin: 0px 10px;
    display: none;
}

}

.preferrence-btn {
    position: fixed;
    left: 15px;
    bottom: 15px;
    background-color: #0056b3;
    border-radius: 50%;
    padding: 0;
    height: 45px;
    width: 45px;
    z-index: 9999;
}

.custom-tooltip {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #4e4b66;
    color: white;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    margin-left: 10px;
}

    .custom-tooltip::after {
        content: "";
        position: absolute;
        right: 100%;
        top: 50%;
        transform: translateY(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: transparent #4e4b66 transparent transparent;
    }

.preferrence-btn:hover .custom-tooltip {
    opacity: 1;
    visibility: visible;
}

#toggleBtn {
    background-color: transparent;
    color: #0056b3;
    border: none;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
}

#more {
    display: none;
}

.modal-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #212121;
}

.modal-body {
    p

{
    font-size: 14px;
}

.accordion-button {
    padding-left: 40px;
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
    div

{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    span

{
    color: #212121;
    &:nth-child(1)

{
    font-size: 16px;
    font-weight: 700;
}

&:nth-child(2) {
    color: #008000;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
}

}
}

&::after {
    position: absolute;
    margin-left: 0;
    left: 15px;
    top: 20px;
    width: 12px;
    height: 12px;
    background-size: 12px !important;
}

p {
    width: 100%;
    margin: 0;
}

}
}

.modal-body .accordion-body p {
    color: #212121;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 10px;
    background-color: #f4f4f4;
    border-color: #ebebeb;
    border-radius: 5px;
}

.modal-body .accordion-item {
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
}

.modal-footer {
    flex-wrap: nowrap;
    .btn

{
    width: 100%;
    color: var(--secondry-color);
    background-color: transparent;
    border: 2px solid var(--secondry-color);
    border-radius: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    margin: 0 8px 0 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    &:nth-child(3)

{
    background-color: var(--secondry-color);
    color: #fff;
}

&:hover {
    opacity: 0.9;
}

}
}

.modal-dialog {
    z-index: 999;
}

#onLoadModal .modal-dialog {
    margin-left: 20px;
    height: calc(100% - 56px);
}

body:has(#onLoadModal[aria-modal="true"]) {
    .preferrence-btn

{
    display: none;
}

}

/* loader */



.loader-wrapper {
    position: relative;
}

#loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}





/* Propaper Exhibition Start here */
.Propaper-exhibition-wrapper {
    padding-block: 50px;
    text-align: center;
    background: #6ABD41;
    h1

{
    font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.0625rem);
    margin-bottom: 40px;
    font-weight: 700;
    color: #000;
}

p {
    text-align: center;
    text-wrap: balance;
    strong

{
    color: #993300;
}

}
}










/* light box start here */
.glimpses-light-box-wrapper {
    text-align: center;
    h3

{
    font-size: clamp(1.25rem, 1.0455rem + 1.0227vw, 1.8125rem);
    font-weight: 600;
    margin-bottom: 50px;
}

}

.view-more-btn {
    text-align: center;
    display: block;
    margin-inline: auto;
    width: 120px;
    height: 39px;
    text-transform: uppercase;
    place-content: center;
    background-image: linear-gradient(86deg, #078243D6 0%, #002B68B3 60%);
    color: #fff;
    border-radius: 3px;
    margin-top: 30px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 15px;
    border: none;
    outline: none;
    &:hover

{
    color: #fff;
    background-image: linear-gradient(172deg, #078243D6 0%, #002B68B3 60%);
}

}

.Glimpses-light-box div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
    gap: 10px;
    width: 100%;
    .uk-inline

{
    position: relative;
    img

{
    aspect-ratio: 16/9;
    object-fit: cover;
}

&::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    transition: all ease-in-out .5s
}

&:hover {
    &::after

{
    opacity: 1;
}

}
}
}



/* light box End here */



/* MEET OUR TOP SPEAKERS start here */
.speakers-wrapper {
    padding-block: 50px;
    .container

{
    max-width: 860px;
}

h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

}

.speaker-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    img

{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.speaker-overlay {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    padding: 2rem;
    place-content: center;
    transform: translateY(-100%);
    opacity: 0;
    p

{
    border: 2px solid #000;
    padding: 1rem;
    color: #000000;
    font-size: 17px;
    strong

{
    color: #000;
}

span {
    color: #5C4033;
    font-weight: bold;
}

}
}

&:hover {
    img

{
    transform: scale(3.1);
    transition: all .5s;
}

.speaker-overlay {
    opacity: 1;
    transition: all .7s;
    transform: translateY(0);
}

}
}


/* MEET OUR TOP SPEAKERS End here */

/* Solar Exhibition start here */
.solar-exhibition-wrapper {
    text-align: center;
    background-color: #7A7A7A0F;
    padding-block: 50px;
    .container

{
    max-width: 1180px;
}

h1 {
    font-size: clamp(1.875rem, -1.0714rem + 4.7619vw, 2.5rem);
    font-weight: 500;
    margin-bottom: clamp(1.875rem, -4.0179rem + 9.5238vw, 3.125rem);
    ;
}

p {
    font-size: 25px;
    color: #7a7a7a;
}

h2 {
    font-size: 25px;
    font-weight: 600;
    margin-block: 20px;
    span

{
    font-weight: 400;
}

}
}

/* Solar Exhibition End here */

/* conference theme start here */
.conference-theme-wrapper {
    h3

{
    padding: 2% 5%;
    background-image: linear-gradient(180deg, #FFFCAE 0%, #CDA742 100%);
    border-radius: 9px 9px 9px 9px;
    font-size: clamp(1.25rem, 1.1364rem + 0.5682vw, 1.5625rem);
    font-weight: 600;
    color: #000;
    width: fit-content;
    line-height: 1;
    margin: 20px auto;
}

}

.PS-box {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    aspect-ratio: 1;
    place-content: center;
}

/* conference theme end here */

/* HIGHLIGHTS-OF-POWERELEC start here */
.HIGHLIGHTS-OF-POWERELEC {
    padding-block: 70px 50px;
    h3

{
    text-align: center;
    margin-bottom: 30px;
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    span

{
    font-weight: 400;
}

}
}

/* HIGHLIGHTS-OF-POWERELEC End here */

/* Renewable-sources-wrapper start here */
.Renewable-sources-wrapper {
    background-color: #F8F8F891;
    padding-block: 50px;
    .container

{
    max-width: 1080px;
}

h4 {
    font-size: clamp(1.5625rem, 1.108rem + 2.2727vw, 2.8125rem);
    font-weight: 600;
    margin-bottom: 50px;
    span

{
    font-weight: 400;
}

}
}

.sources-box {
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000;
    border-radius: 7px 7px 7px 45px;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    z-index: 0;
    gap: 20px;
    margin-bottom: 20px;
    span

{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    aspect-ratio: 1;
    color: var(--primary-color);
    border: 1px solid var(--secondry-color);
    border-radius: 50%;
    font-size: 40px;
    z-index: 2;
    transition: all ease-in-out .5s;
}

h5 {
    font-size: 23px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    transition: all ease-in-out .5s;
}

p {
    color: #000;
    font-size: 18px;
    position: relative;
    z-index: 2;
    transition: all ease-in-out .5s;
}

&:after {
    position: absolute;
    content: '';
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background: var(--secondry-color);
    transition: all ease-in-out .5s;
    z-index: 0;
}

&:hover {
    &:after

{
    height: 100%;
}

p,
h5,
span {
    color: #fff;
    border-color: #fff;
}

;
}
}

@media (max-width:767px) {
    .sources-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

/* Renewable-sources-wrapper End here */

/* kp-rerec-wrapper start here */
.kp-rerec-wrapper {
    padding-block: 50px;
    .container

{
    max-width: 1080px;
}

h4 {
    font-size: clamp(1.5625rem, 1.3352rem + 1.1364vw, 2.1875rem);
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

}

.green-box {
    display: flex;
    height: 100%;
    gap: 20px;
    padding: 35px 25px 35px 20px;
    border-radius: 3px;
    background: var(--primary-color);
    border-left: 30px solid #055b2f;
    color: #fff;
    p

{
    color: #fff;
}

svg {
    font-size: 28px;
}

&:hover {
    color: #fff;
}

}

/* kp-rerec-wrapper End here */





.videos-wrapper {
    padding-inline: 8%;
    h2

{
    font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.0625rem);
    margin-bottom: 20px;
}

iframe {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 20px;
}

}

iframe {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 20px;
}

.bordered-heading.left {
    padding: 10px;
    border-bottom: 0;
    text-align: left;
    margin-block: 30px 20px;
    &:after

{
    display: none;
}

}

/* media pages css End here */
@media (max-width: 767px) {
    .border-plus-btn {
        display: none;
    }
}

@media (max-width: 575px) {
    #onLoadModal .modal-dialog {
        margin-left: 0px;
        padding-bottom: 90px;
        padding-inline: 20px;
    }

        #onLoadModal .modal-dialog .modal-footer {
            gap: 10px;
            flex-wrap: wrap;
            button

{
    margin: 0;
}

}
}

/* download-brochure-wrapper start here */
.download-brochure-wrapper {
    background-color: #f9f1ec;
    h2

{
    color: #000;
}

}

/* download-brochure-wrapper End here */


.sponsors-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px;
}

.top-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    align-items: start;
    .sponsor-section:nth-child(3)

{
    .sponsor-grid

{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    .spons-box

{
    max-width: 200px;
    min-height: 150px;
    margin-inline: 0;
}

}
}
}

.mid-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: start;
    .sponsor-section:nth-child(3)

{
    flex: 2;
    .sponsor-grid

{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    .spons-box

{
    max-width: 200px;
    min-height: 150px;
    margin-inline: 0;
}

}
}
}


.sponsor-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(150px, 1fr);
    gap: 15px;
    width: 100%;
    .spons-box

{
    max-width: 150px;
    min-height: 150px;
    margin-inline: auto;
}

}

@media (max-width: 1259px) {
    .top-row {
        flex-wrap: wrap;
        justify-content: center;
        .sponsor-section:nth-child(3)

{
    flex: 1 100%;
}

}

.mid-row {
    flex-wrap: wrap;
    .sponsor-section:nth-child(3)

{
    flex: 1 100%;
}

}
}

.sponsor-section {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.spons-box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    min-height: 200px;
    max-width: 200px;
    flex-basis: 200px;
    flex-shrink: 0;
}

    .spons-box img {
        max-width: 100%;
        object-fit: contain;
    }

    .spons-box a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

.principal-sponsor {
    background-color: #c18a54;
}







.highlights-wrapper {
    padding: 50px 0;
    .uk-first-column

{
    width: 100%;
    display: block;
    .uk-inline

{
    width: 100%;
}

}

.Glimpses-light-box div {
    display: block;
}

}

.highlight-img {
    height: 330px;
    animation: changeBackground-2024 12s infinite ease-in-out;
    will-change: background, background-size;
    /* Optimizes animation performance */
    display: flex;
    justify-content: center;
    align-items: center;
    a

{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c18a54;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: #fff;
    position: relative;
    opacity: 1;
    &::before

{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    inset: 0;
    border-radius: 50%;
}

svg {
    font-size: 22px;
}

}
}



@keyframes changeBackground-2024 {
    0% {
        background: url('../images/home/glimpse-expo/glipmse-expo-1.jpg') no-repeat center / cover;
        background-size: 100%;
        opacity: 1;
    }

    15% {
        background-size: 110%;
    }

    25% {
        background: url('../images/home/glimpse-expo/glipmse-expo-1.jpg') no-repeat center / cover;
        background-size: 120%;
        opacity: 1;
    }

    25.1% {
        background: url('../images/home/glimpse-expo/glipmse-expo-2.jpg') no-repeat center / cover;
        background-size: 100%;
        opacity: 1;
    }

    40% {
        background-size: 110%;
    }

    50% {
        background: url('../images/home/glimpse-expo/glipmse-expo-2.jpg') no-repeat center / cover;
        background-size: 120%;
        opacity: 1;
    }

    50.1% {
        background: url('../images/home/glimpse-expo/glipmse-expo-3.jpg') no-repeat center / cover;
        background-size: 100%;
        opacity: 1;
    }

    65% {
        background-size: 110%;
    }

    75% {
        background: url('../images/home/glimpse-expo/glipmse-expo-3.jpg') no-repeat center / cover;
        background-size: 120%;
        opacity: 1;
    }

    75.1% {
        background: url('../images/home/glimpse-expo/glipmse-expo-4.jpg') no-repeat center / cover;
        background-size: 100%;
        opacity: 1;
    }

    90% {
        background-size: 110%;
    }

    100% {
        background: url('../images/home/glimpse-expo/glipmse-expo-4.jpg') no-repeat center / cover;
        background-size: 120%;
        opacity: 1;
    }
}

.highlights-box.highlights-box-2022 .highlight-img {
    height: auto;
    aspect-ratio: 16/9;
    animation: changeBackground-2022 12s infinite ease-in-out;
    will-change: background, background-size;
    /* Optimizes animation performance */
}

@keyframes changeBackground-2022 {
    0% {
        background: url('../images/glimpse-of-propaper-dubai/session-2022/glimpse-1.jpg') no-repeat center / cover;
        background-size: 100%;
        opacity: 1;
    }

    15% {
        background-size: 110%;
    }

    25% {
        background: url('../images/glimpse-of-propaper-dubai/session-2022/glimpse-2.jpg') no-repeat center / cover;
        background-size: 120%;
        opacity: 1;
    }

    25.1% {
        background: url('../images/glimpse-of-propaper-dubai/session-2022/glimpse-3.jpg') no-repeat center / cover;
        background-size: 100%;
        opacity: 1;
    }

    40% {
        background-size: 110%;
    }

    50% {
        background: url('../images/glimpse-of-propaper-dubai/session-2022/glimpse-4.jpg') no-repeat center / cover;
        background-size: 120%;
        opacity: 1;
    }

    50.1% {
        background: url('../images/glimpse-of-propaper-dubai/session-2022/glimpse-5.jpg') no-repeat center / cover;
        background-size: 100%;
        opacity: 1;
    }

    65% {
        background-size: 110%;
    }

    75% {
        background: url('../images/glimpse-of-propaper-dubai/session-2022/glimpse-6.jpg') no-repeat center / cover;
        background-size: 120%;
        opacity: 1;
    }

    75.1% {
        background: url('../images/glimpse-of-propaper-dubai/session-2022/glimpse-7.jpg') no-repeat center / cover;
        background-size: 100%;
        opacity: 1;
    }

    90% {
        background-size: 110%;
    }

    100% {
        background: url('../images/glimpse-of-propaper-dubai/session-2022/glimpse-8.jpg') no-repeat center / cover;
        background-size: 120%;
        opacity: 1;
    }
}

.highlights-box.highlights-box-2023 .highlight-img {
    animation: changeBackground-2023 12s infinite ease-in-out;
    will-change: background, background-size;
    /* Optimizes animation performance */
}

@keyframes changeBackground-2023 {
    0% {
        background: url('../images/glimpse-of-propaper-dubai/session-2023/glimpse-1.jpg') no-repeat center / cover;
        background-size: 100%;
        opacity: 1;
    }

    15% {
        background-size: 110%;
    }

    25% {
        background: url('../images/glimpse-of-propaper-dubai/session-2023/glimpse-2.jpg') no-repeat center / cover;
        background-size: 120%;
        opacity: 1;
    }

    25.1% {
        background: url('../images/glimpse-of-propaper-dubai/session-2023/glimpse-3.jpg') no-repeat center / cover;
        background-size: 100%;
        opacity: 1;
    }

    40% {
        background-size: 110%;
    }

    50% {
        background: url('../images/glimpse-of-propaper-dubai/session-2023/glimpse-4.jpg') no-repeat center / cover;
        background-size: 120%;
        opacity: 1;
    }

    50.1% {
        background: url('../images/glimpse-of-propaper-dubai/session-2023/glimpse-5.jpg') no-repeat center / cover;
        background-size: 100%;
        opacity: 1;
    }

    65% {
        background-size: 110%;
    }

    75% {
        background: url('../images/glimpse-of-propaper-dubai/session-2023/glimpse-6.jpg') no-repeat center / cover;
        background-size: 120%;
        opacity: 1;
    }

    75.1% {
        background: url('../images/glimpse-of-propaper-dubai/session-2023/glimpse-7.jpg') no-repeat center / cover;
        background-size: 100%;
        opacity: 1;
    }

    90% {
        background-size: 110%;
    }

    100% {
        background: url('../images/glimpse-of-propaper-dubai/session-2023/glimpse-8.jpg') no-repeat center / cover;
        background-size: 120%;
        opacity: 1;
    }
}

@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);
    }
}

.energy-exhibition-wrapper {
    margin-top: 10px;
    padding: 50px 0;
    overflow: hidden;
    background: url(../images/home/energy-bg.png) center/cover;
    .container

{
    max-width: 1060px;
}

h3 {
    font-size: clamp(1.25rem, 1.0455rem + 1.0227vw, 1.8125rem);
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

p {
    font-size: clamp(1rem, 0.8636rem + 0.6818vw, 1.375rem);
    color: #002B68;
    margin: 0px 0px 10px 0px;
    line-height: 1.7;
    font-weight: 600;
    text-align: justify;
}

img {
    object-fit: cover;
    aspect-ratio: 1;
    max-width: 350px;
    object-position: center;
    border-radius: 50%;
}

.col-md-6:has(img) {
    display: flex;
    justify-content: center;
    align-items: center;
}

}

.uk-grid {
    padding-bottom: 30px;
}

.uk-lightbox {
    background: #000000de;
    backdrop-filter: blur(6px);
}

.dot-dot {
    height: 4px;
    width: 40px;
    background: var(--secondry-color);
    border-radius: 2px;
    position: relative;
    margin-left: 27px;
    margin-block: 15px;
    &::before

{
    content: "";
    position: absolute;
    background: var(--secondry-color);
    height: 4px;
    width: 4px;
    border-radius: 50%;
    left: -27px;
    top: 0;
    -webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
    box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}

}

.cancel-reply-btn {
    border-color: #d30606;
    background-color: #d30606;
    color: #000000;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1em;
    padding-top: 14px;
    padding-right: 30px;
    padding-bottom: 14px;
    padding-left: 30px;
    color: #fff;
    border-radius: 0px;
    border: none;
}

.form-head-link {
    text-wrap: balance;
    display: inline-block;
    text-align: center;
    background-image: linear-gradient(86deg, #078243D6 0%, #002B68B3 60%);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    margin-bottom: 20px;
    font-weight: 500;
    &:hover

{
    background-image: linear-gradient(172deg, #078243D6 0%, #002B68B3 60%);
    color: #fff;
    text-decoration: none;
}

}

@media (max-width: 1473px) {
    .section-title {
        font-size: 20px;
    }

    .spons-box {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
        border-radius: 8px;
        padding: 10px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1;
        min-height: 180px;
        max-width: 180px;
        flex-basis: 180px;
        flex-shrink: 0;
    }
}



/* countDown start here */
.banner-content-wrapper {
    position: relative;
}

.countdown-box {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-block: 10px;
    flex-wrap: wrap;
}

    .countdown div {
        background: radial-gradient(at top right, #2e9561 15%, #4a6993 62%);
        padding-block: 26px;
        border-radius: 12px;
        text-align: center;
        min-width: 132px;
        display: flex;
        justify-content: center;
        align-items: end;
        gap: 5px;
    }

    .countdown span {
        font-size: 35px;
        font-weight: 400;
        line-height: 0.7;
        color: #fff;
        display: block;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        font-family: "Lato", sans-serif;
    }

    .countdown small {
        line-height: 1;
        color: #fff;
        display: block;
        font-family: 'Lato';
    }

@media (max-width: 768px) {
    .countdown-box {
        position: static;
        transform: translateX(0);
    }

    .countdown div {
        flex-direction: column;
        align-items: center;
        min-width: 65px;
        flex-grow: 1;
        padding-block: 15px;
    }

    .countdown span {
        font-size: 15px;
    }

    .countdown small {
        font-size:  12px;
            
    }
}
