/* color pattern #E1797B > #E16B6D  */

@font-face {
    font-family: Space-Grotesk;
    src: url(font/space-grotesk.medium.otf);
}

@font-face {
    font-family: Now;
    src: url(font/Now-Regular.otf);
}

body {
    font: Now;
    font-weight: 650;
    background-color: rgb(248, 244, 244);
    overflow-x: hidden;
    /* Hide horizontal scrollbar */
}


/* navbar */

.shrink {
    position: fixed;
    background-color: rgb(248, 244, 244);
    top: 0;
    width: 100%;
    opacity: 100%;
    transition: 0.5s smooth;
    box-shadow: 0px 8px 30px #18181844;
}

#head {
    background-image: url(images/headd.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#services {
    background-image: url(images/topp.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#uptime {
    background-image: url(images/midd.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#loww {
    background-image: url(images/bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
}

footer {
    background-image: url(images/foott.png);
    background-size: cover;
    background-repeat: no-repeat;
}

nav a {
    transition: 0.2s ease;
}

nav a:hover {
    border-bottom: 3px solid #DE0021;
}

nav .active {
    color: #DE0021;
    font-weight: bolder;
    border-bottom: 2px solid #DE0021;
}


/* mobile navbar */

.container2 {
    max-width: 1390px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.header {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    padding: 20px 0;
}

.header .container2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .logo {
    display: block;
    width: 266px;
    margin: 0 0 0 -20px;
}

.header .logo a {
    display: block;
}

.header .logo a:hover {
    opacity: 1;
}

.header .logo img {
    width: 100%;
    height: 40px;
    vertical-align: top;
}

.header .right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-opener {
    width: 30px;
    height: 20px;
    border-top: 2px solid #1f1d1e;
    display: none;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-active .nav-opener {
    border: none;
}

.nav-opener:before,
.nav-opener:after {
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    background: #1f1d1e;
    top: 6px;
    position: absolute;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-opener:after {
    top: 14px;
}

.nav-active .nav-opener:after {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -20px 0 0;
    vertical-align: left;
}

.menu li {
    padding-right: 2500px;
}

.menu a:not(.btn) {
    color: #1f1d1e;
}

.menu a:not(.btn):hover {
    color: #DE0021;
}

.menu a:not(.btn).active {
    color: #DE0021;
    font-weight: 700;
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 200%;
}


/* screensizing */

@media only screen and (min-width: 700px) {
    .header {
        display: none !important;
    }
}

@media only screen and (max-width: 700px) {
    #mobile-hide {
        display: none !important;
    }
}

@media (max-width: 700px) {
    .header {
        padding: 15px 0;
    }
    .header .right-wrap {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 9;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        vertical-align: middle;
    }
    .nav-active .header .right-wrap {
        max-height: 1000%;
        vertical-align: middle;
    }
    .header .right-area {
        display: block;
        padding: 50px;
        background: #ffffff;
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }
    .nav-active .header .right-area {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .nav-opener {
        display: block;
    }
    @media (max-width: 1000px) {
        .header .logo {
            width: 120px;
            margin: 0 0 0 -10px;
        }
    }
}

@media only screen and (max-width: 700px) {
    #mobile-hide {
        display: none !important;
    }
    #cta {
        background-position-x: center;
    }
    #cta h1 {
        margin-bottom: 10%;
    }
}


/* body */

#btn-style-1 {
    background-color: #DE0021;
    color: white;
    font: Now;
    font-weight: bold;
    box-shadow: 0px 8px 30px #e16b6d44;
    transition: 0.3s ease;
}

#btn-style-1:hover {
    background-color: white;
    color: #DE0021;
}

#btn-style-2 {
    border: 2px solid #DE0021;
    background: transparent;
    color: #DE0021;
    font: Now;
    font-weight: bold;
    box-shadow: 0px 8px 30px #e16b6d44;
}

#hero-text h1 {
    font: Now;
    color: #141313;
    font-size: 60px;
    font-weight: bolder;
    letter-spacing: 10%;
}

#hero-text p {
    font: Now;
    font-size: 16px;
    font-weight: 500;
}

#highlighted {
    color: #DE0021;
}

#services h1 {
    font: Now;
    font-size: 40px;
    font-weight: 800;
}

#services a {
    color: #DE0021;
}

#service-card {
    background-color: transparent;
    padding-top: 3%;
    padding-bottom: 3%;
    transition: ease 0.5s;
}

#service-card:hover {
    box-shadow: 0px 8px 30px #e16b6d44;
}

#uptime h1 {
    font: Now;
    color: #141313;
    font-size: 60px;
    font-weight: bolder;
    letter-spacing: 10%;
}

#uptime p {
    font: Now;
    color: #141313;
    font-size: 20px;
    font-weight: 700;
}

#cta {
    background-image: url(images/Rectangle\ 1.png);
    background-repeat: no-repeat;
}

@media only screen and (min-width: 700px) {
    #cta {
        background-size: 100%;
    }
}

#btn-style-2,
#ctaarrow {
    transition: ease-in 0.3s;
}

#btn-style-2:hover,
#btn-style-2:hover #ctaarrow {
    background-color: #DE0021;
    color: white;
    fill: white;
}

#foot-text {
    font: Now;
    color: #141313;
    font-size: 20px;
    font-weight: 700;
}


/* smooth scroll */

html {
    scroll-behavior: smooth;
}


/* plan page */

#plan-card {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 30px #1a191944;
}

#plan-card button {
    transition: ease 0.5s;
}

#plan-card button:hover {
    background-color: transparent;
    border: 1px solid black;
    color: black;
}

#location-1 {
    color: black;
}

#card {
    background-color: white;
    box-shadow: 0px 4px 10px #1a191944;
    transition: 0.6s;
}

#card:hover {
    box-shadow: none;
}

#card h2 {
    font: Now;
    color: #141313;
    font-size: 25px;
    font-weight: 800;
}

#card p {
    font: Now;
    color: #141313;
    font-size: 15px;
    font-weight: 500;
}