body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
header {
  background-color: #333;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60vw;
  margin: 0;
  animation-fill-mode: forwards;
  animation-name: move-up;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(20px);
}
h1 p {
  font-size: 100%;
  margin: 1%;
  white-space: nowrap;
}
.header-email-phone {
  display: table-column;
  font-size: 50%;
}

.header-email {
  display: flex;
}
.header-phone {
  display: flex;
}
.icon-for-header {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: 20px;
}
.logo {
  width: clamp(30px, 10vw, 50px);
  height: clamp(30px, 10vw, 50px);
  margin-right: 10px;
}
.logo-text-logo-image {
  display: flex;
  align-items: center;
}
header a {
  display: flex;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 900px) {
  .header-email-phone p {
    display: none;
  }
  h1 {
    width: 120vw;
  }
  h1 p {
    font-size: 6.25vw;
  }
  .logo-text-logo-image {
    width: 10px;
    height: 30px;
    margin-right: 5px;
  }
}
nav ul li a {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  border-color: #3f2106;
  background-color: #be6212;
  margin-right: 10px;
  animation-fill-mode: forwards;
  animation-name: move-up;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  margin-bottom: 5px;
}
nav ul li a:hover {
  background-color: #773d0b;
}
main {
  flex-grow: 1;
  animation-name: move-up;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes move-up {
  from {
    transform: translateY(20px);
    opacity: 0.3;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 10px;
}
.footer-content {
  max-width: 1480px;
  margin: 0 auto;
}
.footer-header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.footer-header-content div {
  flex: 1;
  margin: 0 10px;
}
.location {
  text-align: left;
}
.in {
  text-align: center;
}
.links {
  text-align: right;
}
.links a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
}
.links a p {
  margin: 0;
}
.links a p:hover {
  color: lightgray;
}
.footer-header-content div img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .in,
  .links,
  .location {
    font-size: 15px;
  }
  .footer-ph-number {
    font-size: 14px;
  }
}
.div_header {
  display: block;
  text-align: center;
  padding: 5%;
  padding-bottom: 2%;
  background-color: white;
  color: #333;
  width: 100%;
}
.div_header header {
  background-color: white;
  color: #333;
  font-size: 200%;
}
#carouselIndicators {
  height: 600px;
}
.row a {
  background-color: #dd6c0d;
  border-color: #be6212;
  color: #fff;
  padding: 10px 15px;
}
.row a:hover {
  background-color: #86430b;
  border-color: #3f2106;
  color: #fff;
  padding: 10px 15px;
}
.carousel-item {
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.carousel-caption {
  background-color: rgba(125, 125, 125, 0.6);
  padding: 20px;
  border-radius: 10px;
}
.bd-img.rounded-circle {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.welcome-text {
  font-size: x-large;
  overflow-wrap: break-word;
}
.navbar-toggler {
  order: -1;
}
.div_header_who_are_we {
  display: block;
  text-align: center;
  padding: 1%;
  background-color: white;
  color: #333;
  padding-bottom: 3%;
  width: 100%;
}
.div_header_who_are_we header {
  background-color: white;
  color: #333;
  font-size: 200%;
}
