.hero-about { overflow: hidden; position: relative; } .hero-about .hero-wrap { padding: 40px 0; } .hero-about .main-text { text-align: start; padding-top: 40px; font-weight: 900; font-size: clamp(30px, calc(2vw + 14px), 60px); margin-bottom: 20px; color: #f79e1b; } .hero-about .sub-text { gap: 12px; margin-bottom: 24px; display: flex; align-items: center; justify-content: center; } .hero-about h2 { font-weight: 900; font-size: 16px; } .hero-about .contact-bg { position: absolute; width: 100%; height: auto; object-fit: cover; z-index: -1; } .hero-about.contact-style .container { padding: 16px 16px 0 16px; } .hero-about.contact-style .hero-wrap { padding: 0; } .hero-about.contact-style .contact-bg { height: 100%; } .hero-about.contact-style .left { padding: 28px 0 60px; } .hero-about.contact-style .left .main-text { text-align: center; font-size: 38px; padding-top: 0; } .hero-about.contact-style .left .icon { margin-top: 10px; display: flex; gap: 10px; align-items: center; margin-bottom: 0; } .hero-about.contact-style .left p { font-size: 26px; line-height: 28px; color: rgba(255, 255, 255, 0.8); font-weight: 600; } .hero-about.contact-style .left .sub-text p { margin: 0; } .hero-about.contact-style .right { overflow: hidden; margin: 0 auto; max-width: 360px; width: 100%; padding-top: 45px; } .hero-about.contact-style .right .form-bg { position: absolute; z-index: 0; left: 50%; transform: translateX(-50%); top: -50px; width: 380px; } .hero-about.contact-style .right form .input-wrapper { padding-top: 18px; position: relative; z-index: 1; width: 70%; margin: 0 auto; } .hero-about.contact-style .right .form-header { display: flex; flex-direction: column; gap: 12px; align-items: center; justify-content: center; } .hero-about.contact-style .right .form-logo { width: 34px; height: 41px; } .hero-about.contact-style .right .form-title { font-size: 24px; font-weight: 900; padding: 0; margin: 0; } .hero-about.contact-style .right form { position: relative; } .hero-about.contact-style .right form input:not(.iti__search-input) { display: block; width: 100%; padding: 12px; margin: 16px auto; border-radius: 6px; border: none; outline: none; font-size: 14px; font-weight: 400; color: #000; background: #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 0 6px 24px rgba(0, 0, 0, 0.18); } .hero-about.contact-style .right form .cta { width: 100%; max-width: 260px; padding: 14px; font-size: 18px; margin-top: 18px; display: block; margin-left: auto; margin-right: auto; border: none; border-radius: 6px; background: linear-gradient(180deg, #FFA51E 0%, #F39C12 100%); color: #fff; font-weight: 900; text-transform: uppercase; cursor: pointer; } .hero-about.contact-style .right form .cer { width: 260px; margin: 0 auto; display: block; margin-top: 20px; } @media (min-width: 425px) { .hero-about .left .main-text { font-size: 40px; } .hero-about .left p { font-size: 26px; } .hero-about.contact-style .right { width: 420px; max-width: unset; } .hero-about.contact-style .right .leadform .form-bg { width: 420px; } .hero-about.contact-style .right .leadform .cta { max-width: 340px; font-size: 20px; } } .activity-banner { background-color: #1c85fb; color: #fff; cursor: pointer; font-size: 24px; font-weight: 900; padding-left: 20px; padding-right: 20px; text-align: center; border-radius: 12px; margin-top: 50px; margin-bottom: 50px; padding-top: 28px; padding-bottom: 28px; } .pre-footer { margin-top: 20px; } .pre-footer .activity-banner { margin-top: 20px; } .pre-footer .activity-banner a { color: #f2d70d; }