.home-page {
    background-color: var(--white);
    color: var(--black);
}

@media (max-width: 800px) {
    .home-page .my-btn {
        font-size: 14px;
        font-weight: 600;
    }
}


.home-page .page-content .banner-section {
    background-image: url("../../assets/images/home/home-bg-1.webp");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    position: relative;
}

@media (min-width: 2322px) {
    .home-page .page-content .banner-section {
        padding-bottom: 80px;
    }
}

@media (max-width: 800px) {
    .home-page .page-content .banner-section {
        background-image: url("../../assets/images/home/home-bg-1-m.webp");
    }
}

.home-page .page-content .banner-section .banner-search-container {
    text-align: center;
    padding-top: 130px;
}

@media (max-width: 800px) {
    .home-page .page-content .banner-section .banner-search-container {
        padding: 100px 24px 0px;
    }
}

.home-page .page-content .banner-section .banner-search-container h1 {
    color: var(--black);
    font-size: 40.15px;
    font-weight: 700;
    line-height: 54.17px;
}

@media (max-width: 600px) {
    .home-page .page-content .banner-section .banner-search-container h1 {
        font-size: 30px;
        line-height: 38px;
        white-space: pre-line;
    }

    .home-page .page-content .banner-section .banner-search-container h1 br {
        display: none;
    }
}

.home-page .page-content .banner-section .banner-search-container h1 span {
    background: linear-gradient(90deg, #019FEE 0%, #01D1FF 100%);
    text-transform: lowercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.home-page .page-content .banner-section .banner-search-container .ai-link-w  {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.home-page .page-content .banner-section .banner-search-container .ai-link-w .link  {
    color: var(--primary);
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 630px;
    margin: 20px auto 0;
}

@media (max-width: 800px) {
    .home-page .page-content .banner-section .banner-search-container .search-input-w {
        flex-direction: column;
    }
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .input-with-msg-wrapper {
    flex: 1;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .input-with-msg-wrapper .note-msg {
    color: var(--black-opacity-5);
    margin: 4px 0 0 6px;
    text-align-last: start;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .input-select-wrapper {
    display: flex;
    align-items: flex-start;
    flex: 1;
    width: 100%;
    position: relative;
    border-color: rgb(240, 240, 240);
    background-color: rgb(240, 240, 240);
    border-radius: 6px;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .input-select-wrapper .search-domain-input-wrapper {
    width: 100%;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .input-select-wrapper .select-wrapper {
    /* position: absolute;
    right: 0; */
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .input-with-msg-wrapper .error {
    margin: 0;
    margin-top: 4px;
    color: var(--red-darken-4);
    text-align-last: start;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w input {
    background: transparent;
    border-color: transparent;
    font-size: 16px;
    padding: 0 14px;
    height: 50px;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w input:focus {
    box-shadow: none;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .select-wrapper {
    position: relative;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .select-wrapper .fa-angle-down {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .select-wrapper select:required:invalid {
    color: gray;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .select-wrapper select option {
    color: black;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .select-wrapper select {
    background-color: transparent;
    border-color: transparent;
    border-radius: 6px;
    font-size: 16px;
    padding: 0 14px;
    padding-right: 24px;
    height: 50px;
    -webkit-appearance: none;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .select-wrapper .select2 .selection .select2-selection {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 6px 6px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0 14px;
    padding-right: 24px;
    height: 50px;
    -webkit-appearance: none;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .select-wrapper .select2 .selection .select2-selection .select2-selection__rendered {
    padding: 0;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .select-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: none;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .select-wrapper select:focus-visible {
    outline: none;
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .select-wrapper select:focus-visible {
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.home-page .page-content .banner-section .banner-search-container .search-input-w .btn-search {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    width: 132px;
}

@media (max-width: 800px) {
    .home-page .page-content .banner-section .banner-search-container .search-input-w .btn-search {
        width: 100%;
    }
}

.home-page .page-content .banner-section .banner-search-container .transfer-domain-link {
    display: flex;
    justify-content: center;
}

.home-page .page-content .banner-section .banner-search-container .transfer-domain-btn {
    margin: 24px auto 0;
    gap: 6px;
}

.home-page .page-content .banner-section .infographic-container {
    max-width: 980px;
    margin: 60px auto 0;
    position: relative;
}

.home-page .page-content .banner-section .infographic-container .img-infographic {
    display: block;
}

.home-page .page-content .banner-section .infographic-container .img-infographic-mobile {
    display: none;
    padding: 0 40px;
}

@media (max-width: 800px) {
    .home-page .page-content .banner-section .infographic-container {
        margin-top: 30px;
    }

    /* .home-page .page-content .banner-section .infographic-container .img-infographic {
        display: none;
    }

    .home-page .page-content .banner-section .infographic-container .img-infographic-mobile {
        display: block;
    } */
}

.home-page .page-content .banner-section .infographic-container .bg-infographic {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* object-fit: cover; */
}

.home-page .page-content .banner-section .infographic-container .btn-container .btn-get-domain {
    margin: 20px auto 0;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    width: 350px;
}

.home-page .page-content .start-building-section {
    max-width: 1128px;
    margin: 40px auto 80px;
}

@media (min-width: 2322px) {
    .home-page .page-content .start-building-section {
        margin-top: 0;
    }
}

@media (max-width: 800px) {
    .home-page .page-content .start-building-section {
        margin-top: 0px;
    }
}

.home-page .page-content .start-building-section .start-building-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 28px;
}

@media (max-width: 800px) {
    .home-page .page-content .start-building-section .start-building-wrapper {
        flex-direction: column-reverse;
        gap: 30px;
    }
}

.home-page .page-content .start-building-section .start-building-wrapper .topic-content-w {
    flex: 1;
}

@media (max-width: 800px) {
    .home-page .page-content .start-building-section .start-building-wrapper .topic-content-w {
        text-align: center;
    }
}

.home-page .page-content .start-building-section .start-building-wrapper .topic-content-w h2 {
    color: rgb(48, 48, 48);
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
}

@media (max-width: 800px) {
    .home-page .page-content .start-building-section .start-building-wrapper .topic-content-w h2 {
        font-size: 32px;
    }
}

.home-page .page-content .start-building-section .start-building-wrapper .topic-content-w p {
    color: rgb(48, 48, 48);
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 10px;
}

.home-page .page-content .start-building-section .start-building-wrapper .topic-content-w .btn-learn-more {
    height: 50px;
    width: 300px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 18px;
}

@media (max-width: 800px) {
    .home-page .page-content .start-building-section .start-building-wrapper .topic-content-w .btn-learn-more {
        margin: 18px auto 0;
    }
}

.home-page .page-content .start-building-section .start-building-wrapper .topic-content-graphic {
    height: 329px;
    width: 464px;
}

@media (max-width: 800px) {
    .home-page .page-content .start-building-section .start-building-wrapper .topic-content-graphic {
        width: 100%;
        height: 100%;
    }
}

.home-page .page-content .start-building-section .start-building-wrapper .topic-content-graphic img {
    /* -o-object-fit: fill;
    object-fit: fill; */
    object-fit: contain;
}

.home-page .page-content .hosting-section-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.home-page .page-content .why-choose-section {
    max-width: 1128px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}

@media (max-width: 800px) {
    .home-page .page-content .why-choose-section {
        margin-top: 40px;
    }
}

.home-page .page-content .why-choose-section .why-choose-wrapper {
    margin: 0 28px;
}

.home-page .page-content .why-choose-section .why-choose-wrapper .section-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 41.81px;
    text-align: center;
}

@media (max-width: 600px) {
    .home-page .page-content .why-choose-section .why-choose-wrapper .section-title {
        font-size: 32px;
    }
}

.home-page .page-content .why-choose-section .why-choose-wrapper .cards-box-wrapper {
    margin-top: 30px;
}

@media (max-width: 800px) {
    .home-page .page-content .why-choose-section .why-choose-wrapper .cards-box-wrapper {
        margin-top: 18px;
    }
}

.home-page .page-content .why-choose-section .why-choose-wrapper .cards-box-wrapper .swiper-pagination {
    visibility: hidden;
    position: relative;
    bottom: -2px;
}

@media (max-width: 1128px) {
    .home-page .page-content .why-choose-section .why-choose-wrapper .cards-box-wrapper .swiper-pagination {
        visibility: visible;
    }
}

.home-page .page-content .why-choose-section .why-choose-wrapper .cards-box-wrapper .card-box .img-holder {
    border: 2px solid rgb(210, 209, 209);
    border-radius: 6px;
    box-shadow: -2.93px 0.98px 7.81px 2.93px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 254px;
    transition: 200ms;
}

.home-page .page-content .why-choose-section .why-choose-wrapper .cards-box-wrapper .card-box .img-holder:hover {
    border-color: var(--primary);
    box-shadow: -2.93px 0.98px 7.81px 2.93px var(--secondary-opacity-2);
}

.home-page .page-content .why-choose-section .why-choose-wrapper .cards-box-wrapper .card-box .img-holder img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-page .page-content .why-choose-section .why-choose-wrapper .cards-box-wrapper .card-box .card-title {
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 27.63px;
    letter-spacing: -0.01em;
    text-align: center;
    margin-top: 12px;
}

.home-page .page-content .whats-new-section {
    max-width: 1128px;
    margin: 68px auto 0;
    position: relative;
}

@media (max-width: 800px) {
    .home-page .page-content .whats-new-section {
        margin-top: 30px;
    }
}

.home-page .page-content .whats-new-section .whats-new-wrapper .section-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 41.81px;
    margin-left: 28px;
}

@media (max-width: 600px) {
    .home-page .page-content .whats-new-section .whats-new-wrapper .section-title {
        font-size: 32px;
        line-height: unset;
    }
}

.home-page .page-content .bg-wrapper {
    background-image: url("../../assets/images/home/home-bg-2.webp");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
}


.home-page .page-content .get-started-section {
    padding: 68px 28px;
}

.home-page .page-content .get-started-section .get-started-wrapper {
    border: 2px solid var(--primary);
    border-radius: 6px;
    padding: 30px 60px 26px;
    max-width: 1068px;
    margin: 0 auto;
}

@media (max-width: 800px) {
    .home-page .page-content .get-started-section .get-started-wrapper {
        padding: 30px 20px 26px;
    }
}

.home-page .page-content .get-started-section .get-started-wrapper .section-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 41.81px;
    text-align: center;
    margin-bottom: 14px;
}

.home-page .page-content .get-started-section .get-started-wrapper .description {
    color: rgb(109, 109, 109);
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (max-width: 800px) {
    .home-page .page-content .get-started-section .get-started-wrapper .description {
        max-width: unset;
    }
}

.home-page .page-content .get-started-section .get-started-wrapper .btn-container .btn-contact-us {
    margin: 0 auto;
    width: 348px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 800px) {
    .home-page .page-content .get-started-section .get-started-wrapper .btn-container .btn-contact-us {
        width: 100%;
        min-width: unset;
    }
}

.home-page .page-content .info-section .info-wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 28px;
}

.home-page .page-content .info-section .info-wrapper .see-more-hosting {
    text-align: center;
    font-size: 15px;
}

.home-page .page-content .info-section .info-wrapper .see-more-hosting {
    margin-top: 10px;
}

.home-page .page-content .info-section .info-wrapper .see-more-hosting a {
    color: var(--primary);
}

.home-page .page-content .info-section .info-wrapper .see-more-hosting a:hover {
    text-decoration: underline;
}

.home-page .page-content .web-hosting-section {
    padding: 0 19px;
}

.home-page .page-content .guarded-section {
  max-width: 1128px;
  margin: 0 auto;
}
.home-page .page-content .guarded-section .img-grid-w {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 50px;
  padding: 0 20px;
  margin-bottom: 40px;
}
.home-page .page-content .guarded-section .img-grid-w .left-w {
    /* order: 1; */
  }
.home-page .page-content .guarded-section .img-grid-w .info-w {
    /* order: 0; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width: 800px) {
  .home-page .page-content .guarded-section .img-grid-w {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .page-content .guarded-section .img-grid-w .info-w {
     align-items: flex-start;
    }
}
.home-page .page-content .guarded-section .sec-title {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 800px) {
  .home-page .page-content .guarded-section .sec-title {
    text-align: left;
  }
}
.home-page .page-content .guarded-section .sec-desc {
    font-size: 17px;
}

.home-page .page-content .guarded-section .feature-li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.home-page .page-content .guarded-section .feature-li .checkmark {
 color: var(--primary);
}

.home-page .page-content .guarded-section .starting-from {
   font-size: 12px;
   margin-top: 20px;
}

.home-page .page-content .guarded-section .price {
   font-size: 22px;
   margin-bottom: 20px;
   font-weight: 700;
}

.home-page .page-content .guarded-section .price .period {
   font-weight: normal;
}

.home-page .page-content .guarded-section .price .currency {
   font-size: 17px;
}

.home-page .page-content .guarded-section .buy-now-btn {
   min-width: 150px;
}


.home-page .page-content .service-section .service-content {
  max-width: 1128px;
  margin: 0 auto;
  padding: 28px;
  margin-top: 60px;
}
@media (max-width: 800px) {
    .home-page .page-content .service-section .service-content {
        margin-top: 40px;
    }
}
.home-page .page-content .service-section .service-content .sec-title {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.home-page .page-content .service-section .service-content .sec-desc {
  font-size: 17px;
  text-align: center;
}
.home-page .page-content .service-section .service-content .service-selection-c {
  margin-top: 40px;
  display: flex;
}
.home-page .page-content .service-section .service-content .service-selection-c .swiper .swiper-wrapper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.home-page .page-content .service-section .service-content .service-selection-c .swiper .swiper-wrapper .swiper-slide:first-child .selection-item {
  /* border-radius: 6px 0 0 6px; */
  border-start-start-radius: 6px 6px;
  border-end-start-radius: 6px 6px;
}
.home-page .page-content .service-section .service-content .service-selection-c .swiper .swiper-wrapper .swiper-slide:last-child .selection-item {
  /* border-radius: 0 6px 6px 0; */
  border-start-end-radius: 6px 6px;
  border-end-end-radius: 6px 6px;
}
.home-page .page-content .service-section .service-content .service-selection-c .selection-item {
  cursor: pointer;
  background-color: rgb(249, 249, 249);
  padding: 10px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 200ms ease;
}
.home-page .page-content .service-section .service-content .service-selection-c .selection-item:hover {
  background-color: var(--primary-opacity-2);
}
.home-page .page-content .service-section .service-content .service-selection-c .selection-item.active {
  background-color: var(--primary-opacity-9);
  color: var(--white);
}
.home-page .page-content .service-section .service-content .service-content-container {
  margin-top: 30px;
}
.home-page .page-content .service-section .service-content .service-content-container .service-content-item {
  display: none;
}
.home-page .page-content .service-section .service-content .service-content-container .service-content-item.active {
  display: block;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .graphic-wrapper {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .home-page .page-content .service-section .service-content .service-content-container .service-domain-content .graphic-wrapper {
    flex-direction: column;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .graphic-wrapper .infographic-two {
  width: calc(60% - 10px);
}
@media (max-width: 1000px) {
  .home-page .page-content .service-section .service-content .service-content-container .service-domain-content .graphic-wrapper .infographic-two {
    width: 100%;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .graphic-wrapper .infographic-three {
  width: calc(40% - 10px);
}
@media (max-width: 1000px) {
  .home-page .page-content .service-section .service-content .service-content-container .service-domain-content .graphic-wrapper .infographic-three {
    width: 100%;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-one {
  display: flex;
  align-items: center;
  background: radial-gradient(141.37% 591.32% at -29.49% -29.86%, #FFFFFF 0%, #0193FC 100%);
  border-radius: 10px;
  overflow: hidden;
  color: var(--white);
  width: 100%;
  height: 500px;
}
@media (max-width: 980px) {
  .home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-one {
    height: auto;
    flex-direction: column-reverse;
    padding: 30px;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-one .img-container {
  /* display: flex; */
  padding: 30px 0;
  height: 100%;
}
@media (max-width: 980px) {
  .home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-one .img-container {
    justify-content: center;
    height: unset;
    width: 100%;
    padding-bottom: 0;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-one .img-container .mobile {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 980px) {
  .home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-one .img-container .mobile {
    display: block;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-one .img-container .desktop {
  display: block;
  height: 100%;
  width: auto;
}
@media (max-width: 980px) {
  .home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-one .img-container .desktop {
    display: none;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-one .info-w {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  text-align: center;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-one .info-w .info-title {
  font-weight: 700;
  font-size: 50.13px;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-one .info-w .info-desc {
  font-size: 17px;
  font-weight: 500;
  max-width: 380px;
  line-height: 28px;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-one .info-w .my-btn {
  margin-top: 20px;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-two {
  background-image: url("../../assets/images/home/gatehills-transfer-domains-bg.webp");
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  color: var(--white);
  padding: 50px 20px;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-two .info-w {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  text-align: center;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-two .info-w .info-title {
  font-weight: 700;
  font-size: 40.52px;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-two .info-w .info-desc {
  font-size: 17px;
  font-weight: 500;
  max-width: 420px;
  line-height: 28px;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-two .info-w .my-btn {
  margin-top: 20px;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-three {
  background: rgb(240, 240, 240);
  border-radius: 10px;
  color: var(--primary);
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-three .info-w {
  position: relative;
  z-index: 1;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-three .info-w .info-title {
  font-weight: 700;
  font-size: 30.52px;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-three .info-w .info-desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 20px;
  max-width: 240px;
}
@media (max-width: 1000px) {
  .home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-three .info-w .info-desc {
    max-width: 500px;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-three .info-w .my-btn {
  margin-top: 20px;
}
.home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-three img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60%;
  width: auto;
}
@media (max-width: 1000px) {
  .home-page .page-content .service-section .service-content .service-content-container .service-domain-content .infographic-three img {
    height: 100%;
    opacity: 0.6;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .service-hosting-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 526px));
  justify-content: center;
  gap: 20px;
}
@media (max-width: 800px) {
  .home-page .page-content .service-section .service-content .service-content-container .service-hosting-content {
    grid-template-columns: repeat(1, minmax(auto, 500px));
  }
}
.home-page .page-content .service-section .service-content .service-content-container .service-hosting-content .hosting-info-box {
  background: radial-gradient(141.37% 591.32% at -29.49% -29.86%, #FFFFFF 0%, #0193FC 100%);
  border-radius: 10px;
  color: var(--white);
  overflow: hidden;
}
.home-page .page-content .service-section .service-content .service-content-container .service-hosting-content .hosting-info-box.bg-two {
  background: radial-gradient(593.52% 147.12% at 131.1% -55.26%, #FFFFFF 0%, #0193FC 100%);
}
.home-page .page-content .service-section .service-content .service-content-container .service-hosting-content .hosting-info-box .img-container {
  display: flex;
  justify-content: center;
  padding: 20px;
  padding-bottom: 0;
}
.home-page .page-content .service-section .service-content .service-content-container .service-hosting-content .hosting-info-box .img-container.ic-one {
  justify-content: end;
  padding-right: 0;
}
.home-page .page-content .service-section .service-content .service-content-container .service-hosting-content .hosting-info-box .img-container.ic-two {
  justify-content: start;
  padding-left: 0;
}
.home-page .page-content .service-section .service-content .service-content-container .service-hosting-content .hosting-info-box .img-container img {
  width: 100%;
  /* max-height: 195px; */
}
.home-page .page-content .service-section .service-content .service-content-container .service-hosting-content .hosting-info-box .info-w {
  padding: 30px;
}
.home-page .page-content .service-section .service-content .service-content-container .service-hosting-content .hosting-info-box .info-w .box-title {
  font-size: 27px;
  font-weight: 700;
}
.home-page .page-content .service-section .service-content .service-content-container .service-hosting-content .hosting-info-box .info-w .box-desc {
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
}
.home-page .page-content .service-section .service-content .service-content-container .service-hosting-content .hosting-info-box .info-w .my-btn {
  margin-top: 30px;
}
.home-page .page-content .service-section .service-content .service-content-container .sws-content {
  /* background: radial-gradient(141.37% 591.32% at -29.49% -29.86%, #FFFFFF 0%, #0193FC 100%); */
  background: radial-gradient(593.52% 147.12% at 131.1% -55.26%, #FFFFFF 0%, #0193FC 100%);
  border-radius: 10px;
  color: var(--white);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 780px) {
  .home-page .page-content .service-section .service-content .service-content-container .sws-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  gap: 27px;
}
@media (min-width: 780px) {
  .home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-left {
    padding: 30px;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-left .ssl-certi {
  background: linear-gradient(206.58deg, #FFFFFF -45.51%, #0193FC 112.99%);
  border: 3px solid rgb(255, 255, 255);
  padding: 80px 40px;
  height: 40%;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 780px) {
  .home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-left .ssl-certi {
    border-top: 0;
    border-left: 0;
    border-radius: 0 0 10px 0;
    margin-left: -30px;
    margin-top: -30px;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-left .ssl-certi .ssl-content {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-left .ssl-certi .ssl-content img {
  width: 23px;
}
.home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-left .ssl-certi .ssl-content .ssl-title {
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}
.home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-left .secu-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  flex: 1;
  width: 100%;
}
@media (min-width: 780px) {
  .home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-left .secu-info {
    width: 88%;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-left .secu-info .secu-title {
  font-size: 27px;
  font-weight: 700;
}
.home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-left .secu-info .secu-desc {
  font-size: 17px;
  letter-spacing: 0.5px;
  text-align: justify;
}
.home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-left .secu-info .buy-now-btn {
  width: 160px;
  margin-top: auto;
  align-self: center;
}
@media (min-width: 780px) {
  .home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-left .secu-info .buy-now-btn {
    align-self: flex-start;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-right {
  padding: 0 0 15px 15px;
}
@media (min-width: 780px) {
  .home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-right {
    padding: 35px 0;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .sws-content .sws-right .shield-img {
  width: 100%;
  height: auto;
}
.home-page .page-content .service-section .service-content .service-content-container .aisb-content {
  background: radial-gradient(133.64% 574.95% at 110.99% 113.72%, #FFFFFF 0%, #0193FC 100%);
  border-radius: 10px;
  color: var(--white);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  position: relative;
}
@media (min-width: 780px) {
  .home-page .page-content .service-section .service-content .service-content-container .aisb-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .aisb-content .gc-content-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 95%;
}
@media (min-width: 780px) {
  .home-page .page-content .service-section .service-content .service-content-container .aisb-content .gc-content-img {
    width: 60%;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .aisb-content .gc-content-img img {
  width: 100%;
}
.home-page .page-content .service-section .service-content .service-content-container .aisb-content .aisb-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  gap: 27px;
  position: relative;
  padding-top: 40%;
}
@media (min-width: 780px) {
  .home-page .page-content .service-section .service-content .service-content-container .aisb-content .aisb-left {
    padding: 30px;
    padding-top: 45%;
    padding-right: 10px;
  }
}
@media (min-width: 900px) {
  .home-page .page-content .service-section .service-content .service-content-container .aisb-content .aisb-left {
    padding-right: 30px;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .aisb-content .aisb-left .secu-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  flex: 1;
  width: 100%;
}
@media (min-width: 780px) {
  .home-page .page-content .service-section .service-content .service-content-container .aisb-content .aisb-left .secu-info {
    width: 88%;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .aisb-content .aisb-left .secu-info .secu-title {
  font-size: 27px;
  font-weight: 700;
  line-height: 34px;
}
.home-page .page-content .service-section .service-content .service-content-container .aisb-content .aisb-left .secu-info .secu-desc {
  font-size: 17px;
  letter-spacing: 0.5px;
  text-align: justify;
}
.home-page .page-content .service-section .service-content .service-content-container .aisb-content .aisb-left .secu-info .try-now-btn {
  width: 160px;
  margin-top: auto;
  align-self: center;
}
@media (min-width: 780px) {
  .home-page .page-content .service-section .service-content .service-content-container .aisb-content .aisb-left .secu-info .try-now-btn {
    align-self: flex-start;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .aisb-content .aisb-right {
  padding-left: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-width: 780px) {
  .home-page .page-content .service-section .service-content .service-content-container .aisb-content .aisb-right {
    padding-top: 20px;
    padding-left: 0;
  }
}
.home-page .page-content .service-section .service-content .service-content-container .aisb-content .aisb-right .demo-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .page-content .faqs-section {
    border-bottom: 1px solid var(--black-opacity-1);
}


.home-page .page-content .banner-section .infographic-container .swiper .swiper-wrapper .swiper-slide .slide-content {
    transition: 1500ms ease;
    opacity: 0;
    transform: translateY(50px);
    position: relative;
}

.home-page .page-content .banner-section .infographic-container .swiper .swiper-wrapper .swiper-slide:last-child .slide-content {
    transform: translateY(0px);
}

.home-page .page-content .banner-section .infographic-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev .slide-content {
    transform: translateY(0px);
}

.home-page .page-content .banner-section .infographic-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide-content {
    opacity: 1;
    transform: translateY(0px);
}

.home-page .page-content .banner-section .infographic-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next .slide-content {
    transform: translateY(50px);
}

.home-page .page-content .banner-section .infographic-container .swiper .swiper-wrapper .swiper-slide .slide-content .my-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}