:root {
    --primary-color: #081528;
    --secondry-color: #078243;
    --third-color: #fecc00;
}

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

.animated-heading {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: clamp(1.375rem, 1.2614rem + 0.5682vw, 1.6875rem);
    color: var(--primary-color);
    padding: 20px;
    --animation-duration: 3s;
    /* animation time */
    --animation-delay: 2s;
    /* gap between loops */
}

    .animated-heading span {
        position: relative;
        color: #fecc00;
        display: inline-block;
    }

    .animated-heading svg {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -10px;
        height: 28px;
    }

    .animated-heading path {
        stroke: #000;
        stroke-width: 12;
        fill: none;
        stroke-dasharray: 1500;
        stroke-dashoffset: 1500;
        animation: elementor-headline-dash var(--animation-duration) ease forwards;
        animation-iteration-count: infinite;
        /* loop */
        animation-delay: var(--animation-delay);
        animation-fill-mode: none;
        /* reset after each loop */
    }

        .animated-heading path:nth-of-type(2) {
            animation-delay: calc(var(--animation-duration) + var(--animation-delay));
        }

@keyframes elementor-headline-dash {
    0% {
        stroke-dashoffset: 1500;
    }

    70% {
        stroke-dashoffset: 0;
        /* fully drawn */
    }

    100% {
        stroke-dashoffset: 1500;
        /* reset for next loop */
    }
}

@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(--primary-color);
    font-family: "Barlow", Sans-serif;
}

h2 {
    font-size: clamp(1.625rem, 1.3523rem + 1.3636vw, 2.375rem);
    font-weight: 600;
}




.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 {
    margin-bottom: 50px;
    padding-inline: 41px;
    .swiper-button-next:after, .swiper-button-prev:after

{
    opacity: 0;
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 27px;
    justify-content: center;
    place-content: center;
    color: #000;
}

.swiper-slide {
    background-color: #fff;
    border: 3px solid #08152870;
    padding: 5px;
    aspect-ratio: 1;
    border-radius: 12px;
    height: 150px;
    width: 150px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    img

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

}
}



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

}

.date-location-wrapper {
    width: 100%;
    max-width: 1160px;
    margin: 60px auto 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-inline: 15px;
    flex-wrap: wrap;
    .d-box

{
    gap: 15px;
    border: 5px solid;
    border-radius: 20px;
    background-color: #d2d2d3;
    text-align: center;
    position: relative;
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    flex: 1 300px;
    margin-bottom: 26px;
    span

{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 76px;
    margin-inline: auto;
    transform: translateY(-50%);
    border: 5px solid;
    border-radius: 100%;
    font-size: 30px;
    background-color: #fff;
    position: absolute;
    top: 0;
}

p {
    color: #000;
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
}

}

.d-box:nth-child(1) {
    span

{
    border: 5px solid #274A8B;
    color: #274A8B;
}

border: 5px solid #274A8B;
}

.d-box:nth-child(2) {
    span

{
    border: 5px solid #5CA038;
    color: #5CA038;
}

border: 5px solid #5CA038;
}

.d-box:nth-child(3) {
    span

{
    border: 5px solid #FCC000;
    color: #FCC000;
}

border: 5px solid #FCC000;
}
}

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



/*  Exhibition Start here */
.-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;
    padding-block: 50px;
    h2

{
    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(238px, 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;
}

}
}
}


.video-player {
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 12px;
    position: relative;
    &::before

{
    content: "\f144";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    font-size: 70px;
    transform: translate(-50%, -50%);
}

}

@media (max-width:1253px) {
    .Glimpses-light-box div {
        grid-template-columns: repeat(auto-fill, minmax(197px, 1fr));
    }
}

@media (max-width:1048px) {
    .Glimpses-light-box div {
        grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
    }
}

@media (max-width:888px) {
    .Glimpses-light-box div {
        grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
    }
}

@media (max-width:767px) {
    .Glimpses-light-box div {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}
/* light box End here */



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

{
    max-width: 1440px;
}

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

}


/* MEET OUR TOP SPEAKERS End here */


/* Powerful Reasons start here  */
.Powerful-Reasons {
    margin-top: 50px;
    padding-block: 50px;
    background: linear-gradient(8deg, rgba(227, 227, 227, 1) 50%, rgba(240, 240, 240, 1) 50%);
    .container

{
    max-width: 1180px;
}

h2 {
    text-transform: uppercase;
    margin-bottom: 50px
}

.black-btn {
    background-color: #70b648;
}

}

.reason-box {
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 15px;
    border: 1px solid #6abc48;
    height: 100%;
    h3

{
    font-size: 20px;
    font-weight: 600;
    color: #198754;
}

p {
    margin-bottom: 15px;
    &:last-of-type

{
    margin-bottom: 0;
}

}
}

/* Powerful Reasons End here  */

/*  How it Work Start here */
.How-it-Work-wrapper {
    padding-block: 50px;
    background: linear-gradient(8deg, rgba(227, 227, 227, 1) 50%, rgba(240, 240, 240, 1) 50%);
    text-align: center;
    .container

{
    max-width: 1180px;
}

p {
    color: #008000;
    font-size: clamp(1.125rem, 0.625rem + 2.5vw, 2.5rem);
    font-weight: 600;
    margin-bottom: 5%;
}

.white-btn,
.black-btn {
    font-weight: 600;
    border-radius: 50px;
    min-width: 260px;
}

.black-btn {
    background-color: #70b648;
}

.btns-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

}

.work-flow {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    gap: 20px;
    margin-block: 8%;
    h3

{
    font-size: clamp(1.625rem, 1.3523rem + 1.3636vw, 2.375rem);
    font-weight: 600;
    line-height: 1;
}

svg {
    font-size: clamp(1.625rem, 1.3523rem + 1.3636vw, 2.375rem);
    color: #008000;
}

}

@media (max-width: 767px) {
    .work-flow {
        flex-direction: column;
        text-align: center;
        svg

{
    transform: rotate(90deg);
}

}
}

/*  How it Work End here */

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

{
    max-width: 1180px;
}

h2 {
    margin-bottom: 30px;
}

.faq-box {
    margin-bottom: 15px;
    padding: 10px;
    background: #f6f6f6;
    h3

{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #70bf4f;
}

p {
    color: #002B68;
    font-size: 14px;
    margin-bottom: 0;
}

ul {
    color: #002B68;
    font-size: 14px;
    margin-bottom: 0;
    list-style: disc;
    padding-left: 30px;
}

a {
    color: #002B68;
    font-weight: 600;
    text-decoration: underline;
}

}
}

/* FAQ End here */
/* Still thinking start here */
.Still-Thinking-wrapper {
    padding-block: 50px;
    background: #0e0400;
    text-align: center;
    .container

{
    max-width: 1180px;
}

h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

p {
    color: #fff;
    font-size: clamp(1.125rem, 0.625rem + 2.5vw, 2.5rem);
    font-weight: 600;
    margin-bottom: 30px;
}

.white-btn,
.black-btn {
    font-weight: 600;
    border-radius: 50px;
    min-width: 260px;
}

.black-btn {
    background-color: #70b648;
    text-transform: uppercase;
}

.btns-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

}

/* Still thinking End here */

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

{
    max-width: 1180px;
}

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: #fff;
    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: 10px;
    border-radius: 7px;
    background: #ededee;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    z-index: 0;
    gap: 20px;
    margin-bottom: 20px;
    height: 100%;
    span

{
    color: var(--secondry-color);
    font-size: 40px;
    z-index: 2;
    transition: all ease-in-out .5s;
    flex-shrink: 0;
}

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

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

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

&:hover {
    &:after

{
    height: 100%;
}

}
}

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

/* Renewable-sources-wrapper End here */

/* All-About-Energy */
.All-About-Energy {
    background: url('../images/home/energy-bg.png') fixed no-repeat center / cover;
    position: relative;
    padding-block: 6%;
    color: #fff;
    z-index: 0;
    overflow: hidden;
    &::before

{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}




.container {
    max-width: 1360px;
    position: relative;
    z-index: 2;
}

h2 {
    font-size: clamp(1.75rem, 1.5227rem + 1.1364vw, 2.375rem);
    font-weight: 700;
    color: #FD890E;
    margin-bottom: 15px;
}

ul {
    margin-bottom: 20px;
    li

{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
    text-align: justify;
    display: flex;
    align-items: center;
    svg

{
    color: #FD890E;
    margin-right: 10px;
}

}
}

p {
    color: #fff;
    font-size: 19px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 20px;
}

}

/* All-About-Energy */

/* circle wrapper */
.circle-wrapper {
    padding-block: 50px;
    background-color: #f4f4f4;
    .container

{
    max-width: 1200px;
}

}

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

.circle-content {
    flex: 1;
    text-align: left;
    padding: 20px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    h3

{
    font-size: 21px;
    font-weight: 700;
    color: #000;
}

p {
    color: #7a7a7a;
}

}

.border-bottom {
    border-bottom: 3px solid #000 !important;
}

.border-top {
    border-top: 3px solid #000 !important;
}

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

.circle-2-wrapper {
    background-color: #F4E9DC;
    padding-block: 50px;
    .container

{
    max-width: 1200px;
}

h3 {
    color: #F15A29;
}

}

/* circle wrapper */
.power-house-wrapper {
    background-color: transparent;
    background-image: linear-gradient(180deg, #F3C068 0%, #95C7A4 100%);
    padding: 5% 0;
}

.power-hosue-gallery .container {
    max-width: 950px;
    padding-block: 15px;
}

.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: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}



.sponsor-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    .spons-box

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

}

@media (max-width: 1259px) {
    .top-row {
        flex-wrap: wrap;
        justify-content: center;
    }
}

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




.energy-exhibition-wrapper {
    margin-top: 10px;
    padding: 50px 0;
    overflow: hidden;
    background-color: var(--primary-color);
    .container

{
    max-width: 1480px;
}

h1,
h2 {
    font-size: clamp(1.625rem, 1.4659rem + 0.7955vw, 2.0625rem);
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    span

{
    display: block;
    color: #3ba445;
}

}

h2 {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
}



p {
    font-size: 15px;
    color: #fff;
    margin: 0px 0px 10px 0px;
    line-height: 1.7;
    font-weight: 600;
    text-align: justify;
    strong

{
    color: #ffff00;
}

}

img {
    object-fit: cover;
    object-position: center;
}

ul {
    li

{
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.7;
    font-weight: 600;
    text-align: justify;
    display: flex;
    align-items: center;
    svg

{
    color: #3ba445;
    margin-right: 10px;
}

}
}

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

}

.dotted-border {
    border-top: 3px dotted #fecc00;
    padding-top: 20px;
}

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

}




.loaderBox {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: #ffffff;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.loader {
    border: 16px solid #2b2b2b;
    border-radius: 50%;
    border-top: 16px solid #949599;
    width: 100%;
    height: 100%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    text-align: center;
}

@-webkit-keyframes spin {

    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {

    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaderText {
    width: calc(100% - 32px);
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    overflow: hidden;
    height: 66px;
    margin-right: auto;
    top: 50%;
    left: 50%;
    margin-left: calc(-50% - -16px);
    margin-top: -31px;
}

.loaderWrap {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -75px;
}

#loader {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    display: none;
}

.loaderImg {
    width: 100%;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankYouWrap {
    .container

{
    max-width: 990px
}

.imageWrap {
    margin-bottom: 30px;
}

p, ul {
    padding-inline: 15px;
    font-size: clamp(1rem, 0.9565rem + 0.2174vw, 1.125rem);
    margin-bottom: clamp(0.625rem, 0.5163rem + 0.5435vw, 0.9375rem);
}

    ul li {
        margin-bottom: 5px;
    }
}
