body {
  overflow-x: hidden; /* Hide vertical scrollbar */
}

body {
  overflow-x: hidden; /* Hide vertical scrollbar */
  font-family: Figtree;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
div,
span {
  font-family: Figtree;
}

@import url(theme.css);

.header-text {
  line-height: 60pt;
  font-size: 30pt;
}
.color-2 {
  color: rgb(22, 22, 22);
}

.slider-box h1,
.slider-box p,
.custom-txt-box-aos1 h1,
.custom-txt-box-aos1 p {
  color: var(--text-color-2);
}

.our-partners-txt-box h1 {
  color: var(--text-color);
}

.footer-text {
  color: var(--text-color-3);
}

.color-5 {
  color: rgb(255, 255, 255);
}

.Content1 {
  width: 450px;
  height: 600px;
  margin: 20px 20px;
}

.Pic1 {
  box-shadow: 3px 2px 5px 0 var(--bs-body-color);
  border-radius: 15px;
  margin-left: -12px;
  margin-top: 0;
  height: 200px;
  width: 400px;
}

.justify-content-center {
  padding-bottom: 0;
}
.container {
  max-width: 1997px;
  min-width: 80%;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

img {
  margin-left: 0;
  margin-top: 0;
}

a {
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.Home {
  height: 100%;
  z-index: -10;
}
.bgdiv {
  z-index: -100;
  padding-left: -10;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.bgdivcover {
  z-index: 0;
  margin-left: -10px;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 475px;
  max-width: 100%;
  height: 110%;
}

.background-img {
  z-index: -100;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}
.background-cover {
  object-fit: fill;
  z-index: -99;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  top: 0px;
  left: 0px;
  opacity: 80%;
}

.background-img:nth-of-type(1) {
  animation-delay: 0s;
}
.background-img:nth-of-type(2) {
  animation-delay: 6s;
}
.background-img:nth-of-type(3) {
  animation-delay: 12s;
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.Logo {
  margin-left: 100px;
  margin-top: 100px;
  max-width: 180px;
}

.Logos {
  margin-top: 100px;
}
.Content-Header {
  margin-left: 0;
}
.Homecontent {
  border-radius: 10px;
  padding: 40px;
  align-items: left;
  margin-top: 275px;
  margin-left: 2%;
  width: 1000px;
  margin-bottom: 220px;
}

.headertext {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

.body {
  overflow-x: hidden !important;
}

.slider-box h1 {
  letter-spacing: 2.6px;
  line-height: 47px;
  font-weight: 450;
}

.our-partners-txt-box h1 {
  text-transform: capitalize;
}

/*Cards*/

.home-content {
  display: flex;
  background-color: var(--background-color-2);
}

.cards-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 90px;
  flex-wrap: wrap;
}

.card {
  height: auto;
  width: 400px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 0 0 auto;
  margin: 15px;
  background-color: var(--background-color);
}

.card-img-box {
  width: 100%;
  height: 45%;
  object-fit: cover;
}

.card-img {
  height: 100%;
  object-fit: cover;
  width: inherit;
}

.card-content {
  height: 330px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-content h3 {
  margin: 2px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.4;
  font-weight: 384;
  letter-spacing: 0.05em;
  font-size: 38px;
}

.card-content p {
  margin: 2px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.4;
  font-size: 22px;
  letter-spacing: 0.022em;
  text-align: center;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .home-content {
    display: flex;
    background-color: var(--background-color-2);
  }

  .cards-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
  }

  .card {
    height: auto;
    width: 300px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 auto;
    margin: 10px;
    background-color: var(--background-color);
  }

  .card-img-box {
    width: 100%;
    height: 45%;
    object-fit: cover;
  }

  .card-img {
    height: 100%;
    object-fit: cover;
    width: inherit;
  }

  .card-content {
    height: 280px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .card-content h3 {
    margin: 2px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
    font-weight: 384;
    letter-spacing: 0.05em;
    font-size: 32px;
  }

  .card-content p {
    margin: 2px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
    font-size: 18px;
    letter-spacing: 0.022em;
    text-align: center;
    font-weight: 300;
  }
}
@media (max-width: 700px) {
  .home-content {
    display: flex;
    background-color: var(--background-color-2);
  }

  .cards-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 100px !important;
    padding: 0;

    flex-wrap: wrap;
  }

  .card {
    height: 90vh;
    width: 80vw;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 auto;
    margin: 0;
    background-color: var(--background-color);
  }

  .card-img-box {
    width: 100%;
    height: 45%;
    object-fit: cover;
  }

  .card-img {
    height: 100%;
    object-fit: cover;
    width: inherit;
  }

  .card-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .card-content h3 {
    margin: 2px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
    font-weight: 384;
    letter-spacing: 0.05em;
    font-size: 30px;
  }

  .card-content p {
    margin: 2px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
    font-size: 20px;
    letter-spacing: 0.022em;
    text-align: center;
    font-weight: 300;
  }
}

@media (max-width: 500px) {
  .home-content {
    display: flex;
    background-color: var(--background-color-2);
  }

  .cards-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 100px !important;
    padding: 0;

    flex-wrap: wrap;
  }

  .card {
    height: 90vh;
    width: 100vw;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 auto;
    margin: 0;
    background-color: var(--background-color);
  }

  .card-img-box {
    width: 100%;
    height: 50%;
    object-fit: cover;
  }

  .card-img {
    height: 100%;
    object-fit: cover;
    width: inherit;
  }

  .card-content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .card-content h3 {
    margin: 2px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
    font-weight: 384;
    letter-spacing: 0.05em;
    font-size: 30px;
  }

  .card-content p {
    margin: 2px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.4;
    font-size: 20px;
    letter-spacing: 0.022em;
    text-align: center;
    font-weight: 300;
  }
}
