:root {
    --marvin-main-color: #ffc10e;
}


body,
html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

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

.maincontent_wrapper {
    padding-top: 0;
}

.myButton {
    box-shadow: 0px 0px 0px 2px #9fb4f2;
    background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    background-color: #7892c2;
    border-radius: 10px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    padding: 12px 37px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #283966;
}

.myButton:hover {
    background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
    background-color: #476e9e;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.marvin-site-button {
    position: relative;
    display: block;
    font-size: .85em;
    font-weight: 500;
    letter-spacing: .05em;
    max-width: fit-content;
    width: 100%;
    text-align: center;
    margin-block: 25px auto;
    padding: 8px 12px;
    text-decoration: none;
    background-color: var(--marvin-main-color);
    color: #000;
    border: none;
    border-radius: 3px;
    z-index: 0;
    overflow: hidden;
    transition: all .3s;
    height: fit-content;
}

.marvin-alt-button {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid var(--marvin-main-color);
}

.marvin-site-button a {
    color: #fff;
}

.marvin-centered-button {
    margin-inline: auto;
}

/* .site-button-white {
color: var(--primary-color);
background: #fff;
} */

.marvin-site-button:hover,
.marvin-site-button:focus,
.marvin-site-button:active {
    color: #fff;
    opacity: .8;
    text-decoration: none;

}


h1 {
    font-size: 52px;
    font-family: 'Raleway', sans-serif;
}

h2 {
    font-size: 2.3rem;
    font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

p,
a {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4rem;
    letter-spacing: .09rem;
}

a {
    font-weight: 400;
}

.title {
    color: #434E6E;
}

.subtitle {
    font-weight: 100;
}

.highlight {
    color: #E3CCA1;
    position: relative;
}


.highlightY {
    color: #E3CCA1;
}

.highlightB {
    color: #434E6E;
}

.ital {
    font-style: italic;
}

.thin {
    font-weight: 200;
}

.small {
    font-size: .9rem;
    line-height: 1.1rem;
    letter-spacing: .1rem;
}

.thick {
    font-weight: 700;
}

.btn-dark {
    display: inline-block;
    margin-top: 30px;
    padding: 13px 18px;
    border: 1px solid #FFF6E6;
    color: #FFF6E6;
    transition: .3s;
}

.btn-dark:hover {
    background: #FFF6E6;
    color: #434E6E;
    transition: .3s;
    text-decoration: none;
}

img {
    width: 100%;
}

.slider__item.active {
    /* transition: all 1s!important; */
    animation: active 1s;
}

@keyframes active {
    from {
        transform: scale(0) translateY(-500px);
    }
}

#logo {
    position: absolute;
    max-width: 300px;
    mix-blend-mode: lighten;
    top: 0%;
    transform: rotate(120deg);
    left: 20%;
}



.showSingle img {
    max-width: 100px;
}

#picture::before {
    width: 0px;
}

#corner::after {
    width: 0px;
}

#specialty::after {
    width: 0px;
}

#sliding::after {
    width: 0px;
}

#single-hung::before,
#single-hung::after {
    width: 0px;
}

.gallery {
    position: relative;
}

.gallery-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(67, 78, 110, 0.8);
    text-align: center;
    padding: 4% 6%;
    color: #FFF6E6;
}

.gallery-grid {
    display: grid;
    grid-auto-flow: dense;
    max-width: 1700px;
    margin: 100px auto 0;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 400px;
}

.gallery-item {
    overflow: hidden;
}

.gallery-wide {
    grid-column: span 2;
    grid-row: span 1;
}

.gallery-small {
    grid-column: span 1;
    grid-row: span 1;
}

.gallery-tall {
    grid-column: span 2;
    grid-row: span 2;
}


.marvin-content-wrapper {
    max-width: 1800px;
    width: 98%;
    margin-inline: auto;
}

.marvin-section-padding {
    padding: 60px 20px;
}

.marvin-main-wrapper {
    display: flex;
    flex-flow: row wrap;
    padding: 35px 10px;
}

.marvin-reverse-wrapper {
    flex-wrap: wrap-reverse;
}

.marvin-main-left,
.marvin-main-right {
    width: 50%;
    margin-inline: auto;
    position: relative;
}


.marvin-h2-heading {
    position: relative;
    text-align: center;
}


/**** New Stlyes ****/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    color: #fff;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
display: block!important;
}


.swiper-pagination-bullet-active {
    background: #ecaa14 !important;
}

#signature-slide {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .26) 25%, rgba(0, 0, 0, .34) 100%), url(/imageserver/Reusable/Marvin/elevate-awning-1-olson-farm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#essential-slide {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .26) 25%, rgba(0, 0, 0, .34) 100%), url(/imageserver/Reusable/Marvin/signature-ultimate-awning-5-peidmont.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#elevate-slide {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .26) 25%, rgba(0, 0, 0, .34) 100%), url(/imageserver/Reusable/Marvin/signature-ultimate-awning-narrow-frame-2-hp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-slide-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    max-width: 50%;
height: 700px;
    background-color: #00000050;
    padding: 150px 15px;
}

/* Marvin Intro Section */
.marvin-intro-section {
	background: url('/imageserver/Reusable/marvin-windows21/texture5.png');
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}

.marvin-intro-list {
	margin-top: 35px;
}

.marvin-intro-item {
	display: flex;
	align-items: flex-start;
	gap: 4px;
}

.marvin-intro-icon svg {
	width: 30px;
	height: 30px;
}

.marvin-intro-icon svg path {
	fill: #4d5775;
}


/* Products Section */
.marvin-products-cards-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
}


.marvin-product-card {
    max-width: 600px;
    width: 31.333%;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    transition: all .3s ease;
    background: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: white;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.marvin-product-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.marvin-product-card-image {
	text-align: center;
	border-bottom: 4px solid var(--marvin-main-color);
}

.marvin-product-card-image img {
    width: 100%;
}

.marvin-product-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}


.marvin-product-logo img {
    max-width: 225px;
    width: 100%;
    margin: 20px auto;
}

.marvin-product-card .marvin-site-button {
    margin-inline: auto;
}


.marvin-intro-text.marvin-main-right {
    padding-inline: 30px;
}


/* Responsive 16:9 area that shows a poster before click */
.video-facade {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    /* modern browsers */
    background: #000;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
}

@supports not (aspect-ratio: 16/9) {
    .video-facade {
        height: 0;
        padding-bottom: 56.25%;
    }

    .video-facade>* {
        position: absolute;
        inset: 0;
    }
}

/* Placeholder layout */
.video-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Simple play button */
.play-button {
    position: absolute;
    width: 68px;
    height: 68px;
    background: rgba(0, 0, 0, .55);
    border-radius: 50%;
}

.play-button::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 20px;
    border-style: solid;
    border-width: 14px 0 14px 24px;
    border-color: transparent transparent transparent #fff;
}

/* Ensure injected <video> fills the same box */
.video-facade video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    border: 0;
    outline: 0;
}


#marvin-window-products {
    background: #4d5775;
}

#marvin-window-products .marvin-h2-heading {
    color: #fff;
}

.section3 {
    margin: 100px 0;
    position: relative;
}

.rose-bg {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 400px;
    opacity: .1;
}

.marvin-intro-text .rose-bg {
    left: 20%;
}

.section3-inner {
    padding: 5% 0;
}

.sec3-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 1500px;
    padding: 0 4%;
    margin: 0 auto;
}

.sec3-grid-left {
    grid-column: 1/3;
    grid-row: 1/2;
}

.sec3-grid-right-text {
    grid-column: 3/4;
    grid-row: 1/2;
    align-self: flex-start;
    justify-self: flex-end;
    max-width: 700px;
    margin-top: 35px;
}

.sec3-grid-right-icons {
    background: #fafafa;
    filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.3));
    padding: 1%;
    margin: 0 0 -50px 0;
}

.sec3-grid-right-icons .menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 900px;
    min-width: 800px;
}

.showSingle {
    display: inline-block;
    min-width: 200px;
    min-height: 200px;
    display: grid;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
    color: #434E6E;
}

.product-image {
    position: relative;
    width: fit-content;
    margin-inline: auto;
}

.product-image::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    height: 80%;
    width: 40%;
    background: #434E6E;
}

.product-image::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: -25px;
    right: -25px;
    height: 80%;
    width: 40%;
    background: #E3CCA1;
}

#myImage {
    max-width: 600px;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}



.showSingle img {
    max-width: 100px;
}

#picture::before {
    width: 0px;
}

#corner::after {
    width: 0px;
}

#specialty::after {
    width: 0px;
}

#sliding::after {
    width: 0px;
}

#single-hung::before,
#single-hung::after {
    width: 0px;
}

.product-menu {
    display: flex;
    overflow: scroll;
}


@media (max-width: 982px) {

    .marvin-main-left,
    .marvin-main-right {
        width: 98.5%;
        margin-inline: auto;
    }

    .marvin-iframe-wrapper {
        padding-bottom: 45px;
        max-width: 750px;
        margin-inline: auto;
    }

}

@media (max-width: 860px) {

    .swiper-slide-wrapper {
        max-width: 100%;
        padding: 150px 35px;
    }

    .marvin-product-card {
        width: 98.5%;
        max-width: 415px;
    }

    .sec3-grid-right-icons {
	margin: 20px auto;
	max-width: 100%;
}

}