/*
Keep these credits intact if you want to use this theme
Theme - Koka
Framework - Bootstrap 5
Theme URL - https://angrystudio.com/themes/koka-free-bootstrap-5-website-template
Designer Name - Angry Studio
Designer Website - https://angrystudio.com
*/
/*-- General Styles--*/
body {
  color: #3d4852;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.8rem;
}

::selection {
  background: #ffc107;
  color: #2c333a;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito Sans', sans-serif;
}

.font-nunito {
  font-family: 'Nunito Sans', sans-serif;
}

.text-muted {
  color: #8e98a2 !important;
}

.bg-dark {
  background: #0e1d2c !important;
}

.narrow {
  max-width: 800px;
}

.bg-main {
  background: #ffc107;
}

.pre-title:after {
  content: '';
  background: #f6aa1c;
  border-radius: 5px;
  height: 3.5px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.section {
  padding: 120px 0;
}

.section-bg {
  background: linear-gradient(to right, rgb(250 250 250), rgb(219 219 219 / 35%)), url(../images/dot-bg.png);
}

.section-title {
  font-size: 2.9rem;
  font-weight: 900
}

.check-list li {
  background: url(../images/check.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: left center;
  padding-left: 23px;
}

.wings:before {
  content: '';
  background: #ffc107;
  border-radius: 5px;
  position: absolute;
  top: -8px;
  right: -8px;
  left: -4px;
  bottom: -3px;
  transform: rotate(-3deg);
  z-index: 1;
}

.text-hellgruen {
  color: #77a3b2 !important;
}

.text-dunkelblau {
  color: #313668 !important;
}

.btn-warning {
  color: #000;
  background-color: #f6aa1c;
  border-color: #f6aa1c;
}

.bg-darkblue {
  background: #313668 !important;
}

/*-- Top Header Menu --*/
.primary-nav {
  height: 80px;
}

.navbar-brand img {
  max-width: 210px;
  margin-left: 80px;
}

.primary-nav .navbar-nav .nav-link {
  color: #212529;
  font-weight: 500;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.primary-nav .navbar-nav .nav-link.active,
.primary-nav .navbar-nav .nav-link:hover {
  color: #f6aa1c;
}

.dropdown-item {
  padding: .5rem 1rem;
}

/*--Off Canvas menu --*/
.open-sidenav:focus {
  outline: none
}

.sidenav {
  height: 100%;
  width: 260px;
  overflow: auto;
  position: fixed;
  top: 0;
  left: -100%;
  transition: all .5s;
  z-index: 1100;
}

.sidenav-backdrop {
  height: 0;
  width: 0;
  background: rgb(14 29 44 / 82%);
  position: fixed;
  top: 0;
  transition: all .5s;
  z-index: 1090;
}

.sidenav-active .sidenav-backdrop {
  height: 100%;
  width: 100%;
}

.close-sidenav {
  font-size: 2rem;
  position: absolute;
  right: 30px;
  top: 20px;
}

.sidenav-logo img {
  max-width: 120px;
}

.sidenav-menu .nav-link {
  color: #5f7383;
  font-size: 1.2rem;
  font-weight: 900;
}

.sidenav-menu .nav-link.active,
.sidenav-menu .nav-link:hover {
  color: #ffc107;
}

.sidenav-menu .dropdown-menu {
  background-color: #0a1823;
}

.sidenav-menu .dropdown-menu .dropdown-item {
  color: #8e98a2
}

.sidenav-menu .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: transparent;
}

.sidenav-social li {
  display: inline-block
}

.sidenav-social li img {
  max-width: 18px;
  opacity: .7
}

.sidenav-social li img:hover {
  opacity: 1
}

/*-- Hero Section --*/
.hero {
  margin-top: 80px;
}

.hero-title {
  font-weight: 900;
  line-height: 1
}

.hero-image img {
  transform: rotate(-1.5deg);
  transition: transform .3s;
  z-index: 3;
}

/* .hero-image img:hover {
  transform: rotate(0deg) scale(1.1)
} */
/*-- Portfolio --*/
.portfolio {
  margin-top: 120px;
}

.portfolio-item-img {
  object-fit: cover;
  height: 300px;
}

.portfolio-item-content {
  background: rgb(36 43 49 / 80%);
  visibility: hidden;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  cursor: pointer
}

.portfolio-item:hover .portfolio-item-content {
  visibility: visible;
}

.project-title {
  font-size: 1.325rem
}

/*-- Services --*/
.service-box-icon {
  height: 60px;
}

.service-box-title {
  font-size: 1.225rem;
}

/*-- Content Section --*/
.down-arrow-img {
  right: 30%;
  transform: rotate(90deg);
  max-width: 150px;
}

.video-box {
  z-index: 3;
}

/*-- Skills --*/
.progress {
  height: 10px;
}

/*-- Testimonials --*/
.testimonial-img {
  height: 100px;
}

.splide__pagination {
  bottom: -1rem;
}

.splide__pagination__page.is-active {
  background: #ffc107;
}

/*-- Stats --*/
.stats-box {
  box-shadow: 0 0 2rem rgb(0 0 0 / 0.1);
}

.stats-icon {
  height: 40px;
}

.stats-title {
  font-weight: 800;
}

/*-- Blog --*/
.blog-thumb {
  max-height: 230px;
  object-fit: cover;
}

.blog-post-title {
  font-size: 1.425rem;
  font-weight: 800;
}

.blog-post-title a {
  text-decoration: none
}

/*-- CTA --*/
.cta-title {
  font-size: 3rem
}

.cta-img {
  position: absolute;
  top: -40px;
  right: 120px;
  width: 280px;
}

/*--Footer --*/
.footer a {
  color: #77a3b2;
  text-decoration: none
}

.footer a:hover {
  color: #f6aa1c;
}

.footer-logo {
  max-width: 140px;
}

.footer-title {
  font-size: 1.225rem;
}

.footer-contact img {
  max-width: 18px;
}

.footer-credits {
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-social ul li {
  font-size: 14px;
}

/*-- Min Width Media Queries --*/
@media (min-width: 992px) {
  .primary-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .primary-nav .dropdown-menu {
    border-top: 3px solid #ffc107;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  }

  .team-member .card-title {
    letter-spacing: .1rem;
  }
}

@media (min-width: 1400px) {
  body {
    font-size: 1.125rem;
  }

  .primary-nav .navbar-nav .nav-link {
    font-size: 1.125rem;
  }

  .hero-title {
    font-size: 4.5rem;
  }
}

/*-- Max Width Media Queries --*/
@media (max-width: 1399.98px) {
  .portfolio {
    margin-top: 80px;
  }

  .section {
    padding: 80px 0;
  }

  .hero-title {
    font-size: 3.5rem;
  }

  .project-title {
    font-size: 1.125rem;
  }

  .section-title {
    font-size: 2.4rem;
  }

  .service-box-title {
    font-size: 1.3rem;
  }

  .service-box-icon {
    height: 50px;
  }

  .blog-post-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 991.98px) {
  .hero-image img {
    transform: rotate(0deg);
  }

  .hero-content {
    text-align: center
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .primary-nav .navbar-brand img {
    max-width: 210px;
    margin-left: 0;
  }

  .hero {
    margin-top: 140px;
  }

  .team-member .card-title {
    font-size: .925rem !important;
  }

  .cta-title {
    font-size: 2.5rem;
  }

  .cta-img {
    top: -27px;
    right: 20px;
    width: 200px;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.5rem;
  }

  .cta-title {
    font-size: 2rem;
  }

  .footer-title {
    font-size: 1.125rem;
  }
}

@media (max-width: 575.98px) {
  .hero {
    margin-top: 110px;
  }

  .section {
    padding: 50px 0;
  }

  .section-title {
    font-size: 1.4rem;
  }

  .service-box-title {
    font-size: 1.2rem;
  }

  .cta-title {
    font-size: 1.5rem;
  }

  .cta-img {
    top: -20px;
    right: 0;
    width: 80px;
  }

  .footer-logo {
    max-width: 120px;
  }
}