* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }

body{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    background-color: #fff;
    position: relative;
    height: auto;
    color: #050a30;
    margin-block-start: 0;
    margin-block-end: 0;
}

.main{
    padding: 0 auto;
    width: 1440px;
    margin: 0px auto;
    display: block;
    background-color: #fff;
}

.spacer{
    height: 300px;
    background-color: #f4f6fc;
}

.top-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.logo{
    height: 40px;
}

.title-container{
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    text-align: center;
}

.title-container h1 h2{
    font-weight: 600;
}

.title{
    font-size: 80px !important;
    line-height: 1.05;
    font-weight: 600;
    color: #050a30;
    padding: 0;
    letter-spacing: -0.015em !important;
    margin-block-end: 0;
    margin-block-start: 0;
}

.title span{
    display: none;
}

.description{
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
}

.sign-in{
    text-decoration: none;
    color: #233dff;
}

.form{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 1rem;
}

.form p{
    text-align: center;
    font-size: 1rem;
    line-height: 24px;
    width: 60%;
    margin: 0 auto;
}

.sign-up{
    font-size: 1.2rem;
    padding: 12px 24px;
    border: none;
    background-color: #233dff;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
}

.sign-in{
    font-size: 1.2rem;
    padding: 12px 24px;
    border: 1px solid #233dff;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    text-decoration: none;
}

.sign-up-large{
    display: block;
    width: 300px;
    margin: 20px auto;
    font-size: 1.5rem;
    padding: 16px 30px;
    border: none;
    background-color: #233dff;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
}

.form button:hover{
    opacity: 0.8;
}

#create-site-load{
    display: none;
}

#failed{
    margin-top: 20px;
    font-size: 16px;
    display: none;
}

#success{
    display: none;
}

#socail-share{
    display: grid;
    width: 100px;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px ;
    align-items: center;
    margin: 0 auto;
    margin-block-start: 24px;
    height: auto;
}

.video{
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
}

.video-thumbnail{
    position: relative;
    display: inline-block;
}

.video-thumbnail svg{
    height: 48px;
    width: 48px;
    padding: 24px;
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007acc;
    opacity: .5;
    border-radius: 50%;
    cursor: pointer;
}

.video-image{
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.video-image:hover + .video-play {
    opacity: 1;
    height: 54px;
    width: 54px;
    padding: 30px;
}

.video-play:hover{
    opacity: 1;
    height: 54px;
    width: 54px;
    padding: 30px;
}

.model{
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,.75);
    position: fixed;
}

@media screen and (max-width: 1440px) {
    .main{
        width: 80%;
        margin: 0 auto;
    }

    .title-container{
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
        text-align: center;
    }

    .title{
        font-size: 4rem !important;
        font-weight: 600;
        padding: 0;
        line-height: 4.2rem;
        letter-spacing: -0.03em !important;
        margin-block-end: 0;
        margin-block-start: 0;
    }

    .spacer{
        height: 200px;
    }
}

@media screen and (max-width: 960px) {
    .main{
        padding: 0;
        margin: auto auto;
        width: 90%;
    }
    
    .logo{
        height: 40px;
    }
    
    .title-container{
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
        text-align: center;
    }
    
    .title{
        font-size: 3rem !important;
        font-weight: 600;
        padding: 0;
        line-height: 48px;
        letter-spacing: -0.03em !important;
        margin-block-end: 0;
        margin-block-start: 0;
    }
    
    .title span{
        display: none;
    }
    
    .description{
        font-size: 1.2rem;
        margin-top: 30px;
    }
    
    .button{
        font-size: .8rem;
        width: 200px;
        padding: 12px 24px;
        border: none;
        background-color: #233dff;
        color: #fff;
        cursor: pointer;
        border-bottom-right-radius: .1875rem;
        border-top-right-radius:.1875rem ;
        text-decoration: none; 
    }
    
    .button p{
        width: 100%;
        font-size: 1rem;
    }
}

@media screen and (max-width: 640px) {
    .main{
        padding: 0;
        margin: auto 2%;
        width: 96%;
    }

    .top-nav{
        margin-top: 10px;
    }
    
    .logo{
        height: 40px;
        margin-top: 0px;
    }

    #sign-in{
        font-size: 16px;
    }
    
    .title-container{
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
        text-align: center;
    }

    .title-container h1{
        font-size: 24px;
    }

    
    .title{
        font-size: 42px !important;
        line-height: 46px;
    }
    
    .title span{
        display: none;
    }
    
    .description{
        font-size: 1.1rem;
        margin-top: 30px;
    }
    
     .button{
        width: 100%;
        margin-top: 10px;
        border-radius: .1875rem;
    }
    
    .button p{
        width: 100%;
        font-size: 1rem;
    }
    
    .form button:hover{
        opacity: 0.8;
    }
    
    #create-site-load{
        display: none;
    }
    
    #failed{
        margin-top: 20px;
        font-size: 16px;
        display: none;
    }
    
}

.feature{
    background-color: #f4f6fc;
}

.feature-one{
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.feature-one img{
  width: 100%;
}

.feature-two{
    height: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    border-radius: 50px;
    background-color: #fff;
    border-radius: 50px;
}

.feature-text{
    width: 350px;
    padding-left: 50px;
    align-self: center;
    font-size: 24px;
}

.feature-text-two{
    width: 400px;
    padding-right: 50px;
    align-self: center;
    font-size: 24px;
}

.featuer-media img{
    width: 100%;
}

.feature-margin{
    margin-top: 100px;
}

/* 
.feature-one h2{
    width: 100%;
}
.feature-one img {
    width: 40vw;
} */

.feature-title{
}

.feature-area{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 200px 0;
}

.bottom-header-area{
  margin-left: auto;
  margin-right: auto;
  padding: 200px 0;
  background-color: #233dff;
  color: #fff;
}

.develop-title{
    width: 60%;
    margin: auto;
    text-align: center;
}

.sub-title{
    text-align: center;
    font-size: 60px;
    line-height: 64px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.develop-title p{
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.develop-app{
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
    background-color: #233dff;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    margin-top: 20px;
    border-radius: 5px;
}


.featuer-image{
    margin-top: 50px;
    width: 100%;
}

.feature-container{
    margin: 0px auto;
    display: block;
    background-color: #f0f3f8;
}

.feature-area{
    width: 1440px;
    padding: 50px auto;
}

.feature-header{
    width: 60%;
    margin-left: 20%;
    text-align: center;
}

.feature-header h4{
    font-size: 20px;
    line-height: 24px;
    color: #6b7094;
}

.feature-header h2{
    font-size: 52px;
    line-height: 56px;
    margin-top: 10px;
}

.feature-header p{
    font-size: 18px;
    line-height: 24px;
}

.featuers{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 60px;
    margin-top: 100px;
    text-align: left;
}

.featuers h3{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    
}

.featuers svg{
    height: 2rem;
    width: 2rem;
    fill: #233dff;
}

.featuer-item p{
    font-size: 1rem;
    line-height: 24px;
}

.designer-image{
    margin-top: 100px;
}


.get-notified{
    background-color: #233dff;
    color: #fff;
}

.get-notified-block{
    width: 1440px;
    margin: 0 auto;
    padding: 100px 0;
}

.notification{
    width: 60%;
    margin-left: auto;
    margin-right: auto;

}

.notification h2{
    font-size: 52px;
    line-height: 52px;
    margin-top: 10px;
    text-align: center;
}

.notification a{
  margin: auto 10px;
}

.notification p{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

form{
    display: flex;
    justify-content: center;
}

form input{
    padding: 12px 16px;
    font-size: 18px;
    outline: none;
    border: none;
}

.email{
    min-width: 250px;
    border-radius: 5px;
}

.submit{
    margin-left: 10px;
    cursor: pointer;
    background-color: #fff;
}

#success{
    text-align: center;
    display: none;
}



@media screen and (max-width: 1440px){

    .feature-area{
        width: 80%;
        margin: auto;
        padding: 50px auto;
    }

    .get-notified-block{
        width: 80%;
        margin: 0 auto;
        padding: 100px 0;
    }
    
   
}

@media screen and (max-width: 960px) {
    .feature-one{
        margin-top: 50px;
        background-color: #f0f3f8;
    }
    
    .feature-area{
        max-width: 90%;
        margin: auto;
        padding: 50px 0;
       
    }
    
    .sub-title{
        text-align: center;
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: 600;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
    
    .featuer-image{
        width: 100%;
    }
    .spacer{
        height: 100px;
    }

    .feature-one{
        height: 100%;
        display: grid;
        grid-template-columns: 1fr;
        max-width: 90%;
        margin: 0 auto;
        padding: 0 0;
        border-radius: 20px;
        background-color: #fff;
    }
    
    .feature-two{
        height: 100%;
        display: grid;
        grid-template-columns: 1fr;
        max-width: 90%;
        margin: 0 auto;
        padding: 0 0;
        border-radius: 20px;
        background-color: #fff;
    }

    .feature-text{
        width: 90%;
        padding: 20px 30px;
        align-self: center;
        font-size: 18px;
    }
    
    .feature-text-two{
        width: 90%;
        padding: 20px;
        align-self: center;
        font-size: 18px;
    }
    
    .featuer-media img{
        width: 100%;
        padding-top: 30px;
    }
    
    .feature-margin{
        margin-top: 100px;
    }

    .develop-title{
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .sub-title{
        font-size: 42px;
        line-height: 46px;
    }

    .develop-title p{
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .develop-app{
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
        background-color: #233dff;
        color: #fff;
        text-decoration: none;
        padding: 12px 30px;
        margin-top: 20px;
        border-radius: 5px;
    }

    .designer-image{
        width: 100%;
        margin-top: 50px;
    }

    .get-notified-block{
        width: 100%;
        margin: 0 auto;
        padding: 100px 0;
    }

    .notification{
        width: 80%;
        margin-left: 10%;
    
    }
    
    .notification h2{
        font-size: 42px;
        line-height: 46px;
        margin-top: 10px;
        text-align: center;
    }
    
    .notification p{
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    
   
   
}

@media screen and (max-width: 640px) {

    .featuers{
        grid-template-columns: 1fr;
    }
    .feature-one{
        margin-top: 50px;
        background-color: #f0f3f8;
    }

    .feature-header{
        width: 100%;
        margin-left:0;
        text-align: center;
    }
    
    .feature-header h4{
        font-size: 22px;
        line-height: 26px;
        color: #6b7094;
    }
    
    .feature-header h2{
        font-size: 42px;
        line-height: 46px;
    }
    
    .feature-header p{
        font-size: 16px;
        line-height: 20px;
    }
    
    .feature-area{
        max-width: 90%;
        margin: auto;
        padding: 30px 0;
       
    }
    
    .sub-title{
        text-align: center;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 600;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }
    
    

    .spacer{
        height: 150px;
    }

    .feature-one{
        height: 100%;
        display: grid;
        grid-template-columns: 1fr;
        max-width: 90%;
        margin: 0 auto;
        padding: 0 0;
        border-radius: 20px;
        background-color: #fff;
    }
    
    .feature-two{
        height: 100%;
        display: grid;
        grid-template-columns: 1fr;
        max-width: 90%;
        margin: 0 auto;
        padding: 0 0;
        border-radius: 20px;
        background-color: #fff;
    }
    
    .feature-text{
        width: 90%;
        padding: 20px 30px;
        align-self: center;
        font-size: 18px;
    }
    
    .feature-text-two{
        width: 90%;
        padding: 20px;
        align-self: center;
        font-size: 18px;
    }
    
    .featuer-media img{
        width: 100%;
        padding-top: 30px;
    }
    
    .feature-margin{
        margin-top: 100px;
    }


    .develop-title{
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .sub-title{
        font-size: 42px;
        line-height: 46px;
    }

    .develop-title p{
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .develop-app{
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
        background-color: #233dff;
        color: #fff;
        text-decoration: none;
        padding: 12px 30px;
        margin-top: 20px;
        border-radius: 5px;
    }

    .designer-image{
        width: 100%;
        margin-top: 50px;
    }

    .get-notified-block{
        width: 100%;
        margin: 0 auto;
        padding: 100px 0;
    }
    
    .notification{
        width: 90%;
        margin-left: 5%;
    
    }
    
    .notification h2{
        font-size: 42px;
        line-height: 46px;
        margin-top: 10px;
        text-align: center;
    }
    
    .notification p{
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    
    form{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .email{
        min-width: 250px;
        border-radius: 5px;
    }
    
    .submit{
        min-width: 100%;
        margin-left:0;
        margin-top: 10px;
    }
    
}

.pricing{
    /* margin-top: 100px; */
    /* background-color: #f0f3f8; */
}

.pricing-mobile{
    display: none;
}

.pricing-title{
    text-align: center;
    font-size: 3rem;
}
.table-title{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 100px;
}

.table-title > div:nth-child(2),
.table-title > div:nth-child(3) {
  text-align: left;
  justify-content: center;
}

.pricing-table{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}


.price-name{
    font-size: 1.5rem;
}

.price-amount{
    font-size: 2rem;
}

.price-free{
    display: block;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
    border: 2px solid #233dff;
    border-radius: 5px;
    padding: 8px 50px;
    max-width: 100%;
    margin-top: 50px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

#buy-now{
    background-color: #233dff;
    color: #fff;
}

#buy-now:hover{
    opacity: 0.9;
}

.table-tr{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 200px;
}

.table-tr > p:nth-child(1){
    padding-left: 20px;
}

.table-tr > p:nth-child(2),
.table-tr > p:nth-child(3) {
  text-align: center;
  justify-content: center;
  color: #3a3d41;
}

.row-background{
    background-color: #f0f3f8;

}


.stricktrough{
    text-decoration: line-through;
}

.correct{
    height: 24px;
    fill: #233dff;
}

.minius{
    height: 24px;
    fill: #3a3d41;
}

.pricing-terms{
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.pricing-terms p{
    padding: 10px 20px;
    /* background-color: #f0f3f8; */
    cursor: pointer;
}

.selected-price{
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1440px){
   
}

@media screen and (max-width: 960px) {
    .pricing{
        /* margin-top: 100px; */
        /* background-color: #f0f3f8; */
    }
    
    .pricing-mobile{
        display: none;
    }
    
    .pricing-title{
        text-align: center;
        font-size: 3rem;
    }
    .table-title{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
    
    .table-title > div:nth-child(2),
    .table-title > div:nth-child(3) {
      text-align: left;
      justify-content: center;
    }
    
    .pricing-table{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    
    .price-name{
        font-size: 1.5rem;
    }
    
    .price-amount{
        font-size: 2rem;
    }
    
    .price-free{
        display: block;
        text-decoration: none;
        font-size: 1rem;
        line-height: 1rem;
        color: #000;
        border: 2px solid #233dff;
        border-radius: 5px;
        padding: 8px 50px;
        max-width: 100%;
        margin-top: 50px;
        text-align: center;
        cursor: pointer;
        user-select: none;
    }
    
    #buy-now{
        background-color: #233dff;
        color: #fff;
    }
    
    #buy-now:hover{
        opacity: 0.9;
    }
    
    .table-tr{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
    
    .table-tr > p:nth-child(1){
        padding-left: 20px;
    }
    
    .table-tr > p:nth-child(2),
    .table-tr > p:nth-child(3) {
      text-align: center;
      justify-content: center;
      color: #3a3d41;
    }
    
    .row-background{
        background-color: #f0f3f8;
    
    }
    
    
    .stricktrough{
        text-decoration: line-through;
    }
    
    .correct{
        height: 24px;
        fill: #233dff;
    }
    
    .minius{
        height: 24px;
        fill: #3a3d41;
    }
    
    .pricing-terms{
        display: flex;
        flex-direction: row;
        justify-content: center;
    
    }
    
    .pricing-terms p{
        padding: 10px 20px;
        /* background-color: #f0f3f8; */
        cursor: pointer;
    }
    
    .selected-price{
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    }
    
   
}

@media screen and (max-width: 640px) {
    .pricing{
        display: none;
    }
    
    .pricing-title{
        text-align: center;
        font-size: 3rem;
    }
    .table-title{
        display: block;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 100px;
    }
    
    .table-title > div:nth-child(2),
    .table-title > div:nth-child(3) {
      text-align: left;
      justify-content: center;
    }
    
    .pricing-table{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    
    .price-name{
        font-size: 1.5rem;
    }
    
    .price-amount{
        font-size: 2rem;
    }
    
    .price-free{
        display: block;
        text-decoration: none;
        font-size: 1rem;
        line-height: 1rem;
        color: #000;
        border: 2px solid #233dff;
        border-radius: 5px;
        padding: 8px 50px;
        max-width: 100%;
        margin-top: 50px;
        text-align: center;
        cursor: pointer;
        user-select: none;
    }
    
    #buy-now{
        background-color: #233dff;
        color: #fff;
    }
    
    #buy-now:hover{
        opacity: 0.9;
    }
    
    .table-tr{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    
    .table-tr > p:nth-child(1){
        padding-left: 20px;
    }
    
    .table-tr > p:nth-child(2),
    .table-tr > p:nth-child(3) {
      text-align: center;
      justify-content: center;
      color: #3a3d41;
    }
    
    .row-background{
        background-color: #f0f3f8;
    
    }
    
    
    .stricktrough{
        text-decoration: line-through;
    }
    
    .correct{
        height: 24px;
        fill: #233dff;
    }
    
    .minius{
        height: 24px;
        fill: #3a3d41;
    }
    
    .pricing-terms{
        display: flex;
        flex-direction: row;
        justify-content: center;
    
    }
    
    .pricing-terms p{
        padding: 10px 20px;
        /* background-color: #f0f3f8; */
        cursor: pointer;
    }
    
    .selected-price{
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    }
}

.bottom-title{
    text-align: center;
    padding: 100px;
    background-color: #233dff;
    color: #fff;
    border-radius: 10px;
}

.bottom-title h2{
    font-size: 3rem;
}


.footer-area{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 30px;
    margin: auto;
    border-top: 1px solid #eaecf4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.facebook {
    fill: #050a30;
    height:3rem;
}
.twitter {
    fill: #050a30;
    margin-left: .8rem;
    height:3rem;
}
.linkedin {
    fill: #050a30;
    margin-left: .8rem;
    height:3rem;
}


.bottom-nav{
    height: 30px;
    display: flex;
    font-size: .9rem;
    color: #050a30;
    margin-block-end: 0;
}

.bottom-nav a{
    line-height: 1.2;
    margin-left: 1rem;
    color: #050a30;
    text-decoration: none;
    margin-block-end: 0;
}


.social-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}

.get-early-bottom{
    text-decoration: none;
    color: #000;
}

.get-early-bottom:hover{
    opacity: 0.9;
}

@media screen and (max-width: 1400px) {
    .footer-area{
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        margin: auto;
    }
    
}   

@media screen and (max-width: 960px){
    .bottom-title{
        text-align: center;
        padding: 100px;
        background-color: #233dff;
        color: #fff;
        border-radius: 10px;
    }
    
    .bottom-title h2{
        font-size: 2.5rem;
        line-height: 40px;
    }
    
    .bottom-title a{
        padding: 12px 30px;
        background-color: #fff;
        color: #050a30;
        border-radius: 5px;
        margin-top: 20px;
    }
    footer{
        padding: 0 10vw;
    }
    .bottom-nav{
        font-size: .9rem;
        padding: 0;
    }
}

@media screen and (max-width: 640px){
    .bottom-title{
        text-align: center;
        padding: 100px 0;
    }
    
    .bottom-title h2{
        font-size: 2rem;
    }
    
    .bottom-title a{
        padding: 12px 30px;
        background-color: #fff;
        color: #050a30;
        border-radius: 5px;
        margin-top: 20px;
    }
    footer{
        margin: 0;
        padding: 0;
        height: auto;
    }

    .footer-area{
        padding: 0;
        flex-direction: column-reverse;
        height: auto;
    }

    .facebook {
        fill: #959da5;
        height:2rem;
    }
    .twitter {
        fill: #959da5;
        margin-left: .8rem;
        height:2rem;
    }
    .linkedin {
        fill: #959da5;
        margin-left: .8rem;
        height:2rem;
    }
    .bottom-nav{
        display: flex;
        font-size: .9rem;
        padding: 0 10%;
    }
    .bottom-nav a{
        line-height: 1.2;
        margin-left: .5rem;
        text-decoration: none;
    }
    .social-menu{
        padding: 5px 10%;
    }
}

.error-page{
    display: flex;
    text-align: center;
    font-size: 48px;
    height: 80vh;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.contact{
    margin-top: 100px;
}

#buy-load{
    display: none;
}


a{
  text-decoration: none;
  color: #233dff;
}

.side-nav{
    margin: 0px;
    left: 0px;
    max-width: 200px;
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 hsla(203, 10%, 5%, 0.21);
    padding: 20px;
    border-radius: 5px;
}

.side-nav a{
    text-decoration: none;
}

.side-nav p{
    background-color: #f6f6f6;
    padding: 10px;
}

.container{
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}



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

.invite-header{
  text-align: center;
}

.in-header-title{
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 500;
}

.in-header-text{
  font-size: 1.2rem;
  padding: 0 20%;
}

.invite-form-area{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.invite-form-area input{
  font-size: 1rem;
  padding: 1rem;
  min-width: 350px;
}

.invite-form-area button{
  font-size: 1.2rem;
  padding: 1rem 2rem;
}

.invite-more-options{
  display:grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 3rem;
  margin-top: 3rem;
  padding: 0 20%;
}


.copy {
  margin-bottom: 1rem;
}

.share{
  margin-bottom: 1rem;
}


.social-menu{
  display: flex;
  flex-direction: row;
}

.social-menu svg{
  height: 50px;
}


@media screen and (max-width: 960px) {
 
}

@media screen and (max-width: 640px) {
  .container{
    padding: 10px;
    width: calc(100% - 20px);
  }
  
  .header h1{
    font-size: 24px;
  }

  .create-site{
    font-size: 14px;
  }

  .in-header-title{
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 500;
  }
  
  .in-header-text{
    font-size: 1rem;
    padding: 0 10%;
  }
  .invite-form-area{
    margin-top: 2rem;
    padding: 2rem;
  }

  #invite-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .invite-form-area input{
    font-size: 1rem;
    padding: 1rem;
    min-width: 100%;
  }
  
  .invite-form-area button{
    font-size: 1rem;
    padding: 1rem 2rem;
    margin-top: 1rem;
  }

  .invite-more-options{
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
  }

  .copy {
    text-align: center;
    
  }
  
  .share{
    text-align: center;
    margin-top: 2rem;
  }

  .social-menu{
    justify-content: space-around;
  }

  #referral-link{
    width: 100%;
    font-size: 1rem;
  }
  
}

.create-site{
  text-decoration: none;
  border: 2px solid #233dff;
  color: #233dff;
  background-color: #fff;
  font-size:1rem;
  padding: 12px 16px;
  align-items: center;
  border-radius: 5px;
  min-width: 150px;

}

.create-site p{
  color: #233dff;
}

.ai-site{
  text-decoration: none;
  background-color: #233dff;
  color: #fff;
  font-size:1rem;
  padding: 14px 18px ;
  align-items: center;
  border-radius: 5px;
  margin-left: 10px;
}


.sites-grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-prompt{
  padding: 10px;
  font-size: 16px;
  border: 1px solid #000;
  outline: none;
}


.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #233dff;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#create-site-load{
  display: none;
}

#element-images-menu{
  display: block;
}

#image-upload-load{
  display: none;
}

@media screen and (max-width: 960px) {
  .container{
    width: 90vw;
    margin: 100px 5vw;
  }

  .sites-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  
}

@media screen and (max-width: 640px) {
  .container{
    width: 90vw;
    margin: 100px 5vw;
    
  }
  .sites-grid{
    display:grid;
    grid-template-columns: 1fr ;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  
}

.orders-table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

td, th {
  border: 2px solid #a6a6a6;
  text-align: left;
  padding: 12px;
}
th{
  padding: 16px;
  background-color: #f6f6f6;
}

.mobile-order-list{
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  display: none;
}

.mobile-order{
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 5px 0 hsla(203, 10%, 5%, 0.21);
}

.mobile-order p{
  padding: .5rem;
}

@media screen and (max-width: 960px) {
    
}

@media screen and (max-width: 640px) {
 
}


#build-plan{
  background-color: #fff;
  color: #050a30;
}

.site-thumbnail{
  height: 250px;
  width: 100%;
}

.site-title{
  padding: 10px;
  
}

.site-title p{
  color: #050a30;
}



.files-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.site-single-item{
    height: auto;
    width: 100%;
    background-color:#f6f6f6;
    box-shadow: 0 1px 5px 0 hsla(203, 10%, 5%, 0.21);
}

.site-single-file{
    width: 140px;
    background-color:#f6f6f6;
    margin: 10px;
    padding: 20px;
    text-align: center;
  
}

.top-left-menu{
    display: flex;
    flex-direction:row;
}

.storage-folder{

}

.create-folder-window{
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background-color:rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);

}

.create-folder-content{
    background-color: #fefefe;
    margin: 15% auto 5% auto; 
    border: 1px solid #888;
    width: 30%; 
    padding: 20px;
}

.create-folder-heading{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.create-folder-form{
    display: flex;
    flex-direction: column;

}

.form-action{
    margin-top:30px
}

.create-folder-form button{
    width: auto;
    padding: 10px;
    float: right;
}
.sales-container{
    width: 100vw;
    height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.auth-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.auth-form{
    width: 500px;
    box-shadow: 0 1px 5px 0 hsla(203, 10%, 5%, 0.21);
    padding: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}

#forget-password-form{
  display: block;
}

.auth-form h2{
  color: #050a30;
}

.auth-form label{
  font-size: 14px;
  line-height: 18px;
  color: #050a30;
}

.auth-form input{
  font-size: 14px;
  line-height: 18px;
  color: #050a30;
  width: 100%;
}

.auth-logo{
    height: 30px;
    margin-top: 50px;
}

.form {
    display: grid;
    grid-gap: 24px;
    margin-top: 50px;
}

.form div{
    display: grid;
    grid-gap: 20px;
}

.grid-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap:10px ;
}


label{
  font-size: 1rem;
}


@media screen and (max-width: 960) {
  .auth-container{
    width: 100%;
    height: 100%;
  }

  .auth-form{
    box-shadow: 0 1px 5px 0 hsla(203, 10%, 5%, 0.21);
    margin: 1rem;
    padding: 1rem;
    background-color: #fff;
    display: none;
  }

}

@media screen and (max-width: 640px) {
   .auth-container{
    width:100%;
    height: 100%;
  }

  .auth-form{
    width: 90%;
    box-shadow: 0 1px 5px 0 hsla(203, 10%, 5%, 0.21);
    margin: 1rem;
    padding: 1rem;
    background-color: #fff;
    display: none;
  }

  .auth-form h2{
    font-size:20px;
  }
}

button{
    padding: 1rem;
    background-color:  #233dff;
    color: #fff;
    font-size: 1rem;
    outline: none;
    border: none;
    cursor: pointer;
}

button:disabled{
  opacity: 0.5;
}

input{
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  border: 2px solid #e9ecf4; 
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


input:focus {
  border-color:#050a30;
}


#reset-sucess{
  display: none;
}
/* 
.resent-email{
  display: inline-flex;
  color: blue;
} */


/* Checkbox style */
.checkbox-container {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .checkbox-container p{
      margin-top: 0px;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 2px solid #233dff;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox-container:hover input ~ .checkmark {
    border: 2px solid #233dff;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
    background-color: #233dff;
    border: none;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  
  
 

  .success-container{
    width: 100vw;
    height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .success-grid{
    display: grid;
    grid-gap: 10px;
  }
  .success-grid h1{
    font-size: 3rem;
  }

  .success-grid p{
    line-height: 1.5em;
    font-size: 1rem;
    color: #252526;
  }

  .success-grid button{
    margin-top: 30px;
  }

  @media screen and (max-width: 960px) {
    .success-container{
      width: 80vw;
      height: calc(100vh - 40px);
      margin: 0 10%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .success-grid h1{
      font-size: 2.5rem;
    }
  
    .success-grid p{
      line-height: 1.5em;
      font-size: 1rem;
      
    }
  }
  
  @media screen and (max-width: 640px) {
    .success-container{
      width: 80vw;
      height: calc(100vh - 40px);
      margin: 0 10%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .success-grid h1{
      font-size: 2rem;
    }
  
    .success-grid p{
      line-height: 1.5em;
      font-size: 1rem;
    }
  }

  .account-container{
    margin: 0;
    padding: 0;
  

  }

  .approvel{
    margin-top: 10px;
  }

  .approvel p{
    margin-bottom: 10px;
  }

  .error{
    color: #cc0000;
    display: none;
  }

  .success{
    color: green;
    display: none;
  }

  button :disabled{
    opacity: 0.7;
  }

  .resent-email{
    color: #233dff;
    cursor: pointer;
  }

  #sign-in-form{
    display: block;
  }

  #sign-up-form{
    display: block;
  }

  #resend-success{
    display: none;
    color: green;
  }

  #resend-email{
    color: #233dff;
  }

  #forget-password{
    display: block;
  }

  .referrals{
    margin-top: 50px;
  }

  .domain-status-check{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border: 1px solid #201e1e;
    padding: .5rem 1rem;
    align-items: center;
  }

  .domian-values{
    width: 100%;    
  }

  #domain-status-form{
    margin-top: 2rem;
    display: none;
  }

  #add-domain{
    margin-top: 1rem;
    display: none;
  }

  .add-credit{
    margin-top: 30px;
  }
 
  .referrals{
   
    width: 100%; 
  }

  .referrals table{
    width: 100%;
    margin-top: 20px;
  }

  .referal-link{
  
  }

  .share-on{
    /* background-color: #fff;
    margin-top: 20px; */
  }

  .invite-friend{
    /* padding: 20px; */
   
  }

  /* .account-container{
    background-color: #fff;
    width: 100%;
    padding: 20px;
  } */

  .account-container{
    width: 1000px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 50px 30px;
  }

  .account-container p{
    color: #252526;
    font-size: 16px;
    line-height: 20px;
    width: 500px;
    margin-top: 10px;
  }

  #invite-form{
    margin-top: 30px;
  }

  #invite-form input[type=text]{
    min-width: 500px;
  }

  #invite-form input[type=submit]{
    margin-left: 20px;
    background-color: #233dff;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    min-width: 120px;
    font-size: 16px;
   }

   .referal-link{
    margin-top: 40px;
   }

   .referal-link input[type=text]{
    min-width: 500px;
  }

  .share-on{
    margin-top: 40px;
  }

  #sign-in-load{
    display: none;
  }

  #resend-email-load{
    display: none;
  }

  #verify-email-load{
    display: none;
  }

  #sign-up-load{
    display: none;
  }

  #verify-load{
    display: none;
  }

  #forget-load{
    display: none;
  }

  #forget-load{
    display: none;
  }

  #reset-load{
    display: none;
  }

  #verify-email{
    display: none;
  }

  #reset-password-form{
    display: none;
  }

  #reset-password-error{
    color: red;
    display: none;
  }

  .form-grid{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
  }

  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 50px;
    border: 1px solid #888;
    width: 700px; /* Could be more or less, depending on screen size */
    height: 500px;
  }

  .model-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.project-form{
  padding: 30px;
}

.project-form div{
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.project-form input{
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .modal-content {
    width: 100%; 
    margin-top: 100px;
  }
}

.sub-title{
  width: 60%;
  margin-left: 20%;
}

.download{
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

.download ol{
  margin-top: 20px;
}

.download li {
  font-size: 18px;
  line-height: 26px;
}
.download-link{
  margin-top: 10px;
}

.qr-code{
  width: 400px;
  height: auto;
}

@media screen and (max-width: 960px) {
  .download {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .download {
    grid-template-columns: 1fr;
  }
  .qr-code{
    width: 100%;
  }
}

.preview-site-container{
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  border: none;
  position: fixed;
}

.preview-content{
  width: 90%;
  height: 90%;
  background-color: #fff;
  margin: auto 5%;
  overflow-y: scroll;
}

.model-title{
  padding: 15px;
  background-color: #f6f6f6;
}

#preview-site-load{
  display: none;
}
/* 
#project-domain-modal{
  display: flex;
}
 */
/* 
#create-project-modal{
  display: block;
} */

#animatedText {
  font-weight: bold;
  color: #333;
}
