/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.swiper-slide {
  text-align: center;
}

.portfolio-details .portfolio-details-slider img {
  width: auto;
  max-height: 600px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  #main {
    margin-left: 250px;
  }
  #footer {
    width: 250px;
  }
  #hero {
    background: url(../img/hero-bg.jpg) center -100px;
    background-size: cover;
    height: 70vh;
  }
  #hero:before {
    bottom: 30%;
  }
  .row {
    --bs-gutter-x: 2.5rem;
  }
}
#header {
  width: 250px;
}

#header .profile img {
  border: 0;
}

.title-wrap {
  margin: 0 auto;
  text-align: center;
}

#header .profile h1 {
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  display: inline-block;
}

#header .profile h6 {
  letter-spacing: 5px;
  display: inline-block;
}

.nav-menu a, .nav-menu a:focus {
  padding: 7px 15px;
}

.nav-menu a:hover i, .nav-menu .active i, .nav-menu .active:focus i, .nav-menu li:hover > a i {
  color: #ffffff;
}

.portfolio .portfolio-wrap .img-fluid {
  transition: all 200ms ease;
}

.portfolio .portfolio-wrap .img-fluid:hover {
  opacity: 0.5;
}

.portfolio .portfolio-wrap::before {
  display: none;
}

.portfolio-details .portfolio-info ul {
  margin-bottom: 0;
}

.mobile-nav-toggle {
  top: 10px;
}

.mobile-nav-toggle,
.back-to-top i {
  font-size: 20px;
}

.breadcrumbs .container {
  min-width: 90%;
}
.breadcrumbs .title-details {
  color: #888;
  font-size: 18px;
  margin-bottom: 0;
}

.portfolio-details {
  padding-top: 10vh;
}

.portfolio-details .container {
  min-width: 90%;
}

#hero p span {
  border-color: #9b3f66;
}

.section-title h2::after {
  background: #9b3f66;
}

.contact .php-email-form button[type=submit] {
  background: #9b3f66;
}

.contact .php-email-form button[type=submit]:hover {
  background: #9b3f66;
  opacity: 0.5;
}

.back-to-top {
  background: #9b3f66;
}

.back-to-top:hover {
  background: #9b3f66;
  opacity: 0.5;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #9b3f66;
}

a {
  color: #9b3f66;
}

a:hover {
  color: #9b3f66;
  opacity: 0.5;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  border-color: #9b3f66;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #9b3f66;
}

.mobile-nav-toggle {
  background: #9b3f66;
}

.section-title h2 {
  color: #222;
}

@media (max-width: 1199px) {
  #hero {
    background: url(../img/hero-bg.jpg) center 0;
    background-size: cover;
    height: 50vh;
  }
  #hero:before {
    bottom: 50%;
  }
  #hero h1 {
    font-size: 38px;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .contact {
    padding-bottom: 50px;
  }
  #footer {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */