.layout {
  width: 80vw;
}
ul {
  list-style-type: none;
  font-family: "ubuntu", "sansa serf";
}


.phase1 {
  width: 100%;
  height: 70vh;
  
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 8vw;
}

.gallery {
  width: 50%;
  height: 90%;
 
  display: flex;
  justify-content: space-around;
}
.bigimg {
  width: 55%;
  
 
  
}
.bigimg img {
  width: 24vw;
}
.sideimg {
  width: 35%;
  
 
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.sideimg img {
  width: 13vw;
}
.slim1{
  width: 50%;
  }
  .slim1 img {
    width: 350px;
  }
.slim2{
  width: 50%;
}
.slim2 img {
  width: 400px;
}

.prodinfo {
  width: 45%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /* background-color: beige; */
}
.prodinfo h1 {
  font-size: 35px;

  color: #585252;
}
.prodinfo h2 {
  font-weight: normal;
  font-size: 20px;
}
.coloursquare {
  display: flex;
  align-items: center;
}
.colours {
  display: flex;
  min-width: 30vw;
 min-height: 6vh;
  /* justify-content: space-around; */
  align-items: center;
}
.colours1{
  margin-left: 20px;
}
.colours div{
  min-width: 5vw;
  min-height: 5vw;
 
 
}

.colours button ,.colours1 button {
  width: 28px;
  height: 28px;
 
  border: none;
  outline-color: orange;
  outline-width: 20px;
  outline-offset: 5px;
}
.extracolours{
  display: none;
  margin-left: 5vw;
}
.colours button:hover {
  width: 33px;
  height: 33px;
}


.prodinfo .Enquirenow {
  width: 200px;
  height: 50px;
  font-size: 25px;
  color: white;
  background-color: #429a97;
  outline: none;
  border: none;
  font-family: "Ubuntu", sans-serif;
}
.prodinfo button:hover {
  background-color: #26726f;
}
.prodinfo ul p {
  font-family: "ubuntu", "sansa serf";
}
.prodinfo p {
  font-size: 17px;
  color: #000000;
  font-family: "Balsamiq Sans", cursive;
}

.nodisplay {
  display: none;
}

.phase2 {
  margin-top: 3vw;
  width: 100%;
 
  /* background-color: cadetblue; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}

.about {
  width: 45%;


}
.about ul{
    list-style-type: square;
    margin:1vw 3vw;
    font-size: 18px;
}

.pdcodeimg {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin-bottom: 30px;
 
}
.pdcodeimg img{
  width: 40vw;
  
}





@media screen and (max-width:1200px){
  .layout {
    width: 90vw;
  }
  .phase1{
    margin-top: 5vw;
  }
  .gallery{
    width: 50%;
  }
  .prodinfo{
    width: 50%;
  }
  .phase2{
    justify-content: space-around;
   
  }
  .about ul{
    font-size: 15px;
  }
 
  
  
}
@media screen and (max-width:1000px){
.prodinfo h1,.totalprod h1{
  font-size: 26px;
  
}
.prodinfo{
  height: 60vh;
}
.prodinfo h2{
  font-size: 17px;
}
.prodinfo p{
  font-size: 15px;
}
.prodinfo .Enquirenow{
  width: 160px;
  height: 50px;
  font-size: 19px;
}
.prodinfo ul li p{
  font-size: 14px;
}
.colours button{
  width: 25px;
  height:  25px;
}
.colours button:hover{
  width: 29px;
  height:  29px;
}
.sideimg{
  justify-content: space-around;
}
.bigimg img{
  width: 240px;
}
.sideimg img{
  width: 150px;
}
 .slim1 img {
    width: 230px;
  }
  .slim2 img {
  width: 280px;
  }
  

}
@media screen and (max-width:700px){
  .phase1,.phase2{
   
    flex-direction: column;
    width: 90VW;
    align-items: center;
    
    height: auto;
  }
  
 
  .totalprod{
    margin-top: 5vw;
  }
  
  .bigimg{
    width: 50%;
  
  }
  .sideimg{
    width: 50%;
  }
  .gallery, .prodinfo{
    width: 87VW;
    
    /* background-color: aliceblue; */
  }
  .gallery{
    min-height: 50vh;
    margin-bottom: 10vw;
    justify-content:space-between;
    align-items: center;
    width:100vw;
  }
  .prodinfo{
    height: 40vh;
  }
  .extracolours{
    display: block;
   
  }
  .colours div{
    width: 9vw;
    height: 9vw;
  }
 
  .colours{
    min-width: 70vw;
    margin-bottom: 10px;
    margin-top: 10px;
    
  }
  
  .maincolours{
    display: none;
  }
  .bigimg img{
    width: 210px;
  }
  .sideimg img{
    width: 130px;
  }
  .phase2 .about{
    width: 90%;
    
  }
  .pdcodeimg img{
    width:95vw;
    /* margin:5vw 0px 5vw 0px ; */
    
  }
  .pdcodeimg {
    width: 100%;
   
  }
  .about{
    min-width:90vw;
  }


}