header{position:relative;height:calc(100vh - 104px);padding:50px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1}header .bg-img{position:absolute;top:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;z-index:-1}header .overlay{background:#00000078;height:100%;width:100%;position:absolute;top:0;left:0}header .content{padding:0 20px;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;max-width:100%}header .content h1{text-align:center;max-width:1076px;font-size:48px;font-weight:700;color:#fff}header .content p{text-align:center;max-width:800px;font-size:20px;font-weight:400;color:#fff;margin-bottom:50px;font-family:Lato,sans-serif}@media (max-width: 992px){header{justify-content:center}header .content h1{font-size:30px}header .content p{font-size:18px}}.order{padding:24px 32px;margin:20px auto}.order h1{font-size:32px;max-width:900px}.order .input-con input,.order .input-con textarea,.order .input-con select{font-weight:400;font-size:14px;border:1px solid #a4a4a4;padding:12px 16px;border-radius:8px}.order .input-con option{font-weight:400;font-size:14px}.order .input-con textarea{height:200px;resize:none}.order .upload-con{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23809A74FF' stroke-width='2' stroke-dasharray='19' stroke-dashoffset='15' stroke-linecap='round'/%3e%3c/svg%3e");padding:15px}.order .upload-con p{font-size:16px;font-weight:400}.order .upload-con .allow{font-size:14px;font-weight:400;color:#5f5f63b5}.buttons-con button{border:1.5px solid var(--primary-color);background-color:#fff;color:var(--primary-color);border-radius:16px;height:71px;display:flex;justify-content:center;align-items:center;width:100%}.buttons-con .ok{background-color:var(--primary-color);color:#fff}@media (max-width: 992px){.order h1{font-size:30px}.buttons-con button{height:55px}}.custom-select{padding:.5rem 2.5rem .5rem 1rem;border:1px solid #ccc;border-radius:.375rem;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px 7px;cursor:pointer;font-family:inherit}[dir=rtl] .custom-select{padding:.5rem 1rem .5rem 2.5rem;background-position:left .75rem center}.custom-select:focus{outline:none;box-shadow:none;border-color:#888}
