html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: #F0F2FA;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.main-container {
  flex-shrink: 0;
  height: 30rem;
  background: #202551;

  @media (max-width: 768px) {
    height: 35rem;
  }

}

.main-svg-lines {
  position: absolute;
  width: 100%;
  margin-left: -20px;
  margin-top: 2px;
  opacity: 0.08;
  display: block;

  @media (max-width: 768px) {
    display: none;
  }
}

.main-svg-lines-two {
  display: none;

  @media (max-width: 768px) {
    display: block;
    position: absolute;
    width: 100%;
    margin-left: -20px;
    margin-top: -120px;
  }

}

.navbar-items {
  display: flex;
  margin-top: 50px;
}

.logo-home {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  display: flex;
  background-color: #202551;

  @media (max-width: 768px) {
    margin-left: 20px;
  }

}

.logo-name h2 {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.669px;
  margin-left: 10px;

  @media (max-width: 768px) {
    font-size: 30px;
    margin-left: 10px;
  }

}

.navbar-toggler {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.17);
  height: 40px;
  width: 40px;

  @media (max-width: 768px) {}

}

.navbar-toggler-icon {
  margin-left: -8px;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}


.navbar-nav {
  margin-left: 70px;

  @media (max-width: 768px) {
    position: absolute;
    margin-left: -14px;
    width: 100%;
    height: 20rem;
    z-index: 1;
    background-color: #202551;
    margin-top: 20px;

  }

}

.nav-item a {
  color: #39FFFF !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  margin-left: -5px;

  @media (max-width: 768px) {
    margin: auto;
  }


}

.nav-link-disc {
  margin-top: 14px;
  position: relative;
  display: block;

  @media (max-width: 768px) {
    display: none;
  }
}

.social-icons {
  display: flex;
  list-style: none;
  margin-left: 480px;
  position: absolute;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 150px;
  }
}

.language-items {
  display: flex;
  margin-top: -45px;
  list-style: none;
  margin-left: -30px;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 40px;
    margin-left: -20px;
  }
}

.language-items a {
  color: #FFF !important;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 1;

  @media (max-width: 768px) {
    margin: auto;
    margin-left: 10px;
  }

}

.language-items svg {
  color: #FFF !important;
  width: 8px;
  height: 10px;
  flex-shrink: 0;
  margin-top: 5px;

  @media (max-width: 768px) {
    margin: auto;
    margin-left: 10px;
    margin-top: 5px;
  }
}

.nav-item img {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.nav-item svg {
  width: 30px;
  height: auto;
  display: block;
  position: absolute;
  margin-left: -9px;
  margin-top: -1px;
}

.home-section {
  margin-top: 6%;
}

.fly-name {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  margin-left: 40px;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 10px;
    font-size: 35px;
    text-align: center;
    z-index: 0;
  }

}

.paragraph p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-left: 40px;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    font-weight: 100;
    z-index: 0;
  }


}

.tjwa-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  @media (max-width: 768px) {
    font-size: 20px;
  }
}

.filter-shade {
  margin-top: 40px;
  width: 220px;
  height: auto;
  flex-shrink: 0;
  filter: blur(50.55000305175781px);
  background: #FFC773;
  border-radius: 373px;
  margin-left: -170px;

  @media (max-width: 768px) {
    /* margin: auto; */
    margin-top: 130px;
    margin-left: 70px;
    width: 200px;
    height: 4rem;
  }
}


.mobile-img img {
  justify-content: center;
  margin-top: -350px;
  margin-left: 340px;
  width: 60%;
  position: absolute;

  @media (max-width: 768px) {
    width: 100%;
    margin-top: -185px;
    margin-left: -30px;
    display: block;
  }

}

.image-3 {
  background: cover no-repeat;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  margin-top: -120px;

  @media (max-width: 768px) {
    margin-top: -40px;
    margin-left: auto;
    width: 100%;
  }

}

/* Works section */
.work-heading {
  color: #252525;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: -40px;
  position: relative;
  ;

  @media (max-width: 768px) {
    margin-top: 45px;
    margin-left: 80px;
    font-size: 40px;
    width: 50%;
  }

}

.work-para {
  color: #252525;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145.475%;
  width: 50%;
  margin-left: 285px;
  margin-top: 20px;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 50px;
    text-align: center;
    width: 80%;
    line-height: 2.5rem;
    font-size: 21px;
  }

}

.network-main {
  width: 80%;
  margin-left: 120px;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 25px;
    height: 60rem;
  }

}

.network-items img {
  width: 65px;
  height: auto;
  flex-shrink: 0;
  opacity: 0.9;

  @media (max-width: 768px) {
    width: 80px;
    height: auto;
  }
}

.network-items h3 {
  color: #252525;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.475%;
  margin-top: 10px;

  @media (max-width: 768px) {
    font-size: 24px;
  }
}

.network-items p {
  color: #252525;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.475%;
  /* 26.185px */

  @media (max-width: 768px) {
    font-size: 15px;
  }

}

.choose-mobile img {
  width: 80%;
  height: auto;
  background: no-repeat;
  margin-left: 60px;

  @media (max-width: 768px) {
    margin-left: 45px;
  }

}

.choose-text {
  margin-left: -120px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
  }
}

.choose-text h3 {
  color: #252525;
  /* font-family: Be Vietnam Pro; */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  @media (max-width: 768px) {
    font-size: 35px;
    margin: auto;
    text-align: center;
  }
}

.choose-text h5 {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 145.475%;

  @media (max-width: 768px) {
    font-size: 18px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    width: 80%;
    font-weight: 650;
  }
}

.choose-text p {
  color: #252525;
  /* font-family: Be Vietnam Pro; */
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 195.442%;
  width: 62%;
  /* 35.18px */

  @media (max-width: 768px) {
    font-size: 16px;
    margin: auto;
    margin-top: 20px;
    width: 78%;
    text-align: center;
  }
}

.wide-netwrok {
  margin-left: -100px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
  }

}

.wide-netwrok svg {
  position: absolute;
  margin-left: -30px;

  @media (max-width: 768px) {
    margin-top: 10px;
    margin-left: -120px;
    display: none;
  }

}

.wide-netwrok h3 {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 20px;

  @media (max-width: 768px) {
    font-size: 26px;
    font-weight: 700;
    margin: auto;
    text-align: center;
  }

}

.wide-netwrok p {
  color: #545454;
  /* font-family: Be Vietnam Pro; */
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 160.655%;
  width: 60%;
  margin-left: 20px;

  @media (max-width: 768px) {
    font-size: 14px;
    margin: auto;
    margin-top: 10px;
    width: 70%;
    text-align: center;
  }

}

.plans-network {
  margin-left: -30px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
  }

}

.plans-network h3 {
  color: #252525;
  /* font-family: Be Vietnam Pro; */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  @media (max-width: 768px) {
    font-size: 26px;
    font-weight: 700;
    margin: auto;
    margin-top: 30px;
    text-align: center;
  }

}

.plans-netwrok svg {
  position: absolute;
  margin-left: -30px;

  @media (max-width: 768px) {}

}

.plans-network p {
  color: #252525;
  /* font-family: Be Vietnam Pro; */
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 60%;

  @media (max-width: 768px) {
    font-size: 14px;
    margin: auto;
    margin-top: 10px;
    width: 70%;
    text-align: center;
  }

}

.globe-network h2 {
  color: #252525;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;

  @media (max-width: 768px) {
    font-size: 30px;
    width: 60%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
  }

}

.globe-network p {
  color: #252525;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.475%;
  width: 53%;
  margin: auto;

  @media (max-width: 768px) {
    font-size: 18px;
    width: 85%;
    margin: auto;
    text-align: center;
    line-height: 1.5rem;
  }

}

.globe-people img {
  width: 90%;
  height: auto;
  margin: 50px;
  margin-top: 50px;

  @media (max-width: 768px) {
    display: none;
  }
}

.globe-icons {
  width: 100%;
  height: 340px;
  flex-shrink: 0;
  background: url(/front/assets/images/bg-img.png) lightgray 50% / cover no-repeat;
  margin-top: -200px;


  @media (max-width: 768px) {
    width: auto;
    height: 50rem;
    margin: auto;
    margin-left: -100px;
    margin-top: 60px;
  }

}

.icons-points {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: 190px;
  margin-top: 190px;

  @media (max-width: 768px) {
    width: 80%;
    margin-left: 90px;
  }

}

.icons-points h3 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

  @media (max-width: 768px) {
    margin: auto;
    font-size: 56px;
    font-weight: 700;
    margin-top: -110px;
  }

}

.icons-points p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;

  @media (max-width: 768px) {
    margin: auto;
    font-size: 25px;
    font-weight: 100;
  }

}

.icons-points-line-one {
  display: block;
  margin-top: -80px;
  margin-left: 270px;

  @media (max-width: 768px) {
    display: none;
    margin: auto;
    margin-top: 70px;
  }

}

.icons-points-line-two {
  display: none;

  @media (max-width: 768px) {
    display: block;
    margin: auto;
    margin-top: 70px;
  }

}

.sub-container {
  margin-left: 200px;
  margin-top: 100px !important;

  @media (max-width: 768px) {
    margin: auto;
  }

}

.anywhere-text h2 {
  color: #252525;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 145.475%;
  margin-bottom: 20px;

  @media (max-width: 768px) {
    font-size: 40px;
    text-align: center;
  }

}

.anywhere-text span {
  background: #323750;
  width: 5px;
  height: 40px;
  position: absolute;

  @media (max-width: 768px) {
    display: none;
  }

}

.anywhere-text h3 {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145.475%;
  margin-left: 25px;
  margin-top: -5px;

  @media (max-width: 768px) {
    text-align: center;
    margin: auto;
    width: 70%;
    font-weight: 700;
    margin-top: 20px;
  }

}

.anywhere-text p {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145.475%;
  margin-top: 20px;

  @media (max-width: 768px) {
    text-align: center;
    font-size: 17px;
    width: 70%;
    margin: auto;
    margin-top: 30px;
  }

}

.ios-app {
  width: 250px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 18px;
  background: linear-gradient(269deg, #FAB7E5 0.45%, #A2C1FD 96.75%);

  @media (max-width: 768px) {
    margin: auto;
  }

}

.ios-app svg {
  position: absolute;
  margin-top: 14px;
  margin-left: 10px;
}

.ios-app h4 {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 38px;
  margin-top: 18px;
}

.andriod-app {
  width: 250px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 18px;
  background: linear-gradient(269deg, #FAB7E5 0.45%, #A2C1FD 96.75%);
  position: absolute;
  margin-top: 70px !important;

  @media (max-width: 768px) {
    position: relative;
    margin: auto;
    margin-top: 15px !important;

  }

}

.andriod-app svg {
  position: absolute;
  margin-top: 14px;
  margin-left: 10px;
}

.andriod-app h4 {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 38px;
  margin-top: 18px;
}

.myplans-mobile img {
  margin-left: -100px;
  width: 100%;
  height: auto;

  @media (max-width: 768px) {
    margin: auto;
    width: 100%;
    margin-top: 50px;
  }

}

/* section 4 */
.magic-mobile {
  margin-top: 60px;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 420px;
  }

}

.magic-heading {
  color: #252525;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 145.475%;

  @media (max-width: 768px) {
    font-size: 40px;
    margin-top: -450px;
    position: relative;
    text-align: center;
  }

}

.magic-svg-one {
  margin-left: 120px;
  margin-top: -30px;

  @media (max-width: 768px) {
    display: none;
  }

}

.magic-image {
  width: auto;
  height: 40rem;
  display: block;
  margin: auto;
  margin-top: -535px;

  @media (max-width: 768px) {
    display: none;
  }

}

.magic-data {
  margin-top: -520px;
  margin-left: 10px;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 30px;
  }

}

.magic-content {
  @media (max-width: 768px) {}
}

.magic-content h3 {
  color: #333851;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.475%;

  @media (max-width: 768px) {
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-size: 20px;
  }

}

.magic-content p {
  text-align: right;
  color: #252525;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.475%;

  @media (max-width: 768px) {
    text-align: center;
    margin: auto;
    margin-top: 20px;
    font-size: 14px;
  }


}

.magic-data svg {
  margin-top: -134px;
  margin-left: 380px;

  @media (max-width: 768px) {
    display: none;
  }

}

.magic-date-two {
  width: 45%;
  margin-left: 700px;
  margin-top: -365px;

  @media (max-width: 768px) {
    margin: auto;
    width: 100%;
    text-align: center;
  }

}

.magic-date-two h3 {
  text-align: left !important;

  @media (max-width: 768px) {
    text-align: center !important;
  }

}

.magic-date-two p {
  text-align: left !important;

  @media (max-width: 768px) {
    text-align: center !important;
  }

}

.magic-date-two svg {
  margin-top: -134px;
  margin-left: -20px;

  @media (max-width: 768px) {
    display: none;
  }

}


.wave-box {
  background: #202551;
  margin-top: 180px;
  margin-bottom: 100px;
  border-radius: 25px;
  width: 60%;
  height: 11rem;

  @media (max-width: 768px) {
    margin: auto;
    width: auto;
    height: 48rem;
    margin-top: 190px;
    border-radius: 0;
  }


}

.wave-span {
  width: 235px;
  height: 150px;
  display: block;
  margin-top: 50px;
  margin-left: 20px;
  border-radius: 25.675px;
  background: #B2D2F6;
  position: absolute;

  @media (max-width: 768px) {
    position: relative;
    margin: auto;
    width: auto;
    margin-top: -125px;
    height: 12rem;
  }


}

.wave-span h4 {
  color: #202551;
  font-size: 26.437px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.97%;
  margin-left: 35px;
  margin-top: 20px;

  @media (max-width: 768px) {
    position: absolute;
    font-size: 34px;
    width: 70%;
    text-align: center;
    margin-left: 55px;
    margin-top: 30px;
  }


}

.wave-box h3 {
  color: #F0F2FA;
  text-align: center;
  font-size: 50.088px;
  font-style: normal;
  font-weight: 650;
  line-height: normal;
  margin-left: 120px;
  margin-top: 25px;
  width: 50% !important;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 60px;
    font-size: 60px;
  }


}

.wave-box p {
  color: #F0F2FA;
  font-size: 12.913px;
  font-style: normal;
  line-height: normal;
  margin-left: 130px;
  margin-top: 5px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    font-size: 26px;
    font-weight: 100;

  }

}

.wave-line {
  width: 2px;
  height: 40px;
  background: rgba(255, 255, 255, 0.40);
  margin-top: -70px;
  margin-left: 240px;
  display: block;

  @media (max-width: 768px) {
    display: block;
    transform: rotate(90deg);
    margin: auto;
    height: 120px;

  }
}

.wave-svg {
  display: none;

  @media (max-width: 768px) {
    display: block;
    margin: auto;
    margin-top: 50px;


  }

}

.wave-content {
  width: 20%;

  @media (max-width: 768px) {
    width: 100%;
    height: 13rem;
  }

}

.save-main {
  width: 80%;
  margin-left: 120px;

  @media (max-width: 768px) {
    margin: auto;
    height: 42rem;
  }

}

.save-items img {
  width: 65px;
  height: auto;
  flex-shrink: 0;
  opacity: 0.9;

  @media (max-width: 768px) {
    display: none;
  }
}

.save-items h3 {
  color: #252525;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.475%;
  margin-top: 10px;

  @media (max-width: 768px) {
    font-size: 24px;
  }
}

.save-items p {
  color: #252525;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.475%;

  @media (max-width: 768px) {
    font-size: 14px;
    font-weight: 500;

  }

}

/* footer */

.footer-curve {
  width: 100%;
  margin-top: -30px;
  position: absolute;
}

.footer-box {
  background: url(/front/assets/images/bg-img.png) lightgray 50% / cover no-repeat;
  height: 24.6rem;

  @media (max-width: 768px) {
    height: 44.5rem;
    width: auto;
  }


}

.logo-box {
  width: auto;
  margin-left: 220px;
  margin-top: 180px;
  position: absolute;

  @media (max-width: 768px) {
    margin: auto;
    margin-left: 100px;
    margin-top: 60px;
  }


}

.logo-footer {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  position: absolute;

  @media (max-width: 768px) {
    margin: auto;
    width: 70px;
    height: 70px;
    margin-left: -55px;
  }

}

.logo-heading h2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.669px;
  margin-left: 55px;

  @media (max-width: 768px) {
    margin: auto;
    /* text-align: center; */
    font-size: 40px;
    margin-left: 20px;
    letter-spacing: 6px;
  }

}

.logo-heading p {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 32%;


  @media (max-width: 768px) {
    font-size: 16px;
    width: 120%;
    text-align: center;
    margin-left: -75px;
    margin-top: 30px;
    font-weight: 100;
  }

}

.logo-heading span {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  @media (max-width: 768px) {
    margin: auto;
    font-size: 16px;
    text-align: center;
  }

}

.logo-heading svg {
  @media (max-width: 768px) {
    width: auto;
    margin-top: 50px;
    display: inline;
    margin-left: -60px;
    position: relative;
  }
}

.footer-medium h4 {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 530px;
  margin-top: 190px;
  position: absolute;

  @media (max-width: 768px) {
    display: none;
  }

}

.footer-content {
  width: 100%;
  margin-left: 500px;
  margin-top: 210px;

  @media (max-width: 768px) {
    display: none;
  }

}

.footer-content a {
  color: #FFF !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
  z-index: 1;

  @media (max-width: 768px) {
    display: none;
  }

}

.list-anchor {
  color: #A8A9AD;
  display: block;

  @media (max-width: 768px) {}
}

.footer-content-two {
  width: 100%;
  margin-left: 450px;
  margin-top: 210px;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 120px;
  }
}

.footer-content-two a {
  color: #FFF !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
  z-index: 1;

  @media (max-width: 768px) {
    text-align: center;
    margin: auto;
    font-size: 14px;
    font-weight: 100;
  }
}

.footer-icons h4 {
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 50%;
  margin-left: 500px;
  margin-top: 190px;

  @media (max-width: 768px) {
    display: none;
  }

}

.ios-icon {
  width: 130px;
  height: 32px;
  flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 5px;
  background: rgba(217, 217, 217, 0.11);
  margin: auto;
  margin-left: 510px;

  @media (max-width: 768px) {
    display: none;
  }


}

.ios-icon svg {
  position: absolute;
  margin-top: 6px;
  margin-left: 15px;


  @media (max-width: 768px) {
    display: none;
  }


}

.ios-icon h4 {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 38px;
  margin-top: 8px;
  text-transform: capitalize;


  @media (max-width: 768px) {
    display: none;
  }


}

.google-icon {
  width: 130px;
  height: 32px;
  flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 5px;
  background: rgba(217, 217, 217, 0.11);
  margin-left: 510px;
  position: absolute;
  margin-top: 36px !important;


  @media (max-width: 768px) {
    display: none;
  }


}

.google-icon svg {
  position: absolute;
  margin-top: 6px;
  margin-left: 15px;


  @media (max-width: 768px) {
    display: none;
  }


}

.google-icon h4 {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 38px;
  margin-top: 8px;
  text-transform: capitalize;
  width: auto;

  @media (max-width: 768px) {
    display: none;
  }


}

.footer-payments {
  width: 50%;
  margin-top: 40px;
  margin-left: 500px;

  @media (max-width: 768px) {
    width: 100%;
    margin-left: 44px;
    margin-top: 20px;
  }
}

.footer-payments svg {

  @media (max-width: 768px) {
    margin: auto;
    height: 40px !important;
    width: auto;
    overflow-x: hidden;
  }


}

.footer-last {
  width: 100%;
  height: 2rem;
  background: rgba(0, 0, 0, 0.15);
  margin-top: 15px;
  display: block;

  @media (max-width: 768px) {
    width: 100%;
    height: auto;
  }


}

.footer-icons-last {
  display: flex;
  list-style: none;
  margin-left: 195px;
  position: absolute;
  width: 20%;


  @media (max-width: 768px) {
    margin: auto;
    width: auto;
    left: 120px;
    margin-top: 55px;
  }
}

.footer-icons-last img {
  width: 10px;
  height: 10px;

}

.footer-icons-last svg {
  width: 25px;
  height: 25px;
  margin-left: -8px;
  margin-top: 1px;
}

.footer-last p {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
  margin-left: 325px;
  margin-top: 10px;


  @media (max-width: 768px) {
    margin: auto;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }


}

.footer-last span {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
  margin-left: 950px;
  margin-top: -28px;
  position: absolute;


  @media (max-width: 768px) {
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 60px !important;
    font-size: 14px;
    text-align: center;
    display: block;
  }
}
