*{
    box-sizing: border-box;
    font-family: 'inter' 'cursive';
    margin: 0;
    padding: 0;
}
body,html{
    max-width: 100vw;
    overflow-x: hidden;
    
}

.header{
        width: 100vw;
        background-color: black;
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 0;

}
.header-logo{
 margin-left: 50px;
padding-top: 28px;
  width: 240px;
  height: 70px;

}
.left-header{
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul{
    list-style-type: none;
}
.nav-links{
    display: flex;
    justify-content: space-between;
    align-items:center ;
    gap: 15px; 
}

.nav-link{
    font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #EAEFF0;
}
#home{
    color: #629FFC;
}

.btn-name{
    margin-right: 40px;
}

#demo-btn{
    font-weight: 500;
font-size: 18px;
background: transparent;
cursor: pointer;
color: #629FFC;
background: #FFFFFF;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 22px;
padding: 10px 15px;
}
#order-btn{
    background: #629FFC;
    width: 120px;
height: 48px;
padding: 5px 8px;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 36px;

font-weight: 500;
font-size: 15px;
color: #EAEFF0;
cursor: pointer;
}


main{
    display: flex;
}
.left-main{
   
 flex-basis: 50%;
    padding: 150px 0 0 80px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background: rgba(98, 159, 252, 0.17);
    
}
.right-main{
  flex-basis: 50%;
   
    background: rgba(98, 159, 252, 0.17);
   
}
.right-main img{
    width: 100%;
    height: 100%;
}

.left-main>*{
    margin-bottom: 30px;

}
.left-main>h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 75px;
    line-height: 85px;
    color: #000000;
    margin-top: 30px;
}
.left-main>h2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 540;
    font-size: 28px;
    line-height: 42px;
    color: #000000;
}
.left-main p{
    font-weight: 400;
    line-height: 25px;
}
#free-demo-btn{
    font-weight: 500;
    font-size: 25px;
   
    cursor: pointer;
    color: #629FFC;
    background: #FFFFFF;
    box-shadow: 2px 2px 3px rgba(16, 24, 40, 0.8);
    border-radius: 22px;
    padding: 10px 15px;
    border: none;
}
#order-now-btn{
    padding: 15px 35px;
    background: #629FFC;
    border-radius: 25px;
    outline: none;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 18px; 
    color: #FFFFFF;
border: none;
cursor: pointer;
box-shadow: 5px 5px 5px -3px rgba(168, 161, 168, 0.8);
margin-left: 20px;
}
.alt-section{
    display: flex;
    padding: 0;
    margin-top: 0;
    background: rgba(98, 159, 252, 0.17);
   flex-basis: 100%;
}

.left-section{
    flex-basis: 50%;

}

.left-section img{
  width: 100%;
  height: 100%;
}
.alt-section > .right-section{
   
    flex-basis: 50%;
}

.right-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
}
.right-section>h2{
    font-style: normal;
font-weight: 900;
font-size: 36px;
line-height: 44px;
color: #629FFC;
}
.right-section>h4 {
    font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 70px;
color: #404040;

}
.user-name{
    display: flex;
    gap: 35px;
    margin-top: 30px;
}
.form-input{
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 15px;
}
label{
    font-size: 16px;
    font-weight: 500;
}
input{
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    margin-top: 5px;
    margin-left: 5px;

} 
.form-input input{
    width: 174px;
}
textarea{
    border: none;
    padding: 12px 16px;
    width: 420px;
    border-radius: 8px;

}
a{
    text-decoration: underline black;
    color: black;
}
.send-btn{
    border: 1px solid ;
    outline: none;
    width: 453px;
    border-radius: 28px;
    padding: 12px 20px ;
    background: #629FFC;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    color: #EAEFF0;
   font-size: 18px;
    margin-top: 20px;
}
.footer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    margin-bottom: 10px;
    background-color: black;
    width: 100%;   
}
.footer-logo{
    width: 240px;
    height: 70px;
}
.socialright{
    display: flex;
   justify-content: space-between;
   width: 80%;
   margin-bottom: 20px;
}
.social-links{
 display: flex;
 gap: 15px;
}
.copyright{
    font-weight: 400;
    font-size: 16px;
   margin-top: 5px;
    color: #FFFFFF;
   
} @media screen  and (max-width: 850px ){
    html,body{
        width: 100vw;
        overflow-x: hidden;
    }    
    .header{
        display: flex;
      flex-direction: column;
      gap: 1em;
      height: fit-content;
     width: 100%;
    
    }
    .header-logo{
        margin-left: 0;
        max-width: fit-content;
    }
    .left-header{
        display: flex;
        flex-direction: column;
        padding: 1px 40px 1px 1px
    }
    .btn-name{
        display: none;
    }
     main{
        display: flex;
        flex-direction: column;
      
     }
    
     .left-main{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1em 4em 1em 3em;
     }
     .left-main h1,
     .left-main h2{
        text-align: left;
       white-space: inherit;
     }
     
     .btn2-name{
        display: flex;
        flex-direction: column;
     }
     #order-now-btn{
        margin-top: 14px;
        margin-left: 0;
        padding: 15px 35px;
     }
     .alt-section{
        display: flex;
        flex-direction: column;
        height: fit-content;
        padding: 0.5em;
        flex-basis: 100%;
       
     }
     .left-section{
        display: none;
       
     }
     .right-section{
       display: flex;
       justify-content: center;
        height: fit-content;
     }
     .right-section > .form-section{
        flex-basis: 100%;
     }
     .alt-section .right-section{
        flex-basis: 100%;
    }
    .form-section{
      margin: 0;
        flex-basis: 100%;
     
    }
   
     .user-name{
        display: flex;
        flex-direction: column;
     }
     .form-input input,
     .user-name input{
        width: 90%;
     }
     textarea{
        width: 90%;
     }
     .send-btn{
        width: 99%;
     } 
     .socialright{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
     }
    }