@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: "42SansVar";
    src:
        url(../fonts/42SansVar-Roman-VF.woff2) format("woff2"),
        url(../fonts/42SansVar-Roman-VF.woff) format("woff");
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Alan Sans';
    font-weight: 300;
    font-kerning: normal;
    font-optical-sizing: auto;
}


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

.herobanner {
    width: 100%;
    height: 92vh;
    object-fit: cover;
    object-position: center;
}

.arabloc-logo {
    width: 29vw;
    object-fit: contain;
    padding: 1.5rem 0;
}

.pos-hero-content {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    text-align: center;
}

h1 {
    font-size: 1.8vw;
    text-transform: uppercase;
    font-family: 'Alan Sans';
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.04em;

}

h1>span {
    font-size: 1.5vw;
}

p.tagline {
    background-color: #ff6622;
    color: #fff;
    padding: 3px 38px;
    line-height: normal;
    font-family: 'Alan Sans';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;

}

h2 {
    font-family: 'Alan Sans';
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ff6622;
}

h2 span.darktxt {
    color: #000;
}

h2.redtxt {
    color: #c20001;
}

h2 span.mustardtxt {
    color: #ffc431;
}

.featured-img {
    height: 41vw;
    width: 100%;
    object-fit: cover;
}

p {
    font-size: 17px;
    font-weight: 400;
}

.bg-orange {
    background-color: #f95716;
}

.bg-red {
    background-color: #c20001;
}

.bg-teal {
    background-color: #355d67;
}

.bg-mustard {
    background-color: #fdbe0f;
}

.mx-w {
    padding: 0 0;
}

h3.goldtxt {
    color: #ffc431;
    text-transform: uppercase;
    font-weight: 400;
}

.mx-w p {
    line-height: 1.2;
}


.fticons {
    width: 50px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 1rem;
}

h4.toptxt {
    color: #ff6622;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    max-width: 10ch;

}

.dgitem p {
    line-height: 1.2;
    font-size: 16px;
    max-width: 43ch;
    margin: 0;
}

.ammen_sec {
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/1561a7ee-5260-46ab-8eaf-a986abb35500/1920);
    background-size: 78vw;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.lw_item h4 {
    color: #c20001;
    text-transform: uppercase;
    max-width: 10ch;
    font-size: 19px;
}

.location_wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.2rem;
}

.lw_item {
    width: 50%;
}

ul.linked-content li {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
}

ul.linked-content {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.linked-content li span {
    color: #355d67;
    font-weight: 500;
    width: 66px;
    display: inline-block;

}

ul.linked-content li>p {
    width: 70%;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 14px;
}

.hystmodal__window {
    width: 750px;
}

#locationpopup .hystmodal__window {
    margin: 0 auto;
    padding: 0;
    transform: unset;
    width: 34vw;
}

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

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

.bg-br {
    font-family: 'Alan Sans';
    border: 2px solid #d19c6a;
    background-color: #a27448;
    color: #ffffff;
    width: 2.5vw;
    height: 2.5vw;
    font-weight: 600;
    border-radius: 50%;
    font-size: 1.5rem;
}

.dgrid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 1.2rem;
    column-gap: 1.5rem;
}

p.subhdline {
    font-size: 23px;

}

#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: rgb(255, 255, 255);
    text-align: left;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
}

#frmLeadGen input[type="text"]::placeholder,
#frmLeadGen input[type="email"]::placeholder,
#frmLeadGen input[type="number"]::placeholder {
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
}

.submit-btn {
    background-color: #fdbe0f;
    color: #000;
    padding: 10px 50px;
    display: block;
    font-weight: 400;
    width: fit-content;
    border-radius: 50px;
    border: 2px solid transparent;
}

.btn-location {
    background-color: #fdbe0f;
    color: #000;
    padding: 10px 29px;
    display: block;
    font-weight: 400;
    width: fit-content;
    border-radius: 50px;
    border: 2px solid transparent;
}

.btn-location:hover,
.submit-btn:hover {
    box-shadow: 0 0 5px #ffe839, 0 0 10px #fdbe0f;
    border: 2px solid #fffffb;
    background: linear-gradient(45deg, #ffe839, #fdbe0f);
    font-weight: 500;
}

.sgsec h6 {
    font-weight: 600;
    text-transform: uppercase;
}

.rcaptcha-wrapper {
    width: fit-content;
}

.wrapaft {
    width: fit-content;
}

.herobanner {
    transform: scale(1.05);
}

.pos-hero-content>* {
    opacity: 0;
}

.photo-block-zigzag {
    position: relative;
    overflow: hidden;
}

.photo-block-zigzag img {
    display: block;
    width: 100%;
    height: auto;
}

.zig-col {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
}

.zig-col__bg {
    width: 100%;
    height: 100%;
    background: #fff;
}

.bg-red .zig-col__bg {
    background: #c20001;
}

.bg-teal .zig-col__bg {
    background: #355d67;
}

.caption_zoom {
    margin: 0;
    font-weight: 400;
    text-align: center;
    color: #355d67;
}

.picontop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    animation: animfadeIn 1s ease-in infinite;
    pointer-events: none;
    /* duration 2s, easing, and keep final state */
}

@keyframes animfadeIn {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}


@media screen and (min-width: 768px) {
    .mxp1 {
        max-width: 36ch;
    }

    .checkbox-label {
        max-width: 59ch;
    }

    .dgitem {
        grid-column: span 4;
    }

    .cc-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        row-gap: 1.2rem;
        column-gap: 2.5rem;
    }

    .cgitem {
        grid-column: span 4;
    }

}

@media screen and (max-width: 768px) {
    p {
        font-size: 3.75vw;
    }

    .pos-hero-content {
        left: 0;
        bottom: 57%;
    }

    p.tagline {
        background-color: #b0322e;
        font-size: 3.2vw;
        padding: 3px 28px;

    }

    .arabloc-logo {
                      width: 55vw;
        padding-bottom: 0rem;
        padding-top: 1rem;

    }

    h1 {
        font-size: 3.9vw;
        color: #000;
    }

    h1>span {
                font-size: 3.3vw;
               position: relative;
        top: 12px;
    
    }

    h2 {
        font-size: 6.7vw;
    }

    .featured-img {
        height: auto;
    }

    .d-grid {
        display: flex;
        row-gap: 1rem;
        column-gap: 1rem;
    }

    .dgitem {
        grid-column: span 6;
    }

    .fticons {
        width: 40px;
        height: 40px;
    }

    .dgitem p {
        font-size: 3.1vw;
        max-width: 18ch;
    }


    .herobanner {
                object-position: center;
                    height: auto;
    }

    .cc-grid {
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }

    .cgitem p {
        font-size: 3.1vw;
    }

    .cc_img {
        width: 41vw;
        height: 36vw;
        object-fit: cover;
    }

    h3.goldtxt {
        font-size: 3.7vw;
    }

    h4.toptxt {
        font-size: 4vw;
    }

    p.mxp1 {
        max-width: 33ch;
    }

    .posontop {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to top, #0000005e 30%, transparent);

    }

    .posontop>.container,
    .posontop>.container>.row,
    .area_h {
        height: 100%;
    }

    p.subhdline {
        font-size: 4.3vw;
        line-height: 1.2;
    }

    .custom1 {
        margin-left: auto;
        margin-top: 1.5rem;

    }

    .lw_item h4 {
        font-size: 3.6vw;
        max-width: 100%;
    }

    ul.linked-content li>p,
    ul.linked-content li {
        font-size: 2.6vw;
    }

    ul.linked-content li span {
        width: 10.3vw;

    }

    .ammen_sec {
        background: #fff;
    }

    .zz-btn {
        top: -2rem;
        left: 0;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .bg-br {
        width: 30px;
        height: 30px;
        font-size: 17px;
        font-weight: 500;
    }

    .rcaptcha-wrapper {
        margin: auto;
    }
    .submit-btn {
        margin: auto;
    }
}