/* 
GLOBAL CSS

#00c8ab

*/
html,body
{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif !important ;
    font-size: 62.5%;
}

.main
{
    color:#00c8ab
}


.mg-md
{
    margin-top: 5rem;
}

.regular
{
    font-size: 1.7rem;
}
/* Navbar */

.navbar {
    position: fixed;
    width: 100%;
    z-index: 999999999;
}

.navbar-brand span
{
    font-weight: 700;
    color: #fff;
}

.navbar .nav-item
{
    margin: 0 1rem;
}
.navbar .nav-link
{
    font-size: 1.7rem;
}

.navbar-scroll
{
    background-color: white;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in;
    z-index: 999;
    position: fixed;
    margin-bottom: -130px;
    z-index: 999999999;
}

.navbar-scroll .nav-link,.navbar-scroll .navbar-brand span
{
    color: #000 !important;
}



/* banner */

.banner
{
    position: relative;
    width: 100%;
    min-height: 550px;
    background-image: url('../assets/teahub.io-blue-fade-wallpaper-1709739.png');
    background-size: cover;
    display: flex;
    justify-content: center;
    margin-bottom: 17rem;
  
}
.curve {
    position: absolute;
    height: 250px;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 0;
}
.curve::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 54%;
    height: 100%;
    transform: translate(85%, 60%);
    background-color: #fff;
}

.curve::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 54%;
    height: 100%;
    background-color: #57CBC8;
    transform: translate(-4%, 40%);
    background-size: cover;
    z-index: -1;
}


.banner-inside
{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


.banner-inside .banner-subtitle
{
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.banner-inside .banner-heading
{
    font-weight: bolder;
    font-size: 6rem;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}


.banner-button
{
    border: 1px solid #fff;
    padding: 1rem 2rem;
    font-size: 1.7rem;
    color: white;
    cursor: pointer;
    z-index: 99;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.banner-about
{
    background-color: white;
    color: #000 ;
}

.banner-contact:hover
{
    background-color: white;
    color: #000;
}

.banner-about:hover{
    background-color: transparent;
    color: white;
}



/* About Us Section */
.about-wrapper svg 
{
    position: absolute;
    bottom: -38%;
    left: 0;
    height: 379px;
    width: 632px;
}
.about-wrapper
{
    padding: 2.5rem;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 20%);
    position: relative;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    transform: translateY(0);
    border: 1px solid transparent ;

}

.about-wrapper:hover {
    transform: translateY(-5%);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 40%);
    border: 1px solid #00c8ab ;
}

.about-wrapper:hover .about-wrapper svg
{
    height: auto;
}

.about-heading
{
    font-size: 4rem;
    font-weight: 700;
}

.about-wrapper-heading
{
    font-size: 2.3rem;
}



/* speciaization Section */


.spec
{
    background-color: #00c8ab;
    padding: 2rem;
    clip-path: polygon(50% 0%, 100% 0, 100% 90%, 75% 100%, 25% 100%, 0 90%, 0 0);

}

.spec-heading 
{
    font-size: 5rem;
    color: white;
    font-weight: bold;
}


.button-about
{
    border-color: #00c8ab;
    color: #00c8ab;
}


/* counter wrapper */
.counter-wrapper
{
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 20%);
    padding: 3.1rem;
}
.counter-wrapper h1
{
    font-size: 5rem;
    font-weight: bolder;
}
.counter-wrapper h3{
    font-size: 2.5rem;
    font-weight: bolder;
}

/* Testimonial */

.testimonial
{
    background-color: #fff;
}

.testimonial-img
{
    border-radius: 50%;
    width: 75px !important;
    height: 75px !important   ;
}


/* pricing lists */
.pricing
{
    padding: 7rem !important;
    background-color: #00c8ab ;
    border-radius: 0 0 15% 15%;
}
.pricingTable{
    color: #fff;
    background: #00c8ab;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 2rem 0;
    position: relative;
}
.pricingTable .pricingTable-header{
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 15px 0 16px;
    margin: 0 0 30px;
    border-radius: 0 0 40% 40%;
}
.pricingTable .title{
    font-size: 3rem;
    font-weight: 700;
    line-height: 35px;
    text-transform: capitalize;
    margin: 0;

}
.pricingTable .price-value{
    color: #fff;
    background-color: #0fb98e;
    height: 140px;
    width: 140px;
    padding: 43px 0;
    margin: 0 auto 10px;
    border-radius: 50%;
    box-shadow: 0 5px 0 15px #fff;
    position: relative;
}
.pricingTable .price-value .amount{
    font-size: 48px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.5px;
    display: inline-block;
}
.pricingTable .price-value .amount-sm{
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    vertical-align: top;
    display: inline-block;
}
.pricingTable .price-value .duration{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
}
.pricingTable .pricing-content {
    background: #fff;
    padding: 70px 0px 0px;
    margin: -30px 0 0;
}
.pricingTable .pricing-content ul{
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content ul li{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.5px;
    padding: 0 20px 0 30px;
    margin: 0 0 7px;
    position: relative;
}
.pricingTable .pricing-content li.disable:before{ content: "\f00d"; }
.pricingTable .pricingTable-signup {
    background-color: #0fb98e;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 15px 0 16px;
    border-radius: 40% 40% 0 0;
    color: white;
}

.project-grid .project-image{
    border: 1px solid #eaeaea;
    position: relative;
}
.project-grid .project-image a.image{ display: block; }
.project-grid .project-image img{
    width: 100%;
    height: 230px;
    border: 10px solid #57cbc8;
}
.project-grid .project-heading {
    color: #fff;
    background-color: #333;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    transform-origin: right center;
    transform: scaleX(0);
    position: absolute;
    right: 0;
    bottom: 35px;
    transition: all 0.3s ease;
}
.project-grid .project-heading i.fas{ margin: 0 5px 0 0; }
.project-grid .project-heading:hover{ background: #0fb98e; }
.project-grid:hover .project-heading{ transform: scaleX(1); }
.project-grid .project-heading:hover i.fas{ animation: animate 2s ease infinite; }
.project-grid .project-links{
    font-size: 0;
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    transform-origin: left center;
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}
.project-grid:hover .project-links{ transform: scaleX(1); }
.project-grid .project-links li{
    width: 50%;
    border-right: 1px solid #eaeaea;
    display: inline-block;
    text-align: center;
}
.project-grid .project-links li:last-child{ border-right: none; }
.project-grid .project-links li a{
    color: #999;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    display: block;
    position: relative;
    z-index: 1;
    transition: all .3s ease-out;
}
.project-grid .project-links li a:hover{ color: #0fb98e; }
.project-grid .project-links li a:before,
.project-grid .project-links li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #0fb98e;
    font-size: 12px;
    line-height: 22px;
    padding: 3px 8px 2px;
    border-radius: 5px;
    display: none;
    white-space: nowrap;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -38px;
}
.project-grid .project-links li a:after{
    content: "";
    height: 15px;
    width: 15px;
    padding: 0;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}
.project-grid .project-links li a:hover:before,
.project-grid .project-links li a:hover:after{
    display: block;
}
.project-grid .project-content{ padding: 15px 0 0; }
.project-grid .title{
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 8px;
}
.project-grid .title a{
    color: #666;
    transition: all 0.3s ease 0s;
}
.project-grid .title a:hover{ color: #e34444; }
.project-grid .price{
    color:#333;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 7px;
}
.project-grid .price span{
    color: #999;
    font-size: 12px;
    font-weight: 400;
}
.project-grid .rating{
    color: #F1D201;
    font-size: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.project-grid .rating li.far{ color: #ccc; }
@keyframes animate{
    0%{transform: translate(0, 0); }
    6%{ transform: translate(5px, 0); }
    12%{ transform: translate(0, 0); }
    18%{ transform: translate(5px, 0); }
    24%{ transform: translate(0, 0); }
    30%{ transform: translate(5px, 0); }
    36%,
    100%{ transform: translate(0, 0); }
}
@media screen and (max-width: 990px){
    .project-grid{ margin: 0 0 30px; }
}



.footer {
    background-color: #00c8ab;
    padding: 60px 0;
    border-radius: 15% 15% 0 0;
}

.links-footer a{
    transition: all 0.2s ease-in-out;
}

.links-footer a:hover {
    color: #333;
}
.footer .btn-footer
{
    font-size: 2.7rem;
    color: #fff;
    border: 2px solid #fff;
    transition: all 0.2s ease;
}

.footer .btn-footer:hover
{
    color: #000;
    border: 2px solid #000;
}

.private-links a::after
{
    content: '';
    height: 2px;
    width: 10px;
    background-color: #fff;
    padding: 0 0 0 1px;
    margin: 0 6px
}

.except::after{
    content: '' !important;
    height: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}
@media screen and (max-width: 480px) {
body{
    font-size: 37.5%;
}
  .curve,
  .banner-img{
      display: none;
  }
  .footer{
      border-radius: 0;
  }

}