.services {
  background-image: url('../Assets/Group 230.png');
  padding: 50px;
  max-width: 100%;
}

.services-head {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  color: white;
}

.services-p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  color: white;
}


@media (max-width: 768px) {
  .services-p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 576px) {
  .services-p {
    font-size: 16px;
    line-height: 24px;
  }
 
}

.services-top {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
}

.services-container {
  margin-top: 10vh;
}

.services-border {
  color: white;
  border-style: solid;
  border-color: white;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  height: 30vh;
  overflow: hidden;
}

.services-down {
  color: white;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  margin-top: 20px;
}

.col-md-4.services-hover:hover {
  background-color: #1976D3;
  cursor: pointer;
  border-radius: 20px;
  height: 30vh;
  padding: 0;
}

.col-md-4.services-hover {
  transition: background-color 0.3s ease;
}

.container {
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.choose {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #002458;
  max-width: 90%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col-md-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

@media (max-width: 768px) {
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .choose {
    font-size: 30px;
  }
}


.choose-img {
  margin-top: 20px;
  margin-left: 40%;
}

@media screen and (min-width: 800px) and (max-width: 1600px) {
  .cls {
    padding-left: 150px;
  }

  .mb-4 {
    margin-left: -90px;
    margin-right: 20px;
  }
}

.choose-title {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #002458;
  margin-top: 20px;
}

@media screen and (min-width: 450px) and (max-width: 768px) {
  .cls {
    padding-left: 150px;
  }
}

.choose-p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
}

.choose-border {
  height: auto;
  border: none;
  border-style: solid;
  border-color: gray;
  width: 80%;
  max-width: 400px;
  margin: 20px auto;
  transition: transform 0.3s ease;
}

.choose-border:hover {
  cursor: pointer;
  transform: scale(1.1);
  z-index: 1;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
  /* Hide horizontal overflow */
}


/* technologies-css*/


.app-container {
  width: 100vw;
  height: 50vh;
  /* Half of the viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  overflow: hidden;
  /* Hide overflow */
}

.wrapper {
  width: 100%;
  /* Change to full width */
  max-width: 100%;
  /* Change to full width */
  text-align: center;
}

.text {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #002458;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
}

.note {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 40px;
  color: #7c8e9a;
}

.marquee {
  display: flex;
  width: 100%;
  /* Change to full width */
  overflow: hidden;
}

.marquee-group {
  display: flex;
}

.image {
  width: 150px;
  height: auto;
  margin: 0 20px;
  border: solid rgb(205, 205, 221);
  border-radius: 15px;
}

/* CSS */
.marquee {
  display: flex;
  overflow: hidden;
  width: calc(100% * 8);
  /* 8 images in total */
}

/* Adjustments for smaller screens */
@media only screen and (max-width: 768px) {
  .marquee {
    width: calc(100% * 16);
    /* Double the width for smaller screens to ensure continuous scrolling */
  }
}

.view-btn {
  color: rgb(250, 250, 250);
  background: transparent;
  width: 12vh;
  height: 5vh;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 90%;
}

/* Media Query for Tablets */
@media only screen and (max-width: 768px) {
  .view-btn {
    width: 30vw;
    font-size: 3vw;
    margin-left: 60%;
  }
}

/* Media Query for Mobile Devices */

/*footer*/



@media only screen and (max-width: 500px) {
 
  .services-top {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
  }
  .services-down{
    font-size: 10px;
    width: auto;
  }

}