* {
  font-family: 'Raleway', sans-serif;
}

.leanpay-button {
  font-weight: 500;
  font-size: 18px;
  width: 220px;
  padding: 21px 28px;
  background: linear-gradient(132.83deg, #6f6fb3 0%, #996aad 93.12%);
  border-radius: 9px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.offer-button-container {
  width: 230px;
}

.free-offer-btn {
  color: #8D6EB1;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  width: 81px;
  padding: 7px;
  border-radius: 6px;
  right: 34px;
  top: -16px;
}

.leanpay-button:hover {
  background-position: 99% 0;
  background-image: linear-gradient(134deg, #6f6fb3, #996aad, #734a95, #734a95);
  background-size: 300% 100%;
  transition: background-position 300ms;
  cursor: pointer;
}

#hero {
  color: #fff;
  padding-top: 120px;
  background: linear-gradient(137.93deg, #FAA85F -5.06%, #D5426F 97.49%);
}

.subtitle-hero {
  margin-bottom: 74px;
  font-size: 20px;
}

.logo {
  width: 100%;
  max-width: 319px;
}

.title {
  margin: 23px 0 18px;
  font-family: Raleway;
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
}

.subtitle {
  font-family: Raleway;
  font-size: 60px;
  font-weight: 700;
  line-height: 75px;
}

.girl-phone-box {
  position: relative;
  z-index: 2;
}

.triangle-box-left,
.triangle-box-right {
  position: absolute;
  z-index: 1;
}

.girl-phone img {
  position: relative;
  z-index: 2;
}

.triangle-box-left {
  bottom: 70px;
  right: 600px;
}

.small-triangle-left {
  bottom: -50px;
  left: 30px;
  position: relative;
}

.triangle-box-right {
  right: -120px;
  top: 120px;
  z-index: -1;
}

.small-triangle-right {
  bottom: 50px;
  right: -30px;
  position: relative;
}

#info {
  padding: 111px 0;
  background: linear-gradient(127.12deg, #6F6FB3 9.67%, #996AAD 93.64%);
  color: #fff;
}

.subtitle-box {
  max-width: 650px;
  margin-bottom: 44px;
}

.mobile {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partner__FeaturesListItem {
  margin-bottom: 60px;
  font-variant: lining-nums;
}

.partner__FeaturesText {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 36px;
}

.partner__FeaturesText span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  margin-right: 52px;
  z-index: 2;
  font-weight: bold;
  width: 75px;
  min-width: 75px;
  height: 75px;
  border-radius: 50%;
  background: linear-gradient(121deg, #faa85f 0%, #f05b72 100%);
}

#presentation {
  color: #fff;
  padding: 86px 0;
  background: linear-gradient(134.31deg, #FAA85F 1.18%, #F05B72 99.17%);
}

.video-container {
  margin-top: 112px;
  width: 81%;
  height: 512px;
  background-image: url("images/video-background.jpg");
  background-repeat: no-repeat;
  background-color: #FAA85F;
}

.play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#accordion-info {
  padding: 82px 0 235px;
}

.small-title {
  font-weight: 300;
  font-size: 60px;
  color: #383838;
  margin-bottom: 100px;
}

.accordion-box {
  width: 80%;
  background-color: #FAA85F;
}

.accordion {
  color: #444;
  cursor: pointer;
  padding: 41px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  transition: 0.4s;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion:nth-child(odd) {
  border-top: 1px solid #dfe3e9;
  border-bottom: 1px solid #dfe3e9;
  outline: none;
}

.accordion:nth-child(odd).active {
  border-bottom: none;
}

.accordion:after {
  content: '\2b';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #F05B72;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  font-size: 30px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 3px solid #F05B72;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.table1 thead th {
  background: rgba(155, 149, 255, 0.4);
  opacity: 0.6;
  border: 1px solid #fff;
}

.table1 thead th:empty {
  background: transparent;
  border: none;
}

.table1 tbody td {
  background: rgba(255, 166, 103, 0.4);
  border: 1px solid #fff;
}

/* === TABLET (max-width: 991px) === */
@media (max-width: 991px) {

  #hero,
  #info {
    padding-top: 80px;
    text-align: center;
  }

  .logo {
    max-width: 250px;
    margin-bottom: 20px;
  }

  .title {
    font-size: 50px;
    line-height: 58px;
  }

  .subtitle {
    font-size: 36px;
    line-height: 44px;
  }

  .girl-phone-box {
    padding-top: 40px;
    position: relative;
    right: 0;
  }

  .partner__FeaturesListItem {
    margin-bottom: 40px;
  }

  .video-container {
    width: 100%;
    height: 360px;
    margin-top: 60px;
  }

  .accordion-box {
    width: 90%;
    margin: 0 auto;
  }
}

/* === MOBILE (max-width: 576px) === */
@media (max-width: 576px) {

  #hero,
  #info {
    padding-top: 60px;
  }

  .logo {
    max-width: 180px;
  }

  .title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 16px;
  }

  .subtitle {
    font-size: 28px;
    line-height: 36px;
  }

  .subtitle-hero {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .leanpay-button {
    width: 180px;
    padding: 14px 20px;
    font-size: 16px;
  }

  .girl-phone-box {
    padding-top: 30px;
    position: relative;
    text-align: center;
    right: 0;
  }

  .girl-phone img {
    max-width: 70%;
    position: relative;
    z-index: 2;
  }

  .triangle-box-left,
  .triangle-box-right {
    position: absolute;
    width: 120px;
    height: auto;
    z-index: 1;
  }


  .triangle-box-right img {
    max-width: 60px;
    /* manji trouglovi */
    height: auto;
  }

  .small-triangle-left,
  .small-triangle-right {
    max-width: 60px;
    height: auto;
  }

  .triangle-box-left {
    display: none;
  }

  .triangle-box-right {
    bottom: 20px;
    right: 35px;
  }

  .mobile-box {
    position: relative;
    width: 100%;
    max-width: 300px;
    /* ograničenje širine kontejnera za mobilni */
    margin: 0 auto;
  }

  .mobile-box img {
    width: 100%;
    height: auto;
  }

  .mobile {
    position: relative;
    top: 15px;
    left: 0%;
    transform: none;
    max-width: 100%;
  }

  .partner__FeaturesText {
    align-items: center;
  }

  .partner__FeaturesText span {
    flex: 0 0 auto;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px;
    min-height: 35px;
    font-size: 1.1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
  }

  .video-container {
    width: 100%;
    height: 220px;
  }

  .accordion {
    font-size: 14px;
    padding: 20px 10px;
  }

  .accordion:after {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .small-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .accordion-box {
    width: 100%;
  }

  .accordion:after {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 10px;
    flex-shrink: 0;
  }

  .accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
}