/*
* ----------------------------------------------------------------------------------------
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");
.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: 100px;
  position: relative;
}

.has-line::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          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;
  -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;
}

@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: 38px;
  line-height: 55px;
  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;
  }

  .countdown {
    flex-direction: column;
    gap: 15px;
  }
  
  .time {
    font-size: 36px;
  }

  .countdown div {
    padding: 15px;
    box-shadow: none;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .count_body {
    max-width: 90%;
  }

  .time {
    font-size: 40px;
  }

  .countdown {
    gap: 20px;
  }
}

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

  .count_body {
    max-width: 80%; /* Уменьшаем ширину контейнера */
    margin: 0 auto; /* Центрируем контейнер */
  }

  .time {
    font-size: 50px; /* Увеличиваем размер шрифта */
  }

  .countdown div {
    padding: 25px; /* Увеличиваем отступы в блоках */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Добавляем тень */
  }

  .label {
    font-size: 16px; /* Увеличиваем размер шрифта для меток */
  }
}

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

html {
  scroll-behavior: smooth;
}

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

body {
  position: relative;
}



/*COUNTDOWND START*/

.count_body{
  max-width: 700px;
  background: none;
}

.countdown-container {
  text-align: center;
  padding: 40px;
  background: transparent;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.countdown div {
  background-color: transparent;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.time {
  font-size: 48px;
  font-weight: bold;
  color: #FF3251;
  margin-bottom: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}

.countdown div:hover .time {
  transform: scale(1.1);
}

.label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bbb;
}

/*COUNTDOWND END*/

/*# sourceMappingURL=main.css.map */