body {
  background-color: #f8f6f7;
}

@font-face {
  font-family: fontTitle;
  src: url(../font/Montserrat-SemiBold.ttf);
}

.navbar {
  position: fixed !important;
  height: 5rem;
  background: #fff;

  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  /* transition: background-color 0.4s ease-in-out; */
}

.linkMenu {
  display: flex;
  align-items: center;
  list-style: none !important;
}

.menu {
  text-decoration: none;
  margin-right: 1rem;
  color: #fff;
  font-weight: 600;
  padding: 28px 0;
}

.menu:hover {
  color: #ff4b33;
  border-bottom: 2px solid #ff4b33;
}

.menu:active {
  color: #ff4b33;
  border-bottom: 2px solid #ff4b33;
}

.phone {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-right: 1rem;
}

i.fa-solid.fa-phone-volume {
  font-size: 2rem;
  margin-right: 1rem;
  color: #ff4b33;
}

i.fa-solid.fa-bars-staggered {
  color: crimson;
  padding-bottom: 15px;
  font-size: 1.65rem;
}

i.fa-solid.fa-magnifying-glass {
  display: none;
}

button.navbar-toggler {
  border: none;
  background: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.line-curva {
  position: absolute;
  z-index: -1;
  width: 600px;
  height: 200px;
  left: 28%;
  bottom: -120%;
}

.icon-search,
.icon-menu {
  border: none !important;
}

/* navbar scroll */
.navbar.scrolled {
  background-color: #fff;
  box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
  /* opacity: 0.96; */
}

.navbar.scrolled .menu {
  color: #183153;
}

.navbar.scrolled .menu:hover {
  color: #ff4b33;
}

/* carousel */
.contentCarousell {
  position: relative;
  height: 680px;
}

.carouselWrapper {
  position: absolute;
  width: 100%;
  top: 0;
}

.c-item {
  width: 100%;
  height: 680px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.s-item {
  border-radius: 10px;
  margin: 50px 0;
  width: 100%;
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-img-1 {
  background-image: url("../img/esatama/img-carousell-1.jpeg");
}

.bg-img-2 {
  background-image: url("../img/esatama/img-carousell-2.JPG");
}

.bg-img-3 {
  background-image: url("../img/esatama/img-carousell-3.jpg");
}

.bg-img-4 {
  background-image: url("../img/esatama/img-carousell-4.jpg");
}

.btnSlide {
  height: 5px !important;
  border-radius: 10px !important;
  background-color: #fff !important;
}

.carousel-captions {
  position: absolute;
  top: 20%;
  left: 5%;
  color: #fff;
  text-align: center;
  width: 40%;
  font-weight: 600;
  z-index: 4;
}

.description {
  text-align: left;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 4rem !important;
  height: 4rem !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4% !important;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: crimson !important;
}

.btn-carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #183153;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  border: none;
  margin-top: 30px;
}

.btn-carousel:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #ff4b33;
  color: #183153;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.btn-carousel:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.btn-carousel span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.btn-carousel:hover span {
  color: #183153;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

.DescriptionProject {
  display: flex;
  position: relative;
  text-align: center;
  margin: 3rem;
}

.titleProject {
  /* width: 400px; */
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2rem;
  font-family: fontTitle;
  text-align: left;
}

.descriptionTitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  /* text-transform: capitalize; */
  text-align: left;
  color: #000;
  /* width: 500px; */
}

h1 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 64px;
}

.p-carousel {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.navBottom {
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
  position: fixed;
  bottom: 0;
  z-index: 4;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.logoWrapper {
  width: 12rem;
  /* border: 1px solid #000; */
}

.logo-img {
  width: 100%;
}


ul.menuBottom {
  display: flex;
  list-style: none;
  /* margin-bottom: 0; */
  margin-left: -20px;
  justify-content: space-evenly;
}

.navBottom-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  margin-right: 1.1rem;
  color: #183153;
}

.navBottom-link:hover {
  color: #ff4b33;
}

.navBottom-link:active {
  color: #ff4b33;
}

span.navBottom-text {
  font-size: 14px;
}

.iconBottom {
  width: 1.3rem;
  filter: invert(45%) sepia(88%) saturate(3986%) hue-rotate(341deg) brightness(103%) contrast(101%);
}

.iconMenu {
  width: 1.5rem;
  filter: invert(45%) sepia(88%) saturate(3986%) hue-rotate(341deg) brightness(103%) contrast(101%);
}

.iconMenu.scrolled {
  width: 1.5rem;
  filter: invert(45%) sepia(88%) saturate(3986%) hue-rotate(341deg) brightness(103%) contrast(101%);
}

/* menu about */

.breadcrumb-header {
  padding-bottom: 120px;
  padding-top: calc(120px + 85px);
  color: #fff;
}

.img-about,
.img-service {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.about-1 {
  background-image: url("../img/esatama/img-card-2.jpeg");
}

.service-1 {
  background-image: url("../img/esatama/img-gallery-5.jpeg");
}

.shadowBackground {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(28 26 48 / 35%);
}

.breadcrumb-header .banner h1 {
  position: absolute;
  left: 8.5%;
  bottom: 40%;
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  font-size: 74px;
  margin-bottom: 30px;
}

.breadcrumb-header .banner ul li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #f9f9f9;
  text-transform: capitalize;
}

a,
a:hover,
a:focus,
button:focus {
  text-decoration: none;
  color: #fff;
}

.about-us {
  position: relative;
  padding-right: 20px;
  height: 50vh;
}

.img-box {
  position: relative;
  border-radius: 10px;
  height: 100%;
  background-size: cover;
  background-position: right;
  -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
  box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}

.widget {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-image: initial;
}

.widget .widget-title h3 {
  text-align: left;
  font-weight: 600;
  font-size: 32px !important;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-size: 30px !important;
}

ul.single-services-list {
  list-style: none;
  padding-left: 0 !important;
}

/* ul.single-services-list li a {
  color: #333;
} */

.single-services-list li a {
  text-align: left;
  font-size: 1.05rem !important;
  color: #183153;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.single-services-list li a:hover {
  color: #ff4b33;
}

.single-services-list li a i {
  float: right;
}

.serviceContent {
  text-align: left;
}

.logoISO {
  position: absolute;
  width: 25rem;
  right: 1rem;
  top: 6.5rem;
  border: 1px solid #fff;
}

.logoISO img {
  width: 100%;
}