::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important
}

body {
    font-family: 'OPPO-Sans';
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: OPPO-Sans;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/OPPOSansOS2-5000-Regular.woff2) format('woff2');
}

address,
dfn,
cite,
em,
i {
    font-style: normal;
}


.grid {
    margin: 0 auto;
}

.grid-item { 
    width: 31%;
    margin-bottom: 30px;
 }

 .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 35rem;
    object-fit: cover;
  }
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ffffff;
    }
    .page-load-status {
        text-align: center;
        color: #6a7282;
    }

    .min-w-2\/3 {
    min-width: 70%;
    width: 100%;
    }
    .min-w-1\/3-5 {
    min-width: 10%;
    width: 100%;
    }

    .menu {
        font-size: 1rem;
    }

    
    #GoTop.btt-visible {
        display:flex;
        justify-content: center;
        align-items: center;
    }
    

@media (max-width: 768px) {
    .grid-item { 
        width: 45%;
    }
    .swiper-slide img {
        height: 15rem;
    }
}
@media (max-width: 560px) {
    .grid-item { 
        width: 100%;
     }
}