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

  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: black;
    color: white;
  }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem 1rem 0px;
    /* background-color: #f8f9fa; */
    margin-top: 20px;
  }


  .helvitica-nue-light{
      font-family: var(--font-family-helveticaneue-light);
  }


  header .logo {
    height: 90px;
    width: 300px;
  }

  footer .logo {
    height: 90px;
    width: 300px;
  }

  .hero h1{
    color: var(--white);
    font-family: var(--font-family-helveticaneue-medium);
    font-size: 93px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 93px;
    text-align: center;
  }

  .hero p{
    width: 100%;
    color: var(--white);
    font-family: var(--font-family-helveticaneue-light);
    font-size: var(--font-size-xxxl);
    font-style: normal;
    font-weight: 400;
    margin-top: 70px;
    letter-spacing: 0;
    line-height: 44px;
    /* position: absolute; */
    text-align: center

  }


  




  header .logo img{
    height: 144px;
    width: 275px;
  }

  footer .logo img{
    height: 144px;
    width: 275px;
  }

  nav ul {
    display: flex;
    list-style: none;
    font-size: 24px;
    margin-top: 30px;
  }

  nav ul li {
    margin: 0 1rem;
  }

  nav ul li a {
    text-decoration: none;
    color: white;
  }

  .signup-button {
      /* background-color: #007bff; */
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 5px;
  background-image: url(../img/rectangle-390-1x-png-1x-png@1x.png);
  cursor: pointer;
  height: 56px;
  width: 222px;
  background-position: 50% 50%;
  font-size: 23px;
  background-size: cover;
  }

  .login-button {
      text-decoration: underline;
      color: #6cff7d;
      font-size: 26px;
  font-style: normal;
  font-weight: 700;
  background-color: none;
  background: none;
  border: none;
  cursor: pointer;
  }

  .hero {
    /* text-align: center; */
    margin: 4rem 0;
  }

  form {
    max-width: 1300px;
    margin: 0 auto;
    padding: 1rem;
    
  }

  form label {
  margin: 1rem 0 0.5rem;
  font-weight: bold;
  font-size: 31px;
  padding: 30px;
  width: 320px;
  }

  .field{
      display: flex;
      align-items: center;
      height: 95px;
  }

  form input {
  width: 70%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  /* border: 1px solid #ccc; */
  border: none;
  /* border-radius: 5px; */
  background-color: transparent;
  color: white;
  border-bottom: 3px solid white;
  font-size: 1.5rem;
  }

  .continue-button {
      display: block;
      min-width: 500px;
      max-width: 700px;
  padding: 0.5rem;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  height: 113px;
  padding: 26px 260px;
  background: linear-gradient(274.25deg, #b2de4e 4.6%, #e5c955 16.37%, #a532ed 92.2%);
  margin: auto;
  font-size: 40px;
  margin-top: 40px;
  }

  .form-footer {
    text-align: center;
    margin-top: 1rem;
  }

  footer {
    /* background-color: #f8f9fa; */
    padding: .5rem;
    border-top: 2px solid white;
  }

  footer .footer-section {
    margin-bottom: 1rem;
  }

  footer .footer-section h2 {
    margin-bottom: 4rem;
  }

  footer .footer-section ul {
    list-style: none;
    padding: 0;
  }

  footer .footer-section ul li {
    margin-bottom: 0.5rem;
  }

  footer .copyright {
    /* text-align: center; */
    margin-top: 0;
    font-size: 20px;
    color: #00ffce;
    font-style: normal;
  font-weight: 400;
  }


  footer .copyright span{
      border: 3px solid; 
      border-color: #00ffce;
      border-radius: 28.2px / 24.3px;
      margin-right: 10px;
      height: 49px;
      margin-bottom: 0;
      min-width: 56px;
      padding: 0 12.7px;
  }

  footer .terms-of-use{
      margin: 0;
      font-size: 20px;
  }

  .parent-container{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
  }

  .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Switch to 2 columns */
  gap: 40px;
  margin-top: 80px;
  max-width: 1300px;
  width: 100%;
  margin-left: 60px;
}

.blog-container{
    border-radius: 5px;
    height: 950px;
    margin-top: 130px;
    position: relative;
    width: 664px;
    left: 50%;
    transform: translateX(-50%);
}


.blog-image{
    border: 3px solid;
    border-color: #cbcbcb;
    border-radius: 5px;
    display: flex;
    height: 955px;
    left: 0;
    position: absolute;
    top: 0;
    width: 664px;
}


.blog-image img{
    border-radius: 6px;
    flex: 1;
    height: 376px;
    object-fit: cover;
}

.blog-text{
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    align-items: start;
    left: 37px;
    min-height: 347px;
    position: absolute;
    top: 426px;
    width: 582px;
}


.bottom-image{
    align-items: flex-end;
    background-image: url(../img/image-16-1x-png-1x-png-1x-png-1x-png-1x-png-1x-png-1x-png@1x.png);
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    height: 422px;
    margin-top: 330px;
    width: 100%;
}

.bottom-image img{
    flex: 1;
    margin-bottom: -1.5px;
    width: 100%;
    height: 2px;
}

.blog-text h3{
    font-family: var(--font-family-helveticaneue-bold);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02px;
    line-height: 26px;
    /* margin: 29px 0; */
    margin-bottom: 50px;
}

.blog-text h4{
    font-family: var(--font-family-helveticaneue-regular);
    color: rgb(235, 235, 235);
    font-weight: 400;
    letter-spacing: -0.02px;
    font-size: 22px;
    margin-bottom: 40px;
}

.blog-text p{
    color: var(--wild-sand);
    font-family: var(--font-family-helveticaneue-regular);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.01px;
    margin-bottom: 70px;
}



.prize-btn{
  position: absolute;
  width: 33%;
}

.price25{
  /* margin-top: 80px; */
  margin-left: 10px;
  height: 569px;
  position: relative;
  width: 33%;
}
.price45{
  height: 667px;
  position: relative;
  width: 38%;
  background-color: #7bd6ff1d;
  margin-bottom: 30px;
}

.learn-more{
text-align: center;
margin-top: 50px; 
font-family: var(--font-family-helveticaneue-light);
font-size: 24px;
font-weight: 400;
letter-spacing: 0;
}

.price75{
  margin-right: 10px;
  height: 569px;
  position: relative;
  width: 33%;
}

.hero2{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.pricing{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  margin-top: 130px;
}

.pricing h1{
  color: var(--white);
    font-family: var(--font-family-helveticaneue-medium);
    font-size: 66px;
    font-weight: 500;
}

.pricing h2{
  color: var(--white);
    font-family: var(--font-family-helveticaneue-medium);
    font-size: 17px;
    font-weight: 500;
}

.pricing h3{
  font-family: var(--font-family-helveticaneue-light);
  font-size: 23px;
  font-weight: 400;
  /* left: 101px; */
  letter-spacing: 0;
  line-height: 34px;
  margin-top: 40px;
}

.features{
  display: flex;
  width: 100%;
}
.price-box{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  width: 25%;
}

.price-box p{
  width: 170px;
}

.features{
  margin-top: 100px;
}


.container-hero2{
  width: 98%;
  background-size: contain;
  background-image: url(../img/path-122-1x-png-1x-png-1x-png@1x.png);
  padding: 103.6px 151.3px;
  background-repeat: no-repeat;
  margin-top: 60px;
}

.container-hero2 h1{
  font-family: var(--font-family-neuepixel_sans-regular);
  font-size: 39px;
  font-weight: 400;
}

.container-hero2 h1 span{
  font-family: var(--font-family-helveticaneue-regular);
    font-size: 36px;
    font-weight: 400;
}


.container-hero2 div h3{
  width: 350px;
    font-family: var(--font-family-helveticaneue-medium);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 50px;
}

.hero2-btn-style{
  background-color: var(--storm-dust-2);
    border: 1px solid;
    border-color: var(--dove-gray);
    border-radius: 42px;
    color: var(--dove-gray);
    height: 43px;
    width: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family-helveticaneue-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-left: 21px;
}
.first-row{
  display: flex;
  margin-top: 160px;
}

.second-row{
  display: flex;
  margin-top: 20px;
}
.contact-sales{
  background: linear-gradient(102.08deg, #9a4af7 32.09%, #8470f5 55.1%, #4390ea 81.77%);
    border-radius: 75px;
    width: 224px;
    padding: 16.5px 30.3px;
    height: 67px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-left: 70%;
}

.contact-sales p{
  font-family: var(--font-family-helveticaneue-medium);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-left: 9px;
}
.price-h4{
  text-align: center;
    margin-top: 20px;
    color: var(--white);
    font-family: var(--font-family-helvetica-bold);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}

.dollar{
  text-align: center;
  line-height: 1.2;
    color: var(--white);
    font-family: var(--font-family-helveticaneue-bold);
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
}
.prize-p{
  margin-top: 0 !important;
    color: var(--silver-chalice) !important;
    font-family: var(--font-family-helveticaneue-regular) !important;
    font-size: var(--font-size-xl) !important;
    font-weight: 400 !important;
}
.price-img{
  width: 100%;
  position:absolute;
  top: 0;
  z-index: -1;
  height: inherit;
}
.price-line{
  display: block;
  width: 70%;
  margin: auto;
}

.price-offer{
  display: flex;
  align-items: center;
  margin-top: 20px;

}
.specs{
  border: 3px solid;
  border-color: var(--bright-turquoise);
  border-radius: 19.32px / 18.63px;
  display: flex;
  height: 37px;
  min-width: 39px;
  padding: 7.7px 5.7px;
  margin: 0 5% 0 10%;
}

.spec-heading{
  color: var(--white);
  font-family: var(--font-family-helveticaneue-medium);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 500;
}

.btn-plan{
  background-color: var(--ceramic);
    border: 1px solid;
    border-color: var(--gallery);
    border-radius: 58px;
    cursor: pointer;
    display: flex;
    height: 50px;
    min-width: 192px;
    padding: 15.9px 62.8px;
    margin: auto;
    color: var(--black);
    cursor: pointer;
    font-family: var(--font-family-helvetica-bold);
    font-size: 12px;
    text-decoration-line: none;
    margin-top: 20px;
}










/* Container styling */
.features2 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* Space between cards */
  justify-content: space-between;
  margin: 0 40px;
  margin-top: 100px;
}

/* Card styling */
.card {
  flex: 1 1 calc(25% - 16px); /* 4 cards in a row, with gap included */
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* text-align: center; */
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Card header styling */
.card-header {
  display: flex;
  /* justify-content: space-between; */
  gap: 20px;
  align-items: center;
  margin-bottom: 8px;
  /* font-size: 17px; */
}

.card-header h1 {
  margin: 0;
  font-size: 1.5rem;
}

.header-button {
  padding: 8px 16px;
  font-size: 0.9rem;
  /* border: none; */
  background-color: transparent;
  color: white;
  /* border-radius: 4px; */
  cursor: pointer;
  border: 2px solid;
  border-color: var(--gray);
  border-radius: 81px;
  height: 39px;
  width: 95px;
  color: var(--gray);
  font-family: var(--font-family-helveticaneue-bold);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.header-button:hover {
  background-color: #0056b3;
}

/* Price styling */
.price {
  color: var(--gray);
    font-family: var(--font-family-helveticaneue-bold);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

/* Paragraph styling */
/* .card p {
  margin: 8px 0;
  font-size: 0.9rem;
  color: #666;
} */

/* Full-width button styling */
.full-width-button {
  width: 100%;
    padding: 12px;
    font-size: 1rem;
    /* border: none; */
    border: 4px solid;
    /* background-color: #28a745; */
    color: white;
    border-color: var(--dove-gray);
    /* border-radius: 4px; */
    cursor: pointer;
    border-radius: 15px;
    color: black;
    height: 96px;
    background-color: var(--white);
    color: var(--black);
    font-family: var(--font-family-helveticaneue-bold);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 700;
}

.desc{
  margin-bottom: 70px;
    color: var(--pale-slate);
    font-family: var(--font-family-helveticaneue-bold);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}



.full-width-button:hover {
  background-color: rgb(236, 228, 228);
}

/* Responsive adjustments */
@media (max-width: 1110px) {
  .card {
    flex: 1 1 calc(50% - 16px); /* 2 cards per row on smaller screens */
  }
  .full-width-button {
    width: 300px;
  }
}

@media (max-width: 480px) {
  .card {
    flex: 1 1 100%; /* 1 card per row on very small screens */
  }

  .price25{
    width: 90% !important;
  }

  .price45{
    width: 90% !important;
  }

  .price75{
    width: 90% !important;
  }
}













.container-prize{
  display: flex;
    width: 100%;
    gap: 5%;
    margin-top: 200px;
    align-items: center;
    justify-content: center;
}




  /* Responsive Design */

  @media (min-width: 1300px){
    .container-prize{
      width: 1300px !important;
    }
    .container-hero2{
      width: 1300px;
    }
    .features{
      width: 1300px;
    }
  }
  
  @media (max-width: 950px) {
      nav ul {
      display: none;
      flex-direction: column;
      /* background: #f8f9fa; */
      color: white;
      position: absolute;
      top: 60px;
      right: 0;
      width: 200px;
      /* border: 1px solid #ccc; */
    }

    .hero p{
      width: 90%;
      margin: 0 auto;
      margin-top: 70px;
    }

    nav ul.active {
      display: flex;
      /* background-color: grey; */
      margin-right: 20px;
      border-radius: 8px;
      font-family: var(--font-family-helveticaneue-light);
    }

    .disable-in-mobile{
      display: none;
    }

    .container {
  grid-template-columns: repeat(2, 1fr); /* Switch to 2 columns */
  margin-left: 20%;
}
    .hamburger {
      display: block;
      cursor: pointer;
    }

    .hamburger div {
      width: 25px;
      height: 3px;
      background: white;
      margin: 5px;
    }

    .terms-of-use{
      display: none;
    }
    .para-footer{
      text-align: center;
      height: 0 !important;
      margin-top: 80px;
      display: block !important;
      justify-content: center;
      align-items: center !important;
    }

    .signup-button{
      width: fit-content;
      background-image: none;
    }
  }





/* Main container styling */
.custom-container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  margin-top: 150px;
}

/* Columns */
.column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Rows */
.row {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 120px;
}



/* First column (titles) */
.title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.underline {
  width: 80%;
  height: 4px;
  background-color: white;
}

.first-column .row{
  margin-top: 6.5px;
}
/* Icon columns (second and third) */
.icon-class {
  font-size: 37px;
  margin-bottom: 4px;
  text-align: center;
  margin-bottom: 20px;
  color: #36A49C;
}

.underscore{
  background-color: var(--gravel);
    height: 4px;
    width: 14px;
    margin-bottom: 32px;
    margin-top: 23px;
}

.Automation{

  color: #d6d2d2 !important;
    font-family: var(--font-family-helveticaneue-bold) !important;
    font-size: 16px !important;
    margin-bottom: 20px;
    margin-top: 12px;
    /* margin-bottom: 30px;
    margin-top: 10px; */
}


.custom-container p{
  color: var(--white);
    font-family: var(--font-family-helveticaneue-bold);
    font-size: var(--font-size-xxl);
    font-style: normal;
    font-weight: 700;
    
}

.last-column {
  background-color: #68a24f2f;
    border: 3px solid;
    border-color: #15d2ff;
    border-radius: 17px;
    padding: 2px;
}



.faq-section {
  margin: 300px 115px; /* Add margin on the x-axis */
  padding: 20px;
  /* background-color: #f9f9f9; */
}

.faq-image {
  display: block;
    margin-bottom: 10px;
    height: 49px;
    left: 132px;
    object-fit: cover;
    top: 6361px;
    width: 160px;
}

.faq-description {
  margin-top: 50px;
  margin-bottom: 60px;
  color: #7b7b7b;
  font-family: var(--font-family-helveticaneue-bold);
  font-size: 22px;
  font-weight: 700;
}

.faq-rows {
  display: flex;
  flex-direction: column;
  gap: 15px; /* Spacing between rows */
}

.faq-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  border-bottom: 4px solid #565659; /* White underline */
}

.faq-row.no-underline {
  border-bottom: none;
}

.faq-question {
  color: var(--white);
    font-family: var(--font-family-helveticaneue-bold);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 70px 0;
}

.tick-icon {
  font-size: 35px;
    margin-right: 30px;
    color: #3AFF00;
}





/* General Styles */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.pricing-section {
  display: none;
}

.pricing-box {
  background: transparent;
  padding: 20px;
  /* border: 1px solid #ccc; */
  border-radius: 8px;
  text-align: center;
  width: 30%;
  display: none;
}

.pricing-box h3 {
  font-size: 24px;
  margin: 10px 0;
}

.pricing-box p {
  font-size: 16px;
  color: #666;
}

.details-section {
  display: none; /* Hidden by default for desktop */
  margin-top: 20px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}

.row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brown-box {
  width: 15px;
    height: 13px;
    border-radius: 3px;
    /* background: brown; */
    background: #D4922D;
}

i {
  color: green; /* Default color for checkmark */
}

i.fa-underscore {
  color: brown;
}

.underline {
  flex: 1;
  height: 2px;
  background: #ccc;
}

.mobile-contact{
  display: none !important;
}
.underscore2{
  background-color: var(--gravel);
    height: 4px;
    width: 24px;
    margin-left: 10px;
    margin-top: 17px;
    font-size: 37px;
    margin-bottom: 5px;
}

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



.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
}

/* Visible State for Menu */
.fullscreen-menu.open {
  display: flex;
}

/* Close Button */
.close-button {
  position: absolute;
    top: 50px;
    right: 34px;
    font-size: 24px;
    color: white;
    background: gray;
    width: 24px;
    height: 25px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 1002;
}

.close-button:hover {
  color: #ffcc00;
}

/* Menu List */
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu-list li {
  margin: 20px 0;
}

.menu-list a {
  color: white;
  font-size: 24px;
  text-decoration: none;
  transition: color 0.3s;
}

.menu-list a:hover {
  color: #ffcc00;
}










.contact-sales2{

  background: linear-gradient(102.08deg, #9a4af7 32.09%, #8470f5 55.1%, #4390ea 81.77%);
    border-radius: 75px;
    width: 224px;
    padding: 16.5px 30.3px;
    height: 45px;
    display: flex;
    align-items: center;
    margin: 16px auto;
}
/* Mobile View Styles */
@media screen and (max-width: 600px) {

  .underline2{
    width: 90% !important;
  }

  .pricing-section{
    width: 95% !important;
    margin: 20px 0px !important;
  }

  .pricing-box{
    margin-left: 8px !important;
    padding: 0px;
  }

  .row-text h4{
    font-size: 12px;
  }

  .row-text{
    gap: 4px !important;
  }

  .underscore2{
    margin-bottom: 0px !important;
  }

  .row-icon {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1124px) {
  .pricing-section {
    flex-direction: column;
    gap: 30px;
    display: flex;
    /* gap: 20px; */
    justify-content: center;
    margin: 20px;
    width: 95%;
  }
  .mobile-contact{
    display: block !important;
  }
  .pricing-box {
    display: block;
    width: 100%;
    margin-left: 20px;

  }

  .details-section {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }




}


.row-mobile{
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 8px 0;
  align-items: start;
  /* margin-bottom: 120px; */
}

.row-text{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.underline2{
  height: 2px;
    background: #ccc;
    width: 80%;
}

.row-icon{
  font-size: 25px;
    margin-right: 30px;
    color: var(--bright-turquoise) !important;
    margin-left: 8px;
}


















@media screen and (min-width: 1124px) {
  .parent-custom-container{
    max-width: 1400px;
    margin: auto;
  }
}


/* Optional: Add responsiveness if needed */
@media screen and (max-width: 768px) {
  .faq-section {
    margin: 0 10px;
  }
  .faq-question {
    font-size: 14px;
  }
  .tick-icon {
    font-size: 18px;
  }
  .faq-image{
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .faq-description{
    text-align: center;
  }
}



/* Fourth column with background and border */
/* .last-column .row {
  background-color: #f0f0f0;
  border: 2px solid blue;
  color: #333;
} */

/* Responsive design: hide on smaller screens */
@media (max-width: 1024px) {
  
}

@media (max-width: 1124px) {
  .hero2 {
    display: none;
  }
  .pricing {
    display: none;
  }
  .custom-container {
    display: none;
  }

  .container-prize{
    flex-direction: column;
  }
  .price25{
    width: 450px;
    margin-left: 0;
  }
  .price45{
    width: 450px;
    background-color: transparent;
  }
  .price75{
    width: 450px;
  }
  .learn-more{
    display: none;
  }
  .faq-question{
    margin: 30px 0 !important;
  }
}












  
  @media (max-width: 768px) {
    

    header .logo img {
      height: 17vw;
      width: 33vw;
  }
  .hero h1{
     min-width: 0;
      line-height: 160px;
  }
  .hero{
    margin: 1rem 0;
  }

  .blog-container{
    width: 97%;
  }

  .blog-image{
    width: 100%;
  }

  .blog-image img{
    width: inherit;
  }
  
  .blog-text{
    width: 86%;
  }

  footer{
    padding: 0;
  }
  form label {
      font-size: 21px;
      width: 156px;
      padding: 0;
      margin-right: 16px;
  }

  form{
      padding: 1rem .5rem;
  }

  .continue-button{
      min-width: 0;
      padding: 25px 29vw;
  }

  }




.btn{
  margin-top: 8px;
}


.rectangle-copy-2 {
background: linear-gradient(268.93deg, #fa8bff 0%, #2cd1ff 52.04%, #2cff88 100%);
height: 24px;
/* left: 45px; */
left:0;
position: absolute;
top: 0;
/* width: 1493px; */
width: 100%;
}

.para-footer{
position: relative;
height: 70px; /* Example height */
display: flex;
justify-content: space-between; /* Push items to opposite sides */
align-items: flex-end; /* Align items to the bottom */
padding: 10px;
margin-top: 80px;
border-top: 2px solid white;
}