/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Urbanist", sans-serif;
  color: #fff;
  background-color: #013542 !important;
  line-height: 1.5;
}
footer {
  background: #013542 !important;
}
a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Urbanist", sans-serif;
  color: #fff;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #4d0000 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 3rem 0;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #64f7c8;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #0d2e3b;
  line-height: 0;
}

.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.why-fame-section {
  background: #013542 !important;
  color: #fff;
  padding: 2rem;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
  color: #000;
}
.btn.btn-outline-red {
  background: #64f7c8;
  margin: 15px;
  color: #013542;
  border-radius: 12px;
  text-transform: none;
  font-weight: bold;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.col-md-4.aos-init.aos-animate {
  margin: 15px 0px;
}
.primary-font {
  color: #64f7c8;
}
.feature-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn.btn-outline-white:hover,
.btn.btn-outline-red:hover {
  background: #64f7c8;
  color: #013542;
}

.btn.btn-primary {
  background: #013542 !important;
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.feature-1 .wrap-icon img {
  width: 100%;
}
/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
  background: none;
}

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 20px;
}

.feature-1 p {
  color: #b1b1b1;
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: #013542 !important;

  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}
.app-download-img {
  width: 130px;
}
.influ-point-img {
  width: 50px;
}
.step p:last-child {
  margin-bottom: 0px;
}
.msl-1 {
  margin-left: 70px;
}
/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #fff;
}

.review .stars span {
  color: #ff8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4d0000;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4d0000;
}

/* Pricing */
.pricing {
  padding: 50px;
  background-color: #013542 !important;
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #4d0000;
}

.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid rgb(241, 241, 241);
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #4d0000;
}

.pricing.popular {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background-color: #013542 !important;
  color: #fff;
  box-shadow: none;
}
.brands {
  text-align: center;
}
.brand-item {
  width: 14%;
}
.brands img {
  height: 60px;
  width: 80%;
  margin: 0 auto;
}
.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #4d0000;
}

/* CTA Section */
.cta-section2 {
  background-color: #013542 !important;
  color: #fff;
  padding: 2rem;
}
.cta-section {
  background-color: #013542 !important;
  color: #fff;
}

.why-section-1 {
  background-color: #013542 !important;
  color: #fff;
  padding: 2rem;
}
.why-section-2 {
  background-color: #013542 !important;
  color: #fff;
  padding: 2rem;
}
.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 845px) {
  .cta-section h2 {
    font-size: 2rem;
  }
  .hero-section,
  .hero-section > .container > .row {
    min-height: 1050px;
  }
  .imgcoldownload img {
    transform: rotate(270deg) scaleX(-1);
  }
  .download-form {
    margin-top: 100px;
  }
  .footer {
    display: block;
  }
  .social {
    margin-top: 25px;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #4d0000;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #4d0000;
}

.post-entry .post-text .readmore {
  color: #4d0000;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  text-decoration: none;
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background-color: #013542;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
  text-decoration: underline;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #4d0000;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #4d0000;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #4d0000;
}
.form-head {
  margin-bottom: 20px !important;
}
.privacy-terms {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  margin-top: 10px;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#Registerhero {
  background: url(../img/register-bg.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section {
  background-color: #64f7c8;
  position: relative;
}
.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section > .container > .row {
  height: 100vh;
  min-height: 700px;
}
#RegisterheroRow {
  align-items: center;

  margin-left: 50px;
  margin-bottom: 100px;
}
#signupForm,
#loginForm {
  margin-top: 100px;
  margin-bottom: 100px;
}
.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}
.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}
.hero-section .iphone-wrap img {
  width: 610px;
}
.footer {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-section-main-left {
  margin-left: 17%;
}

#downloadFormSuccess,
#downloadFormSuccess h1 {
  color: #013542;
}
#downloadFormSuccess .modal-header {
  border-bottom: 0px;
}

@media screen and (max-width: 1400px) {
  .hero-section .iphone-wrap img {
    width: 500px;
  }
  .hero-section-main-left {
    margin-left: 5%;
  }
}
@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

@media (max-width: 1041px) {
  .hero-section .iphone-wrap img {
    width: 400px;
  }
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.getTheAppHeader {
  color: #64f7c8;
  text-transform: uppercase;
  font-size: 107px;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -25%;
  overflow: hidden;
  left: 0;
  box-shadow: none;
  /* border-radius: 30px; */
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 540px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 106px;
  margin-left: 253px;
  width: 371px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
  .footer {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 845px) {
  .hero-section,
  .hero-section > .container > .row {
    min-height: 1050px;
  }
  .brands img {
    width: 80%;
    height: auto;
  }
  .brand-item {
    width: 100%;
    margin: 40px 0px;
  }
  .hero-section .iphone-wrap .phone-1 {
    margin-left: 30px;
  }
  .hero-section .iphone-wrap img {
    width: 100%;
  }
  .arrow-main-section {
    position: relative;
  }
  .arrow-main-section img {
    position: absolute;
    rotate: 270deg;

    right: 24px;

    bottom: 30px;
  }
  .getTheAppRIght {
    text-align: center;
  }
  .getTheAppLeft {
    text-align: center;
    margin-top: 50px;
  }
  .footer {
    display: block;
  }
  #RegisterheroRow {
    margin-left: 0px;

    margin-top: 100px;
  }
  .RegisterheroRow-left {
    text-align: center;
  }
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #fff;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 35px;
  height: 35px;

  position: relative;
  text-align: center;

  color: #fff;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a i {
  line-height: 0;
}
.inputs-list,
.c-mip-column-popup__form-wrapper .inputs-list,
.dynamic-grid .inputs-list,
main#main-content .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}
.hs-input {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #3b373a;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 16px 20px;
  outline: none;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.styled-checkbox {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.styled-checkbox .checkbox {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  max-width: 24px;
  position: relative;
  width: 100%;
}
.styled-checkbox input {
  display: none !important;
}

.styled-checkbox input:checked + .checkbox:after {
  border: solid #bd1409;
  border-width: 0 3px 3px 0;
  content: " ";
  height: 13px;
  left: 7px;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}
.main-form {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 70px;
  margin-top: 34px;
  padding-left: 4%;
  padding-right: 5%;
  padding-top: 41px;
  padding-bottom: 40px;
  color: #000;
}

.hs-submit input:not(.cta-secondary):not(.cta-primary),
.c-mip-column-popup__form-wrapper
  .hs-submit
  input:not(.cta-secondary):not(.cta-primary),
.cta_button:not(.cta-secondary):not(.cta-primary),
.dynamic-grid .hs-submit input:not(.cta-secondary):not(.cta-primary),
main#main-content .hs-submit input:not(.cta-secondary):not(.cta-primary) {
  background-color: #bd1409;
  color: #fff;
  border: 1px solid #bd1409;
  padding: 10px 27px;
}
.hs-submit input,
.c-mip-column-popup__form-wrapper .hs-submit input,
.cta_button,
.dynamic-grid .hs-submit input,
main#main-content .hs-submit input,
.hs-button {
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 16px;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease-in, background-color 0.2s ease-in,
    border 0.2s ease-in;
  -o-transition: color 0.2s ease-in, background-color 0.2s ease-in,
    border 0.2s ease-in;
  transition: color 0.2s ease-in, background-color 0.2s ease-in,
    border 0.2s ease-in;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* New CSS 22 APR 2025 */
.arrow-main-section {
  margin-left: 122px;
}
.arrow-main-section img {
  width: 100px;
}
.get-app-txt {
  color: #013542 !important;
  font-weight: bold;
  font-size: 18px;
}
.main-section-btns {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 50px;
}
.primary-color {
  color: #013542 !important;
}
.hero-section-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px; /* Optional: adds spacing between items */
  flex-wrap: wrap;
}

/* venu images css*/
.campaign-section {
  display: flex;
  align-items: center;

  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  color: white;
}

.image-circle {
  width: 150px;
  height: 150px;
  background-color: #8fffd2; /* light mint green */
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.image-circle img {
  width: 100%;
  height: auto;
}

.text-content {
  margin-left: 24px;
}

.text-content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  color: #ffffff;
}
.img-overline img {
  width: 360px;
}
.register-arrow img {
  position: absolute;
  width: 138px;
  margin-left: 20px;
}

.ugc-card {
  text-align: center;
  padding: 20px;
  max-width: 300px;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
}

.ugc-image-circle {
  width: 200px;
  height: 200px;
  background-color: #8fffd2; /* mint green */
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ugc-image-circle img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ugc-title {
  font-size: 24px;
  font-weight: bold;
  color: #0d2e3b; /* deep teal/navy */
  margin: 0;
}

.ugc-description {
  font-size: 16px;
  color: #333;
  margin-top: 8px;
}
.waiting-for-the-sunrise-regular {
  font-family: "Waiting for the Sunrise", cursive;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #fff;
}
.getappcols {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.imgcol img {
  width: 75%;
}
.need-more-btn {
  background-color: #ffce51;
  color: #000;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: 500;
}

/* Mobile view (adjust breakpoint as needed) */
@media (max-width: 845px) {
  .hero-section-main {
    margin-top: 100px;
  }
  .hero-section-main-left {
    margin-left: 0%;
    width: 100%;
  }
  .main-section-btns {
    flex-direction: column;
    align-items: center;
    gap: 20px; /* Reduce spacing for smaller screens */
  }
  .text-content h2 {
    font-size: 16px;
  }
}

#venuesMain,
#getTheApp {
  background-color: #013542;
  padding-top: 3rem;
}
#creatorsMain,
#downloadMain {
  background-color: #fff;
  color: #013542;
}
#creatorsMain .section-heading,
#downloadMain .section-heading {
  color: #013542;
}
.download-form {
  background-color: #0e2f38;
  padding: 40px 30px;
  border-radius: 16px;
  width: 100%;
  max-width: 460px;
}

.download-form label {
  color: white;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.download-form input {
  width: 100%;
  padding: 10px 16px;
  margin-bottom: 4px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
}

.download-form input::placeholder {
  color: #999;
}

.download-form button {
  width: 100%;
  background-color: #7cfdd0;
  color: #0e2f38;
  font-weight: bold;
  font-size: 16px;
  padding: 14px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.download-form button:hover {
  background-color: #6be5bd;
}

.imgcoldownload {
  position: relative;
}
.imgcoldownload img {
  width: 50%;
  text-align: right;
  position: absolute;
  right: 0px;
}

#downloadMain {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.downloadrow {
  align-items: center;
}
.logofooter img {
  width: 160px;
}
.terms-checkbox {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif; /* or your preferred font */
  font-size: 16px;
  margin-bottom: 20px;
  color: #1a3b32; /* dark green like in your image */
}

.terms-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  accent-color: #1a3b32; /* makes checkbox color green in supported browsers */
  cursor: pointer;
  margin-top: 13px;
}

.terms-checkbox .highlight {
  font-weight: 600;
  color: #fff;
  text-transform: none;
}
.hidden {
  display: none;
}
.error-message {
  color: red;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
input.error {
  border: 1px solid red;
}
