#hero-section{padding:95px 25px 0;background-color:#fff;height:-moz-fit-content;height:fit-content}.hero-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:50px}.hero-image{height:300px;width:300px;max-height:300px;max-width:300px}.hero-heading{font-size:30px;color:#484848;font-weight:700}.hero-description{margin:20px 0;font-size:16px;font-weight:400;color:#4d4d4d;letter-spacing:0;text-align:left}.start-selling-input{margin-top:30px}.home-input-form{display:flex;justify-content:start;align-items:center;margin:30px 0 0;max-width:425px}.seller-validation-input{height:45px;outline:none;border-radius:4px 0 0 4px;width:300px;border:1px solid #9f9f9f;border-right:none;padding:0 15px;font-size:15px;transition:border-color .2s ease;color:#000}.seller-validation-input:focus{border:1px solid #379d75}.seller-validation-btn{width:120px;height:45px;padding:0 10px;font-size:15px;border-radius:0 4px 4px 0;font-weight:500;border:1px solid transparent;outline:none;transition:all .2s;cursor:pointer;display:flex;align-items:center;justify-content:center}.green-btn{font-weight:500;color:#fff;background-color:#379d75;outline:none;border:none}.seller-validation-btn:hover{background-color:#318b67}.seller-validation-btn:focus{outline:none;border:1px solid #379d75}.seller-validation-btn:disabled{cursor:not-allowed}.home-auth-error{color:red;font-size:14px;margin:5px 0 0;padding:0;display:block}.loading-spinner{display:flex;align-items:center;justify-content:center}.spinner{width:20px;height:20px;border:2px solid #ffffff40;border-top-color:#ffffff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media only screen and (max-width:990px){.hero-image{max-height:400px;height:300px;width:auto}}@media only screen and (max-width:900px){.hero-container{flex-direction:column-reverse;gap:30px}.hero-text-content{max-width:100%}.hero-image-area{width:100%}.seller-validation-input{width:100%;min-width:200px}.seller-validation-btn{width:180px}.home-input-form{max-width:425px;width:100%}}@media only screen and (max-width:768px){#hero-section{padding:75px 15px 0}.hero-heading{font-size:30px}.hero-description,.hero-heading{text-align:center}.hero-container{gap:20px}.hero-image{max-height:280px}}@media only screen and (max-width:374px){.hero-image{max-height:300px;height:250px;width:auto}.hero-heading{font-size:30px;color:#484848}}@media only screen and (max-width:480px){.hero-heading{font-size:30px}.seller-validation-input{border-radius:4px;border:1px solid #9f9f9f;width:100%}.seller-validation-btn{border-radius:4px;width:100%}}