/*----------------------------------------*/
/* New Home */

.page-template-page-new-home #content button:not(.BackToTop),
.page-template-page-new-home #content button:not(.BackToTop):hover {
  padding: 10px 30px;
  border-radius: 10px;
  font-family: "Altone";
  font-weight: bold;
  font-size: 16px;
  /* width: max-content; */
  background-color: #3f52c7;
  border-color: #3f52c7;
  color: #fff;
}

.new-home:not(.colored) {
  padding: 60px 0px;
}

.new-home .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-home.colored p {
  font-size: 16px;
}

.new-home h2 {
  font-family: "Altone";
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.new-home img {
  width: 552px;
}

.new-home p,
#home-carousel p {
  font-size: 15.5px;
  font-weight: 300;
  font-family: "Altone";
  color: #000;
  font-style: normal;
}

#home-carousel .home-slide__text p,
#home-carousel .home-slide__text span {
  font-size: 15.5px;
  font-family: "Altone";
}

.new-home p {
  padding: 20px 0px 30px;
}

.new-home .icon__CTA {
  margin-top: 30px;
}

.new-home .icon__CTA span,
#sign-up-section .icon__CTA span {
  color: #3f52c7;
  font-size: 16px;
  font-weight: bold;
  /* background: #3f52c7; */
  /* padding: 10px 30px; */
  border-radius: 10px;
}

.new-home .icon__CTA img,
#sign-up-section .icon__CTA img {
  display: inline !important;
  width: 18px !important;
  margin-left: 5px;
  padding-top: 0px !important;
  position: relative;
  bottom: 2px;
}

/* #icon-swipe .flex-box__icon h4 {
  display: flex;
  align-items: center;
}
#icon-swipe .flex-box__icon h4:before {
  counter-increment: section;
  content: counter(section);
  background: #3f52c7;
  display: flex;
  margin-right: 9px;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-top: 3px;
  width: 25px;
  height: 25px;
  font-size: 14px;
  border-radius: 100%;
  position: relative;
  bottom: 3px;
} */

#home-carousel {
  margin-bottom: calc(3 * var(--global--spacing-vertical));
  margin-top: 40px;
}

#home-carousel p {
  width: 340px;
  /* padding: 20px 0px 100px; */
  /* padding: 30px 0px 20px; */
  padding-bottom: 20px;
}

#home-carousel h2 {
  font-weight: 800;
}

#home-carousel .home-slide {
  padding: 0px 20px;
}

#home-carousel .home-slide__flexbox {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}

#home-carousel .home-slide__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home-carousel .home-slide__title h2 {
  font-family: "Altone";
  font-size: 38px;
  line-height: 1.2;
}

#home-carousel .home-slide__title h2.mobile-view {
  display: none;
}

#home-carousel .img-box {
  position: relative;
}

#home-carousel .owl-dots {
  margin-top: 40px;
}

#home-carousel .owl-dots button {
  background-color: transparent !important;
  outline: none;
}

#home-carousel .owl-theme .owl-dots .owl-dot.active span,
#home-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #3f52c7;
}

.home-logo .img-box button.img-owl-dot,
.home-logo .img-box button.img-owl-dot:hover {
  background-color: transparent !important;
  padding: 0 !important;
  border: none;
  outline: none;
  opacity: 0.8;
  margin: auto;
}

.home-logo .img-box img{
  filter:grayscale(1)
}

.home-logo .img-box button.img-owl-dot.active {
  opacity: 1;
}

.home-logo .img-box button.img-owl-dot.active img{
  filter:grayscale(0)
}

.home-carousel button:hover,
.new-home button:hover {
  color: #fff !important;
}

@media (max-width: 768px) {
  #home-carousel {
    text-align: center;
    margin-top: 40px;
  }

  #home-carousel .home-slide__title {
    align-items: center;
  }
  #home-carousel .home-slide__title h2 {
    font-size: 25px;
  }

  #home-carousel .home-slide__title h2.desktop-view {
    display: none;
  }

  #home-carousel .home-slide__title h2.mobile-view {
    display: block;
  }

  #get-ready .text h2,
  #AI .text h2 {
    font-size: 25px;
  }

  .new-home p {
    margin: 20px 0px 30px;
    padding: 0;
  }

  #home-carousel p {
    margin: 30px 0px 10px;
    padding: 0;
  }

  #home-carousel .home-slide__text {
    margin-bottom: 30px;
  }

  #home-carousel .owl-dots {
    margin-top: 10px;
  }

  .new-home {
    text-align: center;
  }

  .new-home h2 {
    font-size: 25px;
  }
}

#get-ready,
.home-logo {
  background-color: rgba(63, 82, 199, 0.06);
}

#get-ready .container,
#AI .container {
  position: relative;
  justify-content: normal;
}

#get-ready .container {
  padding-top: 120px;
}

#AI .container {
  justify-content: flex-end;
}

#get-ready h2,
.new-home.colored h2 {
  /* font-size: 55px; */
  font-size: 65px;
  font-weight: bold;
}

#get-ready img {
  display: block;
  /* width: 539px; */
  /* width: 690px; */
  height: auto;
  padding-top: 100px;
}

#AI,
#get-ready {
  position: relative;
  overflow: hidden;
}

#AI img {
  display: block;
  width: 400px;
  height: auto;
}

#get-ready .text,
#AI .text {
  position: absolute;
}

#get-ready .text h2,
#AI .text h2 {
  color: #3f52c7;
}

#get-ready .text {
  /* left: 25em; */
  left: 32em;
  top: 60px;
}

#AI .text {
  top: 0px;
  left: 0px;
}

.home-logo {
  text-align: center;
  padding: 60px 0px;
}

.home-logo .container {
  text-align: center;
  padding: 0px 20px;
}

.home-logo h2 {
  font-size: 26px;
  font-family: "Altone";
  font-weight: bold;
}

.home-logo .img-box {
  padding-top: 46px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.home-logo .img-owl-dot:nth-child(1) img {
  /* width: 100px; */
  width: 80%;
}
.home-logo .img-owl-dot img {
  width: 85%;
}
#saved {
  position: relative;
}
#saved img {
  width: 100%;
}

#saved .container {
  position: absolute;
  top: 0px;
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.55);
}

#saved .text h2,
#saved .text p {
  text-align: center;
  color: #fff;
}

#saved .text p {
  font-size: 49px;
  font-family: "Altone";
}

#saved .text h2 {
  /* font-size: 76px; */
  font-size: 100px;
}

@media (max-width: 768px) {
  #saved img {
    height: 100vh;
    object-fit: cover;
  }
  .home-logo h2 {
    width: 290px;
    margin: 0 auto;
  }
}

.offer-box {
  background-color: #fff;
  border: solid 3px #3f52c7;
  border-radius: 20px;
  padding: 24px;
  position: absolute;
  top: 36px;
  left: -140px;
  z-index: 10;
}

.offer-box_logo {
  width: 50px !important;
  height: auto;
}

.offer-box .sh-active-client,
.offer-box .sh-inactive-client,
.offer-box .sh-quidget-marku,
.offer-box .sh-quidget-markup {
  width: 80px !important;
}

.text-tag {
  color: #3f52c7;
}

.title-tag {
  background-color: #007aff;
  font-size: 10px;
  font-family: "SharpGroteskCustom";
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
}

.offer-box_card {
  margin: 15px 0px;
  border-top: solid 1px #dfe5eb;
  border-bottom: solid 1px #dfe5eb;
}

.offer-box_card-info {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 15px 0px;
}

.offer-box_card-info h3 {
  font-size: 16px;
}

.offer-box_main-img {
  width: 100%;
  height: 410px;
}

.offer-box .offer-check {
  display: flex;
  padding: 2px 15px;
  border: 2px solid #000;
  gap: 10px;
  border-radius: 100px;
  font-size: 12px;
  width: max-content;
  border-color: #0f8f37;
  font-family: "SharpGroteskCustom";
  font-weight: 400;
}

#security {
  margin-bottom: 120px;
  margin-top: 120px;
}

.security-header,
.security-body {
  margin-bottom: 60px;
}

.security-header,
.security-body {
  display: flex;
  justify-content: space-between;
  gap: 106px;
}

.security-header__title,
.security-header__img,
.security-body .security-col {
  width: 50%;
}

.security-header__title {
  font-size: 60px;
  font-weight: bold;
}

.security-header__title,
.security-col h3 {
  font-family: "Altone";
  line-height: 1.2;
  font-weight: bold;
}

.security-header__img img {
  width: 354px;
}

/* .security-body .security-col h3 {
  font-size: 24px;
} */

.security-body .security-col p {
  font-family: "Altone";
  font-weight: 300;
  font-size: 16px;
  padding-top: 20px;
}

#sign-up-section {
  background-color: rgba(63, 82, 199, 0.06);
  padding: 120px 0px;
}

.sign-up-box {
  display: flex;
  gap: 106px;
}

#sign-up-section p {
  font-family: "Altone";
  font-weight: 300;
  padding: 20px 0px 60px;
  font-size: 16px;
}

.sign-up-col-text h3 {
  color: #3f52c7;
  font-family: "Altone";
  font-weight: bold;
}

.sign-up-col-text p {
  color: #000;
}

.sign-up-col-text,
.sign-up-box-review {
  width: 50%;
}

.sign-up-col-text button,
.sign-up-col-text button:hover {
  background-color: #3f52c7 !important;
  color: #fff;
}

.sign-up-box-review-col {
  background-color: #fdfdfd;
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0px 4px 13.4px 4px rgba(0, 0, 0, 0.1);
}

.sign-up-box-review-col .review {
  font-size: 18px;
  font-family: "Altone";
  font-weight: bold;
}

.sign-up-box-review-col .name {
  font-size: 12px;
  font-family: "SharpGroteskCustom";
  font-weight: 300;
  color: #9c9a9a;
}

.sign-up-box-review-col:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #sign-up-section {
    margin-bottom: 0px;
  }
  .sign-up-box-review-col {
    padding: 20px 0px;
  }

  .sign-up-box {
    padding: 0px 10px !important;
  }
}

.circle-layer-1 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(63, 82, 199, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-layer-2 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(63, 82, 199, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-layer-3 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(63, 82, 199, 0.06);
}

#circle-1,
#circle-2,
#circle-3,
#circle-4 {
  position: absolute;
}

#circle-1 {
  scale: 1.5;
  top: 5em;
  left: -5em;
}

#circle-2 {
  scale: 4.5;
  top: 34em;
  left: 9em;
}

#circle-3 {
  scale: 1.7;
  right: -5em;
  top: 4em;
}

@media (max-width: 768px) {
  #circle-1 {
    left: -8em;
  }

  #circle-3 {
    right: -8em;
  }
}

.custom-banner {
  justify-content: space-between;
  align-items: center;
}

.custom-banner .text-section {
  width: calc(100% - 375px);
  padding: 0 40px;
}

.custom-banner .text-section span {
  font-family: "SharpGroteskCustom";
  font-weight: 500;
  font-size: 1.25rem;
  word-wrap: break-word;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  display: block;
  margin-bottom: 20px;
}

.custom-banner .text-section button {
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 100px;
  background: #3f52c7;
}

.custom-banner .text-section button:hover {
  border-color: #3f52c7;
  color: #fff;
}

.custom-banner .img-section {
  width: 375px;
}

.custom-banner .button-text {
  width: fit-content;
  text-align: center;
}

@media (max-width: 767px) {
  .custom-banner {
    flex-direction: column-reverse;
  }

  .custom-banner .text-section,
  .custom-banner .img-section {
    width: 100%;
  }

  .custom-banner .text-section {
    /* height: 160px; */
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .custom-banner .text-section button {
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 100px;
  }
}

@media (min-width: 767px) {
  .custom-banner .text-section span {
    font-size: 1.25rem;
  }
}

.custom-banner .highlight {
  color: #3f52c7;
  display: inline !important;
}

#profile-btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-left: 10px;
  margin-top: 5px;
  padding: 8px 8px 8px 14px;
}

#alert-box .main-content-container {
  display: flex;
  padding: 60px 0px;
}

#alert-box .qr-logo {
  height: 80px;
  width: auto;
  padding: 9px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 0.2);
  display: block;
  border: 1px #d5d5d5 solid;
  margin-right: 20px;
}

#alert-box .company-name {
  font-family: "Karla";
  font-size: 24px;
  font-weight: bold;
}

#alert-box .qr-code-image {
  display: flex;
  align-items: center;
  gap: 20px;
}

#alert-box .alert-close {
  position: absolute;
  top: 1rem;
  right: 30px;
  padding: 0px;
  color: #000 !important;
  font-weight: 600;
  background-color: transparent !important;
}

#alert-box .alert-close:hover {
  background-color: transparent !important;
}

@media (max-width: 992px) {
  .page-template-page-home button {
    display: block;
    margin: auto;
  }
  #home-carousel .home-slide__flexbox {
    flex-direction: column;
    gap: 50px;
  }

  #home-carousel .img-box {
    display: flex;
    justify-content: space-around;
  }
  .offer-box {
    top: auto;
    left: -13px;
    scale: 0.9;
    bottom: -16px;
  }

  .offer-box_main-img {
    height: auto;
  }

  .new-home .container,
  .security-body,
  .new-home.alt .container {
    gap: 40px;
    padding: 0 20px;
  }

  .security-body,
  .new-home.alt .container {
    flex-direction: column;
  }

  .new-home .container {
    flex-direction: column-reverse;
  }

  .security-header {
    flex-direction: column-reverse;
  }

  .security-header {
    align-items: center;
    padding: 0px 20px;
    gap: 0px;
  }

  .security-header h2 {
    align-items: center;
    font-size: 30px;
  }

  .security-header h2 br {
    display: none;
  }

  .security-header__title {
    font-size: 40px;
  }

  .security-header__img img {
    width: 50%;
  }

  .new-home img {
    width: 60%;
    margin: auto;
    display: block;
  }

  #get-ready .container {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  #get-ready .text,
  #AI .text {
    position: unset;
  }

  #get-ready h2,
  .new-home.colored h2 {
    font-size: 45px;
  }

  #get-ready img {
    padding-top: 0px;
  }

  .home-logo .img-box {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    align-items: center;
    gap: 20px;
  }

  .home-logo .img-owl-dot:nth-child(1) img{
    width: 100%;
  }

  .home-logo .img-box img {
    margin: auto;
    width: 100%;
  }

  #AI {
    background-color: rgba(63, 82, 199, 0.06);
  }
  #AI .container {
    flex-direction: column;
    padding-top: 120px;
  }

  .security-header__title,
  .security-header__img,
  .security-body .security-col {
    width: 100%;
  }

  .sign-up-col-text,
  .sign-up-box-review {
    width: 100%;
    text-align: center;
  }
  .sign-up-box {
    display: flex;
    gap: 50px;
    flex-direction: column;
    padding: 0 20px;
  }

  #security {
    text-align: center;
  }
}

@media (max-width: 768px) {

  #home-carousel .home-slide__flexbox{
    gap: 0;
  }
  .offer-box {
    /* top: auto;
    left: -50px;
    scale: 0.6;
    bottom: -50px; */
    left: auto;
    bottom: auto;
    scale: 0.7;
    position: relative;
    width: 260px;
    margin: auto;
    margin-bottom: -66px;
  }

  #home-carousel .img-box {
    flex-direction: column;
    margin-top: -10px;
  }

  .img-box img.offer-box_main-img {
    width: 85% !important;
    /* margin-left: 75px; */
    margin: auto;
  }

  .new-home img {
    width: 100%;
  }

  #saved .text p {
    font-size: 16px;
  }

  #saved .text h2 {
    font-size: 40px;
  }

  .security-body .security-col p {
    font-size: 14px;
  }

  #AI img {
    width: 300px;
  }

  .security-col h3 {
    font-size: 25px;
  }
}
