@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
/* global css start */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  padding: 0;
  margin: 0;
  color: #16243E;
  background-color: #C8E5E9;
  font-family: "Rubik", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.1;
  font-weight: 400;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #16243E;
}
a:hover {
  color: #FFA766;
}

a,
img,
button {
  transition: all ease 0.3s;
}

span,
a {
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1720px;
  margin-inline: auto;
  padding-inline: 20px;
}

@media (max-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-inline: 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-inline: 20px;
  }
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  h2 {
    font-size: 24px;
  }
}
/* global css end */
/* button start */
.btn {
  font-size: 20px;
  border-radius: 100px;
  padding: 17.5px 40.5px;
  text-align: center;
  outline: 0 !important;
  border-width: 1px;
  cursor: pointer;
}
.btn.btn-primary {
  background-color: #FDDB82;
  border: 1px solid #39C5BC;
  box-shadow: 8px 8px 0px #39C5BC;
}
.btn.btn-primary:hover {
  background-color: #39C5BC;
  box-shadow: 8px 8px 0px #FDDB82;
  color: #FDDB82;
}
.btn.btn-large {
  font-size: 30px;
  width: 100%;
  box-shadow: 10px 10px 0px #39c5bc;
  padding-block: 18.5px;
}
.btn.btn-large:hover {
  box-shadow: 10px 10px 0px #fdda82;
}
@media (max-width: 480px) {
  .btn.btn-large {
    line-height: 1;
    font-size: 20px;
    padding-block: 18px;
  }
}
.btn.btn-light {
  background-color: #FFFFFF;
  box-shadow: 10px 10px 0 #16243E;
  border-color: #16243E;
}
.btn.btn-light:hover {
  background-color: #16243E;
  box-shadow: 10px 10px 0 #FFFFFF;
  color: #FFFFFF;
}

/* button end */
/* header area start */
.header-area {
  background-color: #C8E5E9;
  padding-block: 10px;
  padding-top: 30px;
  position: sticky;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  transition: all ease 0.3s;
}
.header-area.sticky {
  padding-top: 10px;
  box-shadow: 1.433px 3.734px 11.83px 1.17px rgba(22, 36, 62, 0.0941176471);
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper .button-wrapper {
  margin-top: -5px;
}

.logo {
  line-height: 1;
}
.logo a {
  line-height: 1;
}

.menu {
  display: flex;
  gap: 40px;
}
.menu li a {
  font-size: 20px;
  padding: 2px 5px;
}

@media (max-width: 1280px) {
  .header-area {
    padding-top: 20px;
  }
  .header-area.sticky {
    padding-bottom: 6px;
  }
  .menu {
    gap: 20px;
  }
  .menu li a {
    font-size: 16px;
  }
  .header-wrapper .button-wrapper {
    margin-top: -10px;
  }
}
@media (max-width: 1199px) {
  .menu {
    gap: 0;
  }
}
@media (min-width: 992px) {
  .mobile-popup-wrapper {
    display: none;
  }
  .toggler-wrapper {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-area {
    padding-top: 10px;
  }
  .mobile-popup-wrapper {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #EFFFFF;
    border-radius: 30px;
    padding: 40px;
    transition: all ease 0.3s;
    transform: scale(0.8);
    opacity: 0;
    z-index: 9999;
  }
  .mobile-popup-wrapper.active {
    transform: scale(1);
    opacity: 1;
  }
  .mobile-popup-wrapper .close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 3;
  }
  .mobile-popup-wrapper .menu {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  .mobile-popup-wrapper .menu li {
    line-height: 1.5;
  }
  .mobile-popup-wrapper .menu li a {
    font-size: 24px;
    line-height: 1;
  }
  .mobile-popup-wrapper .button-wrapper {
    text-align: center;
    margin-inline: auto;
  }
  .header-wrapper .menu,
  .header-wrapper .button-wrapper {
    display: none;
  }
  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    background: rgba(40, 40, 40, 0.1);
    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
    transition: 0.5s ease;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 769px) {
  .hero-thumb-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .logo img {
    max-width: 153px;
  }
  .header-area {
    padding-top: 20px;
  }
  .hero-wrapper {
    flex-wrap: wrap;
    text-align: center;
  }
  .hero-thumb-mobile {
    max-width: 206px;
    margin-inline: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  .hero-wrapper .hero-content {
    margin-inline: auto;
  }
  .hero-wrapper .hero-content .button-wrapper {
    margin-inline: auto;
  }
  .hero-wrapper .hero-thumb {
    display: none;
  }
  .hero-wrapper .hero-content__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .toggler img,
  .mobile-popup-wrapper .close-btn img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 360px) {
  .mobile-popup-wrapper .menu li a {
    font-size: 20px;
  }
}
/* header area end */
/* hero area start */
.hero-area {
  padding-top: 150px;
}

.hero-wrapper {
  display: flex;
  max-width: 1410px;
  margin-inline: auto;
}

.hero-content {
  width: 880px;
}
.hero-content__title {
  margin-bottom: 30px;
}
.hero-content__title span {
  display: inline;
  color: #FFA766;
}
.hero-content__para {
  max-width: 652px;
  margin: 0;
  margin-bottom: 30px;
}
.hero-content .button-wrapper {
  max-width: 700px;
}

.hero-thumb {
  width: calc(100% - 880px);
  direction: rtl;
}

@media (max-width: 1280px) {
  .hero-area {
    padding-top: 50px;
  }
  .hero-wrapper {
    max-width: 1002px;
    margin-inline: auto;
  }
  .hero-wrapper .hero-content {
    width: 658px;
  }
  .hero-wrapper .hero-content__title {
    font-size: 56px;
  }
  .hero-wrapper .hero-content__para {
    font-size: 24px;
  }
  .hero-wrapper .hero-content .button-wrapper {
    max-width: 530px;
  }
  .hero-wrapper .hero-content .button-wrapper .btn.btn-large {
    box-shadow: 7px 10px 0px #39c5bc;
  }
  .hero-wrapper .hero-thumb {
    width: calc(100% - 658px);
  }
  .hero-wrapper .hero-thumb img {
    max-width: 366px;
  }
}
@media (max-width: 991px) {
  .hero-area {
    padding-top: 40px;
  }
  .hero-wrapper {
    align-items: center;
  }
  .hero-wrapper .hero-content__para {
    max-width: 537px;
  }
  .hero-wrapper .hero-thumb img {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .hero-wrapper .hero-content__title {
    font-size: 55px;
  }
  .hero-area {
    padding-top: 70px;
  }
}
@media (max-width: 480px) {
  .hero-wrapper .hero-content .button-wrapper {
    padding-right: 10px;
  }
}
@media (max-width: 360px) {
  .hero-area {
    padding-top: 20px;
  }
  .hero-wrapper .hero-content__title {
    font-size: 36px;
  }
  .hero-wrapper .hero-content__para {
    font-size: 16px;
  }
}
/* hero area end */
/* what is bristo area start */
.bristo-area {
  padding-top: 260px;
  padding-bottom: 80px;
}

.bristo-title {
  max-width: 1173px;
  margin-inline: auto;
  margin-bottom: 57px;
}
.bristo-title span {
  position: relative;
}
.bristo-title .line-arrow-shape {
  position: absolute;
  top: -105px;
  right: -250px;
}

.bristo-box-content {
  border: 1px solid #129189;
  padding: 20px;
  border-radius: 30px;
  max-width: 866px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 40px;
}
.bristo-box-content h3 {
  font-size: 40px;
  line-height: 1.3;
}

.bristo-wrapper {
  display: flex;
  gap: 40px;
  max-width: 1123px;
  margin-inline: auto;
}
.bristo-wrapper .bristo-thumb {
  width: 493px;
  height: 453px;
}
.bristo-wrapper .bristo-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.bristo-wrapper .bristo-content {
  width: calc(100% - 493px);
}
.bristo-wrapper .bristo-content p {
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .bristo-area {
    padding-top: 240px;
    padding-bottom: 60px;
  }
  .bristo-area .section-header {
    margin-bottom: 30px;
  }
  .bristo-title h2 {
    font-size: 56px;
  }
  .bristo-area .container {
    max-width: 980px;
  }
  .bristo-title .line-arrow-shape {
    right: -258px;
  }
  .bristo-wrapper {
    max-width: 840px;
    gap: 20px;
  }
  .bristo-wrapper .bristo-thumb {
    width: 373px;
    height: 342px;
  }
  .bristo-wrapper .bristo-content {
    width: calc(100% - 373px);
  }
  .bristo-wrapper .bristo-content p {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .bristo-area {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .bristo-area {
    padding-bottom: 20px;
    padding-top: 165px;
  }
  .bristo-box-content {
    margin-bottom: 30px;
  }
  .bristo-box-content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .bristo-title h2 {
    font-size: 32px;
  }
  .bristo-title {
    padding-left: 54px;
  }
  .bristo-title .line-arrow-shape {
    width: 179px;
    right: -152px;
    top: -56px;
  }
  .bristo-wrapper .bristo-thumb {
    width: 238px;
    height: 229px;
  }
  .bristo-wrapper .bristo-thumb img {
    border-radius: 20px;
  }
  .bristo-wrapper .bristo-content {
    width: calc(100% - 238px);
  }
  .bristo-wrapper .bristo-content p {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .bristo-title h2 {
    font-size: 24px;
  }
  .bristo-box-content {
    margin-bottom: 20px;
  }
  .bristo-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .bristo-area {
    padding-bottom: 0;
  }
  .bristo-area .bristo-wrapper .bristo-content {
    width: 100%;
  }
  .bristo-area .bristo-wrapper .bristo-thumb {
    width: 100%;
  }
  .bristo-area .bristo-wrapper .bristo-thumb {
    width: 100%;
    height: 308px;
  }
}
/* what is bristo area end */
/* benefits area start */
.section-header {
  margin-bottom: 60px;
}
.section-header.text-center {
  text-align: center;
}
.section-header .badge {
  background-color: #FDDB82;
  border-radius: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  padding: 8px 11px;
}
.section-header .badge.style-two {
  background-color: #FFA766;
  color: #ffffff;
}
.section-header .title {
  margin-bottom: 10px;
  line-height: 1.2;
}
.section-header .text {
  font-size: 32px;
  color: #52607A;
  line-height: 1.3;
  margin: 0;
}

.benefits-area {
  padding-top: 80px;
}

.benefits-inner-wrapper {
  background-color: #F7F7F7;
  border-radius: 50px 50px 0 0;
  padding-block: 80px;
}

.benefits-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.benefits-card {
  padding: 40px;
  border-radius: 30px;
  background-color: #ffffff;
  border: 1px solid #39C5BC;
  box-shadow: 10px 10px 0 #39C5BC;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all ease 0.3s;
}
.benefits-card .content {
  margin-bottom: 42px;
}
.benefits-card .content h5 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
}
.benefits-card .thumb {
  width: 100%;
  height: 387px;
  overflow: hidden;
  border-radius: 30px;
}
.benefits-card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  transition: all ease 1s;
}
.benefits-card:hover {
  box-shadow: 10px 10px 0 #FDDB82;
  border-color: #FDDB82;
}
.benefits-card:hover .thumb img {
  transform: scale(1.2);
}

@media (max-width: 1280px) {
  .benefits-card .thumb {
    height: 269px;
  }
  .benefits-area .section-header {
    margin-bottom: 30px;
  }
  .benefits-inner-wrapper {
    padding-block: 60px;
  }
  .benefits-card-wrapper {
    gap: 30px;
  }
  .benefits-card {
    padding: 30px;
  }
  .benefits-card .content h5 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .benefits-card .content p {
    font-size: 16px;
  }
  .benefits-card .content {
    margin-bottom: 33px;
  }
}
@media (max-width: 991px) {
  .section-header {
    max-width: 880px;
    margin-inline: auto;
  }
  .section-header h2 {
    max-width: 740px;
    margin-inline: auto;
  }
  .benefits-card {
    padding: 20px;
  }
  .benefits-card .thumb {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .benefits-inner-wrapper {
    padding-block: 40px;
  }
  .section-header .badge {
    font-size: 16px;
  }
  .section-header .text {
    font-size: 24px;
  }
  .benefits-card .content h5 {
    margin-bottom: 10px;
  }
  .benefits-card {
    border-radius: 20px;
    box-shadow: 5px 5px 0 #39C5BC;
  }
  .benefits-card:hover {
    box-shadow: 5px 5px 0 #FDDB82;
  }
  .benefits-card .content {
    margin-bottom: 20px;
  }
  .benefits-card .thumb {
    height: 150px;
    border-radius: 20px;
  }
  .benefits-card .thumb img {
    border-radius: 20px;
  }
  .benefits-card-wrapper {
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .section-header .badge {
    margin-bottom: 20px;
  }
  .bristo-wrapper {
    gap: 10px;
  }
  .bristo-wrapper .bristo-thumb {
    width: 215px;
    height: 207px;
  }
  .bristo-wrapper .bristo-content {
    width: calc(100% - 215px);
  }
}
@media (max-width: 360px) {
  .benefits-card-wrapper {
    gap: 23px !important;
  }
  .benefits-card {
    min-height: 474px;
  }
  .section-header .text {
    font-size: 18px;
  }
}
/* benefits area end */
/* operator area start */
.operator-area {
  padding-block: 80px;
  background-color: #F7F7F7;
  border-radius: 0 0 50px 50px;
}
.operator-area .section-header {
  margin-inline: 0;
}

.operator-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
}

.operator-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.operator-card {
  border: 1px solid #39C5BC;
  box-shadow: 10px 10px 0 #39C5BC;
  padding: 40px;
  border-radius: 30px;
  transition: all ease 0.3s;
}
.operator-card h5 {
  margin-bottom: 26px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
}
.operator-card:hover {
  box-shadow: 10px 10px 0 #FDDB82;
  border-color: #FDDB82;
}

.demo-design {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: center;
}
.demo-design .operator-left {
  visibility: hidden;
  height: 100px;
}

@media (max-width: 1280px) {
  .demo-design .operator-left {
    display: none;
  }
  .demo-design .operator-right {
    width: 100%;
  }
  .operator-area {
    padding-top: 60px;
  }
  .operator-area .section-header {
    margin-bottom: 30px;
    text-align: center;
  }
  .operator-wrapper {
    gap: 30px;
  }
  .operator-card {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 8px 8px 0 #39C5BC;
  }
  .operator-card h5 {
    font-size: 20px;
  }
  .operator-card p {
    font-size: 16px;
  }
  .operator-card:hover {
    box-shadow: 8px 8px 0 #FDDB82;
  }
  .operator-card-wrapper {
    gap: 30px;
  }
  .operator-left {
    width: 362px;
  }
  .operator-left img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .operator-right {
    width: calc(100% - 362px);
  }
}
@media (max-width: 991px) {
  .operator-area {
    padding-block: 60px;
  }
  .operator-area .section-header p {
    max-width: 514px;
    margin-inline: auto;
  }
  .operator-wrapper {
    gap: 20px;
  }
  .operator-card {
    padding: 20px;
  }
  .operator-left {
    width: 280px;
  }
  .operator-right {
    width: calc(100% - 280px);
  }
}
@media (max-width: 768px) {
  .operator-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .operator-card-wrapper {
    gap: 25px;
  }
  .operator-right {
    width: 100%;
  }
  .operator-card {
    box-shadow: 5px 5px 0 #39C5BC;
  }
  .operator-card:hover {
    box-shadow: 5px 5px 0 #FDDB82;
  }
  .operator-area .section-header p {
    max-width: 388px;
  }
  .operator-area {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .bristo-area {
    padding-top: 148px;
  }
  .bristo-title {
    padding-left: 0;
  }
  .bristo-box-content {
    padding: 20px 10px;
  }
  .benefits-inner-wrapper {
    border-radius: 20px 20px 0 0;
  }
  .benefits-card .thumb {
    height: 180px;
  }
  .benefits-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding-right: 11px;
    gap: 31px;
  }
  .benefits-card {
    min-height: 408px;
    box-shadow: 11px 11px 0 #39C5BC;
  }
  .benefits-card:hover {
    box-shadow: 11px 11px 0 #FDDB82;
  }
  .benefits-inner-wrapper {
    padding-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .operator-card-wrapper {
    gap: 28px;
  }
}
/* operator area end */
/* customer area start */
.customer-area {
  padding-top: 160px;
  overflow: hidden;
}
.customer-area .customer-slider {
  margin-inline: -10px;
}
.customer-area .customer-wrapper {
  margin-left: 120px;
  padding-right: 160px;
  overflow: hidden;
}
.customer-area .customer-wrapper .slick-list {
  overflow: visible;
}
.customer-area .single-slide {
  padding-inline: 10px;
}

.customer-card {
  border: 1px solid #39C5BC;
  border-radius: 30px;
  padding: 20px;
  background-color: #F7F7F7;
  min-height: 362px;
}
.customer-card .name {
  color: #52607A;
  font-size: 20px;
  margin-bottom: 10px;
}
.customer-card p {
  color: #52607A;
  font-size: 18px;
}

.star-list {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}

.customer-bottom-content {
  max-width: 888px;
  margin-inline: auto;
  margin-top: 58px;
}
.customer-bottom-content .subtitle {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  background-color: #FDDB82;
  border-radius: 7px;
  padding: 7px;
  margin-bottom: 45px;
}

.customer-list {
  max-width: 642px;
  margin-inline: auto;
}
.customer-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #16243E;
}
.customer-list li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1280px) {
  .customer-area {
    padding-top: 140px;
  }
  .customer-area .section-header {
    margin-bottom: 30px;
  }
  .customer-area .customer-wrapper {
    margin-left: 60px;
  }
}
@media (max-width: 991px) {
  .customer-area {
    padding-top: 120px;
  }
  .customer-area .section-header h2 {
    max-width: 1000px;
  }
  .customer-bottom-content .subtitle {
    padding: 6px;
    margin-bottom: 32px;
  }
  .customer-area .customer-wrapper {
    margin-left: 40px;
  }
  .customer-area .customer-wrapper .slick-list {
    padding-right: 220px;
  }
  .customer-bottom-content {
    margin-top: 38px;
  }
}
@media (max-width: 768px) {
  .customer-area .customer-wrapper {
    margin-left: 20px;
  }
  .customer-area .customer-wrapper .slick-list {
    padding-right: 100px;
  }
  .customer-card {
    min-height: 330px;
    padding: 14px;
  }
  .customer-card p {
    font-size: 14px;
  }
  .customer-area {
    padding-top: 100px;
  }
  .customer-bottom-content .subtitle {
    max-width: 434px;
    margin-inline: auto;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
  }
  .customer-list li {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .operator-area {
    padding-bottom: 50px;
    border-radius: 0 0 20px 20px;
  }
  .operator-wrapper {
    flex-direction: column;
    padding-right: 10px;
  }
  .operator-card {
    min-height: 200px;
    box-shadow: 10px 12px 0 #39C5BC;
  }
  .operator-card:hover {
    box-shadow: 10px 12px 0 #FDDB82;
  }
  .operator-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .customer-area {
    padding-top: 80px;
  }
  .customer-area .customer-wrapper {
    padding-inline: 0 !important;
  }
  .customer-slider {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .customer-card {
    width: 100%;
    min-height: 282px;
  }
  .customer-card:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .customer-bottom-content .subtitle {
    font-size: 18px;
  }
  .customer-list li {
    font-size: 16px;
  }
}
/* customer area end */
/* one step area start */
.one-step-area {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}
.one-step-area .step-border-shape {
  position: absolute;
  top: 29%;
  z-index: -1;
}

.one-step-card-wrapper {
  max-width: 1242px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
  padding-bottom: 60px;
}

.step-card {
  text-align: center;
}
.step-card__thumb {
  margin-bottom: 20px;
}
.step-card__content h5 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
}
.step-card__content p {
  font-size: 18px;
}

.bottom-ready-content {
  text-align: center;
  max-width: 960px;
  margin-inline: auto;
}
.bottom-ready-content .subtitle {
  font-size: 48px;
  font-weight: 500;
  color: #FFA766;
  margin-bottom: 30px;
}
.bottom-ready-content h4 {
  color: #52607A;
  font-size: 32px;
  line-height: 1.3;
}

@media (max-width: 1280px) {
  .one-step-area .step-border-shape {
    width: 100%;
    top: 34%;
  }
  .one-step-area {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .one-step-area .section-header {
    max-width: 600px;
    margin-inline: auto;
  }
  .step-card__content h5 {
    font-size: 20px;
  }
  .one-step-card-wrapper {
    gap: 50px;
    justify-content: space-between;
  }
  .step-card__content p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .one-step-area {
    padding-block: 120px;
  }
  .one-step-area .step-border-shape {
    width: 150%;
    top: 35%;
    left: -200px;
  }
  .one-step-card-wrapper {
    gap: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .one-step-area {
    padding-top: 100px;
  }
  .one-step-card-wrapper {
    flex-wrap: wrap;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .step-card__content {
    max-width: 280px;
    margin-inline: auto;
  }
  .one-step-area .step-border-shape {
    width: 160%;
    top: 37%;
  }
  .bottom-ready-content .subtitle {
    font-size: 30px;
  }
  .bottom-ready-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .one-step-area {
    padding-top: 80px;
  }
  .one-step-area .section-header {
    margin-bottom: 30px;
  }
  .one-step-area .step-border-shape {
    width: 163%;
    top: 43%;
  }
  .bottom-ready-content .subtitle {
    margin-bottom: 20px;
  }
  .one-step-area {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 360px) {
  .one-step-area .step-border-shape {
    display: none;
  }
  .step-card__thumb {
    margin-bottom: 0px;
  }
  .bottom-ready-content .subtitle {
    font-size: 30px;
  }
  .bottom-ready-content h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .one-step-area {
    padding-bottom: 40px !important;
  }
}
/* one step area end */
/* join us area start */
.join-us-inner-wrapper {
  background-color: #FDDB82;
  padding-bottom: 100px;
}

.join-us-area {
  position: relative;
  z-index: 1;
}
.join-us-area .join-us-shape {
  width: 100%;
  transform: translateY(12px);
}
.join-us-area .section-header .badge {
  color: #16243E;
  background-color: #FFA766;
}
.join-us-area .section-header .text {
  color: #8F6D1E;
}

.join-for-customer-wrapper {
  padding-bottom: 160px;
}
.join-for-customer-wrapper .section-header .text {
  max-width: 841px;
  margin-inline: auto;
}

.join-for-owners-wrapper .section-header .text {
  max-width: 902px;
}

.customer-form {
  max-width: 818px;
  margin-inline: auto;
}
.customer-form .form-group {
  line-height: 0;
}
.customer-form .form-group:not(:last-child) {
  margin-bottom: 40px;
}
.customer-form .form-group input,
.customer-form .form-group textarea {
  width: 100%;
  border: 1px solid #16243E;
  height: 76px;
  padding: 20px 30px;
  outline: 0;
  margin: 0;
  border-radius: 100px;
  font-size: 24px;
  font-family: "Rubik", serif;
  background-color: transparent;
  color: #16243E;
}
.customer-form .form-group input::-moz-placeholder, .customer-form .form-group textarea::-moz-placeholder {
  color: #8F6D1E;
}
.customer-form .form-group input::placeholder,
.customer-form .form-group textarea::placeholder {
  color: #8F6D1E;
}
.customer-form .form-group input:focus,
.customer-form .form-group textarea:focus {
  border-color: #39C5BC;
}
.customer-form .form-group textarea {
  height: 172px;
  border-radius: 40px;
}
.customer-form .button-wrapper {
  margin-top: 60px;
}

.comming-wrapper {
  display: flex;
  gap: 40px;
  max-width: 1105px;
  margin-inline: auto;
}
.comming-wrapper .comming-thumb {
  width: 533px;
  height: 597px;
}
.comming-wrapper .comming-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.comming-wrapper .comming-content {
  width: calc(100% - 533px);
}
.comming-wrapper .comming-content .title {
  margin-bottom: 40px;
}
.comming-wrapper .comming-content .app-list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
.comming-wrapper .comming-content p {
  font-size: 32px;
  font-style: italic;
  max-width: 384px;
}

@media (max-width: 1280px) {
  .join-us-inner-wrapper {
    padding-bottom: 60px;
  }
  .join-for-customer-wrapper {
    padding-bottom: 140px;
  }
}
@media (max-width: 991px) {
  .customer-form {
    max-width: 100%;
  }
  .join-for-owners-wrapper .section-header .text {
    max-width: 905px;
  }
  .comming-wrapper {
    gap: 20px;
  }
  .comming-wrapper .comming-thumb {
    width: 355px;
    height: 398px;
  }
  .comming-wrapper .comming-content {
    width: calc(100% - 398px);
  }
}
@media (max-width: 768px) {
  .one-step-area {
    padding-bottom: 90px;
  }
  .customer-form .form-group:not(:last-child) {
    margin-bottom: 30px;
  }
  .customer-form .button-wrapper {
    margin-top: 40px;
    padding-right: 10px;
  }
  .join-for-customer-wrapper {
    padding-bottom: 100px;
  }
  .comming-wrapper .comming-thumb {
    width: 290px;
    height: 325px;
  }
  .comming-wrapper .comming-content {
    width: calc(100% - 290px);
  }
  .app-list li:first-child img {
    width: 105px;
  }
  .app-list li:last-child img {
    width: 123px;
  }
  .comming-wrapper .comming-content p {
    font-size: 20px;
  }
  .comming-wrapper .comming-content .app-list {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .join-us-area .section-header .badge {
    font-size: 16px;
  }
  .join-for-customer-wrapper .section-header .text {
    font-size: 24px;
  }
  .join-for-customer-wrapper .section-header {
    margin-bottom: 40px;
  }
  .join-for-owners-wrapper .section-header .text {
    font-size: 24px;
  }
  .customer-form .form-group:not(:last-child) {
    margin-bottom: 20px;
  }
  .customer-form .form-group input {
    height: 64px;
    font-size: 16px;
  }
  .customer-form .form-group textarea {
    border-radius: 20px;
    font-size: 16px;
  }
  .customer-form .button-wrapper {
    margin-top: 30px;
  }
  .join-for-customer-wrapper {
    padding-bottom: 80px;
  }
  .join-us-inner-wrapper {
    padding-bottom: 40px;
  }
  .comming-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
  }
  .comming-wrapper .comming-content .app-list {
    justify-content: center;
  }
  .comming-wrapper .comming-content p {
    margin-inline: auto;
    max-width: 100%;
  }
  .comming-wrapper .comming-thumb {
    margin-inline: auto;
  }
  .comming-wrapper .comming-content {
    width: 100%;
  }
  .comming-wrapper .comming-content .title {
    margin-bottom: 30px;
  }
  .comming-wrapper .comming-content .app-list {
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .join-for-customer-wrapper .section-header .text {
    font-size: 18px;
  }
}
/* join us area end */
/* faq area start */
.faq-area {
  padding-top: 160px;
  padding-bottom: 130px;
}

.faq-item {
  padding-block: 30px;
}
.faq-item:not(:last-child) {
  border-bottom: 1px solid #FFA766;
}
.faq-item .faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-item .faq-header .faq-title {
  max-width: 800px;
}
.faq-item .faq-icon {
  transition: all ease 0.3s;
}
.faq-item .faq-content {
  max-width: 800px;
  margin-top: 16px;
  display: none;
}
.faq-item .faq-content p {
  font-weight: 400;
  font-size: 18px;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

@media (max-width: 1280px) {
  .faq-area {
    padding-top: 140px;
    padding-bottom: 120px;
  }
  .faq-area .section-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .faq-area {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .faq-area .section-header h2 {
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .faq-area {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .faq-area .section-header {
    margin-bottom: 0px;
  }
  .faq-item .faq-header .faq-title {
    font-size: 20px;
  }
  .faq-item {
    padding-block: 20px;
  }
}
@media (max-width: 480px) {
  .faq-area {
    padding-top: 80px;
  }
  .faq-area .section-header .badge {
    font-size: 16px;
  }
  .faq-item .faq-icon img {
    width: 30px;
    height: 30px;
  }
  .faq-item .faq-header .faq-title {
    padding-right: 20px;
  }
}
@media (max-width: 360px) {
  .faq-area .section-header h2 {
    font-size: 32px;
    max-width: 322px;
    margin-inline: auto;
  }
  .faq-item .faq-header .faq-title {
    font-size: 16px;
  }
  .faq-item .faq-content p {
    font-size: 16px;
  }
}
/* faq area end */
/* footer area start */
.footer-top {
  background-color: #EFFFFF;
  border-radius: 40px;
  padding-block: 60px;
}

.footer-bottom {
  padding-block: 30px;
}
.footer-bottom .copyright-text {
  color: #52607A;
  text-align: center;
  font-size: 16px;
}

.footer-top .subtitle {
  color: #52607A;
  font-size: 18px;
  margin-bottom: 30px;
}
.footer-top .nav-links li {
  line-height: 1;
}
.footer-top .nav-links li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-top .nav-links li a {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

.footer-widget-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.socail-media {
  display: flex;
  align-items: center;
  gap: 30px;
}
.socail-media li a path {
  transition: all ease 0.3s;
}
.socail-media li a:hover path {
  fill: #FFA766;
}

@media (min-width: 1280px) {
  .socail-media {
    min-width: 270px;
  }
}
@media (max-width: 1280px) {
  .footer-widget-wrapper {
    gap: 80px;
  }
  .socail-media {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .footer-bottom {
    padding-block: 20px;
  }
  .footer-logo img {
    max-width: 190px;
  }
  .footer-widget-wrapper {
    gap: 60px;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer-widget-wrapper {
    flex-wrap: wrap;
  }
  .footer-logo img {
    max-width: 134px;
  }
  .footer-top .subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footer-top .nav-links li a {
    font-size: 12px;
  }
  .footer-top .nav-links li:not(:last-child) {
    margin-bottom: 12px;
  }
  .socail-media li a svg {
    width: 30px;
    height: 30px;
  }
  .footer-widget-wrapper {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .footer-widget-wrapper {
    gap: 30px;
    grid-template-rows: 2;
    grid-template-columns: repeat(2, 1fr);
  }
  .socail-media {
    gap: 15px;
    justify-content: space-between;
  }
  .footer-top {
    padding-block: 40px;
  }
}
@media (max-width: 360px) {
  .socail-media {
    gap: 10px;
  }
  .socail-media li a svg {
    width: 28px;
  }
}
/* footer area end */