*{
  font-family: "Montserrat";
}
.about{
    margin-top: 150px;
    padding: 20px;
text-align: center;
font-size: 30px;
word-spacing: 5px;
letter-spacing: 3px;
text-transform: uppercase;
font-family: "Montserrat";
font-weight: 800;
}
p{
   max-width: 80%;
   margin: 0 auto;
   text-align-last:auto ;
   
   word-spacing: 5px;
   padding-bottom: 20px;

}
/* drop down css  */

ul li{
    display: inline-block;
    position: relative;
    padding: 10px 20px;
  }
  ul li  .MRG{
    display: block;
      width: 160%;
      margin: 0;
      padding: 10px;
  }
  ul li  .MRG:hover{
    display: block;
      width: 160px;
      margin: 0;
      /* padding: 10px 30px; */
      color: rgb(255, 254, 254);
      border: 2px solid rgb(198, 198, 198);
      border-radius: 10px;
      letter-spacing: 2px;
      transition: 600ms;
  
  }

  .hide{
    display: none;
  }
  
  
  ul li ul.drop_down{
    position: absolute;
    z-index: 999;
    display: none;
    width: 100%;
  }
  ul li:hover ul.drop_down{
    display: block;
    background-color: black;
    width: 200px;
    border-radius: 0px 0px 20px 20px;
  }
/* map css start here  */
.location{
padding: 50px;
}



/* gallery css starts here  */
h3{
    margin-top: 150px;
    padding: 20px;
text-align: center;
font-size: 30px;
word-spacing: 5px;
letter-spacing: 3px;
text-transform: uppercase;
}


.image-gallery {
    margin: auto;
    width: 70%;
    position: relative;
    z-index: 0;
  }
  .image-container {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  .thumbnails {
    width: 100%;
    display: flex;
  }
  .thumbnails label {
    display: inline-block;
    width: 150px;
    height: 100px;
    background-size: cover;
    margin: 0;
    flex: 1 1 150px;
    cursor: pointer;
  }
  .image-1, .image-2, .image-3, .image-4 {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all 1.2s ease-out;
  }
  .image-1,
  .thumbnails label[for="image1"] {
    background-image: url('../Gallery/MRG-Crown-4.jpg');
  }
  .image-2,
  .thumbnails label[for="image2"] {
    background-image: url('../Gallery/marble-floor-1.jpg');
  }
  .image-3,
  .thumbnails label[for="image3"] {
    background-image: url('../Gallery/marble-floor-2.jpg');
  }
  .image-3,
  .thumbnails label[for="image4"] {
    background-image: url('../Gallery/MRG-Crown-5.jpg');
  }
  .image-4,
  .thumbnails label[for="image5"] {
    background-image: url('../Gallery/MRG-Crown-2.jpg');
  }
  #image1:checked + .image-1,
  #image2:checked + .image-2,
  #image3:checked + .image-3,
  #image4:checked + .image-4 {
    opacity: 1;
  }
  .image-gallery input[type="radio"] {
    position: absolute;
    top: 370px;
    z-index: 100;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    background-color: #00000033;
    height: 16px;
    width: 16px;
    border: 3px solid #f1f1f1;
    border-radius: 16px;
    cursor: pointer;
    outline: none;
    box-shadow: 0px 1px 4px #00000088;
  }
  .image-gallery input[type="radio"]:hover {
    background-color: #f7f7f780;
  }
  .image-gallery input[type="radio"]:checked {
    background-color: #f1f1f1;
  }
  .image-gallery input[type="radio"]:nth-of-type(1) {
    left: 50%;
    margin-left: -36px;
  }
  .image-gallery input[type="radio"]:nth-of-type(2) {
    left: 50%;
    margin-left: -12px;
  }
  .image-gallery input[type="radio"]:nth-of-type(3) {
    left: 50%;
    margin-left: 12px;
  }
  .image-gallery input[type="radio"]:nth-of-type(4) {
    left: 50%;
    margin-left: 36px;
  }
  
  .image-gallery label.prev,
  .image-gallery label.next {
    position: absolute;
    top: 50%;
    z-index: 100;
    color: #f1f1f1;
    text-shadow: 0px 1px 4px #00000088;
    font-family: "Georgia", "Apple Symbols", serif;
    font-size:40px;
    font-weight: 700;
    line-height:40px;
    text-align:center;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    cursor: pointer;
    opacity:0;
    transition: opacity 0.5s linear;
  }
  .image-gallery:hover label.prev,
  .image-gallery:hover label.next {
    opacity:1;
  }
  .image-gallery label.prev:before {
    content: '\003c'
  }
  .image-gallery label.next:before{
    content: '\003e'
  }
  .image-gallery label.prev{
    left: 10px;
  }
  .image-gallery label.next{
    right: 10px;
  }
  .image-gallery label.prev:hover,
  .image-gallery label.next:hover {
    margin-top: -22px;  
    text-shadow: 0px 3px 4px #00000088;
  }



  /* next page css here  */
  .textbig {
    font-size: 30px;
    font-weight: 600;
    
  
  }

  .secondsection{
    text-align: left;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
    padding: 30px;
    max-width: 80%;
    margin: 20px 0 0 131px;
    height: 80vh; 
}
.secondimage img{
    max-width: 42vh;
    margin: 0 auto;
    border: 2px solid black;
    border-radius: 10px;
  }
  .secondimage img:hover{
    -webkit-transition: 0.4s ease;
    transition: 0.8s ease;
   -webkit-transform: scale(1.08);
   transform: scale(1.08); 
   box-shadow: 10px 8px  #daecff;
}
.textsmall{
  /* margin-top: 26px; */
  word-spacing: 4px;
 font-family:  "Montserrat";
  font-weight: 400;
}
@media only screen and (max-width: 1131px){
.secondsection{
  flex-direction: column;
  height: 156vh; 
margin: auto;
margin-top: -50px;

}
.textsmall{
  word-spacing: 4px;
  font-family:  "Montserrat";
  font-weight: 400;
}

}


    /* our comitiment css  */

   .container-commitiment{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      width: 100%;
       background: #edf2f6;
      border-radius: 10px;
      padding: 30px 0px;
      margin: auto;
      max-width: 78%;
  }
  .conainer-1{
      text-align: center;
  }
  .conainer-1 i{
      font-size: 60px;
      padding: 20px;
      color: #6cc388;
      cursor: pointer;
  }
  .conainer-1 p{
     font-weight: 450;
  }
  .conainer-1 i:hover{
      opacity: 0.8;
      
  }
  
/*---Media Query----*/
@media only screen and (max-width: 770px) {
  .container-commitiment{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.conainer-1{
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
}
.container-h2{
    margin: 10px 0 0 0;
    padding: 10px;
}
.textbig {
  margin-top: 156px;
  font-size: 30px;
  font-weight: 600;
}
.secondimage img{
  max-width: 52vh;
  margin: 0 auto;
  border: 2px solid black;
  border-radius: 10px;
}
}