/*Loader*/
.vidmagic-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: #050f00;
    opacity: 1;
}

    .vidmagic-loader img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 250px;
        height: auto;
    }

.loading-page {
    overflow: hidden;
}
/*Header Navigation*/
.navbar.navbar-dark.fixed-top {
    height: 60px;
    padding: 0rem;
    background-color: rgba(35, 47, 58, 1) !important;
}
a.navbar-brand img {
    width: 180px;
}
.btn {
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2.5px;
    /* font-family: 'Nunito', sans-serif; */
    box-shadow: none !important;
    border: 0;
    padding: 10px 20px !important;
}
button.btn.btn-lg.btn-primary{
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2.5px;
    /* font-family: 'Nunito', sans-serif; */
    box-shadow: none !important;
    border: 0;
    padding: 16px 30px !important;
	margin-bottom:20px;
}
.cover-container .container-fluid button.vl-reset-this.vl-embedded-cta.vrlps-trigger{
	    font-size: 24px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 2.5px !important;
    /* font-family: 'Nunito', sans-serif; */
    box-shadow: none !important;
    border: 0 !important;
    padding: 16px 30px !important;
	margin:10px 0 20px !important;
    width: 100% !important;
    min-width: 90%;	
	display: inline-block;	
}
.container-fluid button.vl-reset-this.vl-embedded-cta.vrlps-trigger{
	    font-size: 24px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 2.5px !important;
    /* font-family: 'Nunito', sans-serif; */
    box-shadow: none !important;
    border: 0 !important;
    padding: 16px 30px !important;
	margin:10px 0 20px !important;
	display: block;
}
.navbar .btn-light {
    background: rgba(54, 198, 244, 0.2);
    color: #fff;
    border-radius: 25px;
}
.navbar .btn-light:hover {
    background: rgba(54, 198, 244, 0.8);
}
.btn-primary {
    background: rgba(54, 198, 244, 0.9);
    color: #fff;
    border: 2px solid #36c6f4;
}
.btn-primary:hover {
    color: #fff;
    background-color: rgb(17, 138, 176);
    border-color: rgba(54, 198, 244, 0.9);
}
.bg-dark.shadow-sm.mx-auto {
    border-radius: 4px;
}
/*Footer*/
footer.container-fluid {
    background: #343a40;
}
footer h5 {
    color: #fff;
}
img.vidmagic-logo-footer {
    width: 110px;
    margin-top: 0px;
    margin-bottom: 5px;
}
a.text-muted:hover {
    color: #fff !important;
}

body.no-scroll{
	overflow: hidden;	
} 
.video-full-cover{
opacity: 0;	
	transition: opacity linear .5s;
    height: 0;
    z-index: 0;	
}
.video-full-cover.video-show {
	opacity: 1;	
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
background: rgba(0, 0, 0, 0.72);
		transition: opacity linear .5s;
}
.vidmagic-video-cover-play{
    z-index: 1;
    width: 75%;
    margin: 0 auto;
    display: block;
    height: auto;
	max-width:1280px;
    cursor: pointer;	
}
/*
 * Base structure
 */
html,
body {
  height: 100%;
  background-color: #262626;
    cursor: default;
}

.cover-container {
    height: calc(100vh);
    display: flex; /* establish flex container */
    flex-direction: column; /* make main axis vertical */
    justify-content: center; /* center items vertically, in this case */
    align-items: center;
    background: linear-gradient(0deg, #ffffff 0%, #ececec 100%);
}
.cover {
    position: absolute;
    z-index: 1000;
    padding: 30px 20px 10px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    margin-top: -1%;
    overflow: hidden;
}

video.img-cover {
    position: absolute;
    z-index: 1;
    opacity: 1;
    background: #343a40;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.container {
  max-width: 1280px;
}
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
.h1, h1 {
    font-size: 1.8rem;
    z-index: 3;
    top: 80px;
    font-weight: 500;
    color: #000;
    text-shadow: 2px 2px 8px #ccc;
    max-width: 1200px;
}
span.span-h1 {
    display: block;
    font-size: 3.2rem;
    color: rgb(250, 49, 49);
    font-weight: 900;
    margin: 12px 0 10px;
}
p.lead.font-weight-normal.drop-blackground {
    background: #000;
    margin: 15px 0;
    color: #fff;
    padding: 10px 0 12px;
    border-radius: 4px;
}
.bg-dark {
    background: #2a2c2e !important;
}
.vidmagic-video{
	width:100%;
	    padding: 15px;
border-radius: 4px;	
}
.vidmagic-video-cover{
	width:100%;
	    padding: 15px;
	background:#000;
	border-radius:4px;
    cursor: pointer;	
}
p.small-cover {
    position: absolute;
    bottom: -16px;
    font-size: 14px;
    font-weight: 500;
    z-index: 3;
    color: #fff;
    background: #959595;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 15px 0 0 0;
    width: 101%;
    height: 60px;
}
.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


span.beta-nav {
    margin: 10px 0 0 8px;
    display: inline-block;
    line-height: 26px;
    float: right;
    font-weight: 400;
    font-size: 1em;
}
span.beta-home {
margin: 10px 0 0 10px;
    display: inline-block;
    line-height: 26px;
    font-weight: 400;
    font-size: 1.8em;
}
img.free-membership-img {
    position: absolute;
    top: -15px;
    left: 0px;
}

.p-5.overflow-hidden {
    padding: 3rem 0 !important;
}

.bg-dark.shadow-sm.mx-auto {
    background: #343a40 !important;
}

.learn-more {
    display: block;
    width: 90px;
    color: rgba(255, 255, 255, 0.39);
    font-size: 50px;
    position: absolute;
    bottom: 60px;
    z-index: 999;
    right: 20px;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

    .learn-more:hover {
        color: #ffffff;
        transition: all ease-in-out .3s;
    }

.learn-more-txt {
    font-size: 16px;
    line-height: 1px;
}

.learn-more i {
    transform: rotate(90deg);
}

img.img-cover {
    width: 100%;
}

.cover-text {
    position: absolute;
    width: 100%;
    top: 36%;
    left: 20px;
    transform: translate(0, -36%);
}

.h1-text {
    font-size: 3.1vw;
    padding: .5vw 1.5vw .7vw;
    width: 60%;
    text-align: left;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

span.h1-span-back {
    background: #fa3131;
    padding: 0.3vw 1vw 0.6vw;
    margin: 1vw 0;
    display: table;
    transform: rotate(-5deg);
}

.h2-text {
    color: #000;
    font-size: 2vw;
    font-weight: 500;
    padding: .5vw 1.5vw .7vw;
    width: 60%;
    text-align: left;
}

span.h2-span-back {
    background: #fff;
    padding: 0.3vw 1vw 0.6vw;
    display: table;
    margin: 1vw 0;
    transform: rotate(-5deg);
}

    span.h2-span-back.h2-span-last {
        margin-top: -0.7vw;
        /* padding: 0; */
    }

.h3-text {
    color: #fff;
    font-size: 2.4vw;
    width: 50%;
    text-align: left;
    line-height: 2.8vw;
    padding: 1vw 0;
}

.btn-hidden {
    display: none;
}

button.btn-countmein {
    text-transform: uppercase;
    z-index: 999;
    font-weight: 700;
    font-size: 1.9vw;
    padding: 1vw 7vw;
    background: rgba(250, 49, 49, 1);
    border: none;
    color: #fff;
    border-radius: 15px;
    transform: rotate(0deg);
    margin: 75vh auto;
    transform-origin: 50% 50%;
    text-align: center;
    display: block;
}
    button.btn-countmein.btn-modal {
        margin: 0;
    }
    button.btn-countmein:hover {
        transition: all 0.5s ease;
        background: rgba(250, 49, 49, 0.8);
    }

button:focus {
    outline: 0;
}

img.img-cover-background {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    height: 100%;
}

/*Privacy*/
.container-fluid.container-privacy {
    background: #fff;
    padding: 80px 0;
}
    .container-fluid.container-privacy h1 {
        text-shadow: none;
        font-size: 2.2rem;
    }
    .container-fluid.container-privacy h2 {
        text-shadow: none;
        font-size: 1.5rem;
    }
    .container-fluid.container-privacy h3 {
        text-shadow: none;
        font-size: 1.2rem;
    }


/*Responsive*/
@media (max-width: 1560px) {
}
@media (max-width: 1380px) {
    .h1, h1 {
        font-size: 1.4rem;
    }
    span.span-h1 {
        font-size: 2.7rem;
    }
    p.lead {
        font-size: 1.3rem;
    }
    p.lead.font-weight-normal.drop-blackground {
        background: #000;
        margin: 15px 10px;
        color: #fff;
        padding: 3px 0 5px;
        font-size: 1rem;
    }
}
@media (max-width: 1280px) {
    .h1, h1 {
        font-size: 1.2rem;
    }

    span.span-h1 {
        font-size: 2.3rem;
    }

    p.lead {
        font-size: 1rem;
    }

        p.lead.font-weight-normal.drop-blackground {
            background: #000;
            margin: 15px 10px;
            color: #fff;
            padding: 3px 0 5px;
            font-size: 1rem;
        }
    img.free-membership-img {
        position: absolute;
        top: -9px;
        left: 6px;
        width: 150px;
    }
    .cover-container .container-fluid button.vl-reset-this.vl-embedded-cta.vrlps-trigger {
        min-width: 88%;
    }
}
@media (max-width: 1150px) {
    p.lead {
        margin: 0;
    }
}
@media (max-width: 1150px) {
    img.logo-home.pb-3 {
        width: 164px;
    }
    span.beta-home {
        margin: 0px 0 0 10px;
        display: inline-block;
        line-height: 0px;
        font-weight: 400;
        font-size: 1em;
        position: absolute;
        top: 22px;
    }
    p.lead {
        font-size: 1rem;
    }
}
@media (max-width: 1080px) {
    .cover-container .container-fluid button.vl-reset-this.vl-embedded-cta.vrlps-trigger {
        min-width: 87%;
    }
}
@media (max-width: 1050px) {
    .cover-container .container-fluid button.vl-reset-this.vl-embedded-cta.vrlps-trigger {
        font-size: 20px !important;
        padding: 16px 0 !important;
        min-width: 87%;
    }
}
@media (max-width: 950px) {
    span.span-h1 {
        font-size: 2rem;
    }
    img.logo-home.pb-3 {
        display: none !important;
    }
    span.beta-home {
        display: none;
    }
}
@media (max-width: 767px) {
    span.span-h1 {
        font-size: 2rem;
    }

    img.logo-home.pb-3 {
        display: none;
    }

    span.beta-home {
        display: none;
    }
    span.beta-nav {
        display: none;
    }
    p.small-cover {
        font-size: 12px;
        font-weight: 300;
        height: auto;
        padding: 5px;
    }

    p.lead {
        font-size: 1.1rem;
    }
    .my-3.py-3 button.vl-reset-this.vl-embedded-cta.vrlps-trigger {
        margin: 0 auto;
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .container-fluid.bg-light .p-5.overflow-hidden {
        padding: 1rem 0 1.5rem !important;
        text-align: center;
    }
    .bg-light.mt-4.mb-5.py-5.text-center.overflow-hidden {
        padding-bottom: .5rem !important;
    }
    .bg-dark.mt-4.mb-5.py-5.text-center.overflow-hidden {
        padding-bottom: 0 !important;
        margin: 0 !important;
    }
    .p-5.overflow-hidden.text-white .my-3.py-3 {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .container-fluid.bg-dark {
        padding-bottom: 5rem;
    }
    footer.container-fluid.py-5 {
        text-align: center;
    }
}


@media (max-width: 525px) {
    .cover-text {
        width: 100%;
        top: 23%;
        left: 5px;
    }

    .h1-text {
        font-size: 6.1vw;
        width: 100%;
    }
    .h2-text {
        font-size: 4.5vw;
        width: 100%;
    }
    .learn-more {
        font-size: 30px;
    }
    .learn-more-txt {
        font-size: 12px;
    }
    button.btn-countmein {
        font-size: 6.5vw;
        margin: 65vh auto;
        padding: 2vw 9vw;
    }
    .learn-more {
        display: none;
    }

    .my-3.py-3 {
        text-align: center;
    }
    }






/*Pricing*/
.container-pricing {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .container-pricing .col {
        text-align: center;
        padding: 5px 20px;
        font-weight: 500;
    }

        .container-pricing .col.col-price-1 {
            text-align: left;
        }

.row.row-table-pricing {
    padding: 0 15px;
}

    .row.row-table-pricing .col {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.col.col-price-1 {
    background: #e9e9e9;
    border-bottom: 1px solid rgba(254, 254, 255, 0.5);
}

.col.col-price-2 {
    background: #d5d5d5;
    border-bottom: 1px solid rgba(254, 254, 255, 0.5);
    text-align: center;
}

.col.col-price-3 {
    background: #cacaca;
    border-bottom: 1px solid rgba(254, 254, 255, 0.5);
    text-align: center;
}

.col.col-price-4 {
    background: #bebebe;
    border-bottom: 1px solid rgba(254, 254, 255, 0.5);
    text-align: center;
}

.col-no-background {
    background: transparent !important;
    border: none !important;
}

.col-title {
    font-size: 32px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.col.col-per-month {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}

span.span-price {
    font-size: 20px;
}

.col-txt-price {
    padding: 18px 15px !important;
}

a.btn-signmeup,
a.btn-demo {
    text-transform: uppercase;
    z-index: 999;
    font-weight: 700;
    font-size: 1.5vw;
    padding: 20px !important;
    background: rgba(250, 49, 49, 1);
    border: none;
    color: #fff;
    border-radius: 15px;
    transform: rotate(0deg);
    margin: 10px auto;
    transform-origin: 50% 50%;
    text-align: center;
    display: block;
}
a.btn.btn-sm.btn-signmeup.btn-pricing {
    background: rgb(54, 198, 244);
}
.col.col-price-4.col-title {
    border-radius: 0 5px 0 0;
}

.col.col-price-2.col-title {
    border-radius: 5px 0 0 0;
}

.col.col-price-1.col-txt-price {
    border-radius: 5px 0 0 0;
}

.col.col-price-1.col-last {
    border-radius: 0 0 0 5px;
}

.col.col-price-4.col-last {
    border-radius: 0 0 5px 0;
}
.learn-more.learn-more.lear-more-pricing {
    color: rgb(204, 204, 204);
    right: auto;
    bottom: 0px;
}
    .learn-more.learn-more.lear-more-pricing:hover {
        color: rgb(130, 130, 130);
    }
h5.paid-yearly {
    margin: -10px 0 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}
/*Pricing Top*/
h1.card-title.pricing-card-title {
    font-size: 52px;
    font-weight: 700;
    text-shadow: none;
}
.pricing-img {
    position: absolute;
    top: -32px;
    left: auto;
    right: auto;
    z-index: 0;
    width: 92%;
}
.card.card-pricing.text-center .card-body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.card.card-pricing.text-center {
    background-color: #fff;
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-radius: 50%;
}

h4.h4-title {
    font-size: 32px;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-top: 66px;
}
span.span-great-savings {
    position: absolute;
    width: 117px;
    color: #35beea;
}
h4.h4-title {
    color: #274e5f;
}
img.img-pricing {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -58px;
}
.container.cont-pricing {
    margin-top: -20px;
    position: absolute;
    top: 94px;
    z-index: 3;
}
.container.mt-2 {
    z-index: 2;
    position: relative;
}
/*On Off Switch*/
span.span-pricing {
    display: inline-block;
    transform: translate(0,3px);
    font-weight: 500;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #36c6f4;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #36c6f4;
}

input:focus + .slider {
    box-shadow: 0 0 1px #ccc;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*Biiling*/
.container-fluid.bg-light.container-billing {
    padding-top: 80px;
    padding-bottom: 80px;
    height: calc(100vh - 216px);
}

.container.container-bill {
    border: 1px solid rgba(0,0,0,.125);
    padding: 20px;
    border-radius: 5px;
    background: #fff;
}

button.btn.btn-sm.btn-secondary {
    padding: 0 20px !important;
}

@media screen and (max-height: 730px) {
    .container-fluid.bg-light.container-billing {
        padding-top: 80px;
        padding-bottom: 80px;
        height: auto;
    }
}
ul.list-unstyled.mt-3.mb-4 {
    font-size: 14px;
}
/*Free Access*/
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #49cbf5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.modal-header.modal-header-home {
    display: block;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
}
    .modal-header.modal-header-home h5.modal-title {
        font-size: 3em;
        font-weight: 700;
        color: rgb(19, 69, 116);
        letter-spacing: 2px;
    }
    .modal-header.modal-header-home p {
        margin-bottom: 0;
    }
.modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 420px;
    border-radius: 20px;
}
.modal-footer.modal-footer-home {
    border-top: 0;
    padding-top: 0;
    display: block;
}
.modal-body.modal-body-home {
    padding-bottom: 0.4em;
}
button.btn.btn-block.btn-freeaccess {
    text-transform: uppercase;
    z-index: 999;
    font-weight: 700;
    font-size: 1.5em !important;
    background: rgba(250, 49, 49, 1);
    border: none;
    color: #fff;
    border-radius: 15px;
    margin: 0px auto;
    text-align: center;
    display: block;
    padding: .5em !important;
    transition: all 0.5s ease;
}
    button.btn.btn-block.btn-freeaccess:hover {
        transition: all 0.5s ease;
        transform:scale(1.05);
    }
.modal-content.modal-content-home {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    border-radius: 25px;
}
}

.form-control {

    border-radius: 8px;
}