/* Global Styles */
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button {
  background-color: #0066cc;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding:  10px 20px  ;
}

button:hover {
  background-color: #0052a3;
}

/* Header Styles */
header {
  background-color: #000000;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  width:100%;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: #fff;
   width:100%;
   
}

h1 {
  font-size: 36px;
  margin: 0;
}

/* Main Styles */
main {
  padding: 20px;
}

section {
  margin-bottom: 40px;
}

section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  
}

.banner-title {
  font-size: 30px;
  margin-bottom: 20px;
  color:brown;
   font-weight: bold;
   margin: 0;
}

.banner-title-line {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 40px;
  color:green;
   
  
}

.banner-title-line1 {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 25px;
 
  
}



section p {
  margin-bottom: 20px;
}

/* Footer Styles */
footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}

footer p {
  font-size: 14px;
  margin: 0;
}

.app-download {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.app-download a {
  margin: 0 10px;
}

.app-download img {
  height: 60px;
}



.banner {
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-content {
  position: relative;
  text-align: center;
  color: #000000;
}

.banner h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.banner p {
  font-size: 24px;
  margin-bottom: 40px;
}

.banner button {
  background-color: #0066cc;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 15px 30px;
  transition: background-color 0.3s ease;
}

.banner button:hover {
  background-color: #0052a3;
}

.content-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 50px;
}

.fullcontent {
  flex: 100%;
  padding-right: 50px;
}

.fullcontent h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.fullcontent p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.content {
  flex: 75%;
  padding-right: 50px;
}

.content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.content p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.image {
  flex: 25%;
}

.image img {
  width: 100%;
  height: auto;
}

.pricing-section {
  background-color: #f9f9f9;
  padding: 50px;
}

.pricing-section h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
}

.pricing-section h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.pricing-cards {
  display: flex;
  justify-content: center;
}

.card {
  flex-basis: 50%;
  padding: 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
}

.card h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.card p {
  font-size: 18px;
  margin-bottom: 10px;
}

.card p:last-child {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
}

form {
  display: flex;
  flex-direction: column;
 
  justify-content: center;
  margin: 0 auto;
  width: 80%;
}

label {
  display: block;
  font-weight: bold;
  margin-top: 1rem;
  text-align: left;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 0rem;
  width: 100%;
  box-sizing: border-box;
}

/* Display labels and input fields in a flex container */
form div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* Set the width of the labels to 30% */
form div label {
  width: 30%;
}

/* Set the width of the input fields to 70% */
form div input,
form div textarea {
  width: 70%;
}

button[type="submit"] {
  background-color: #007bff;
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top:30px;
}

button[type="submit"]:hover {
  background-color: #0069d9;
}

.logo a {
  font-size: 24px;
  color: #fff;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
 
}

.menu li {
  margin: 0 15px;
}

.menu li a {
  font-size: 18px;
  color: #fff;
   text-decoration:none;
}

.menu.show {
  display: block;
  top:85px;
  background-color:#000000;
  z-index: 1;
}

.burger {
  display: none;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  margin-right:10px;
  background-color: #fff;
}

/* Optional: Add additional styles for responsive design */
@media (max-width: 768px) {
  form {
    width: 100%;
  }
  
  /* Set the width of the labels to 100% on smaller screens */
  form div label {
    width: 100%;
  }
  
  /* Set the width of the input fields to 100% on smaller screens */
  form div input,
  form div textarea {
    width: 100%;
  }

  .banner {
  position: relative;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .banner-title {
  font-size: 18px;
  margin-bottom: 10px;
  color:brown;
   font-weight: bold;
   margin: 0;
    max-width:200px;
}

.banner-title-line {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 8px;
  color:green;
   max-width:190px;
  
}

.banner-title-line1 {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
 max-width:190px;
  
}

 .menu {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #333;
    padding: 20px;
  }

  .menu li {
    margin: 10px 0;
  }

  .burger {
    display: block;
  }

   .content {
    flex-basis: 100%;
    padding:0px;
    text-align:justify;
  }

    .fullcontent {
    flex-basis: 100%;
    padding:0px;
    text-align:justify;
  }
  
  .image {
    flex-basis: 100%;
  }

  .content-section {
  display: block;
  flex-direction: row;
  align-items: center;
  padding: 25px;
  
}

  .banner button {
  background-color: #0066cc;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.banner button:hover {
  background-color: #0052a3;
}

.card {
  flex-basis: 100%;
  
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
}

.pricing-section {
  background-color: #f9f9f9;
  padding: 10px;
}
}

@media screen and (min-width: 768px) {
  .burger {
    display: none;
  }

  .menu.show {
 display: flex;

}
  
}

