/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  height: auto;
  padding-top: 0;
}

#hero a,
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3.5rem;
  font-weight: 700;
}

#hero h2,
#hero p {
  color: rgb(255, 255, 255);
  text-shadow: black 1px 1px 0px, black 1px -1px 0px, black -1px 1px 0px, black -1px -1px 0px, black 1px 0px 0px, black 0px 1px 0px, black -1px 0px 0px, black 0px -1px 0px;
  --darkreader-inline-color: black;
  --darkreader-inline-bgcolor: black;
  --darkreader-inline-bgimage: none;
 
}

#hero p {
  width: 80%;
  font-size: 1.8rem;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  height: calc(100vh - 120px);
  width: 100%;
  position: relative;
}

#hero .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  background: silver;
  object-fit: cover;

}

#hero .carousel-inner .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#hero .carousel-inner .carrousel-content{
  width: 80%;
}

#hero .carousel-inner .carousel-caption .carrousel-text {
  height: 450px;
  width: 100%;
  background: rgba(22, 24, 48, 0.7);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none;
}

.carousel-control-prev-icon::before,
.carousel-control-next-icon:before {
  font-family: IcoFont !important;

  color: white;
  margin-right: 15px;
  display: table-cell;
  font-size: 5rem;
}


.carousel-control-next-icon:before {
  content: "\eab8";

}

.carousel-control-prev-icon::before {
  content: "\eab5";
}




.carousel-control-prev{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

@media (max-width:992px) {
  #hero .container-fluid {
    padding: 0;
  }

  



   
  
}

@media (max-width: 768px) {

  #hero a,
  #hero h2 {
    font-size: 28px;
  }

  #hero p {
    font-size: 1.2rem;
  }

  #hero .carousel-inner .carrousel-content{
    width: 100%;
  }
  #hero .carousel-inner .carousel-caption .carrousel-text {
    height: 300px;
  }
  .carousel-control-prev-icon::before,
  .carousel-control-next-icon:before {
    font-size: 3rem;
  }

  .carousel-control-prev{
    width: 5%;
  }

}

@media (max-width: 1024px) {
  #hero p {
    width: 80%;
  }


}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/



.about h2 {
  font-size: 2.5rem;
  color: #191a2f;
  font-weight: bold;
}

.about p {
  color: #303b6c;
  font-size: 1.2rem;
  font-weight: 600;
}

.about article {
  margin-bottom: 60px;
}

.about .img-post-content {
  max-height: 200px;
}

.about .img-post {
  width: 100%;
  height: 100%;
  max-height: 250px;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: center;
}


.about .posts-list {
  padding: 0;
  margin-right: 80px;
}

.about .posts-list li {
  list-style: none;

}

@media (max-width:992px) {


  .about h2 {
    font-size: 1.5rem;
  }

  .about p {
    font-size: 1.2rem;
  }

  .about .img-post {
    max-height: none;
    padding-bottom: 10px;
  }

  .about .img-post-content {
    max-height: none;
  }

  .about article {
    margin-bottom: 20px;
  }

  .about .posts-list {
    margin-right: auto;
  }
}



.img-banner {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  padding-bottom: 40px;
}