.light-red {
    color: #f35a57 !important;
}

.text-bold {
    font-weight: 700 !important;
}

.header-link {
    transition: 250ms !important;
}

.header-link:hover {
    color: #b33836 !important;
}

.hover-white:hover {
    color: #fff !important;
}

.sub-text {
    font-size: 18px;
    font-style: italic;
    color: #a5a5a5;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-0px {
    margin-bottom: 0px !important;
}

.mt-2px {
    margin-top: 2px !important;
}

.mobile-header {
    display: none;
    font-weight: 200 !important;
    letter-spacing: 3px;
}

@media screen and (max-width: 991px) {
    .mobile-header {
        display: block !important;
    }

    .background-color {
        background-color: #272829 !important;
    }

    .home-hero-container {
        flex-direction: column;
    }

    .home-hero-banner {
        width: 100% !important;
    }
}

.home-feature-h1 {
    font-size: 45px;
}

.home-feature-h2 {
    font-size: 20px;
    color: hsla(0, 0%, 100%, 0.8);
}

.home-video-container {
    display: flex;
    flex-direction: column;
}

.home-video-container video {
    border: 2px solid #f35a57;
    float: right;
}

.text-white {
    color: #fff !important;
}

@media screen and (min-width: 1400px) {
    .home-video-container video {
        max-width: 80% !important;
    }
}

.font-15px {
    font-size: 15px !important;
}

.font-17px {
    font-size: 17px !important;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper {
    border: 2px solid #b51813;
    max-width: 500px;
}

.swiper-slide img {
    width: 350px;
}

.swiper-button-next, .swiper-button-prev {
    color: #b51813 !important;
}

.w-full {
    width: 100% !important;
}

.home-feature-row {
    gap: 40px !important;
}

.underline {
    text-decoration: underline;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .nav-link {
        font-size: 13px;
    }

    h1 {
        font-size: 52px;
        line-height: 1.1;
    }
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pricing-card-list-item {
    background-image: url("../../img/checkmark.svg");
}

.pricing-card-header {
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -50px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(255,255,255,0.2);
    -moz-box-shadow: 0px 0px 5px 3px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 5px 3px rgba(255,255,255,0.2);
}

.gray-text {
    color: gray !important;
}

.pricing-plan-name {
    color: #f35a57;
    letter-spacing: 2px;
    text-transform: uppercase;
    height: 42px;
    align-content: center;
    width: 100%;
    position: relative;
}

.price-per-month {
    justify-content: center;
    margin-top: 10px;
}

.price-tag {
    margin-right: 5px !important;
    line-height: 1 !important;
}

.yearly-purchase-text {
    font-size: 13px;
    text-align: center;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.highlighted-x {
    color: #fff;
    font-size: 45px;
    text-shadow: 1px -1px 8px rgba(255,255,255,0.8);
    position: absolute;
    top: -5px;
    margin-left: -5px;
    transform: rotate(15deg);
}

@media only screen and (max-width: 400px) {
    .highlighted-x {
        font-size: 35px !important;
        top: 0px !important;
        margin-left: -9px !important;
    }
}

.home-hero-container {
    width: 100%;
    display: flex;
    align-items: center;
}

.home-hero-laptop {
    width: 350px;
}

.home-hero-banner {
    width: 70%;
}

.video-bg-wrapper {
    min-height: 900px  !important;
    height: unset;
}

.down-arrow {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 14px);
    width: 0;
    height: 30px;
    border: 2px solid;
    border-radius: 2px;

    animation: jumpInfinite 1.5s infinite;
}c
  
.down-arrow:after {
    content: " ";
    position: absolute;
    top: 12px;
    left: -10px;
    width: 16px;
    height: 16px;
    border-bottom: 4px solid;
    border-right: 4px solid;
    border-radius: 4px;
    transform: rotateZ(45deg);
}

@keyframes jumpInfinite {
    0% {
      margin-bottom: 0;
    }
    50% {
      margin-bottom: 20px;
    }
    100% {
      margin-bottom: 0;
    }
}

.position-relative {
    position: relative;
}

@media screen and (max-width: 991px) {
    .section.home-hero {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    
    .down-arrow {
        bottom: -50px !important;
    }
}

@media screen and (max-width: 400px) {
    .video-bg-wrapper {
        min-height: 700px !important;
    }
}

@media screen and (min-width: 401px) and (max-width: 600px) {
    .video-bg-wrapper {
        min-height: 800px !important;
    }
}

@media screen and (min-width: 992px) {
    .feature-img-1 {
        width: 70% !important;
        float: right;
    }
}