* {
  text-decoration: none;
  list-style: none;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #f3f3f3;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

/* //////////////////////////////////header\\\\\\\\\\\\\\\\\\\\\\\\\\ */
main {
  max-width: 1400px;
  margin: 0 auto;
  background-color: white;
}
header {
  width: 100%;
  height: fit-content;
  background: #ffffff;
  border-bottom: 4px solid #b93200;
}
header nav {
  padding: 1% 0;
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

header .navLogo .navLogo2 img {
  width: 350px;
}
header nav ul {
  margin: 0;
  width: 100%;
  display: flex;
}
header nav ul li {
  padding: 0 10px;
}

header nav ul li a {
  text-align: center;
  padding: 15px 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18x;
  /* identical to box height */

  color: #525252;
}
header nav ul li #active {
  background: linear-gradient(118.05deg, #b93200 13.07%, #da5353 72.59%);
  /* width: 100%; */
  border-radius: 7px;
  color: #ffffff;
}
header nav ul li a:hover {
  background-color: #f5f5f5;
  border-radius: 7px;
}
/* ///////////////////////////slideshow\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* Slideshow container */
.slideshowContainer {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 1px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #b93200;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.dots {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 10px;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 93%; /* Adjust this value to move the positioned div up and down */
  text-align: center;
}
/* ////////////////////////////spe banner\\\\\\\\\\\\\\\\\\\\\\\\\ */
.speBanner {
  display: flex;
}
.speBanner .speRight {
  margin: 10px;
}
.speBanner .speLeft {
  padding: 2% 5%;
}
.speBanner p {
  color: #525252;
  max-width: 80%;
  margin: 0 0 0 5%;
}
.speBanner h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  color: #525252;
  margin: 0;
}
.speBanner h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #525252;
}
.speBanner p span a {
  color: #b93200;
}
/* /////////////////////////////wwww\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.wwwwBanner {
  padding: 2% 0;
  width: 100%;
  background-color: #504541;
}
.wwwwBanner .wwwwLogos {
  width: 100%;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-around;
}
.wwwwBanner .imgg {
  margin: 2% 5%;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
h3 {
  padding: 2% 0 0 0;
  margin: 0 0 0 4%;
  width: fit-content;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  /* identical to box height */
  color: #f5f5f5;
  border-bottom: 7px solid #b93200;
}
.wwwwBanner img {
  filter: brightness(60%);
  transition: 0.4s;
}
.wwwwBanner .imgg:hover img {
  filter: brightness(100%);
}
.wwwwBanner .imgg:hover {
  cursor: pointer;
}
.wwwwBanner .tooltip {
  display: inline;
  position: relative;
  top: 10%;
}
.wwwwBanner .tooltip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 100%;
  color: #fff;
  content: attr(data-title);
  left: 0%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
}
/* ///////////////////////////whatWeDo\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.whatWeDoBanner h3 {
  color: #525252;
}
.whatWeDoBanner .cards {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2% 5%;
}
.whatWeDoBanner .card {
  max-width: 20%;
  margin: 1%;
}
.whatWeDoBanner .card h4,
.whatWeDoBanner .card p {
  text-align: center;
  color: #525252;
}
.whatWeDoBanner .card img {
  width: 30%;
}
.whatWeDoBanner .card .imgContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}
.whatWeDoBanner .vLine {
  border-left: 3px solid #b93200;
  height: 200px;
}
/* /////////////////////////////toqi\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.toqiBanner h3 {
  color: #525252;
  border: none;
  font-weight: 400;
  font-size: 22px;
}
.toqiBanner .cards {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5%;
  height: 40vh;
}
.toqiBanner .card {
  width: 20%;
  height: 50%;
  margin: 1%;
  padding: 3%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-bottom: 7px solid #b93200;
  cursor: pointer;
  transition: 0.8s;
}
.toqiBanner .card h4,
.toqiBanner .card p {
  text-align: center;
  color: #525252;
}
.toqiBanner .card p {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 1s ease-out;
}

.toqiBanner .card img {
  width: 50%;
}
.toqiBanner .card .imgContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}
.toqiBanner .card:hover {
  width: 20%;
  height: 100%;
}
.toqiBanner .card:hover p {
  visibility: visible;
  opacity: 1;
}
/* ///////////////////////////recent banner\\\\\\\\\\\\\\\\\\\\\\\ */
.recentBanner {
  max-width: 100%;
  background-color: #504541;
}
.recentBanner .recents {
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
}
.recentBanner .recent img {
  max-height: fit-content;
  transition: 0.4s;
}
.recentBanner .recent .imgGradient {
  position: relative;
}
.recentBanner .recent .imgGradient::after {
  display: block;
  position: relative;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5116640406162465) 0%,
    rgba(0, 0, 0, 0.6349133403361344) 30%,
    rgba(0, 0, 0, 0.5536808473389356) 51%,
    rgba(0, 0, 0, 0.3463979341736695) 85%,
    rgba(0, 0, 0, 0.01866684173669464) 100%
  );
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: "";
}

.recentBanner .recent {
  position: relative;
  display: inline-block; /* Make the width of box same as image */
  margin: 3%;
  cursor: pointer;
}
.recent .text {
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 70%; /* Adjust this value to move the positioned div up and down */
  text-align: center;
  width: 60%; /* Set the width of the positioned div */
  transition: top 0.4s ease-in;
}
.recent .text {
  color: #f5f5f5;
  text-align: left;
  width: 100%;
  padding: 3%;
}
.recentBanner .recent .text p {
  visibility: hidden;
  opacity: 0;
  width: 70%;
  font-size: 16px;
  transition: visibility 0s, opacity 0.7s ease-out;
}
.recentBanner .recent .text h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 39px;
  color: #f5f5f5;
  margin: 0;
}
.recentBanner .recent:hover p {
  visibility: visible;
  opacity: 1;
}
.recentBanner .recent:hover img {
  filter: brightness(30%);
  transform: scale(1.1);
}
.recentBanner .recent:hover .text {
  top: 50%;
}
.recentBanner .recent:hover .imgGradient::after {
  background-image: none;
}
/* ///////////////////////////about Us\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.aboutUsMain {
  padding: 1% 0;
}
.aboutUsContainer {
  margin: 0 auto 0;
  max-width: 70%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-bottom: 7px solid #b93200;
  padding: 2% 5%;
}
.aboutUsContainer .bullet {
  color: #b93200;
}
.aboutUsContainer h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* align-items: center; */
  color: #525252;
}
.aboutUsContainer p {
  font-size: 12px;
  color: #525252;
}
.aboutImgContainer {
  display: flex;
  justify-content: center;
}
.aboutImgContainer img {
  margin: 2% 0 0 0;
  max-width: 80%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 0px;
}
.aboutUsContainer h1 {
  width: fit-content;
  font-weight: 600;
  font-size: 24px;
  line-height: 44px;
  /* identical to box height */
  color: #525252;
  border-bottom: 4px solid #b93200;
}
/* ///////////////////////////contact us cards\\\\\\\\\\\\\\\\\\\\ */
#map {
  width: 100%;
  height: 450px;
}

.contactUsCards .cards {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5%;
  /* height: 300px; */
}
.contactUsCards .card {
  width: 20%;
  height: 35vh;
  margin: 1%;
  padding: 3%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-bottom: 7px solid #b93200;
}
.contactUsCards.card h4,
.contactUsCards .card p {
  text-align: left;
  color: #525252;
}
.contactUsCards .card a[href^="tel:"]::before {
  content: "";
  background: url(../Img/Phone.ico);
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -30px;
}
.contactUsCards .card a[href^="mailto:"]::before {
  content: "";
  background: url(../Img/Email.ico);
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -30px;
}
.contactUsCards .card p a {
  color: #525252;
  margin: 0 0 0 1%;
}
.contactUsCards .card h2 {
  color: #525252;
  margin: 0;
  padding: 0;
}
.contactUsCards .card h3 {
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #525252;
  border-bottom: 4px solid #b93200;
}
.contactUsCards .card h4 {
  color: #525252;
}
.contactUsForm {
  max-width: 70%;
  margin: 0 auto;
  padding: 2% 25%;
}
.contactUsForm h2 {
  width: fit-content;
  color: #525252;
  border-bottom: 4px solid #b93200;
}
.contactUsForm .contactContainer {
  margin: 5% 0;
  display: flex;
  justify-content: space-between;
}
.contactUsForm .contactContainer .input {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contactUsForm .messageContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contactUsForm label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #525252;
}
.contactUsForm .contactContainer input {
  background: #ffffff;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
  border: none;
  width: 200px;
  height: 30px;
}
.contactUsForm textarea {
  background: #ffffff;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.25);
  border: none;
  width: 100%;
  resize: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 29px;
  color: #525252;
}
.submitBtnContainer {
  margin: 2% 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.submitBtnContainer button {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  /* identical to box height */
  color: #ffffff;
  background: linear-gradient(118.05deg, #b93200 13.07%, #da5353 72.59%);
  /* width: 100%; */
  border-radius: 7px;
  border: none;
  padding: 1% 3%;
  cursor: pointer;
}

/* ////////////////////////////footer\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
footer {
  width: 100%;
  background: #504541;
}
.footerContainer {
  width: 80%;
  margin: 0 auto;
}
footer p,
footer h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  /* align-items: center; */
  color: #f5f5f5;
}
footer h4 span {
  font-size: 14px;
  font-weight: 200;
}
footer p {
  font-size: 12px;
}
.topFooter {
  display: flex;
  align-items: center;
}
footer h4 {
  font-weight: 500;
}
footer #arr {
  width: 100%;
}
footer #arr p {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1% 0;
}

footer a[href^="tel:"] {
  color: #f5f5f5;
}
footer .footerLogos img {
  width: 80%;
}
.footerLogos {
  display: flex;
  justify-content: flex-start;
}
footer .topFooter .logoBadge img {
  width: 100%;
}
footer .leftFooter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .logoBadge {
  width: 20%;
  padding: 2%;
  margin: 0;
}

#navLogoBig {
  display: block;
  width: 350px;
}

#navLogoSmall {
  display: none;
  width: 100px;
}
/* gg */
/* Phone View */

@media screen and (max-width: 600px) {
  /* //////////////////////////////////header\\\\\\\\\\\\\\\\\\\\\\\\\\ */
  main {
    width: 100%;
  }
  header {
  }
  header nav {
    width: 100%;
    margin: 0;
  }
  header .navLogo {
    width: 100%;
  }
  header .navLogo img {
    width: 150px;
  }
  .menuLogo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #navLogoBig {
    display: none;
  }

  #navLogoSmall {
    display: block;
  }
  header nav ul {
    width: 100%;
    display: flex;
    padding: 0;
    justify-content: space-around;
  }
  header nav .menu {
    width: 100%;
  }
  header nav ul li {
    padding: 0;
    line-height: 6vh;
  }
  header nav ul li a {
    padding: 10px 15px;
    font-weight: 400;
    font-size: 12px;
  }
  .dots {
    background: none;
    border-radius: 10px;
    padding: 4px;
    top: 85%; /* Adjust this value to move the positioned div up and down */
  }
  .dot {
    height: 9px;
    width: 9px;
  }
  .speBanner {
    display: flex;
    flex-direction: column;
  }
  .speBanner .speRight img {
    width: 100%;
    padding: 0;
  }

  .speBanner p {
    color: #525252;
    max-width: 80%;
    margin: 0 0 0 5%;
    font-size: 14px;
  }
  .speBanner h1 {
    font-size: 24px;
  }
  .speBanner h2 {
    font-size: 14px;
  }
  /* /////////////////////////////wwww\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
  .wwwwBanner {
    padding: 2% 0;
  }
  .wwwwBanner .imgg {
    margin: 8% 5%;
  }
  h3 {
    font-size: 24px;
  }
  /* //////////////////////////////////What We Do\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

  .whatWeDoBanner .cards {
    flex-direction: column;
  }
  .whatWeDoBanner .card {
    max-width: 90%;
  }
  .whatWeDoBanner .card img {
    width: 20%;
  }
  .whatWeDoBanner .vLine {
    display: none;
  }
  /* //////////////////////////////////toqi\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
  .toqiBanner .cards {
    flex-direction: column;
    padding: 5%;
    height: fit-content;
  }
  .toqiBanner .card {
    width: 70%;
    height: 2%;
    margin: 5% 0;
  }
  .toqiBanner .card img {
    width: 30%;
  }
  .toqiBanner .card:hover {
    width: 90%;
    height: 100%;
  }
  .toqiBanner .card:hover p {
    visibility: visible;
    opacity: 1;
  }
  .toqiBanner .card:hover .cards {
    height: 170vh;
  }
}
