/*!
 * Start Bootstrap - Landing Page v5.0.8 (https://startbootstrap.com/themes/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

* {
  font-family: "Source Sans Pro", sans-serif;
}

body {
  margin-top: 3.5rem;
}

header nav {
  background-color: #004f9e;
}

/*
.masthead {
  position: relative;
  background-color: $gray-800;
  background: url('../img/bg-masthead.jpg') no-repeat center center;
  @include background-cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
  .overlay {
    position: absolute;
    background-color: $gray-900;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  h1 {
    font-size: 2rem;
  }
  @media (min-width: 768px) {
    padding-top: 12rem;
    padding-bottom: 12rem;
    h1 {
      font-size: 3rem;
    }
  }
}
*/
#carouselExampleIndicators .carousel-item {
  height: 32rem;
}

#carouselExampleIndicators .carousel-item img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

#carouselExampleIndicators .carousel-item .carousel-item-title {
  font-size: 36px;
}

@media (min-width: 768px) {
  #carouselExampleIndicators .carousel-item .carousel-item-title {
    font-size: 52px;
  }
}

#carouselExampleIndicators .carousel-item .carousel-item-subtitle {
  font-weight: lighter;
  font-size: 24px;
}

@media (min-width: 768px) {
  #carouselExampleIndicators .carousel-item .carousel-item-subtitle {
    font-size: 36px;
  }
}

.card-deck .card {
  min-width: 220px;
}

#section-plans {
  background-color: #f8f9fa;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  height: 300px;
}

.call-to-action img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

#contact-box {
  line-height: 200%;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.block-7 {
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .12156862745098039);
  -moz-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .12156862745098039);
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .12156862745098039);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
}

@media (max-width: 991.98px) {
  .block-7 {
    margin-top: 30px;
  }
}

.h-plan {
  width: 100%;
  text-align: center;
  color: white;
  background: #207dff;
}

.block-7 .img {
  height: 250px;
}

.block-7 .heading-2 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.block-7 .price {
  margin: 0;
  padding: 0;
  display: block;
}

.block-7 .price sup {
  font-size: 24px;
  top: -1em;
  color: #b3b3b3;
}

.block-7 .price .number {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.block-7 .excerpt {
  margin-bottom: 20px;
  color: #0c45f0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.block-7 .label2 {
  text-transform: uppercase;
}

.block-7 .pricing-text,
.block-7 .pricing-text li {
  padding: 0;
  margin: 0;
}

.block-7 .pricing-text li {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
}

.block-7 .pricing-text li:nth-child(odd) {
  /* background: rgba(0, 0, 0, 0.05); */
}

.block-7 .pricing-text li span.fa {
  color: #207dff;
}

.block-7 .btn-primary {
  color: #fff;
  text-transform: uppercase;
  font-style: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 60%;
  margin: 0 auto;
}

.block-7 .btn-primary:hover,
.block-7 .btn-primary:focus {
  background: #00bd56 !important;
  color: #fff;
}

.block-7:hover,
.block-7:focus {
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
}

.group-feature {
  width: 100%;
  cursor: pointer;
  font-size: 25px;
  color: #0c45f0;
  font-weight: bold;
}

.cell-feature {
  text-align: center
}

.basic-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

}

.form-trial {
  display: flex;
  flex-flow: column;
  background: white;
  color: black;
  align-items: center;
  width: 450px;
  height: 140px;
  border-radius: 15px;
  box-shadow: 10px 10px 10px #3732327d;
}
.header-wrapper {
  margin-top: 10px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.header-span {
  font-size: 18px;
  font-weight: bolder;
  width: 90%;
  text-align: center;
}
.icon-close{
  width: 30px;
}
.input-wrapper {
  width: 100%;
  padding: 0px 20px;
  margin-top: 10px;
}
.field-span {
  font-weight: bolder;
}
.input-row {
  width: 100%;
  display: flex;
  height: 35px;
  margin-top: 5px;
}
.input-field {
  width: 75%;
  border-radius: 0.5em 0px 0px 0.5em;
  padding-inline: 10px 0px;
  border-right: white;
  border: 0.5px solid black;
  border-right: 0px;
}
.button-create {
  margin: 0;
  border-radius: 0px 0.5em 0.5em 0px;
  background: #556EE6;
  color: white;
  font-weight: 600;
  width: 35%;
  border: 1px;
}
.button-create:hover {
  background: #0f2076;
}
.button-create:disabled {
  background:rgb(105, 101, 101);
}

.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}