/* Big tablet to margin width*/
@media only screen and (max-width: 3840px) {
  .buy-hero-text {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 1920px) {
  .buy-hero-text {
    font-size: 6em;
  }
}
/* Big tablet to margin width*/
@media only screen and (max-width: 1420px) {
  .info-wrapper {
    padding: 40px 50px 40px 60px;
    max-width: 50%;
  }

  .media-wrapper {
    width: 55vw;
  }

  .media-wrapper > img {
    width: 100%;
    height: auto;
  }

  .media-wrapper > video, .media-wrapper > .youtube-container {
    width: 100%;
    height: auto;
  }
}
/* Big tablet to margin width*/
@media only screen and (max-width: 1200px) {
  .features-icon i {
    font-size: 2.5rem;
  }

  .info-container {
    width: 90%;
    padding: 30px;
  }

  .features-section {
    padding: 50px 50px;
  }

  .features-section > .columns-wrapper > .column {
    padding: 0 20px;
    margin: 0px;
    text-align: center;
    width: 33%;
  }
}

/* Big tablet to margin width*/
@media only screen and (max-width: 1160px) {
  .enterprise-card-info {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 2.5rem;
    margin-bottom: 60px;
  }

  .purchase-plan-cards-wrapper {
    width: 100%;
    /* height: 5000px;s */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  .single-card {
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;

    max-width: 95%;
    width: 95%;
    margin-bottom: 20px;
    padding: 0;
  }

  .card-top-wrapper {
    height: fit-content;
    padding: .5rem;
    width: 100%;
    max-width: 1150px;
    /* padding: 0 100px; */
    /* background-color: rgb(44, 44, 44); */
    background-color: transparent;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.25);

    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: min-content;
  }

  .card-bottom-wrapper {
    box-sizing: border-box;
    height: 318px;
    width: 100%;
    max-width: 1150px;
    background-color: rgb(255, 255, 255);
    color: black;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    text-align: center;
    /* padding: 48px 500px; */
  }

  .card-title-wrapper {
    padding-bottom: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    align-items: center;
  }

  .card-title-top {
    margin-left: 15px;
    font-size: 2.25em;
    letter-spacing: 3px;
    line-height: 2rem;
  }

  .card-title-bottom {
    margin-left: 10px;
    font-size: 2.25em;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 2rem;
  }

  .card-subtext {
    margin-left: 15px;
    font-weight: 300;
  }

  .contact-info-wrapper {
    padding: 30px 0px;
    width: 95%;
    align-items: center;
  }
}

/* Small tablet to big tablet */
@media only screen and (max-width: 1100px) {
  .user-profile-wrapper {
    width: 95%;
    max-width: 95%;
  }

  .account-content {
    font-weight: 500;
    width: 100%;
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 50px;
    box-sizing: border-box;
  }

  .account-title-wrapper {
    box-sizing: border-box;
    width: 100%;
  }

  .field-title {
    box-sizing: border-box;
    width: 100%;
    font-weight: 600;
    padding: 10px 0 10px 10px;
    margin: 0;
  }

  .account-buttons-section {
    margin-right: 0px;
  }
  .edit-account-section {
    margin-right: 0px;
  }

  .billing-subscription-section {
    margin-right: 0px;
  }
}
/* Small tablet to big tablet */
@media only screen and (max-width: 1023px) {
  .buy-credit-text {
    font-size: 1.5vw;
  }

  .media-wrapper {
    width: 500px;
    padding: 0;
  }

  .media-wrapper > img {
    width: 100%;
    height: auto;
  }

  .media-wrapper > video, .media-wrapper > .youtube-container {
    width: 100%;
    height: auto;
  }

  .info-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
  }

  .info-wrapper {
    padding: 0 0 40px 0;
    width: 100%;
    margin: 0;
    max-width: 80%;
  }

  .speed-section > .info-container > .media-wrapper {
    order: 2;
  }

  /* Hero Section */
  .hero-video {
    width: auto;
    height: 575px;
  }

  .hero-overlay-object {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.15);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: left;
    padding: 0;
  }

  .hero-text-wrapper {
    width: 358px;
    margin-left: 15%;
    margin-top: 80px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
  }
  
  .home-hero{
    font-family: Montserrat;
  }

  .hero-overlay-object > .hero-text-wrapper > h1 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 3.25em;
    border-bottom: 1px solid white;
  }

  .hero-overlay-object > .hero-text-wrapper > .hero-top-line {
    font-weight: 300;
    margin: 0px 0px 0px 0px;
    padding: 0;
    font-size: 3.25em;
    line-height: 2.5rem;
  }

  .hero-overlay-object > .hero-text-wrapper > p {
    font-family: 'Montserrat';
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 4em;
    font-size: 1em;
  }

  .hero-overlay-object > .hero-text-wrapper > .buy-button-link > a {
    background-color: rgb(0, 131, 218);
    border: 2px solid rgb(0, 131, 218);
  }

  .hero-overlay-object > .hero-text-wrapper > .buy-button-link > a:hover {
    background-color: rgb(13, 109, 173);
    border: 2px solid white;
  }

  /* Hero Section End */

  

  /* .buy-button-link {
    margin: 125px 0 0 0;
  } */

  .buy-hero-text {
    font-size: 9vw;
    margin-top: 10vw;
  }
}

/* Small phones to small tablets */
@media only screen and (max-width: 767px) {
  .features-section {
    box-sizing: content-box;
    display: flex;
    align-items: center;

    padding: 30px 0;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 100px;
    margin-bottom: 100px; */
  }

  .features-section > .columns-wrapper > .column {
    box-sizing: content-box;
    padding: 0 20px;
    margin: 25px 0 25px 0;
    text-align: center;
    width: 80%;
  }

  .features-icon i {
    font-size: 3rem;
  }

  .features-section > .columns-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .buy-hero-graphic > img {
    /* max-width: 1920px; */
    width: auto;
    height: 32vw;
  }
}
@media only screen and (max-width: 697px) {
  #edit-profile-form {
    width: 90%;
  }

  .enterprise-card-info {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 2.5rem;
    margin-bottom: 40px;
  }
}
/* Small phones to small tablets */
@media only screen and (max-width: 660px) {
  .early-bird-subtext {
    font-weight: 200;
    font-size: 0.825em;
    margin-bottom: 5px;
    text-align: center;
    max-width: 90%;
  }

  .buy-credit-text {
    font-size: 0.625em;
  }

  .buy-hero-text {
    margin-top: 6rem;
  }

  .buy-hero-graphic > img {
    /* max-width: 1920px; */
    width: auto;
    height: 13rem;
  }

  .coming-soon {
    height: 500px;
  }

  .coming-soon > .text {
    font-size: 6em;
    font-weight: 700;
    padding: 15px 40px;
    width: 100%;
    text-align: center;
    /* border-radius: 100px; */
  }

  .choose-plan-title-wrapper {
    flex-direction: column;
    font-size: 4em;
    padding: 80px 0 40px 0;
  }

  .contact-header {
    font-size: 9.5vw;
  }
  .contact-text {
    font-size: 4.75vw;
  }
}

@media only screen and (max-width: 575px) {
  .media-wrapper {
    width: 100%;
    padding: 0;
  }
}

/* Small phones 0-480px */
@media only screen and (max-width: 500px) {
  .hero-text-wrapper {
    width: 100%;
    margin-left: 0px;
    margin-top: 80px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-overlay-object > .hero-text-wrapper > h1 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 3.25em;
    border-bottom: 1px solid white;
  }

  .hero-overlay-object > .hero-text-wrapper > .hero-top-line {
    font-weight: 300;
    margin: 0;
    padding: 0;
    font-size: 3.25em;
    line-height: 2.5rem;
  }

  .hero-overlay-object > .hero-text-wrapper > p {
    padding: 0 1.5625em;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 4em;
    font-size: 1em;
  }

  .hero-overlay-object > .hero-text-wrapper > .buy-button-link > a {
    background-color: rgb(0, 131, 218);
    border: 2px solid rgb(0, 131, 218);
  }

  .hero-overlay-object > .hero-text-wrapper > .buy-button-link > a:hover {
    background-color: rgb(13, 109, 173);
    border: 2px solid white;
  }
  .hero-overlay-object .hero-text-wrapper .hero-cta-buttons {
    justify-content: space-around;
  }

  /* Hero Section */

  .buy-hero-text {
    font-size: 11vw;
    margin-top: 6rem;
  }

  .grid-pattern {
    margin-top: -450px;
  }

  .create-account-form-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    /* flex-direction: column; */
    align-content: right;
    text-align: right;
    width: 100%;
    height: 810px;
    font-family: 'Roboto', sans-serif;
    padding-top: 45px;
  }

  .create-account-content {
    box-sizing: border-box;
    width: 100%;
    padding: 50px 30px 38px 30px;
    border-radius: 4px;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0), 0 3px 6px 0 rgba(0, 0, 0, 0);
  }

  .form-logo > img {
    margin-bottom: 85px;
    margin-right: -175px;
  }

  .coming-soon {
    height: 300px;
  }

  .coming-soon > .text {
    font-size: 3em;
    padding: 15px 20px;
    width: 100%;
    text-align: center;
  }

  .contact-us-wrapper {
    height: 62.5vw;
  }

  .dots-separator {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .enterprise-card-info {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 2rem;
    margin-bottom: 50px;
  }

  .footer {
    padding: 20px 0;
  }

  .footer-connect-links {
    font-size: 1em;
    padding-bottom: 15px;
  }

  .connect-link {
    padding: 0 5px;
  }

  .connect-link a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
  }

  .footer-legal-wrapper {
    display: flex;
    justify-content: space-between;
    width: 256px;
    font-size: 14px;
  }

  .footer-legal-links-separator {
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media only screen and (max-width: 460px) {
  .account-content > .account-heading {
    font-weight: 700;
    font-size: 11vw;
    margin-bottom: 2.5rem;
  }

  .account-content {
    margin-top: 50px;
  }

  .enterprise-top-wrapper {
    height: 125px;
  }

  .enterprise-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.2rem;
  }

  .enterprise-title-bottom {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 430px) {
  .user-profile-wrapper {
    height: 540px;
  }

  .edit-profile-btns-wrapper {
    width: 100%;
  }

  .edit-profile-header {
    font-size: 12vw;
    margin-bottom: 50px;
  }

  .edit-account-section {
    width: 100%;
  }

  .billing-subscription-section {
    width: 100%;
  }

  .billing-subscription-section > .subscribe {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 420px) {
  .choose-plan-title-wrapper {
    flex-direction: column;
    font-size: 14vw;
    padding: 80px 0 30px 0;
  }

  .form-logo > img {
    margin-bottom: 85px;
    margin-right: 0px;
  }

  .legal-section-wrapper {
    font-size: 1em;
  }

  .legal-title {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 414px) {
  .enterprise-card-info {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 2rem;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 380px) {
  .account-content {
    width: 100%;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 366px) {
  .enterprise-card-info {
    margin-bottom: 20px;
  }
}
