/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"); */
/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: gray;
}



img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
body {
  width: 100%;
  height: 100%;
  background-color: #000;
  font-size: 1rem;
  line-height: 1.5;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  position: relative;
}

.parent_div {
  background: black;
  height: 100vh;

  display: grid;
  place-items: center;
}

.child_div {
  /* background: grey; */
  height: 90vh;
  width: 100%;
  /* border: 2px solid white; */
  display: grid;
  /* place-items: center; */
}
#imageLinesFooter {
  position: absolute;
  top: -150px;
  left: 0;
  height: 70vh;
  transform: rotate(120deg) scale(.5);

}
#imagefooterLogo {
  width: 175px;
  height: 175px;
  margin-top: -74px;
}

#logo {
  width: 130px;
  height: 130px;
  margin-left: 20px;
}
.article__container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: goldenrod;
  /* z-index: 555; */
  position: relative;
}
.article__card {
  width: 17.5rem;
  height: 90vh;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 5px 0 rgb(241, 203, 114);	

}
.article__image img {
  width: 100%;
  height: 30vh;
  border-radius: 0.25rem 0.25rem 0 0;
  object-fit: cover;
}
.article__content {
  padding: 1.5rem;
}

.card__category {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #000;
  display: block;
}
.card__title {
  margin: 0.8rem 0;
  color: #000;
  height: 3rem;
}
.card__excerpt {
  margin: 50px 0 0 0;
  
  color: #000;
  font-size: 14px;
}
.swiper-button-prev,
.swiper-button-next {
  background-color: #000;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 1.2rem;
  color: #fff;
  position: absolute;
}


.swiper-button-next::after {
  content: "➤";
  font-size: 1.25rem;
}
.swiper-button-prev::after {
  content: "➤";
  rotate: 180deg;
  font-size: 1.25rem;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-pagination-bullet {
  background-color: #fff;
}
@media (max-width: 829px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

.read-more-button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 6px 16px;
  cursor: pointer;
  border-radius: 0px;
}
@media only screen and (max-width: 1300px) {

  .parent_div {
    height: auto;
  }

  .child_div {
    /* background: grey; */
    height: auto;
    width: 100%;
    /* border: 2px solid white; */

  }

  #imagefooterLogo {
    width: 175px;
    height: 175px;
    margin-top: 0px;
  }

  #overviewButtons {
    position: relative;
    bottom: 0;
  }

  #logo {
    width: 60px;
    height: 60px;
    margin-left: 10px;
  }

  #btn-register-your-Integrest {

    margin-left: 0px;


  }

  #imageoverviewImageProject {
    width: 90vw;
    height: 60vh;
    margin: 0px auto;
  }

  #imageDecoreRegister,
  #imageReadyDesciption,
  #imageReadyDesciption2 {
    display: none;
  }

  #ImageOverviewLogo {
    width: 40vw;
  }

  #heroTitles {
    width: fit-content;
    position: absolute;
    left: 20px;
    top: 70%;
  }

  #heroTitles h1,
  h2 {
    font-size: 2em;
    font-weight: lighter;
  }


  #btnInqueryNow {
    border: #fff 2px solid;
    padding: 2px 30px 2px 30px;
    text-decoration: none;
    color: var(--secondary-color);
    transition: border ease-in-out 0.7s;



  }

  #btnInqueryNow:hover {
    border: gray 2px solid;
    transition: border ease-in-out 0.7s;
  }

  #btn-register-your-Integrest {
    border: 1px solid #fff;
    color: var(--secondary-color);
    transition: border ease 0.7s;
    font-weight: 400;
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 0px;
    background-color: transparent;
    margin-left: 0px;
    margin-right: 0px;
    transform: scaleY(1);

  }

}