@import url("./resetStyle.css");

/* ==============================================*/

.yellow-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 434px;
  height: 434px;
  background-color: #ffe100;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -22;
}

/*Header*/

.header {
  font-family: "Bebas Neue";
  position: relative;
  z-index: 1050;
}

.header__container {
  display: flex;
  position: relative;
  gap: 183px;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
}

.header__menu-burger {
  display: none;
}

.menu__list {
  display: flex;
  align-items: center;
  gap: 82px;
}

.menu__link {
  font-weight: 200;
  font-size: 23px;
  color: #000;
  position: relative;
  display: inline-block;
}

.menu__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffe100;
  transition: all 0.4s ease;
}

.menu__link:hover::after {
  width: 100%;
}

/*Section legalna*/

.main__legalna {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
}

.legalna__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1307px;
  height: 100%;
  background-image: url("../img/legalna/Image.png");
  background-position: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1001;
  overflow: hidden;
}

.legalna__bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.legalna__container {
  font-family: "Russo One";
  position: relative;
  z-index: 102;
  max-width: 1207px;
  padding: 210px 0px;
  padding-left: 167px;
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 1002;
}

.legalna__title {
  font-size: 49px;
  max-width: 550px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.legalna__text {
  font-size: 27px;
  margin-bottom: 55px;
}

.legalna__link {
  padding: 30px 33px;
  max-width: 270px;
  background-color: #ffe100;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  color: #000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.legalna__link img {
  margin: -4px 0px 0px 22px;
}

.legalna__link:hover {
  background-color: #d4bc07;
  transform: scale(0.95) translateY(5px);
  box-shadow: 0 2px 4px rgba(17, 17, 17, 0.2);
}

.vertical-bar {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #1c1c1c;
  width: 300px;
  height: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 67px;
  padding: 20px 0px;
  padding-top: 150px;
  padding-right: 70px;
  z-index: 100;
  overflow: hidden;
  clip-path: polygon(0 310px, 100% 30px, 100% 100%, 0% 100%);
}

.social-icons {
  position: relative;
  z-index: 103;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.social-icons a img {
  width: 32px;
  height: 32px;
  transition: transform 0.2s;
}

.social-icons a:hover img {
  transform: scale(1.2);
}

.vertical-text {
  font-family: "Bebas Neue";
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: white;
  font-size: 25px;
  letter-spacing: 1px;
}

/*Section Opperta*/

.main__opperta {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "Montserrat";
}

.opperta__container {
  display: flex;
  gap: 70px;
}
.opperta__image {
  position: relative;
  top: 100px;
}

.opperta__image-first {
  height: 350px;
}
.opperta__image-second {
  position: absolute;
  right: -30px;
  top: -100px;
  border-left: 10px solid #fff;
  border-bottom: 10px solid #fff;
  height: 220px;
}

.opperta__top-title {
  color: #d3b300;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.opperta__title {
  color: #1e2a68;
  font-size: 19px;
  font-weight: 600;
  max-width: 600px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.opperta__text {
  color: #575757;
  font-size: 16px;
  line-height: 1.1;
  max-width: 600px;
}

.opperta__text p {
  margin-bottom: 25px;
}

/*Section Etapy*/

.main__etapy {
  font-family: "Montserrat";
}

.etapy__container {
  max-width: 1200px;
  min-height: 908px;
  margin: 0 auto;
  background-image: url("../img/etapy/Bg-Image.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0px;
  text-align: center;
  align-items: center;
}

.etapy__container {
  position: relative;
  background-image: url("../img/etapy/Bg-Image.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.etapy__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
}

.etapy__top-title {
  position: relative;
  margin-bottom: 29px;
  font-size: 32px;
  font-weight: 600;
  color: #d3b300;
  z-index: 101;
}
.etapy__title {
  position: relative;
  font-size: 22px;
  color: #1e2a68;
  line-height: 1.4;
  max-width: 580px;
  font-weight: 600;
  margin: 0 auto;
  margin-bottom: 41px;
  z-index: 101;
}
.etapy__items {
  position: relative;
  z-index: 101;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 59px;
  column-gap: 50px;
}
.etapy__item {
  max-width: 310px;
  min-height: 160px;
  padding: 0px 12px 60px 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.item-etapy__number {
  text-align: center;
  padding: 6px 35px 10px 35px;
  background-color: #f2cd00;
  max-width: 80px;
  font-size: 20px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.item-etapy__title {
  font-size: 16px;
  font-weight: 600;
  color: #1e2a68;
  min-height: 48px;
  margin-bottom: 20px;
}
.item-etapy__text {
  min-height: 80px;
  font-size: 13px;
  color: #565656;
  line-height: 1.3;
}

/*Section Wolontariat*/

.main__wolontariat {
  font-family: "Montserrat";
  padding-top: 87px;
  padding-bottom: 100px;
}

.wolontariat__container {
  display: flex;
  align-items: center;
  gap: 34px;
}
.wolontariat__content {
  max-width: 600px;
}
.wolontariat__title {
  max-width: 600px;
  font-size: 25px;
  color: #d3b300;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 22px;
}
.wolontariat__text {
  font-size: 16px;
  color: #575757;
  line-height: 1.2;
  max-width: 510px;
}

.wolontariat__text p {
  margin-bottom: 34px;
}

.wolontariat__image {
  max-width: 526px;
}

.wolontariat__image img {
  max-width: 100%;
}

/*Footer*/

.footer {
  font-family: "Montserrat";
  padding-bottom: 74px;
}
.footer__opinie {
  margin-bottom: 90px;
}

.footer__container {
  text-align: center;
}
.footer__top-title {
  font-size: 32px;
  color: #d3b300;
  font-weight: 600;
  margin-bottom: 24px;
}
.footer__title {
  color: #1e2a68;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 31px;
}
.footer__text {
  color: #575757;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 50px;
}

.footer__link {
  display: inline-block;
  font-family: "Poppins";
  font-size: 18px;
  padding: 16px 30px;
  max-width: 270px;
  background-color: #1877f2;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: transform 0.2s ease, background-color 0.2s ease;
  box-shadow: 0 2px 4px rgba(24, 119, 242, 0.9);
}

.footer__link img {
  margin: -6px 0px 0px 12px;
}

.footer__link:hover {
  transform: scale(0.95) translateY(5px);
  background-color: #1667d1;
}

.link-watssap {
  background-color: #25d366;
  box-shadow: 0 2px 4px rgba(37, 211, 102, 0.9);
  transition: transform 0.2s ease, background-color 0.2s ease;
  margin-right: 75px;
}

.link-watssap:hover {
  background-color: #20a751;
}
