.videoWrapper{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-img{
  margin: 1rem;
  width: 200px;
  height: auto;
  border-radius: 0.25rem;
}
.musk-text{
  font-size: smaller;
  font-weight: 600;
  color: black;
  text-align: center;
}
.about-container{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.landing-image {
  border-radius: 0.5rem;
  border-width: 0.1rem;
  border-style: solid;
  border-color: black;
  max-width: 75%;
  height: auto;
}
.landing-link-on-dark {
  color: #c49ba7
}
.card-body-extra{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.card-price{
  text-align: center;
  margin-bottom: 0rem;
}
.card-price-large{
  text-align: center;
  margin-bottom: 0rem;
  font-size: x-large;
  font-weight: 600;
}
.main-div {
  position: relative;
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  padding: 5rem 0rem;
  display: flex;
}
@media (max-width: 992px){
  .about-container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .landing-image {
    border-radius: 0.5rem;
    border-width: 0.1rem;
    border-style: solid;
    border-color: black;
    max-width: 100%;
    height: auto;
  }
  .main-div {
    position: relative;
    z-index: 5;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 1rem;
    display: flex;
  }
}
.top-image {
  border-radius: 0.5rem;
  border-width: 0.1rem;
  border-style: solid;
  border-color: black;
  margin: 1rem;
}
.top-section-text{
  text-align: center;
  color:black;
  font-weight: 630;
}
.text-container-div {
  flex-direction: column;
}
.button-container{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 1rem 0rem;
}
.image-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0rem 1rem;
}
.bg-div{
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(https://isblogimgs.s3.amazonaws.com/images/nyse.jpg) center center;
  opacity: 0.1;
  width: 100%;
  height: 100%;

}

.bgg-img:before {
  content: "";
  position: absolute;
  background-color: #1c375e;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.bg-img {
  background-image: url("../images/other/deering.491964a995bb.jpg");
  height: 100vh;
  flex: 1;
  display: flex;
  /* content styling OPTIONAL*/
  align-items: center;
  justify-content: center;
  padding: 10vh;
  /* background styling */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.signup-block {
  background-color: var(--bs-body-bg);
  padding: 3%;
}
.navbar-avatar {
  object-fit: cover;
  width: 32px;
  height: 32px;
  max-height: inherit !important;
  border-radius: 50%;
}

#profile-picture {
  display: flex;
  justify-content: center;
}
#profile-picture img.avatar {
  object-fit: cover;
  width: 128px;
  height: 128px;
  border-radius: 50%;
}

#profile-upload-holder {
  padding-top: 0.5em;
}
#profile-upload-holder input[type="file"] {
  display: none;
}

.progress-bar {
  background-color: var(--primary);
  width: 2px;
}

#progress-bar-message {
  color: var(--gray);
}

.stripe-element {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  border-radius: 4px;
  line-height: 1.5;
  border: 1px solid #dbdbdb;
  padding: 1em;
}

.focused-stripe-element {
  border-color: var(--primary);
}

.invalid-stripe-element {
  border-color: var(--danger);
}

.complete-stripe-element {
  border-color: var(--success);
}

.upgrade-features li {
  display: flex;
}
.upgrade-features li .icon {
  margin-right: 0.5rem;
}
.upgrade-features li .upgrade-feature {
  width: 100%;
}

#subscription-details-table .subscription-detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0.5rem;
}
#subscription-details-table .subscription-detail .subscription-detail-label {
  width: 16rem;
  text-align: right;
  margin-right: 1rem;
}
#subscription-details-table .subscription-detail .subscription-detail-value {
  width: 100%;
}
#subscription-details-table .subscription-detail .subdetail {
  font-size: 0.8rem;
  margin-top: 0.2rem;
}
#subscription-details-table th {
  text-align: right;
  font-weight: normal;
}
#subscription-details-table th:after {
  content: ":";
}

#plan-selector .plan {
  height: 100%;
  border: 3px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  padding: 1rem;
}
#plan-selector .plan.is-selected {
  border: 3px solid var(--primary);
}
#plan-selector .plan.is-selected .plan-summary .plan-icon {
  color: var(--primary);
}
#plan-selector .plan.is-selected .plan-summary .plan-icon .fa:before {
  content: "\f058";
}
#plan-selector .plan .plan-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#plan-selector .plan .plan-summary .plan-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0.5rem;
}
#plan-selector .plan .plan-summary .plan-icon .icon {
  font-size: 1.5rem;
}
#plan-selector .plan .plan-summary .plan-icon .fa:before {
  content: "\f10c";
}
#plan-selector .plan .price {
  font-size: 1.5rem;
}

.h-100 {
  height: 100%;
}

.muted-link {
  color: #b5b5b5;
}
.muted-link:hover {
  color: #7a7a7a;
  text-decoration: underline;
}

.errorlist {
  color: var(--danger);
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid var(--primary);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
