.nine{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    /* background-image: url(image\ \(5\).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nine .nine_one{
    width: 95%;
    height: 95%;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.404);
    backdrop-filter: blur(10);
}



/* General Reset */
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  background-color: #f5f5f5;
  color: #333;
} */

.nine-container {
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Who We Are Section */
.nine-who-we-are {
  margin-bottom: 50px;
  text-align: center;
}

.nine-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: orange;
}

.nine-description {
  font-size: 16px;
  color: aliceblue;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Card Section */
.nine-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.nine-card {
  position: relative;
  /* background: #fff; */
  background-color: rgba(0, 0, 0, 0.511);
  backdrop-filter: blur(10);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nine-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.nine-card img {
  width: 100%;
  height: auto;
}

.nine-card-content {
  padding: 20px;
  /* height: auto; */
  text-align: center;
  /* background-color: black; */
}

.nine-card-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: orange;
}

.nine-card-content p {
  font-size: 14px;
  color: aliceblue;
  margin-bottom: 20px;
}

.nine-button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.nine-button:hover {
  background-color: #0056b3;
}
















@media only screen and (max-width: 500px)and (min-width: 390px){

  .nine{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    /* background-image: url(image\ \(5\).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nine .nine_one{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.404);
    backdrop-filter: blur(10);
}



/* General Reset */
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  background-color: #f5f5f5;
  color: #333;
} */

.nine-container {
  /* padding: 50px; */
  max-width: 100%;
  margin: 0 auto;
}

/* Who We Are Section */
.nine-who-we-are {
  margin-bottom: 20px;
  text-align: center;
}

.nine-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  color: orange;
}

.nine-description {
  font-size: 15px;
  color: aliceblue;
  line-height: 1.1;
  max-width: 100%;
  margin: 0 auto;
}

/* Card Section */
.nine-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  gap: 50px;
}

.nine-card {
  position: relative;
  /* background: #fff; */
  background-color: rgba(0, 0, 0, 0.511);
  backdrop-filter: blur(10);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nine-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.nine-card img {
  width: 100%;
  height: auto;
}

.nine-card-content {
  padding: 20px;
  /* height: auto; */
  text-align: center;
  /* background-color: black; */
}

.nine-card-content h3 {
  font-size: 14px;
  margin-bottom: 10px;
  color: orange;
}

.nine-card-content p {
  font-size: 10px;
  color: aliceblue;
  margin-bottom: 20px;
}

.nine-button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.nine-button:hover {
  background-color: #0056b3;
}



}
























@media only screen and (max-width: 390px)and (min-width: 340px){

  .nine{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    /* background-image: url(image\ \(5\).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nine .nine_one{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.404);
    backdrop-filter: blur(10);
}



/* General Reset */
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  background-color: #f5f5f5;
  color: #333;
} */

.nine-container {
  /* padding: 50px; */
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Who We Are Section */
.nine-who-we-are {
  margin-bottom: 20px;
  text-align: center;
}

.nine-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  color: orange;
}

.nine-description {
  font-size: 15px;
  color: aliceblue;
  line-height: 1.1;
  max-width: 100%;
  margin: 0 auto;
}

/* Card Section */
.nine-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
  gap: 50px;
}

.nine-card {
  position: relative;
  /* background: #fff; */
  background-color: rgba(0, 0, 0, 0.511);
  backdrop-filter: blur(10);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nine-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.nine-card img {
  width: 100%;
  height: auto;
}

.nine-card-content {
  padding: 20px;
  /* height: auto; */
  text-align: center;
  /* background-color: black; */
}

.nine-card-content h3 {
  font-size: 14px;
  margin-bottom: 10px;
  color: orange;
}

.nine-card-content p {
  font-size: 12px;
  color: aliceblue;
  margin-bottom: 20px;
}

.nine-button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.nine-button:hover {
  background-color: #0056b3;
}



}















@media only screen and (max-width: 340px)and (min-width: 0px){

  .nine{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    /* background-image: url(image\ \(5\).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nine .nine_one{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.404);
    backdrop-filter: blur(10);
}



/* General Reset */
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  background-color: #f5f5f5;
  color: #333;
} */

.nine-container {
  /* padding: 50px; */
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Who We Are Section */
.nine-who-we-are {
  margin-bottom: 20px;
  text-align: center;
}

.nine-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: orange;
}

.nine-description {
  font-size: 12px;
  color: aliceblue;
  line-height: 1.1;
  max-width: 100%;
  margin: 0 auto;
}

/* Card Section */
.nine-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto-fit, auto-fit));
  gap: 50px;
}

.nine-card {
  position: relative;
  /* background: #fff; */
  background-color: rgba(0, 0, 0, 0.511);
  backdrop-filter: blur(10);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nine-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.nine-card img {
  width: 100%;
  height: auto;
}

.nine-card-content {
  padding: 20px;
  /* height: auto; */
  text-align: center;
  /* background-color: black; */
}

.nine-card-content h3 {
  font-size: 12px;
  margin-bottom: 10px;
  color: orange;
}

.nine-card-content p {
  font-size: 8px;
  color: aliceblue;
  margin-bottom: 20px;
}

.nine-button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.nine-button:hover {
  background-color: #0056b3;
}



}