* {
  font-family: "poppins", sans-serif;
}
body {
  padding: 0px;
  margin: 0px;
  background-color: #1a1a1a;
}
.banner-sectin {
  position: relative;
  background-size: cover;
}
.logo {
  width: 60%;
  height: auto;
}
nav {
  padding-left:0px!important;
  padding-right:0px!important;
}
nav > ul > li.mega-drop.open .mega-drop-inner, .unique-dropdown.open .unique-dropdown-menu {
  padding-right:0px!important;
  padding-left:0px!important;
}
.navbar-container6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 18px;
  position: relative;
  width: 90%;
}
.navbar-logo6 {
  display: flex;
  justify-content: center;
  flex-basis: 20%; /* Adjust as needed */
}

.navbar-links6 {
  display: flex;
  justify-content: center;
  list-style: none;
  align-items: center;
  flex-basis: 60%; /* Adjust as needed */
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.navbar-item6 {
  margin: 0 10px;
  font-family:"poppins", sans-serif;
  text-decoration: none;
  font-family:"poppins", sans-serif;
}

.navbar-item6 a {
  color: #ffffff;
  font-weight: bold;

  font-size: 16px;
  text-decoration: none;
  padding-right: 0.5rem;
}
/* for extra button */
.support-button6 {
  transition: all 0.3s ease-in-out;
}

.support-button6 .arrow-container {
  display: inline-block;
  margin-left: 5px; /* add some space between the text and the arrow */
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.support-button6:hover .arrow-container {
  opacity: 1;
}

.support-button6 .text {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
/* for normal support button */
.support-button6 {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

.support-button6 img {
  transition: transform 0.3s ease-in-out;
}

.support-button6:hover img {
  transform: translateX(100%);
}

.support-button6:hover {
  flex-direction: row-reverse;
  display: flex;
}

.navbar-hamburger6 {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.navbar-hamburger6 div {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: 4px 0;
}

.extra-support-button6 {
  display: none; /* Initially hide extra support button */
}

.navbar-container6 ul {
  margin-bottom: 0px;
}

/* Mobile Styles */
@media (max-width: 948px) {
  .navbar-links6 {
    font-family: "poppins", sans-serif;
    line-height: 35px;
    margin-top: 5px;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    align-items: flex-start; /* Align links to the start */
    padding-left: 28px;
    border-radius: 60px;
  }

  .navbar-links6.show-links6 {
    display: flex;
    background-color: #1a1a1a;
  }

  .navbar-hamburger6 {
    display: flex; /* Show hamburger menu */
  }

  .support-button6 {
    display: none; /* Initially hide the support button */
  }

  .navbar-links6.show-links6 .extra-support-button6 {
    display: block; /* Show extra support button when links are shown */
    margin: 10px auto; /* Center the button */
  }

  /* Align extra support button to the start */
  .navbar-links6.show-links6 .support-button6 {
    display: flex; /* Show the support button in mobile view */
    justify-content: flex-start; /* Align to the start */
    margin: 10px 0; /* Add margin to top and bottom */
  }
}
.first-sections {
  display: flex;
  flex-wrap: wrap; /* Allows the items to wrap on smaller screens */
  justify-content: space-between; /* Adds space between items */
  align-items: flex-start; /* Aligns items at the start */
  padding-top: 5vw; /* Responsive padding */
  height: auto; /* Allows the section to adapt based on content */
  margin-bottom: 1rem;
}
@media (max-width: 599px) {
  .first-sections {
    height: auto;
    display: revert;
  }

  .explore-button {
    font-size: 16px !important;
  }
  .modal {
    width: 70vw;
    margin-left: 35px;
  }
  .business-container h1 {
    font-size: 20px !important;
  }
  .business-container p {
    font-size: 16px !important;
  }
  .feature-container h1 {
    font-size: 20px !important;
  }
  .feature-container p {
    font-size: 16px !important;
  }
  .design-container h2 {
    color:white;
    text-align:left;
    display:block!important;
    font-size: 18px !important;
    margin-top: 10px !important;
  }
  .design-container p {
    font-size: 16px !important;
  }
  .development-container h2 {
    display:block!important;
    color:white;
    text-align:left;
    font-size: 18px !important;
  }
  .development-container p {
    font-size: 16px !important;
  }

  .card1 h2,
  .card2 h2,
  .card3 h2,
  .card4 h2 {
    font-size: 18px !important;
  }
  .card1 p,
  .card2 p,
  .card3 p,
  .card4 p {
    font-size: 16px !important;
  }
  .toolkit-container h1 {
    font-size: 20px !important;
  }
  .toolkit-container p {
    font-size: 16px !important;
  }
  .quote-button {
    font-size: 16px !important;
  }
  label {
    font-size: 18px !important;
  }
  form .input-box input {
    font-size: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .design-container {
    padding: 60px !important;
  }
  .development-container {
    padding: 60px !important;
  }
}
@media (max-width: 768px) {
  .design-section {
    height: auto !important;
  }
  .design-development-container {
    display: revert !important;
    padding-left: 20px !important;
    padding-top: 10px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }
  .design-development-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5% !important;
    width: 4px;
    background: linear-gradient(180deg, #121212 0%, #f58e8e 64.5%, #000000 100%);
    transform: translateX(-50%);
  }
  .design-container p {
    width: 80vw !important;
  }
  .development-container p {
    width: 80vw !important;
  }
  .design-image {
    width: 80vw !important;
    height: auto !important;
    border-radius:6px!important;
    padding: 0px !important;
  }
  .learn-button {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .development-toolkit {
    display: revert !important;
    width: 90%;
    height: auto !important;
  }
  .tools-image {
    width: 90vw !important;
    height: auto !important;
  }
  .rocket-image {
    display: none;
  }
  .brand-form h2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .brand-form-conatiner {
    width: 90% !important;
    border-radius: 10px !important;
  }
  .details form .input-box {
    width: 90%;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .details form .input-box input {
    width: 90% !important;
    padding: 10px;
  }
  .footer-sub-container {
    display: revert !important;
  }
  .row {
    display: revert !important;
  }
}

.banner-headings {
  padding-left: 5vw;
  flex: 1; /* Allows it to grow and fill space */
  min-width: 45%; /* Ensures a minimum width */
  margin-right: 2rem; /* Adds space between the heading and code */
}

.banner-headings h1 {
  font-size: 32px; /* Responsive font size */
  font-family:"poppins", sans-serif;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3em;
  margin: 0; /* Removes default margin */
  padding: 10px;
}
.btn-primary {
  font-size: 20px;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  width: 15vw;
  padding: 4px 16px;
  height: 40px;
  background-color: white;
  border-radius: 6px;
  margin-top: auto;
}

.code-container {
  flex: 1; /* Allows it to grow and fill space */
  max-width: 50%; /* Ensures a minimum width */
  padding-right: 5vw;
}

.keyword {
  color: #569cd6;
  line-height: 1.5em;
} /* Blue for keywords like function, const, etc. */
.variable {
  color: #9cdcfe;
  line-height: 1.5em;
} /* Light blue for variable names */
.string {
  color: #ce9178;
  line-height: 1.5em;
} /* Brown for strings */
.method {
  color: #dcdcaa;
  line-height: 1.5em;
} /* Yellowish for methods and functions */
.symbol {
  color: #d4d4d4;
  line-height: 1.5em;
} /* Light gray for symbols like '=', '.', ',' */
.template-literal {
  color: #d7ba7d;
  line-height: 1.5em;
} /* Light brown for template literals */
.comment {
  color: #6a9955;
  line-height: 1.5em;
  font-style: italic;
} /* Green for comments */
.operator {
  color: #f9f9f9;
  line-height: 1.5em;
} /* White for operators like => */
.bracket {
  color: #9268b9;
  line-height: 1.5em;
} /* Light gray for brackets */
.brackets {
  color: #ddd454;
  line-height: 1.5em;
} /* Light gray for brackets */

.modal {
  background-color: #1f1f1f;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.modal-content {
  background-color: #1f1f1f;
  border-radius: 5px;
}
.explore-button {
  border-radius: 30px;
  border: none;
  padding: 8px 16px; /* Added horizontal padding to control the button's width */
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  margin: 10px; /* Center the button */
  font-weight: bold;

  font-size: 20px;
}
.feature-section {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;

  background-size: cover;
}
.feature-container {
  padding-left: 7vw;
  padding-top: 5vw;
  margin-bottom: 1rem;
}
.feature-container p {
  font-size: 20px;
  font-family: "poppins", sans-serif;
  color: #ffffff;
  margin: 0;
  line-height: 1.5em;
  width: 45%;
}
.feature-container h1 {
  font-size: 32px; /* Responsive font size */
  font-family:"poppins", sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin: 0; /* Removes default margin */
  padding-bottom: 10px;
}
.feature-cards {
  display: flex;
  padding-left: 6vw;
  padding-top: 2vw;
}
.card1,
.card2,
.card3,
.card4 {
  background-color: #202032fd;
  align-items: left;
  padding: 10px;
  margin: 15px;
  width: 20%;
  background-color: none;
  height: auto;
  border-radius: 15px;
}
.card1 h2,
.card2 h2,
.card3 h2,
.card4 h2 {
  font-size: 20px;
  font-weight: bold;
  font-family:"poppins", sans-serif;
  text-align: left;
  color: white;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5em;
}
.card1 p,
.card2 p,
.card3 p,
.card4 p {
  font-size: 16px;

  text-align: left;
  color: white;
  font-weight: normal;
  line-height: 1.3em;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.card-image {
  width: 20%;
  height: auto;
}
.business-section {
  height: auto;
  justify-content:center;
  display:flex;
  background-size: cover;
  margin-bottom: 1rem;
}
.business-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 70%;
}
.business-container h1 {
  font-size: 32px;

  color: white;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
  padding: 0px !important;
}
.business-container p {
  font-size: 22px;

  font-weight: normal;
  color: white;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 5px;
  align-items: center;
  justify-content: center;
}
.design-development-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;

  color: #fff;
  position: relative;
}
.design-development-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: linear-gradient(180deg, #121212 0%, #f58e8e 64.5%, #000000 100%);
  transform: translateX(-50%);
}
.design-container {
  width: 50%;
  padding: 20px;
}
.development-container {
  width: 50%;
  padding: 20px;
}
.design-image {
  width: 42vw;
  height: 70vh;
  border-radius:20px;
  padding: 10px;
}
@media only screen and (min-width: 1281px) and (max-width: 1319px) {
  .design-image {
    width: 41vw!important;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .tools-image {
    width: 28vw!important;
    height: 50vh!important;
}
.design-image {
  width: 44vw!important;
}
.card-image {
  width: 20%!important;
  height: auto!important;
}
}
.design-container h2 {
  font-size: 20px;
  margin-top: 10px;

  margin-bottom: 15px;
}
.design-container p {
  font-size: 18px;

  line-height: 1.5em;
  margin-top: 0px;
  margin-bottom: 10px;
}
.development-container h2 {
  font-size: 20px;

  margin-top: 10px;
  margin-bottom: 15px;
}
.development-container p {
  font-size: 18px;

  margin-top: 0px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.learn-button {
  display: flex;
  color: #d31a42;

  font-size: 16px;
  padding-top: 40px;
  text-decoration: none;
}
.arrow {
  width: 2%;
  height: 3%;
  padding: 3px;
}
div {
  padding: 10px;
}
.development-toolkit-container {
  margin-bottom: 1rem;

  position: relative;
  z-index: 1;
}
.design-section {
  position: relative;
  z-index: 1;
  margin:40px;
  height: auto;
  margin-bottom: 1rem;
}
.development-toolkit {
  display: flex;
  background-color: #202032fd;
  border-radius: 10px;
  margin: auto;
  color: white;

  width: 91%;
  height: auto;
}
.toolkit-container {
  padding: 30px;
}
.toolkit-container h1 {
  font-size: 32px;
  font-family:"poppins", sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
}
.toolkit-container p {
  font-size: 20px;
  margin-top: 5px;
  font-family: "poppins", sans-serif;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.tools-image {
  width: 38vw;
  height: 70vh;
}
.quote-button {
  width: 25%;
  padding: 4px 16px;
  height: 40px;
  border-radius: 20px;
  font-size: 20px;
  text-decoration: none;
  font-family:"poppinss", sans-serif;
  background-color: #d31a42;
  color: white;
}
.form-container {
  height: auto; /* Use min-height to ensure it adjusts as needed */
  position: relative;
  z-index: 1;
  padding-top: 10vh; /* Added padding to simulate the previous top offset */
  /* Positive margin to create space below */
}

.brand-form-conatiner {
  display: flex;
  padding: 0px;
  color: #000000;
  width: 80%;
  margin: auto;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(51, 51, 51, 0.1);
}

.rocket-image {
  width: 50%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: auto;
}

.form {
  flex: 1;
  padding: 40px;
}
@media(max-width:599px){
  .form{
    padding:20px!important;
  }
  .design-section {
    margin:0px!important;
  }
}

.form h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

.form label {
  display: block;
  margin: 15px 0 5px;
  color: var(--hover-text-color);
}

.form input,
.form textarea {
  width: calc(100% - 20px);
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form textarea {
  height: 100px;
}

.form button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #d31a42;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.form .error-label {
  color: red;
}
.form .error-input {
  border: 1px solid red;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner-headings h1 {
    font-size: 4vw; /* Larger font size on smaller screens */
  }

  .modal-content {
    padding: 15px;
    font-size: 0.9rem; /* Slightly smaller font size */
  }
}

@media (max-width: 480px) {
  .banner-headings h1 {
    font-size: 5vw; /* Larger font size on small screens */
  }

  .modal-content {
    padding: 10px;
    font-size: 0.8rem; /* Smaller font size for small screens */
  }
}
@media (max-width: 948px) {
  div {
    padding: 0px;
  }
}
