*
{
   margin: 0;
   padding: 0;
   

}
#banner
{
   background: url(IMG-20210523-WA0018.jpg);
   background-size: cover;
   background-position: center;
   height: 100vh;
}
.logo
{
   
   margin-top: 1rem; 
   margin-left: 1rem;
   width: 7rem;
   position: absolute;
   left: 3px; 
}
.banner-text
{
   text-align: center;
   color: rgb(238, 203, 6);
   padding-top: 180px;
}
.banner-text h1
{
font-size: 50px;
font-family: 'Pattaya', sans-serif;
margin-bottom: 1rem;
text-shadow: 0px 4px 4px #282828;

}
.banner-text h1 span {
	color: rgb(238, 236, 217);
   -webkit-text-stroke: 1px rgb(8, 8, 7);;
}
.banner-text p
{
   font-size: 15px;
   font-style: italic;
   margin-bottom: 2rem;
   color: white;

}
.banner-btn
{
   margin: 70px 0auto;
}
.banner-btn a
{
   width: 150px;
   text-decoration: none;
   display: inline-block;
   margin: 0 10px;
   padding: 12px 0;
   color: cornsilk;
   border: .5px solid #fff;
   position: relative;
   z-index: 1;
   transition: color 0.5s;
}
.banner-btn a span
{
   width: 0%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: rgba(167, 199, 247, 0.4);
   z-index: -1;
   transition: color 0.5sec;
}
.banner-btn a:hover span
{
   width: 100%;
}
.banner-btn a:hover 
{
   color: rgb(247, 211, 9);
}
#sideNav
{
   width: 250px;
   height: 100vh;
   position: fixed;
   right: -250px;
   top: 0;
   background: rgba(7, 3, 235, 0.4);
   z-index: 2;
   transition: 0.5s;
}
 nav ul li 
{
   list-style: none;
   margin: 50px 20px;
}
nav ul li a
{
   text-decoration: none;
   color: #fff;
} 
#menuBtn
{
   width: 50px;
   height: 50px;
   background: rgba(167, 199, 247, 0.4);
   text-align: center;
   position: fixed;
   right: 30px;
   top: 20px;
   border-radius: 3px;
   z-index: 3;
   cursor: pointer;
}  
#menuBtn img
{
   width: 20px;
   margin-top: 15px;
}
@media screen and (max-width: 770px){
   .banner-text h1{
      font-size: 44px;
   }
   .banner-btn a{
      display: block;
      margin: 20px auto;
   }
}



/*--About Us--*/

#about
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
 .container
 {
   width: 100%;
   margin: 0 auto;
   padding: 70px 0;
   margin-top: 0rem;
   text-align: center;
   background: url('199616-abstract-blue-and-purple-gradient-diagonal-background.jpg');
   background-position: 0 1000px;
   font-family: 'Roboto', sans-serif;

 }   
 .container h1
 {
   color: midnightblue;
   font-size: 2rem;
   font-weight: 700;
   letter-spacing: 0px;
   margin-bottom: 2rem;
 }
 .container h2
 {
   color: darkslateblue;
   font-size: 2rem;
   font-weight: 400;
   letter-spacing: 3px;
   margin-bottom: 1rem;
 }
 .container .image
 {
   margin-top: 2rem;
   margin-bottom: 2rem;
 }
 .container p
 {
   font-size: 1rem;
   color: navy;
   line-height: 2rem;
   margin-bottom: 2rem;
   font-size: italic;
 }
 .container .btn
 {
   display: initial-block;
   padding: 0.5rem 4.0rem;
   background: #869fa5;
   font-weight: 1rem;
   text-decoration: none;
   color: #280430;
   border-radius: 4px;
   transition: background 0.5s;
   font-size: 1rem;
   letter-spacing: 0rem;
   margin-bottom: 2rem;
 }
 .container .btn:hover
 {
   background: #5db6e9;
 }

    




/*--Feature--*/

#feature
{
width: 100%;
padding: 70px 0;
}
.title-text
{
   text-align: center;
   padding-bottom: 70px;
}
.title-text p
{
   margin: auto;
   font-size: 20px;
   color: #350bf0;
   font-weight: bold;
   position: relative;
   z-index: 1;
   display: inline-block;
}
.title-text h1
{
   font-size: 50px;
}
.title-text p::after
{
   content: '';
   width: 50px;
   height: 35px;
   background: linear-gradient(#5a36f7,#FFF);
   position: absolute;
   top: -20px;
   left: 0;
   z-index: -1;
   transform: rotate(10deg);
   border-top-left-radius: 35px;
   border-bottom-right-radius: 35px;
}
.title-text h1
{
   font-size: 30px;
  
}
.feature-box
{
   width: 80%;
   margin: auto;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   text-align: center;
}
.features
{
   flex-basis: 50%;
}
.features-img
{
   flex-basis: 50%;
   margin: auto;
   margin-bottom: 3rem;
}
.features-img img
{
   width: 80%;
   border-radius: 10px;
   height: 80%;
}
.features h1
{
   text-align: left;
   margin-bottom: 10px;
   font-weight: 100;
   color: #374af3;
}
.features-desc
{
   display: flex;
   align-items: center;
   margin-bottom: 40px;
  

}
.feature-icon{
   
}
@media screen and (max-width: 770px)
{
   .title-text h1
    {
       font-size: 100px;
    }
    .features
    {
       flex-basis: 100%;
    }
    .features-img
    {
       flex-basis: 100%;
    }
    .features-img img
    {
       width: 100%;
    }
}




 #service
{
   width: 100%;
   padding: 70px 0;
   background: #efefef;
}
.service-box
{
   width: 80%;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
   margin: auto;
}
.single-service
{
   flex-basis: 48%;
   text-align: center;
   border-radius: 7px;
   margin-bottom: 20px;
   color: #fff;
   position: relative;
}
.single-service img
{
   width: 100%;
   border-radius: 7px;
   margin-bottom: 4rem;
}

.service-desc
{
  width: 80%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  color: #374af3;
}
hr{
  height: 2px;
}
@media screen and (max-width: 770px){
    .single-service
    {
       flex-basis: 100%;
       margin-bottom: 30px;
    }
    .service-desc p
    {
       font-size: 12px;
    }
    .hr
    {
       margin: 5px auto;
    }
}
 

/*--footer--*/

#footer
{
   padding: 100px 0 20px;
   background: #efefef9d;
   position: relative;
}
.footer-row
{
   width: 80%;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;   
}
.footer-left,.footer-right
{
   flex-basis: 45%;
   padding: 10px;
   margin-bottom: 20px;
}
.footer-right
{
   text-align: right;
}
.footer-row h1
{
   margin: 10px 0;
}
.footer-row p
{
   line-height: 35px;
}
.footer-left .fa,.footer-right .fa
{
   font-size: 20px;
   color: #374af3;
   margin: 10px;
}
.footer-img
{
   max-width: 370px;
   opacity: 0.1;
   position: absolute;
   left: 50%;
   top: 35%;
   transform: translate(-50%,-50%);
}
.social-links
{
   text-align: center;
   margin-bottom: 15px;

}
.social-links .fa
{
   height: 40px;
   width: 40px;
   font-size: 20px;
   line-height: 40px;
   border: 1px solid #374af3;
   margin: 40px 5px 0;
   color: #374af3;
   cursor: pointer;
   transition: .5s;
}
.social-links .fa:hover
{
   background: #374af3;
   color: #fff;
   transform: translateY(-7px);
}
.social-links p
{
   font-size: 12px;
   margin-top: 20px;
}
@media screen and (max-width: 770px){
   .footer-left,.footer-right
   {
      flex-basis: 100%;
      font-size: 14px;
   }
   .footer-img
   {
      top: 25%;
   }
}
.text p
{
   text-align: center;
}