section {
  padding-top: 3rem;
}

.landing-image {
  background-image: url("../img/agerinvest_landing_image.70df327772cd.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
  background-attachment: fixed;
}

/******************************/
/*     02. Carousel Card Styles     */
/******************************/
.carousel {
  box-shadow: 0 8px 8px 8px rgba(0, 0, 0, 0.4);
}

.anual-return {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(200, 200, 200, 0.3) 35%,
    rgba(132, 132, 132, 0.3) 100%
  );
}

.anual-return-card {
  box-shadow: 0 8px 8px 8px rgba(0, 0, 0, 0.4);
  margin: 0px 0px;
  justify-content: space-evenly;
}

.anual-return-card h3 {
  margin-top: 1rem;
  padding: 0px 10px;
}

.anual-return-card .title {
  font-size: 200%;
  justify-content: center;
  margin-bottom: 0rem;
  align-self: 100%;
}

.anual-return-card p {
  font-size: 1.4vw;
}

.anual-return-card .fa {
  font-size: 7vw;
  color: #000;
}

.carousel-indicators {
  margin-bottom: 0.5rem;
}

.carousel-indicators li {
  color: black;
  background-color: black;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.anual-return-disclaimer h1 {
  font-size: 4.5vw;
}

.anual-return-disclaimer h3 {
  font-size: 2vw;
}

.anual-return-disclaimer {
  align-self: center;
}

.disclaimer p {
  margin-bottom: 0;
}

.disclaimer {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 10px;
}

.btn.start {
  background-color: #fdf26f;
}

.btn.learn-how {
  background-color: #fdf26f;
  align-self: flex-start;
  font-size: 1.2rem;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.logo {
  display: block;
  text-indent: -9999px;
  width: 7vw;
  height: 7vw;
  background: url("../img/oro.37c3c83935dd.svg");
  background-size: 7vw 7vw;
}

b {
  font-size: 1.3rem;
}

.card.money-ways {
  width: 100%;
}

.card.money-ways:hover {
  border-color: rgb(221, 240, 200);
}

.money-ways-icon {
  background-color: #ddebde;
}

.money-ways-number {
  font-size: 70px;
}

td.light-green {
  background-color: #f0f0f0;
  color: #9fc293;
}

td.green {
  color: #9fc293;
}

td.red {
  color: #fa7085;
}

/* /////////////////////////// 
    Feature section
//////////////////////////// */

.feature-section {
  margin-top: 80px;
}

.circle-bg-1 {
  background: #79db79;
}

.icon-1 {
  color: #79db79;
}

.circle-bg-1.outer-circle {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: rgba(121, 219, 121, 0.15);
}

.circle-bg-1.outer-circle:before {
  content: '';
  position: absolute;
  border: rgba(121, 219, 121, 0.4) solid 6px;
  border-radius: 500px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-animation: ripple-out 1.2s linear 1s infinite;
  animation: ripple-out 1.2s linear 1s infinite;
}

.circle-bg-2 {
  background: #faf16e;
}

.icon-2 {
  color: #faf16e;
}

.circle-bg-2.outer-circle {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: rgba(250, 241, 110, 0.15);
}

.circle-bg-2.outer-circle:before {
  content: '';
  position: absolute;
  border: rgba(250, 241, 110, 0.4) solid 6px;
  border-radius: 500px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-animation: ripple-out 1.2s linear 1s infinite;
  animation: ripple-out 1.2s linear 1s infinite;
}

.circle-bg-3 {
  background: #a665fb;
}

.icon-3 {
  color: #a665fb;
}

.circle-bg-3.outer-circle {
  background: rgba(166, 101, 251, 0.15);
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.circle-bg-3.outer-circle:before {
  content: '';
  position: absolute;
  border: rgba(166, 101, 251, 0.4) solid 6px;
  border-radius: 500px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-animation: ripple-out 1.2s linear 1s infinite;
  animation: ripple-out 1.2s linear 1s infinite;
  opacity: 1.6;
}

.widget01.feature--widget {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .widget01.feature--widget {
    margin-bottom: 0;
  }
}

.widget01.feature--widget .divider--right:after {
  display: none;
}

@media (min-width: 768px) {
  .widget01.feature--widget .divider--right:after {
    display: block;
  }
}

.widget__icon {
  position: relative;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 35px;
}

.widget__icon .outer-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
}

.widget__body {
  text-align: center;
}

.widget__body p {
  color: #323232;
  font-size: 17px;
  font-weight: 400;
  line-height: 34px;
}

@media (min-width: 480px) {
  .widget__body p {
    font-size: 18px;
    padding: 0 50px;
  }
}

@media (min-width: 576px) {
  .widget__body p {
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  .widget__body p {
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .widget__body p {
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  .widget__body p {
    padding: 0 25px;
  }
}

.widget__heading {
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}

.line-right:after {
  content: '';
  background-color: #ccc;
  position: absolute;
  width: 2px;
  height: 150px;
  top: 30%;
  left: 100%;
  display: block;
  border-radius: 10px;
}

/* ------------------------ */
/* HOW IT WORKS */
/* ------------------------ */

.reasons-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding-top: 3rem;
}

.reason-row {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.reason-title {
  flex: 0.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 10vh;
}

.reason-text {
  flex: 1;
  align-self: center;
  padding: 15px;
}

.video-container {
  width: 50vw;
  height: 50vh;
  margin-top: 4rem;
}
