/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 9, 2024 */



@font-face {
    font-family: 'helvetica_now_displaymedium';
    src: url('helveticanowdisplay-medium-webfont.woff2') format('woff2'),
         url('helveticanowdisplay-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'satoshibold';
    src: url('satoshi-bold-webfont.woff2') format('woff2'),
         url('satoshi-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'satoshimedium';
    src: url('satoshi-medium-webfont.woff2') format('woff2'),
         url('satoshi-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'satoshiregular';
    src: url('satoshi-regular-webfont.woff2') format('woff2'),
         url('satoshi-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'helvetica_now_displaymedium';
    src: url('helveticanowdisplay-medium-webfont.woff2') format('woff2'),
         url('helveticanowdisplay-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'satoshimedium';
    src: url('satoshi-medium-webfont.woff2') format('woff2'),
         url('satoshi-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'satoshiregular';
    src: url('satoshi-regular-webfont.woff2') format('woff2'),
         url('satoshi-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 9, 2024 */



@font-face {
  font-family: 'helvetica_now_displaymedium';
  src: url('helveticanowdisplay-medium-webfont.woff2') format('woff2'),
       url('helveticanowdisplay-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'satoshibold';
  src: url('satoshi-bold-webfont.woff2') format('woff2'),
       url('satoshi-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'satoshimedium';
  src: url('satoshi-medium-webfont.woff2') format('woff2'),
       url('satoshi-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'satoshiregular';
  src: url('satoshi-regular-webfont.woff2') format('woff2'),
       url('satoshi-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'helvetica_now_displaymedium';
  src: url('helveticanowdisplay-medium-webfont.woff2') format('woff2'),
       url('helveticanowdisplay-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'satoshimedium';
  src: url('satoshi-medium-webfont.woff2') format('woff2'),
       url('satoshi-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'satoshiregular';
  src: url('satoshi-regular-webfont.woff2') format('woff2'),
       url('satoshi-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 font-family: 'satoshiregular';
}
.container1 {
  display: flex;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* height: 100vh; */
  width: 100%;
  overflow: hidden;
}
.container1 .image {
  /* position: absolute; */
  /* height: 100%; */
  width: 100%;
  object-fit: unset;
  z-index: 0;
}
.body::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  /* background: #393D47; */
  z-index: -1;
  opacity: 0.2;
}
.container1 header {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  z-index: 9;
}
.logoimg {
    z-index: 9;
}
.container1 p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  max-width: 550px;
  text-align: center;
}
.container1 .time-content {
  display: flex;
  column-gap: 30px;
  align-items: center;
  margin: 2rem;
  /* border: 1px solid white; */
  padding: 2rem 2.5rem;
  /* border-radius: 0.5rem; */
  /* background: rgba(250, 250, 250, 0.2); */
}
.time-content .time {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.time .number {
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
  color: #eee;
}
.time .text {
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.email-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.email-content p {
  font-size: 13px;
}
.input-box {
  display: flex;
  align-items: center;
  height: 40px;
  max-width: 360px;
  width: 100%;
  margin-top: 20px;
  column-gap: 20px;
}
.input-box input,
.input-box button {
  height: 100%;
  outline: none;
  border: none;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 400;
}
.input-box input {
  width: 100%;
  padding: 0 15px;
  color: #fff;
}
input::placeholder {
  color: #fff;
}
.input-box button {
  cursor: pointer;
  background-color: #eee;
  color: #0d6a81;
  white-space: nowrap;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.input-box button:hover {
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .container header {
    font-size: 50px;
  }
}
