@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500&display=swap");
* {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none !important;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #1d0e15;
}

html::-webkit-scrollbar-thumb {
  background: #ff5421;
}

body {
  background: #0b0841;
}

section {
  padding: 3rem 1rem;
}

.link-btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  background: #ff5421;
  color: #fff;
  cursor: pointer;
  border-radius: .5rem;
  font-size: 1.8rem;

}

.link-btn:hover {
  background: #fff;
  color: #ff5421;
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
}

.heading span {
  font-size: 2.5rem;
  color: #ff5421;
}

.heading h3 {
  font-size: 3.5rem;
  
  color: #fff;
}

.header {
  z-index: 1000;
  padding: 3rem 1rem;
}

.header.active {
  background: #fff;
  padding: 2rem 0;
}

.header.active .logo {
  color: #000;
  
}

.header.active .nav a {
  color: #000;
}

.header.active #menu-btn {
  color: #000;
}

.header .logo {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bolder;
}

.header .logo span {
  color: #ff5421;
}

.header .nav a {
  font-size: 2rem;
  margin-left: 2rem;
  color: #fff;
}

.header .nav a:hover {
  color: #2181ff;
}

.header #menu-btn {
  display: none;
  font-size: 2.5rem;
  cursor: pointer;
  color: #fff;
}

.homeee {
  background: url(images/home2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 5rem;
}

.home span {
  font-size: 2.5rem;
  color: #ff5421;
}

.home h3 {
  font-size: 5rem;

  color: #fff;
  padding-top: 1rem;
}

.app span {
  font-size: 2.5rem;
  color: #ff5421;
}

.app h3 {
  font-size: 2.7rem;

  color: #fff;
  padding: 1rem 0;
}

.app p {
  font-size: 1.5rem;
  line-height: 2;
  color: #ccc;
}

.app ul {
  list-style: none;
}

.app ul li {
  padding-top: 1.5rem;
  font-size: 1.7rem;

  color: #fff;
}

.app ul li i {
  padding-right: 1rem;
  color: #ff5421;
}

.counter {
  background: url(../images/counter-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.counter .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}

.counter .box-container .box {
  text-align: center;
}

.counter .box-container .box h3 {
  font-size: 5rem;
  color: #ff5421;
}

.counter .box-container .box p {
  font-size: 2rem;

  color: #fff;
}

.courses .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.courses .box-container .box {
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.courses .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.courses .box-container .box .image {
  height: 25rem;
  overflow: hidden;
}

.courses .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.courses .box-container .box .content {
  padding: 2rem;
}

.courses .box-container .box .content .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
}

.courses .box-container .box .content .icons span {
  font-size: 1.7rem;

  color: #fff;
}

.courses .box-container .box .content .icons span i {
  color: #ff5421;
  padding-right: .5rem;
}

.courses .box-container .box .content h3 {
  font-size: 2.7rem;

  color: #fff;
  padding: .5rem 0;
}

.angebote .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(29rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 2rem;
  margin-top: 8rem;
  margin-bottom: 5rem;
}

.angebote .box-container .box {
  padding: 2rem;
  text-align: center;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  background: #1d0e15;
  border-radius: .5rem;
}

.angebote .box-container .box:nth-child(2) {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.angebote .box-container .box h3 {
  font-size: 2rem;

  color: #fff;
  padding-top: 1rem;
}

.angebote .box-container .box .price {
  padding: 1rem 0;
  font-size: 6rem;
 
  color: #fff;
  font-weight: bolder;
}

.angebote .box-container .box .angebote span {
  font-size: 2rem;
  font-weight: normal;
}

.angebote .box-container .box .list {
  padding-top: 2rem;
}

.angebote .box-container .box .list p {
  font-size: 1.7rem;
  line-height: 2;
  color: #ccc;
}

.angebote .box-container .box .list p i {
  padding-right: .5rem;
  color: #ff5421;
}

.angebote .box-container .box .list p i.fa-times {
  color: #fff;
}

.join span {
  font-size: 2.5rem;
  color: #ff5421;
}

.join h3 {
  font-size: 2.7rem;

  color: #fff;
  padding-top: 1rem;
}

.join p {
  padding: 1rem 0;
  font-size: 1.7rem;
  line-height: 2;
  color: #ccc;
}

.team .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.team .box-container .box {
  height: 50rem;
  overflow: hidden;
  position: relative;
}

.team .box-container .box:hover .content {
  left: -100%;
}

.team .box-container .box:hover .share {
  left: 0;
}

.team .box-container .box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team .box-container .box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 1rem 2rem;
}

.team .box-container .box .content span {
  font-size: 1.7rem;
  color: #ff5421;
}

.team .box-container .box .content h3 {
  font-size: 2rem;
  color: #000;
}

.team .box-container .box .share {
  position: absolute;
  bottom: 0;
  left: -100%;
  background: #fff;
  padding: 1.5rem 1rem;
}

.team .box-container .box .share a {
  font-size: 2rem;
  color: #000;
  margin: 0 1rem;
}

.team .box-container .box .share a:hover {
  color: #ff5421;
}

.beiträge .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.beiträge .box-container .box {
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.beiträge .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.beiträge .box-container .box .image {
  height: 25rem;
  overflow: hidden;
}

.beiträge .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.beiträge .box-container .box .content {
  padding: 2rem;
}

.beiträge .box-container .box .content .link {
  font-size: 2.7rem;

  color: #fff;
}

.beiträge .box-container .box .content .link:hover {
  color: #ff5421;
}

.beiträge .box-container .box .content .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.beiträge .box-container .box .content .icons span {
  font-size: 1.5rem;

  color: #fff;
}

.beiträge .box-container .box .content .icons span i {
  color: #ff5421;
  padding-right: .5rem;
}

.footer {
  background: url(../images/footer.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}

.footer .box-container .box h3 {
  font-size: 2rem;

  color: #fff;
  padding: 1rem 0;
}

.footer .box-container .box a {
  font-size: 1.6rem;
  line-height: 2;
  color: #ccc;
  padding: .5rem 0;
  display: block;
}

.footer .box-container .box a i {
  padding-right: .5rem;
  color: #ff5421;
}

.footer .box-container .box a:hover {
  color: #ff5421;
}

.footer .box-container .box p {
  font-size: 1.8rem;
  line-height: 2;
  color: #ccc;
}

.footer .box-container .box .email {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.6rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  margin: 1rem 0;
}

.footer .credit {
  text-align: center;
  font-size: 2rem;

  color: #fff;
  padding: 0 1rem;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.footer .credit span {
  color: #ff5421;
}
.form-group input::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: #ccc;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .home h3 {
    font-size: 3rem;
  }
  .angebote .box-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .angebote .box-container .box:nth-child(2) {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .join h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 2rem;
  }
  .header.active {
    padding: 2rem;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .header #menu-btn.fa-times {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header .nav {
    position: absolute; 
    top: 99%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .nav.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .nav a {
    color: #000;
     margin: 1rem 2rem;  
 
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
}

.page-content {
  width: 100%;
  min-height: 100vh;
  background: url(../images/home2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 5rem;
}

.auth-card {
  background-color: white;
  box-shadow: 0 3px 12px rgb(0 0 0 / 0.2);
  border-radius: 20px;
  padding: 20px 5%;
  width: 750px;
}


.logo-area {
  padding: 20px 30%;
  margin-top: 60px;
}

.logo {
  width: 100%;
  height: auto;
}

.auth-title {
  text-align: center;
  color: rgb(46, 46, 46);
}

.service-btn {
  background-color: rgb(43, 35, 132);
  border: 1px solid rgb(220, 220, 220);
  width: 100%;
  color: rgb(46, 46, 46);
  height: 45px;
  box-shadow: none !important;
}

.service-btn:hover {
  color: #1da19b;
  border: 1px solid #1da19b;
}

.service-icon {
  margin-right: 10px;
}

.separator {
  width: 100%;
  color: rgb(46, 46, 46);
}

.auth-input {
  background: white;
  height: 45px;
  border: 1px solid rgb(220, 220, 220);
  color: rgb(46, 46, 46);
  box-shadow: none !important;
}

.auth-input:focus {
  color: #1da19b;
  border: 1px solid #1da19b;
}

.input-info-text {
  color: rgb(138, 138, 138);
}

.auth-btn {
  background: #45a29e;
  color: white;
  height: 45px;
  width: 100%;
  font-size: 18px;
  box-shadow: none !important;
}

.auth-btn:hover {
  background: #3a37dd;
  color: white;
}

.text {
  text-align: center;
  color: rgb(46, 46, 46);
}

.text-link {
  color: #45a29e;
}

.text-link:hover {
  color: #242c72;
}

.btn-theme {
  background-color: black !important;
  color: rgb(255, 255, 255) !important;
  box-shadow: none !important;
  position: absolute;
  top: 100px;
  left: 30px;
}

.row{
  display: felx;
  height: 88%;
  align-items: center;

}
.col-card{
  flex-basis: 50%;
}
.card{
  width: 270px;
  height: 350px;
  display: inline-block;
  border-radius: 10px;
  padding: 15px 25px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 10px 15px;
  background-position: center;
  background-size: cover;

}




