html {
    font-size: 62.5%;
}

body {
    font-family: 'Montserrat', sans-serif;
}

 html,
  body{
    width:100%;
    overflow-x:hidden;
  }

a.hero-btn:hover {
    text-decoration: none;
    color: #fff;
}

.hero-moto {
    min-height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    
}

.hero-moto p {
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #333;
    text-align:center;
    font-weight: 700;
}
.faq p{
    text-align:justify;
}

.header {
    width: 100%;
    z-index: 100;
    background-color: #6e2d9a;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-nav {
    display: flex;
}

.header-nav ul {
    margin: 0;
}

.header-nav ul li {
    display: inline-block;
    margin-right: 3.5rem;
}

.header-nav ul li a {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    transition: .3s linear all;
}

.header-nav ul li a:hover {
    text-decoration: none;
    color: #ef5328;
}

.header .header-logo {
    font-size: 2.6rem;
    color: #333;
    font-weight: 700;
    transition: .3s linear all;
    margin-bottom: 8px;
}

.header .header-logo:hover {
    text-decoration: none;
    color: #2926ac;
}

.display-flex-between {
        display: flex;
    justify-content: space-between;
    align-items: center;
}

/* hero section */



.hero-section {
    height: 45.5rem;
    overflow: hidden;
    background-image: linear-gradient(to right bottom, rgba(41, 38, 172, 0.7), rgba(97, 40, 190, .7)), url('../images/header-rocket.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-section-text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section-text .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section-text .hero-section-text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-section-text-center p {
    text-align: center !important;
}

.hero-section-text h1 {
    color: #fff;
    font-size: 4rem;
    margin-bottom: 1.8rem;
}

.hero-section-text p {
    font-size: 1.8rem;
    color: #fff;
    text-align: justify;
}

.hero-section-text .hero-section-cta {
    margin-top: 3.2rem;
}

.hero-section-text .hero-section-cta a {
    border: .1rem solid #fff;
    background-color: #fff;
    padding: 1.2rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-radius: .4rem;
    font-weight: 500;
    color: #000;
    margin-right: 1.5rem;
    transition: .3s linear all;
}

.hero-section-cta a:first-child {
    background-color: #ef5328 !important;
    border: .1rem solid #ef5328 !important;
    color: #fff;
}

.hero-section-cta a:first-child:hover {
    background-color: #ff7751 !important;
    border: .1rem solid #ff7751 !important;
}

.hero-section-text .hero-section-cta a:hover {
    text-decoration: none;
    background-color: #e8e9ed;
    border-color: #e8e9ed;
}

.no-bg {
    background-color: transparent !important;
    color: #fff !important;
    transition: .3s linear all;
}

.no-bg:hover {
    background-color: #fff !important;
    color: #000 !important;
}

/* features section */
.features-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.features-title {
    text-align: center;
}

.features-title p {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}

.features-title h3 {
    margin-top: 1.5rem;
    font-size: 4.2rem;
    font-weight: 700;
}

.features-cards {
    margin-top: 8.5rem;
}

.hero-card {
    padding: 1.5rem;
    text-align: center;
}

.hero-img {
    display: inline-flex;
    width: 10rem;
    height: 10rem;
    background: linear-gradient(to right bottom, rgba(41, 38, 172, 0.7), rgba(97, 40, 190, .7));
    font-size: 4.3rem;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 3rem;
}

.card-big .hero-img {
    transform-origin: bottom center;
    -webkit-transform: scale(1.50);
    -ms-transform: scale(1.50);
    transform: scale(1.50);
}

.hero-title {
    margin-bottom: 1.8rem;
}

.hero-title span {
    font-size: 2.8rem;
    font-weight: 600;
}

.hero-description p {
    color: #333;
    font-size: 1.4rem;
}

/* website section */
.website-section {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
    background: linear-gradient(to right bottom, rgba(41, 38, 172, 0.7), rgba(97, 40, 190, .7));
    position: relative;
}

.website-title {
    text-align: center;
}

.website-title p {
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-top: 1.5rem;
}

.website-title h2 {
    margin-top: 1.5rem;
    font-size: 4.2rem;
    font-weight: 700;
    color: #fff;
}

.website-input {
    margin-top: 2.5rem;
}

.website-input form .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.website-input form .form-group  a {
    color: #fff;
}

.website-input form .form-group a:hover {
    color: #fff;
}

.hero-input {
    padding: 1.5rem;
    font-size: 1.4rem;
    width: 550px;
    margin-right: .5rem;
    border: .1rem solid #fff;
    border-radius: .4rem;
    color: #333;
    font-weight: 500;
}

.hero-input:focus {
    outline: none;
}

.hero-btn {
    padding: 1.5rem 7rem;
    font-size: 1.4rem;
    border: .1rem solid #e85a5a;
    border-radius: .4rem;
    background-color: #e85a5a;
    font-weight: 500;
    color: #fff;
    transition: .3s linear all;
}

.hero-btn:hover {
    background-color: #f96d6d;
    border-color: #f96d6d;
}

.website-input img {
    position: absolute;
    left: 15px;
    top: 45px;

    animation: rocket 3s ease-out normal infinite;
}

@keyframes rocket {
    0% {
        top: 45px;
		left: 45px;
    }
    25% {
        top: 55px;
        left: 75px;
    }
	50% {
        top: 45px;
		left: 45px;
    }
    75% {
        top: 75px;
        left: 75px;
    }   
    100% {
        top: 45px;
        left: 45px;
    }
}

/* free hosting */
.free-hosting {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}

.free-hosting .website-title p {
    color: #333;
    font-weight: 700;
}

.free-hosting .website-title h3 {
    color: #000;
    position: relative;
    display: inline-flex;
    font-size: 4.2rem;
    font-weight: 700;
}

.free-hosting .features ul {
    padding-top: 4rem;
}

.free-hosting .features ul li {
    padding: 1rem;
    list-style: none;
    font-size: 1.6rem;
    color: #333;
    position: relative;
}

.free-hosting .features ul li:before {
    content: '\2714\0020';
  	position: absolute;
    left: -10px;
  	color: rgba(97, 40, 190, .7);
}

/* footer */
.footer {
    padding-top: 7.5rem;
    padding-bottom: 4.5rem;
    background-color: #200545;
}

.footer-logo {
    display: flex;
    margin-bottom: 2.5rem;
}

.footer-logo .img {
    margin-right: 1rem;
}

.footer h3 {
    color: #fff;
    font-size: 3.2rem;
}

.footer .description p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.85;
    margin-bottom: 2rem;
}

.footer .social ul {
    padding: 0;
    user-select: none;
}

.footer .social li {
    display: inline-block;
    padding: 1rem;
    user-select: none;
}

.footer .social li a {
    display: inline-flex;
    width: 3.2rem;
    height: 3.2rem;
    color: #fff;
    background: #491f70;
    box-align: center;
    align-items: center;
    box-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.6rem;
    transition: .3s linear all;
}

.footer .social li a:hover {
    text-decoration: none;
    background: #e85a5a;
}

.footer .lorem-col ul {
    padding: 0;
}

.footer .lorem-col ul li {
    list-style: none;
    margin-bottom: 1.5rem;
}

.footer .lorem-col ul li a {
    color: #fff;
    font-size: 1.6rem;
    transition: .3s linear all;
}

.footer .lorem-col ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.footer .contact-col ul {
    padding: 0;
}

.footer .contact-col ul li {
    list-style: none;
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
}

.footer .contact-col ul li a {
    color: #fff;
    font-size: 1.6rem;
    transition: .3s linear all;
}

.footer .contact-col ul li a:hover {
    text-decoration: none;
    color: #fff;
}

/* copyright */
.copyright {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #1b043b;
}

.copyright .copyright-text {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.copyright a {
    color: #888;
    font-size: 1.6rem;
    transition: .3s linear all;
}

.copyright a:hover {
    text-decoration: none;
    color: #fff;
}

/* domains */
.features-cards p {
    font-size: 1.6rem;
    color: #333;
    text-align: center;
}

.domains {
    margin-top: 5.5rem;
}

.domain-prices {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}

.domain-prices .domains-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.domain-prices .domains-table th {
    color: rgba(97, 40, 190, .7);
    font-weight: 700;
}

.domain-prices .domains-table th, td {
    padding: 2.5rem;
    font-size: 1.6rem;
}

.domain-prices .domains-table td:nth-child(1) {
    color: rgba(97, 40, 190, .7);
    font-weight: 700;
}

.domain-prices .domains-table .domain-link {
    border: .1rem solid #e85a5a;
    padding: 1rem;
    color: #fff;
    background-color: #e85a5a;
    font-size: 1.4rem;
    transition: .3s linear all;
    border-radius: .4rem;
}

.domain-prices .domains-table .domain-link:hover {
    text-decoration: none;
    background-color: #f96d6d;
}

.responsive-card-table {
    padding: 3.5rem;
    background-color: #F8F8FF;
    border-radius: .4rem;
    box-shadow: 0rem .1rem .2rem rgba(0,0,0,.075);
    position: relative;
}

.ribbon {
    top: -38px;
    left: 25px;
    position: absolute;
    background: linear-gradient(to right bottom,rgb(232, 90, 90), rgb(255, 117, 117));
    padding: 1.5rem;
    position: absolute;
    padding: 2.4rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .4rem;
    z-index: 100;
    overflow: hidden;
}

.domain-prices .website-title {
    width: 100%;
    text-align: center;
    padding-bottom: 5.5rem;
}

.domain-prices .website-title p {
    color: #333;
    font-weight: 700;
}

.domain-prices .website-title h2 {
    color: #000;
}

.bg-space {
    background: linear-gradient(to right bottom, rgba(41, 38, 172, 0.7), rgba(97, 40, 190, .7));
}

.bg-space p, .bg-space h2 {
    color: #fff !important;
}

.bg-white {
    background: #fff !important;
}

.bg-white h2 {
    color: #000;
}

.bg-white p {
    color: #333;
    font-weight: 700;
} 

.bg-white .hero-input {
    border: .1rem solid #333;
}

/* faq */
.faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.faq-website-title {
    padding-bottom: 5rem;
}

.faq-website-title p {
    color: #333;
    font-weight: 700;
}

.faq-website-title h2 {
    color: #000;
}

.faq-container .title-faq {
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-size: 2.4em;
}

.faq-container {
    margin-bottom: 2.5rem;
}

.faq-container p {
    font-size: 16px;
    color: #333;
}

.contact-section {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}

.contact-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right bottom, rgba(41, 38, 172, 0.7), rgba(97, 40, 190, .7));
    padding: 15px;
    height: 96px;
    width: 96px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid linear-gradient(to right bottom, rgba(41, 38, 172, 0.7), rgba(97, 40, 190, .7));
}

.contact-icon i {
    font-size: 32px;
}

.contact-description {
    margin-top: 15px;
}

.contact-description a {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.contact-description a:hover {
    text-decoration: none;
}

.contact-form {
    padding-bottom: 10.5rem;
}

.form-card {
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
    padding: 80px 30px;
    border-radius: .4rem;
}

.form-card .contact-input {
    width: 100%;
    border: .1rem solid #b1afff ;
}

.form-card textarea.contact-input {
    resize: none;
}

.form-card label {
    font-size: 1.4rem;
    font-weight: 700;
    color: #3a4368 ;
}

.form-card .contact-btn {
    float: right;
}

.form-card .form-title h3 {
    text-align: center;
    font-size: 3.8rem;
    margin-bottom: 45px;
    font-weight: 700;
    color:#3a4368 ;
}

.form-card:hover h3 {
    text-decoration: none !important;
}

/* toggler */
.toggler i {
    color: #fff;
    font-size: 16px;
}

.toggler {
    margin-top: 1px;
    display: none;
}

.website-extensions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    user-select: none;
}

.website-extensions ul li {
    border-radius: .4rem;
    padding: 15px;
    margin-right: 35px;
    background-color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    user-select: none;
    color: #333;
    font-weight: 700;
}

.website-extensions ul li sup {
    font-size: 1.6rem;
    color: #e85a5a;;
    font-weight: 700;
}

.free-card {
    background-color: #fff;
}

/* GDPR */

.gdpr-compliant p {
    font-size: 1.6rem;
}

.gdpr-compliant span.title-strong {
    font-weight: 700;
    font-size: 2.4rem;
}

.gdpr-compliant ul li {
    font-size: 1.6rem;
    padding: 1rem;
}

.gdpr-compliant ol  li {
    font-size: 1.6rem;
    list-style: lower-alpha;
}

/* END Gdpr */

/* CTA Section */
.cta-section {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
    background: linear-gradient(to right bottom, rgba(41, 38, 172, 0.7), rgba(97, 40, 190, .7));
    position: relative;
}

.cta-section-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cta-section-flex a {
    background-color: #ef5328 !important;
    border: .1rem solid #ef5328 !important;
    color: #fff;
    padding: 1.2rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-radius: .4rem;
    font-weight: 500;
    margin-right: 1.5rem;
    transition: .3s linear all;
}

.cta-section-flex a:hover {
    text-decoration: none;
    background-color: #ff7751 !important;
    border: .1rem solid #ff7751 !important;
}

.cta-section-flex h3 {
    color: #fff;
    font-size: 3.4rem;
    margin-bottom: 2.4rem;
}

.white-section {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
    position: relative;
}

.white-section-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.white-section-flex .website-title p {
    color: #333;
    font-weight: 700;
}

.white-section-flex .website-title h2 {
    color: #333;
}

.white-section-flex .descr {
    margin-top: 1.4rem;
    color: #333 !important;
    text-transform: none;
    font-weight: normal !important;
    font-size: 1.6rem;
    text-align: center;
}

.white-section-flex h3 {
    font-size: 4.2rem;
    font-weight: 700;
}

/* mobile max-width: 575.88px */

@media (max-width: 575.98px) { 
    
    .gdpr-compliant {
        text-align: center;
    }
    
    .gdpr-compliant li {
        text-align: left;
    }
    
    .form-card {
        padding:30px;
    }
    .contact-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
    .faq {
    padding-top: 30px;
    padding-bottom: 30px;
}

.faq-website-title {
    padding-bottom: 2rem;
}
 .hero-moto  {
      display:none;
 }
    .responsive-card-table {
        overflow-x: auto;
    }
    
    .ribbon {
        top: -3px
    }
 
    .toggler {
        display: flex;
        align-items: center;
        margin-bottom: .4rem;
    }
 
    .website-section img {
        display: none;
    }   
    
    .header-nav ul {
        display: none;
        background: linear-gradient(to right bottom, rgba(41, 38, 172, 1), rgba(97, 40, 190, 1));
        padding: 1rem;
        margin-right: 1.5rem;
        border-radius: .4rem;
        text-align: center;
        text-align: center;
    }
    
    .header {
        padding: 1.5rem;
    }
    
    .hero-section-text h1 {
        font-size: 30px;
        text-align: center;
    }
    .features-cards {
    margin-top: 0;
}
    .features-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.website-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.free-hosting .website-title h3 {
    font-size:22px;
}
.free-hosting .features ul {
    padding-top: 0;
}

.website-extensions ul li {
margin-bottom:20px;
}
.cta-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.white-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.free-hosting {
    padding-top: 30px;
    padding-bottom: 30px;
}

.domain-prices {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .hero-section-cta {
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    
    .hero-section-cta a:last-child {
            margin-top: 15px;
    }
    
    .hero-section-text p {
        font-size: 2rem;
        text-align: center;
    }
    
    .hero-section-text .hero-section-cta a {
        padding: 1.6rem;
    }
    
    .header .header-logo {
        font-size: 2rem;
    }
    
    .card-big .hero-img {
        -webkit-transform: none;
        -ms-transform: none;
         transform: none;
    }
    
    .website-input .form-group {
        display: flex;
        flex-direction: column;
    }

    .website-input .hero-input {
        width: 100%;
    }
    
    .website-input .hero-btn {
        margin-top: 1.5rem;
        width: 100%;
    }

    .website-title h2 {
        font-size: 3.4rem;
    }
    
    .features-title h2 {
        font-size: 3.4rem;
    }
    
    .free-hosting .website-title h2 {
        font-size: 3.4rem;
    }
    
    .free-hosting img.free-hosting-img {
        display: none;
    }
    
    .free-hosting .features {
        text-align: center;
    }
    
    .free-hosting .features ul {
        padding-left: 0;
    }
    
    .free-hosting .features ul li:before {
        position: relative;
    }
    
    .footer {
        text-align: center;
    }
    
    .footer-logo {
        display: flex;
        justify-content: center;
    }
    
    .lorem-col, 
    .contact-col {
        margin-top: 2.5rem;
    }
    
    .header-nav ul li {
        display: block;
        margin-right: 0;
        padding: 1rem
    }
    
    .header-nav ul li a {
        color: #fff;
    }
    
    .domains {
        padding: 1.5rem;
    }
    
    .faq-container .title-faq {
        text-align: center;
    }
 
    .faq-container p {
        text-align: center;
    }
    
    .contact-card {
        margin-bottom: 3.5rem;
    }
    
    .form-card .form-title h3 {
        font-size: 2.8rem;
    }
    
    .form-card form .form-group .hero-btn {
        padding: 1.5rem 6rem;
    } 
    
}

/* mobile min-width(320px) and max-width(375px) */

@media (max-width: 375px) {
    .hero-section-cta {
        display: flex;
        flex-direction: column;
    }
    
    .hero-section-cta a.no-bg {
        margin-top: 1.5rem;
    }
    
    .hero-title span {
        font-size: 2.6rem;
    }
    
    .features-cards p {
        font-size: 1.4rem;
    }
    
    .website-title h2 {
        font-size: 3.2rem;
    }
    
    .free-hosting .website-title h2 {
        font-size: 2.8rem;
    }
    
    .free-hosting .features ul li {
        font-size: 1.4rem;
    }
    
    .footer .description p {
        font-size: 1.4rem;
    }
    
    .footer h3 {
        font-size: 3.2rem;
    }
    
    .footer .contact-col ul li {
        font-size: 1.4rem;
    }
    
    .footer .lorem-col ul li a {
        font-size: 1.4rem;
    }
    
    .copyright .copyright-text {
        font-size: 1.4rem;
    }
    
    .hero-section-text p {
        font-size: 1.4rem;
    }
    
    .hero-section-text h1 {
        font-size: 3.8rem;
    }
    
    .hero-section-text .hero-section-cta a {
        margin-right: 0;
    }
    
    .features-title h2 {
        font-size: 3.2rem;
    }
}

/* tablets min-width: 768px to max-width: 991.98px */
@media (min-width: 768px) and (max-width: 991.98px) { 
    
    .toggler {
        display: flex;
        align-items: center;
        margin-bottom: .4rem;
    }
    
    .hero-section-text h1 {
        text-align: center;
    }
    
    .hero-section-text p {
        text-align: center;
    }
    
    .hero-section-text .hero-section-cta {
        display: flex;
        justify-content: center;
    }
    
    .hero-section-cta a {
        font-size: 1.2rem !important;
    }
    
    .hero-section-text .hero-section-cta a.no-bg {
        margin-right: 0;
    }
    
    .features-section .features-cards .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    } 
    
    .card-big .hero-img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    .website-input img {
        display: none;
    }
    
    img.free-hosting-img {
        display: none;
    }
    
    .free-hosting .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .free-hosting .features ul {
        text-align: center;
        display: block;
        margin-right: 0;
        padding: 1rem
    }
    
    .free-hosting .features ul li:before {
        position: relative;
    }
    
    .footer .contact-col {
        display: none;
    }
    
    .footer .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .footer .description p {
        text-align: center;
    }
    
    .footer-logo {
        justify-content: center;
        align-items: center;
    }
    
    .footer .social ul {
        text-align: center;
    }
    
    .footer .lorem-col ul {
        text-align: center;
    }
    
    .header-nav ul {
        display: none;
    }
}

/* Large devices */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .hero-title span {
        font-size: 2.4rem;
    }
    
    .features-cards p {
        font-size: 1.4rem;
    }
    
    .website-input img {
        display: none;
    }
    
    img.free-hosting-img {
        display: none;
    }
    
    .free-hosting .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .free-hosting .features ul {
        text-align: center;
        display: block;
        margin-right: 0;
        padding: 1rem
    }
    
    .free-hosting .features ul li:before {
        position: relative;
    }
    
    
}