.back-to-top .triangle:nth-child(1){
    display: none;
}
.back-to-top .triangle:nth-child(3){
    display: none;
}
.back-to-top .triangle {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.3rem;
}
.back-to-top .triangle:nth-child(2)::after {
    content: '\f077';
    font-family: "Font Awesome 6 Pro";
    font-size: 1.4rem;
}
.back-to-top {
    border-radius: 100rem;
    background-color: #E5F2FF;
}

.hbn-wave {
    position: absolute;
    bottom: -0.1rem;
    z-index: 2;
    width: 100%;
}
.hbn-wave img {
    width: 100% !important;
    height: 100% !important;
    display: block;
}
.description-slider .swiper-slide {
    transition: 1s;
}
.description-slider .swiper-slide-active {
    transform: rotate(0) !important;
    opacity: 1;
}
.description-slider .swiper {
    padding: 0;
    margin: 0;
}
.trust-content .t24 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
    color: black;
}
.contact .titl {
    width: 100%;
}
.road-slider {
    width: 100%;
    margin: auto;
}
.hbn-slider-thumb {
    display: none !important;
}