.landing-page-wrapper .header ul li a {
    font-weight: 700;
    font-size: 20px;
  }
  .landing-page-wrapper .header ul li button {
    font-size: 20px;
    font-weight: 500;
    padding: 5px 40px;
    box-shadow: 2px 3px 4px 0px rgba(51, 51, 51, 0.75);
  }
  .landing-page-wrapper .header .navbar-collapse {
    text-align: center;
  }
  .landing-page-wrapper .header .navbar-collapse .navbar-brand {
    margin: 0;
  }
  .landing-page-wrapper .landing-banner-section h1 {
    font-size: 36px;
    font-weight: 600;
    color: #1d2451;
    font-family: "augustinebold";
  }
  .landing-page-wrapper .landing-banner-section p {
    color: #1b244f;
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
  }
  
  .landing-page-wrapper .landing-banner-section button {
    width: auto;
    font-size: 22px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 35px;
    margin-top: 40px;
  }
  .landing-page-wrapper .landing-banner-section img {
    /* width: 35%; */
    margin-right: 80px;
  }
  .landing-page-wrapper .why-sell-section h1 {
    font-size: 38px;
    color: #d28681;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    font-family: "augustinebold";
  }
  .landing-page-wrapper .why-sell-section h6 {
    font-size: 22px;
    color: #d28681;
    font-weight: 600;
    text-align: center;
    width: 80%;
    margin: auto;
    font-family: "augustinebold";
  }
  .landing-page-wrapper .why-sell-section p {
    font-size: 16px;
    color: white;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .landing-page-wrapper .why-sell-section .img-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 0;
  }
  .landing-page-wrapper .why-sell-section .img-section .w-41 {
    width: 41% !important;
  }
  .landing-page-wrapper .common-heading-section h1 {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    color: #1d2451;
    font-family: "augustinebold";
  }
  .landing-page-wrapper .common-heading-section p {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    color: black;
  }
  .landing-page-wrapper .common-heading-section h3 {
    font-size: 1.2rem !important;
    margin-top: 45px;
  }
  .landing-page-wrapper .landing-page-advantage-section h4 {
    font-weight: 700;
    font-size: 28px;
    color: #1d2451;
    font-family: "augustinebold";
  }
  .landing-page-wrapper .landing-page-advantage-section .btn-primary {
    font-size: 20px;
    font-weight: 500;
    padding: 5px 40px;
    box-shadow: 2px 3px 4px 0px rgba(51, 51, 51, 0.75);
  }
  .landing-page-wrapper .landing-page-advantage-section .flower-icon {
    position: absolute;
    left: -13px;
    top: 4px;
  }
  
  .landing-page-wrapper .promo-section {
    width: 300px;
    position: absolute;
    top: 100px;
    right: 0px;
  }
  
  .landing-page-wrapper .promo-section .promo {
    color: #713a74;
    background-color: #f4988a;
    padding: 13px 0;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    font-family: "augustinebold";
  }
  
  .landing-page-wrapper .promo-section .desc {
    color: white;
    background-color: #713a74;
    padding: 11px;
    font-size: 13px;
    box-shadow: 2px 3px 4px 0px rgba(51, 51, 51, 0.75);
    text-align: center;
  }
  .landing-page-wrapper .circle {
    background: white;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-60%);
  }
  .landing-page-wrapper .circle.left {
    right: -5px;
  }
  .landing-page-wrapper .circle.right {
    left: -5px;
  }
  .landing-page-wrapper .circle.one {
    top: 12%;
  }
  .landing-page-wrapper .circle.two {
    top: 28%;
  }
  .landing-page-wrapper .circle.third {
    top: 44%;
  }
  .indybirds-sellers-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
  }
  .indybirds-sellers-slider li {
    margin: 0 0.25rem;
  }
  
  .indybirds-sellers-slider button {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: grey;
    text-indent: -9999px;
  }
  
  .indybirds-sellers-slider li.slick-active button {
    background-color: #1c234e;
  }
  
  .landing-page-wrapper .hz-footer h5 {
    font-size: 35px;
    color: #e18580;
    font-weight: 500;
    font-family: "augustinebold";
  }
  
  .landing-page-wrapper .hz-footer p {
    font-size: 23px;
    color: white;
  }
  .landing-page-wrapper .hz-footer .form {
    background-color: white;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 88px 65px 40px 65px;
    border-top-left-radius: 150px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 0;
  }
  .landing-page-wrapper .hz-footer .form input {
    width: 100%;
    border: none;
    border-bottom: 2px solid grey;
    margin-bottom: 35px;
  }
  .landing-page-wrapper .hz-footer .form button {
    box-shadow: 2px 3px 4px 0px rgba(51, 51, 51, 0.75);
  }
  .landing-page-wrapper .hz-footer img {
    width: 40%;
  }
  
  .landing-page-wrapper .hz-footer .form input:focus-visible {
    outline: none;
  }
  