:root {
  --font-inter: "Inter", sans-serif;
  --font-popins: "Poppins", sans-serif;
  --color-text-primary: #002359;
  --color-text-secondary: #94959b;
  --color-green: #219653;
  --color-yellow: #ff9000;
  --color-white: #ffff;
  ---font-base: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-popins);
  color: var(--color-text-primary);
}

h1 {
  font-weight: 800;
  font-size: 54px;
  line-height: 85px;
}

h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: var(---font-base);
  line-height: 28px;
  color: var(--color-text-secondary);
}

.paragraph {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

hr {
  color: #7a7b81;
}

.margin-bottom {
  margin-bottom: 100px;
}

.py-padding {
  padding: 100px 0;
}

.navbar {
  height: 100px;
}

.navbar .navbar-nav li > a {
  color: var(--color-text-primary);
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: var(---font-base);
  line-height: 28px;
}

.navbar .navbar-nav li > a:hover {
  color: var(--color-green);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 38px 0 0;
}

.letter-logo {
  width: 95px;
  margin-left: -23px;
}

.navbar-brand img:not(.letter-logo) {
  margin-left: -20px;
}

.navbar-nav .nav-link.active {
  color: var(--color-green);
  font-weight: 700;
}

.hero-section {
  background: linear-gradient(
    184.51deg,
    #ecf7f1 3.59%,
    rgba(255, 255, 255, 0) 96.35%
  );
  /* background: linear-gradient(180deg, #009a41 0%, rgba(255, 255, 255, 0) 100%); */
  height: 700px;
  overflow-y: hidden;
}

.hero-section .hero-text {
  margin-bottom: 40px;
}

.hero-section .hero-img {
  width: 450px;
  margin-top: 145px;
}

.branding-section h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.branding-section .row {
  padding: 80px 0 70px 0;
}

.branding-section .small-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.branding-section .rounded-icon {
  height: 72px;
}

.chosen-section {
  margin-bottom: 100px;
}

.chosen-section h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 2px;
  margin: 0;
}

.chosen-section .paragraph {
  letter-spacing: 0.02em;
}

.store-links {
  gap: 30px;
}

.store-links img {
  width: 210px;
}

.platform-img {
  width: 560px;
}

.offer-section {
  background: linear-gradient(
    184.51deg,
    #ecf7f1 3.59%,
    rgba(255, 255, 255, 0) 96.35%
  );
  opacity: 0.8;
}

.offer-section h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.offer-section p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.offer-section img {
  margin-bottom: 20px;
}

.item-one h5,
.item-one p {
  color: var(--color-white);
}

.card-shape {
  width: 350px;
  border-radius: 8px;
  box-shadow: 8px 10px 53px -11px rgba(0, 0, 0, 0.1);
  background-color: var(--color-white);
  min-height: 280px;
  transition: all 0.3s ease-in-out;
}

.card-shape.item-one {
  background-color: var(--color-green);
  box-shadow: 8px 10px 53px -11px rgba(46, 15, 0, 0.15);
}

.work-section {
  margin-bottom: 100px;
}

.service-section {
  margin-bottom: 250px;
}

.portfolio-section {
  background-color: #ecf7f1;
  min-height: 600px;
  position: relative;
}

.portfolio-section .video-section {
  height: 400px;
  object-fit: contain;
  position: absolute;
  top: -5px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.portfolio-section .video-row {
  margin-bottom: 280px;
}

.portfolio-section .play-btn-img {
  position: absolute;
  width: 50px;
  left: 50%;
  background: green;
  border-radius: 50%;
  padding: 15px;
  cursor: pointer;
}

.portfolio-section .portfolio-card {
  background-color: var(--color-white);
  border-radius: 24px;
  padding: 40px;
}

.portfolio-section .carousel {
  padding-bottom: 100px;
}

.portfolio-section .carousel .carousel-indicators [data-bs-target] {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--color-green);
}

.portfolio-section .stars {
  margin: 20px 0;
}

.blog-section .blog-with-img img {
  margin-bottom: 30px;
}

.blog-with-img .author {
  color: #ff9000;
  margin-bottom: 5px;
}

.blog-with-img h6 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.blog-without-img {
  margin-bottom: 30px;
}

.blog-without-img h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 5px;
}

.blog-without-img p {
  margin-bottom: 10px;
}

.blog-without-img .read-more {
  color: var(--color-green);
  font-size: 14px;
  font-family: var(--font-popins);
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.support-section {
  background-color: #f7fcf9;
  min-height: 200px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 170px;
}

.support-section img {
  width: 100px;
}

.support-section .brand-img {
  margin-bottom: 60px;
}

.get-app-section {
  position: relative;
}

.get-app-section .mobile-app img {
  position: absolute;
  top: -130px;
}

.get-app-section .mobile-app {
  margin-left: 50px;
}

.get-app-section .section-inner {
  background-color: var(--color-green);
  border-radius: 40px;
  min-height: 200px;
  margin-bottom: 100px;
}

.get-app-section .text-section {
  padding: 60px 0 60px 60px;
}

.get-app-section .paragraph {
  color: #d5d6db;
  font-weight: 600;
}

.footer {
  background-color: var(--color-text-primary);
  min-height: 200px;
  position: relative;
}

.footer ul {
  list-style-type: none;
  margin-bottom: 50px;
}

.footer ul:nth-child(2),
.footer ul:last-child {
  margin-left: 100px;
  padding: 0;
}

.footer ul li {
  color: var(--color-white);
}

footer ul li:first-child {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font-popins);
  line-height: 32px;
  padding-bottom: 15px;
}

.footer ul li a {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-inter);
  line-height: 28px;
  text-decoration: none;
  color: #d5d6db;
}

.footer-text {
  letter-spacing: 0.2px;
}

.footer-artwork {
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 200px;
}

.footer-logo {
  height: 70px;
  margin-top: -10px;
}

/* for mobile responsive design */

@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  hr {
    width: 82% !important;
    margin-left: 35px;
  }

  p {
    font-size: 15px;
    line-height: 22px;
  }

  .py-padding {
    padding: 30px 0;
  }

  .paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .margin-bottom {
    margin-bottom: 30px;
  }

  .navbar {
    height: 100%;
  }

  .letter-logo {
    width: 65px;
    margin-left: -15px;
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler-icon {
    background-image: none;
  }

  .navbar-toggler-icon::before {
    content: "\f00d";
    color: var(--color-text-primary);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 28px;
  }

  .collapsed .navbar-toggler-icon::before {
    content: "\f0c9";
  }

  .navbar-brand img:not(.letter-logo) {
    width: 100px;
    margin-left: -15px;
  }

  .navbar-brand {
    margin: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    background: linear-gradient(
      180deg,
      #009a41 0%,
      rgba(255, 255, 255, 0) 100%
    );
    overflow-y: auto;
    height: unset;
  }

  .hero-img-section {
    margin: 0 !important;
    text-align: center;
  }

  .store-links {
    margin-bottom: 20px;
  }

  .store-links img {
    width: 150px;
  }

  .hero-section .hero-text {
    margin-bottom: 20px;
    color: var(--color-white);
  }

  .hero-section .hero-img {
    width: 200px;
    margin: 0;
  }

  .platform-img {
    width: 300px;
  }

  .branding-section h2 {
    margin-top: 20px;
  }

  .branding-section .row {
    padding: 30px 0;
  }

  .chosen-section {
    margin-bottom: 30px;
  }

  .chosen-section h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .chosen-section .col-md-5 img {
    margin-bottom: 30px;
    width: 500px;
  }

  .chosen-section .essential {
    margin-left: 25px;
  }

  .chosen-section .img-with-text img {
    width: 70px;
  }

  .chosen-section .img-with-text {
    margin-left: 10px !important;
  }

  .offer-section .card-shape {
    min-height: unset;
    width: 100%;
    margin-bottom: 30px;
  }

  .offer-section h2 {
    margin-bottom: 20px !important;
  }

  .offer-section .card-shape.last {
    margin-bottom: 0;
  }

  .work-section {
    margin-bottom: 10px;
  }

  .work-section .row {
    padding-top: 0 !important;
  }

  .work-section .s-img {
    text-align: center;
  }

  .work-section img {
    width: 200px;
  }

  .service-section {
    margin-bottom: 100px;
  }

  .portfolio-section .carousel {
    padding-bottom: 65px;
  }

  .portfolio-section .play-btn-img {
    left: 175px;
    top: -25px;
  }

  .portfolio-section .portfolio-card {
    padding: 20px;
  }

  .portfolio-card.one {
    margin-bottom: 20px;
  }

  .portfolio-section .video-row {
    margin-bottom: 110px;
  }

  .portfolio-section .video-row + h2 {
    margin-bottom: 25px !important;
  }

  .portfolio-section .stars {
    margin: 10px 0;
  }

  .blog-without-img {
    margin-bottom: 20px;
  }

  .blog-without-img:last-child {
    margin-bottom: 0;
  }

  .blog-with-img h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .get-app-section .mobile-app {
    display: none;
  }

  .support-section {
    margin-bottom: 30px;
  }

  .support-section .brand-img {
    margin-bottom: 40px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .get-app-section .section-inner {
    margin: 0 0 30px 0;
    border-radius: 10px;
  }

  .get-app-section .text-section {
    padding: 20px;
  }

  .get-app-section .text-section h2 {
    margin-bottom: 10px !important;
  }

  .get-app-section a img {
    width: 150px;
  }

  .footer ul:nth-child(2),
  .footer ul:last-child {
    margin-left: 0;
    padding-left: 20px;
  }

  .footer ul {
    padding-left: 20px;
    margin-bottom: 30px;
  }

  .footer-logo {
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .header-logo-s {
    padding-left: 10px;
  }
}
