:root {
  --main-color: #194E91;
}


body,
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}


.loader_bg {
  position: fixed;
  top:0;
  left:0;
  background-color: #fefefe;
  z-index: 9999;
  height: 100vh;
  width:100%;
  overflow:hidden;
  }
  .loader {
      height:250px;
      width:150px;
      position: absolute;
      top:calc(50vh - 75px);
      left:calc(50vw - 75px);
      /* animation:flame 1.5s forwards; */
      }
      
      .spinner {
        -webkit-animation: rotate 2s linear infinite;
                animation: rotate 2s linear infinite;
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px;
        width: 50px;
        height: 50px;
      }
      .spinner .path {
        stroke: #93bfec;
        stroke-linecap: round;
        -webkit-animation: dash 1.5s ease-in-out infinite;
                animation: dash 1.5s ease-in-out infinite;
      }
      
      @-webkit-keyframes rotate {
        100% {
          transform: rotate(360deg);
        }
      }
      
      @keyframes rotate {
        100% {
          transform: rotate(360deg);
        }
      }
      @-webkit-keyframes dash {
        0% {
          stroke-dasharray: 1, 150;
          stroke-dashoffset: 0;
        }
        50% {
          stroke-dasharray: 90, 150;
          stroke-dashoffset: -35;
        }
        100% {
          stroke-dasharray: 90, 150;
          stroke-dashoffset: -124;
        }
      }
      @keyframes dash {
        0% {
          stroke-dasharray: 1, 150;
          stroke-dashoffset: 0;
        }
        50% {
          stroke-dasharray: 90, 150;
          stroke-dashoffset: -35;
        }
        100% {
          stroke-dasharray: 90, 150;
          stroke-dashoffset: -124;
        }
      }


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

.maincontent_wrapper {
  padding-top: 0;
}

img {
  width: 100%;
}

.services-overview-wrapper {
padding: 45px 25px;
max-width: 1600px;
width: 98.5%;
margin-inline: auto;
}

.loader_bg {
  position: absolute;
  background-color: #fefefe;
  z-index: 9999;
  height: 100%;
  width:100%;
overflow:hidden;
  }
  .loading-dots{
    opacity:0;
  }
  .loader h3{
    /* background-image:url('/imageserver/Reusable/premier-energy/loading-spinner-bgr.png'); */
    background-size:100%;
    background-repeat: no-repeat;
    height:250px;
    width:150px;
    font-size:4rem;
    position: absolute;
    top:calc(50vh - 200px);
    left:calc(50vw - 150px);
    /* animation:loading 1.5s forwards; */
    }
    /* @keyframes loading {
        100%{
          transform-origin:50% 50%;
            transform: rotate(360deg);
        }
    } */

.menu-item h2 {
  font-size: 2rem;
  cursor: pointer
color: #fff;
}

.menu-item h2:hover {
  color: #5698D1;
}

.h2-underline {
  background-color: var(--accent-color);
  margin: 10px 0;
  height: 5px;
  width: 260px;
  clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
}

.interior-title .h2-underline {
margin: 10px auto;
}

.my-container {
  max-width: 2000px;
  margin: 0 auto;

}

.my-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
}

.my-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: center;
  margin: 30px auto 0;
  max-width: 1600px;
}

.my-grid2 h3 {
  max-width: 700px;
}

.my-btn-wrapper {}

.my-btn {
  display: inline-block;
  padding: 20px 25px;
  border: 1px solid #000;
  background-color: #5698D1;
  color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

.my-btn:hover {
  background-color: #477EAD;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

.company {
  min-height: 130px;
}

.showCompany {
  cursor: pointer;
}

.company-logo {
  margin-bottom: 30px;
}

.company-thumb {
  max-height: 400px;
  overflow: hidden;
}

.company-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 270px;
}

.company-content h2 {
  margin-top: 0;
}

.col-text {
  padding: 3%;
}

.col-image {
  max-width: 900px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .4));
}

.product-header-container {
  max-width: 870px;
  background-color: rgba(255, 255, 255, .95);
  padding: 3%;
  border-radius: 20px;
  position: relative;
}

/* .product-header-container::after{
    content:"";
    position: absolute;
    height:100%;
    width:100%;
    border:2px solid #000;
    top:0;
    left:0;
    border-radius:20px;
  } */
.product-header-container::before {
  content: "";
  position: absolute;
  height: 96%;
  width: 98%;
  border: 2px solid #000;
  top: 2%;
  left: 1%;
  border-radius: 20px;
}

.product-header {
  text-align: center;
  margin: 0 auto;
}

#list-bg {
  background-image:
    /* linear-gradient( rgba(255,255,255,0.7), rgba(255,255,255,0.7)),  */
    url('/imageserver/Reusable/premier-energy/farmhouse-wide-min.jpg');
  background-size: cover;
  min-height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---------------------------------------- Section 2 -------------------------------- */

.section2 {
  padding: 0 5%;
}

.sec2-grid {
  display: grid;
  grid-template-columns: .75fr 1fr;
}

.section2-collage-grid {
  position: relative;
  text-align: center;
}

.section2-collage-grid img {
  /* border: 4px solid #424E63; */
}

.section2-left-text {
  align-self: center;
}


.collage-top {
  grid-column: 4 /8;
  grid-row: 1/6;
}

.collage-bottom {
  grid-column: 3 / 8;
  grid-row: 7 / 12;
  position: relative;

}

#product-list {
  margin-top: 1em;
  background-color: #f7f7f7;
  padding: 2%;
  /* min-height:75vh; */
  overflow: hidden;
position: relative;
}

.menu-item {
  padding: 2%;
  border: 1px solid var(--main-color);
  text-align: center;
}

.list-content {
  /* overflow-x:scroll; */
}

.list-grid {
  display: block;
}

.list-menu {
	display: flex;
	flex-wrap: wrap;
	background-color: var(--accent-color);
	justify-content: space-evenly;
	margin-bottom: 60px;
}

.menu-item {
  padding: .5%;
  border: none;
  text-align: center;
  display: inline-block;
}




.header-top {
  text-align: center;
}

/* ========== Products ================ */

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

.company-logo {
  max-width: 300px;
  cursor: pointer;
}

#alside {
  background-color: blue;
  padding: 5%;
}

.my-flex4 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.my-flex-item {
  text-align: center;
  max-width: 500px;
  margin-inline:5px;
}

.doors {
  margin-block: 20px;
}
.doors-link{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.doors-link img {
  max-width: 300px;
  max-height:175px;
}

/* ==========Owens Corning ============= */
.oc-header {
  color: #D4107D;
}

.oc-overlay {
  position: relative;
}

.oc-hero-logo {
  position: absolute;
  top: 5%;
  right: 2%;
  background: white;
  max-width: 150px;
}

.hero-panther {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  max-width: 400px;
}

.hero-text-block {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.7), white);
  position: absolute;
  bottom: 0;
  font-weight: 700;
  text-align: left;
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 50px 0 10px 2%;
}

.hero-text-block-content {
  position: relative;
  color: black;
  z-index: 2;
}

.hero-text-block-mobile {
  display: none;
  color: black;
  font-weight: 700;
  border-left: 5px solid #edaf87;
  padding: 20px;
  background-color: white;
  width: 100%;
}

.clipped {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 68% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 68% 100%, 0% 100%);
}

/* ================ Alside =============== */
.features-list {
  margin-top: 30px;
}

#features-list-header {
  font-size: 1.4rem;
  max-width: 700px;
  font-weight: 300;
}

.colors-container {
  text-align: center;
  max-width: 1600px;
  padding: 0 3%;
  margin: 30px auto 0;
}

.gallery img {
  max-width: 130px;
}

.gallery-item p {
  margin-top: 5px;
  font-size: 14px;
}

.gallery {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 3% 2%;
}

.gallery-item {
  margin: 5px;
}

.gallery-item img {
  border: 1px solid #000;
}

/* ===================================== */

/* ============== Hardie ============== */
.my-center {
  display: flex;
  justify-content: center;
}

th .indent-width {
  text-indent: 100px;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

th,
td {
  padding: 5px;
  text-align: left;
}

.EverlastCard {
  text-align: center;
}

#StaggeredDiv {
  max-width: 1200px;
  margin-left: 25px;
  margin-top: -80px;
  background-color: #f2f2f2;
  padding: 20px 20px;

}

#StraightDiv {
  max-width: 1200px;
  margin-left: 25px;
  margin-top: -80px;
  background-color: #f2f2f2;
  padding: 20px 20px;

}

#individualDiv {
  max-width: 1200px;
  margin-left: 25px;
  margin-top: -80px;
  background-color: #f2f2f2;
  padding: 20px 20px;
}

#halfRoundsDiv {
  max-width: 1200px;
  margin-left: 25px;
  margin-top: -80px;
  background-color: #f2f2f2;
  padding: 20px 20px;

}

.line-break {
  border-bottom: 3px solid black;
  max-width: 100px;
  margin: 0 auto;
}

.statement {
  padding: 20px;
}

.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-left: 25px;
}

.flex-container img {
  height: 275px;
  max-width: 350px;
}

.flex-item2 {
  padding: 0px 10px 10px !important;
}

.reverse {
  color: #fff;
  padding: 5px;
}

.drk {
  padding: 5px;
}

.cedarmill {
  background-image: url('/imageserver/UserMedia/ywpgallery/JamesHardie/plank-beaded-cedarmill.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 325px;
  max-width: 500px;
}

.smooth {
  background-image: url('/imageserver/UserMedia/ywpgallery/JamesHardie/plank-beaded-smooth.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 325px;
  max-width: 500px;
}

.BG {
  overflow-x: hidden;
}

.EVcolor {
  margin: .125em .125em;
  width: 180px;
  display: inline-block;
}

.EVcolor img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.EVcolor:hover,
.EVcolor:active {
  filter: brightness(115%);
}

.EVcolor:hover h3 {
  color: #000;
}

.EVcolor:active h3 {
  color: #000;
}

.primedForPaint {
  background-color: #FFFFFF;
}

.richEspresso {
  background-color: #5a5652;
}

.pearlGray {
  background-color: #b4b0ad;
}

.nightGray {
  background-color: #6a6a6a;
}

.graySlate {
  background-color: #898987;
}

.deepOcean {
  background-color: #4c5059;
}

.agedPewter {
  background-color: #7d7974;
}

.arcticWhite {
  background-color: #ebece8;
}

.khakiBrown {
  background-color: #a38f6d;
}

.navajoBeige {
  background-color: #ded7ad;
}

.woodstockBrown {
  background-color: #847556;
}

.cobbleStone {
  background-color: #d1cdb8;
}

.montereyTaupe {
  background-color: #90886f;
}

.timberBark {
  background-color: #655A48;
}

.heatheredMoss {
  background-color: #9fa06f;
}

.mountainSage {
  background-color: #5b6042;
}

.lightMist {
  background-color: #c1c3be;
}

.boothbayBlue {
  background-color: #6b797d;
}

.eveningBlue {
  background-color: #425259;
}

.countrylaneRed {
  background-color: #601e1f;
}

.ironGray {
  background-color: #2e2e2c;
}

.goudy {
  font-family: goudy-bookletter-1911, serif;
  font-weight: 400;
  font-style: normal;
}

button {
  background-color: transparent;
  padding: 10px 20px;
  border: 1px solid black;
}

button:hover {
  background-color: #297FA8;
  color: #fff;
}

.animate-btn {
  color: var(--accent-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  max-width: 170px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 20px;
}

@media (min-width: 600px) {
  .animate-btn {
    margin: 0 1em 2em;
  }
}

.animate-btn:hover {
  text-decoration: none;
}

.animate-btn-1 {
  font-weight: 900;
}

.animate-btn-1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.animate-btn-1 rect {
  fill: none;
  stroke: var(--accent-color);
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.animate-btn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
  color: var(--accent-color);
}

.animate-btn-1:hover rect {
  stroke-width: 5;
  stroke: black;
  stroke-dasharray: 45, 255;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.class1 {
  display: none;
}

.class2 {
  display: block;
}

/* ==============End Hardie======================= */
/* ==============Start Couer======================= */
.ratings {
  max-width: 500px;
}

.shields {
  max-width: 500px;
  margin-bottom: 20px;
}

.hardware {
  max-width: 500px;
}

.style-thumb {
  max-width: 400px;
}

.img-box {
  max-width: 400px;
  max-height: 260px;
  overflow: hidden;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

/* ==============End Couer======================= */

/* =============== Start Simonton =============== */


.home {
  margin-top: 2em;
}

hr {
  margin: 5px 0 !important;
}

.myButton {
  box-shadow: inset 0px 1px 0px 0px #a6827e;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #802528;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-family: Arial;
  font-size: 18px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #4d3534;
}

.myButton:hover {
  background-color: #802528;
  color: white;
}

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

input {
  display: none;
}

.btn {
  display: none;
}

label {
  display: block;
  padding: 8px 22px;
  margin: 0 0 1px 0;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  border-bottom: 1px solid black;
  color: #D71920;
  transition: ease .5s;
  font-size: 20px;
  position: relative;
  /* ADDING THIS IS REQUIRED */
}

label:hover {
  background: #f2f2f2;
}

label::after {
  content: '+';
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 2px;
}

input:checked+label::after {
  content: '-';
  right: 14px;
  top: 3px;
}

.content {
  background: white;
  padding: 10px 25px;
  margin: 0 0 1px 0;
  border-radius: 3px;
}

input+label+.content {
  display: none;
}

input:checked+label+.content {
  display: block;
}



.product {
  background-color: white;
  padding: 20px 10px;
  margin-right: 10px;
}

.line-break {
  border-top: 2px solid black;
  max-width: 150px;
  margin: 0 auto;
}

.durability {
  min-height: 175px;
}

.right {
  text-align: right;
}



.right img {
  float: right;
  padding: .5em;
  margin: 1em;
}

.left img {
  float: left;
  padding: .5em;
  margin: 1em;
}

@media only screen and (max-width: 768px) {
  .warranty-img {
    display: none;
  }

  .btn {
    display: block;

  }
}

/* =============== End Simonton =============== */
/* =============== Start Alside Windows =============== */

.rButton {
  box-shadow: 0px 10px 14px -7px #276873;
  background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
  background-color: #599bb3;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #3d768a;
}

.rButton:hover {
  background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
  background-color: #408c99;
}

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

.maincontent {
  max-width: 100%;
}

.section1 {
  padding: 0 0 7%;
}

.dropdown-menu {
  width: 600px !important;
  height: auto;
  padding: 20px;
}

/* .logo{
display:flex;
justify-content: space-around;
flex-direction: row;
max-width:50%;
padding-top:3%;
} */



.carousel-container {
  position: relative;
  margin: 0 auto;
  left: 0;
  top: 20%;
  margin-top: 20px;
  max-width: 600px;
  max-height: 400px;
  min-height: 400px;
  height: 100%;
  animation: animate 40s linear infinite;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.outer {
  position: relative;
  left: 0;
  top: 0;
  width: 600px;
  height: 400px;
  box-shadow: 6px 6px 19px -6px rgba(0, 0, 0, 0.67);
  -webkit-box-shadow: 6px 6px 19px -6px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 6px 6px 19px -6px rgba(0, 0, 0, 0.67);
}

.carousel-container:hover {
  animation-play-state: paused;
}

.preload {
  background-image: url('/imageserver/Reusable/alside-windows2021/mezzofeature_1-min.jpg'), url('/imageserver/Reusable/alside-windows2021/mezzofeature2-min.jpg'), url('/imageserver/Reusable/alside-windows2021/mezzofeature3-min.jpg'), url('/imageserver/Reusable/alside-windows2021/mezzofeature4-min.jpg');
}

@keyframes animate {

  0%,
  100% {
    background-image: url('/imageserver/Reusable/alside-windows2021/mezzofeature_1-min.jpg');
  }

  20% {
    background-image: url('/imageserver/Reusable/alside-windows2021/mezzofeature_1-min.jpg');
  }

  25% {
    background-image: url('/imageserver/Reusable/alside-windows2021/mezzofeature2-min.jpg');
  }

  45% {
    background-image: url('/imageserver/Reusable/alside-windows2021/mezzofeature2-min.jpg');
  }

  50% {
    background-image: url('/imageserver/Reusable/alside-windows2021/mezzofeature3-min.jpg');
  }

  70% {
    background-image: url('/imageserver/Reusable/alside-windows2021/mezzofeature3-min.jpg');
  }

  75% {
    background-image: url('/imageserver/Reusable/alside-windows2021/mezzofeature4-min.jpg');
  }

  95% {
    background-image: url('/imageserver/Reusable/alside-windows2021/mezzofeature4-min.jpg');
  }
}

.features-list {
  margin-left: 30px;
  max-width: 850px;
}

.laminated-colors {
  margin-top: 4%;
  display: flex;
}

.laminated-colors img {
  display: inline;
}

.colors-container {
  padding: 4% 3%;
}

.colors {
  border: 1px solid black;
  display: inline-block;
  cursor: pointer;
}

.color-box {
  height: 75px;
  width: 75px;
}

.white {
  background: #fff;
}

.beige {
  background: #D7D3C4;
}

.classicClay {
  background: #A49787;
}

.black {
  background: #000;
}

.bronze {
  background: #37322A;
}

.terra {
  background: #725B46;
}

.khaki {
  background: #AA9884;
}

.clay {
  background: #CCC0AA;
}

.sand {
  background: #F3E3BE;
}

.red {
  background: #832E20;
}

.green {
  background: #365342;
}

.silver {
  background: #8D9091;
}

.grey {
  background: #C0C3BB;
}

.ww {
  background: url('/imageserver/Reusable/alside-windows2021/whitewoodgrain-min.jpg');
  background-size: 75%;
}

.mw {
  background: url('/imageserver/Reusable/alside-windows2021/richmaplewoodgrain-min.jpg');
  background-size: 75%;
}

.low {
  background: url('/imageserver/Reusable/alside-windows2021/lightoakwoodgrain-min.jpg');
  background-size: 75%;
}

.dow {
  background: url('/imageserver/Reusable/alside-windows2021/darkoak-min.jpg');
  background-size: 75%;
}

.fw {
  background: url('/imageserver/Reusable/alside-windows2021/foxwood-min.jpg');
  background-size: 75%;
}

.cw {
  background: url('/imageserver/Reusable/alside-windows2021/cherry-min.jpg');
  background-size: 75%;
}

.color-options p {
  display: inline;
  max-width: 50px;
}

.warranty img {
  /* float:right; */
  padding: 0.5em;
}

.energy-efficient {
  padding: 4% 10%;
  margin-top: 3%;
  width: 90vw;
  margin: 0 auto;
}

#prestige {
  margin-left: 0px;
}

.energy-efficient img {
  float: left;
  padding: 0.5em;
  clear: both;
}

.brochure {
  margin-top: 10%;
}

.options-container {
  padding: 0 3%;
  width: 100%;
}

.collapse {
  /* text-align:center; */
  margin: 4% 0;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #d71920;
}

button.btn {
  font-size: 1.5rem;
  color: #000;
  font-family: 'Play', sans-serif;
  letter-spacing: 2px;
  width: 100%;
  text-align: left;
  outline: none;
  padding: 20px;
  background: transparent;
  border-bottom: 2px solid black;
}

button.btn:hover {
  color: #d71920;

}

button.btn.collapsed:before {
  content: "+";
  float: right !important;
  padding-right: 5px;
  font-size: 2rem;
  color: #000;
  margin-top: -5px;
  outline: none;

}

button.btn:before {
  content: "-";
  float: right !important;
  padding-right: 5px;
  font-size: 20px;
  color: #d71920;
  margin-top: -5px;
  outline: none;
}

.btn {
  white-space: inherit !important;
}

.intelliglass-grid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  width: 100%;
  margin-top: 3%;
  min-height: 300px;
  justify-items: center;
}

.iglass-header {
  width: 90%;
  margin: 0 auto;
}

.climate-zones {
  padding: 3% 0;
}

.climate-zones p {
  margin: 0;
  padding: 0;
}

.iglass {
  padding: 3%;
  border-bottom: 1px solid black;
  margin-bottom: 5%;
}

.glass {
  max-width: 225px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  border: 1px solid black
}

.glass p {
  display: block;
}

.glass:nth-child(odd) {
  background-color: #ececec;
}

.glass:nth-child(even) {
  background-color: #fff;
}

.patterns-grid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: repeat(2, minmax(200px, 1fr));
  place-items: center;
  width: 100%;
  min-height: 300px;
  margin-top: -15%;
}

.patterns-container {
  margin: 3% auto;
  text-align: center;
}

.patterns-grid img {
  grid-row: 2/3;
}

.options-container ul li {
  margin-left: 5%;
}

.options-container ul li p {
  margin: 1% 0;
  padding: 0;
  text-align: left;
}


@media screen and (max-width:600px) {
  .carousel-container {
    width: 300px;
    max-height: 200px;
    min-height: 200px;

  }

  .outer {
    width: 300px;
    height: 200px;
  }
}




/* =============== End Alside Windows =============== */




.product-flex-group {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  /* align-items: center; */
  flex-wrap: wrap;
}

.product-flex-group .flex-item {
  min-width: 30%;
  margin: 2%;
  text-align: center;
  max-width: 800px;
}

.product-content {
  padding: 2%;
  height: 250px;
}

.tall {
  height: 300px;
}

.doc-link {
  margin-top: auto;
  justify-self: flex-end;
}

label {
  display: block;
  padding: 8px 22px;
  margin: 0 0 1px 0;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  border-bottom: 1px solid black;
  transition: ease .5s;
  font-size: 20px;
  position: relative;
  /* ADDING THIS IS REQUIRED */
}

input {
  display: none;
}

.btn {
  display: none;
}

label:hover {
  background: #f2f2f2;
}

label::after {
  content: '+';
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 2px;
}

input:checked+label::after {
  content: '-';
  right: 14px;
  top: 3px;
}

.content {
  background: white;
  padding: 40px 25px;
  margin: 0 0 1px 0;
  border-radius: 3px;
}


input+label+.content {
  display: none;
}

input:checked+label+.content {
  display: block;
}

input+label+.content-sub3500 {
  display: none;
}

input:checked+label+.content-sub3500 {
  display: block;
}

.content-sub3400 {
  background: white;
  padding: 10px 25px;
  margin: 0 0 1px 0;
  border-radius: 3px;
}

input+label+.content-sub3400 {
  display: none;
}

input:checked+label+.content-sub3400 {
  display: block;
}

.content-sub3500 {
  background: white;
  padding: 0 25px 10px;
  margin: 0 0 1px 0;
  border-radius: 3px;
}


/* ---------------------------- Hero Text -------------------------------- */



.call-collage-top {
  transform: translate(30px, 142px) scale(0);

}

.call-collage-bottom {
  transform: translate(0px, -266px) scale(0);

}


.play-collage-top {
  animation: collage-anim 1s linear forwards;
}

.play-collage-bottom {
  animation: collage-anim 1s linear forwards;
}


.hero-header {
  opacity: 0;
  animation: slidein 2s ease-out 1s forwards;
}

@keyframes slidein {
  0% {
    margin-left: -5%;
    width: 100%;
    opacity: .7;
    transform: scale(0.8)
  }

  100% {
    margin-left: 0%;
    width: 100%;
    opacity: 1;
  }
}

@keyframes collage-anim {
  from {}

  to {
    transform: translate(0px, 0px) scale(1);
  }
}



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

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

  .section2-collage-grid {
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .section2-collage-grid img {
    max-height: 175px;
    margin: 10px 0;
  }
}

@media screen and (max-width:1100px) {
  .hr {
    margin: 15px auto;
  }

  .call-collage-top {
    transform: translate(0, 0) scale(1);
  }

  .call-collage-bottom {
    transform: translate(0, 0) scale(1);

  }

  .play-collage-top {
    animation: collage-anim 1s linear forwards;
  }

  .play-collage-bottom {
    animation: collage-anim 1s linear forwards;
  }
}

.list-grid {
  display: block;
}

.list-menu {
  background-color: #fff;
}

.menu-item {
  padding: .5%;
  border: none;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width:992px) {
  .my-grid {
    display: block;
  }
  .my-grid2 {
    display: block;
  }
}

@media screen and (max-width:300px) {
  .flex-item {
    width: 100%;
    height: 100%;
  }

  .flex-item img {
    max-width: 100%;
    height: 100%;
  }

  .product-content {
    height: 100%;
  }

  .tall {
    height: 100%;
  }
}