.brandColor {
    color: var(--brand-color);
}


.navbar.sticky {
    background-color: rgb(220, 234, 178);
}

.home-1 .hero,
.home-3 .hero,
.home-rtl {
    margin-top: 0px;
}

.biglogo {
    max-width: 550px
}

@media (max-width: 600px) {
    .biglogo {
        max-width: 95%
    }

    .hero .hero-text .title {
        line-height: 35px;
        font-size: 28px;
    }
}


/* @media (max-width: 991px) { */
@media (max-width: 1200px) {
    .nav-item {
        /* text-align: center!important; */
        margin-left: 20px;
        padding: 5px;
    }

    .navbar {
        background-color: rgb(220, 234, 178);
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    /* .unique-text {
        font-size: 190%!important;
    } */

    .hero .hero-text .title {
        line-height: 45px;
        font-size: 32px;
    }
}


.dater {
    color: var(--primaryColor);
}

.br20 {
    border-radius: 20px;
}

.br5 {
    border-radius: 5px;
}


.bg-blur {
    /* background-color: white; */
    backdrop-filter: blur(35px);
    padding: 30px;
    border-radius: 30px;
}

.hero {
    min-height: 75vh;
}

.tti {
    text-transform: initial;
}

.bgBrandGradient {
    background: rgb(158, 204, 100);
    background: linear-gradient(90deg, rgba(158, 204, 100, 1) 0%, rgba(115, 156, 81, 1) 82%);
    color: rgb(220, 234, 178);

}

.bgBrandGradientColor {
    color: rgb(220, 234, 178);
    text-shadow: 4px 4px 0px rgba(49, 75, 45, 0.2);
    font-size: 500%;
}

@media (max-width: 600px) {
    .bgBrandGradientColor {
        font-size: 250%;
    }
}

.pointer {
    cursor: pointer;
}


.ymaps-2-1-79-balloon__tail {
    margin-left: 150px;
} 

.ymaps-2-1-79-balloon__layout {
    z-index: 9999;
}


.rasp {
    width: 100%;
}

/* @media (min-width: 1400px) {
    .rasp {
        width: 50%;
    }
} */


.rasp td, th {
    padding: 20px;
}

.rasp th:nth-child(1) {
    min-width: 150px;
}


.rasp tr:nth-child(odd) {
    background-color: var(--boxColor);
}

.rasp tr:nth-child(1) {
    background-color: rgb(220, 234, 178);
}


.customBtn {
    color: white!important;
    max-width: 250px;
    border-radius: 4px;
}

.customBtn:hover {
    color: rgb(158, 204, 100)!important;
    border: solid 1px rgb(158, 204, 100)!important;
}

@media (max-width: 500px) {
    .customBtn {
        max-width: 100%;        
    }
}

.myBadges > span {
    padding: 5px;
    background-color: rgb(220, 234, 178);
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .logosec .container{
        margin-top: 75px!important;
        margin-bottom: 50px!important;
    }
}
