:root{
  --main-color:#e7eeef;
  --highlight-color: #A38E7E;
}

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

.row{
  margin-right:0!important;
  margin-left:0!important;
}

img{
  width:100%;
}

.my-hr { 
  max-width:80%;
  margin:0 auto;
  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); 
}
 h1 {
    /* font-size:3.2rem; */
    font-family: 'Josefin Sans', sans-serif;}
 h2 {
    font-size:2rem;
    font-family: 'Josefin Sans', sans-serif;}
 h3 {
    /* font-size:1.5rem; */
    font-family: 'Josefin Sans', sans-serif;}
 h4 {
    font-size:1.3rem;
    font-family: 'Josefin Sans', sans-serif;}
 h5{
    font-size:1.2rem;
    font-family: 'Josefin Sans', sans-serif;}
 p{
    font-size:1rem;
    font-weight:300;}

.highlight{
  color: var(--highlight-color);
}

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

.features-list ul{
  max-width:600px;
}
.features-list ul li{
  margin-block:.2em;
  list-style-type: none;
  position: relative;
}
.features-list ul li::before{
  position: absolute;
  content:"";
  background-image: url('/imageserver/Reusable/diamondkote23/diamond.png');
  background-size:80%;
  background-repeat: no-repeat;
  height:21px;
  width: 15px;
  top:5px;
  left:-22px;

}

.section1{
  padding:0 0 7%;
}

.dropdown-menu {
    width: 600px !important;
    height: auto;
  padding: 20px;
  }
  .color-options p{
      border:2px solid white;
  }
  .logo{
  display:flex;
  justify-content: space-around;
  flex-direction: row;
  max-width:50%;
  padding-top:3%;
  }
  
  /* .product-main-wrapper{
  background-image: linear-gradient(rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 100%),  url('/imageserver/Reusable/diamondkote23/siding-bg-min.png');
  background-position: bottom right;
  background-size: 15%;
  background-repeat: no-repeat;
  } */
  
  .carousel-container{
    position: relative;
    margin:0 auto;
    left:0;
    top:20%;
    background-image:url('/imageserver/Reusable/diamondkote23/bb-full-min.jpg');
    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;
    box-shadow: 6px 6px 19px -6px rgba(0,0,0,0.67);
    padding:0 1em;
    }
    .outer{
    position:relative;
    left:0;
    top:0;
    width:600px;
    height:400px;
    }
  .color-options img{
      width:100%;
      max-width:75px;
  }
  
  .carousel-container:hover{
  animation-play-state: paused;
  }
  .preload{
    background-image:url('/imageserver/Reusable/diamondkote23/bb-full-min.jpg'),url('/imageserver/Reusable/diamondkote23/bb-full2-min.jpg'),url('/imageserver/Reusable/diamondkote23/smooth-full-min.jpg'),url('/imageserver/Reusable/diamondkote23/grooved-full-min.jpg');
  }
  @keyframes animate {
    0%,100%{
        background-image:url('/imageserver/Reusable/diamondkote23/bb-full-min.jpg');    
      }
      20%{
        background-image:url('/imageserver/Reusable/diamondkote23/bb-full-min.jpg');    
      }
      25%{
        background-image:url('/imageserver/Reusable/diamondkote23/bb-full2-min.jpg');
      }
      45%{
        background-image:url('/imageserver/Reusable/diamondkote23/bb-full2-min.jpg');  
      }
      50%{
        background-image:url('/imageserver/Reusable/diamondkote23/smooth-full-min.jpg');
      }
      70%{
        background-image:url('/imageserver/Reusable/diamondkote23/smooth-full-min.jpg');  
      }
      75%{
        background-image:url('/imageserver/Reusable/diamondkote23/grooved-full-min.jpg');  
      }    
      95%{
        background-image:url('/imageserver/Reusable/diamondkote23/grooved-full-min.jpg');  
      }    
  }

  .icon-section{
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 95%, 0% 100%);
  }
  .flex-group{
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 1em 0 2em;
    flex-wrap:wrap;
  }
  .img-box img{
    max-width:200px;
    border-radius:50%;
  }
  .img-box, .styles-icon img{
    border-radius:0;

  }
  .flex-item{
    max-width:400px;
    min-width:300px;
    text-align: center;
    margin:1em 0;
  }
  .styles-section,.icon-section{
    text-align: center;
    background-color:var(--main-color);
    padding-block:2em;
    padding-bottom:4em;
  }
  .styles-section{
    clip-path: polygon(0% 0%, 50% 5%, 100% 0%, 100% 100%, 0% 100%);
  }
  .my-flex-group{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    max-width:1400px;
    margin:0 auto;
    align-items:center;
    justify-content: center;
    padding:1em;
  }
  .flex-content{
    display:flex;
    flex-direction:column;
    margin: auto;
    max-width:600px;
    justify-content: center;
  }

    /* ============== Color Picker ================== */
    .color-group{
      display:flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
    .color-box{
      height:25px;
      width:25px;
      cursor:pointer;
      margin:1px;
      transition:.3s;
      border:.1rem solid #ececec;
    }
    .color-box:hover{
      transform:scale(2);
    }
    #color-name{
      text-align: center;
      width:100%;
    }
    .color-siding{
      display:grid;
      width:100%;
      justify-content: center;
      align-items: center;
      padding:0 1em;
    }
    #panel-desat{
      grid-row:1/2;
      grid-column:1/2;
    }
    #panel-overlay{
      width:100%;
      height:100%;
      grid-row:1/2;
      grid-column:1/2;
      mix-blend-mode: overlay;
      background-color: #864E29;
    }
  

  @media  screen and (max-width:600px) {
    .features-list h2{
      text-align: center;
    }
    .my-flex-group{
      text-align: center;
    }
    .icon-section{
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 97%, 0% 100%);
    }
    .styles-section{
      clip-path: polygon(0% 0%, 50% 3%, 100% 0%, 100% 100%, 0% 100%);
      margin-top:-2em;
    }
    .my-container{
      padding-inline:2%;
    }
     .carousel-container{
  max-width:400px;
  max-height:300px;
   min-height:200px;

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