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

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

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

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

body {
    background-color: #dbdcdd;
}

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

h1 {
    font-family: "Metropolis-Bold";
    font-size: 32px;
    color: #ff4c00;
}

h2 {
    font-family: "Metropolis-Bold";
    font-size: 32px;
}
.infosvg {
      width: 80%;
    /* display: block; */
    /* display: block; */
}


p {
    font-family: "Metropolis-Regular";
    margin-bottom: 0;
    font-size: 15px;
}



.max-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 960px;
    margin: auto;
    gap: 2.5rem 1.5rem;
    margin-top: 1.5rem;
}

.iconpic {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.mxitem {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.mxitem p {
    margin: 0;
    text-align: justify;
    max-width: 30.5ch;
    line-height: 1.3;
}

.mapoverall {
    max-width: 77vw;
    margin: auto;
}

.township-pin {
    width: 6.47vw;
    height: 6.46vw;
    object-fit: contain;
    animation: glowPulse 2s infinite;
}

.township-pin.pin-hamilton {
    position: absolute;
    top: 27.7%;
    left: 41.8%;
}

.township-pin.pin-xme2 {
    position: absolute;
    top: 7.7%;
    left: 21.1%;
    width: 7vw;
    height: 6.8vw;
}

.township-pin.pin-vbp {
    position: absolute;
    top: 71.5%;
    left: 38%;
    width: 6.17vw;
    height: 6.88vw;
}

@keyframes glowPulse {
    0% {
        filter: drop-shadow(1px 0px 0px rgba(255, 255, 0, 0));
    }

    50% {
        filter: drop-shadow(1px 0px 6px yellow);
    }

    100% {
        filter: drop-shadow(1px 0px 0px rgba(255, 255, 0, 0));
    }
}

.pattern_a {
    position: absolute;
    width: 35vw;
    bottom: 0;
    right: 0;
}

.bg_orng {
    border-radius: 50px 50px 0 0;
}

.hip-img {
    width: 15vw;
    object-fit: contain;
}

.vbp-img {
    width: 10vw;
    object-fit: contain;
}

.hip_sec {
    background: linear-gradient(to top, #dbdcdd, #ff4c00 67%);

}

.hip_sec>* {
    position: relative;
    z-index: 2;
}

.hip_sec h2 {
    color: #dbdcdd;
    letter-spacing: 0.03em;
}

p.maxp1 {
    max-width: 40ch;
    text-align: end;
}

.gal-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.gal-container img,
.gal-container2 img {
    width: 35.3%;
}

.gal-container img:nth-of-type(1) {
    transform: translate(8%, 0);
}

.gal-container img:nth-of-type(2) {
    transform: translate(0, -18%);
    z-index: 2;
}

.gal-container img:nth-of-type(3) {
    transform: translate(-7%, -10px);
}

.vbp_sec h2 {
    color: #ff4c00;
}

p.maxp2 {
    max-width: 50ch;
    text-align: start;
}

.gal-container2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.gal-container2 img:nth-of-type(2) {
    transform: translate(-8%, -14%);
    z-index: 2;
}

.pattern-3 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.pattern-lite {
    position: absolute;
    top: -17%;
    left: -10%;
    width: 42vw;
    height: 46vw;
    object-fit: contain;
    z-index: 0;
}

.iconpic {
      width: 100px;
    height: 87px;
    object-fit: contain;
    display: block;
    object-position: top;
}
.lm_cta 
{
      width: fit-content;
    padding: 8px 19px;
    background-color: #fff;
    color: #ff4c00;
    margin-top: 1rem;
    font-family: "Metropolis-Bold";
    border-radius: 26px;
}

.glow-anim {
    position: absolute;left: 0;
    top:0;
    right: 0;
    bottom: 0;
 animation: fadeBlink 2s ease-in-out infinite;
}
@keyframes fadeBlink {
  0%, 100% { opacity: 0; }

  50% { opacity: 1; }
}


@media (prefers-reduced-motion: reduce) {
    .glow-btn {
        animation: none;
    }
}

@media screen and (min-width:768px) {
    .asset1 {
        position: absolute;
        bottom: -19px;
        right: -1%;
        width: 40vw;
        height: 48vw;
        object-fit: contain;
        object-position: right;
    }

    .wrap_hdl {
        margin-top: -10%;
    }

    .wrap_hdl1 {
        margin-top: -5.9%;
    }
    .video-container video {
        height: auto;
        width: 100%;
        object-fit: contain;
        object-position: center;
        margin: auto;
    
    }
    .pos-mtext {
     position: absolute;
    top: 8%;
    right: 0;
    left: 59%;
    padding: 0 1rem;
    z-index: 3;

}
.pos-mtext h2 {
    font-family: "Metropolis-Bold";
    font-size: 1.1vw;
    color: #fff;
   
    -webkit-text-stroke: 1px #221f20;
    text-shadow: 3px 3px 4px black;
}

}
@media screen and (max-width:1024px) {
       h1, h2 {
        font-size: 2.6vw;
    }
}
@media screen and (max-width:768px) {
    .max-1 {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        padding: 0 10%;
         gap: 1.5rem;
    }
    .iconpic {
        width: 69px;
        height: 69px;
    }

    .mxitem p {
        max-width: 100%;
        font-size: 13px;
    }

    h1,
    h2 {
        font-size: 5.6vw;
    }

    .mapoverall {
        max-width: 100%;
    }

    .township-pin.pin-xme2 {
        top: 7.5%;
        left: 23.1%;
        width: 16vw;
        height: 14.7vw;
    }

    .township-pin.pin-hamilton {
        top: 27.7%;
        left: 56.3%;
        width: 20vw;
        height: 14vw;
    }

    .township-pin.pin-vbp {
        top: 71.8%;
        left: 52.3%;
        width: 14vw;
        height: 13.6vw;
    }

    .gal-container {
        flex-direction: column;
        align-items: center;
    }

    .gal-container img,
    .gal-container2 img {
        width: 66%;
    }

    .gal-container img:nth-of-type(1) {
        transform: translate(-20%, 0);
    }

    .gal-container img:nth-of-type(2) {
        transform: translate(20%, -13%);
    }

    .gal-container img:nth-of-type(3) {
        transform: translate(-5%, -17%);
    }

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

    .hip-img {
        width: 34vw;
        object-fit: contain;
        margin-bottom: 1.25rem;
    }

    .gal-container2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .gal-container2 img:nth-of-type(1) {
        transform: translate(-20%, 0);
    }

    .gal-container2 img:nth-of-type(2) {
        transform: translate(20%, -17%);
    }

    .asset1 {
        margin-top: -43%;
    }

    p.maxp2 {
        max-width: 34ch;
        text-align: center;
        margin: auto;
    }

    main {
        padding-top: 14%;
    }

    .bg_orng {
        border-radius: 30px 30px 0 0;
    }

    h2.pos-mtext {
        font-size: 1.9vw;
        top: 8%;

        left: 65%;
        -webkit-text-stroke: 0.01em #221f20;

    }
    .vbp-img {
        width: 25vw;
        margin-bottom: 1rem;
    }
    .video-container video {
        max-width: 100%;

    }
.pattern-3 {
    opacity: 0.3;
}
.pos-mtext h2 {
        font-family: "Metropolis-Medium";
        font-size: 14px;
        color: #221f20;
        max-width: 35ch;
        margin: auto;
        text-align: center;
        margin-bottom: 1rem;
}

}