@font-face {
  font-family: "Mangueira Bold";
  src: url("../fonts/Mangueira-Bold.otf");
  font-weight: 700;
}

@font-face {
  font-family: "Mangueira Medium";
  src: url("../fonts/Mangueira-Medium.otf");
  font-weight: 500;
}

@font-face {
  font-family: "Mangueira Regular";
  src: url("../fonts/Mangueira-Regular.otf");
}
body {
  font-family: "Mangueira Regular";
}
h1,
h2,
h3,
h4 {
  font-family: "Mangueira Bold";
}

html {
  scroll-behavior: smooth;
}

.header {
  background-color: #02061d;
  padding: 20px 0;
}
.navbar-collapse {
  justify-content: flex-end;
}
.navbar-nav li a {
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
  padding: 0 34px;
  text-decoration: none;
  font-weight: 500;
}
.navbar-nav {
  align-items: center;
}

.navbar-nav .download_btn {
  margin-left: 40px;
}
.download_btn a {
  background: #ffce68;
  border-radius: 10px;
  height: 60px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #02061d !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  text-decoration: none;
}
.container {
  max-width: 1440px;
  padding: 0;
}

.banner {
  background-image: url(../images/banner.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0 0;
  position: relative;
}
.banner:before {
  content: "";
  background: url(../images/bannershadow.png);
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.banner .container.d-flex {
  align-items: center;
}
.banner-img img {
  max-width: 100%;
  width: 100%;
}
.banner-content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
}
.banner-content h4 {
  background: rgba(248, 248, 248, 0.05);
  border-radius: 80px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 10px 40px;
  margin: 0 0 10px;
  display: inline-block;
}
.banner-content h1 span {
  color: #ffce68;
}
.banner-content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  margin: 40px 0;
}
.banner .download_btn a {
  width: 240px;
  margin: 0 20px 0 0;
  text-decoration: none;
}
.banner a.learn_more {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #f5b52e;
  border-radius: 10px;
  color: #fff !important;
}

.banifit {
  padding: 100px 0;
  background: #02061d;
}
.bg_text {
  background: #1a1d32;
  border-radius: 0 0 10px 10px;
  color: #fff;
  padding: 30px 20px;
  min-height: 158px;
}
.banifit .b_content img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
}
.banifit .b_content {
  padding-right: 25px;
  padding-left: 25px;
}

.bg_text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 10px;
}
.bg_text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin: 0;
}

.title {
  text-align: center;
  margin: 0 0 60px;
}
section h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 100px;
  color: #fff;
}
.title span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffce68;
  opacity: 0.6;
}

.banifit .download_btn a {
  max-width: 200px;
  margin: 50px auto 0;
}

.contact {
  padding: 50px 0 0;
  background-image: url(../images/contact_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact .container {
  align-items: center;
}
.contact_title span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.contact_title h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  color: #02061d;
}
.contact-form label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #02061d;
}
.contact-form .col-md-12 {
  margin: 0 0 20px;
  padding: 0;
}
.contact-form input {
  background-color: #e6ba61;
  border-radius: 10px;
  border: 0;
  padding: 10px 55px 10px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #02061d;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 3% 50%;
  background-size: auto;
}

.contact-form input:focus {
  background-color: #fff;
  border: 0;
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

.contact-form input::placeholder {
  font-weight: 600;
  color: #02061d;
}
.earning_details {
  padding: 40px;
  background: #02061d;
  border-radius: 10px;
  color: #fff;
}
.earning_summary {
  max-width: 470px;
}
.earning_summary h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #02061d;
}
.earning_details {
  padding: 40px;
  background: #02061d;
  border-radius: 10px;
  color: #fff;
}
.earning_details span {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 0;
  /* max-width: 270px; */
}
.earning_details span b {
  font-size: 24px;
  display: flex;
}
.earning_details span b span {
  margin: 0 0 0 8px;
}
.call_pic img {
  width: 100%;
  max-width: 600px;
}
.percentage input {
  background-image: url(../images/per.png);
  padding: 10px 10px 10px 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
.dolor input {
  background-image: url(../images/dolor.png);
  padding: 10px 10px 10px 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
.contact-form {
  max-width: 470px;
}
.faq {
  background: #1a1d32;
  padding: 70px 0px;
}

.accordion-container {
  position: relative;
  max-width: 1000px;
  margin: 10px auto;
}
.faq h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 48px;
}
.set {
  position: relative;
  margin: 0 0 30px;
  background-color: #433c3b;
  border-radius: 8px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.set h3 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  padding: 23px 50px 23px 23px;
  cursor: pointer;
  margin: 0;
  background-image: url(../images/plus.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
.set.active h3 {
  background-image: url(../images/minus.png);
}
.content {
  display: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: ease-in-out 0.5s;
}
.set.active .content {
  display: block !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transition: ease-in-out 0.5s;
}
.content p {
  padding: 10px 15px;
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.earn_section {
  background: #02061d;
  padding: 100px 0;
}
.earn_section .container {
  background: #1a1d32;
  border-radius: 10px;
  align-items: center;
  padding: 30px 20px 0;
}
.earn_section h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  color: #ffffff;
}
.earn_section p {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  color: #ffffff;
}
.book-app {
  text-align: right;
}
.book-app img {
  width: 100%;
  max-width: 400px;
}
.earn_title .d-flex a {
  margin: 20px 5px 0;
}
.earn_title .d-flex a img {
  width: 140px;
}
.qr_code img {
  max-width: 100%;
  display: none;
}
.qr_code {
  text-align: center;
}
.qr_code h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  display: none;
}
.footer {
  background: #1a1d32;
  padding: 80px 0;
}
.footer .container {
  justify-content: space-between;
}
.footer h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #f0f1ee;
  opacity: 0.8;
  margin: 0 0 30px;
}
.footer ul {
  padding: 0;
}
.footer ul li {
  list-style: none;
  margin: 0 0 20px;
}
.footer ul li a {
  font-weight: 300;
  font-size: 27px;
  line-height: 1.2;
  color: #f0f1ee;
  text-decoration: none;
}
.footer ul li a img {
  padding: 0 5px 0 0;
}

#myBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  border: 0;
  background: none;
  z-index: 99999;
}

#myBtn img {
  background: #ffce68;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  object-fit: contain;
  cursor: pointer;
}

.header {
  animation: animName;
}

@keyframes animName {
  0% {
    transform: translatey(0);
  }
  30% {
    transform: translatey(20px);
  }
  100% {
    transform: translatey(0);
  }
}

.navbar-brand img,
.col_1 a img {
  max-width: 150px;
}

/* our contact form css */
.form_row {
  margin: 50px 0 0;
}
.our_form {
  background: #02061d;
  padding: 50px 0;
}
.our_form_sec h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
.our_form_sec p {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #ffce68;
  opacity: 0.6;
  text-align: center;
}
.form_row input,
.form_row textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 1.5px solid #ffffff;
  background: transparent;
  opacity: 0.5;
  resize: none;
  color: #fff;
}
.form_row input:focus,
.form_row textarea:focus {
  opacity: 1;
  outline: none;
}
.form_row input::placeholder,
.form_row textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.form_row .row > div {
  margin: 0 0 30px;
}
.contact_us {
  background: #ffce68;
  border-radius: 10px;
  height: 60px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #02061d !important;
  font-weight: 700 !important;
  opacity: 1 !important;
  text-decoration: none;
  border: 0;
  width: 170px;
  margin: 0 auto;
}
.contact-form input::placeholder {
  color: #000;
  opacity: 0.5; /* Firefox */
}

.percentage label img,
.dolor label img {
  width: 18px;
  margin: 0 0 4px 5px;
  cursor: pointer;
}

/* media query start */

@media (max-width: 1600px) {
  .container {
    padding: 0 40px;
  }
  .banner-content h1 {
    font-size: 70px;
    line-height: 1.2;
  }
  .banner-content p {
    font-size: 20px;
    margin: 20px 0 40px;
  }
}

@media (max-width: 1440px) {
  .banner-img img {
    max-width: 500px;
  }
  .banner .download_btn a {
    width: 180px;
    min-width: 180px;
  }
  .banifit {
    padding: 50px 0;
  }
  section h2 {
    font-size: 50px;
    line-height: 1.3;
  }
  .bg_text p {
    font-size: 18px;
  }
  .banifit .b_content img {
    height: 300px;
  }
  .bg_text h3 {
    font-size: 20px;
  }
  .contact_title h2 {
    font-size: 50px;
  }
  .earn_section h2 {
    font-size: 50px;
  }
  .earn_section p {
    font-size: 30px;
  }
  .book-app img {
    max-width: 300px;
  }
  .earn_section {
    padding: 60px 0;
  }
}

@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }
  .banner-content h1 {
    font-size: 50px;
  }
  .banner-img img {
    max-width: 400px;
  }
  .banifit .b_content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .earning_details {
    padding: 20px;
  }
  .contact_title h2 {
    font-size: 40px;
  }
  .contact-form input {
    height: 45px;
    padding: 10px 35px 10px 12px;
  }
  .earning_details span {
    margin: 15px 0 0;
  }
  .faq {
    padding: 40px 0px;
  }
  .faq h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .earn_section h2 {
    font-size: 40px;
  }
  .book-app img {
    max-width: 300px;
  }
  .percentage input {
    padding: 10px 10px 10px 70px;
  }
  .dolor input {
    padding: 10px 10px 10px 70px;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    background: #fff;
    border-radius: 5px;
  }
  .navbar-nav li a {
    color: #000;
    opacity: 1;
    padding: 8px 20px;
    display: block;
  }
  .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar-nav .download_btn {
    margin-left: 0;
    padding: 10px 20px;
    max-width: 250px;
    margin-right: auto;
  }
  .download_btn a {
    height: 45px;
  }
  .header {
    padding: 20px 0;
  }
  .fixed-header .header {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    animation: animName;
  }
  .banner-content h1 {
    font-size: 40px;
  }
  .banner-content h4 {
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 20px;
  }
  .banner-content {
    padding: 0 0 40px;
  }
  .banner {
    padding: 30px 0 0;
  }
  .bg_text {
    padding: 20px 12px;
  }
  section h2 {
    font-size: 40px;
  }
  .title {
    margin: 0 0 30px;
  }
  .bg_text h3 {
    font-size: 18px;
  }
  .banifit .b_content {
    padding-right: 5px;
    padding-left: 5px;
  }
  .earning_details span b {
    font-size: 20px;
  }
  .contact {
    padding: 40px 0;
  }
  .call_pic {
    display: none;
  }
  .contact .container > div {
    flex: auto;
    max-width: 100%;
    padding: 0;
  }
  .book-app img {
    max-width: 200px;
  }
  .earn_section p {
    font-size: 25px;
  }
  .earn_section h2 {
    font-size: 35px;
  }
  .earn_section {
    padding: 30px 0;
  }
  .footer ul li a {
    font-size: 20px;
  }
  .footer ul li {
    margin: 0 0 10px;
  }
  .footer h3 {
    margin: 0 0 10px;
  }
  .footer {
    padding: 40px 0 20px;
  }
  .banner-img img {
    max-width: 310px;
  }
  .our_form_sec h2 {
    font-size: 35px;
  }
  .our_form_sec p {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .navbar-brand img {
    width: 100px;
  }
  .banner .container.d-flex {
    flex-direction: column;
  }
  .banner-content {
    padding: 0 0 30px;
  }
  .banifit .container.d-flex {
    flex-direction: column;
  }
  .banifit .b_content {
    margin: 0 0 20px;
  }
  .bg_text {
    min-height: auto;
  }
  .banifit .download_btn a {
    margin: 30px auto 0;
  }
  .set {
    margin: 0 0 15px;
  }
  .set h3 {
    font-size: 18px;
    padding: 15px 35px 15px 15px;
  }
  .content p {
    font-size: 16px;
  }
  .earn_section .container {
    flex-direction: column;
    padding: 30px 15px 30px;
  }
  .earn_title {
    text-align: center;
  }
  .earn_title .d-flex {
    justify-content: center;
  }
  .book-app {
    display: none;
  }
  .qr_code {
    padding: 30px 0 0;
  }
}

@media (max-width: 480px) {
  .banner .download_btn a {
    font-size: 14px;
    width: auto;
    min-width: 140px;
    margin: 0 10px 0 0;
  }
  .banner-img img {
    max-width: 300px;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer .container > div {
    padding: 0 0 20px;
  }
  .banner::before {
    opacity: 0.7;
  }
}
/*Form*/
.form-body {
  background-color: #02061d;
}
.form-header {
  padding: 20px 0;
}
.form-header .form-group {
  position: relative;
}
.form-header input[type="text"],
.form-header input[type="email"],
.form-header input[type="tel"] {
  background: rgba(255, 255, 255, 0.1);
  height: 60px;
  /* max-width: 705px; */
  width: 100%;
  padding-left: 60px;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
}
.form-header textarea {
  background: rgba(255, 255, 255, 0.1);
  height: 60px;
  width: 100%;
  padding-left: 60px;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  padding-top: 1rem;
}
.form-header .form-group.comment {
  padding: 30px 0;
}
.form-header span.input_icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.form-header .logo {
  text-align: center;
}
.form-header .logo img {
  width: 122px;
}
.form-header .form-section .form-area h3 {
  padding: 50px 0;
  font-size: 25px;
  font-family: "Mangueira Bold";
  color: #fff;
  text-align: center;
}
.form-header textarea {
  width: 100%;
}
.form-header .grid2_input {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.submit-btn {
  text-align: center;
  border-radius: 10px;
}
button#payBtn {
  background: #ffce68;
  width: 240px;
  height: 70px;
  font-family: "Mangueira Bold";
  font-size: 18px;
  border-radius: 10px;
}
@media only screen and (max-width: 1400px) {
  .form-header .grid2_input {
    grid-gap: 20px;
  }
  .form-header .form-group.comment {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 992px) {
  .form-header .grid2_input {
    grid-gap: 10px;
  }
  .form-header .form-group.comment {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-header .grid2_input {
    grid-template-columns: 1fr;
  }
}
