@charset "UTF-8";
:root {
  --orange: #FF8C00;
  --blue: #156469;
  --peach: #FFE4C4;
  --white: #FFFFFF;
  --violet: #95afff;
  --green: #dfffc6;
  --black: #000000;
  --montserrat: "Montserrat Alternates", sans-serif;
  --mavenPro: "Maven Pro", sans-serif;
  --martelSans: "Martel Sans", sans-serif;
  --hindMadurai: "Hind Madurai", sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
  color: #333;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.navi {
  background-color: var(--white);
}
.navi__logo__svg {
  height: 3rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .navi__logo__svg {
    height: 5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .navi__logo__svg {
    height: 7rem;
  }
}
@media (min-width: 1280px) {
  .navi__logo__svg {
    height: 7rem;
  }
}
.navi__ul {
  margin-left: auto;
}
.navi__ul-li {
  font-size: 2rem;
  margin-left: 2rem;
  font-family: var(--mavenPro);
}
@media (max-width: 991px) {
  .navi__ul-li {
    margin-right: 20px;
    margin-left: auto;
  }
}
.navi__ul-li a {
  color: var(--blue);
  font-weight: bold;
  text-decoration: none;
}
.navi__ul-li a:hover {
  text-decoration: underline;
  color: var(--blue);
}

.navbar-toggler {
  border: none !important;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: none;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}
.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler .navbar-toggler-icon div {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--blue);
  transition: all 0.3s ease;
}
.navbar-toggler .navbar-toggler-icon::before {
  top: 0;
}
.navbar-toggler .navbar-toggler-icon::after {
  bottom: 0;
}
.navbar-toggler .navbar-toggler-icon div {
  top: 50%;
  transform: translateY(-50%);
}

.firstsection {
  height: 450px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .firstsection {
    height: 920px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .firstsection {
    height: 1050px;
  }
}
@media (min-width: 1280px) {
  .firstsection {
    height: 1400px;
  }
}
.firstsection__h {
  font-family: var(--mavenPro);
}
.firstsection__h-line1 {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .firstsection__h-line1 {
    font-size: 2.3rem;
    padding: 0.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .firstsection__h-line1 {
    font-size: 3rem;
    padding: 1rem;
  }
}
@media (min-width: 1280px) {
  .firstsection__h-line1 {
    font-size: 3.5rem;
    padding: 1rem;
  }
}
.firstsection__h-line2 {
  font-size: 0.9rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .firstsection__h-line2 {
    font-size: 1.6rem;
    padding: 0.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .firstsection__h-line2 {
    font-size: 2.3rem;
    padding: 1rem;
  }
}
@media (min-width: 1280px) {
  .firstsection__h-line2 {
    font-size: 3rem;
    padding: 1rem;
  }
}
.firstsection__row1 {
  position: relative;
  height: 400px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .firstsection__row1 {
    height: 850px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .firstsection__row1 {
    height: 980px;
  }
}
@media (min-width: 1280px) {
  .firstsection__row1 {
    height: 1330px;
  }
}
.firstsection__row1__midrow {
  text-align: center;
  background-color: var(--blue);
  z-index: 2;
}
.firstsection__row1__midrow-1 {
  position: absolute;
  left: 20%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 36vw;
}
.firstsection__row1__midrow-2 {
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30vw;
}
.firstsection__row1__midrow-3 {
  position: absolute;
  left: 20%;
  top: 76%;
  transform: translate(-50%, -50%);
  width: 32vw;
}
.firstsection__row1__midrow-4 {
  position: absolute;
  top: 75%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 25vw;
}
.firstsection__row1__midrow-5 {
  position: absolute;
  left: 82%;
  top: 75%;
  transform: translate(-50%, -50%);
  width: 30vw;
}
.firstsection__row1__midrow-6 {
  position: absolute;
  top: 5%;
  right: 0;
  width: 93vw;
  z-index: -1;
  padding: 0 !important;
}
.firstsection__row1__midrow__span {
  color: var(--white);
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5rem;
  font-family: var(--martelSans);
  font-size: 0.6rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .firstsection__row1__midrow__span {
    font-size: 1.3rem;
    padding: 0.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .firstsection__row1__midrow__span {
    font-size: 1.7rem;
    padding: 1rem;
  }
}
@media (min-width: 1280px) {
  .firstsection__row1__midrow__span {
    font-size: 2rem;
    padding: 1rem;
  }
}

.paralax1 {
  position: relative;
  height: auto;
}
.paralax1__opp {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: var(--blue);
  color: var(--white);
  max-width: 50%;
  margin-bottom: 0 !important;
  text-align: center;
  font-family: var(--martelSans);
}
@media (min-width: 1280px) {
  .paralax1__opp {
    max-width: 40%;
  }
}
.paralax1__opp-text {
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .paralax1__opp-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .paralax1__opp-text {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .paralax1__opp-text {
    font-size: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.paralax2 {
  position: relative;
  height: auto;
}
.paralax2__opp {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background-color: var(--blue);
  color: var(--white);
  max-width: 50%;
  margin-bottom: 0 !important;
  font-family: var(--martelSans);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .paralax2__opp {
    max-width: 35%;
  }
}
.paralax2__opp-text {
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .paralax2__opp-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .paralax2__opp-text {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .paralax2__opp-text {
    font-size: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.secondsection {
  background-color: var(--white);
  padding-top: 2rem;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .secondsection {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .secondsection {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.secondsection__column1-h3 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  font-family: var(--mavenPro);
  font-size: 1.8rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .secondsection__column1-h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .secondsection__column1-h3 {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  .secondsection__column1-h3 {
    font-size: 3rem;
  }
}
.secondsection__slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.secondsection__slider {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
}
.secondsection__slider li {
  flex: 0 0 100%;
  text-align: center;
  padding: 0.5rem;
  color: var(--black);
  font-family: var(--hindMadurai);
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .secondsection__slider li {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .secondsection__slider li {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .secondsection__slider li {
    font-size: 2rem;
  }
}
.secondsection__arrow {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--black);
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  z-index: 2;
}
.secondsection__arrow--left {
  left: 10px;
}
.secondsection__arrow--right {
  right: 10px;
}

.thirdsection {
  background-color: var(--bs-light);
}
.thirdsection__left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.thirdsection__left .thirdsection__btndemo {
  background-color: var(--blue);
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin: 3rem;
  border: 4px dashed #fff;
  border-radius: 18px;
  position: relative;
  transition: transform 0.2s;
  box-shadow: 0 2px 4px rgb(0, 0, 1);
  font-family: var(--mavenPro);
  font-weight: 600;
  font-size: 1.4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .thirdsection__left .thirdsection__btndemo {
    font-size: 1.5rem;
    padding: 0.75rem 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .thirdsection__left .thirdsection__btndemo {
    font-size: 2rem;
    padding: 0.75rem 2rem;
  }
}
@media (min-width: 1280px) {
  .thirdsection__left .thirdsection__btndemo {
    font-size: 2.5rem;
    padding: 0.75rem 2rem;
  }
}
.thirdsection__left .thirdsection__btndemo:hover {
  transform: scale(1.05);
  /* przy lekkim najechaniu przycisk “podskoczy” */
}
.thirdsection__column1 {
  background-color: var(--blue);
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 2rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .thirdsection__column1 {
    padding: 4rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .thirdsection__column1 {
    padding: 4rem;
  }
}
@media (min-width: 1280px) {
  .thirdsection__column1 {
    padding: 4rem;
  }
}
.thirdsection__column1__h {
  color: var(--white);
  text-align: right;
  font-family: var(--mavenPro);
  font-size: 2rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .thirdsection__column1__h {
    font-size: 2.1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .thirdsection__column1__h {
    font-size: 2.4rem;
  }
}
@media (min-width: 1280px) {
  .thirdsection__column1__h {
    font-size: 2.7rem;
  }
}
.thirdsection__ul {
  padding: 1rem 0 0 0;
  list-style: none;
}
.thirdsection__ul-li {
  color: var(--white);
  text-align: right;
  font-family: var(--hindMadurai);
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .thirdsection__ul-li {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .thirdsection__ul-li {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .thirdsection__ul-li {
    font-size: 1.5rem;
  }
}

.fourthsection {
  background-color: var(--white);
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .fourthsection {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .fourthsection {
    padding-bottom: 3rem;
  }
}
.fourthsection__h {
  color: var(--white);
  background-color: var(--blue);
  font-family: var(--mavenPro);
  font-weight: 600;
  text-align: center;
  padding: 2rem;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fourthsection__h {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .fourthsection__h {
    font-size: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .fourthsection__h {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fourthsection__h__span {
    font-size: 2rem;
    padding: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .fourthsection__h__span {
    font-size: 2.5rem;
    padding: 2rem;
  }
}
@media (min-width: 1280px) {
  .fourthsection__h__span {
    font-size: 3rem;
    padding: 2rem;
  }
}
.fourthsection__item {
  width: 75%;
  margin: 0;
}
.fourthsection__item-1 {
  padding-top: 2rem;
}
.fourthsection__item__tab {
  width: 100%;
  text-align: center;
  background-color: var(--bs-white);
  color: var(--black);
  border: none;
  border-bottom: 1px solid var(--black);
  transition: background 0.3s ease;
  cursor: pointer;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fourthsection__item__tab {
    font-size: 1.7rem;
    padding: 0.8rem 1.2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .fourthsection__item__tab {
    font-size: 2rem;
    padding: 0.8rem 1.2rem;
  }
}
@media (min-width: 1280px) {
  .fourthsection__item__tab {
    font-size: 2.2rem;
    padding: 0.8rem 1.2rem;
  }
}
.fourthsection__item__tab:hover {
  background-color: var(--black);
  color: var(--white);
}
.fourthsection__item__tab.active {
  background-color: var(--black);
  color: var(--white);
}
.fourthsection__item__tab-p {
  font-family: var(--mavenPro);
  font-weight: 600;
}
.fourthsection__item__content {
  background-color: var(--white);
  color: var(--black);
  overflow: hidden;
  text-align: center;
  max-height: 0;
  transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
  padding: 1rem;
  opacity: 0;
  font-family: var(--hindMadurai);
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fourthsection__item__content {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .fourthsection__item__content {
    font-size: 1.7rem;
  }
}
@media (min-width: 1280px) {
  .fourthsection__item__content {
    font-size: 1.8rem;
  }
}
.fourthsection__item__content.active {
  max-height: 200px;
  padding: 1rem;
  opacity: 1;
}

.footersection {
  text-align: center;
  background-color: var(--bs-light);
}
.footersection__svg {
  width: 85%;
}
.footersection__firstcolumn {
  color: var(--black);
  margin-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footersection__firstcolumn {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .footersection__firstcolumn {
    padding-top: 1.7rem;
  }
}
.footersection__firstcolumn-h {
  font-size: 2rem;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .footersection__firstcolumn-h {
    font-size: 1.2rem;
  }
}
@media (min-width: 1280px) {
  .footersection__firstcolumn-h {
    font-size: 1.5rem;
  }
}
.footersection__firstcolumn-span1 {
  font-family: var(--martelSans);
  font-size: 1rem;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .footersection__firstcolumn-span1 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1280px) {
  .footersection__firstcolumn-span1 {
    padding-top: 5rem;
    font-size: 1.4rem;
  }
}
.footersection__firstcolumn-span2 {
  font-family: var(--martelSans);
  font-size: 1rem;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .footersection__firstcolumn-span2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1280px) {
  .footersection__firstcolumn-span2 {
    padding-top: 3rem;
    font-size: 1.4rem;
  }
}
.footersection__secondcolumn {
  background-color: var(--blue);
  color: var(--white);
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: var(--martelSans);
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footersection__secondcolumn {
    padding-bottom: 3rem;
    font-size: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .footersection__secondcolumn {
    padding-bottom: 5rem;
    padding-top: 1.7rem;
    font-size: 1.2rem;
  }
}
@media (min-width: 1280px) {
  .footersection__secondcolumn {
    padding-top: 5rem;
    font-size: 1.5rem;
    padding-bottom: 10rem;
  }
  .footersection__secondcolumn__p {
    font-size: 2rem;
  }
  .footersection__secondcolumn__rights {
    font-size: 1rem;
  }
}
.footersection__secondcolumn a {
  color: inherit;
  text-decoration: none;
}
.footersection__secondcolumn a:hover {
  text-decoration: underline;
}
