@font-face {
  font-family: 'segoe-ui';
  src: url('../../vendor/font/segoe-regular.ttf');
}

/* Beranda */
.slick-slide:focus {
  outline: transparent;
}

.nav-head {
  background-color: #101949 !important;
}

 /* .container-top {
   background-image: linear-gradient(to bottom, #101949 0%, #0b1376 100%);
 } */

/* Large Device */
/* (Laptop, Desktop */
@media screen and (min-width: 1024px) {

  /* --------------------------------------------------------
        Halaman Beranda
    ---------------------------------------------------------- */
  body {
    margin: unset;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-line {
    margin-top: 0.5rem;
    display: block;
    border-bottom: 4px solid #FF6C3A;
    width: 4rem;
  }

  /* Top Section */
  /* Kiri */
  
  .top-section-wrapper  {
    /* height: 600px; */
    /* padding-top: 70px; */
    padding: 20px;
    margin-top: 70px;
    color: white;
    background-image: linear-gradient(to bottom, #101949 0%, #0b1376 100%);
  }

  .left-top {
    padding: 15px;
  }

  .left-bottom {
    padding: 5px;
  }

  .hosting-title {
    font-size: 50px;
    font-weight: 700;
    max-width: 100%;
    margin: 0%;
  }

  .benefit-list {
    font-size: 17px;
    font-family: 'segoe-ui';
    font-style: italic;
  }

  .benefit-list li {
    margin: 10px;
  }

  .top-wave{
    position: relative;
    top: -10px;
  }
  
  ul.benefit-list {
    list-style: none;
    padding: 0%;
  }

  .benefit-list img {
    margin-right: 11px;
  }

  .left-bottom {
    /* align-items: flex-start; */
    justify-content: flex-start;
  }

  .whatsapp-section {
    margin: 0%;
    padding: 0%;
    display: flex;
    align-items: center;
    border: none;
    text-decoration: none;
    background: none;
    width: auto;
  }

  .whatsapp-button {
    display: inline-block;
  }

  .whatsapp-section:hover{
    text-decoration: none;
    color: inherit;
  }

  .box-wa-1 {
    background: #25d366;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 3px solid white;
    display: inline-flex;
    justify-content: center;
    z-index: 2;
  }

  .box-wa-1 img {
    width: 30px;
  }

  .box-wa-2 {
    background: #25d366;
    width: 150px;
    height: 40px;
    border-radius: 25px;
    border: 3px solid white;
    transform: translateX(-25px);
    display: flex;
    justify-content: center;
  }

  .box-wa-2 p {
    font-size: 20px;
    color: white;
    font-weight: bold;
    font-style: italic;
    font-family: 'segoe-ui';
    text-decoration: none;
  }




  /* Kanan */
  .right-section-hosting {
    transform: translateX(-40px);
  }
  
  .right-part {
    display: grid;
    justify-items: center !important;
    align-items: center !important;
    z-index: 1;
    position: sticky;
  }

  .picture-1 {
    width: 350px;    
  }

  .picture-2 {
    width: 132px;
    display: block;
    position: absolute;
    transform: translateX(198px);
    top: 25px;
  }

  .picture-3 {
    width: 300px;
    display: block;
    position: absolute;
    z-index: -5;
    transform: translateX(-35px);
    top: 45px;
  }

  ul.right-benefit-list {
    list-style: none;
    padding: 0%;
    margin: 0%;
    height: auto;
  }

  .benefit-box {
    width: 230px;
    height: 105px;
    background: white;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 2px 2px white;
    display: flex;
    position: absolute;
    transform: translateX(-120px);
    top: 15px;
    justify-content: center;
    align-items: center;
  }


  .right-benefit-list {
    font-family: 'segoe-ui';
    font-style: italic;
    font-weight: bold;
    font-size: 10px;
    color: black;
    /* display: block;
  position: absolute;
  top: 14%; */
  }

  .right-benefit-list img {
    margin-right: 5px;
  }

  .right-benefit-list li {
    margin: 5px;
  }


  .domain-heading {
    color: #030d24;
  }

  .domain-heading span {
    color: #FF6C3A;
    font-weight: bold;
  }
  

  /* Domain Search */

  /* a .btn:hover{
        color: #FF6C3A;
    } */
  .section-domain-search {
    padding-top: 1rem;
    padding-bottom: 10px;
  }

  .domain-search {
    width: 95%;
    margin-bottom: 15px;
    background: #dfdfdf;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
  }

  .domain-search-form input {
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    width: 80%;
    height: 45px;
    font-size: 14px;
    border: none;
    background: #dfdfdf;
    border-radius: 50px 0px 0px 50px;
    display: inline-block;
    padding: 0 31px;
  }

  .domain-search-form .btn-sm {
    padding-right: 5%;
    padding-left: 5%;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(45deg, #e41733, #FF6C3A);
    height: 45px;
    width: 19%;
    border-radius: 50px 50px 50px 50px;
    margin: 0% !important;
    position: absolute;

  }

  .section-domain-search .card {
    margin-top: 3rem;
    height: 20rem;
    border-radius: 5%;
    box-shadow: 0px 31px 70px rgba(0, 0, 0, 0.05);
    transform: scale(0.9);
    transition: 0.7s;
  }

  .section-domain-search .card:hover {
    z-index: 10;
    transform: scale(1);
    margin-top: 3rem;
    height: 20rem;
    border: unset;
    border-radius: 5%;
    box-shadow: 0px 31px 70px rgba(0, 0, 0, 0.158);
  }

  .section-domain-search .card-title {
    font-weight: bolder;
  }

  .section-domain-search .card-body .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    transition: 1s;
  }

  .section-domain-search .card-body .icon span {
    font-size: 44px;
    color: #6927ff;
    transition: 1.1s;
  }

  .section-domain-search .card:hover .card-body .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #6927ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1.5rem;
  }

  .section-domain-search .card:hover .card-body .icon span {
    font-size: 44px;
    color: #ebebeb;
  }

  /* Order Process Section */

  .order-process-section {
    background: radial-gradient(farthest-side at 50% 200%, #d2d2d2, #ffffff)
  }

  .order-process-section .order-slider {
    margin-top: unset;
    padding: 3rem;
  }

  .order-process-section .container .row .order-slider .items {
    margin-left: unset;
    margin-right: 1rem;
  }

  .order-process-section .container .row .order-slider .slick-slide {
    margin-top: 1rem;
    transform: scale(0.8);
    opacity: 0.4;
    transition: all ease 0.5s;
  }

  .order-process-section .container .row .order-slider .slick-slide.slick-center {
    transform: scale(1);
    opacity: 1;
    transition: all ease 0.5s;
    box-shadow: 0px 15px 40px 0px rgba(104, 104, 104, 0.219);
    border-radius: 20px 20px 20px 20px;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
  }

  .order-process-section .container .row .order-slider .slick-slide.slick-center .card {
    transform: scale(1);
    opacity: 1;
    transition: all ease 0.5s;
    box-shadow: 0px 15px 40px 0px rgba(104, 104, 104, 0.219);
    border-radius: 20px 20px 20px 20px;
  }

  .order-process-section .order-slider .items .card {
    border: unset;
    background: #ffffff;
    padding: 3px;
    /* width: 350px !important;
        height: 400px; */

  }

  .order-process-section .order-slider .items .card .icon {
    line-height: 1.3;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-top: 1.5rem;
    margin-bottom: 0.2rem;
  }

  .order-process-section .order-slider .items .card-title {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .order-process-section .order-slider .items .card-text {
    font-size: 14px;
  }

  /* Service Us section*/
  .service-section .nav-pills .nav-link.btn {
    margin: 0.2rem;
    border: 1px solid #3a3a3a;
    border-radius: 50px 50px 50px 50px;
  }

  .service-section .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    border: unset;
    color: #fff;
    background: linear-gradient(45deg, #e41733, #FF6C3A);
    border-radius: 50px 50px 50px 50px;

  }

  .service-section .container .tab-content .tab-pane .service-img {
    width: 60vh;
  }

  .service-section .container .tab-content .tab-pane .service-img img {
    width: 100%;
  }

  .service-section .container .tab-content .tab-pane .icon {
    line-height: 1.3;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 1rem;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .service-section .container .tab-content .tab-pane p {
    font-size: 12px;
    color: #FF6C3A;
  }

  .service-section .container .tab-content .tab-pane .icon span {
    font-size: 30px;
    color: #FF6C3A;
  }

  .domain-img {
    max-width: fit-content;
  }

  .vps-tab {
    width: 90%;
  }

  .vps-tab .col-md-3 {
    padding-left: unset;
    padding-right: unset;
  }

  .vps-tab .card {
    transform: scale(0.9);
    border: unset;
    border-radius: 10px;
    box-shadow: 0px 31px 70px rgba(0, 0, 0, 0.05);
    transition: 0.5s;
  }

  .vps-tab .card:hover {
    z-index: 10;
    transform: scale(1);
    border: unset;
    border-radius: 10px;
    box-shadow: 0px 31px 70px rgba(0, 0, 0, 0.158);
  }

  .mail-tab h5 {
    font-size: 1.1rem;
  }

  .align-to-right {
    align-content: right;
    align-items: right;
  }

  /* Hosting Package Section */
  .package-section {
    background: #ebebeb;
  }

  .package-item {
    background: #FFFFFF;
    border: solid 2px rgb(255, 255, 255);
    border-radius: 20px 20px 20px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 2rem;
    transition: 0.5s;

  }

  .package-item:hover {
    background: #FFFFFF;
    border: solid 3px #FF6C3A;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 21px 29px rgba(0, 0, 0, 0.41);
    margin-top: 1rem;
  }

  .package-item.package-b:hover {
    background: #FFFFFF;
    border: solid 3px rgb(58, 71, 255);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 21px 29px rgba(0, 0, 0, 0.41);
    margin-top: 1rem;
  }

  .package-item.package-c:hover {
    background: #FFFFFF;
    border: solid 3px rgb(17, 182, 67);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 21px 29px rgba(0, 0, 0, 0.41);
    margin-top: 1rem;
  }

  .package-item.package-d:hover {
    background: #FFFFFF;
    border: solid 3px rgb(247, 61, 61);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 21px 29px rgba(0, 0, 0, 0.41);
    margin-top: 1rem;
  }

  .package-item .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1.5rem;
  }

  .package-item .icon span {
    font-size: 40px;
    color: #FF6C3A;
  }

  .package-item.package-b .icon span {
    font-size: 40px;
    color: rgb(58, 71, 255);
  }

  .package-item.package-c .icon span {
    font-size: 40px;
    color: rgb(17, 182, 67);
  }

  .package-item.package-d .icon span {
    font-size: 40px;
    color: rgb(247, 61, 61);
  }

  .package-item .package-content {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .package-item .package-price span {
    font-size: 18px;
    font-weight: 900;
    color: #FF6C3A;
  }

  .package-item.package-b .package-price span {
    font-size: 18px;
    font-weight: 900;
    color: rgb(58, 71, 255);
  }

  .package-item.package-c .package-price span {
    font-size: 18px;
    font-weight: 900;
    color: rgb(17, 182, 67);
  }

  .package-item.package-d .package-price span {
    font-size: 18px;
    font-weight: 900;
    color: rgb(247, 61, 61);
  }

  .package-content .package-list ul {
    padding-left: unset;
    font-size: 14px;
  }

  .package-content .package-list i {
    visibility: hidden;
    /* margin-right: 3px;
        margin-left: 3px; */
    color: green;
  }

  .package-content .package-list span {
    font-weight: bolder;
  }

  /* why choose section */
  .why-section {
    background: #1A2237;
  }

  .why-section .why-slider {
    text-align: center;
    font-size: 14px;
    /* center slide */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .why-section .why-slider .items {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .why-section .why-slider .items .why-item .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1rem;
  }

  .why-section .why-slider .items .why-item .icon span {
    font-size: 40px;
    font-weight: bolder;
  }

  .why-section .why-slider .items .why-item .icon img {
    width: 40px;
  }

  /* testimonials section */
  .testimonials {
    padding-top: 5rem;
    padding-bottom: 0rem;
  }

  .testimonials .testi-title span {
    content: '';
    display: block;
    border-bottom: 4px solid #FF6C3A;
    width: 4rem;
  }

  .testimonials .container .row .slick-track {
    padding-top: 2rem;
  }

  .testimonials .container .row .slick-list {
    padding-bottom: 2rem;
  }

  .testimonials .container .row .testi-slider .slick-slide {
    margin-top: 1rem;
    transform: scale(0.8);
    opacity: 0.4;
    transition: all ease 0.5s;
  }

  .testimonials .container .row .testi-slider .slick-slide.slick-center {
    transform: scale(1);
    opacity: 1;
    transition: all ease 0.5s;
    box-shadow: 0px 15px 40px 0px rgba(104, 104, 104, 0.041);
    border-radius: 20px 20px 20px 20px;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
  }

  .testimonials .container .row .testi-slider .items {
    margin-right: 30px;
  }

  .testimonials .container .row .testi-slider .items .card {
    background: #fff;
    border-radius: 20px;
    border: unset;
    box-shadow: 0px 21px 69px rgba(107, 107, 107, 0.199);
  }

  .testimonials .card .user-img {
    position: relative;
  }

  .testimonials .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    top: -50px;
  }

  .testimonials .avatar img {
    width: 70px;
    height: 70px;
  }

  .testimonials .card .text .name {
    font-weight: bold;
    color: #FF6C3A;
  }

  .testimonials .card .text .position {
    font-weight: thin;
    font-size: 13px;
    color: rgb(95, 95, 95);
  }

  /* guarantee section */

  .guarantee-section .guarantee-box {
    padding: 2rem;
  }

  .guarantee-section .guarantee-box .guarantee-img img {
    width: 150px;
  }

  .guarantee-section .guarantee-box .guarantee-text {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .guarantee-section .guarantee-box .guarantee-text h5,
  .guarantee-box-3 .guarantee-text h5 {
    font-weight: bold;
  }
}

/* Medium Device */
/* (Tablet) */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  /* --------------------------------------------------------
        Halaman Beranda
    ---------------------------------------------------------- */
  body {
    margin: unset;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-line {
    margin-top: 0.5rem;
    display: block;
    border-bottom: 4px solid #FF6C3A;
    width: 4rem;
  }

  /* Top Section */

  .top-section-wrapper {
    padding: 20px;
    margin-top: 70px;
    color: white;
    background-image: linear-gradient(to bottom, #101949 0%, #0b1376 100%);
  }

  .hosting-title {
    font-size: 40px;
    font-weight: 700;
    max-width: 400px;
    margin: 0%;
  }

  .benefit-list {
    font-size: 14px;
    font-family: 'segoe-ui';
    font-style: italic;
  }

  ul.benefit-list {
    list-style: none;
    padding: 0%;
  }

  .benefit-list li {
    margin: 10px;
  }

  .top-wave {
    position: relative;
    top: -5px;
  }

  .benefit-list img {
    width: 18px;
    margin-right: 8px;
  }

  .left-bottom {
    justify-content: flex-start;
  }

  .whatsapp-section {
    margin: 0%;
    padding: 0%;
    display: flex;
    align-items: center;
    border: none;
    text-decoration: none;
    background: none;
    width: auto;
  }

  .whatsapp-button {
    display: inline-block;
  }

  .whatsapp-section:hover {
    text-decoration: none;
    color: inherit;
  }

  .box-wa-1 {
    background: #25d366;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 3px solid white;
    display: inline-flex;
    justify-content: center;
    z-index: 2;
  }
  
  .box-wa-1 img {
    width: 30px;
  }

  .box-wa-2 {
    background: #25d366;
    width: 150px;
    height: 40px;
    border-radius: 25px;
    border: 3px solid white;
    transform: translateX(-25px);
    display: flex;
    justify-content: center;
  }

  .box-wa-2 p {
    font-size: 20px;
    color: white;
    font-weight: bold;
    font-style: italic;
    font-family: 'segoe-ui';
    text-decoration: none;
  }

  /* Kanan */
  .right-section-hosting {
    transform: translateX(-25px);
  }

  .right-part {
    display: grid;
    justify-items: center !important;
    align-items: center !important;
    z-index: 1;
    position: sticky;
  }

  .picture-1 {
    width: 270px;
  }

  .picture-2 {
    width: 90px;
    display: block;
    position: absolute;
    transform: translateX(146px);
    top: 25px;
  }

  .picture-3 {
    width: 250px;
    display: block;
    position: absolute;
    z-index: -5;
    transform: translateX(-30px);
    top: 15px;
  }

  ul.right-benefit-list {
    list-style: none;
    padding: 0%;
    margin: 0%;
    height: auto;
  }

  .benefit-box {
    width: 165px;
    height: 85px;
    background: white;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 2px 2px white;
    display: flex;
    position: absolute;
    transform: translateX(-100px);
    top: 15px;
    justify-content: center;
    align-items: center;
  }

  .right-benefit-list {
    font-family: 'segoe-ui';
    font-style: italic;
    font-weight: bold;
    font-size: 8px;
    color: black;
    /* display: block;
  position: absolute;
  top: 14%; */
  }

  .right-benefit-list img {
    margin-right: 5px;
    width: 14px;
  }

  .right-benefit-list li {
    margin: 5px;
  }



  /* Domain Search */

  /* a .btn:hover{
        color: #FF6C3A;
    } */
  .section-domain-search {
    padding-top: 5rem;
    padding-bottom: 10px;
  }

  .domain-search {
    width: 95%;
    margin-bottom: 15px;
    background: #dfdfdf;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
  }

  .domain-search-form input {
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    width: 80%;
    height: 45px;
    font-size: 14px;
    border: none;
    background: #dfdfdf;
    border-radius: 50px 0px 0px 50px;
    display: inline-block;
    padding: 0 31px;
  }

  .domain-search-form .btn-sm {
    padding-right: 5%;
    padding-left: 5%;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(45deg, #e41733, #FF6C3A);
    height: 45px;
    width: 19%;
    border-radius: 50px 50px 50px 50px;
    margin: 0% !important;
    position: absolute;

  }

  .section-domain-search .card {
    margin-top: 3rem;
    height: 20rem;
    border-radius: 5%;
    box-shadow: 0px 31px 70px rgba(0, 0, 0, 0.05);
    transform: scale(0.9);
    transition: 0.7s;
  }

  .section-domain-search .card:hover {
    z-index: 10;
    transform: scale(1);
    margin-top: 3rem;
    height: 20rem;
    border: unset;
    border-radius: 5%;
    box-shadow: 0px 31px 70px rgba(0, 0, 0, 0.158);
  }

  .section-domain-search .card-title {
    font-weight: bolder;
  }

  .section-domain-search .card-body .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    transition: 1s;
  }

  .section-domain-search .card-body .icon span {
    font-size: 44px;
    color: #6927ff;
    transition: 1.1s;
  }

  .section-domain-search .card:hover .card-body .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #6927ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1.5rem;
  }

  .section-domain-search .card:hover .card-body .icon span {
    font-size: 44px;
    color: #ebebeb;
  }

  /* Order Process */
  .order-process-section {
    visibility: unset;
    background: radial-gradient(farthest-side at 50% 200%, #d2d2d2, #ffffff)
  }

  .order-process-section .order-slider {
    margin-top: unset;
  }

  .order-process-section .order-slider .slick-list.draggable {
    padding: unset;
    margin-top: unset;
    padding: 3rem;
  }

  .order-process-section .container .row .order-slider .items {
    margin-left: unset;
    margin-right: 1rem;
    width: unset !important;
  }

  .order-process-section .container .row .order-slider .slick-slide {
    margin-top: 1rem;
  }

  .order-process-section .order-slider .items .card {
    border: unset;
    background: #ffffff;
    padding: 3px;

  }

  .order-process-section .order-slider .items .card .icon {
    line-height: 1.3;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-top: 1.5rem;
    margin-bottom: 0.2rem;
  }

  .order-process-section .order-slider .items .card-title {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .order-process-section .order-slider .items .card-text {
    font-size: 14px;
  }

  /* Service Us section*/
  .service-section .nav-pills .nav-link.btn {
    margin: 0.2rem;
    border: 1px solid #3a3a3a;
    border-radius: 50px 50px 50px 50px;
  }

  .service-section .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    border: unset;
    color: #fff;
    background: linear-gradient(45deg, #e41733, #FF6C3A);
    border-radius: 50px 50px 50px 50px;

  }

  .service-section .container .tab-content .tab-pane .service-img img {
    width: 100%;
  }

  .service-section .container .tab-content .tab-pane .icon {
    line-height: 1.3;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 1rem;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .service-section .container .tab-content .tab-pane p {
    font-size: 12px;
    color: #FF6C3A;
  }

  .service-section .container .tab-content .tab-pane .icon span {
    font-size: 20px;
    color: #FF6C3A;
  }

  .vps-tab {
    width: 90%;
  }

  .vps-tab .col-md-3 {
    padding-left: unset;
    padding-right: unset;
  }

  .vps-tab .card {
    transform: scale(0.9);
    border: unset;
    border-radius: 10px;
    box-shadow: 0px 31px 70px rgba(0, 0, 0, 0.05);
    transition: 0.5s;
  }

  .vps-tab .card:hover {
    z-index: 10;
    transform: scale(1);
    border: unset;
    border-radius: 10px;
    box-shadow: 0px 31px 70px rgba(0, 0, 0, 0.158);
  }

  .mail-tab h5 {
    font-size: 0.8rem;
  }

  .align-to-right {
    align-content: right;
    align-items: right;
  }

  /* Hosting Package Section */
  .package-section {
    background: #ebebeb;
  }

  .package-item {
    background: #FFFFFF;
    border: solid 2px rgb(255, 255, 255);
    border-radius: 20px 20px 20px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 2rem;
    transition: 0.5s;

  }

  .package-item:hover {
    background: #FFFFFF;
    border: solid 3px #FF6C3A;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 21px 29px rgba(0, 0, 0, 0.41);
    margin-top: 1rem;
  }

  .package-item.package-b:hover {
    background: #FFFFFF;
    border: solid 3px rgb(58, 71, 255);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 21px 29px rgba(0, 0, 0, 0.41);
    margin-top: 1rem;
  }

  .package-item.package-c:hover {
    background: #FFFFFF;
    border: solid 3px rgb(17, 182, 67);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 21px 29px rgba(0, 0, 0, 0.41);
    margin-top: 1rem;
  }

  .package-item.package-d:hover {
    background: #FFFFFF;
    border: solid 3px rgb(247, 61, 61);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 21px 29px rgba(0, 0, 0, 0.41);
    margin-top: 1rem;
  }

  .package-item .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1.5rem;
  }

  .package-item .icon span {
    font-size: 40px;
    color: #FF6C3A;
  }

  .package-item.package-b .icon span {
    font-size: 40px;
    color: rgb(58, 71, 255);
  }

  .package-item.package-c .icon span {
    font-size: 40px;
    color: rgb(17, 182, 67);
  }

  .package-item.package-d .icon span {
    font-size: 40px;
    color: rgb(247, 61, 61);
  }

  .package-item .package-content {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .package-item .package-price span {
    font-size: 18px;
    font-weight: 900;
    color: #FF6C3A;
  }

  .package-item.package-b .package-price span {
    font-size: 18px;
    font-weight: 900;
    color: rgb(58, 71, 255);
  }

  .package-item.package-c .package-price span {
    font-size: 18px;
    font-weight: 900;
    color: rgb(17, 182, 67);
  }

  .package-item.package-d .package-price span {
    font-size: 18px;
    font-weight: 900;
    color: rgb(247, 61, 61);
  }

  .package-content .package-list ul {
    padding-left: unset;
    font-size: 14px;
  }

  .package-content .package-list i {
    visibility: hidden;
    /* margin-right: 3px;
        margin-left: 3px; */
    color: green;
  }

  .package-content .package-list span {
    font-weight: bolder;
  }

  /* why choose section */
  .why-section {
    background: #1A2237;
  }

  .why-section .why-slider {
    text-align: center;
    font-size: 14px;
    /* center slide */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .why-section .why-slider .items {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .why-section .why-slider .items .why-item .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1rem;
  }

  .why-section .why-slider .items .why-item .icon span {
    font-size: 40px;
    font-weight: bolder;
  }

  .why-section .why-slider .items .why-item .icon img {
    width: 40px;
  }

  /* testimonials section */
  .testimonials {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .testimonials .testi-title span {
    content: '';
    display: block;
    border-bottom: 4px solid #FF6C3A;
    width: 4rem;
  }

  .testimonials .container .row .slick-track {
    padding-top: 2rem;
  }

  .testimonials .container .row .slick-list {
    padding-bottom: 2rem;
  }

  .testimonials .container .row .testi-slider .slick-slide {
    margin-top: 1rem;
    transform: scale(0.8);
    opacity: 0.4;
    transition: all ease 0.5s;
  }

  .testimonials .container .row .testi-slider .slick-slide.slick-center {
    transform: scale(1);
    opacity: 1;
    transition: all ease 0.5s;
    box-shadow: 0px 15px 40px 0px rgba(104, 104, 104, 0.041);
    border-radius: 20px 20px 20px 20px;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
  }

  .testimonials .container .row .testi-slider .items {
    margin-right: 30px;
  }

  .testimonials .container .row .testi-slider .items .card {
    background: #fff;
    border-radius: 20px;
    border: unset;
    box-shadow: 0px 21px 69px rgba(107, 107, 107, 0.199);
  }

  .testimonials .card .user-img {
    position: relative;
  }

  .testimonials .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    top: -50px;
  }

  .testimonials .avatar img {
    width: 70px;
    height: 70px;
  }

  .testimonials .card .text .name {
    font-weight: bold;
    color: #FF6C3A;
  }

  .testimonials .card .text .position {
    font-weight: thin;
    font-size: 13px;
    color: rgb(95, 95, 95);
  }

  /* guarantee section */

  .guarantee-section .guarantee-box {
    display: unset !important;
    padding: 2rem;
  }

  .guarantee-section .guarantee-box .guarantee-img img {
    width: 150px;
    margin-bottom: 2rem;
  }

  .guarantee-section .guarantee-box .guarantee-text {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .guarantee-section .guarantee-box .guarantee-text h5,
  .guarantee-box-3 .guarantee-text h5 {
    font-weight: bold;
  }
}

/* Small Device */
/* (smartphone) */
@media screen and (max-width: 767px) {
  body {
    margin: unset;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-line {
    margin-top: 0.5rem;
    display: block;
    border-bottom: 4px solid #FF6C3A;
    width: 4rem;
  }

  /* Top Section */

  .top-section-wrapper {
    /* height: 600px; */
    /* padding-top: 70px; */
    padding: 20px;
    margin-top: 70px;
    color: white;
    background-image: linear-gradient(to bottom, #101949 0%, #0b1376 100%);
  }

  .left-section-hosting {
    justify-content: center;
  }

  .left-top {
    padding: 15px;
  }

  .left-bottom {
    padding: 5px;
  }

  .hosting-title {
    font-size: 50px;
    font-weight: 700;
    max-width: 100%;
    margin: 0%;
  }

  .benefit-list {
    font-size: 17px;
    font-family: 'segoe-ui';
    font-style: italic;
  }

  .benefit-list li {
    margin: 10px;
  }

  ul.benefit-list {
    list-style: none;
    padding: 0%;
  }

  .benefit-list img {
    margin-right: 11px;
  }

  .left-bottom {
    /* align-items: flex  -start; */
    justify-content: flex-start;
  }

  .whatsapp-section {
    margin: 0%;
    padding: 0%;
    display: flex;
    align-items: center;
    border: none;
    text-decoration: none;
    background: none;
    width: auto;
  }

  .whatsapp-button {
    display: inline-block;
  }

  .whatsapp-section:hover {
    text-decoration: none;
    color: inherit;
  }

  .box-wa-1 {
    background: #25d366;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 3px solid white;
    display: inline-flex;
    justify-content: center;
    z-index: 2;
  }

  .box-wa-1 img {
    width: 30px;
  }

  .box-wa-2 {
    background: #25d366;
    width: 150px;
    height: 40px;
    border-radius: 25px;
    border: 3px solid white;
    transform: translateX(-25px);
    display: flex;
    justify-content: center;
  }

  .box-wa-2 p {
    font-size: 20px;
    color: white;
    font-weight: bold;
    font-style: italic;
    font-family: 'segoe-ui';
    text-decoration: none;
  }

  .top-wave {
    position: relative;
    top: -2px;
  }

  /* Kanan */

  .right-section-hosting {
    transform: translateX(-30px);
  }

  .right-part {
    display: grid;
    justify-items: center !important;
    align-items: center !important;
    z-index: 1;
    position: sticky;
  }

  .picture-1 {
    width: 300px;
  }

  .picture-2 {
    width: 110px;
    display: block;
    position: absolute;
    transform: translateX(168px);
    top: 25px;
  }

  .picture-3 {
    width: 260px;
    display: block;
    position: absolute;
    z-index: -5;
    transform: translateX(-30px);
    top: 30px;
  }

  ul.right-benefit-list {
    list-style: none;
    padding: 0%;
    margin: 0%;
    height: auto;
  }

  .benefit-box {
    width: 150px;
    height: 80px;
    background: white;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 2px 2px white;
    display: flex;
    position: absolute;
    transform: translateX(-80px);
    top: 15px;
    justify-content: center;
    align-items: center;
  }


  .right-benefit-list {
    font-family: 'segoe-ui';
    font-style: italic;
    font-weight: bold;
    font-size: 8px;
    color: black;
    /* display: block;
  position: absolute;
  top: 14%; */
  }

  .right-benefit-list img {
    margin-right: 5px;
    width: 13px;
  }

  .right-benefit-list li {
    margin: 2px;
  }



  /* Domain Search */

  /* a .btn:hover{
        color: #FF6C3A;
    } */
  .section-domain-search {
    padding-top: 1rem;
    padding-bottom: 10px;
  }

  .domain-search {
    width: 95%;
    margin-bottom: 15px;
    background: #dfdfdf;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
  }

  .domain-search-form input {
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    width: 80%;
    height: 45px;
    font-size: 14px;
    border: none;
    background: #dfdfdf;
    border-radius: 50px 0px 0px 50px;
    display: inline-block;
    padding: 0 31px;
  }

  .domain-search-form input:focus {
    outline: unset;
  }

  .domain-search-form .btn-sm {
    padding-right: 5%;
    padding-left: 5%;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(45deg, #e41733, #FF6C3A);
    height: 45px;
    width: 19%;
    border-radius: 50px 50px 50px 50px;
    margin: 0% !important;
    position: absolute;

  }

  .section-domain-search .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-domain-search .card {
    z-index: 10;
    transform: scale(1);
    margin-top: 1rem;
    height: 20rem;
    border: unset;
    border-radius: 5%;
    box-shadow: 0px 31px 70px rgba(0, 0, 0, 0.158);
  }

  .section-domain-search .card-title {
    font-weight: bolder;
  }

  .section-domain-search .card-text {
    font-size: 13px;
  }

  .section-domain-search .card .card-body .icon {
    line-height: 1.3;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #6927ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1.5rem;
  }

  .section-domain-search .card .card-body .icon span {
    font-size: 33px;
    color: #ebebeb;
  }

  /* Order Process */
  .order-process-section {
    visibility: unset;
    background: radial-gradient(farthest-side at 50% 200%, #d2d2d2, #ffffff)
  }

  .order-process-section .order-slider {
    margin-top: unset;
  }

  .order-process-section .order-slider .slick-list.draggable {
    padding: unset;
    margin-top: unset;
    padding: 3rem;
  }

  .order-process-section .container .row .order-slider .items {
    margin-left: unset;
    margin-right: 1rem;
    width: unset !important;
  }

  .order-process-section .container .row .order-slider .slick-slide {
    margin-top: 1rem;
  }

  .order-process-section .order-slider .items .card {
    border: unset;
    background: #ffffff;
    padding: 3px;
    /* width: 350px !important;
        height: 400px; */

  }

  .order-process-section .order-slider .items .card .icon {
    line-height: 1.3;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-top: 1.5rem;
    margin-bottom: 0.2rem;
  }

  .order-process-section .order-slider .items .card-title {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .order-process-section .order-slider .items .card-text {
    font-size: 14px;
  }

  /* Service Us section*/
  .service-section .nav-pills .nav-link.btn {
    margin: 0.2rem;
    border: 1px solid #3a3a3a;
    border-radius: 50px 50px 50px 50px;
  }

  .service-section .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    border: unset;
    color: #fff;
    background: linear-gradient(45deg, #e41733, #FF6C3A);
    border-radius: 50px 50px 50px 50px;

  }

  .service-section .container .tab-content .tab-pane .service-img img {
    width: 100%;
  }

  .service-section .container .tab-content .tab-pane .icon {
    line-height: 1.3;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 0.5rem;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .service-section .container .tab-content .tab-pane p {
    font-size: 12px;
    color: #FF6C3A;
  }

  .service-section .container .tab-content .tab-pane .icon span {
    font-size: 25px;
    color: #FF6C3A;
  }

  .service-section .container .tab-content ul {
    padding-inline-start: unset;
  }

  .vps-tab {
    width: 90%;
  }

  .vps-tab .col-md-3 {
    padding-left: unset;
    padding-right: unset;
  }

  .vps-tab .card {
    transform: scale(0.9);
    border: unset;
    border-radius: 10px;
    box-shadow: 0px 31px 70px rgba(0, 0, 0, 0.05);
    transition: 0.5s;
  }

  .vps-tab .card:hover {
    z-index: 10;
    transform: scale(1);
    border: unset;
    border-radius: 10px;
    box-shadow: 0px 31px 70px rgba(0, 0, 0, 0.158);
  }

  .mail-tab h5 {
    font-size: 0.9rem;
  }

  .align-to-right {
    align-content: right;
    align-items: right;
  }

  /* Hosting Package Section */
  .package-section {
    background: #ebebeb;
  }

  .package-item {
    background: #FFFFFF;
    border: solid 3px #FF6C3A;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 21px 29px rgba(0, 0, 0, 0.41);
    margin: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .package-item.package-b {
    background: #FFFFFF;
    border: solid 3px rgb(58, 71, 255);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 21px 29px rgba(0, 0, 0, 0.41);
    margin-top: 1rem;
  }

  .package-item.package-c {
    background: #FFFFFF;
    border: solid 3px rgb(17, 182, 67);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 21px 29px rgba(0, 0, 0, 0.41);
    margin-top: 1rem;
  }

  .package-item.package-d {
    background: #FFFFFF;
    border: solid 3px rgb(247, 61, 61);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 21px 29px rgba(0, 0, 0, 0.41);
    margin-top: 1rem;
  }

  .package-item .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1.5rem;
  }

  .package-item .icon span {
    font-size: 40px;
    color: #FF6C3A;
  }

  .package-item.package-b .icon span {
    font-size: 40px;
    color: rgb(58, 71, 255);
  }

  .package-item.package-c .icon span {
    font-size: 40px;
    color: rgb(17, 182, 67);
  }

  .package-item.package-d .icon span {
    font-size: 40px;
    color: rgb(247, 61, 61);
  }

  .package-item .package-content {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .package-item .package-price span {
    font-size: 21px;
    font-weight: 900;
    color: #FF6C3A;
  }

  .package-item.package-b .package-price span {
    font-size: 21px;
    font-weight: 900;
    color: rgb(58, 71, 255);
  }

  .package-item.package-c .package-price span {
    font-size: 21px;
    font-weight: 900;
    color: rgb(17, 182, 67);
  }

  .package-item.package-d .package-price span {
    font-size: 21px;
    font-weight: 900;
    color: rgb(247, 61, 61);
  }

  .package-content .package-list ul {
    padding-left: unset;
    font-size: 19px;
  }

  .package-content .package-list i {
    visibility: hidden;
    /* margin-right: 3px;
        margin-left: 3px; */
    color: green;
  }

  .package-content .package-list span {
    font-weight: bolder;
  }

  /* why choose section */
  .why-section {
    background: radial-gradient(farthest-side at 1% 100%, #0e2250, #040e23);
  }

  .why-section .text-white {
    padding-top: unset !important;
    padding: 1rem 2rem;
    font-size: 14px;
    text-align: center;
  }

  .why-section .why-slider {
    text-align: center;
    font-size: 14px;
    /* center slide */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .why-section .why-slider .items {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .why-section .why-slider .items .why-item .icon {
    line-height: 1.3;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1rem;
  }

  .why-section .why-slider .items .why-item .icon span {
    font-size: 40px;
    font-weight: bolder;
  }

  .why-section .why-slider .items .why-item .icon img {
    width: 40px;
  }

  /* testimonials section */
  .testimonials {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .testimonials .testi-title span {
    content: '';
    display: block;
    border-bottom: 4px solid #FF6C3A;
    width: 4rem;
  }

  .testimonials .container .row .slick-track {
    padding-top: 2rem;
  }

  .testimonials .container .row .slick-list {
    padding-bottom: 2rem;
  }

  .testimonials .container .row .testi-slider .slick-slide {
    margin-top: 1rem;
    transform: scale(0.8);
    opacity: 0.4;
    transition: all ease 0.5s;
  }

  .testimonials .container .row .testi-slider .slick-slide.slick-center {
    transform: scale(1);
    opacity: 1;
    transition: all ease 0.5s;
    box-shadow: 0px 15px 40px 0px rgba(104, 104, 104, 0.041);
    border-radius: 20px 20px 20px 20px;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
  }

  .testimonials .container .row .testi-slider .items {
    margin-right: 30px;
  }

  .testimonials .container .row .testi-slider .items .card {
    background: #fff;
    border-radius: 20px;
    border: unset;
    box-shadow: 0px 21px 69px rgba(107, 107, 107, 0.199);
  }

  .testimonials .card .user-img {
    position: relative;
  }

  .testimonials .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    top: -50px;
  }

  .testimonials .avatar img {
    width: 70px;
    height: 70px;
  }

  .testimonials .card .text .name {
    font-weight: bold;
    color: #FF6C3A;
  }

  .testimonials .card .text .position {
    font-weight: thin;
    font-size: 13px;
    color: rgb(95, 95, 95);
  }

  /* guarantee section */
  .guarantee-section .col-md-6 {
    padding-right: 2rem;
    padding-left: 4rem;
  }

  .guarantee-section .guarantee-box {
    padding-right: 2rem;
    padding-left: 4rem;
    display: unset !important;
  }

  .guarantee-section .guarantee-box .guarantee-img img {
    width: 150px;
  }

  .guarantee-section .guarantee-box .guarantee-text {
    margin-top: 1rem;
    padding-right: 1rem;
  }

  .guarantee-section .guarantee-box .guarantee-text h5,
  .guarantee-box-3 .guarantee-text h5 {
    font-weight: bold;
  }
}

/* Extra Small Device */
/* (small smartphone )*/
@media screen and (max-width: 360px) {

/* Top Section */

  .top-section-wrapper {
    /* height: 600px; */
    /* padding-top: 70px; */
    padding: 20px;
    margin-top: 70px;
    color: white;
    background-image: linear-gradient(to bottom, #101949 0%, #0b1376 100%);
  }

  .left-section-hosting {
    justify-content: center;
  }

  .left-top {
    padding: 15px;
  }

  .left-bottom {
    padding: 5px;
  }

  .hosting-title {
    font-size: 30px;
    font-weight: 700;
    max-width: 100%;
    margin: 0%;
  }

  .benefit-list {
    font-size: 12px;
    font-family: 'segoe-ui';
    font-style: italic;
  }

  .benefit-list li {
    margin: 10px;
  }

  ul.benefit-list {
    list-style: none;
    padding: 0%;
  }

  .benefit-list img {
    margin-right: 11px;
    width: 15px;
  }

  .left-bottom {
    /* align-items: flex  -start; */
    justify-content: flex-start;
  }

  .whatsapp-section {
    margin: 0%;
    padding: 0%;
    display: flex;
    align-items: center;
    border: none;
    text-decoration: none;
    background: none;
    width: auto;
  }

  .whatsapp-button {
    display: inline-block;
  }

  .whatsapp-section:hover {
    text-decoration: none;
    color: inherit;
  }

  .box-wa-1 {
    background: #25d366;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid white;
    display: inline-flex;
    justify-content: center;
    z-index: 2;
  }

  .box-wa-1 img {
    width: 20px;
  }

  .box-wa-2 {
    background: #25d366;
    width: 120px;
    height: 35px;
    border-radius: 25px;
    border: 3px solid white;
    transform: translateX(-25px);
    display: flex;
    justify-content: center;
  }

  .box-wa-2 p {
    font-size: 15px;
    color: white;
    font-weight: bold;
    font-style: italic;
    font-family: 'segoe-ui';
    text-decoration: none;
    margin: 0%;
  }

  .top-wave {
    position: relative;
    top: -3px;
  }

  /* Kanan */

  .right-section-hosting {
    transform: translateX(-10px);
  }

  .right-part {
    display: grid;
    justify-items: center !important;
    align-items: center !important;
    z-index: 1;
    position: sticky;
  }

  .picture-1 {
    width: 180px;
  }

  .picture-2 {
    width: 60px;
    display: block;
    position: absolute;
    transform: translateX(98px);
    top: 18px;
  }

  .picture-3 {
    width: 160px;
    display: block;
    position: absolute;
    z-index: -5;
    transform: translateX(-20px);
    top: 18px;
  }

  ul.right-benefit-list {
    list-style: none;
    padding: 0%;
    margin: 0%;
    height: auto;
  }

  .benefit-box {
    width: 100px;
    height: 50px;
    background: white;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 0 2px 2px white;
    display: flex;
    position: absolute;
    transform: translateX(-52px);
    top: 8px;
    justify-content: center;
    align-items: center;
  }


  .right-benefit-list {
    font-family: 'segoe-ui';
    font-style: italic;
    font-weight: bold;
    font-size: 5px;
    color: black;
    /* display: block;
  position: absolute;
  top: 14%; */
  }

  .right-benefit-list img {
    margin-right: 4px;
    width: 8px;
  }

  .right-benefit-list li {
    margin: 2px;
  }


  /* Domain Search */

  /* a .btn:hover{
        color: #FF6C3A;
    } */
  .section-domain-search {
    padding-top: 1rem;
    padding-bottom: 10px;
  }

  .domain-search {
    width: 95%;
    margin-bottom: 15px;
    background: #dfdfdf;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 15px 30px 0px rgba(172, 172, 172, 0.205);
  }

  .domain-search-form input {
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    width: 80%;
    height: 45px;
    font-size: 14px;
    border: none;
    background: #dfdfdf;
    border-radius: 50px 0px 0px 50px;
    display: inline-block;
    padding: 0 31px;
  }

  .domain-search-form .btn-sm {
    padding-right: 5%;
    padding-left: 5%;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(45deg, #e41733, #FF6C3A);
    height: 45px;
    width: 19%;
    border-radius: 50px 50px 50px 50px;
    margin: 0% !important;
    position: absolute;

  }

  .section-domain-search .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-domain-search .card {
    z-index: 10;
    transform: scale(1);
    margin-top: 1rem;
    height: 20rem;
    border: unset;
    border-radius: 5%;
    box-shadow: 0px 31px 70px rgba(0, 0, 0, 0.158);
  }

  .section-domain-search .card-title {
    font-weight: bolder;
  }

  .section-domain-search .card-text {
    font-size: 12px;
  }

  .section-domain-search .card .card-body .icon {
    line-height: 1.3;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #6927ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 1.5rem;
  }

  .section-domain-search .card .card-body .icon span {
    font-size: 33px;
    color: #ebebeb;
  }

  /* why section */
  .why-section .text-white {
    padding-top: unset !important;
    padding: 1rem 2rem;
    font-size: 14px;
    text-align: center;
  }
}