@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('https://www.nwhm.com/sites/default/files/2018-11/Matterport_833x450.gif');
    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;
    
}

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: 4rem;
  font-weight: 1000;
  letter-spacing: 2rem;
  text-transform: uppercase;
  /* padding-bottom: 50px; */
  /* position: relative;
  bottom: 90px;
  right: 50px; */
}
.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: 8px;

    
    
}
.space
{
  
  margin-right: 100px;
}
#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-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;
}
/*----------------------------------------------------------------------*/

#pabout{
    /* text-indent: 50px; */
    text-align: center;
    letter-spacing: 3px;
    padding: 27px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



/* ------------------------------------------------------------------------
body {
   font-family: tahoma;
  height: 100vh; 
  background-image: url(https://picsum.photos/g/3000/2000);
  background-size: cover;
   background-position: center; 
  display: flex;
  align-items: center;
} */
.container{
  
  width: 100%;
  margin-bottom: 75px;
}
.row{
  width:100%;
  display: flex;
}
.card{
  width:30%;
  padding:20px;
}
.our-team {
  width: 90%;
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #f7f5ec;
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #d6d6d675
}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: rgba(40,180,133,0.8);
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(40,180,133,0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(40,180,133,0.8);
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #5EA669;
  background-color: #f7f5ec;
}
a{
  color: #5EA669;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
 /* --------------------------------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;
     
   }
 
 

