.navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar-toggler {
  outline: none !important;
  border: none !important;
}
.header_bg {
  /* background-image: url(../images/main.png); */
    background-image: url(../images/Rectangle\ 1.png);

  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
.header_img_overlay {
  width: 20%;
}
.header_content {
  margin-top: 6rem;
}
.bg-purple {
  background-color: #683f95;
}
.text-purple {
  color: #683f95;
}

.bg-blue{
  background-color: #249c34;
  color:white;
  }

.text-blue{
color: #249c34;
}
.text-green {
  color: #a3c744;
}
.text-orange {
  color: #F79333;
}
.header_img1_animate {
  animation: mover 4s infinite alternate;
}
.figmal_section {
  border-left: #683f95 solid;
  border-width: 15px;
}
.figmal_img_1 {
  border-radius: 40px;
  box-shadow:
    0 0 0 2px #33b350,     /* light green */
    5px 5px 10px #28a745,   /* darker green */
    10px 10px 20px #0c6287; /* dark blue-ish */
}
.benefits_bg {
  background-image: url("../../assets/images/Rectangle\ 14.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.carousel_section_bg {
  background-image: url("../../assets/images/Rectangle\ 20.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.benefits_content {
  font-size: 14px;
}
.input-group-text {
  background-color: #683f95 !important;
}
@media screen and (min-width: 768px) {
  .head_nav {
    padding: 0px 50px !important;
  }
  .about_figmal_section {
    padding: 10px 50px;
  }
  .benefits_icons {
    padding: 15px;
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(170%);
  }
}
.header_img2_animate {
  animation: mover2 4s infinite alternate;
  top: 25rem;
}
@keyframes mover2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-200%);
  }
}
@media screen and (max-width: 992px) {
  .badge {
    font-size: 15px !important;
  }
  .header_content {
    margin-top: 1rem;
  }
  @keyframes mover {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(25rem);
    }
  }
  @keyframes mover2 {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-25rem);
    }
  }

  .carousel-item {
    min-height: 600px !important;
  }
}

.navbar-toggler:focus {
  box-shadow: none !important;
}
.navbar-toggler {
  outline: none !important;
  border: none !important;
}
.header_bg {
  /* background-image: url(../images/main.png); */
    background-image: url(../images/Rectangle\ 1.png);

  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
.header_img_overlay {
  width: 20%;
}
.header_content {
  margin-top: 6rem;
}
.bg-purple {
  background-color: #683f95;
}
.text-purple {
  color: #683f95;
}
.text-green {
  color: #a3c744;
}
.text-orange {
  color: #F79333;
}
.figmal_section {
  /* border-left: #683f95 solid; */
  border-left: #249c34 solid;
  border-width: 15px;
}
.figmal_img_1 {
  border-radius: 40px;
  box-shadow:
    0 0 0 2px #33b350,     /* light green */
    5px 5px 10px #28a745,   /* darker green */
    10px 10px 20px #0c6287; /* dark blue-ish */
}

.figmal_img2 {
  background:#249c34;
  padding:40px 40px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 30vw;
}

.benefits_bg {
  background-image: url("../../assets/images/Rectangle\ 14.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.carousel_section_bg {
  background-image: url("../../assets/images/Rectangle\ 20.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.benefits_content {
  font-size: 14px;
}
.input-group-text {
  background-color: #683f95 !important;
}
.header_img_2 {
  top: 20rem;
}
.btn-outline-purple {
  border: 1px solid #683f95 !important;
  color: #683f95 !important;
}
.btn-outline-purple:hover {
  background-color: #683f95 !important;
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  .head_nav {
    padding: 0px 50px !important;
  }
  .about_figmal_section {
    padding: 10px 50px;
  }
  .benefits_icons {
    padding: 15px;
  }
}
@media screen and (max-width: 992px) {
  .header_img_1 {
    top: -25px !important;
  }
  .header_img_2 {
    top: 28rem !important;
  }
  .overlay_image {
    overflow: hidden;
    min-width: 300px;
    object-fit: cover;
  }
  .badge {
    font-size: 15px !important;
  }
  .header_content {
    margin-top: 1rem;
  }
  .carousel-item {
    min-height: 600px !important;
  }
}

.overlay_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s all;
}
.overlay_image a {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay_image:hover::after {
  background: rgba(0, 0, 0, 0.658);
  transition: 0.5s all;
}
.overlay_image:hover a {
  display: block;
  z-index: 1;
}
.overlay_image {
  overflow: hidden;
  min-width: 300px;
  object-fit: cover;
}
.overlay_image img {
  transition: 0.5s all;
}
.overlay_image:hover img {
  transform: scale(1.1);
}

.btn-purple{
  background-color: #683f95 !important;
  color: white !important;
  border: 1px solid #683f95 !important;
}

