body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* header area css*/

.nav {
    padding: 20px 0;
    background-color:#fff;
    transition: all 0.4s ease-in-out;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
} 

.navbar img.logo-white {
    width: 150px;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #212121;
    font-weight: 500;
    transition: all 0.2s;
}

.navbar a.nav-link:hover {
    color: #00AF80;
    transition: all 0.2s;
}


.navbar-nav {
    align-items: center;
}

a {
    color: #00AF80;
}



.btn-one{
   
    padding: 8px 40px;
    border-radius: 10px;
    background-image: linear-gradient(45deg,#0d9488,#6366f1);
    color: #fff;
    transition: all 0.5s;
}
.btn-one:hover{
    background-image: linear-gradient(45deg,#6366f1,#0d9488);
    color: #fff;
   transition: all 0.5s;
}

.btn-two{
   
    padding: 12px 15px;
    border-radius: 10px;
    background-image: linear-gradient(45deg,#0d9488,#6366f1);
    color: #fff;
   margin-right: 15px;
    display: inline-block
    
}

.btn-two:hover{
    padding: 12px 15px;
    border-radius: 10px;
    background-image: linear-gradient(45deg,#6366f1,#0d9488);
    color: #fff;
    transition: all 0.5s;
}

 

.banner-area img{
    border-radius: 5px;
}
.banner-area .img-box {
    overflow: hidden;
    border-radius: 10px;
}

.banner-area img:hover {
     transform: scale(1.2);
     border-radius: 10px; 
}

.banner-area img{
    border-radius: 10px; 
    transition: all 0.5s linear;

}

.banner-area img:hover img {
    transition: all 0.5s linear;
}
.bg-banner{
  
     background: rgba(0, 0, 0, 0.8) url(img/background-img-2.avif);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
}

.owl-img{
    border-radius: 10px;
}

.text-color{
    color: #0d9488;
}


.features-area img{
    border-radius: 5px;
}
.features-area .img-box {
    overflow: hidden;
    border-radius: 10px;
}

.features-area img:hover {
     transform: scale(1.2);
     border-radius: 10px; 
}

.features-area img{
    border-radius: 10px; 
    transition: all 0.5s linear;

}

.features-area img:hover img {
    transition: all 0.5s linear;
}

.about-usimg{
    border-radius: 5px;
}
.about-us .img-box {
    overflow: hidden;
    border-radius: 10px;
}

.about-us img:hover {
     transform: scale(1.2);
     border-radius: 10px; 
}

.about-us img{
    border-radius: 10px; 
    transition: all 0.5s linear;

}

.about-us img:hover img {
    transition: all 0.5s linear;
}






.img-box:hover .img:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.img-box .img:before {
    content: "";
    background: rgba(80, 194, 189, 0.8);
    position: absolute;
    left: 0px px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    display: block;
}
.img-box {
    overflow: hidden;
    transition: all 0.3s;
}

.img-box .img {
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 10px;
    transition: all 0.3s;
}
.footer-bg{
    background-color: #000;
    color: #ddd;
}


.footer-icon i{
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0px 0px 0px 16px; 
    color: #0d9488;
    background-color: #fff;
    border: 10px 10px;
    border-radius: 50%;
     transition: all 0.4s;
}

.footer-icon i:hover{
    background-color: #0d9488;
    color: #fff;
    transition: all 0.4s;
}


.accordion-button{
    background-color:  #0d9488;
    color: #fff;
    border-radius: 10px;
}

.bnt-three{
   border: solid 2px #0d9488;
   padding: 10px 15px;
    border-radius: 25px;
    color: #000;
       transition: all 0.3s;
}

.bnt-three:hover{
    background-color: #0d9488;
    color: #fff;
    transition: all 0.3s;
}
.media-icon{
    font-size: 20px; 
    background-color: #0d9488;
    color: #fff;
    border-radius: 50px;
height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.roadmap-bg{
    background-color: rgba(0, 0, 0, 0.79);
    color: #ddd;
    border-radius: 10px;
    padding: 10px;
}

.accordion-item {
    border-top: 0;
    border: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #0d9488;
    color: #fff;
}


@media screen and (max-width: 600px) {


    .btn-two {
        margin: 10px;
    }
 
    
    .bg-banner {
        height: auto;
    }
    
    .media-icon {
        margin-left: 20px;
    }
    
    .roadmap-bg .d-flex.align-items-center {
        display: block !important;
    }
}






