.logo-one{
    max-width: 250px;
}

.logo-wrapper{
    max-width: 32%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    background: var(--color-black);
}

.shape{
    width: 3%;
    background: var(--color-black);
    border-radius: 0 60% 60% 0;
}

.drop{
    min-width: 80%;
}

/*tab wrapper*/
.tab-wrapper{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 79px;
    background: var(--color-black);
    border-top: 1px solid var(--color-medium);
    z-index: 999;
}

.footer-tab-list{
    padding: 15px 0 0 0;
    display: flex;
    text-align: center;
    list-style-type: none;
    font-size: 10px;
    width: 100%;
}

.tab-link{
    width: 20%;
}

.footer-tab-list img{
    max-width: 40%;
}

.footer-tab-list a{
    color: var(--color-medium);
}


.btn-grad{
    background-image: linear-gradient(to right, var(--color-main) 0%, var(--color-secondary)  100%);
    margin: 10px;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.app-wrapper{
    border: 1px solid var(--color-medium);
    background: var(--color-black);
    border-radius: 25px;
    text-align: center;
    padding: 35px 0;
}

.app-wrapper img{
    width: 30%;
    margin: 0 auto;
}

.text-main{
    color: var(--color-medium);
}

.feature-wrapper{
    padding: 35px 15px;
    text-align: center;
    margin-bottom: 1rem;
    background: var(--color-black);
    border: 1px solid var(--color-medium);
}

.feature-wrapper img{
    width: 20%;
    margin: 0 auto;
}

.lang{
    max-width: 20px;
}

.site-wrapper{
    padding: 35px 15px;
    border: 1px solid var(--color-medium);
}

.service-area{
    background: var(--color-dark);
}

.service-area p{
    color: var(--color-white);
}

.separator{
    height: 1px;
    background: var(--color-medium);
    width: 50%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.background-grad > .active{
    background: linear-gradient(to top, var(--color-main) 0%, var(--color-secondary)  100%)!important;
    color: var(--color-black)!important;
}

.accordion-item:first-of-type{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item:last-of-type{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.accordion-item{
    border-radius: 10px;
    overflow: hidden;
}

.border-bottom-main{
    border-bottom: 3px solid var(--color-secondary);
    max-width: 80px;
    margin: 0 auto;
}

.video-frame{
    width: 100%;
}

.sidebar{
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 98;
    transform: translateY(-50%);
}

.back-to-top{
    background: var(--color-medium);
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 98;
    position: fixed;
    right: 5px;
    bottom: 10%;

}

.whatsapp{
    background: #408a7f;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 98;
}

.side-download{
    background: #121212;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 98;
}

.facebook{
    background: #415894;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 98;
}

.float-lang{
    background: var(--color-medium);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    width: 50px;
    padding-top: 5px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 98;
}

.whatsapp img,.facebook img,.side-download img{
    width: 90%;
    margin: 0 auto;
}

.footer-list h3{
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-medium);
}

.avatar{
    max-width: 105px;
    padding: 15px;
}

.icon-app{
    max-width: 70px;
    padding: 15px 10px;
}

@media screen and (min-width: 768px) {
    .btn-grad{
        padding: 15px 45px;
    }
}

.dropdown-toggle::after{
    display: none;
}

.float-lang .dropdown-item{
    font-size: 12px;
    padding: 3px 15px;
}

.dropdown-item.active, .dropdown-item:active{
    background: var(--color-secondary);
    color: var(--color-black);
}

#popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    text-align: center;
}

#popup-container .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}

#close-button {
    margin-top: 10px;
}

.nav-link{
    font-size:15px !important;
}
