.hero-section{width:100%;display:flex;justify-content:center;margin-bottom:40px}.sale-login-section{width:100%;background-color:#900;display:flex;flex-direction:row;color:#fff;padding:60px 20px;justify-content:center;gap:40px}.sale-login{flex:1 1 0%;max-width:540px;min-width:300px;padding:20px;border:1px solid #FFD700;border-radius:10px;display:flex;flex-direction:column;gap:20px;align-items:center}.sale-login img{width:-moz-fit-content;width:fit-content;border-radius:4px}.sale-login-buttons{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin-top:10px}.sale-login-buttons a{border-radius:4px;padding:10px 20px;background-color:gold;border:1px solid #FFD700;transition:.3s;color:#900;cursor:pointer;text-decoration:none;text-align:center}.sale-login-buttons a:hover{background-color:#900;color:gold}.why-us-content{margin:0 auto;display:flex;flex-wrap:wrap;gap:40px;justify-content:center;max-width:1400px;padding:20px;box-sizing:border-box}.why-us-content div{flex:1 1 250px;max-width:300px;text-align:center}.why-us-content h2{margin-bottom:5px;font-size:24px}.catalog-section{display:flex;flex-direction:row;padding:60px;justify-content:center;gap:80px}.catalog-section .left h2{font-size:34px}.about-us{display:flex;flex-direction:row;padding:60px;justify-content:center;gap:40px;border-top:1px solid #f5f5f5}.about-us .text{width:60%;max-width:1000px;display:flex;flex-direction:column;gap:20px}.about-us .text h2{font-size:34px;font-weight:700}.about-us .image{max-width:540px;min-width:300px;width:40%;height:400px;background-color:#900;border-radius:4px;align-self:center}.contact-home{background-color:#900;color:#fff;display:flex;flex-direction:column;align-items:center;padding:60px 20px}.contact-home h2{font-size:34px;font-weight:700;text-align:center}.contact-home p{text-align:center;max-width:600px}.contact-home form{margin-top:40px;max-width:900px;width:100%}.contact-home .two-inputs{display:flex;gap:30px;margin-bottom:20px}.contact-home form input,.contact-home form textarea{flex:1;border-radius:4px;padding:10px;box-sizing:border-box;width:100%}.contact-home form textarea{resize:vertical;min-height:120px}.contact-home form button{border-radius:4px;padding:10px 20px;background-color:gold;border:1px solid #FFD700;transition:.3s;color:#900;cursor:pointer;text-decoration:none;text-align:center;margin-top:15px;display:flex;justify-self:end}.contact-home form button:hover{background-color:#900;color:gold}@media screen and (max-width: 1080px){.hero-section{margin-bottom:0}.sale-login-section{flex-direction:column;align-items:center}.about-us{flex-direction:column;padding:60px 20px}.about-us .text,.about-us .image{width:100%}}@media (max-width: 768px){.contact-home .two-inputs{flex-direction:column;gap:20px}}@media screen and (max-width: 630px){.catalog-section{flex-wrap:wrap-reverse;gap:40px}}
