/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #918f8f;
}

.nav_link li a {
  transition: all 0.3s ease-in;
}

.nav_link li a:hover {
  color: white;
  border-radius: 15%;
  border-top: 2px solid rgb(185, 176, 176);
  border-bottom: 2px solid rgb(185, 176, 176);
}

.active_link a {
  /*border-top: 2px solid rgb(185, 176, 176);*/
  border-radius: 0px ;
  border-bottom: 2px solid #fff;
  font-weight: bolder;
  color: white;
}

.carousel_caption {
  position: absolute;
  top: 12rem;
  left: 8%;
  color: #fff;
  width: 80%;
  text-align: left;
}

.carousel_caption h1 {
  font-size: 80px;
}

.carousel_caption button {
  margin-top: 1.5rem;
  padding: 10px 30px;
  background: #6363b7;
  color: white;
  border: none;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}

.carousel_caption button:hover {
  background-color: #5a5a61;
}

.card_text {
  font-size: 35px;
}

.card_text_2 {
  font-size: 20px;
  list-style: circle;
}

.card_text_2 a {
  font-size: 22px;
  text-decoration: none;
}

.second_section {
  padding: 4.5rem 0px;
  margin: 4rem auto;
  background-color: rgba(142, 143, 148, 0.411);
}

.second_section h1 {
  font-size: 48px;
  font-weight: 200;
}

.second_section a {
  display: block;
  margin: 15px 0px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}

.third_section {
  margin: 3rem auto;
}

.third_section h1 {
  font-size: 54px;
  font-weight: 400;
}

.carousel_indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.first_section > h1 {
  font-size: 60px;
  text-align: center;
  margin: 20px 0px;
  padding: 10px 0px;
  color: rgb(163, 51, 51);
}

.first_section > p {
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  color: rgb(90, 89, 89);
}

.welcome-product {
  width: 100%;
  height: 288px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.welcome-product img {
  height: 100%;
  object-fit: cover;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  background-color: #1e5994;
  color: white;
  cursor: pointer;
  padding: 5px 13px 10px 13px;
  border-radius: 50%;
}

#myBtn img {
  filter: invert();
  width: 20px;
}

#myBtn:hover {
  background-color: #4c4e50;
}

.social-icons {
  display: flex;
  gap: 50px;
}

.social-icons>a>img {
  text-decoration: none;
  color: rgb(199, 201, 219);
  width: 40px;
  transition: all 0.4s ease-in-out;
}

.social-icons>a>img:hover {
  color: white;
  transform: rotateY(360deg);
}

.footer {
  background-color: #467eaf;
  margin-top: 4rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  color: white;
}

.footer p,
.footer a {
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 15px;
  text-decoration: none;
  padding: 0px;
}

.footer ul {
  margin-top: 0.5rem;
  margin-left: 18px;
  display: flex;
  gap: 80px;
  padding: 0px;
}

.nav_section > h3 {
  font-size: 60px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.575);
}

.product_first_section ul {
  list-style: none;
  padding: 0px;
}

.product_first_section ul li {
  font-size: 20px;
  padding: 7px;
}

.product_first_section ul li:nth-child(odd) {
  background-color: #bbbfc4;
}

.contact_section > div > div > div {
  font-size: 20px;
}

.contact_section h1 {
  font-size: 50px;
  font-weight: 400;
}

.contact_section h2 {
  font-size: 25px;
  font-weight: 400;
}

.contact-form {
  width: 40rem;
}

.application p {
  letter-spacing: 1px;
}

.about_first_section h1 {
  font-size: 55px;
}
.card-image{
    width: 100%;
    height: 180px;
}

.card-image img{
    height: 100%;
    object-fit: cover;
}