@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  color: #222;
}

.theme-color {
  color: #0A2B41;
}

.navbar {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}

.navbar .navbar-nav {
  gap: 24px;
  margin-right: 90px;
}

.navbar-nav a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.hero-section {
  background: #fff;
}

.common-btn {
  font-weight: 400;
  font-size: 14px;
}

.common-btn span {
  display: inline-block;
  transform: rotate(-28deg);
  margin-left: 4px;
}

.hero-section .btn-outline-warning {
  border: 2px solid #ffb347;
  color: #ffb347;
  font-weight: 400;
  font-size: 14px;
}

.hero-section .btn-outline-warning:hover {
  background: #ffb347;
  color: #fff;
}

.about-section {
  background: #0A2B41;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.about-section h2 {
  font-size: 2.2rem;
}

.about-section .about-line {
  border-bottom: 2px solid #fff;
  opacity: 0.2;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.how-section {
  background: #fff;
}

.how-section h2 {
  font-size: 2.2rem;
}

.signup-section {
  background: #0b2239;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.circle-outline {
  width: 560px;
  height: 560px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.4rem 6rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  margin-left: -100px;
}

.circle-outline h3 {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.circle-outline h4 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

.active-wrap {
  display: none;
}

.circle-outline.active-circle h3 {
  font-size: 36px;
  margin-bottom: 60px;
}

.active-circle {
  background: linear-gradient(270deg, #EF9120 0%, #C6561D 100%);
  border: 0;
  box-shadow: 0 4px 24px rgba(255, 107, 0, 0.12);
  z-index: 3;
  padding: 3.4rem 3.8rem;
}

.active-circle .active-wrap {
  display: block;
}

/* FOOTER */
.footer-section {
  color: #222;
  border-top: 1px solid #eee;
}

.footer-text h4 {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  margin-bottom: 0;
}

.footer-text p {
  font-size: 20px;
  font-weight: 200;
  color: #000;
  line-height: 1.2;
}

.footer-section a {
  text-decoration: none;
}

.footer-section .btn-outline-dark {
  border: 2px solid #222;
  color: #222;
  font-weight: 600;
}

.footer-section .btn-outline-dark:hover {
  background: #222;
  color: #fff;
}

.footer-section .social-icons {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
}

.footer-section .social-icons a {
  display: flex;
}

.footer-section .footer-links {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
}

.footer-section .footer-links a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.footer-section .footer-copyright {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.footer-section .footer-copyright a,
.footer-section .footer-copyright span {
  font-size: 13px;
}

.footer-section .download-app {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}

.footer-section .download-app span {
  font-size: 26px;
  font-weight: 500;
}

.footer-section .footer-wrap {
  padding-left: 90px;
}

.bg-light-pink {
  background-color: #fcf2e9;
}

/* Responsive Tweaks */
@media (max-width: 991px) {}

@media (max-width: 767px) {

  .hero-section h1,
  .about-section h2,
  .how-section h2 {
    font-size: 2rem;
  }
}

/* New Order */
.image-box-order {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
}

.image-box-order img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-box-order::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
  z-index: 1;
}

.height-44 {
  height: 320px;
}

.center-banner-sec {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-direction: column;
}

/* 
  Main Title
 */
.main-title {
  font-size: 75px;
  color: #000000;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 30px;
}

.main-title span {
  font-weight: 200;
}

.lead {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.pannel-small .image-box-order {
  max-height: 250px;
}

.about-section {
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: 9;
}

.image-boxes {
  position: relative;
  height: calc(100vh - 120px);
}

.image-boxes::before {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 10px;
  width: 250%;
  height: 60%;
  background-image: url('../images/iamge-scissor.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}

.image-boxes .image-box-order {
  position: absolute;
  width: 58%;
  height: 74%;
  border: 10px solid #0A2B41;
}

.image-boxes .image-box-order.order-1 {
  top: 0;
  left: 50px;
  z-index: 1;
}

.image-boxes .image-box-order.order-2 {
  bottom: 0;
  right: 0;
  z-index: 0;
}

.how-section .screenshot-image {
  max-height: calc(100vh - 70px);
}

.how-section::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -10.5rem;
  width: 100%;
  height: 50%;
  background-image: url('../images/scissor.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}

.play-links {
  display: flex;
  gap: 10px;
  margin-left: 20px;
}

.xs-view-only {
  display: none;
}

.app-btns {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.app-btns img {
  width: 80px;
}

/* Modal related css */
.contact-us-modal .modal-header {
  padding-bottom: 0;
}

.contact-us-modal .close-btn {
  margin-left: auto;
  border: none;
  background: none;
  font-size: 20px;
}


@media only screen and (max-width: 767px) {

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

  .navbar .navbar-nav {
    gap: 8px;
    margin-right: 0;
    margin-top: 20px;
  }

  .navbar-collapse img {
    height: 42px !important;
  }

  .play-links {
    justify-content: center;
    margin-left: 0;
  }

  .about-section {
    height: auto !important;
  }

  .image-boxes {
    height: 330px !important;
  }

  .about-section .pe-5 {
    padding-right: 0 !important;
  }

  .image-boxes .image-box-order.order-1 {
    left: 20px;
  }

  .how-section::before {
    content: unset;
  }

  .circle-wrap {
    flex-direction: column;
  }

  .circle-wrap .circle-outline {
    width: 300px;
    height: 300px;
    padding: 24px;
    flex-wrap: wrap;
  }

  .circle-outline.active-circle h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .circle-wrap .circle-outline h4 {
    font-size: 18px;
  }

  .footer-wrap {
    padding-left: 0px !important;
  }

  .footer-section .footer-copyright {
    flex-direction: column;
  }

  .hero-section .center-banner-sec {
    margin-top: 20px;
  }

  .hero-section .bottom-image {
    margin-bottom: 20px;
  }

  .xs-view-only {
    display: flex !important;
  }

  /* .play-links {
    display: none;
  } */
  .app-btns{
    margin-top: 10px;
  }
  .app-btns img {
    width: 44px;
  }
  .contact-us-modal h4{
    font-size: 18px;
  }
  .app-images{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}