@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');
html,body {
        position: relative;
        height: 100%;
        scroll-behavior: smooth;
      }

      body {
        background: #eee;
        font-family: 'Cairo', sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
        
      }

      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }