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

.features-list{
  max-width:900px;
}

.features-list ul{
  max-width:600px;
}
.features-list ul li{
  margin-block:.2em;
  list-style-type: circle;
  position: relative;
  font-weight:300;
}
.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;

}

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

  }
  .flex-item{
    text-align: center;
    max-width:125px;
    margin:.5em;
    cursor:pointer;
  }

  .styles-section,.icon-section{
    text-align: center;
    background-color:var(--main-color);
    padding-block:2em;
  }
  .styles-section{
    clip-path: polygon(0% 0%, 50% 5%, 100% 0%, 100% 100%, 0% 100%);
  }
  .icon-section .flex-group{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    max-width:1400px;
    margin:0 auto;
    align-items:center;
    justify-content: space-evenly;
    padding:1em;
  }
  .icon-section .flex-item{
    text-align: center;
    max-width:250px;
    margin:.5em;
    cursor:pointer;
  }
  .flex-content{
    display:flex;
    flex-direction:column;
    margin: 1em 0;
    max-width:600px;
    justify-content: center;
  }
  .icon-section .flex-content p{
    font-size:.8rem;
  }
  .warranty-flex-group{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: center;
    gap:50px;
    padding:70px 0;
  }
  .warranty-flex-item{
    align-self: center;
  }
  .warranty-flex-group .flex-content p{
    max-width:400px;
  }
  .image-group{
    display:flex;
    flex-direction:row;
    justify-content: space-evenly;
    flex-wrap:wrap;
  }
  .image-item{
    max-width:300px;
    margin:5px 0;
    filter:drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
  }

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