/*
* ----------------------------------------------------------------------------------------
Author       : Zakir Soft
Template Name: Coming Soon HTML Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01.Header CSS STYLE
* 02.News Letter CSS STYLE
* 03.NOnly Mobile View CSS STYLE
* ----------------------------------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

html {
  scroll-behavior: smooth;
}

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

h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  max-width: 720px;
  color: #1644ad;
}

h5 {
  font-size: 22px;
  font-weight: 500;
  color: #1644ad;
}

.main {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 30px;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo {
  width: 165px;
}

header .logo svg {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

header .social-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

header .social-icon a:hover {
  border-color: #ff3251;
  background-color: #ff3251;
}

.has-line {
  padding-left: 70px;
  position: relative;
  margin-top: 30px;
}

.has-line::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #1644ad;
  width: 50px;
  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;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.form-group input:focus {
  border-color: #ff3251;
}

.form-group button {
  width: 175px;
  height: 70px;
  border: 1px solid #FF3251;
  border-radius: 40px;
  background-color: #FF3251;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 145px;
}

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

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  vertical-align: middle;
}
.footer-social-links{
  margin-top: 60px;
}
.footer-social-links h5{
  margin-bottom: 30px;
}
.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1644ad;
  color: #ffffff;
  margin-right: 16px;
  transition: all 0.3s ease-in-out; }
  .footer-social-links .social-link:last-child {
    margin-right: 0; }
  .footer-social-links .social-link:hover {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff; }
    