.homepage-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.only-text a {
  color: #f1b314 !important;
  text-decoration: underline !important;
}

.hero {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.hero > * {
  width: 50%;
}

.text-block {
  background: #e9ebe4;
  border-radius: 30px;
  padding: 80px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-block p {
  color: #2e4e35;
}

.title {
  color: #2e4e35;
}

.main-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.is-for-container p {
  padding-bottom: 10px;
}

.is-for-point{
  display: flex;
  align-items: center;
  gap: 10px;

  font-weight: 600;
  color: #2e4e35 !important;
  font-family: "Raleway", sans-serif !important;
}
.is-for-point i,
.is-for-point b,
.is-for-point span{
   color: #2e4e35 !important;
  font-family: "Raleway", sans-serif !important;
}

.is-for-point span:first-child {
  font-weight: 700;
  font-size: 30px;
}

.text-and-pictures {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.text-and-pictures .text {
  width: 50%;
  border-radius: 30px;
  border: 1px solid #f4f1e9;
  color: #2e4e35;
  text-align: center;
  display: flex;
  align-items: center;
}

.text-and-pictures .text p {
  padding: 0 40px;
}

.only-text p {
  text-align: center;
  color: #2e4e35;
  padding: 40px 80px;
}

.green-block {
  position: relative;
}

.green-block > div {
  background: #2e4e35;
  border-radius: 30px;
  padding: 80px 40px;
}

.green-block #btc-icon {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  margin-top: -80px;
  right: 40px;
  top: 10%;
  z-index: 0;
}

.column-2 {
  /*padding-top: 250px;*/
}
.home-page-img {
  max-height: 284px;
  object-fit: cover;
  border-radius: 16px;
}
.column-2 img {
  /*position: absolute;*/
  /*z-index: 5;*/
  /*height: 190px;*/
  /*width: 380px;*/
  position: relative;
}

.green-block h2 {
  color: #ffffff;
}

.green-block .columns {
  display: flex;
  gap: 40px;
  padding-top: 40px;
}

.columns p {
  color: #ffffff;
  line-height: 22px;
}

.columns > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.columns .column-2 {
  gap: 40px;
}

.services-block {
  display: flex;
  gap: 20px;
}

.services-img {
  width: 25%;
  border-radius: 30px;
}

.services {
  width: 25%;
  border-radius: 30px;
  border: 1px solid #e9ebe4;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #2e4e35;
}

.services a.learn-more {
  color: #2e4e35 !important;
  position: relative;
  transition: 0.3s;
  font-weight: 700;
  font-family: "Raleway";
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}

.services .icon {
  max-width: 56px;
}

.services a.learn-more:after {
  content: "\f054"; /* ÃÂ®ÃÂ½ÃÂ¸ÃÂºÃÂ¾ÃÂ´ Font Awesome ÃÂ´ÃÂ»Ã‘Â ÃÂ¿Ã‘â‚¬ÃÂ°ÃÂ²ÃÂ¾ÃÂ³ÃÂ¾ Ã‘Ë†ÃÂµÃÂ²Ã‘â‚¬ÃÂ¾ÃÂ½ÃÂ° */
  font-family: "Font Awesome 5 Free"; /* ÃÅ¸ÃÂ¾ÃÂ´ÃÂºÃÂ»Ã‘Å½Ã‘â€¡ÃÂµÃÂ½ÃÂ¸ÃÂµ ÃÂ¸ÃÂºÃÂ¾ÃÂ½ÃÂ¾ÃÂº */
  font-weight: 900; /* Ãâ€ÃÂ»Ã‘Â solid-ÃÂ²ÃÂµÃ‘â‚¬Ã‘ÂÃÂ¸ÃÂ¸ */
  transition: all 300ms;
}

.services a.learn-more:hover {
  color: #f1b214 !important;
}
.services a.learn-more:hover::after {
  color: #f1b214 !important;
}

.custom-popup {
  width: 428px;
  max-width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 10px;

  background: linear-gradient(
      0deg,
      rgba(241, 179, 20, 0.1),
      rgba(241, 179, 20, 0.1)
    ),
    #ffffff;
  border: 1px solid #f1b314;
  border-radius: 30px;

  font-family: "Raleway", sans-serif;

  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-align: center;

  color: #2e4e35;
}

.hero .bottom-text {
  margin-top: 20px;
}

.home-disclaimer {
  border: 1px solid #e9ebe4;
  padding: 40px;
  border-radius: 30px;
  color: #2e4e35;
  font-weight: 600;
  font-family: "Raleway", sans-serif !important;
  box-sizing: border-box;
  max-width: 1360px;
  font-size: 16px;
}

.img-block img {
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.calculator h2 {
  font-family: "Raleway", sans-serif !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  margin-bottom: 40px !important;
  color: rgb(46, 78, 53);
  margin-top: 40px !important;
}

.hero-btn {
  display: inline-block;
}

.tutorial-block-wrapper {
  padding: 20px;
  gap: 24px;
  border: 1px solid #e9ebe4;
  border-radius: 30px;
}
.tutorial-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tutorial-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.tutorial-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;

  background: #e9ebe4;
  border-radius: 30px;
}

.tutorial-link {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #2e4e35;
}

.tutorial-toggle-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  width: 182px;
  height: 43px;
  background: #f1b314;
  border-radius: 30px;
  border: none;

  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;

  color: #18391f;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;

  transition: opacity 300ms ease;
}
.tutorial-toggle-btn:hover {
  opacity: 0.9;
  background: #f1b314;
  color: #18391f;
}

.tutorial-video-wrapper iframe {
  border-radius: 10px;
  overflow: hidden;
}
.tutorial-toggle-btn.close {
  background-color: transparent;

  width: max-content;
  height: 43px;

  border: 1px solid #e9ebe4;
}

.tutorial-toggle-btn.close:hover {
  color: #18391f;
}

.tutorial-video-block {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: max-height 0.5s ease, opacity 0.3s ease, padding 0.3s ease;
}

.tutorial-video-block.active {
  max-height: 500px;
  opacity: 1;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .tutorial-icon {
    min-width: 56px;
  }

  .tutorial-block {
    flex-direction: column;
    gap: 16px;
  }

  .calculator h2 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    text-align: center;
  }
  .hero {
    flex-direction: column;
    gap: 16px;
  }

  .hero > * {
    width: 100%;
  }

  .text-block {
    border-radius: 20px;
    padding: 40px 20px;
  }

  .main-text {
    gap: 24px;
    /*padding-bottom: 26px;*/
  }

  .hero-btn {
    /*margin-top: 24px;*/
    display: block;
    box-sizing: border-box;
  }

  .img-diagram {
    display: none;
  }

  .home-disclaimer {
    padding: 20px;
  }

  .text-and-pictures {
    gap: 16px;
    flex-direction: column-reverse;
  }

  .text-and-pictures img {
    width: 100%;
    border-radius: 20px;
  }

  .text-and-pictures .text {
    width: 100%;
    border-radius: 20px;
    padding: 40px 20px;
  }

  .text-and-pictures .text b {
    font-size: 16px;
  }

  .text-and-pictures .text p {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .only-text p {
    padding: 40px 20px;
  }

  .green-block .columns {
    gap: 24px;
    flex-direction: column;
  }

  .green-block .columns img {
    border-radius: 16px;
  }

  .green-block #btc-icon {
    /*position: absolute !important;*/
    /*margin-left: auto;*/
    display: none;
  }

  .columns > div {
    width: 100%;
    display: flex;
    gap: 24px;
  }

  .columns .column-2 {
    gap: 24px;
    flex-direction: column-reverse;
  }

  .column-2 {
    padding-top: 0;
  }

  .column-2 img {
    position: unset;
  }

  .green-block > div {
    border-radius: 20px;
    padding: 40px 20px;
  }

  .green-block .columns {
    padding-top: 24px;
  }

  .services-img {
    display: none;
  }

  .services-block {
    flex-direction: column;
  }

  .services {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    gap: 16px;
  }

  .homepage-content {
    gap: 16px;
  }

  .img-block img {
    border-radius: 20px;
  }
}
