.footer-bg{
    background-image: url(../assets/img/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
} 

.bg-image {
    height: 700px;
    background-image: url('../assets/img/UnserTeam.png') !important;
    background-repeat: no-repeat;
    background-size: 53%;
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.triagles-image {
    height: 320px;
    background-image: url('../assets/img/BG3.png') !important;
    background-repeat: no-repeat;
    background-size: 100%;
}

.bottom-border{
    border-bottom: 9px solid #009FE3;
    
}

.btn-blue{
    background-color: #009FE3 !important;
    border-radius: 15px !important;
    text-transform: uppercase !important;
    color: white !important;
    width: fit-content !important;
    height: 57px !important;
    font-weight: 600 !important;
    margin-top: 30px;

}

.right-side-content{
    margin-bottom: 7.3rem !important;
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    
}

.description{
    width: 60% !important;
}

.name{
    margin-left: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content !important;
    
}
.name1{
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content !important;
    
}

.adapt-visible{
    display: none;
}

.adapt-hide2{
    display: flex !important;
    justify-content: center;
}

.adapt-hide4{
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.adapt-hide-line{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.team-inline{
    margin-bottom: 100px;
}

 

.footer-text{
    font-family: Poppins !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 159%;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 1174px) and (min-width: 880px) {
.adapt-hide4{
    display: none !important;
}

    .adapt-hide-line{
    display: none !important;
}
}







 @media (max-width: 768px) and (min-width: 200px) {
    .adapt-hide{
        display: none;
        }

        .adapt-hide2{
            display: none !important;
        }
        .adapt-hide4{
            display: none !important;
        }


        .btn-blue{
            color: white !important;
            width: 160px !important;
            height: 40px !important;
            font-size: 13px !important;
            border-radius: 9px !important;
        }
    
    
        .right-side{
            height: 400px;
            background-image: url('../assets/img/BG3.png');
            background-repeat: no-repeat;
            background-size: cover;
        }

        .bg-image{
            height: 500px !important;
            background-size: 100% !important;
        } 
        .adapt-visible{
            display: flex;
            justify-content: center;
        }
    }

    @media (max-width: 417px) and (min-width: 200px) {
        .btn-blue{
            width: 100% !important;
            margin-top: 15px;
        }
        
        .description{
            width: 100% !important;
        }
        .menu{
            display: none !important;
        }
        .footer-text{
            font-family: Poppins !important;
          font-style: normal !important;
          font-weight: 400 !important;
          font-size: 13px !important;
          line-height: 159%;
          color: #FFFFFF;
          text-align: center;
        }

        .adapt-hide-line{
            display: none !important;
        }

        .name{
            width: 100% !important;
            margin-left: 5%;
        }
    }


    @media (max-width: 880px) and (min-width: 557px) {
        .menu{
            display: none !important;
        }

        .adapt-hide2{
            display: none !important;
        }

        .adapt-hide4{
            display: none !important;
        }

        .name{
            width: 100% !important;
            margin-left: 5%;
        }

        .adapt-visible{
            display: flex;
            justify-content: center;
        }

        .name1{
            display: flex;
            align-items: flex-end;
            margin-right: 6%;
            flex-direction: column;
        }
        .adapt-hide-line{
            display: none !important;
        }

       

        
    }
    
    @media (max-width: 557px) and (min-width: 200px) {
        .menu{
            display: none !important;
        }

        .name1{
            display: flex;
            align-items: flex-end;
            margin-right: 6%;
            flex-direction: column;
            margin-left: 3%;
        }

        .adapt-hide-line{
            display: none !important;
        }

        .name{
            width: 100% !important;
            margin-left: 5%;
        }
    }
    
