@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
.main {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px; }
header nav {
    display: flex;
    align-items: center;
    justify-content: space-between; }
header .logo {
    width: 375px; }
header .logo svg {
    max-width: 100%;
    height: auto;
    object-fit: cover; }
header .social-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s all linear; }
header .social-icon a:hover {
    border-color: #32363B;
    background-color: #D94D3F; }

.has-line {
    padding-left: 100px;
    position: relative; }
.has-line::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #333333;
    width: 88px;
    height: 2px; }

.form-group {
    margin-top: 30px;
    position: relative; }
.form-group input {
    width: 710px;
    height: 70px;
    border: 1px solid #B1B6C5;
    border-radius: 40px;
    padding-left: 30px;
    transition: 0.3s all linear; }
.form-group input:focus {
    border-color: #D94D3F; }
.form-group button {
    width: 175px;
    height: 70px;
    border: 1px solid #D94D3F;
    border-radius: 40px;
    background-color: #D94D3F;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 145px; }

@media (max-width: 420px) {
    .main {
        background-image: none !important;
        display: block !important; }
    header {
        padding-top: 15px !important; }
    .form-group input {
        width: 100%;
        height: 50px; }
    .form-group button {
        height: 50px;
        width: 130px;
        right: 0; }
    .has-line {
        text-align: center;
        padding: 0; }
    .has-line::before {
        display: none; }
    h1 {
        text-align: center; }
    .social-icon a {
        height: 35px !important;
        width: 35px !important;
        color: #001141 !important;
        border-color: #001141 !important; }
    header .logo {
        width: 140px; }
    .newsletter-area {
        padding-top: 150px;
        margin-bottom: 50px; } }

@media only screen and (min-width: 420px) and (max-width: 574px) {
    .main {
        background-image: none !important;
        display: block !important; }
    header {
        padding-top: 15px !important; }
    .form-group input {
        width: 100%;
        height: 50px; }
    .form-group button {
        height: 50px;
        width: 130px;
        right: 0; }
    .has-line {
        text-align: center;
        padding: 0; }
    .has-line::before {
        display: none; }
    h1 {
        text-align: center; }
    .social-icon a {
        height: 35px !important;
        width: 35px !important;
        color: #001141 !important;
        border-color: #001141 !important; }
    header .logo {
        width: 150px; }
    .newsletter-area {
        padding-top: 150px;
        margin-bottom: 50px; } }

@media (min-width: 575px) and (max-width: 767px) {
    .main {
        background-image: none !important;
        display: block !important; }
    header {
        padding-top: 15px !important; }
    .form-group input {
        width: 100%;
        height: 50px; }
    .form-group button {
        height: 50px;
        width: 130px;
        right: 0; }
    .has-line {
        text-align: center;
        padding: 0; }
    .has-line::before {
        display: none; }
    h1 {
        text-align: center; }
    .social-icon a {
        height: 35px !important;
        width: 35px !important;
        color: #001141 !important;
        border-color: #001141 !important; }
    header .logo {
        width: 160px; }
    .newsletter-area {
        padding-top: 150px;
        margin-bottom: 50px; } }

@media (min-width: 768px) and (max-width: 991px) {
    .main {
        background-image: none !important; }
    .social-icon a {
        color: #001141 !important;
        border-color: #001141 !important; }
    .form-group input {
        width: 100%;
        height: 55px; }
    .form-group button {
        height: 55px;
        right: 0; }
    .has-line {
        text-align: center;
        padding: 0; }
    .has-line::before {
        display: none; }
    h5 {
        font-size: 18px !important; }
    h1 {
        margin: 0 auto;
        max-width: 540px !important;
        text-align: center;
        font-size: 60px !important;
        line-height: 68px !important; } }

@media (min-width: 992px) and (max-width: 1200px) {
    .form-group button {
        right: 0 !important;
        height: 60px; }
    .form-group input {
        width: 90%;
        height: 60px; } }

@media (min-width: 1201px) and (max-width: 1399px) {
    .form-group button {
        right: 0 !important; }
    .form-group input {
        width: 90%; } }

body {
    font-family: 'Poppins', sans-serif; }

h1,
h5 {
    color: #001141; }

h1 {
    font-size: 94px;
    line-height: 102px;
    font-weight: 700;
    max-width: 820px; }

h5 {
    font-size: 22px;
    font-weight: 500; }

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 40px; }
    h5 {
        font-size: 16px; } }

@media (min-width: 992px) and (max-width: 1200px) {
    h1 {
        font-size: 46px;
        line-height: 44px; }
    h5 {
        font-size: 20px; } }

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box; }

html {
    scroll-behavior: smooth; }

img {
    border: 0;
    outline: 0;
    max-width: 100%;
    vertical-align: middle; }

body {
    position: relative; }
