/*
 * Globals
 */

*::selection {
  background-color: #ff1f5c;
  color: #2f2b2f;
}

iframe {
  border-radius: 10px;
  width: 100%;
  height: 450px
}

/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.cert {
  box-shadow: 0 0 0 0.1rem #ff1f5c;
  margin: 10px;
}

@media (min-width: 900px) {
  .center-laptop {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
}

h3 {
  margin-top:20px;
}

ol, ul {
     list-style-type: none;
}

/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, 1);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 1);
  color: #fff;
  overflow-x: hidden;
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  color: #fff;
  border-bottom-color: #ff1f5c;
}

h1, h3, h4, h5 {
  color: #ff1f5c;
}
.highlight {
  font-size: 1.2rem;
  color: #ff1f5c !important;
}
p {
  font-size: 1rem;
}

.bg-cta {
  background-color: #ff1f5c;
  border-color: #ff1f5c;
}
.bg-cta:hover {
  background-color: #a42144;
  color: #fff;
  border-color: #ff1f5c;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.banner {
  background-color: #ff1f5c;
  min-height: 200px;
  margin-bottom: 20px;
  margin-left: -15rem;
  margin-top: 20px;
  text-align: center;
  padding-top: calc(100px - 3rem);
  padding-left: 15rem;
  padding-bottom: 3rem;
  margin-right: -3rem;
}
@media (min-width: 900px) {
  .banner {
    margin-right: -15rem !important;
  }
}
.banner .bg-cta {
  background-color: #221a22;
  border-color: #221a22;
  color: #fff;
}
.banner .bg-cta:hover {
  color: #ff1f5c !important;
}
a {
  color: #ff1f5c;
}

.banner h2 {
  color: #221a22;
}
.text-banner {
  color: #221a22;
}

.banner h1 {
  color: #221a22;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #ff1f5c;
}

.card {
  background-color: #262c36;
  min-height: 180px;
  min-width: 300px;
}
.card-img {
  max-width: 300px;
}
.box-calc {
  min-width: 300px;
  background-color: #221a22;
  color: #fff !important;
  margin-right: 3%;
  margin-bottom: 3%;
  border-radius: 10px;
  padding: 2rem 2rem 1rem 2rem;
  min-height: 500px;
}

.btn-lg {
  color: #fff !important;
}
.btn-lg:active, .btn-lg:checked {
  color: #fff !important;
}

.btn-outline {
  border-color: #641229!important;
  color: #fff !important;
  border-radius: 100px;
  padding: 5px 5px 5px 5px;
  margin-bottom: 1rem;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  border-color: #ff1f5c!important;
}
.btn-outline:hover {
  background-color: #ff1f5c!important;
  color: #221a22 !important;
  border-radius: 100px;
  padding: 5px 5px 5px 5px;
  margin-bottom: 1rem;
}

.btn-form {
  border: 0.2rem solid transparent;
  border-color: #ff1f5c!important;
}
.btn-form:hover {
  background-color: #ff1f5c!important;
  color: #221a22 !important;
}

.progress {
  width: 150px;
  height: 150px !important;
  float: left; 
  line-height: 150px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #000;
  font-size: 15px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress .progress-bar {
  border-color: #ff1f5c;
}

/*.progress .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}*/

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
