@font-face {
    font-family: "Alan Sans";
    src: url(../fonts/AlanSans-VariableFont_wght.woff2) format("woff2"),
        url(../fonts/AlanSans-Light.woff) format("woff");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HarmoniqueDisplay-Light";
    src: url(../fonts/HarmoniqueDisplay-Light.otf) format("opentype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HarmoniqueDisplay-SemiBold";
    src: url(../fonts/HarmoniqueDisplay-SemiBold.otf) format("opentype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(../fonts/montserrat-regular-webfont.woff2) format("woff2"),
        url(../fonts/montserrat-regular-webfont.woff) format("woff");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url(../fonts/montserrat-medium-webfont.woff2) format("woff2"),
        url(../fonts/montserrat-medium-webfont.woff) format("woff");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(../fonts/montserrat-bold-webfont.woff2) format("woff2"),
        url(../fonts/montserrat-bold-webfont.woff) format("woff");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url(../fonts/montserrat-semibold-webfont.woff2) format("woff2"),
        url(../fonts/montserrat-semibold-webfont.woff) format("woff");
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "Montserrat-Regular";
    font-kerning: normal;
    font-optical-sizing: auto;
}

p {
    font-size: 0.75rem;
    text-align: center;
     font-family: "Montserrat-Regular";
     line-height: 1.5;
}

main {
    background: url(../images/mainbg.webp);
    background-size: cover;
}

.topgap {
    height: 64px;
    width: 100%;
    display: block;
}

.ebp3-logo {
    width: 8vw;
}

.divider-cont {
    width: 10vw;
}

main p.main-tag {
    font-size: 0.85rem;
    line-height: 1.3;
    margin-bottom: 0;
    font-family: "Montserrat-SemiBold";

}


.pos-frame-1 {
    position: absolute;
    top: 43px;
    left: 29%;
    right: 33%;
    height: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    align-items: center;
    gap: 1.5rem;
}
.pos-frame-1-tagline {
       position: absolute;
    top: 39%;
    left: 29%;
    right: 33%;
    color: rgb(255, 255, 255);
    width: fit-content;
    background: linear-gradient(to right, #f1a494, #db745d);
    height: 2vw;
    padding: 9px 35px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
    justify-content: center;
    font-family: "Montserrat-Medium";
    text-transform: uppercase;

}
.pos-frame-2 {
    position: absolute;
    top: 60%;
    left: 29%;
    right: 33%;
    height: 26%;
    /* background: #f0ffff30; */
}

.pos-frame-3 {
    position: absolute;
    top: 79%;
    left: 0;
    right: 0;
    z-index: 3;
}

h1 {
    font-family: "HarmoniqueDisplay-SemiBold";
    font-size: 1.55vw;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;

    background: linear-gradient(135deg,
            #f1a494 30%,
            #db745d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    font-family: "HarmoniqueDisplay-SemiBold";
    font-size: 1.7vw;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;


}

h2.nbhdlne {
    background: linear-gradient(135deg,
            #f1a494 30%,
            #db745d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.divider2 {
    width: 20vw;
    margin: auto;
    display: block;
}

h1 span {
    font-family: "HarmoniqueDisplay-Light";
}

h2 span {
    font-family: "HarmoniqueDisplay-Light";
}

p.max1 {
    font-size: 0.85vw;
    max-width: 56ch;
    line-height: 1.3;
    text-align: center;
    margin: auto;
    color: #fff;
    margin-top: 1rem;
}

.icon-wraper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    max-width: fit-content;
    margin: auto;
    gap: 3rem;
}

.ic-item {
    grid-column: span 3;
    position: relative;
}

h3 {
    font-family: "Montserrat-SemiBold";
    font-size: 1.02vw;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(135deg,
            #f1a494 30%,
            #db745d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ic_img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
    position: relative;
    z-index: 3;
}

.info_desc p {
    font-size: 0.8vw;
    color: #fff;
    text-align: center;
    max-width: 26ch;
    margin: auto;
    margin-bottom: 0;
}

.ic-item::after {
    content: "";
    position: absolute;
    top: -15%;
    right: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-image: url(../images/spark-icon-2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    transform: scale(1.3);
    animation: haloFlicker 5s infinite ease-in-out;
    display: block;
    margin: auto;

    /* filter: drop-shadow(2px -16px 6px pink); */
}

@keyframes haloFlicker {
    0% {
        opacity: 0.6;
        filter:
            drop-shadow(0 0 6px rgba(255, 200, 255, 0.25)) drop-shadow(0 0 14px rgba(255, 200, 255, 0.2));
        transform: scale(1.25);
    }

    15% {
        opacity: 0.85;
        transform: scale(1.32);
    }

    35% {
        opacity: 0.55;
        transform: scale(1.28);
    }

    55% {
        opacity: 0.9;
        filter:
            drop-shadow(0 0 10px rgba(255, 200, 255, 0.45)) drop-shadow(0 0 24px rgba(255, 200, 255, 0.3));
    }

    75% {
        opacity: 0.7;
        transform: scale(1.3);
    }

    100% {
        opacity: 0.6;
        transform: scale(1.25);
    }
}

.deco1 {
    width: 16vw;
}
.deco2 {
    width: 16vw;
    height: 7vw;
    object-position: left;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

.bg2 {
    background: url(../images/bg-2.webp);
    background-size: cover;
    background-position: center;
}
.layout-wraper {
    position: relative;
    z-index: 3;
}
.layout-wraper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
}

/* .lw-item {
    position: relative;
    grid-column: span 4;
    background: linear-gradient(to bottom, #f1a394b1, #dc745d00 95%);
    overflow: hidden;
}
.lw-item:hover{
    background: linear-gradient(to bottom, #f1a394, #dc745d00 95%);
} */
.lw-item {
    position: relative;
    grid-column: span 4;
    overflow: hidden;
}

/* base gradient */
.lw-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #f1a394b1, #dc745d00 95%);
    transition: opacity 0.4s ease;
    z-index: 0;
}

/* hover gradient */
.lw-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #f1a394, #dc745d00 95%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}



/* keep content above gradient */
.lw-item>* {
    position: relative;
    z-index: 1;
}

h4 {
    font-family: "acumin-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 6rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(to bottom, #ffffffd0 0%, #ffffff 39%, #d8765d00 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    transform: scale(1.3);
}

.max-hd {
    margin-top: -28%;
    z-index: 3;
    position: relative;

}

.max-hd p {
    font-size: 0.85rem;
    font-family: "Montserrat-Bold";
    text-align: center;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 0;
}

.max-hd p span {
    font-family: "Montserrat-Regular";
}

.max-sub p {
    font-size: 0.75rem;
    font-family: "Montserrat-Regular";
    text-align: center;
    line-height: 1.3;
    color: #fff;

}

.line-svg {
    height: 20px;
    width: 68%;
    object-fit: contain;
    display: block;
    margin: auto;
}

.bgtxture {
    background-image: url(../images/bg-texture.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.whitebg {
    background: #fff;
    width: 100%;
    height: 100%;
}

h2.txtblue {
    color: #282d5a;

}

p.maxp1 {
    max-width: 70ch;
    margin: auto;
    text-align: center;
}

.line-tri {
    width: 40%;
    margin: auto;
    display: block;
    margin-bottom: 1rem;
}

.ontop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: animfade 2s infinite;
}

/* Define the keyframes */
@keyframes animfade {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.posth p {
    margin: auto;
    max-width: 43ch;
}

.hystmodal__window {
    width: 750px;
}

#locationmap .hystmodal__window {
    margin: 0 auto;
    padding: 0;
    transform: unset;

}

.hystmodal--active {
    z-index: 99999 !important;
}

.zz-btn {
    top: 1rem;
    left: 1rem;
    flex-direction: column;
}

.bg-br {
    font-family: "Montserrat-Regular";
    border: 2px solid #d19c6a;
    background-color: #a27448;
    color: #ffffff;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    font-size: 1.5rem;
}

.bgpryp {
    background: url(../images/bg-purp.webp);
    background-size: cover;
    background-position: center;
}
.reg_sec {
    background-image: url(../images/overlay-texture.webp);
    background-size: cover;
    background-position: center;
}

.sep_panel {
    position: absolute;
    left: 13%;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    width: 43vw;
}

.ind_sc {
    position: relative;
}

h2.indhdl {
    font-family: "Montserrat-Bold";
    color: #e9592e;
    font-size: 2.1vw;
}
p.indsubtxt {
    font-size: 1.3vw;
     font-family: "Montserrat-Bold";
}
.indimg {
    width: 100%;
}

#frmLeadGen input[type="text"],
#frmLeadGen input[type="number"],
#frmLeadGen input[type="email"] {
    margin-bottom: 0.7rem;
    display: block;
    width: 100%;
    max-width: 32rem;
    background-color: transparent;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1.1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;
    text-align: center;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    font-family: "Montserrat-Bold";
}

#frmLeadGen input[type="text"]::placeholder,
#frmLeadGen input[type="email"]::placeholder,
#frmLeadGen input[type="number"]::placeholder {
    color: #58595b;
    text-align: center;
}

.submit-btn {
    background-color: #df4524;
    color: #fff;
    padding: 10px 50px;
    display: block;
    width: fit-content;
    border-radius: 50px;
    border: 2px solid transparent;
    margin: auto;
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
}
.submit-btn:hover {
    box-shadow: 0 0 10px #e9592e;
    border: 1px solid #fff;
}

.coelogo {
    width: 90px;
    margin: auto;
    display: block;
}

p.sgsub {
    font-family: "Montserrat-Bold";
}

p.sgsub span {
    font-size: 2rem;
}

.salesgal_sec {
    color: #58595b;
    font-family: "Montserrat-Medium";
}

.iconsvg {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.salesgal_sec {
    background: url(../images/texture-bg.webp);
    background-size: cover;
}

p.disclaimer_txt {
    font-size: 10px;
    text-align: justify;
    font-family: "Montserrat-Regular";
}

.artimcap {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    text-align: end;
    font-family: "Montserrat-SemiBold";
    color: #fff;
    text-shadow: 0 0 5px black, 0 0 10px black;
    font-size: 0.65rem;
}

.cte-cta {
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    margin-bottom: 0;
    margin-top: 1rem;
}

.glowtop {
    width: 21vw;
    height: 16vw;
    object-fit: contain;
    position: absolute;
    top: 12%;
    left: 56%;
    z-index: -1;
    transform: scale(1.4);
    animation:
        spin 25s linear infinite,
        glow 4s ease-in-out infinite;
}

main>* {
    position: relative;
    z-index: 3;
}

@keyframes glow {

    0%,
    100% {
        filter: drop-shadow(0 0 10px rgba(225, 54, 255, 0.102));
    }

    50% {
        filter: drop-shadow(0 0 10px rgb(255, 77, 36));
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 768px) {
    .max-hd p {
        min-height: 105px;
    }
.lw-item:hover::after {
    opacity: 1;
}
    .locdis {
        max-width: 50vw;
        display: block;
        margin: auto;
    }

    #locationmap .hystmodal__window {
        width: 44vw;
    }

    p.subxltxt {
        font-size: 1.15vw;
    }

    .posth {
        max-width: fit-content;
        position: absolute;
        bottom: 13%;
        left: 7%;
        color: #fff;
        z-index: 2;
    }

    .posth h2 {
        color: #fff;
    }

    .pos-sep {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
        height: 100%
    }

    .cont_cust {
        max-width: 69%;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .pos-frame-1 {
        left: 0;
        top: 9%;
        right: 0;
        height: auto;
        justify-content: start;
        color: #fff;
        gap: 1rem;
    }

    .ebp3-logo {
        width: 25vw;
        margin-top: 20px;
    }

    .divider-cont {
        width: 46vw;
    }

    .pos-frame-2 {
        top: 42%;
        left: 0;
        right: 0;
        height: auto;
    }

    h1 {
        font-size: 5.3vw;

    }

    p.max1 {
        max-width: 84%;
        font-size: 3vw;
        line-height: 1.5;
    }

    .pos-frame-3 {
        position: relative;
        top: unset;
        left: 0;
        right: 0;
        margin-top: 20%;
    }

    .ic-item {
        grid-column: span 6;
    }

    .icon-wraper {
        gap: 0;
        margin-top: -88%;
        max-width: 100%;
        row-gap: 3rem;
    }

    .ic_img {
        width: 20vw;
        height: 20vw;
    }

    .ic-item::after {
        content: "";
        top: -12%;
        right: 0;
        width: 51vw;
        height: 25vw;
    }

    .lw-item {
        grid-column: span 12;
        display: flex;
        flex-direction: column;
        max-width: 87%;
        margin: auto;
        margin-bottom: 2rem;
    }

    .max-hd {
        display: flex;
        align-items: end;
        justify-content: center;
        margin-bottom: 1rem;
        margin-top: -30%;

    }

    .info_desc p {
        font-size: 2.5vw;
    }

    h2 {
        font-size: 5.5vw;
    }

    h3 {
        font-size: 3.2vw;
    }

    h4 {
                font-size: 6rem;
    }

    main {
        background: url(../images/bgmain-m.webp);
        background-size: cover;
        padding-bottom: 1rem;
    }

    .max-hd p {
        padding-bottom: 1rem;
    }

    .lw-item:last-child .max-hd h4 {
        position: relative;
        right: -4%;
    }

    .max-sub {
        width: 100%;
    }

    .artimcap {
        font-size: 1.2vw;
        line-height: normal;
        bottom: 0.5rem;
        right: 0.5rem;
    }

    .am1sec {
        width: 92%;
        margin: auto;
    }

    .distinfo {
        width: 70%;
        margin: auto;
    }

    .layout-wraper {
        gap: 1.5rem 0;
    }

    .posth h2 {
        color: #000;

    }

    .pos-sep {
        margin-top: -36%;
    }

    h2.indhdl {
        font-size: 5vw;
    }

    .glowtop {
        width: 45vw;
        height: 45vw;
        top: 11%;
        left: 75%;
    }

    .ebplogo {
        width: 100px;
        object-fit: contain;
    }

    .coelogo {
        width: 73px;
    }

    main p.main-tag {
        font-size: 0.7rem;
    }
    p.indsubtxt {
        font-size: 3vw;
    }
     .zz-btn {
    top: -2rem;
    left: 0;
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }

  .bg-br {
    width: 10vw;
    height: 10vw;
  }
  .pos-frame-1-tagline {
   
    top: 31%;
  
    width: fit-content;
    height: auto;
    padding: 5px 20px;
    font-size: 0.8rem;
   
}
.lw-item:nth-child(2) .max-hd h4 {
        position: relative;
    right: -10%;
}
.max-sub p {
    font-size: 0.66rem;
}
p.maxp1 {
    max-width: 41ch;
}
.divider2 {
            width: 70vw;
}
.line-tri {
    width: 73%;
}
.ontopimg2 {
       width: 265vw;
    max-width: unset;
    position: absolute;
    left: 0;
    top: 0;  animation: animfade 2s infinite;
}
.ontopimg3 {
       width: 200vw;
    max-width: unset;
    position: absolute;
    left: 0;
    top: 0;  animation: animfade 2s infinite;
}


.draggable2 {
    width: 100%;
    overflow: auto;
    margin-top: -1.2rem;
    position: relative;
}

.draggable2 .image2 {
    width: 265vw;
    max-width: unset;
}
.draggable2 .image3 {
    width: 200vw;
    max-width: unset;
}

.draggable2 .image2::after {
    content: "";
    position: absolute;
}

.draggable2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, #05101e5c, transparent);
    width: 100%;
    height: 28vh;
    pointer-events: none;
}
}