 body {font-family: "Montserrat", sans-serif; font-weight:normal;}
.about-bg{background: #f0ece4;}

.about-bg h1{font-size: 45px; color: #aaaaac; font-weight: 600;}
.about-bg h1 .highlight {color: #d7b06f;}
.about-bg h1 .highlight2 {color: #a77e56;}
.about-bg p{font-size: 18px; font-weight: 500; line-height: 35px;}
.video-bg{background: #fff; border-radius: 30px;}
.about-bg h2{font-size: 45px; color:#a77e56; font-weight: 500;}
.video-bg p{font-size: 18px; font-weight: 500; line-height: 35px;}

.why-coloris{background: url(../../images/coloris/why-coloris.jpg) no-repeat center; padding: 300px 0 200px 0;}
.why-coloris h2{font-size: 45px; color:#a77e56; font-weight: 500;}
.why-coloris p{font-size: 18px; font-weight: 500; padding-top: 20px; line-height: 35px;}

.explore-collection{background:#f7f8fa url(../../images/coloris/Explore-Collection-bg.jpg) no-repeat center; padding: 50px 0;}
.explore-collection h2{font-size: 56px; color:#edb112; font-weight: 700;}
.explore-collection h2::after{content: ''; border-bottom: 5px solid #edb112; width: 70px; display: block; margin: 0 auto;}
.explore-collection p{font-size: 18px; font-weight: 500; padding-top: 20px; line-height: 35px;}
.left-content h3{font-size: 33px; color:#000; font-weight: 500;}
.left-content h4{font-size: 33px; color:#edb112; font-weight: 700;}
.left-content p{font-size: 18px; font-weight: 500; padding-top: 20px; line-height: 35px;}

.left-content .star{font-size: 10px;
  font-weight: 500;
  padding-top: 40px;
  line-height: 20px;
  display: block;}

section {
  padding: 0px;
}
.custom-list-center {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0px 3px 3px #000;
  width: 100%;
  max-width: 400px;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position:absolute;
}

.custom-list{
  padding: 0px;
  margin: 0px;
}

.custom-list li {
  padding: 0px;
  margin: 18px 0 1px 26px !important;
  color: #000;
  font-size: 18px;
  position: relative;
  list-style: none;
}

.custom-list li::before {
  content: "";
  background-image: url("../../images/coloris/arrow.png");
  position: absolute;
  top: 3px;
  left: -24px;
  width: 24px;
  height: 24px;
}




.modal-text-bg h1{font-size: 26px; color: #aaaaac; font-weight: 600; margin-bottom: 0px;}
.modal-text-bg h1 .highlight {color: #d7b06f;}
.modal-text-bg h1 .highlight2 {color: #a77e56;}

.visible-for-mobile{display:none;}


   @media only screen and (max-width: 600px) {
       
       .visible-for-mobile{display:block;}
       .none-for-mobile{display:none;}
.custom-list-center{position: inherit;
    width: 100%;
    left: 0px;
    top: 0px;
    transform: inherit;
    max-width: 91%;
    margin: 0px auto;
}

.hero {
  border-radius: 0px 0px 30px 30px;
}

.pe-0 {
  padding-right: 0px !important;
    padding-left: 0px !important;
}
.about-bg h1 {
  font-size: 35px;}

  .about-bg p {
  font-size: 16px;
}
.ps-4 {
  padding-left: 0rem !important;
}

.about-bg h2 {
  font-size: 30px;}



  .explore-collection h2 {
  font-size: 36px;
}

.left-content h3 {
  font-size: 25px;}

  .left-content h4 {
  font-size: 24px;
}


.left-content p {
  font-size: 16px;
  line-height: 35px;
}


.custom-list li {
  font-size: 15px;}


  .why-coloris p {
  font-size: 16px;
  padding-top: 20px;
  line-height: 35px;
}


 .why-coloris {
    background: #e4dcd1 url(../../images/coloris/why-coloris-mobile.jpg) no-repeat bottom;
    background-size: auto;
    padding: 60px 0 165px 0;
    background-size: contain;
  }


  .modal-text-bg h1{font-size: 20px; color: #aaaaac; font-weight: 600;}
  
  
 

   }
   
   
   
@media only screen and (min-device-width : 601px) and (max-device-width : 767px) {
    
    
    .custom-list-center{position: inherit;
    width: 100%;
    left: 0px;
    top: 0px;
    transform: inherit;
    max-width: 91%;
    margin: 0px auto;}
    
           .visible-for-mobile{display:block;}
       .none-for-mobile{display:none;}
       
       
      .video-bg .pe-0 {
  padding-right: 10px !important;
}
    
    
}
   
   
   
   @media only screen and (min-device-width : 768px) and (max-device-width : 900px) {
  
  
  .custom-list li::before {
  top: -1px;}
  
  
  .custom-list-center {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 14px;
  box-shadow: 0px 3px 3px #000;
  width: 100%;
  max-width: 270px;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
  
  
   .custom-list li {
  padding: 0px;
  margin: 18px 0 1px 26px !important;
  color: #000;
  font-size: 12px;
  position: relative;
  list-style: none;
}


}
   
   
   
   