:root {
    --main-color: #89AB92;
    /* rgba(137,171,146,1); */
    --secondary-color: #AB8C80;
}

.maincontent {
    padding: 0;
    position: relative;
    max-width: 2200px !important;
    width: 100%;
    margin-inline: auto !important;
}

.home-global {
    padding: 75px 0;
}

.products-list {
    margin-top: -85px;
    position: relative;
}

.product-wrapper {
    width: 180px;
    background: var(--accent-color);
    border-radius: 50%;
    text-align: center;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow-color);
    border: 4px solid #000;
}

.service-option:hover,
.service-option.active {
    background-color: #000;
    border: 2px solid var(--accent-color);
    opacity: 1;
    cursor: pointer;
}

.product-wrapper p {
    font-size: 24px;
    color: var(--yellow-color);
}


.service-details {
    display: none;
    font-size: 16px;
    color: #333;
}

.service-details.active {
    display: block;
}

.windows-content {
    padding-bottom: 160px;
}

.inspection-content {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.85) 100%), url(/imageserver/UserMedia/northern/np-about-banner.jpg);
    background-size: cover;
    background-position: center 25%;
    background-repeat: no-repeat;
    color: #fff;
}

.inspection-content .products-list {
    top: -130px;
    position: relative;
    margin-bottom: -80px;
}


/*** Malarkey Shingles Styling ***/
#main-wrapper {
    overflow: hidden;
}

.maincontent {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.maincontent_wrapper {
    padding-top: 0;
}

.modal-dialog {
    margin-top: 10%;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 1.6rem;
    margin: 8px 0;
    padding: 0;
}

img {
    width: 100%;
}

.row {
    margin: 0;
    padding: 0;
}

div.menu {
    /* text-align: center; */
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.title {
    font-weight: 700;
    margin: 10px 0 0;
}


.shingle-thumb {
    max-width: 100px;
    margin: 5px 0;
    cursor: pointer;
}

.main-img {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

#color-choice {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    display: grid;
    text-align: center;
    align-items: center;
}

.section1 {
    padding: 1% 5% 0;
}

.section1-details {
    margin: 0 auto;
}

.showSingle {
    padding: 0 30px;
    margin: 0 0 30px;
    display: inline-block;
    white-space: nowrap;
    color: var(--main-color);
    cursor: pointer !important;
    font-size: 1.8rem;
    position: relative;
}

.showSingle::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    border-left: 2px solid var(--main-color);
    bottom: 0;
    left: 0;
    pointer-events: none;
}

#vista.showSingle::after {
    border-left: 0;
    /* height:0; */
}

.showSingle::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    border-bottom: 2px solid var(--main-color);
    bottom: -10px;
    left: 0;
    transform: scale(0);
    transition: .5s;
    pointer-events: none;
}

.showSingle:hover {
    color: var(--main-color);
    text-decoration: none;
}

.showSingle:hover.showSingle::before {
    pointer-events: none;
    transition: .5s;
    transform: scale(1);
}

.subtitle {
    font-style: italic;
    font-size: 2rem;
    color: var(--main-color);
    font-weight: 800;
}

.highlightLrg {
    font-style: italic;
    color: var(--secondary-color);
    font-size: 2rem;
}

.highlightSm {
    font-style: italic;
    color: var(--secondary-color);
    font-size: 1.3rem;
}

.highlight {
    color: var(--secondary-color);
    position: relative;
    font-style: italic;
}

.highlight::after {
    position: absolute;
    content: "";
    height: 0px;
    width: 100%;
    border-bottom: 2px solid var(--secondary-color);
    border-left: 2px solid var(--secondary-color);
    background: var(--secondary-color);
    bottom: -10px;
    left: 0;
    pointer-events: none;
}

#page-header {
    padding: 2% 0;
}

#page-title {
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    letter-spacing: .1rem;
    margin: 30px 0 0;
}

.targetDiv {
    padding: 2% 5%;
    min-height: 75vh;
}

.heading1 {
    text-align: center;
    font-size: clamp(20px, 1.4vw, 36px);
    padding: 10px 0 30px;
}

.colors img {
    max-width: 5px;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    border: 2px solid #fafafa;
    margin: 8px 0 0;
}

.product-header {
    text-align: center;
    padding: 0 0 3%;
}

.products {
    margin: 5% 0 0;
}

#myImage {
    max-width: 450px;
}

#text {
    color: #000;
}

.product-list img {
    max-width: 100px;
}

.product-image {
    text-align: center;
}

.brochure {
    color: var(--main-color);
}

.brochure:hover {
    color: var(--secondary-color);
}

.warranty {
    color: var(--main-color);
}

.warranty:hover {
    color: var(--secondary-color);
}

.section3 {
    background: url('/imageserver/Reusable/malarkey22/main-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5%;
    color: #000;
}

.icon-group {
    display: flex;
    flex-direction: row;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.icon p:first-child {
    font-weight: 700;
    font-size: 1.3rem;
}

.icon {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 350px;
    justify-content: center;
    align-items: center;
    margin: 20px;
    cursor: pointer;
}

.icon-title {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--main-color);
}

#desktop-shingle {
    max-width: 1300px;
    margin-top: 50px;
}

#mobile-shingle {
    display: none;
    margin-top: 50px;
}

.cutout {
    text-align: center;
    padding: 0 3%;
}

/* ================= Product Slider ============= */


#hero-overlay {
    color: #fff;
    height: 100%;
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 10;
}



#loop-slider {
    position: relative;
    overflow: hidden;
    width: 100vw;
    max-width: 100%;
    height: calc(100vw / 3.24);
}

@media (max-width: 920px) {
    #loop-slider {
        height: calc(100vw / 2.2);
    }
}

#loop-slider:hover .controls::before,
#loop-slider:hover .controls::after {
    opacity: 1;
}

#loop-slider #img-group {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateX(-100vw);
    transition: transform 300ms ease-in-out;
    -webkit-transition: transform 300ms ease-in-out;
}

#loop-slider #img-group .slide {
    position: relative;
    display: inline;
    float: left;
    width: 100vw;
    max-width: 100%;
    height: calc(100vw / 2);
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 99;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 920px) {
    #loop-slider #img-group .slide {
        height: calc(100vw / 2.2);
    }
}

/*  ============== Media Queries ================= */

@media screen and (max-width: 1100px) {
    .section1-grid {
        display: block;
        text-align: center;
    }

    .grid-content {
        max-width: 95%;
    }

    .section1 {
        padding: 2%;
    }
}

@media screen and (max-width: 992px) {
    .section1-details {
        display: grid;
        justify-content: center;
    }

    .warranty {
        margin: 0 auto;
    }

    #desktop-shingle {
        display: none;
    }

    #mobile-shingle {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .showSingle::after {
        border-left: 0;
    }
}

@media screen and (max-width: 640px) {
    .swiper-slide {
        height: 50vw;
    }
}

@media screen and (max-width: 400px) {
    .icon {
        width: 300px;
    }
}




/****** GAF Shingle Styling / Certainteed Shingle Styling ******/

.certainteed-shingle-section {
    max-width: 1600px;
    width: 98.5%;
    margin-inline: auto;
}

.reusable h1 {
    font-weight: 700;
}


.reusable .row {
    margin: 0 !important;
    padding: 0 !important;
}

.reusable img {
    width: 100%;
}

.color-item h2 {
    margin-top: 5px !important
}

/* ============ */
.my-container {
    max-width: 90%;
    padding: 2%;
    margin: 0 auto;
}

/* =============== */
.my-header {
    text-align: center;
    /* max-width:800px; */
}

.my-hr {
    max-width: 600px;
}

.mt {
    margin-top: 15px;
}


/* ============== Color Picker ================== */
.color-picker {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 1em;
    justify-content: center;
    /* max-width:1400px; */
    margin: 0 auto;
    padding-inline: 1em;
}

#color-picker-house {
    display: grid;
    grid-row: 1/2;
    grid-column: 1/2;
}

.house-container {
    grid-row: 1/2;
    grid-column: 1/2;
    z-index: 10;
    align-self: flex-start;
}

#shingle {
    justify-self: flex-end;
}

.box {
    background-color: red;
    height: 100px;
    width: 100px;
    margin-top: -120px;
}


.color-box {
    display: inline-block;
    max-width: 300px;
    cursor: pointer;
}

.color-item {
    margin: 15px;
}

.color-item h4 {
    margin-top: 5px;
}

#color-name {
    text-align: center;
}

.color-picker-shingle {
    text-align: center;
    width: 100%;
    grid-row: 1/2;
    grid-column: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#panel-desat {
    align-self: flex-start;
    grid-row: 1/2;
    grid-column: 1/2;
}

.panel-overlay {
    align-self: flex-start;
    width: 100%;
    height: 100%;
    grid-row: 1/2;
    grid-column: 1/2;
    mix-blend-mode: overlay;
}

.features-container {
    margin: 50px 0 20px;
    padding: 0 5%;
}

.features-header {
    padding-block: 10px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--white-text);
}

.features-body {
    max-width: 1400px;
}

.features-body-header {
    border-bottom: 1px solid #000;
    max-width: 75%;
    margin-block: 20px;
}

.features-list-title {
    font-size: 1.3em;
    font-weight: 600;
    margin-right: 5px;
}

.features-image {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.download-icon {
    max-width: 15px;
    margin-left: 3px;
}

.docs {
    display: block;
    font-size: 1.2em;
    margin-block: 5px;
}

.white-space {
    white-space: nowrap;
}


.divider-line {
    height: 5px;
    width: 30%;
    background-color: #D71921;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    margin: 0 auto;
}

.my-hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    max-width: 70%;
    margin: 2% auto;
}

.shingles {
    padding: 2%;
    margin: 0 auto;
}

.shingle-color-image img {
    height: 150px;
    width: 150px;
}

.flex-group {
    display: flex;
    flex-direction: row;
    text-align: center;
    flex-wrap: wrap;
}

.shingle-color-box {
    margin: 5px;
}

.shingle-type-description {
    max-width: 600px;
    margin: 0 auto;
}

.card-image {
    max-width: 600px;
}

.shingle-type {
    margin: 0 auto;
    text-align: center;
}

.my-btn {
    border: 1px solid #000;
    padding: 10px 18px;
    margin-top: 5px;
    color: #fff;
    background-color: blue;
    display: inline-block;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    transition: .3s;
}

.my-btn:hover {
    color: #fff;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
    transform: scale(.99);
    transition: .3s;
}

/* ============================ */
.color-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto;
    max-width: 1400px;
}


.shingle-swatch:hover {
    filter: brightness(1.75);
    transition: .3s
}

.shingle-swatch {
    transition: .3s;
    max-width: 100%;
}

.gaf-shingle-swatch {
    max-width: 90px;
}

.color-item {
    margin: 5px;
    /* opacity: 0 */
}

.color-item h4 {
    margin-top: 5px
}

#color-name {
    text-align: center
}

.color-item p {
    display: none;
}

.card-overlay {
    position: relative;
    max-width: 600px;
    margin: 20px auto 0;
}

.gaf-chosen-color {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #eee;
    padding-block: 15px;
    margin: 0;
}




/* ============ Media Queries ============ */
@media screen and (max-width:1200px) {
    #hero-text {
        display: none;
    }

    #hero-logo {
        max-width: 200px;
    }
}

@media screen and (max-width:992px) {
    .color-picker {
        display: block;
    }

    #color-picker-house {
        margin-bottom: 10px;
    }

    .features {
        text-align: center;
    }

    .features-body-header {
        margin: 20px auto;
    }
}

@media screen and (max-width:700px) {
    .color-item {
        text-align: center;
    }
}

@media screen and (max-width:600px) {
    .features-container {
        margin: 15px 0 20px;
    }

    #hero-container {
        align-items: flex-end;
        justify-content: center;
        height: clamp(200px, 25vw, 600px);
    }

    .main-image {
        min-width: 1px;
    }

    .color-item {
        margin: 5px;
    }
}