@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #000;
    color: #fff;
    font-size: 17px;
}

a {
    color: #fff;
    text-decoration: none;
}



a:hover {
    color: #14969c;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.logo {
    font-family: 'Zen Dots', cursive;
    font-size: 70px;
}


.container-box {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo img {
    width: 126px;
}

.sec-color {
    color: #7cf8fe;
}

h1 {
    font-size: 68px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: -0.055em;
}

#wrapper-navbar {
    position: absolute;
    width: 100%;
    top: 0;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
}

.b-cta {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
}

.sm-text {
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.section {
    padding: 80px 0;
}

.hero {
    padding: 17rem 0 15rem;
    background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 36%), url(../line/barmij-p01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}

.hero-content {
    max-width: 734px;
}

.service p {
    max-width: 750px;
    font-size: 25px;
}

h2 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.027em;
}

.service {
    background-image: url(../line/barmij-p02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}

.service h2 {
    margin: 50px 0;
}

.sec-border {
    width: max-content;
    position: relative;
}

.sec-border::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #7cf8fe;
    position: absolute;
    bottom: 0;
}


.service li {
    font-size: 30px;
    display: flex;
    align-items: center;
    line-height: 52px;
}

.service li::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #7cf8fe;
    display: block;
    border-radius: 100%;
    margin: 0 20px 0 0;
}

.service-item {
    position: relative;

}

.si-img {
    width: 550px;
    overflow: hidden;
    height: 737px;
    position: absolute;
    left: 0;
    top: 0;
}

.si-content p {
    font-size: 30px;
}

.si-content {
    max-width: 700px;
    height: 100%;
    background: #000;
    padding: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.si-wrap {
    height: 737px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.si-img img {
    height: 100%;
    position: absolute;
    left: -35%;
    filter: grayscale(100%);
}

.si-line {
    position: absolute;
}

.service-item .si-line {
    right: 0;
    bottom: 0;
}


.si-left .si-wrap {
    align-items: start;
}

.si-left .si-img {
    right: 0;
    left: unset;
}

.si-left .si-img img {
    left: 0;
    width: 100%;
}

.si-left .si-line {
    left: 0;
}

.webd .si-img img {
    width: 100%;
    left: 0;
}

.hpc .si-line {
    top: 0;
}

.hpc .si-content {
    max-width: 850px;
}

.cons .si-img img {
    width: 100%;
    left: 0;
}

h6 {
    font-size: 20px;
    font-weight: 700;
}

.footer {
    background: linear-gradient(180deg, rgb(0 0 0), rgb(0 0 0 / 91%)), url(../image/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.ind-img {
    height: 250px;
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
    filter: grayscale(100%);
    margin: 0 15px;
}
.ind-item h6{
    margin: 10px 15px 0;
}
.ind-img img {
    height: 100%;
    position: absolute;
    object-fit: cover;
    width: 100%;
}

.ind-item {
    margin: 0 0 30px;
}

.ind-wrap {
    margin: 40px 0 0;
}

.slide-arrow {
    background-color: #fff;
    color: #000;
    width: 50px;
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 40px;
    position: absolute;
    top: -65px;
    right: 50px;
    cursor: pointer;
}

.slide-arrow.prev-arrow {
    right: 120px;
}


.copyright {
    color: #7cf8fe;
    padding: 100px 0 20px;
    position: relative;
}

.back-btn {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    border-radius: 100%;
    position: absolute;
    right: 50px;
    bottom: 20px;
    cursor: pointer;
  }


@media (max-width: 767px) {
    .logo {
        font-size: 50px;
    }

    .logo {
        font-size: 50px;
    }

    .sm-text {
        font-size: 25px;
        letter-spacing: 5px;
    }

    h1 {
        font-size: 58px;
        line-height: 70px;
    }

    .service p {
        font-size: 20px;
    }

    h2 {
        font-size: 34px;
    }

    .service li {
        font-size: 20px;
        line-height: 42px;
    }

    .si-content p {
        font-size: 20px;
    }

    .si-img {
        height: 500px;
    }

    .si-wrap {
        height: 500px;
    }

    .hero {
        padding: 12rem 0 10rem;
    }

    .si-line {
        width: 200px;
    }
    .ind-wrap .col-md-3 {
        width: 50%;
      }
}



@media (max-width: 567px) {
    .si-img {
        display: none;
      }
      .si-wrap{
        height: auto;
      }
      .ind-img {
        height: 200px;
      }
      .si-content{
        padding: 50px 20px;
      }
      .si-wrap {
       
        display: block;
      }
}