/* Google font */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');

:root {
  --primary-color: #ff991c;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Baloo 2', sans-serif;
}

html,
body {
  background-color: #fff;
  max-width: 100%;
  overflow-x: hidden;
}

section,
div {
  max-width: 100%;
}

/* header  */
.header {
  width: 100vw;
  height: 1100px;
  background-image: url('assets/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  background-position: bottom;
  padding: 10rem 8rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.header-star {
  position: absolute;
  top: 47%;
  left: 3%;
}

.plane-img {
  position: absolute;
  top: 9%;
  right: 43%;
  width: 18%;
}

.start {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: 1.3rem;
}

.bg-image img {
  position: relative;
  top: -9rem;
}

.nav-bar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 17px 8px;
  margin: 2rem 0;
  border-radius: 16px;
  z-index: 10;
}

.logo a {
  font-size: 2rem;
  color: var(--primary-color);
  font-weight: 600;
  cursor: pointer;
  margin-left: 1rem;
  text-decoration: none;
}

.nav-link ul {
  display: flex;
  list-style: none;
  gap: 4rem;
}

.nav-link ul li a {
  text-decoration: none;
  font-size: 1.7rem;
  color: #333333;
}

.nav-link ul li a.active {
  color: var(--primary-color);
  border-bottom: 3px solid #ff991c;
  padding-bottom: 2px;
}

.nav-link ul li a:hover {
  color: var(--primary-color);
  border-bottom: 3px solid #ff991c;
  padding-bottom: 2px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.nav-link .end {
  display: none !important;
}

.menu-toggle {
  display: none;
}

.end {
  display: flex;
  margin-right: 20px;
  align-items: center;
  position: relative;
}

.close {
  display: none;
}

#language {
  padding: 0.6rem 3rem;
  font-size: 1.3rem;
  height: 100%;
  width: 71%;
  border: 1px solid #ff991c;
  border-radius: 16px;
}

#menu-language {
  padding: 0.6rem 3rem;
  font-size: 1.3rem;
  height: 100%;
  width: 71%;
  border: 1px solid #ff991c;
  border-radius: 16px;
}

.language img {
  position: absolute;
  width: 24px;
  top: 17px;
  left: 13px;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('assets/arrow-down.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  height: 40px;
}

.btn {
  background-color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.6rem 3.1rem;
  cursor: pointer;
  color: #333333;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

/* hero style */

.hero-img {
  height: 58vw;
  position: absolute;
  right: -15%;
  top: -12%;
  z-index: 1;
}

.hero-title {
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 100%;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333b2;
  width: 90%;
  margin-bottom: 1rem;
}

.ctn {
  width: 30%;
  font-size: 2rem;
}

/* video section */

.video {
  position: relative;
}

.video-img {
  width: 100vw;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video video {
  width: 59vw;
  z-index: 2;
  border-radius: 40px;
  box-shadow: -15px 10px 0px 2px #ffcb8d;
}

.frame-2 {
  position: absolute;
  top: 10%;
  width: 16%;
  max-height: 315px;
  height: 85%;
  right: 19%;
  transform: rotate(180deg);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  z-index: 4;
  cursor: pointer;
}

.elements img {
  width: 15vw;
}

.element-1 {
  position: absolute;
  top: -12%;
  left: 0;
}

.element-2 {
  position: absolute;
  top: 20%;
  right: 0;
}

.element-3 {
  position: absolute;
  bottom: -15%;
  left: 0;
}

/* work flow style */

.work-flow {
  position: relative;
  width: 100vw;
}

.bg-img {
  width: 100%;
  height: 65vw;
}

.content {
  position: absolute;
  top: 9%;
  width: 100vw;
  z-index: 10;
}

.content h1 {
  font-size: 4.8rem;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.title p {
  font-size: 2.2rem;
  font-weight: 400;
  color: #333333b2;
  text-align: center;
}

.cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 7rem 13rem;
}

.card {
  background: var(--primary-color);
  width: 27%;
  text-align: center;
  border-radius: 10rem;
  height: 560px;
  color: #333;
  padding: 2.5rem 3rem;
  position: relative;
}

.card-img {
  width: 50%;
}

.card h2 {
  font-size: 1.6rem;
  margin: 1rem 0;
}

.card p {
  font-size: 1.5rem;
  font-weight: 300;
}

.blue-card {
  background: #7cafea;
}

.green-card {
  background-color: #a8c686;
}

.card-arrow {
  width: 100%;
  display: block;
}

.card-btn {
  background-color: var(--primary-color);
  padding: 1.8rem;
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translate(-50%);
  border: 4px solid #fff;
  border-radius: 2.3rem;
  cursor: pointer;
}

.blue-btn {
  background-color: #7cafea;
}

.green-btn {
  background-color: #a8c686;
}

.card:hover {
  color: #edf4fd;
  transform: scale(96%);
  transition: 0.3s ease;
}

.card-element-1 {
  position: absolute;
  top: -7%;
  right: 1%;
  width: 9%;
  z-index: 10;
}

.card-element-2 {
  position: absolute;
  bottom: -19%;
  width: 13%;
}

.card-element-3 {
  position: absolute;
  bottom: -19%;
  width: 17%;
  right: 2%;
}

.card-element-4 {
  position: absolute;
  top: 21%;
  left: 6%;
  z-index: 1;
  width: 17%;
}

.arrow {
  position: absolute;
  top: 26%;
  left: 36%;
  z-index: 21;
}

.arrow-2 {
  position: absolute;
  top: 26%;
  right: 36%;
}

/* benefits section style */

.benefits {
  position: relative;
}

.benefits h1 {
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  margin: 1rem;
}

.grid-box {
  display: grid;
  gap: 2rem;
  padding: 1rem 17rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 9rem;
}

.benefits-box {
  margin: 1rem 2rem;
}

.benefits-box img {
  width: 33vw;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.benefits-box h2 {
  font-size: 3rem;
  font-weight: 500;
  color: var(--primary-color);
}

.benefits-box .blue-text {
  color: #4c84c6;
}

.benefits-box .green-text {
  color: #a8c686;
}

.benefits-box .purple-text {
  color: #b57edc;
}

.benefits-box p {
  font-size: 1.6rem;
  color: #333;
}

.triangle {
  width: 19%;
  position: absolute;
  top: 10%;
}

.star {
  width: 36%;
  position: absolute;
  right: 0px;
  bottom: 7%;
}

/* banner style */
.banner {
  position: relative;
  height: 58vh;
  max-width: 100vw;
}

.banner-img {
  width: 100%;
  height: 100%;
}

.details {
  position: absolute;
  top: 30%;
  width: 84%;
  padding: 0 31rem 0 6rem;
}

.left-img {
  position: absolute;
  top: -32%;
  left: 3%;
}

.details h1 {
  margin: 1rem 0px;
  font-size: 3rem;
  color: rgba(51, 51, 51, 1);
  font-weight: 500;
}

.details p {
  font-size: 1.6rem;
  margin: 1rem 0;
  font-weight: 100;
  color: #333;
  line-height: 1.2;
}

.button {
  width: 32%;
  font-size: 2rem;
}

#right-img {
  position: absolute;
  right: -18%;
  top: -33%;
  width: 36%;
}

.banner-star {
  position: absolute;
  width: 16%;
  top: 50%;
  right: 65%;
}

/************ footer style ************/
footer {
  margin-top: 8rem;
  width: 100%;
  background: #4a90e2;
  height: 100%;
  position: relative;
}

.footer-mask {
  position: absolute;
  position: absolute;
  max-width: 33%;
  height: 100%;
  top: 0;
}

.right {
  right: -9%;
}

.cols {
  display: flex;
  justify-content: space-between;
  padding: 4rem 11rem;
}

.col-1 .logo a {
  font-size: 3.8rem;
  margin: 1.1rem 0;
}

.col-1 img {
  width: 20%;
}

.col-1 .icon {
  display: flex;
  gap: 1rem;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  font-size: 1.8rem;
  margin: 1rem 0;
}

.links a {
  color: #fff;
}

.right-col {
  display: flex;
  padding-top: 2rem;
  justify-content: center;
  gap: 13rem;
}

.col-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.col-2 h1 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
}

.col-2 a {
  font-size: 1.6rem;
  text-decoration: none;
  color: white;
}

.col-2 a.active {
  text-decoration: underline;
}

.col-2 a:hover {
  text-decoration: underline;
}

.col-3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.col-3 h1 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}

.store {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
}

.col-3 img {
  width: 80%;
}

.copyright {
  padding: 2rem 0;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0px 10rem;
}

/* responsive design  */

@media (min-width: 1367px) and (max-width: 1440px) {
  .header {
    height: 930px;
  }

  .header-star {
    top: 35%;

    left: 1%;
  }

  .hero {
    margin-top: 2rem;
  }

  .hero p {
    font-size: 1.4rem;
  }

  .frame-2 {
    top: 19.5%;
    width: 25%;
    height: 85%;
    right: 19.5%;
  }

  .ctn {
    width: 38%;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .bg-img {
    height: 83vw;
  }

  .cards {
    padding: 7rem 8rem;
  }

  .card {
    width: 100%;
    height: 531px;
    padding: 2rem 1.1rem;
  }

  .card p {
    line-height: 1.5;
  }

  .grid-box {
    padding: 1rem 11rem;
    gap: 0;
  }

  .details {
    padding: 0 8rem 0 7rem;
  }

  .details h1 {
    font-size: 2.5rem;
    margin: 0;
  }

  .details p {
    margin-bottom: 3rem;
  }

  .left-img {
    top: -20%;
    left: 4%;
    width: 15%;
  }
}

@media screen and (max-width: 1366px) {
  .header {
    padding: 0 1rem;
    align-items: center;
    height: 1200px;
    background-position: 57%;
  }

  .plane-img {
    display: none;
  }

  .header-star {
    top: 20%;
    left: 14%;
    width: 20%;
  }

  /* navigation bar */

  .nav-link {
    position: absolute;
    left: -6%;
    top: -34px;
    width: 54vw;
    height: 100vh;
    background: white;
    opacity: 0;
    visibility: hidden;
    padding: 9rem 4rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }

  .nav-link.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .nav-link ul {
    display: block;
  }

  .no-scroll {
    height: 100vh;
    overflow: hidden;
  }

  .close {
    display: block;
    position: absolute;
    z-index: 4;
    right: 30px;
    top: 35px;
    transition: 0.3s ease;
  }

  .nav-link ul li {
    margin-bottom: 1rem;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-bar .end {
    display: flex !important;
    margin-right: -31px;
    gap: 0.3rem;
    align-items: center;
    position: relative;
    z-index: -1;
  }

  /* Hide the .end div inside the sidebar menu for tablet */
  .nav-link .end {
    display: none !important;
  }

  .language {
    width: 36%;
  }

  #language {
    width: 100%;
  }

  /* hero style */

  .hero {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 3rem;
    padding-left: 12rem;
    height: 84%;
  }

  .hero-img {
    position: relative;
    top: 0;
    right: 0;
  }

  .hero-title {
    padding-top: 32rem;
    text-align: center;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero p {
    font-size: 1.3rem;
    width: 95%;
  }

  .ctn {
    font-size: 1.4rem;
    margin: 0 auto;
  }

  .hero-img {
    height: 52vw;
  }

  /* video section */

  .video {
    margin: 3rem 0;
  }

  .video-img {
    height: 50vw;
  }

  .frame-2 {
    top: 8%;
    width: 27%;
    max-height: 315px;
    height: 50%;
    right: 13%;
  }

  .video-img video {
    width: 73%;
    border-radius: 25px;
    box-shadow: -6px 5px 0px 2px #ffcb8d;
  }

  .elements img {
    width: 18vw;
  }

  .element-1 {
    top: -35%;
    left: 1;
  }

  .element-2 {
    top: 0;
  }

  .element-3 {
    position: absolute;
    bottom: -35%;
    left: 3%;
  }

  /* work-flow design */
  .content {
    top: 10%;
  }

  .content h1 {
    font-size: 1.8rem;
  }

  .title p {
    font-size: 1rem;
  }

  .cards {
    gap: 1rem;
    padding: 2rem 4rem;
  }

  .card {
    height: 360px;
    padding: 1.5rem;
    width: 24%;
    padding: 1.5rem 0.5rem;
    border-radius: 5rem;
  }

  .card-img {
    width: 57%;
  }

  .card h2 {
    font-size: 1.1rem;
    margin: 0.2rem 0;
  }

  .card p {
    font-size: 1rem;
    padding: 0.5rem;
    list-style: 1.2;
  }

  .card-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 0.5rem;
    bottom: -23px;
    border: 1px solid #fff;
    border-radius: 1rem;
  }

  .card-arrow {
    width: 50%;
  }

  .arrow {
    width: 6%;
    top: 18%;
    left: 34%;
  }

  .arrow-2 {
    width: 6%;
    top: 20%;
    right: 35%;
  }

  .card-element-2 {
    bottom: -25%;
  }

  .card-element-3 {
    bottom: -27%;
  }

  .card-element-4 {
    left: 6%;
  }

  /* benefits section */

  .benefits {
    margin-bottom: 4rem;
  }

  .grid-box {
    padding: 0rem 3rem;
    gap: 0;
  }

  .benefits-box {
    margin: 12px;
  }

  .benefits-box img {
    width: 41vw;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
  }

  .benefits h1 {
    font-size: 2rem;
    margin: 0.5rem;
  }

  .benefits-box h2 {
    font-size: 1.8rem;
  }

  .benefits-box p {
    font-size: 1rem;
    line-height: 1.5;
  }

  /* banner style */

  .banner {
    height: 500px;
  }

  .banner-img {
    height: 68%;
  }

  .details {
    padding: 1rem;
    top: 15%;
  }

  .details h1 {
    font-size: 1.6rem;
    width: 80%;
    line-height: 1.2;
  }

  .button {
    font-size: 1.2rem;
  }

  .left-img {
    top: -6%;
    top: -25%;
    left: 0%;
    width: 20%;
  }

  #right-img {
    right: -17%;
    top: -13%;
    width: 40%;
  }

  .details p {
    font-size: 1.1rem;
    width: 80%;
    line-height: 1.2;
  }

  /* footer style*/
  footer {
    margin-top: -9rem;
  }

  .cols {
    padding: 3rem 4rem;
  }

  .links {
    font-size: 1rem;
  }

  .col-1 .logo a {
    font-size: 1.8rem;
    margin: 0.1rem 0;
  }

  .right-col {
    padding-top: 0.7rem;
    gap: 2rem;
  }

  .col-2 h1 {
    font-size: 1.3rem;
  }

  .col-2 a {
    font-size: 1.1rem;
  }

  .col-3 h1 {
    font-size: 1.2rem;
  }

  .col-3 img {
    width: 50%;
  }

  .copyright {
    padding: 1rem 0;
    font-size: 1rem;
    margin: 0px 2rem;
  }
}

@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .bg-img {
    height: 712px;
  }
}

@media screen and (max-width: 1366px) and (orientation: landscape) {
  .header {
    height: 1100px;
  }

  .hero-img {
    height: 40vw;
  }

  .hero {
    padding-left: 22rem;
  }

  #right-img {
    width: 27%;
  }

  .details {
    padding: 4rem;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) and (orientation: landscape) {
  .header {
    height: 1250px;
  }

  .hero {
    padding-left: 15rem;
  }

  .card {
    padding: 1.5rem 0.5rem;
    border-radius: 7rem;
    width: 24%;
  }

  .card h2 {
    font-size: 1.1rem;
  }

  .card p {
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .arrow-2 {
    top: 20%;
  }

  #right-img {
    width: 35%;
    height: 300px;
  }

  .card-element-2 {
    bottom: -42%;
  }

  .card-element-3 {
    bottom: -45%;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .card {
    border-radius: 7rem;
  }

  .card-img {
    width: 41%;
  }

  .video video {
    border-radius: 20px;
  }

  .arrow-2 {
    top: 21%;
    right: 34%;
  }

  .card-btn {
    bottom: -27px;
    padding: 1.1rem 0.8rem;
  }

  .hero {
    padding-left: 12rem;
  }

  #right-img {
    width: 40%;
  }
}

/* responsive for tablet */

@media screen and (max-width: 915px) {
  .hero {
    height: 67%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 3rem;
    padding-left: 3.8rem;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .card {
    height: 250px;
    line-height: 1.2;
  }

  .left-img {
    top: -15%;
  }

  #right-img {
    width: 38%;
  }

  .arrow {
    top: 26%;
    left: 36%;
  }

  .bg-img {
    height: 70vw;
  }

  footer {
    margin-top: -6rem;
  }

  .card h2 {
    font-size: 0.8rem;
  }

  .card p {
    font-size: 0.6rem;
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .hero {
    height: 86%;
    padding: 8rem;
  }

  .card img {
    width: 50%;
  }

  .card {
    height: 280px;
    width: 25%;
    line-height: 1.1;
  }

  .arrow {
    top: 24%;
    left: 35%;
  }

  .arrow-2 {
    top: 25%;
    right: 35%;
  }

  .details {
    padding: 2rem;
  }

  .card h2 {
    font-size: 1rem;
  }

  .card p {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 667px) and (orientation: landscape) {
  .header-star {
    top: 32%;
    left: 12%;
  }

  .hero {
    height: 56%;
    padding: 5rem;
  }

  .card {
    width: 32%;
    height: 270px;
    padding: 1.2rem 0.5rem;
  }

  .card-btn {
    padding: 0.5rem 0.1rem;
    bottom: -20px;
  }

  .card-element-2 {
    bottom: -14%;
  }

  .card img {
    width: 55%;
  }

  .card p {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .card h2 {
    font-size: 1rem;
  }

  .bg-img {
    height: 72vw;
  }

  .details {
    padding: 0 1.2rem;
  }

  #right-img {
    width: 40%;
    right: -18%;
    top: -14%;
  }

  .details h1 {
    margin: 0;
  }

  .banner-img {
    height: 63%;
  }
}

@media (max-width: 630px) and (min-width: 470px) {
  .nav-bar {
    gap: 0.5rem;
  }

  .start {
    gap: 0;
  }
  .btn {
    padding: 0.5rem 2.1rem;
  }

  .hero {
    padding-left: 0.8rem;
  }

  .ctn {
    width: 40%;
  }

  .button {
    width: 40%;
  }

  .arrow {
    left: 32%;
  }

  .arrow-2 {
    top: 26%;
    right: 32%;
  }

  .cards {
    padding: 0;
  }

  .card {
    width: 29%;
  }

  .bg-img {
    height: 82vw;
  }

  .title {
    margin-bottom: 0.5rem;
  }

  .benefits-box h2 {
    font-size: 1.5rem;
  }

  .grid-box {
    padding: 0rem 1rem;
  }

  .cols {
    padding: 1rem 2rem;
  }
}

/* responsive design for mobile */

@media screen and (max-width: 470px) {
  .header {
    padding: 0 1rem;
    height: 800px;
  }

  .header-star {
    top: 23%;
    left: 3%;
  }

  .nav-link .end {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
    width: 100%;
    margin-right: 0;
  }

  .nav-bar .end {
    display: none !important;
  }

  .nav-link .end {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
    width: 100%;
    margin-right: 0;
  }

  .language {
    width: 100%;
  }

  #menu-language {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .nav-bar {
    padding: 9px 8px;
    margin: 3rem 0;
  }

  .nav-link.active {
    width: 83vw;
    top: -50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 11rem;
  }

  .logo a {
    font-size: 1.4rem;
    margin-left: 3rem;
  }

  .hero {
    height: 60%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 3rem;
    padding: 0;
  }

  .hero-img {
    position: relative;
    top: 0;
    right: 0;
  }

  .hero-title {
    padding: 0;
    text-align: center;
  }

  .hero-title h1 {
    font-size: 2rem;
  }

  .hero p {
    width: 100%;
    font-size: 1rem;
  }

  .menu-toggle img {
    width: 34px;
    height: 34px;
  }

  .ctn {
    width: 50%;
    font-size: 1rem;
    padding: 0.6rem 0.6rem;
    margin: 0 auto;
  }

  .element-1 {
    top: -50%;
  }

  .element-3 {
    bottom: -41%;
    left: 0%;
  }

  .video {
    margin: 1rem 0;
  }

  .video video {
    box-shadow: -3px 2px 0px 2px #ffcb8d;
    border-radius: 15px;
  }

  .play-icon {
    width: 40px;
  }

  .frame-2 {
    top: 7%;
    width: 30%;
    max-height: 315px;
    height: 53%;
    right: 13%;
  }

  .element-1 {
    top: -31%;
  }

  /* work-flow style*/

  .content {
    top: 8%;
  }

  .cards {
    flex-direction: column;
    padding: 1rem 3rem;
    gap: 3rem;
  }

  .card {
    padding: 3.5rem 0.5rem;
    height: 327px;
    width: 223px;
    border-radius: 6rem;
  }

  .card h2 {
    margin-top: 1.2rem;
    font-size: 1rem;
  }

  .card p {
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .card img {
    width: 48%;
  }

  .bg-img {
    height: 1400px;
  }

  .card-btn {
    padding: 1.3rem 0.5rem;
    bottom: -23px;
    border: 1px solid #fff;
  }

  .card-element-1 {
    top: -5%;
  }

  .card-element-2 {
    bottom: -4%;
  }

  .card-element-3 {
    bottom: -7%;
  }

  .card-element-4 {
    top: 8%;
    width: 25%;
    left: 6%;
  }

  .arrow {
    width: 16%;
    top: 39%;
    transform: rotate(90deg);
    left: 68%;
  }

  .arrow-2 {
    width: 16%;
    transform: rotate(90deg);
    top: 69%;
    left: 68%;
  }

  .benefits h1 {
    font-size: 1.9rem;
    margin: 1rem 0;
  }

  .grid-box {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    gap: 0;
    margin: 0;
  }

  .benefits-box {
    margin: 1rem 1.5rem;
  }

  .benefits-box img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
  }

  .benefits-box h2 {
    font-size: 1.2rem;
    text-align: center;
  }

  .benefits-box p {
    font-size: 0.8rem;
    text-align: center;
  }

  /* banner section style*/

  .banner {
    height: 80vh;
  }

  .banner-img {
    height: 100%;
  }

  .banner-star {
    width: 27%;
    top: 66%;
    right: 26%;
  }

  #right-img {
    width: 60%;
    transform: translate(-75%, 19rem);
  }

  .left-img {
    top: 0;
  }

  .details {
    text-align: center;
    width: 96%;
    padding: 2rem 1rem;
    transform: translate(11%);
  }

  .details h1 {
    font-size: 1.3rem;
  }

  .details p {
    font-size: 0.8rem;
  }

  .button {
    font-size: 1.2rem;
    margin: 0px 3rem;
    width: 50%;
  }

  /* footer style*/
  footer {
    margin-top: 4rem;
  }

  .cols {
    flex-direction: column;
    text-align: center;
    padding: 0.5rem 4rem;
  }

  .col-1 .logo a {
    margin: 1.1rem 0;
  }

  .col-1 .icon {
    justify-content: center;
  }

  .col-1 img {
    width: 11%;
  }

  .links {
    justify-content: center;
    flex-direction: row;
  }

  .right-col {
    padding: 0;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }

  .col-2 {
    display: block;
  }

  .col-2 a {
    margin: 0 0.5rem;
  }

  .store {
    flex-direction: row;
  }

  .col-2 h1 {
    display: none;
  }

  .copyright {
    padding: 1rem 0;
  }

  .col-3 img {
    width: 40%;
  }

  .store {
    justify-content: center;
  }
}

/* Fix mobile tap highlight and button styling */
a,
button {
  -webkit-tap-highlight-color: transparent;
}

.btn,
.btn:visited,
.btn:active,
.btn:focus,
.btn:hover {
  text-decoration: none;
}

.logo a,
.logo a:visited,
.logo a:active,
.logo a:focus {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
