body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    background: #f3ecde url(../images/connect.png) no-repeat right bottom;
    overflow: hidden;
    padding-top: 0px;
}
body {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }
body::-webkit-scrollbar {
    width: 4px;
    background-color: #04040b;
}
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #ffffff38;
}
html,
body {
    overflow-x: hidden;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    line-height: 23px;
    color: #6a6a6a;
    font-size: 16px;
}

    .maintenance-container {
      text-align: center;
      max-width: 600px;
    }
    img {
      max-width: 100%;
      height: auto;
    }
/*-----------------------------*/
:root {
    --int-font-primary: "Outfit", sans-serif;
    --int-btn-success: #1cb098;
    --int-light-color: #fff;
    --int-dark-color: #6a6a6a;
    --int-color-theme-1: #76143d;
    --int-color-theme-2: #d08700;
    --int-color-text: #253a6d;
}
@media (max-width: 767px) {
    body {
        padding-top: 40px;
    }
    .banner-carousel .carousel-item .img.img-1 {
        background: url(../Images/banner-1.webp) -224px 12px no-repeat;
        background-size: cover;
    }
    .banner-carousel .carousel-caption {
        position: absolute;
        right: 2%;
        left: 17%;
        top: 4%;
        bottom: inherit;
        color: #fff;
        text-align: left;
    }
    .banner-carousel .carousel-caption h1 {
        font-size: 2rem;
    }
    .banner-carousel .carousel-caption h2 {
        font-size: 1.3rem;
    }
}
