@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap";.order-section{padding:2rem;text-align:center;margin-bottom:5rem}.order-section h2{font-size:2.5rem;margin-bottom:1.5rem}.order-section .book-container{display:grid;grid-template-columns:1fr 1fr;max-width:60%;margin:0 auto;background-color:#f5f5f5;border-radius:10%;box-shadow:0 0 10px rgba(0,0,0,.1)}.order-section .book-container .book-image{display:flex;align-items:center;justify-content:center;height:100%}.order-section .book-container .book-image img{width:100%;height:100%;border-radius:10% 0 0 10%;object-fit:cover}.order-section .book-container .book-form{flex:1 1;padding:2rem;background-color:#f5f5f5;border-radius:0 10% 10% 0}.order-section .book-container .book-form .form-intro{font-family:Nunito Sans,sans-serif;margin-bottom:2rem;font-size:2rem;font-weight:900;color:#112a46}.order-section .book-container .book-form form{display:flex;flex-direction:column;align-items:center}.order-section .book-container .book-form form .form-group{margin-bottom:1rem;width:100%;max-width:371.5px}.order-section .book-container .book-form form .form-group input{width:93%;height:70%;padding:14px;border:1px solid #ddd;border-radius:1rem;font-size:1rem}.order-section .book-container .book-form form .form-group select{width:100%;height:70%;padding:14px;border:1px solid #ddd;border-radius:1rem;font-size:1rem}.order-section .book-container .book-form form .form-group input::placeholder{color:#888}.order-section .book-container .book-form form button{font-family:Nunito Sans,sans-serif;padding:.8rem 1.5rem;font-size:1.5rem;font-weight:900;border:none;border-radius:.5rem;cursor:pointer;background-color:#354d40;color:#fff;transition:background-color .3s ease}.order-section .book-container .book-form form button:hover{background-color:#aad2ba;color:#112a46}.order-section .book-container .book-form .form-status{margin-top:1rem;color:green}@media(max-width:1366px){.order-section .book-form .form-group input{max-width:300px}.order-section .book-form .form-group select{max-width:330px}}@media(max-width:1024px){.order-section .book-container{display:flex;flex-direction:column;max-width:60%;box-shadow:none;background-color:transparent}.order-section .book-container .book-image{display:none}.order-section .book-container .book-form{border-radius:10%;padding:1rem}.order-section .book-container .book-form .form-group input{max-width:340px}.order-section .book-container .book-form .form-group select{max-width:400px}}@media(max-width:768px){.order-section .book-form{border-radius:5%!important}.order-section .book-form .form-group input,.order-section .book-form .form-group select{padding:10px;font-size:.9rem;max-width:300px}.order-section .book-form button{font-size:1.2rem;padding:.6rem 1.2rem}}@media(max-width:480px){.order-section .book-container{max-width:90%}.order-section .book-container .book-form{font-size:1rem;border-radius:0;font-weight:500}.order-section .book-container .book-form .form-group input{padding:8px;font-size:.8rem;max-width:220px}.order-section .book-container .book-form .form-group select{padding:8px;font-size:.8rem;max-width:250px}.order-section .book-container .book-form button{font-size:1rem;padding:.5rem 1rem}}