/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap");

/* Utilites */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Arvo", serif;
}

.font-weight-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.title-underline {
  width: 100px;
  height: 3px;
  margin: 0 auto;
}

.z-index {
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .title-underline {
    height: 5px;
    width: 200px;
  }
}

.btn-block {
  display: block;
}

.mr-3 {
  margin-right: 1rem;
}

.ml-3 {
  margin-left: 1rem;
}

/* Header */
.height {
  min-height: 100vh;
}

/* About */
.height-80 {
  min-height: 80vh;
}

.about-picture {
  background: url("../img/about-bootstrap-2-min.jpg") no-repeat center/cover
    fixed;
  object-fit: cover;
}

/* Projects */
.project-container img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

/* Services */
.service-img {
  height: 234.95px;
  object-fit: cover;
}

.height-icon {
  min-height: 120px;
}

.height-icon p {
  text-align: center;
  line-height: 1.2;
}

/* Carousel Section */

.carousel-item img {
  height: 227px;
  object-fit: cover;
}

@media screen and (min-width: 576px) {
  .carousel-item img {
    height: 294px;
  }
}

@media screen and (min-width: 1210px) {
  .carousel-item img {
    height: 352px;
  }
}

@media screen and (min-width: 1400px) {
  .carousel-item img {
    height: 408px;
  }
}

.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}

/* Reviews Section */

.blacken::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

#filler {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/filler-img-min.jpg") no-repeat center/cover;
}

/* Progress */
.filler-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/progress-background-min.jpg") no-repeat center/cover;
}

.progress-width-70 {
  width: 70%;
}

.progress-width-85 {
  width: 85%;
}

.progress-width-90 {
  width: 90%;
}

.progress-width-50 {
  width: 50%;
}

.progress-width-40 {
  width: 40%;
}

.progress-width-10 {
  width: 10%;
}

.divider {
  width: 100%;
  height: 0.3rem;
  background: #0d6efd;
}
