* {
    margin: 0;
    padding: 0;
}
html, body {
    box-sizing: border-box;
    overflow-x: hidden;
}

@font-face {
    font-family: myFirstFont;
    src: url(poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: mySecondFont;
    src: url(poppins/Poppins-Medium.ttf);
}
@font-face {
    font-family: myThirdFont;
    src: url(poppins/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: myForthFont;
    src: url(poppins/Poppins-Bold.ttf);
}
@font-face {
    font-family: myFifthFont;
    src: url(poppins/Poppins-ExtraBold.ttf);
}
p {
    font-size: 15px;
    font-family: myFirstFont;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: myForthFont;
}

a {
    font-family: myThirdFont;
}

.pagination {
    display: flex;
    justify-content: center;
}
.pagination li a {
    text-decoration: none;
    border: 1px solid var(--bs-dark);
    padding: 10px 20px;
    margin: 5px;
    color: var(--bs-dark);
    transition: all 300ms ease-in-out;
}
.pagination li a:hover {
    background-color: var(--bs-dark);
    color: var(--bs-light);
}
/* NAVBAR */

.logo img {
    width: 150px;
  }
  ul {
    margin-bottom: 0 !important;
  }
  .menu ul li {
    list-style: none;
  }
  .menu ul li a {
    text-decoration: none;
  }
  .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 23px 23px -21px rgba(0, 0, 0, 0.25);
    z-index: 99;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    height: 6rem;
    z-index: 999;
  }
  .toggle__menu ,
  .close__menu {
    display: none;
  }
  .nav__list {
    display: flex;
  }
  .nav__item {
    padding-top: 1.2rem;
    margin-left: 1.5rem;
  }
  .nav__link {
    font-family: mySecondFont;
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
  }
  .nav__link:hover {
    color: #007bff;
  }
  .dropdown__link {
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .dropdown__icon {
    font-size: .7rem;
  }
  .megamenu {
    position: absolute;
    width: 250px;
    top: 5.5rem;
    background-color: white;
    box-shadow: 0 23px 23px -21px rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
  }
  .content {
    padding: 1rem 1rem;
  }
  .header__megamenu {
    font-size: 17px;
    font-family: myThirdFont;
    margin-bottom: 16px;
  }
  .megamenu__link {
    margin-bottom: 5px;
  }
  .megamenu__link a {
    font-size: 15px;
    font-family: mySecondFont;
    color: rgba(75,76,81,0.9);
  }
  .megamenu__link a:hover {
    color: #007bff;
  }
  .dropdown__menu:hover .megamenu {
    visibility: visible;
    opacity: 1;
  }
  .nav__item p {
    cursor: pointer;
    line-height: 25px;
  }
  .kontak li {
    list-style: none;
  }
  .kontak a {
    text-decoration: none;
  }
  .header-navbar-contact {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    transition: 500ms;
  }
  .navbar-scroll {
    background-color: #fff; 
    transform: translateY(-50px);
    transition: 300ms;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4); 
  }
  .kontak a {
    padding: 6px 40px;
    text-decoration: none;
    border: 2px solid #1d8ccb;
    border-radius: 10px;
    color: #1d8ccb;
    transition: all 300ms ease-in-out;
}
.kontak a:hover {
    color: #fff;
    background-color: #1d8ccb;
}






/* .header {
    position: relative;
}

.header-inner {
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: 500ms;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);

}
.header-navbar-contact {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    transition: 500ms;
}
.navbar__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5rem;
}
.navbar__menu ul {
    display: flex;
    list-style: none;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
.navbar__menu ul li {
    list-style: none;
}
.navbar__menu a {
    text-decoration: none;
    transition: 0.3s;
    text-transform: capitalize;
    color: #000;
}
.navbar__menu a:hover {
    color: #5ac531;
}
.navbar__menu li {
    position: relative;
    margin-right: 30px;
}
.navbar-brand2 {
    display: none;
}
.navbar-brand3 {
    display: none;
}


.megamenu {
    position: absolute;
    width: 250px;
    top: 2rem;
    left: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 23px 23px -21px rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
  }
  .content {
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
  }
  .content li {
    margin-right: 0;
  }
  .header__megamenu {
    font-size: 17px;
    font-family: myThirdFont;
    margin-bottom: 16px;
  }
  .megamenu-item {
    display: flex;
    justify-content: center;
  }
  .megamenu__link {
    margin-bottom: 5px;
  }
  .megamenu__link a {
    font-size: 15px;
    font-family: mySecondFont;
    color: #000;
  }
  .megamenu__link a:hover {
    color: #5ac531;
  }
  .megamenu__link a:hover {
    color: #007bff;
  }
  .dropdown__menu-:hover .megamenu {
    visibility: visible;
    opacity: 1;
  }
  .dropdown__menu- p {
    margin-bottom: 0 !important;
    line-height: 25px;
    font-family: myThirdFont;
    font-size: 16px;
    cursor: pointer;
    text-transform: capitalize;
  }
  .dropdown__menu- p:hover {
    color: #5ac531;
  } */
/* END NAVBAR */



/* HEADER */
.hero-wrap {
    padding: 16rem 0;
    background-image: url(image/image\ 8.png);
    background-size: cover;
    background-position: center;
    object-fit: cover;  
}

.banner-header {
    display: flex;
    align-items: center;
}
.image-header {
    text-align: right;
}
.header-description h1 {
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.text-h {
    margin-bottom: 5rem;
}
.apl {
    display: flex;
}
.getapl {
    margin-bottom: 2rem;
}
.getapl p {
    margin-bottom: 1.5rem;
    font-family: myThirdFont;
    font-size: 17px;
}
.getapl a {
    margin-right: 1.5rem;
}
.trustcompany {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.trustcompany p {
    margin-bottom: 0 !important;
    font-family: myThirdFont;
    font-size: 17px;
}
/* END HEADER */




/* SERVICES */

.title-services {
    display: flex;
    align-items: center;
}
.services-description {
    text-align: justify;
}
.card-services {
    position: relative;
    padding: 20px 30px;
    background: rgba(1, 2, 5, 1);
    overflow: hidden;
    border-radius: 15px;
    height: 265px;
}
.ellipse {
    width: 325px;
    height: 325px;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(340deg, rgba(0, 0, 0, 0) 14.58%, #FFFFFF 107.97%);
    bottom: 144.15px;
    left: 200px;
}
.ellipse2 {
    width: 529px;
    height: 529px;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(200deg, rgba(255, 255, 255, 0) 14.58%, #FFFFFF 107.97%);
    top: 160px;
    left: 100px;
}
.rectangle {
    width: 255px;
    height: 42px;
    transform: rotate(160deg);
    background: rgba(255, 255, 255, 1);
    filter: blur(50px);
    top: 150px;
    position: absolute;
}
.card-services h1,
.card-services p,
.image-klien-services {
    position: relative;
    z-index: 1;
}
.card-services h1 {
    font-size: 62px;
    color: #fff;
    font-family: mySecondFont;
}
.card-services p {
    color: #fff;
    font-size: 20px;
    height: 70px;
}
.title2-services {
    margin-bottom: 3rem;
}
.image-klien-service2 {
    position: relative;
}
.image-klien-service2 img {
    height: 265px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.desc-image-service2 {
    position: absolute;
    top: 45%;
    left: calc(8% - 10px);
    width: 100%;
}
.desc-image-service2 p {
    color: #fff;
    font-size: 40px;
}
.box-service {
    position: relative;
    margin-bottom: 10rem;
}
.arrow-top img {
    position: absolute;
    padding: 20px;
    border: 5px solid #fff;
    border-radius: 50%;
    background-color: #1d8ccb;
    right: 0;
    bottom: -20px;
}
.box-service2 {
    position: relative;
    background-color: #000;
    padding: 40px;
    border-radius: 15px;
}
.title2-services {
    text-align: center;
}
.title2-services h1,
.title2-services p {
    margin-bottom: 30x;
    color: #fff;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(image/image\ 9.png);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.card-service2 {
    position: relative;
    border: 5px solid white;
    border-radius: 15px;
    width: 400px;
    height: 345px;
}
.desc-card-service2 {
    color: #fff;
}
.desc-card-service2 h5 {
    position: absolute;
    top: 25px;
    left: 25px;
}
.desc-card-service2 p {
    position: absolute;
    top: 80px;
    width: 90%;
    left: 25px;
}
.desc-card-service2 h6 {
    position: absolute;
    bottom: 10px;
    left: 25px;
}
.background-card-service2 img {
    border-radius: 15px;
    width: 100%
}
.box-service3 {
    padding-top: 12rem;
}
.title-service3 {
    text-align: center;
}
.title-service3 h1 {
    margin-bottom: 20px;
}
.title-service3 p {
    margin-bottom: 50px;
}
.box-service3 img {
    width: 100%;
    border-radius: 15px;
}

.card-service3 {
    position: relative;
    background-color: #000;
    border-radius: 15px;
    padding: 20px;
}
.icon-card-service3 img {
    width: 90px;
    padding: 20px;
    background-color: #1d8ccb;
    border-radius: 50%;
}
.icon-card-service3 {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.icon-card-service3 p,
.icon-card-service3 img {
    position: relative;
    z-index: 1;
    color: #fff;
}
.icon-card-service3 p {
    margin-bottom: 0 !important;
    font-family: mySecondFont;
}
.rectangle2 {
    width: 255px;
    height: 42px;
    transform: rotate(160deg);
    background: rgba(255, 255, 255, 1);
    filter: blur(40px);
    position: absolute;
}
.image-service3-1 {
    position: relative;
}
.desc-image-service3-1 {
    position: absolute;
    top: 20%;
    left: 10%;
}
.desc-image-service3-1 img {
    width: 70px;
    margin-bottom: 1rem;
}
.desc-image-service3-1 h5 {
    color: #fff;
    margin-bottom: 1rem;
}
.desc-image-service3-1 p {
    width: 80%;
    color: #fff;
    text-align: justify;
}
.image-service3-2 {
    position: relative;
}
.phone {
    position: absolute;
}
.bg-image-service3 {
    height: 414px;
}
.phone {
    height: 350px;
    bottom: 0;
}
.cpu {
    height: 260px;
    object-fit: cover;
}
/* services */


/* whychooseus */
.whyChooseus {
    padding-top: 12rem;
}
.title-whyChooseus {
    text-align: center;
    margin-bottom: 50px;
}
.title-whyChooseus h1 {
    margin-bottom: 30px;
}
.icon-whychooseus {
    padding: 20px;
    background: linear-gradient(180deg, #8F65AC 0%, #1B67B0 137.08%);
    border-radius: 50%;
    margin-bottom: 2rem;
}
.superiority {
    text-align: center;
}
/* end whychooseus */


/* testimony */
.Testimony {
    padding-top: 12rem;
}
.title-testimony {
    text-align: center;
    margin-bottom: 50px;
}
.title-testimony h1,
.title-testimony p {
    margin-bottom: 30px;
}
.header-testimony {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.body-testimony {
    margin-bottom: 3rem;
}
.body-testimony p {
    font-family: mySecondFont;
}
.card-testimony {
    border: 3px solid #000;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    margin-bottom: 30px;
}
.ellipse3 {
    width: 20px;
    height: 20px;
    background-color: #5ac531;
    border-radius: 50%;
}
.name-testimony p {
    margin-bottom: 0 !important;
    opacity: 50%;
}
.company-testimony p {
    margin-bottom: 0 !important;
    opacity: 50%;
}
.warning p {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(180deg, #139ADF 0%, #118FD4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.footer-testimony {
    display: flex;
    justify-content: space-between;
}
.owl-article .button2 {
    margin-bottom: 50px;
}
.box-main-article img {
    border-radius: 20px;
}
/* end testimony */


/* ourclient */
.OurClient {
    padding-top: 12rem;
}
.title-Ourclient {
    text-align: center;
    margin-bottom: 50px;
}
.splide {
    position: relative;
}

.splide__track {
    width: 80%;
    position: relative;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.splide__list {
    height: 150px;
}

.splide__list img {
    width: 140px;
}

.splide__pagination,
.splide__arrow--prev,
.splide__arrow--next {
    display: none;
}
/* end testimony */


/* message */
.Message {
    padding-top: 12rem;
}
.live-chat {
    display: flex;
    align-items: center;
    gap: 1rem;
}
/* end message */



/* footer */
footer {
    padding-top: 10rem;
}
.footer-box {
    border-top: 3px solid #eaeaea;
    padding-top: 5rem;
}
.sosmed-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.instagram a,
.twitter a,
.facebook a {
    display: flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    color: #000;
}
.instagram p,
.twitter p,
.facebook p {
    margin-bottom: 0 !important;
    margin-right: 25px;
}
.header-navbar-footer h4,
.header-info-footer h4 {
    margin-bottom: 20px;
    color:#1083C6;
}
.phone-footer a,
.address-footer a,
.time-set-footer a {
    display: flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
}
.phone-footer a p,
.address-footer a p,
.time-set-footer a p {
    margin-bottom: 0 !important;
    color: #000;
    opacity: 50%;
    font-family: myThirdFont;
}
.navigation-footer {
    display: flex;
    justify-content: center;
}
.image-brand-footer {
    margin-bottom: 1.5rem;
}
.navbar-footer_link {
    margin-bottom: 1rem;
}
.navbar-footer_link a {
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
    opacity: 50%;
}
.phone-footer, 
.address-footer,
.set-time-footer {
    margin-bottom: 1rem;
}
.underline {
    height: 2px;
    width: 100%;
    background-color: #1083C6;
    margin: 1rem 0;
}
/* end footer */




/* aboutus */
.box-aboutus {
    padding-top: 15rem;
}
.image-aboutus {
    position: relative;
    padding-top: 9rem;
    text-align: right;
}
.title-lit-about p {
    color: #1083C6;
    font-size: 25px;
    font-family: myForthFont;
}
.title-about h1 {
    font-size: 52px;
    margin-bottom: 1rem;
}
.desc-about p {
    margin-bottom: 3rem;
}
.user img {
    margin-bottom: 1rem;
}
.view {
    display: flex;
    gap: 3rem;
}
.price {
    top: 10.5rem;
    left: 8rem;
    position: absolute;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
}
.price img {
    margin-bottom: 1rem;
}
.price p {
    margin-bottom: 0 !important;
}
.price span {
    font-size: 35px;
    font-family: myThirdFont;
}
.book {
    margin-top: 2rem
}
.book a {
    text-decoration: none;
    color: #fff;
    padding: 5px 25px; 
    background: linear-gradient(180deg, #1AB3F9 0%, #1083C6 100%);
    font-size: 12px;
    font-family: myFirstFont;
    border-radius: 5px;
}
.card-sales {
    position: absolute;
    bottom: -50px;
    right: 1rem;
}
.card-duo {
    display: flex;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 20px;

}
.card-one {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.card-two {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.card-one p,
.card-two p {
    margin-bottom: 0 !important;
    font-size: 12px;
}
.card-one p {
    margin-right: 6px;
}
.card-duo {
    position: absolute;
    bottom: -9rem;
    right: 1rem;
}
.contact-footer a {
    padding: 10px 50px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
}
.trial a {
    color: #000;
}
/* aboutus */


/* descaboutus */
.DecsAboutus {
    padding-top: 20rem;
}
.image-desc-aboutus {
    position: relative;
}
.image-phone {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}
.arrow-top2 img {
    position: absolute;
    padding: 20px;
    border: 5px solid #fff;
    border-radius: 50%;
    background-color: #1d8ccb;
    bottom: -15px;
    right: -15px;
}
.desc-aboutus {
    margin-top: 2.5rem;
}
.desc-aboutus p {
    text-align: justify;
}
/* descaboutus */


/* getstart */
.Getstart {
    padding-top: 12rem;
}
.title-getstart h1,
.title-getstart p {
    text-align: center;
}
.title-getstart h1 {
    margin-bottom: 30px;
}
.title-getstart p {
    margin-bottom: 50px;
}
.stroke-getstart p {
    font-size: 72px;
    font-family: myThirdFont;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    text-align: center;
}
/* end get started */



/* layanan */
.Layanan {
    padding-top: 15rem;
}
.title-Layanan {
    text-align: center;
}
.title-Layanan p {
    margin-bottom: 50px;
}
.title-layanan2 {
    position: relative;
}
.image-phone2 {
    width: 100%;
}
.Layananagain {
    padding-top: 12rem;
}
.layananagain-desc {
    display: flex;
    align-items: end;
}
.text-layananagain  p:nth-child(1) {
    font-size: 20px;
    font-family: myThirdFont;
}
.Bestservices {
    padding-top: 12rem;
}
.card-bestservices {
    position: relative;
}
.title-bestservice {
    margin-bottom: 50px;
}
.title-bestservice span {
    color: #828282;
    font-family: myThirdFont;
}
.image-bestservices {
    text-align: right;
}
.overlay-bestservices {
    text-align: left;
    position: absolute;
    top: 2rem;
    left: 8rem;
}
.overlay-bestservices h3 {
    margin-bottom: 2rem;
}
.overlay-bestservices p {
    width: 90%;
}
.tools {
    margin-bottom: 2rem;
}
.human {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.image-bestservices2,
.image-bestservices3 {
    margin-top: -12rem;
}
.bg-card-bestservices {
    border-radius: 50px;
}
.overlay-bestservices2 {
    text-align: left;
    position: absolute;
    top: 2rem;
    left: 2rem;
}
.overlay-bestservices2 p {
    width: 90%;
}
.human2 {
    position: absolute;
    bottom: 30px;
    right: 8rem;
}
.overlay-bestservices2 h3 {
    margin-bottom: 2rem;
}
.overlay-bestservices2 p {
    width: 80%;
}
.Benefit {
    padding-top: 12rem;
}
.box-title-benefit {
    display: flex;
    align-items: start;
}
.desc-benefit p {
    text-align: justify;
}
.title {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.title .number {
    padding: 15px 30px;
    background-color: #1ab3f9;
    border-radius: 10px;
    color: #fff;
}
.box-card-benefit {
    margin-top: 2rem;
}
.Whatwedo {
    padding-top: 12rem;
}
.box-whatwedo {
    display: flex;
    align-items: center;
}
.mb-100 {
    position: relative;
    margin-bottom: 7rem;
}
.image-absolute img {
    position: absolute;
    left: -13.2rem;
    bottom: -5.7rem;
}
.image-absolute2 img {
    position: absolute;
    right: -13.2rem;
    bottom: -5.7rem;
}
/* end layanan */


/* artikel */
.header-article {
    text-align: center;
}
.hero-wrap2 {
    width: 100%;
    height: auto;
    background-image: url(image/Group\ 804.png);
    background-size: cover;
}
.header-article {
    padding-top: 15rem;
    padding-bottom: 5rem;
}
.image-header-article {
    display: flex;
    justify-content: center;
}
.box-card-article {
    display: flex;
    justify-content: end;
}
.card-article {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 30px;
    width: 500px;
    height: 465px;
    background-color: #fff;
    border-radius: 20px 0px 0px 20px;
}
.card-article h6 {
    color: #34bcfa;
}
.card-article img {
    position: absolute;
}
.card-article p {
    font-family: myThirdFont;
    font-size: 19px;
}
.box-image-article img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.button a {
    text-decoration: none;
    padding: 15px 50px;
    background-color: #c6c6c6;
    border-radius: 50px;
    color: #000;
    text-transform: capitalize;
}
.mainArticle {
    padding-top: 5rem;
}
.button2 a {
    text-decoration: none;
    padding: 10px 25px;
    color: #fff;
    background: linear-gradient(180deg, #19B0F5 0%, #1183C6 100%);
    border-radius: 20px;
}
.box-main-article img {
    margin-bottom: 1.5rem;
}
.description-box-main-article h5,
.description-box-main-article p {
    margin-bottom: 1rem;
}
.mb-500 {
    margin-bottom: 5rem;
}
.box-image-mainarticle img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.description-box-main-article h5 {
    text-transform: capitalize;
}
/* end artikel */



/* kontak */
.get-link {
    padding: 10px 0;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get-link a {
    text-decoration: none;
    color: #fff;
}
.box-image-contactus {
    position: relative;
}
.overlay-contact {
    position: absolute;
    color: #fff;
    top: 40%;
    left: 10%;
    width: 80%;
}
.box-image-contactus img {
    width: 100%;
    height: 1100px;
    object-fit: cover;
}
.box-contactus {
   display: flex;
   align-items: center;
}
.button4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, #19B0F5 0%, #1183C6 100%);
    border-radius: 30px;
}
.button4 a {
    text-decoration: none;
    color: #fff;
}
.box-card-contactus {
    padding-top: 3rem;
}
.card-contactus {
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, #1AB3F9 0%, #1B67B0 129.67%);
    height: 100%;
}
.title-card-contactus h6 {
    color: #fff;
}
.link-card-contactus a {
    color: #fff;
    text-decoration: none;
    font-family: myFirstFont;
}
.footer1 {
    padding-top: 0;
}
.link-card-contactus a {
    display: block;
}




/* message */
.box-message {
    background: rgba(245, 245, 245, 1);
    padding: 50px;
    border-radius: 20px;
}
.form-control {
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
}
.button3 {
    display: flex;
    justify-content: center;
}
.button3 a {
    text-decoration: none;
    padding: 10px 40px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    transition: all 300ms ease-in-out;
}
.button3 a:hover {
    background-color: #000;
    color: #fff;
}
.trial2 a {
    color: #000;
    font-size: 13px;
}
/* end message */



/* detail-blog */
.hero-wrap3 {
    height: 100vh;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.hero-image3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
}
.hero-image3 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background-attachment: fixed;
}
.overlay6 {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100vh;
   background-color: #000;
   opacity: 0.5;
}
.title-detail-work h1 {
    text-align: center;
    color: white;
}
.description-career3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: white;
}
.description-career3 p {
    margin-bottom: 0 !important;
    font-weight: 700;
}
.max-w {
    margin: 5rem auto;
    max-width: 750px;
}
ol {
    padding-left: 1rem;
    font-size: 20px;
}
.cv {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.cv p {
    margin-bottom: 0 !important;
}
.cv a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    transition: all 300ms ease-in-out;
}
.cv a:hover {
    color: #59c1fb;
}

.menu-toggle {
    display: none;
    position: relative;
    z-index: 3;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.menu-toggle img {
    width: 20px;
}



@media screen and (max-width:1000px) {


    .megamenu {
        flex-direction: column;
        position: static;
        box-shadow: none;
        border-radius: 0;
        height: 0;
        max-width: 350px;
        overflow-x: hidden;
      }
      .nav__list {
        position: absolute;
        height: 100vh;
        width: 100%;
        left: -100%;
        max-width: 350px;
        top: 0;
        background-color: #fff;
        flex-direction: column;
        overflow-x: hidden;
        display: block;
        transition: .3s;
      }
      ul {
        padding-left: 0 !important;
      }
      .toggle__menu,
      .close__menu {
        display: block;
        margin-top: 1rem;
        margin-left: 1rem;
      }
      .toggle__menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background-color: #2694D0;
        border-radius: 50%;
        cursor: pointer;
      }
      .close__menu {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1rem 1rem 1rem auto;
        width: 32px;
        height: 32px;
        background-color: #2694D0;
        border-radius: 50%;
        cursor: pointer;
      }
      .nav__link {
        color: black;
      }
      .nav__link:hover {
        color: black;
      }
      .show__menu {
        left: 0;
      }
      .dropdown__menu:hover .megamenu {
        height: 100%;
      }
      .kontak {
        margin-inline-start: auto;
      }
      .kontak a {
        font-size: 13px;
        padding: 6px 15px;
      }
 





    /* .nav {
        position: relative;
    }
    .nav ul {
        position: absolute;
        right: 0;
        top: 0;
        height: 100vh;
        flex-direction: column;
        text-transform: uppercase;
        justify-content: center;
        text-align: center;
        width: 100%;
        transform: translateX(100%);
        background-color: #fff;
        transition: all .3s;
    }
    .nav ul.slide {
        transform: translateX(0);
    }
    .nav ul li {
        margin-bottom: 20px;
    }
    .navbar-brand img {
        width: 120px;
    }
    .menu-toggle {
        display: flex;
        margin-left: 15px;
    }
    .navbar-brand2 {
        position: absolute;
        z-index: 1;
        background-color: #fff;
        width: 125%;
        padding: 10px;
        top: 10px;
        text-align: center;
        right: 0;
        transform: translateX(-100%);
        transition: all .3s;
    }
    .navbar-brand2.slide {
        opacity: 1;
        transform: translateX(10%);
    }
    .navbar-brand2 {
        display: block;
    }
    .navbar__menu li {
        margin-right: 0 !important;
    }
    .contact a {
        padding: 6px 10px;
        font-size: 13px;
    }
    .contact {
        margin-inline-start: auto;
    }
    .megamenu {
        position: static;
        visibility: visible;
        opacity: 1;
        width: 100%;
    }
    ul {
        padding-left: 0 !important;
    } */
}


@media screen and (max-width:767px) {



    .navbar-scroll.header-navbar-contact {
        background-color: #fff;
        transform: none;
    }


    /* home */
    .hero-wrap {
        padding: 7rem 0;
    }
    .header-description h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .text-h {
        margin-bottom: 1rem;
    }
    .apl {
        flex-direction: column;
    }
    .apl img {
        margin-bottom: 1rem;
    }
    .trustcompany {
        margin-bottom: 2rem;
        justify-content: space-evenly;
        gap: 1rem;
    }
    .card-services {
        margin-bottom: 1rem;
    }
    .desc-image-service2 {
        top: 15%;
    }
    .card-service2 {
        width: 270px;
        margin: 0 auto;
    }
    .image-service3-1 {
        margin-bottom: 1rem;
    }
    .image-service3-2 {
        margin-bottom: 1rem;
    }
    .card-service3 {
        margin-bottom: 1rem;
    }
    .card-testimony {
        margin-bottom: 1rem;
    }
    .box-message {
        padding: 4rem 1rem;
    }
    .live-chat {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .title-Ourclient h1 {
        margin-bottom: 30px;
    }
    .title-services h1 {
        margin-bottom: 30px;
    }
    .services-description p {
        margin-bottom: 30px;
    }
    .box-message-header h1 {
        margin-bottom: 20px;
    }
    .box-message-header p {
        margin-bottom: 30px;
    }
    .sosmed-footer {
        margin-bottom: 30px;
    }
    .navigation-footer {
        display: flex;
        justify-content: left;
        margin-bottom: 30px;
    }
    .text-footer {
        margin-bottom: 30px;
    }
    .background-card-service2 img {
        height: 335px;
        object-fit: cover;
    }
    .box-service2 {
        padding: 40px 10px;
    }
    .desc-image-service2 {
        width: 70%;
    }
    .image-header {
        text-align: center;
    }
    .image-header img {
        width: 100%;
        object-fit: cover;
    }
    .desc-image-service2 p {
        font-size: 32px;
    }
    /* end home */





    /* aboutus */
    .box-aboutus {
        padding-top: 7rem;
    }
    .title-lit-about p {
        font-size: 15px;
        margin-bottom: .3rem;
    }
    .title-about h1 {
        font-size: 26px;
    }
    .view {
        display: block;
    }
    .price {
        top: 1.5rem;
        left: 20px;
    }
    .image-aboutus {
        padding-top: 0rem;
    }
    .card-sales {
        width: 100%;
        left: 0;
    }
    .card-duo {
        display: block;
        width: 100%;
        bottom: -13rem;
        left: 0;
    }
    .card-one {
        margin-bottom: 1rem;
    }
    .stroke-getstart {
        display: none;
    }
    footer {
        padding-top: 2rem;
    }
    .title-getstart p br {
        display: none;
    }
    /* end aboutus */



    /* layanan */
    .Layanan {
        padding-top: 7rem;
    }
    .title-Layanan p br {
        display: none;
    }
    .title-Layanan p {
        margin-bottom: 1rem;
    }
    .Layananagain {
        padding-top: 3rem;
    }
    .title-layanan2 {
        margin-bottom: 3rem;
    }
    .Bestservices {
        padding-top: 5rem;
    }
    .title-bestservice h1 br {
        display: none;
    }
    .image-bestservices2,
    .image-bestservices3 {
        margin-top: 1rem;
    }
    .overlay-bestservices {
        left: 2rem;
    }
    .bg-card-bestservices {
        height: 500px;
    }
    .human2 {
        right: 30px;
    }
    .overlay-bestservices2 p {
        width: 85%;
    }
    .Benefit {
        padding-top: 5rem;
    }
    .Whatwedo {
        padding-top: 5rem;
    }
    .image-absolute {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    .image-absolute img {
        position: static;
        margin-top: 1rem;
    }
    .image-absolute2 {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    .image-absolute2 img {
        position: static;
        margin-top: 1rem;
    }
    .mb-100 {
        margin-bottom: 1rem;
    }
    .box-card-benefit {
        margin-top: 0;
    }
    .overlay-bestservices h3 {
        width: 80%;
    }
    /* end layanan */



    /* artikel */
    .mainArticle {
        position: relative;
    }
   .header-article {
    padding-top: 7rem;
   }
   .text-h br {
    display: none;
   }
   .button {
    margin-top: 2rem;
   }
   .card-article {
    width: 100%;
    border-radius: 0;
   }
   .mainArticle img {
    width: 100%;
    object-fit: cover;
   }
   /* end artikel */



   /* kontak */
 
   .header-navbar-contact {
    background: transparent;
   }
   .get-link {
    display: none;
   }
   .box-image-contactus {
    margin-bottom: 2rem;
   }
   .box-contactus {
    padding: 0 1.5rem;
   }
   .mb-200 {
    margin-bottom: 1rem;
   }
   .box-image-contactus img {
    height: 100vh;
   }
   .link-card-contactus a {
    display: block;
   }
   /* end contact */

}


@media (min-width:300px) and (max-width:480px) {
    .phone {
        height: 280px;
        right: 2px;
    }
   
}


@media (min-width:768px) and (max-width:991px) {



    .navbar-scroll.header-navbar-contact {
        background-color: #fff;
        transform: none;
    }



    /* home */
    .hero-wrap {
        padding: 7rem 0;
    }
    .header-description h1 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .text-h {
        margin-bottom: 1rem;
    }
    .apl {
        flex-direction: column;
    }
    .apl img {
        margin-bottom: 1rem;
    }
    .trustcompany {
        margin-bottom: 2rem;
        justify-content: space-evenly;
        gap: 1rem;
    }
    .card-services {
        margin-bottom: 1rem;
    }
    .desc-image-service2 {
        top: 15%;
    }
    .card-service2 {
        width: 300px;
        margin: 0 auto;
    }
    .image-service3-1 {
        margin-bottom: 1rem;
    }
    .image-service3-2 {
        margin-bottom: 1rem;
    }
    .card-service3 {
        margin-bottom: 1rem;
    }
    .card-testimony {
        margin-bottom: 1rem;
    }
    .box-message {
        padding: 4rem 1rem;
    }
    .live-chat {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .title-Ourclient h1 {
        margin-bottom: 30px;
    }
    .title-services h1 {
        margin-bottom: 30px;
    }
    .services-description p {
        margin-bottom: 30px;
    }
    .box-message-header h1 {
        margin-bottom: 20px;
    }
    .box-message-header p {
        margin-bottom: 30px;
    }
    .sosmed-footer {
        margin-bottom: 30px;
    }
    .navigation-footer {
        display: flex;
        justify-content: left;
        margin-bottom: 30px;
    }
    .text-footer {
        margin-bottom: 30px;
    }
    .background-card-service2 img {
        height: 335px;
        object-fit: cover;
    }
    .box-service2 {
        padding: 40px 10px;
    }
    .desc-image-service2 {
        width: 70%;
    }
    .image-header {
        text-align: center;
    }
    .image-header img {
        width: 100%;
        object-fit: cover;
    }
    .image-service3-11 {
        height: 500px;
    }
    .box-d-flex {
        display: flex;
        gap: 1rem;
    }
    .card-service3 {
        width: 350px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .splide__list img {
        width: 100px;
    }
    /* end home */





    /* aboutus */
    .box-aboutus {
        padding-top: 7rem;
    }
    .banner-about {
        width: 100%;
    }
    .title-lit-about p {
        font-size: 15px;
        margin-bottom: .3rem;
    }
    .title-about h1 {
        font-size: 26px;
    }
    .view {
        display: block;
    }
    .price {
        top: 1.5rem;
        left: 20px;
    }
    .image-aboutus {
        padding-top: 0rem;
    }
    .card-sales {
        width: 100%;
        left: 0;
    }
    .card-duo {
        justify-content: space-around;
        width: 100%;
        left: 0;
    }
    .card-one {
        margin-bottom: 0 !important;
    }
    .stroke-getstart {
        display: none;
    }
    footer {
        padding-top: 2rem;
    }
    .title-getstart p br {
        display: none;
    }
    /* end aboutus */



    /* layanan */
    .Layanan {
        padding-top: 7rem;
    }
    .title-Layanan p br {
        display: none;
    }
    .title-Layanan p {
        margin-bottom: 1rem;
    }
    .Layananagain {
        padding-top: 3rem;
    }
    .title-layanan2 {
        margin-bottom: 3rem;
    }
    .Bestservices {
        padding-top: 5rem;
    }
    .title-bestservice h1 br {
        display: none;
    }
    .overlay-bestservices {
        left: 2rem;
    }
    .bg-card-bestservices {
        height: 500px;
    }
    .human2 {
        right: 30px;
    }
    .overlay-bestservices2 p {
        width: 85%;
    }
    .Benefit {
        padding-top: 5rem;
    }
    .Whatwedo {
        padding-top: 5rem;
    }
    .image-absolute {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    .image-absolute img {
        position: static;
        margin-top: 1rem;
    }
    .image-absolute2 {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    .image-absolute2 img {
        position: static;
        margin-top: 1rem;
    }
    .mb-100 {
        margin-bottom: 1rem;
    }
    .box-card-benefit {
        margin-top: 0;
    }
    .overlay-bestservices h3 {
        width: 80%;
    }
    .title-bestservice h1 {
        width: 50%;
    }
    .box-image-benefit {
        text-align: center;
    }
    .image-whatwedo img {
        width: 100%;
    }
    .overlay-bestservices2 h3 {
        width: 90%;
    }
    /* end layanan */



    /* artikel */
   .header-article {
    padding-top: 7rem;
   }
   .text-h br {
    display: none;
   }
   .button {
    margin-top: 2rem;
   }
   .card-article {
    width: 100%;
    border-radius: 0;
   }
   .mainArticle img {
    width: 100%;
    object-fit: cover;
   }

   .description-box-main-article h5 {
    font-size: 15px;
   }
   .description-box-main-article p {
    display: none;
   }
   /* end artikel */



   /* kontak */
 
   .header-navbar-contact {
    background: transparent;
   }
   .get-link {
    display: none;
   }
   .box-image-contactus {
    margin-bottom: 2rem;
   }
   .box-contactus {
    padding: 0 1.5rem;
   }
   .mb-200 {
    margin-bottom: 1rem;
   }
   .box-image-contactus {
    margin-bottom: 0 !important;
   }
   .box-image-contactus img {
    width: 100%;
    height: 1100px;
   }
   .link-card-contactus a {
    display: block;
    font-size: 10px;
   }
   .card-contactus {
    padding: 10px;
   }
   /* end contact */
}


@media (min-width:992px) and (max-width:1200px) {
    .header-description h1 {
        font-size: 32px;
    }
    .text-h {
        margin-bottom: 2rem;
    }
    .trustcompany p {
        font-size: 14px;
    }
    .desc-image-service3-1 p {
        text-align: left;
    }
    .image-service3-11 {
        height: 100%;
    }
    .icon-card-service3 img {
        width: 90px;
    }
    .icon-card-service3 p {
        font-size: 12px;
    }
    .instagram p, 
    .twitter p, 
    .facebook p {
        margin-right: 10px;
    }
    .title-services h1 {
        font-size: 28px;
    }
    .services-description p {
        font-size: 13px;
    }
    .desc-image-service2 p {
        font-size: 30px;
    }
    .title-lit-about p {
        font-size: 15px;
        margin-bottom: .5rem;
    }
    .title-about h1 {
        font-size: 32px;
    }
    .price {
        left: 1.5rem;
    }
    .card-sales {
        right: .5rem;
    }
    .card-duo {
        right: .5rem;
    }
    .user p {
        font-size: 12px;
    }
    .desc-aboutus {
        margin-top: 0 !important;
    }
    .overlay-bestservices {
        left: 2rem;
    }
    .box-title-benefit {
        display: flex;
        align-items: center;
    }
    .title-Benefit h1 {
        font-size: 28px;
    }
    .card-benefit .title h5 {
        font-size: 18px;
    }
    .title-whatwedo h2 {
        font-size: 22px;
    }
    .mb-100 {
        margin-bottom: 9rem;
    }
    .image-absolute img,
    .image-absolute2 img {
        bottom: -7.5rem;
    }
    .title-bestservice span {
        font-size: 15px;
    }
    .title-bestservice h1 {
        font-size: 38px;
    }
    .box-message h1 {
        font-size: 32px;
    }
    .link-card-contactus a {
        display: block;
        font-size: 11px;
    }
    .card-contactus {
        padding: 10px;
    }
    .box-main-article h5 {
        font-size: .96rem;
    }
}

@media (min-width:1201px) and (max-width:1400px) {

    .header-description h1 {
        font-size: 42px;
    }
    .title-services h1 {
        font-size: 36px;
    }
    .desc-image-service2 p {
        font-size: 35px;
    }
    .card-service2 {
        width: 320px;
    }
    .background-card-service2 img {
        height: 335px;
        object-fit: cover;
    }
    .image-service3-11 {
        height: 100%;
    }
    .title-lit-about p {
        font-size: 20px;
        margin-bottom: .5rem;
    }
    .title-about h1 {
        font-size: 42px;
    }
    .desc-aboutus {
        margin-top: 0;
    }
    .price {
        left: 2.5rem;
    }
    .link-card-contactus {
        font-size: 12px;
    }
    .description-box-main-article h5 {
        font-size: 1.1rem;
    }
}


@media (min-width:1401px) {
    .card-service2 {
        width: 360px;
    }
    .background-card-service2 img {
        height: 335px;
        object-fit: cover;
    }
    .link-card-contactus {
        font-size: 13px;
    }
}