/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    color: #444;
    background-color: #0c0a0c;
  }
  
  a {
    text-decoration: none;
    color: #d9232d;
    transition: color 0.3s ease;
  }
  
  a:hover {
    color: #e24d55;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
  }
  
  /*--------------------------------------------------------------
  # Back to Top Button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #515d6a;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s ease;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #4a5562;
  }
    /*background: #4a5562;
    background: #515d6a;*/

  
  .back-to-top:hover {
    background: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    background: #0b0c0e;
    padding: 20px 0;
    transition: all 0.5s ease;
    z-index: 997;
  }
  
  #header.header-scrolled,
  #header.header-inner-pages {
    padding: 12px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #header .logo {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  #header .logo a {
    color: white;
  }
  
  #header .logo img {
    max-height: 40px;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  
  .navbar a {
    padding: 10px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #060809;
    white-space: nowrap;
    transition: color 0.3s ease;
  }
  
 
  .navbar .active {
    color: rgba(255, 255, 255, 0.6);
  }

   .navbar a:hover {
    color: #e1444d;
   }
  
  .navbar .getstarted {
    background: #d9232d;
    padding: 8px 25px;
    border-radius: 4px;
    color: #fff;
    margin-left: 30px;
  }
  
  .navbar .getstarted:hover {
    background: #e1444d;
  }
  
  .navbar .dropdown ul {
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  
  .navbar .dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  
  /* Adjust for mobile view */
  .mobile-nav-toggle {
    color: #556270;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  .mobile-nav-toggle.bi-x {
    color: #fff;
  }

  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  
    .navbar-mobile {
      position: fixed;
      overflow: hidden;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(63, 73, 83, 0.9);
      z-index: 999;
      transition: 0.3s ease;
    }
    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
      }
    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: rgba(63, 73, 83, 0.9);
        overflow-y: auto;
        transition: 0.3s;
    }
  
    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: rgba(63, 73, 83, 0.9);
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }
  }

  .navbar-mobile .active > a {
    color: rgba(255, 255, 255, 0.6);
  }
  
  .navbar-mobile a:hover, .navbar-mobile li:hover > a {
    color: #e1444d;
  }
  /*--------------------------------------------------------------
  # Section Styling
  --------------------------------------------------------------*/
  section {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f8f9fa;
  }
  
  .section-title {
    padding-bottom: 40px;
  }
  
  .section-title h2 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
  }
  
  .section-title h2::after {
    content: "";
    display: inline-block;
    width: 120px;
    height: 1px;
    background: #e6636a;
    margin-left: 10px;
  }
  
  .section-title p {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #556270;
  }

  /*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #d9232d;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(85, 98, 112, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(85, 98, 112, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: white;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #d9232d;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d9232d;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(85, 98, 112, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    background: #07080a;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
  }
  #footer .footer-top {
    background: #0b0d0f;
    padding: 60px 0 30px 0;
  }
  
  #footer .footer-info {
    margin-bottom: 30px;
  }
  
  #footer .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  
  #footer .footer-info p {
    line-height: 26px;
    font-size: 14px;
  }

  #footer .footer-info a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    font-weight: 600;
  }
  #footer .footer-info a:hover {
    color: #e1444d;
  }
  
  
  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #271d1e;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: background 0.3s ease;
    border-radius: 50%;
  }
  
  #footer .social-links a:hover {
    background: #e1444d;
    color: #0b0808;
  }
  
  #footer .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-links h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-links ul i {
    font-size: 18px;
    padding-right: 10px;
  }
  
  #footer .footer-links ul a {
    color: #fff;
    transition: 0.3s;
  }
  
  #footer .footer-links ul a:hover {
    color: #e1444d;
  }
  
  #footer .footer-newsletter {
    margin-bottom: 30px;
  }
  
  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-newsletter form {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  
  #footer .footer-newsletter input[type=email] {
    border: 0;
    padding: 6px 8px;
    width: calc(100% - 110px);
    border-radius: 4px 0 0 4px;
  }
  
  #footer .footer-newsletter input[type=submit] {
    background: #d9232d;
    padding: 6px 20px;
    border: 0;
    color: #fff;
    transition: background 0.4s ease;
    border-radius: 0 4px 4px 0;
  }
  
  #footer .footer-newsletter input[type=submit]:hover {
    background: #e1444d;
  }

  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  
  #footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
  }
  
  #footer .credits a {
    color: rgba(255, 255, 255, 0.6);
  }
  
  /*--------------------------------------------------------------
  # Contact Form
  --------------------------------------------------------------*/
  .contact .info {
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    color: #556270;
    background: #edeff1;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease;
  }
  
  .contact .info h4 {
    padding-left: 60px;
    font-size: 22px;
    font-weight: 600;
    color: #556270;
  }
  
  .contact .info p {
    padding-left: 60px;
    font-size: 14px;
    color: #8795a4;
  }

  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 4px;
    font-size: 14px;
  }
  
  .contact .php-email-form button[type=submit] {
    background: #d9232d;
    padding: 10px 24px;
    color: #fff;
    border-radius: 4px;
    transition: background 0.4s ease;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: #e24d55;
  }
  
  /*--------------------------------------------------------------
  # Blog
  --------------------------------------------------------------*/
  .blog {
    padding: 40px 0 20px;
  }
  
  .blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .blog .entry .entry-title a {
    color: #556270;
    transition: color 0.3s ease;
  }
  
  .blog .entry .entry-title a:hover {
    color: #d9232d;
  }
  
  .blog .entry .entry-meta ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
  }
  
  .blog .entry .entry-meta a {
    color: #777;
    font-size: 14px;
  }
  
  .blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
  }
  
  .blog .entry .entry-footer a {
    color: #606f7e;
    transition: color 0.3s ease;
  }
  
  .blog .entry .entry-footer a:hover {
    color: #d9232d;
  }
  
  .blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
  }
  
  .blog .blog-comments .comment h5 {
    font-size: 16px;
  }
  
  .blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  /*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #220707;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #676d49;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #f8d1d3;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}