* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto";
}



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

.container {
    max-width: 1140px;
}

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

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p,
h2,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Lato", Sans-serif;
}

.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%;
}

}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: bold;
    color: #f65425;
    top: 58%;
}

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

{
    width: 100%;
}

}

.banner-slider {
    height: 480px;
    .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%;
}

}

/* 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: #1863DC;
    background-color: transparent;
    border: 2px solid #1863DC;
    border-radius: 0;
    font-size: 14px;
    font-family: inherit;
    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: #1863DC;
    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;
}

.countdown small {
    font-size: 0.85rem;
    color: #aaa;
}

/* countDown end here */

/* SHOWCASING BEST IN CLASS – DIFLEX 2025 start here */
.best-in-class-wrapper {
    padding-block: 30px;
    h2

{
    font-size: clamp(1.5625rem, 1.2898rem + 1.3636vw, 2.3125rem);
    text-align: center;
    color: #ff5f00;
    margin-bottom: 30px;
}

}

.best-in-class-list {
    border-right: 2px solid #000;
    padding-block: 10px;
    height: 100%;
    li

{
    font-size: 16px;
    svg

{
    margin-right: 5px;
}

}
}

@media (max-width: 767px) {
    .best-in-class-list {
        border-right: 0;
        border-bottom: 2px solid #000;
    }
}

/* SHOWCASING BEST IN CLASS – DIFLEX 2025 End here */

/*  supporting partners start here*/

.partner-box {
    margin-block: 50px;
    ul

{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    li

{
    border: 1px solid #c18a54;
    padding: 10px;
    border-radius: 8px;
    width: 129px;
}

}
}

@media (max-width: 767px) {
    .suporting-partner-wrapper {
        flex-direction: column;
    }

    .partner-box {
        ul

{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    li

{
    flex: 0;
}

}
}
}

/*  supporting partners end here*/

/* market valued Start here */
.bordered-heading {
    padding-bottom: 20px;
    margin-bottom: 30px !important;
    text-align: center;
    color: #525252 !important;
    position: relative;
    font-size: clamp(1.25rem, 1.1364rem + 0.5682vw, 1.5625rem) !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    &:after

{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 4px;
    border-block: 1px solid #c18a54;
}

}


.crème-de {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    .img-part

{
    width: 32.946%;
    height: 100%;
    img

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

}

.content-part {
    height: 100%;
    width: 67.054%;
    padding: 25px 45px;
    background: url(../images/home/creme-banner-2.jpg) no-repeat center / cover;
    h2

{
    font-size: clamp(1.8125rem, 1.517rem + 1.4773vw, 2.625rem);
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 20px;
    &:nth-child(2)

{
    font-weight: 400;
    font-size: clamp(1.125rem, 0.8068rem + 1.5909vw, 2rem);
}

}
}
}

@media (max-width: 768px) {
    .crème-de {
        flex-direction: column;
        height: max-content;
        .img-part

{
    width: 100%;
    height: 276px;
}

.content-part {
    width: 100%;
    height: 176px;
    padding: 15px;
}

}
}

/* market valued End here */

/* 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-family: 'Lato';
    font-weight: 700;
    color: #000;
}

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

{
    color: #993300;
}

}
}



/* Propaper Exhibition End here */
/* paper-market-gcc start here */
.paper-market-gcc {
    display: flex;
    align-items: stretch;
}

    .paper-market-gcc .img-part {
        flex: 1 1 50%;
        display: flex;
        overflow: hidden;
        position: relative;
    }

        .paper-market-gcc .img-part img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            inset: 0;
        }

    .paper-market-gcc .content-part {
        flex: 1 1 50%;
        padding: 55px 35px 35px 35px;
        background: #000;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }



        .paper-market-gcc .content-part h2 {
            font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.0625rem);
            margin-bottom: 1.75em;
            font-family: 'Lato';
            font-weight: 700;
            color: #ffffff;
            text-align: center;
        }

        .paper-market-gcc .content-part p {
            margin-bottom: 1.75em;
            color: #fff;
            font-size: 15px;
            font-family: 'Lato';
        }

            .paper-market-gcc .content-part p strong {
                color: #FF5F00;
            }


/* Responsive Breakpoints */
@media (max-width: 992px) {
    .paper-market-gcc {
        flex-direction: column;
    }

        .paper-market-gcc:has(.green-part.content-part) {
            flex-direction: column-reverse;
        }

        .paper-market-gcc .content-part,
        .paper-market-gcc .img-part {
            flex: 1 1 100%;
            width: 100%;
        }

        .paper-market-gcc .img-part {
            height: auto;
            aspect-ratio: 16/8;
            overflow: hidden;
        }

            .paper-market-gcc .img-part img {
                height: auto;
            }
}

/* light box start here */
.glimpses-light-box-wrapper {
    margin-top: 50px;
    padding-block: 50px;
    background-color: #F2F2F2;
}

.view-more-btn {
    text-align: center;
    display: block;
    margin-inline: auto;
    width: 164px;
    height: 48px;
    text-transform: uppercase;
    place-content: center;
    background-color: #C68C5A;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    &:hover

{
    background-color: #C68C5A;
    color: #fff;
}

}

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

{
    position: relative;
    &::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;
}

}
}
}

.green-part.content-part {
    background-color: #6ABD41;
    h5

{
    color: #fff;
    margin-bottom: 1.75em;
    font-weight: 700;
}

p {
    color: #000;
    strong

{
    color: #993300;
}

}
}

/* light box End here */

/* New Coverages- Shoes start here */
.New-Coverages-Shoes-wrapper {
    padding-block: 50px;
    .btn

{
    text-align: center;
    display: block;
    margin-inline: auto;
    width: 164px;
    height: 48px;
    place-content: center;
    background-color: #C68C5A;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    &:hover

{
    background-color: #c68c5a;
}

}
}

.shoe-coverage-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
}

.shoe-coverage-box {
    &:hover

{
    img

{
    transform: scale(1.1);
}

}

a {
    color: #000;
}

.shoe-coverage-banner {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    position: relative;
    span

{
    position: absolute;
    top: 25px;
    left: 25px;
    padding: 10px 18px;
    border-radius: 50px;
    background-color: #fff;
    font-size: 12px;
    line-height: 1;
}

}

img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    transition: all ease-in-out .5s;
}

}

.shoe-coverage-body {
    background: #ffffffc9;
    box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, .07);
    padding: 10%;
    min-height: 340px;
    border-radius: 0 0 8px 8px;
    h2

{
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    font-size: 22px;
}

p {
    color: #616161;
}

}

@media (max-width: 767px) {
    .shoe-coverage-body {
        min-height: fit-content;
        padding: 15px;
    }
}

/* New Coverages- Shoes End here */




.Awesome-Paper-Boards-wrapper {
    padding-block: 50px;
    h2

{
    color: #14223B;
    margin: 0px 0px 9px 0px;
    font-family: "Lato", Sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 54px;
    text-align: center;
}

h6 {
    color: #14223B;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0px 50px;
    text-align: center;
}

}


.why-attend-box {
    border: 2px solid #fff;
    padding: 50px 40px;
    border-radius: 20px;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    position: relative;
    box-shadow: 0px 20px 50px 0px rgba(1.0000000000000013, 17.000000000000032, 49.00000000000001, 0.08);
    h4

{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    color: #14223B;
}

p {
    text-align: justify;
    color: #676B72;
    font-family: "Roboto", sans-serif;
}

}

.row .col-md-4:nth-child(3n+1) .why-attend-box:hover {
    border-color: #FFB900;
}

.row .col-md-4:nth-child(3n+2) .why-attend-box:hover {
    border-color: #31D6E5;
}

.row .col-md-4:nth-child(3n+3) .why-attend-box:hover {
    border-color: #00AC46;
}

.let-wrap-it {
    background-image: linear-gradient(180deg, #DFDFDF00 0%, #C18A54CC 100%);
    box-shadow: 29px 29px 60px 0px rgba(0, 0, 0, 0.2);
    padding: 7%;
    text-align: center;
    a

{
    background-color: #C18A54CC;
    padding: 21px 55px 21px 55px;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    fill: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C18A54CC;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, 0.1);
    &:hover

{
    background-color: #fff;
    border-color: #C18A54CC;
}

}

h2 {
    margin: 25px 0px 25px 0px;
    font-family: "Lato", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #3a3a3a;
    span

{
    color: #c18a54;
}

}

p {
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
    text-wrap: balance;
}

}

@media (max-width: 767px) {
    .why-attend-box {
        padding: 40px 15px 15px;
    }
}

/* Why Attend DIFLEX End here      */



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

.speaker-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    .speaker-overlay

{
    background-color: rgba(204, 96, 85, .5294117647);
    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: #fff;
    strong

{
    color: #000;
}

span {
    color: #000;
    font-weight: 300;
}

}
}

&: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 */





/* Book A Stand Page css start here */
.book-a-stand-wrapper {
    padding: 50px 0;
    h2

{
    font-size: clamp(1.5625rem, 1.108rem + 2.2727vw, 2.8125rem);
    text-align: center;
    color: #c18a54;
    font-weight: 700;
    margin-bottom: clamp(1.5625rem, 0.9943rem + 2.8409vw, 3.125rem);
}

p {
    text-align: center;
    text-wrap: balance;
    margin-bottom: 10px;
    a

{
    color: #c18a54;
}

}

hr {
    border-color: #000;
}

}

.form-submit-btn {
    background-color: #ff5f00;
    color: #fff;
    border: none;
    padding: 8px 23px;
    border-radius: 3px;
    &:hover

{
    background-color: #FFAF80;
}

}

.cancel-reply-btn {
    border-color: #aa7f6e;
    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;
    &:hover

{
    background-color: #3a3a3a;
    color: #fff;
}

}

.Book-now-btn {
    background-color: #ff5f00;
    color: #fff;
    border: none;
    padding: 12px 50px;
    border-radius: 3px;
    transition: all ease-in-out .5s;
    font-size: 20px;
    display: inline-block;
    &:hover

{
    background-color: #000;
    transform: translateY(-10px);
    color: #fff;
}

}

.book-a-stand-form {
    .select2-container .select2-selection--single .select2-selection__rendered

{
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    padding-block: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    min-width: 100%;
    border: 1px solid;
    border-radius: 9px;
}

.form-control,
.form-select,
.select2-selection__rendered {
    height: 49px;
    line-height: 42px;
    width: 100%;
    margin: 0;
    border: 1px solid #000;
    outline: 0;
    font-weight: 400;
    font-family: inherit;
    border-radius: 8px;
    padding: 0 15px;
    background-color: #fff;
    color: #111111;
    transition: 0.2s;
    box-shadow: none;
    font-size: 15px;
    vertical-align: middle;
}

.form-submit-btn {
    background-color: #c18a54;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 2px;
}

}

/* Book A Stand Page css End here */


.why-to-visit-wrapper {
    width: 100%;
    max-width: 850px;
    padding: 0px 15px 50px;
    margin-inline: auto;
    p

{
    margin-bottom: 10px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    line-height: 31px;
}

}

/* media pages css start 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: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gold-row {
    background-color: #fff;
    border-radius: 10px;
}

    .gold-row .sponsor-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 15px;
    }

.bottom-row {
    display: flex;
    justify-content: center;
}

.sponsor-section {
    text-align: center;
}

.section-title {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #163549;
    margin-bottom: 15px;
}

.spons-box {
    border: 1px solid #c18a54;
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

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

        .spons-box img[alt="Star Paper Mill"] {
            max-height: 120px;
            max-width: 100%;
            object-fit: cover;
            aspect-ratio: 16 / 11;
        }

        .spons-box img[alt="Al Ghurair Starch Manufacturing"] {
            max-height: 120px;
            max-width: 100%;
            object-fit: cover;
            aspect-ratio: 16 / 11;
        }

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

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

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .top-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .gold-row .sponsor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .top-row {
        grid-template-columns: 1fr;
    }

    .gold-row .sponsor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

.why-proper {
    padding: 50px 0;
    overflow: hidden;
    h2

{
    color: #14223B;
    margin: 0px 0px 9px 0px;
    font-family: "Lato", Sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 54px;
}

p {
    color: #14223B;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0px 50px 0px;
}

.col-md-6 {
    place-content: center;
}

}

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

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