/* Styles for the slider container */
/* Styles for the slider container */
.inar_box {
  border: 1px solid #ffa834;
  border-radius: 14px;
  background-color: #1c1c1c;
  height: auto;
  color: white;
  padding: 20px;
}
.swiper-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 70vw;
  max-height: 35vh;
  margin-left: 44ch;
  height: 100vh;
  overflow: hidden;
  display: flex;
}

.swiper-wrapper {
  transition: transform 0.5s ease-in-out;
  display: flex;
}

.swiper-slide {
  min-width: 100%;
  min-height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 10%;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider-image {
  width: 1090px;
  height: 240px;
}
.swiper-button-next {
  right: 0;
  color: #000;
}

.swiper-button-prev {
  left: 0;
  color: #000;
}
/* Responsive styles */
@media only screen and (max-width: 320px) {
  .swiper-container {
    margin-top: 30ch;
    max-width: 100%;
    margin-left: 0;
  }
  .swiper-wrapper {
    width: 100%;
  }
  .slider-image {
    width: 100vw;
    height: 40vh;
  }
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 14px;
  }
}

/* Medium screens */
@media screen and (min-width: 320px) and (max-width: 424px) {
  .swiper-container {
    margin-top: 30ch;
    max-width: 100%;
    margin-left: 0;
  }
  .swiper-wrapper {
    width: 100%;
  }
  .slider-image {
    width: 100vw;
    height: 40vh;
  }
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 14px;
  }
}

/* Large screens */
@media screen and (min-width: 425px) and (max-width: 768px) {
  .swiper-container {
    margin-top: 30ch;
    max-width: 100%;
    margin-left: 0;
  }
  .swiper-wrapper {
    width: 100%;
  }
  .slider-image {
    width: 100vw;
    height: 40vh;
  }
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 14px;
  }
}

/* Large screens */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .swiper-container {
    max-width: 70%;
    margin-left: 31ch;
  }
}

#mien_div {
  width: 100%;
  height: auto;
  display: flex;
}

#card-container {
  position: relative;
  margin-top: 3%;
  margin-left: 25%;
  width: auto;
  height: auto;
  display: flex;
  /* justify-content: space-around; */
  flex-wrap: wrap;
  z-index: 1;
}

/* .card {
  font-family: initial;
  width: 350px;
  background-color: #000000dc;
  color: #fff;
  border-radius: 8px;
  margin: 10px;
  padding: 5px;
  box-sizing: border-box;
} */
#head {
  font-family: initial;
  text-align: center;
}
/* .card:hover {
  color: #fff;
} */
#head:hover {
  color: #007bff;
}
#img {
  width: 100%;
  height: 20vh;
  border-radius: 4px;
}
/* Media Query for smaller screens */
@media screen and (max-width: 768px) {
  #card-container {
    margin-left: 5%;
  }

  .card {
    width: 40%;
  }
}

/* Medium screens */
@media screen and (min-width: 320px) and (max-width: 424px) {
  #card-container {
    margin-left: 5%;
  }

  .card {
    width: 80%;
  }
}

/* Large screens */
@media screen and (min-width: 425px) and (max-width: 768px) {
  #card-container {
    margin-left: 5%;
  }

  .card {
    width: 40%;
  }
}

/*  Footer */
/* Default styles for all screen sizes */
/* Original styles for all screen sizes */

#footer_color {
  background-color: #000000;
  color: #fff;
  padding: 20px 0;
  height: 60vh;
  margin-top: 120ch;
}

.footer_con {
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icon-phone-text,
.icon-phone-text2,
.icon-phone-text3 {
  margin-top: 10px;
  font-size: 13px;
}

.icon-phone-text2 {
  margin-left: -30ch;
}

#copy {
  margin-left: 17ch;
}

#pay {
  border: 1px solid #fff;
  width: 8vw;
  height: 10vh;
  border-radius: 8px;
}

#imgfoot {
  margin: 0;
}
#textemail {
  width: 20vw;
  margin-left: 7ch;
  margin-top: -5ch;
}
#textp {
  width: 20vw;
  margin-left: 7ch;
  margin-top: -1ch;
}
#usefull {
  margin: 0;
}
/* Responsive styles for smaller screens */
/* Responsive styles for smaller screens */

@media only screen and (max-width: 320px) {
  #footer_color {
    height: auto;
    margin-top: 10px;
  }
  #imgfoot {
    margin-left: 5ch;
    width: 60vw;
  }
  #textemail {
    width: 70vw;
  }
  #usefull {
    margin-left: 8ch;
  }
  #textp {
    width: 70vw;
  }
  .row {
    margin-top: -1ch;
    flex-direction: row;
  }

  .icon-phone-text2 {
    margin-left: 0ch; /* Corrected value */
  }

  #copy {
    margin-left: 0;
  }

  #pay {
    width: 60vw;
    border: 1px solid #fff;
    /* width: 8vw;/ */
    height: 20vh;
    margin-bottom: 1ch;
    border-radius: 8px;
  }

  #row3 {
    margin-top: 0ch;
    margin-left: 5ch; /* Adjusted value */
  }
}
@media only screen and (min-width: 321px) and (max-width: 425px) {
  #footer_color {
    height: auto;
    margin-top: 10px;
  }
  #imgfoot {
    margin-left: 5ch;
    width: 60vw;
  }
  #textemail {
    width: 70vw;
  }
  #usefull {
    margin-left: 8ch;
  }
  #textp {
    width: 70vw;
  }
  .row {
    flex-direction: row;
  }

  .icon-phone-text2 {
    margin-left: 0ch; /* Corrected value */
  }

  #copy {
    margin-left: 0;
  }

  #pay {
    width: 60vw;
    border: 1px solid #fff;
    /* width: 8vw;/ */
    height: 20vh;
    margin-bottom: 1ch;
    border-radius: 8px;
  }

  #row3 {
    margin-top: 10ch;
    margin-left: 5ch; /* Adjusted value */
  }
}

@media only screen and (min-width: 425px) and (max-width: 768px) {
  #footer_color {
    height: auto;
    margin-top: 10px;
  }
  #imgfoot {
    margin-left: 5ch;
    width: 60vw;
  }
  #textemail {
    width: 70vw;
  }
  #usefull {
    margin-left: 8ch;
  }
  #textp {
    width: 70vw;
  }
  .row {
    flex-direction: row;
  }

  .icon-phone-text2 {
    margin-left: 0ch; /* Corrected value */
  }

  #copy {
    margin-left: 0;
  }

  #pay {
    width: 60vw;
    border: 1px solid #fff;
    /* width: 8vw;/ */
    height: 20vh;
    margin-bottom: 1ch;
    border-radius: 8px;
  }

  #row3 {
    margin-top: 10ch;
    margin-left: 5ch; /* Adjusted value */
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_color {
    height: auto;
    margin-top: 10px;
  }
  #imgfoot {
    margin-left: 5ch;
    width: 60vw;
  }
  #textemail {
    width: 70vw;
  }
  #usefull {
    margin-left: 8ch;
  }
  #textp {
    width: 70vw;
  }
  .row {
    flex-direction: row;
  }

  .icon-phone-text2 {
    margin-left: 0ch; /* Corrected value */
  }

  #copy {
    margin-left: 0;
  }

  #pay {
    width: 60vw;
    border: 1px solid #fff;
    /* width: 8vw;/ */
    height: 20vh;
    margin-bottom: 1ch;
    border-radius: 8px;
  }

  #row3 {
    margin-top: 10ch;
    margin-left: 5ch; /* Adjusted value */
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  #row3 {
    margin-top: 0ch;
    margin-left: -20ch;
  }
}

/* Add more media queries as needed for different screen sizes */
