@media (max-width: 400px) {
  .tabs-component {
    width: 240px;
  }
}
.tabs-component {
  margin: auto;
  padding: 80px;

  width: 100%;
  position: relative;
}
.tabs-component .tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  position: relative;
}
.tabs-component .tabs .tab {
  width: 33.33333%;
  height: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 16px 0 16px 0;
  border-radius: 9px;
  font-size: 16px;
  z-index: 1;
  position: relative;
  /* transition: all 0.3s linear; */
}

.tabs-component .tabs .tab .title {
  font-size: 16px;
  font-weight: 900;
  color: #000;
}
.tabs-component .tabs .tab.active {
  background: var(--light-beaver);
}
.tabs-component .tabs .tab.active .title {
  font-weight: 900;
  color: #2a2a2a;
}
.tabs-component .tabs .tab:nth-of-type(1).active ~ .slider {
  left: 0;
}
.tabs-component .tabs .tab:nth-of-type(2).active ~ .slider {
  left: 33.33333%;
}
.tabs-component .tabs .tab:nth-of-type(3).active ~ .slider {
  left: 66.66666%;
}
.tabs-component .panels .panel {
  display: none;
  height: 100%;
  padding: 24px;
  border-radius: 9px;
  background: white;
  box-shadow: 0 10px 25px rgba(124, 130, 141, 0.2);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.tabs-component .panels .panel .content-img {
  margin-bottom: 16px;
}
.tabs-component .panels .panel .content-img img {
  max-width: -webkit-fill-available;
  vertical-align: middle;
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

.tabs-component .panels .panel .content-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 16px;
  color: #000;
}

.tabs-component .panels .panel .content-paragraph {
  font-size: 16px;
  font-weight: 400;
  color: #2a2a2a;
}

.tabs-component .panels .panel.show {
  display: block;
}
.tabs-component .panels .panel.show .content-img {
  animation: toLeft 1s ease-out 0s both;
}
.tabs-component .panels .panel.show .content-title {
  animation: toLeft 1s ease-out 0.075s both;
}
.tabs-component .panels .panel.show .content-paragraph {
  animation: toLeft 1s ease-out 0.15s both;
}

@keyframes toLeft {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
.circle {
  position: absolute;
  border-radius: 100%;
  opacity: 0.7;
  filter: blur(0px);
}

@media only screen and (max-width: 600px) {
  .container .content .banner .banner-text h3 {
    font-size: 40px;
  }
  .container .content .feature-section h3.feature-section-head3 {
    font-size: larger;
  }
  .tabs-component .tabs {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }

  .tabs-component .panels {
    width: 100%;
  }

  .tabs-component .tabs .tab {
    width: 100%;
  }

  .tabs-component {
    padding: 10px;
    width: 100%;
  }
  .circle.one {
    width: 100px;
    height: 100px;
    bottom: -40px;
    right: -40px;
  }
  .tabs-component .panels .panel .content-paragraph {
    font-size: 14px;
  }
  .tabs-component .panels .panel .content-img img {
    width: 100%;
  }
  .tabs-component .panels .panel .content-img {
    margin-bottom: 12px;
  }
  .tabs-component .panels .panel .content-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .circle.one {
    width: 120px;
    height: 120px;
    background: linear-gradient(
      45deg,
      rgb(245, 205, 81) 0%,
      rgb(247, 206, 81) 100%
    );
    bottom: -50px;
    right: 0;
    z-index: -1;
    box-shadow: 0 10px 25px rgba(245, 205, 81, 0.4);
    background: radial-gradient(circle at 100px 100px, #f7ce51, #f5cd51);
  }
}

@media only screen and (min-width: 600px) {
  .circle.one {
    width: 150px;
    height: 150px;
    background: linear-gradient(
      45deg,
      rgb(245, 205, 81) 0%,
      rgb(247, 206, 81) 100%
    );
    bottom: 20px;
    right: 0;
    z-index: -1;
    box-shadow: 0 10px 25px rgba(245, 205, 81, 0.4);
    background: radial-gradient(circle at 100px 100px, #f7ce51, #f5cd51);
  }
}

@media only screen and (min-width: 768px) {
  .circle.one {
    width: 150px;
    height: 150px;
    background: linear-gradient(
      45deg,
      rgb(245, 205, 81) 0%,
      rgb(247, 206, 81) 100%
    );
    bottom: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0 10px 25px rgba(245, 205, 81, 0.4);
    background: radial-gradient(circle at 100px 100px, #f7ce51, #f5cd51);
  }
}

@media only screen and (min-width: 992px) {
  .circle.one {
    width: 150px;
    height: 150px;
    background: linear-gradient(
      45deg,
      rgb(245, 205, 81) 0%,
      rgb(247, 206, 81) 100%
    );
    bottom: 0px;
    right: 0;
    z-index: -1;
    box-shadow: 0 10px 25px rgba(245, 205, 81, 0.4);
    background: radial-gradient(circle at 100px 100px, #f7ce51, #f5cd51);
  }
}

@media only screen and (min-width: 1200px) {
  .circle.one {
    width: 150px;
    height: 150px;
    background: linear-gradient(
      45deg,
      rgb(245, 205, 81) 0%,
      rgb(247, 206, 81) 100%
    );
    bottom: 0px;
    right: 0;
    z-index: -1;
    box-shadow: 0 10px 25px rgba(245, 205, 81, 0.4);
    background: radial-gradient(circle at 100px 100px, #f7ce51, #f5cd51);
  }
}
