@media (min-width: 1200px){
    .container{
        max-width: 1240px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

body{
    font-family: "Albert Sans", sans-serif !important;
}

/* Fix broken collapse chevron icons in sidebar (pig CSS uses FA4 font name) */
nav.side-navbar a[data-toggle="collapse"]::before,
nav.side-navbar ul li a[data-toggle="collapse"]::before,
nav.side-navbar.shrinked ul li a[data-toggle="collapse"]::before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}

.navbar.navbar-wrapper{
    z-index: 102;
    background: rgba(0,0,0, 0.7);
}
.navbar.navbar-wrapper .nav-item{
    padding-left: 20px;
    padding-right: 20px;
}
.navbar.navbar-wrapper .nav-item a{
    font-size: 18px;
    font-weight: 400;
}

.navbar.navbar-wrapper .nav-item a:hover{
    color: #b11319;
}
.page-main.home-page:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    background: url("https://res.cloudinary.com/dkbarccod/image/upload/v1681491503/bbbbb2_e1ug4s.webp");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: -1;
    width: 100%;
    height: 2260px;
    background-position: bottom;
}
.page-main.home-page{
    background-color: #fff;
    margin-top:-102px;
    z-index: 100 !important;
    padding-top: 100px;
    position: relative;

}
.video-row:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    z-index: -1;
    width: 100%;
    height: 1220px;
    background: url("https://res.cloudinary.com/dkbarccod/image/upload/v1673777731/new/page-bg-2_zvdfyv.webp");
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
}
.video-row{
    position: relative;
    padding-top: 330px;
    margin-top: -120px;
    width: 100vw;
    margin-left: calc(((100vw - 1183px) /2) * (-1)) !important;

}


.page-main.home-page .page-header{
    background: transparent !important;
    box-shadow: none !important;
}

.page-main.home-page .page-header h1{
    font-size: 60px !important;
    font-weight: 900 !important;
    color: #fff !important;
    background: url("../img/h1-bg.png");
    background-position: 78% center;
    background-repeat: no-repeat !important;
    text-shadow: -1px 20px 41.28px rgba(0,0,0,0.51);
    margin-bottom: 30px !important;
}

.page-main.home-page .page-header h4 {
    font-size: 36px !important;
    font-weight: 900 !important;
    color: #e81c23 !important;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    margin-bottom: 12px !important;
}

.page-main.home-page .page-header p, .page-main.home-page .page-header a{
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    color: #fff !important;
}

.page-main.home-page .page-header strong{
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.page-main.home-page .page-header a:hover{
    color: #e81c23 !important;
    text-decoration: none;
}
.after-banner-text{
    margin-top: -32px;
    margin-bottom: -12px;
}
.after-banner-text strong{
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
}

.plan-box .card-header{
    position: relative;
    padding: 12px 20px !important;
    box-shadow: none !important;
    border-bottom: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.plan-box .card-header h4{
    font-size: 48px;
    font-weight: 900 !important;
    color: #fff;
}

.card-deck{
    margin: 140px -40px 0 -40px !important;
}

.card-deck .card{
    margin: 0 0 !important;
}

.plan-box{
    padding: 0 40px !important;
}

.plan-box .card-header img{
    position: absolute;
    z-index: -1;
}

.plan-box .card-header .plan-S-img{
    left:-91px;
    top:-70px;
    max-height: 400px;
}

.plan-box .card-header .plan-M-img{
    left:-91px;
    top:-70px;
    max-height: 400px;
}

.plan-box .card-header .plan-L-img{
    left:-91px;
    top:-70px;
    max-height: 400px;
}

.plan-box .card-header .plan-XL-img{
    left:-65px;
    top:-115px;
    max-height: 500px;
}

.plan-S .card-header{
    background: #708b81 !important;
}

.plan-M .card-header{
    background: #635b51 !important;
}

.plan-L .card-header{
    background: #b86c3d !important;
}

.plan-XL .card-header{
    background: #b11319 !important;
}

.plan-box .card-title{
    font-size: 30px !important;
    font-weight: 900 !important;
}

.plan-box .card-title span{
    font-size: 30px !important;
    color: #000 !important;
    font-weight: 300 !important;
}

.plan-box.plan-S .card-title{
    color: #708b81 !important;
}

.plan-box.plan-M .card-title{
    color: #635b51 !important;
}

.plan-box.plan-L .card-title{
    color: #b86c3d !important;
}

.plan-box.plan-XL .card-title{
    color: #b11319 !important;
}

.plan-box.plan-S hr{
    border-color: #708b81 !important;
}

.plan-box.plan-M hr{
    border-color: #635b51 !important;
}

.plan-box.plan-L hr{
    border-color: #b86c3d !important;
}

.plan-box.plan-XL hr{
    border-color: #b11319 !important;
}

.plan-box .list-unstyled{
    margin-bottom: 14px !important;
}

.plan-box .list-unstyled li{
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #000;
}

.plan-box .list-unstyled li strong{
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
}
.plan-box.plan-S .list-unstyled li strong{
    color: #708b81 !important;
}
.plan-box.plan-M .list-unstyled li strong{
    color: #635b51 !important;
}
.plan-box.plan-L .list-unstyled li strong{
    color: #b86c3d !important;
}
.plan-box.plan-XL .list-unstyled li strong{
    color: #b11319 !important;
}
.plan-box .btn:hover{color: #fff !important;}
.plan-box .btn{
    border-radius: 40px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    padding: 6px 40px !important;
    width: auto !important;
    display: inline-block;
}

.plan-box.plan-S .btn{
    color: #708b81;
    border-color: #708b81;
}

.plan-box.plan-S .btn:hover{
    background-color: #708b81;
}

.plan-box.plan-M .btn{
    color: #fff;
    border-color: #635b51;
    background-color: #635b51;
}

.plan-box.plan-M .btn:hover{
    background-color: #fff;
    color: #635b51 !important;
}

.plan-box.plan-L .btn{
    color: #b86c3d;
    border-color: #b86c3d;
}

.plan-box.plan-L .btn:hover{
    background-color: #b86c3d;
}

.plan-box.plan-XL .btn{
    color: #b11319;
    border-color: #b11319;
}

.plan-box.plan-XL .btn:hover{
    background-color: #b11319;
}

.plan-title-wrap{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.plan-badge{
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e91c23;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.after-plans-text{
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-top: 110px;
    margin-bottom: 30px;
}
.btn-red:hover{
    color: #e91c23;
    background: #fff;
    text-decoration: none;
}
.btn-red{
    border: 1px solid #e91c23;
    background: #e91c23;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 140px;
    border-radius: 40px;
    transition: all 0.5s ease;

}

.plans-after-btn-text{
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: normal;
    margin-top: 22px;
    margin-bottom: 220px;
}

.plans-after-btn-text a{
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: normal;
}

.plans-after-btn-text a:hover{
    color: #e91c23;
    text-decoration: none;
}

.plans-meta-note{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}

.plans-meta-note a{
    color: #000;
    font-weight: 400;
    line-height: 1.4;
}

.plans-meta-note a:hover{
    color: #e91c23;
    text-decoration: none;
}

.plans-meta-note.plans-limit-note{
    margin-top: 14px;
    margin-bottom: 14px;
}

.mods-row h3{
    font-size: 36px;
    font-weight: 900;
    color: #000;
    line-height: normal;
}

.first-mod h3{
    margin-top: 105px;
    padding-left: 90px;
}

.second-mod{
    margin-top: 50px;
}

.second-mod .col-md-8 img{
    margin-left: -50px;
}

.second-mod .col-md-4 img{
    margin-top: 40px;
}

.third-mod{
    margin-top: 35px;
}

.third-mod h3{
    padding-left: 90px;
    margin-top: 85px;
}

.third-mod .col-md-6:first-of-type img{
    margin-top: 30px;
    position: relative;
    z-index: 30;
}

.third-mod .col-md-6:nth-of-type(2) img{
    margin-left: -90px;
}

.after-mods-text{
    margin-top: 40px;
}

.after-mods-text h5{
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    color: #000;
    text-align: center;
}
.after-mods-text h5 strong{
    display: block;
    clear: both;
}


.video-row video{
    margin-top: 40px;
}

.video-row h2{
    font-size: 60px !important;
    font-weight: 900 !important;
    color: #fff !important;
    background: url("../img/h2-bg.png");
    background-position: 78% center;
    background-repeat: no-repeat !important;
    text-shadow: -1px 20px 41.28px rgba(0,0,0,0.51);
}

.video-row h3{
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin-top: 45px;
}

.video-row p{
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    margin-top: 55px;
}

.video-row p strong{
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-top: 28px;
}

.why-us-header-row{
    margin-top: 95px;
}

.why-us-header-row h3{
    color: #ed1c24;
    font-size: 30px;
    font-weight: 900;
    line-height: normal;
    text-align: center;
    margin-bottom: 55px;
}

.why-us-row .col-md-3{
    flex: 0 0 20% !important;
    max-width: 20% !important;
    padding: 0 6px !important;
    margin-bottom: 50px;
}

.why-us-row .col-md-3 .col-auto{
    text-align: center;
    min-height: 65px;
}

.why-us-row .col-md-3 .col-auto img{
    display: inline-block !important;
}

.why-us-row .col-md-3  h4{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 5px;
}

.why-us-row .col-md-3 p.medium{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center !important;
    margin-bottom: 15px;
    margin-top: 0 !important;
}

.why-us-row .col-md-3 p.medium a:hover{
    color: #ed1c24;
    text-decoration: none;
}

.why-us-row .col-md-3 p.medium a{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center !important;
}

.home-alert{
    margin-top: -27px !important;
    border: none !important;
    background: #f6f6f6;
    margin-left: -40px !important;
    margin-right: -40px !important;
    padding-bottom: 72px;
    margin-bottom: 60px;
}

.home-alert h3{
    color: #000;
    font-weight: 400;
    font-size:36px;
    line-height: normal;
    text-align: center;
    margin-bottom: 63px;
}

.home-alert p{
    color: #000;
    font-weight: 400;
    font-size:18px;
    line-height: 24px;
    margin-top: 0 !important;
    text-align: center;
}

.home-alert img{
    margin-top: 20px;
}

.server-details h3{
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 18px;
}

.video-row h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}

.video-row h3 {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-bottom: 14px;
}

/* Cap any orphan H2/H3 in homepage rows so the typographic scale steps
   down gracefully from hero rather than jumping back up to bootstrap defaults. */
.knowledge-base-row h2,
.map-row h2 {
    font-size: 24px;
    font-weight: 700;
}
.knowledge-base-row h3,
.map-row h3 {
    font-size: 18px;
    font-weight: 600;
}

.server-details img{
    margin-top: 7px;
    margin-bottom: 40px;
}

.server-details p{
    color: #000;
    font-weight: 400;
    font-size:14px;
    line-height: 24px;
    margin-top: 0 !important;
    text-align: center;
}

.btn-outline{
    font-size: 18px;
    border: 1px solid #000;
    color: #000;
    padding: 9px 17px;
    border-radius: 30px;
    margin-top: 35px;
    margin-bottom: 47px;
}

.btn-outline:hover{
    color: #fff;
    background: #000;
    text-decoration: none;
}

.map-row img{
    margin-top: 38px;
}

.testimonials-row{
    max-height: 470px;
    overflow: hidden;
    padding-top: 57px;
    padding-bottom: 60px;
    margin-top: 40px;
    width: calc(100vw - 8px);
    margin-left: calc(((100vw - 1200px) /2) * (-1)) !important;
    background: url("https://res.cloudinary.com/dkbarccod/image/upload/v1673777731/new/testimonials-bg_yvigle.webp") !important;
    background-repeat: no-repeat !important;

}

.testimonials-row .header-opinion{
    font-size: 36px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}
.testimonials-row .testimonial-content:after{display: none !important}
.testimonials-row .description{
    font-size: 14px !important;
    line-height: normal !important;
    font-weight: 300 !important;
    font-style: italic;
    color: #000 !important;
    text-align: center !important;
}
.testimonials-row .description a:hover{
    color: #ed1c24;
}
.testimonials-row .description a{
    font-size: 14px !important;
    line-height: normal !important;
    font-weight: 300 !important;
    font-style: italic;
    color: #000 !important;
    text-align: center !important;
}

.testimonials-row .title{
    font-size: 14px !important;
    font-weight: 700 !important;
    font-style: italic;
    color: #000 !important;
    text-align: center !important;
}

.testimonials-row .testimonial-content{
    padding: 40px 20px 15px 15px !important;
    border: none !important;
    margin-bottom: 0 !important;
    position: relative;
}

.testimonials-row .testimonial-content:before{
    content: url("../img/qoute.png");
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

.testimonials-row .testimonial{
    border-radius: 15px !important;
    margin-bottom: 0 !important;
    padding-bottom: 25px;
    overflow: hidden;
    background: #fff;
}

.testimonials-row .testimonial-icon{display: none}

.testimonials-row #testimonial-slider{max-height: 350px !important}

footer.main-footer{
    position: relative !important;
    background: #1b1816;
    padding-bottom: 0 !important;
}

footer .first-row h5{
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    padding-top: 45px;
}


footer .first-row h6{
    color: #fff;
    font-size:18px;
    font-weight: 300;
    text-align: center;
    margin-top: 27px;
    margin-bottom: 35px;
}
footer .first-row h6 a:hover{
    color: #fff;
    text-decoration: none;
}
footer .first-row h6 a{
    color: #ff0000;
    font-size:18px;
    font-weight: 900;
    text-align: center;
}

footer .first-row i{
    color: #ff0000;
    font-size:30px;
    text-align: center;
    margin: 0 18px;
}

footer .first-row i:hover{
    color: #fff;
    text-decoration: none;
}

.footer-brand-logo {
    margin-top: 12px;
}

.footer-supercraft-logo {
    height: 26px;
    width: auto;
    opacity: 0.95;
}

.copyrights{
    margin-top: 35px;
    padding: 16px 0;
    border-top: 1px solid #f7f3ee;
}
.copyrights a:hover{
    color: #ff0000;
    text-decoration: none;
}
.copyrights *{
    color: #fff;
    font-size: 14px !important;
    font-weight: 300;
}

/*ABOUT US**/
.page{
    background: #fff;
}

.about-header{
    margin: 30px 0;
}

.about-header h1{
    color: #000;
    font-size: 36px;
    font-weight: 900;
    line-height: normal;
}


.about-header h2{
    color: #000;
    font-size: 28px;
    font-weight: 900;
    line-height: normal;
}

.about-desc h3{
    color: #ed1c24;
    font-size: 23px;
    text-align: center;
    font-weight: 900;
    line-height: normal;
    margin: 20px 0;
}
.about-desc a{
    color: #ed1c24;
    transition: all 0.5s ease;
}

.about-desc .btn-red{
    color: #fff;
}

.about-desc .btn-red:hover{
    color: #ed1c24;
}

.about-desc a:hover{
    text-decoration: none;
    color: #635b51;
}
.flow-container{
    text-align: center;
}

.flow-container .row{
    justify-content: center;
}

.flow-container .col-6{
    margin-bottom: 30px;
}

.flow-container img{
    width: auto;
    height: 225px;
}

.flow-container .img-caption{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 10px 0 5px 0;
}

.large-margin-top{
    margin-top: 60px !important;
}

.our-hosts-row{
    margin: 40px 0 30px 0;
}
.our-hosts-row ul{
    margin: 60px 0 0 0;
    padding: 0;
}

.our-hosts-row li{
    list-style-type: none;
    margin: 5px 0;
}
.our-hosts-row li a{
    display: block;
    font-size: 19px;
    font-weight: 900;
    color: #000;
    text-align: center;
}

.our-hosts-row li a:hover{
    color: #ed1c24;
}

.tweets-row{
    margin: 30px 0;
}

.icons-row{
    margin: 0 0 30px 0;
}
.icons-row i{
    color: #ed1c24;
    font-size: 24px;
    margin: 0 10px;
}

.icons-row i:hover{
    color: #000;
}


/**CONTACT **/

.contact-form-wrapper{
    padding: 0;
}

.g-recaptcha > div{
    margin: 0 auto;
}

.red-h3{
    font-size: 24px;
    font-weight: 900;
    color: #ed1c24;
    margin: 20px 0;
    padding: 0 15px;
}

.red-h4{
    font-size: 22px;
    font-weight: 900;
    color: #000;
    margin: 40px 0;
    line-height: 30px;
    padding: 0 15px;
}

.form-control:focus{
    border-color: #b86c3d;
    box-shadow: none;
}

form label{
    display: block;
    text-align: left;
}


@media screen and (min-width: 1920px) and (max-width: 2600px){
    .page-main.home-page{
        margin-top: -122px;
    }
    .container{
        max-width: 1200px;
    }
    .navbar.navbar-wrapper .nav-item a{
        font-size: 22px;
    }
    .navbar.navbar-wrapper{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .page-main.home-page .page-header{
        padding-top: 40px;
    }
    .page-main.home-page .page-header p,.page-main.home-page .page-header strong, .page-main.home-page .page-header a{
        font-size: 26px !important;
        line-height: 34px !important;
    }
    .page-main.home-page .page-header h1{
        font-size: 70px !important;
    }
    .page-main.home-page .page-header h4{
        font-size: 46px !important;
    }
    .after-plans-text{
        font-size: 22px;
    }
    .btn-red{
        font-size: 26px;
    }
    .plans-after-btn-text{
        font-size: 22px;
    }
    .mods-row h3{
        font-size: 48px;
    }
    .video-row{
       /* margin-left: calc(((100vw - 1760px) / 2) * (-1)) !important; */
    }
    .after-mods-text h5{
        font-size: 30px;
    }
    .video-row h2{
        font-size: 70px !important;
    }
    .video-row h3{
        font-size: 45px !important;
    }
    .video-row p{
        font-size: 22px;
    }
    .video-row p strong{
        font-size: 30px;
    }
    .video-row:before{
        height: 1650px;
    }
    .why-us-header-row{
        margin-top: 275px;
    }
    .why-us-row .col-md-3 h4{
        font-size: 26px;
    }
    .why-us-row .col-md-3 p.medium{
        font-size: 20px;
    }
    .server-details h3{
        font-size: 40px;
    }
    .server-details p{
        font-size: 20px;
    }
    .btn-outline{
        font-size: 26px;
    }
    .testimonials-row .header-opinion{
    }
    .testimonials-row .description{

    }
    .testimonials-row{
        padding-top: 100px;
        max-height: 550px;
        background-size: cover !important;
        margin-left: calc(((100vw - 1180px) / 2) * (-1)) !important;
    }
    footer .first-row i{
        font-size: 36px;
    }
    footer .first-row h5{
        font-size: 30px;
    }
    footer .first-row h6{
        font-size: 26px;
    }
    .copyrights *{
        font-size: 20px !important;
    }
}

@media screen and (min-width: 2601px) and (max-width: 3000px){
    .page-main.home-page{
        margin-top: -122px;
    }
    .container{
        max-width: 1800px;
    }
    .navbar.navbar-wrapper .nav-item a{
        font-size: 22px;
    }
    .navbar.navbar-wrapper{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .page-main.home-page .page-header{
        padding-top: 40px;
    }
    .page-main.home-page .page-header p,.page-main.home-page .page-header strong, .page-main.home-page .page-header a{
        font-size: 26px !important;
        line-height: 34px !important;
    }
    .page-main.home-page .page-header h1{
        font-size: 70px !important;
    }
    .page-main.home-page .page-header h4{
        font-size: 46px !important;
    }
    .after-plans-text{
        font-size: 22px;
    }
    .btn-red{
        font-size: 26px;
    }
    .plans-after-btn-text{
        font-size: 22px;
    }
    .mods-row h3{
        font-size: 48px;
    }
    .video-row{
        margin-left: calc(((100vw - 1799px) / 2) * (-1)) !important;
    }
    .after-mods-text h5{
        font-size: 30px;
    }
    .video-row h2{
        font-size: 70px !important;
    }
    .video-row h3{
        font-size: 45px !important;
    }
    .video-row p{
        font-size: 22px;
    }
    .video-row p strong{
        font-size: 30px;
    }
    .video-row:before{
        height: 1650px;
    }
    .why-us-header-row{
        margin-top: 275px;
    }
    .why-us-row .col-md-3 h4{
        font-size: 26px;
    }
    .why-us-row .col-md-3 p.medium{
        font-size: 20px;
    }
    .server-details h3{
        font-size: 40px;
    }
    .server-details p{
        font-size: 20px;
    }
    .btn-outline{
        font-size: 26px;
    }
    .testimonials-row .header-opinion{
        font-size: 46px;
    }
    .testimonials-row .description{
        font-size: 18px !important;
    }
    .testimonials-row{
        padding-top: 100px;
        max-height: 550px;
        background-size: cover !important;
        margin-left: calc(((100vw - 1795px) / 2) * (-1)) !important;
    }
    footer .first-row i{
        font-size: 36px;
    }
    footer .first-row h5{
        font-size: 30px;
    }
    footer .first-row h6{
        font-size: 26px;
    }
    .copyrights *{
        font-size: 20px !important;
    }
}

@media screen and (min-width: 3001px) and (max-width: 3600px){
    .page-main.home-page:before{
        height: 3200px;
    }
    .page-main.home-page{
        margin-top: -122px;
    }
    .container{
        max-width: 1800px;
    }
    .navbar.navbar-wrapper .nav-item a{
        font-size: 22px;
    }
    .navbar.navbar-wrapper{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .page-main.home-page .page-header{
        padding-top: 40px;
    }
    .page-main.home-page .page-header p,.page-main.home-page .page-header strong, .page-main.home-page .page-header a{
        font-size: 26px !important;
        line-height: 34px !important;
    }
    .page-main.home-page .page-header h1{
        font-size: 70px !important;
    }
    .page-main.home-page .page-header h4{
        font-size: 46px !important;
    }
    .after-plans-text{
        font-size: 22px;
    }
    .btn-red{
        font-size: 26px;
    }
    .plans-after-btn-text{
        font-size: 22px;
    }
    .mods-row h3{
        font-size: 48px;
    }
    .video-row{
        margin-left: calc(((100vw - 1799px) / 2) * (-1)) !important;
    }
    .after-mods-text h5{
        font-size: 30px;
    }
    .video-row h2{
        font-size: 70px !important;
    }
    .video-row h3{
        font-size: 45px !important;
    }
    .video-row p{
        font-size: 22px;
    }
    .video-row p strong{
        font-size: 30px;
    }
    .video-row:before{
        height: 1650px;
    }
    .why-us-header-row{
        margin-top: 275px;
    }
    .why-us-row .col-md-3 h4{
        font-size: 26px;
    }
    .why-us-row .col-md-3 p.medium{
        font-size: 20px;
    }
    .server-details h3{
        font-size: 40px;
    }
    .server-details p{
        font-size: 20px;
    }
    .btn-outline{
        font-size: 26px;
    }
    .testimonials-row .header-opinion{
        font-size: 46px;
    }
    .testimonials-row .description{
        font-size: 18px !important;
    }
    .testimonials-row{
        padding-top: 100px;
        max-height: 550px;
        background-size: 100% auto !important;
        margin-left: calc(((100vw - 1795px) / 2) * (-1)) !important;
    }
    footer .first-row i{
        font-size: 36px;
    }
    footer .first-row h5{
        font-size: 30px;
    }
    footer .first-row h6{
        font-size: 26px;
    }
    .copyrights *{
        font-size: 20px !important;
    }
}

@media screen and (min-width: 3601px){
    .page-main.home-page:before{
        height: 3200px;
    }
    .page-main.home-page{
        margin-top: -122px;
    }
    .container{
        max-width: 1800px;
    }
    .navbar.navbar-wrapper .nav-item a{
        font-size: 22px;
    }
    .navbar.navbar-wrapper{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .page-main.home-page .page-header{
        padding-top: 40px;
    }
    .page-main.home-page .page-header p,.page-main.home-page .page-header strong, .page-main.home-page .page-header a{
        font-size: 26px !important;
        line-height: 34px !important;
    }
    .page-main.home-page .page-header h1{
        font-size: 70px !important;
    }
    .page-main.home-page .page-header h4{
        font-size: 46px !important;
    }
    .after-plans-text{
        font-size: 22px;
    }
    .btn-red{
        font-size: 26px;
    }
    .plans-after-btn-text{
        font-size: 22px;
    }
    .mods-row h3{
        font-size: 48px;
    }
    .video-row{
        margin-left: calc(((100vw - 1795px) / 2) * (-1)) !important;
    }
    .after-mods-text h5{
        font-size: 30px;
    }
    .video-row h2{
        font-size: 70px !important;
    }
    .video-row h3{
        font-size: 45px !important;
    }
    .video-row p{
        font-size: 22px;
    }
    .video-row p strong{
        font-size: 30px;
    }
    .video-row:before{
        height: 2350px;
    }
    .why-us-header-row{
        margin-top: 275px;
    }
    .why-us-row .col-md-3 h4{
        font-size: 26px;
    }
    .why-us-row .col-md-3 p.medium{
        font-size: 20px;
    }
    .server-details h3{
        font-size: 40px;
    }
    .server-details p{
        font-size: 20px;
    }
    .btn-outline{
        font-size: 26px;
    }
    .testimonials-row .header-opinion{
        font-size: 46px;
    }
    .testimonials-row .description{
        font-size: 18px !important;
    }
    .testimonials-row{
        padding-top: 100px;
        max-height: 550px;
        background-size: cover !important;
        margin-left: calc(((100vw - 1795px) / 2) * (-1)) !important;
    }
    footer .first-row i{
        font-size: 36px;
    }
    footer .first-row h5{
        font-size: 30px;
    }
    footer .first-row h6{
        font-size: 26px;
    }
    .copyrights *{
        font-size: 20px !important;
    }
    div.why-us-header-row{margin-top: 795px !important;}
}

@media screen and (max-width: 1300px) {
    .container-fluid{padding: 0}
    .container{max-width: 100%;}
    .video-row{margin-left: -15px !important;margin-right: -15px !important;width: calc(100% + 30px) !important;}
    .testimonials-row{margin-left: -15px !important;margin-right: -15px !important;width: calc(100% + 30px) !important;}
}

@media screen and (max-width: 1300px) and (min-width: 1025px) {
    .navbar.navbar-wrapper .nav-item{padding-left: 12px; padding-right: 12px}
    .plan-box{
        padding: 0 10px !important;
    }
    .card-deck{margin: 220px -10px 0 -10px !important}
    .second-mod .col-md-8 img{max-width: 100%; margin-left: -20px}
    .second-mod .col-md-4 img{max-width: 100%; }
    .third-mod .col-md-6:nth-of-type(2) img{max-width: 100%; margin-left: 0}
    .third-mod .col-md-6:nth-of-type(1) img{max-width: 100%; }
    .video-row{padding-top: 145px;}
    .video-row:before{
        height: 1055px;
        background-size: auto 100% !important;
    }
    .video-row h2{font-size: 45px !important;}
    .video-row h3{margin-top: 25px !important;}
    .video-row p{margin-top: 30px !important;}
    .map-row img{max-width: 100%;}
    .px-0{padding-left: 15px !important;padding-right: 15px !important}
    .testimonials-row{
        max-height: 540px;
        background-size: cover !important;
    }
}

@media screen and (max-width: 1024px) {
    .yt-video{width: 100%;padding: 0 15px;}
    .ml-5{margin-left: 0 !important}
    .flow-container .col-6{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .our-hosts-row ul{
        margin: 0px 0 40px 0;
    }
    .tweets-row{
        padding: 0 15px;
    }
    .about-desc{padding: 0 0}
    .flow-container{padding: 0 0}
    .our-hosts-row .col-12{padding: 0 0}
    .flow-container img{height: auto}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .navbar-header .brand-text img{height: 45px}
    .navbar.navbar-wrapper .nav-item a{font-size: 16px;}
    .page-main.home-page .page-header h1{font-size: 36px !important;}
    .navbar.navbar-wrapper .nav-item{padding-left: 6px; padding-right: 6px}
    .plan-box{
        padding: 0 10px !important;
        margin-bottom: 20px;
    }
    .card-deck{margin: 10px -10px 0 -10px !important}
    .second-mod .col-md-8 img{max-width: 100%; margin-left: -20px}
    .second-mod .col-md-4 img{max-width: 100%; margin-top: 10px}
    .third-mod .col-md-6:nth-of-type(2) img{max-width: 100%; margin-left: 0}
    .third-mod .col-md-6:nth-of-type(1) img{max-width: 100%; }
    .video-row{padding-top: 145px;}
    .video-row:before{
        height: 1055px;
        display: none;
        background-size: auto 100% !important;
    }
    .video-row h2{font-size: 45px !important;}
    .video-row h3{margin-top: 25px !important;color: #000;}
    .video-row p{margin-top: 30px !important;color: #000;}
    .video-row p strong{color: #000;}
    .why-us-header-row{margin-top: 10px;}
    .map-row img{max-width: 100%;}
    .px-0{padding-left: 15px !important;padding-right: 15px !important}
    .testimonials-row{
        max-height: 475px;
        background-size: cover !important;
    }
    .after-plans-text{margin-top: 40px;}
    .plans-after-btn-text{margin-bottom: 20px !important}
    .first-mod h3{margin-top: 0;padding-left: 0}
    .video-row video{margin-top: 0; margin-bottom: 20px}
    .video-row > .container > div:first-child > .col-md-6{flex: 0 0 100%; max-width: 100%;}
    .why-us-row .col-md-3{flex: 0 0 50% !important;max-width: 50% !important}
    .home-alert{padding-bottom: 30px; margin-bottom: 40px;}
    .home-alert h3{margin-bottom: 30px}
    .home-alert img{max-width: 100%}
    .home-alert .col-md-6{flex: 0 0 100%; max-width: 100%;}
    .server-details .col-md-6{flex: 0 0 100%; max-width: 100%;}
    .btn-outline{margin-bottom: 25px}
    footer .first-row h5{padding-top: 15px;}
    .server-details img{width: auto; margin-left: auto;margin-right: auto;display: block}
}

@media screen and (max-width: 767px) and (min-width: 601px) {
    .navbar-header .brand-text img{height: 45px}
    .page-main.home-page .page-header h1{font-size: 36px !important;}
    .navbar.navbar-wrapper .nav-item{padding-left: 0px; padding-right: 0px}
    .navbar.navbar-wrapper .nav-item a{font-size: 14px;}
    .plan-box{
        padding: 0 10px !important;
        margin-bottom: 20px;
    }
    .card-deck{margin: 10px -10px 0 -10px !important}
    .second-mod .col-md-8 img{max-width: 100%; margin-left: 0px}
    .second-mod{flex-direction: column-reverse}
    .second-mod .col-md-4 img{max-width: 100%; margin-top: 10px; margin-left: auto; margin-right: auto;}
    .third-mod .col-md-6:nth-of-type(2) img{max-width: 100%; margin-left: 0}
    .third-mod .col-md-6:nth-of-type(1) img{max-width: 100%; }
    .third-mod h3{margin-top: 40px}
    .video-row{padding-top: 145px;}
    .video-row:before{
        height: 1055px;
        display: none;
        background-size: auto 100% !important;
    }
    .video-row h2{font-size: 45px !important;}
    .video-row h3{margin-top: 25px !important;color: #000;}
    .video-row p{margin-top: 30px !important;color: #000;}
    .video-row p strong{color: #000;}
    .why-us-header-row{margin-top: 10px;}
    .map-row img{max-width: 100%;}
    .px-0{padding-left: 15px !important;padding-right: 15px !important}
    .testimonials-row{
        max-height: 420px;
        background-size: cover !important;
    }
    .after-plans-text{margin-top: 40px;}
    .plans-after-btn-text{margin-bottom: 20px !important}
    .first-mod h3{margin-top: 0;padding-left: 0; margin-bottom: 20px !important;}
    .video-row video{margin-top: 0; margin-bottom: 20px}
    .video-row > .container > div:first-child > .col-md-6{flex: 0 0 100%; max-width: 100%;}
    .why-us-row .col-md-3{flex: 0 0 50% !important;max-width: 50% !important}
    .home-alert{padding-bottom: 30px; margin-bottom: 40px;}
    .home-alert h3{margin-bottom: 30px}
    .home-alert img{max-width: 100%}
    .home-alert .col-md-6{flex: 0 0 100%; max-width: 100%;}
    .copyrights .col-sm-6{flex: 0 0 100%; max-width: 100%;text-align: center !important;}
    .server-details .col-md-6{flex: 0 0 100%; max-width: 100%;}
    .btn-outline{margin-bottom: 25px}
    footer .first-row h5{padding-top: 15px;}
    .server-details img{width: auto; margin-left: auto;margin-right: auto;display: block}
}

@media screen and (max-width: 600px) and (min-width: 201px) {
    .navbar-header .brand-text img{height: 35px}
    .after-banner-text{margin-top: 0;}
    .page-main.home-page{padding-top: 75px !important;}
    .page-main.home-page .page-header h1{font-size: 36px !important;}
    .navbar.navbar-wrapper .nav-item{padding-left: 0px; padding-right: 0px}
    .navbar.navbar-wrapper .nav-item a{font-size: 14px;}
    .plan-box{
        padding: 0 10px !important;
        margin-bottom: 20px;
    }
    .card-deck{margin: 10px -10px 0 -10px !important}
    .second-mod .col-md-8 img{max-width: 100%; margin-left: 0px}
    .second-mod{flex-direction: column-reverse}
    .second-mod .col-md-4 img{max-width: 100%; margin-top: 10px; margin-left: auto; margin-right: auto;}
    .third-mod .col-md-6:nth-of-type(2) img{max-width: 100%; margin-left: 0}
    .third-mod .col-md-6:nth-of-type(1) img{max-width: 100%; }
    .third-mod h3{margin-top: 40px;padding-left: 0;text-align: center;}
    .video-row{padding-top: 145px;}
    .video-row:before{
        height: 1055px;
        display: none;
        background-size: auto 100% !important;
    }
    .video-row h2{font-size: 45px !important;}
    .video-row h3{margin-top: 25px !important;color: #000;}
    .video-row p{margin-top: 30px !important;color: #000;}
    .video-row p strong{color: #000;}
    .why-us-header-row{margin-top: 10px;}
    .map-row img{max-width: 100%;}
    .px-0{padding-left: 15px !important;padding-right: 15px !important}
    .testimonials-row{
        max-height: 420px;
        background-size: cover !important;
    }
    .after-plans-text{margin-top: 40px;}
    .plans-after-btn-text{margin-bottom: 20px !important}
    .first-mod h3{margin-top: 0;padding-left: 0; margin-bottom: 20px !important;}
    .video-row video{margin-top: 0; margin-bottom: 20px}
    .video-row > .container > div:first-child > .col-md-6{flex: 0 0 100%; max-width: 100%;}
    .why-us-row .col-md-3{flex: 0 0 100% !important;max-width: 100% !important; margin-bottom: 30px;}
    .home-alert{padding-bottom: 30px; margin-bottom: 40px;}
    .home-alert h3{margin-bottom: 30px;font-size: 26px;}
    .home-alert h3 br{display: none;}
    .home-alert img{max-width: 100%}
    .home-alert .col-md-6{flex: 0 0 100%; max-width: 100%;}
    .copyrights .col-sm-6{flex: 0 0 100%; max-width: 100%;text-align: center !important;}
    .server-details .col-md-6{flex: 0 0 100%; max-width: 100%;}
    .btn-outline{margin-bottom: 25px}
    footer .first-row h5{padding-top: 15px;}
    footer .first-row i{margin: 0 10px;}
    .server-details img{width: auto; margin-left: auto;margin-right: auto;display: block; max-width: 100%;}
}

@media screen and (min-width: 3000px){
    .why-us-header-row{margin-top: 495px !important;}
    .page-main.home-page:before{
        background-position: center;
    }
    .btn-red{
        margin-top: 400px;
    }
    div.testimonials-row{
        background-size: 100% auto !important;
    }


}
