:root{
  --main-color:#1B6166;
  --accent-color:#664B15;
  --main-color-light:#187346;
}

body, html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Poppins',  'Montserrat', sans-serif;
  font-size:18px;
}
.row{
  margin:0;
  padding:0;
}
.maincontent_wrapper{
  padding-top:0;
}
.maincontent {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
img{
  width:100%;
}
.hr-h2{
  border:1px solid #000;
}
#div1{
  background-color: #f6f4f2;
}
div.menu {
  text-align: center;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap:wrap;
  mix-blend-mode:difference;
}

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

#subtitle {
  text-transform: uppercase;
  mix-blend-mode:difference;
}

.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: #d4d4d4;
  cursor: pointer !important;
  font-size: 1.2rem;
  position: relative;
}

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

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

.highlight {
  color: #34ADEF !important;
  position: relative;
}

.highlight::after {
  position: absolute;
  content: "";
  height: 0px;
  width: 100%;
  border-bottom:2px solid #34ADEF;
  background: #34ADEF;
  bottom: -10px;
  left: 0;
  pointer-events: none;

}

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

#page-title {
  text-transform: uppercase;
  text-align: center;
  padding:0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .1rem;
  font-size: 2rem;
  mix-blend-mode:difference
}

.targetDiv {
  padding: 4% 5%;
  background-color:#e7eeef;
}


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

.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;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
}

#text {
  color: #000;
}

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

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

.section3 {
  padding: 5%;
  color: #000;
}

.icon-group {
  display: flex;
  flex-direction: row;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  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;
  max-width: 350px;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.icon-image{
  max-width:125px;
  margin:20px 0;
  border:2px solid #000;
  border-radius:10px;
}

.icon-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin:0;
}
.icon-details{
  min-height:100px;
}

@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;
  }
}