@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&family=Open+Sans+Condensed:ital,wght@1,300&family=Oswald:wght@200&family=Pattaya&display=swap');

html,body
{
    padding: 0;
    margin: 0;
    color: #285A84;
    background-color: #f7f7f7;
    overflow-x:hidden ;
    
}

header
{
    height: 50vh;    
    background-image: linear-gradient(to right bottom,#5EA669,rgba(8, 85, 59, 0.137)),url('../images/headerImg.png');
    background-size: cover;
    background-position: top;
    position: relative;
    display: block;
    padding: 20px;
    clip-path: polygon(0 0 ,100% 0 ,100% 40vh ,0 100%);
    text-align: center;
}
#logo
{
  text-align: left;
  width: 40%;
}
 .logo img
{
    width: 8rem;
    font-family: 'Pattaya', sans-serif;
    color: #fff;
    
}
#navbarContainer li a
{
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 10rem;
  transition: all .2s;
  position: relative;
  right: 50px;
  font-size: .8rem;
  border: none;
  cursor: pointer;
  background-color: #fff;
  color: #777;
  font-weight: bolder;
  font-family: 'Nunito Sans', sans-serif;
  color: #285A84;
}
#navbarContainer li a:hover
{
  background-color:rgba(40,180,133,0.8) ;
    animation: moveInBottom 0.5s ease-in-out infinite both;
    color: #fff;
    /* padding: 10px 40px; */
}


header #navbarContainer li
{
    display: inline-block;
    margin: .0rem .5rem;
    font-size: .9rem;
    /* background-color: #fff;
    padding: .8rem;
    border-radius: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700; */
    
}
#navbarContainer
{
  display: flex;
}
header #navbarContainer ul
{
  text-align: right;
  width: 60%;
  padding-top: 18px;
}
.para-title
{
    display: block;
    font-size: 3rem;
    font-weight: 1000;
    letter-spacing: 2rem;
    text-transform: uppercase;
}
.header-para
{
    color:#fff ;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    text-align: justify;
    margin-left:28%;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 2px;

    
    
}
.space
{
  margin-right: 100px;
}
#navbarformContainerner li a
{
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 10rem;
  transition: all .2s;
  position: relative;
  right: 50px;
  font-size: .8rem;
  border: none;
  cursor: pointer;
  background-color: #fff;
  color: #777;
  font-weight: bolder;
  font-family: 'Nunito Sans', sans-serif;
  color: #285A84;
}
#navbarContainer li a:hover
{
  background-color:rgba(40,180,133,0.8) ;
    animation: moveInBottom 0.5s ease-in-out infinite both;
    color: #fff;
    /* padding: 10px 40px; */
}

.header-btn button
{
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 10rem;
    transition: all .2s;
    position: relative;
    right: 50px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    background-color: #fff;
    color: #777;
    margin-top: 3rem;
    font-family: 'Nunito Sans', sans-serif
    
}
.header-btn button:hover
{
    
    background-color:rgba(40,180,133,0.8) ;
    animation: moveInBottom 0.5s ease-in-out infinite both;
    color: #fff;
    /* padding: 10px 40px; */

}
@keyframes moveInBottom {
    0% {
        box-shadow: 0 0 20px 0px #fff;
                
      }
      50% {
        
        box-shadow: 0 0 10px 0px #fff;
      }
      100% {
        
        box-shadow: 0 0 20px 0px #fff;
      }
    
}
.header-btn button:active
{
    animation: none;
    border: 1px solid #fff;
    padding: 10px 15px;
}
/* ----------------------------------------------------------- */
#cardHouses , #cardHouses2
{
    padding: 3rem;
    display: flex;  
    margin-bottom: 95px;
}

.house-card
{
    background-color: transparent;
    width: 15rem;
    height:23rem;
    perspective: 1000px;
    margin: 0 40px;
    
    
    
}
.house-card-ineer
{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style:preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    
    
}
.house-card:hover .house-card-ineer
{
    transform: rotateY(180deg);
    box-shadow: 0 0 50px 2px rgba(21, 255, 0, 0.205);
}
.house-card-front ,.house-card-back
{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    
    
}
.house-card-front 
{
    background-color: rgb(255, 255, 255);
    color: black;
}
  
.house-card-back 
{
    background-image:linear-gradient(to right bottom,#5EA669,rgba(8, 85, 59, 0.8));
    color: white;
    transform: rotateY(180deg);
    
}
.card-image
{
  height: 40%;
  background-color: #fff;
  border-bottom-left-radius: 50%;
  
  background-size: cover;
}
.card-header1
{
    height: 40%;
    background-color: #fff;
    border-bottom-left-radius: 50%;
    background-image: linear-gradient(to right bottom,#5ea6699f,rgba(143, 209, 186, 0.123)),url('../images/villa.jpg');
    background-size: cover;
    
}

.card-header2
{
    height: 40%;
    background-color: #fff;
    border-bottom-left-radius: 50%;
    background-image: linear-gradient(to right bottom,#5ea6699f,rgba(143, 209, 186, 0.123)),url('../images/villa3.jpg');
    background-size: cover;
    
}

.card-header3
{
    height: 40%;
    background-color: #fff;
    border-bottom-left-radius: 50%;
    background-image: linear-gradient(to right bottom,#5ea6699f,rgba(143, 209, 186, 0.123)),url('../img/house.jpg');
    background-size: cover;
    
}

.card-header4
{
    height: 40%;
    background-color: #fff;
    border-bottom-left-radius: 50%;
    background-image: linear-gradient(to right bottom,#5ea6699f,rgba(143, 209, 186, 0.123)),url('../images/home.jpg');
    background-size: cover;
    
}

.house-info 
{
    font-family: 'Nunito Sans', sans-serif;
    
}
.house-info p:nth-child(1)
{
    font-weight: 700;
}
.house-price
{
    margin-top: 27%;
    width: 100%;
    font-family: 'Pattaya', sans-serif;
    font-size: 1.5rem;
    text-shadow: 0 0 4px rgb(156, 156, 156);
}

 #listContainer ul
{
   color: rgb(231, 231, 231); 
} 
#btnContainer
{
  background-color: rgba(212, 212, 212, 0.356);
  height: 44.5%;
  border-top-left-radius: 50%;
  
}
 .card-btn{
  
  text-transform: uppercase;
  border-radius: 12px;
  padding: 7px 15px;
  display: inline-block;
  border-radius: 10rem;
  transition: all .2s;
  position: relative;
  
  font-size: 1rem;
  border: none;
  cursor: pointer;
  background-color: #fff;
  color: #777;
  margin-top: 6rem;
  font-family: 'Nunito Sans', sans-serif

}
 .card-btn:hover{
  background-color: #fff;
  animation: moveInBottom 0.5s ease-in-out infinite both;
  color:rgba(40,180,133,0.8) ;
  /* padding: 10px 40px; */
  border-radius: 12px;
}
 







 /* --------------------------------footer----------------------- */
  
 footer
 {
     height: 35vh;    
     background-size: cover;
     background-image: linear-gradient(to right bottom,#5EA669,rgba(8, 85, 59, 0.8));
     background-position: top;
     position: relative;
     display: block;
     clip-path:  polygon(0% 50% ,100% 0 ,100% 100% ,0 100%);
     overflow: hidden;
     margin-top: -120px;
     z-index: 80;
    text-align: center;
     color:#4b4c4d;
     
 }
 .footer-basic #footer-logo
 {
     margin-top: 3rem;
     font-size: 30px;
     font-family: 'Pattaya', sans-serif;
     color: #fff;
     
 }
 .center
 {
   text-align: center;
   margin-left: 38rem;
   
 }
   
   .footer-basic ul {
     padding:0;
     list-style:none;
     text-align:center;
     font-size:1.2rem;
     line-height:1.6;
     margin-bottom:0;
   }
   
   .footer-basic li {
     padding:0 10px;
     display: inline-block;
   }
   
   .footer-basic ul a {
     color:#fff;
     text-decoration:none;
     opacity:0.8;
     
   }
   .footer-basic li:hover
   {
     transform: scale(1.2);
   }
   .footer-basic ul a:hover {
     opacity:1;
     
   }
   
   .footer-basic .social {
     text-align:center;
     padding-bottom:0px;
     margin-top: -1rem;
     display: flex;
   }
   
   .footer-basic .social  a {
     font-size:24px;
     width:40px;
     height:40px;
     line-height:40px;
     display:inline-block;
     text-align:center;
     border-radius:50%;
     border:1px solid #ccc;
     margin:0 8px;
     color:#fff;
     opacity:0.75;
   }
   
   .footer-basic .social  a:hover {
     opacity:0.9;
     transform: scale(1.4);
   }
   
   .footer-basic .copyright {
    margin-top: -38px;
    text-align:center;
    font-size:13px;
    color:rgb(231, 231, 231);
    margin-bottom:0;
    font-weight: bolder;
    position: absolute;
    margin-left: -60px;
 
   }
   #footerQuickLink
   {
     
     width: 359px;
     height: 143px;
     float: right;
     margin-right: 9px;
     margin-top: -194px;
     font-family: 'Nunito Sans', sans-serif;
     font-weight: 700;
     
   }
   #footerQuickLink ul li
   {
     display: block;
   }
   #footerQuickLink a
   {
     font-size: .8rem;
   }
   #footerQuickLink h4
   {
     color: white;
     font-size: 1.2rem;
     margin-bottom: -17px;
     margin-top: 57px;
     
   }
 
 


  #email{
    text-align: center;
    color:rgb(231, 231, 231) ;
    font-size: 20px;
  }





/* ------------------------ add house---------------- */

#addHouse 
{
    text-align: left;
}

#formContainer
{
    display: none;
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
      
      
}
#formContainer input
{
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid rgb(0, 151, 8);
}
#formContainer select
{
  background-color: #fff;
  color:black;
}
#formContainer input::placeholder
{
  color:rgb(128, 126, 126);
}
#formContainer input[type='submit']
{
  background-color: rgb(0, 68, 216);
}
.add-form
{
    background-color: #fefefe;
    margin: 10rem auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    border-radius: 30px;
    
}

.close 
{
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background-color: red;
    padding: 7px;
    border-radius: 10px;
}
  

.close:hover,
.close:focus
{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



#listContainer 
{
 height: 50%;

}
#listContainer ul
{
  font-size: 20px;
  text-align: left;
}
/* ------------------------------------------------------- */

/* Working on the new form */

h1, h2 {
  text-transform: uppercase;
  font-weight: 400;
  }
  h2 {
  margin: 0 0 0 8px;
  color: white;
  }
/* to make it two blocks */

  .main-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px;
  background: rgba(0, 0, 0, 0.5); 
  }

left part text
  .left-part, form {
  padding: 25px;
  }


/* 
  .left-part {
  text-align: center;
  }
*/
/*
  .fa-graduation-cap {
  font-size: 72px;
  }
*/
/* background color */

 #addHouseForm {
  background-image: url("../img/pika.png");
  background-size: cover;
  text-shadow: 0 2px 2px green;
  filter: drop-shadow(2px 4px 6px black);
  /* background: rgba(0, 0, 0, 0.7);  */
  }

  #addHouseForm label
  {
    
    color: #fff;
    filter: drop-shadow(0 0 5px green);
  }

/* to move the word below the pen */
  .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  }


/* to make it below each other
.info {
  display: flex;
  flex-direction: column;
  } */

/* to make changes on the tabs inside  */
input, select {
  padding: 5px;
  margin-bottom: 30px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #eee;
  margin-right: 20px;
  }

/* textarea, select {
  padding: 5px;
  margin-bottom: 29px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #eee;
  padding-right: 93px;
  color: white;
  } */
 
/* option:focus 
 {
  border: none;
  } */

  #selectType{
  color: white;
  /* background-color: #4c4c4c; */
  border: none;
  width: 15%;
  border-bottom:1px solid white;  
  }

  textarea::placeholder {
  color: white;
  }

 input::placeholder {
  color: #eee;
  }


  .btn-item {
  display: inline-block;
  margin: 20px 5px 0;
  }

   input[type="submit"] 
   {
  width: 15%;
  padding: 10px 5px;
  margin-top: 20px;
  border-radius: 5px; 
  border: none;
  background: #26a9e0; 
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  }

  .close {
  width: 5%;
  padding: 10px 5px;
  margin-top: 20px;
  border-radius: 5px; 
  border: none;
  background: #26a9e0; 
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  float: right;
  text-align: center;
  z-index: 85;
  position: relative;
  font-size: 1.5rem;
  background-color: red;
  }

  button:hover, .btn-item:hover {
  background: #85d6de;
  color: black;
  }
/* block for the body */
  @media (min-width: 568px) {
  html, body {
  height: 100%;
  }
}
  .main-block {
  flex-direction: row;
  height: calc(100% - 50px);
  }
/* block for the body */

/* Working on the new form*/

    /* ------------------------------------------------------ */

 #waiting
 {
   width: 100%;
   height: 300%;
   background-color: rgba(0, 0, 0, 0.603);
   z-index: 100;
   position: absolute;
   text-align: center;
   display: none;
 }
 
  #waiting img:nth-child(1)
 {
   margin-top: 20%;
 } 

 #waiting h2
 {
   color: rgb(255, 255, 255);
   font-size: 1.9;
   text-shadow: 0 0 4px rgb(63, 240, 63);
 }

 @keyframes slide-in-fwd-bottom {
  0% {
    transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

 .add-btn{
  animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 10rem;
  transition: all .2s;
  position: relative;
  right: 50px;
  font-size: .8rem;
  border: none;
  cursor: pointer;
  background-color: #fff;
  color: #285A84 ;
  margin-top: .5rem;
  font-family: 'Nunito Sans', sans-serif;
margin-left: 250px;  
font-weight: bolder;
letter-spacing: 1px;
 }

 .add-btn:hover{
  background-color:rgba(40,180,133,0.8) ;
  animation: moveInBottom 0.5s ease-in-out infinite both;
  color:#fff ;
  /* padding: 10px 40px; */
  border-radius: 12px;
 }


 #submit{

  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 10rem;
  transition: all .2s;
  position: relative;
  /* right: 50px; */
  font-size: 1rem;
  border: none;
  cursor: pointer;
  background-color:rgba(40,180,133,0.8) ;
  color: #fff ;
  margin-top: 3rem;
  font-family: 'Nunito Sans', sans-serif;
/* margin-left: 30px; */
font-weight: bolder;
letter-spacing: 1px;

 }

 #submit:hover{
  background-color:rgba(40,180,133,0.8) ;
  animation: moveInBottom 0.5s ease-in-out infinite both;
  color:#fff;
  /* padding: 10px 40px; */
  border-radius: 12px;
 }

.input{

  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 10rem;
  transition: all .2s;
  position: relative;
  /* right: 50px; */
  font-size: 1rem;
  border: none;
  cursor: pointer;
  background-color: rgba(40,180,133,0.8) ;
  color: #fff ;
  margin-top: 3rem;
  font-family: 'Nunito Sans', sans-serif;
/* margin-left: 250px;   */
font-weight: bolder;
letter-spacing: 1px;

 }

.input:hover{
  background-color:#fff ;
  animation: moveInBottom 0.5s ease-in-out infinite both;
  color:black;
  /* padding: 10px 40px; */
  border-radius: 12px;
 }

 /*-------------------------------------------------------Search Tab -------------------------------------------------------*/

