
body {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

.h3{
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.h4{
  color:#e0e0e0;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.coming_soon_page_header {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 65px;
  z-index: 9;
}
@media (min-width: 576px) and (max-width: 1200px) {
  .coming_soon_page_header {
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .coming_soon_page_header {
    padding: 15px 0;
  }
}
.coming_soon_page_header .page_header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .coming_soon_page_header .page_header_content {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .coming_soon_page_header .header_contact_info {
    margin-top: 15px;
  }
}
.coming_soon_page_header .header_contact_info a {
  color: #7d7d7d;
  margin-right: 34px;
  padding: 35px 0;
  display: inline-block;
}
.coming_soon_page_header .header_contact_info a:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .coming_soon_page_header .header_contact_info a {
    padding: 5px 0;
  }
}
.coming_soon_page_header .header_contact_info a i {
  color: #ff7070;
  margin-right: 10px;
}

.coming_soon_section {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;

  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .coming_soon_section {
    min-height: 750px;
  }
}
.coming_soon_section .shape_1 {
  position: absolute;
  right: 0;
  top: 60%;
  z-index: -1;
}
@media (max-width: 991px) {
  .coming_soon_section .shape_1 {
    display: none;
  }
}

.coming_soon_section .page_img {
  position: relative;
  z-index: 2;
  left: 0;
  top: 0;
  flex: 36% 0 0;
  height: 100%;
  width: 50%;
  background-image: url("waffa_files/comming_soon_page_img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .coming_soon_section .page_img {
    display: none;
  }
}
.coming_soon_section .coming_soon_section_content {
  flex: 64% 0 0;
  text-align: center;
  padding: 50px;
}
@media (max-width: 767.98px) {
  .coming_soon_section .coming_soon_section_content {
    padding: 50px 15px;
    flex: 100% 0 0;
  }
}



.coming_soon_section .coming_soon_section_content h2 {
  font-weight: 600;
  margin-bottom: 15px;
}
.coming_soon_section .coming_soon_section_content .countdown {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: nowrap;
  gap: 2px;
}
@media (max-width: 767.98px) {
  .coming_soon_section .coming_soon_section_content .countdown {
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coming_soon_section .coming_soon_section_content .countdown {
    margin-bottom: 40px;
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 32px !important;
  }
}
.coming_soon_section .coming_soon_section_content .time {
  border-radius: 50%;
  text-align: left;
  margin: 0 25px;
  font-size: 82px;
  color: #e0e0e0;
  font-weight: 600;
  padding-top: 26px;
  line-height: 54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 100px;
  
}

@media (max-width: 767.98px) {
  .coming_soon_section .coming_soon_section_content .time {
    height: 75px;
    width: 75px;
    font-size: 45px;
    padding-top: 12px;
    line-height: 31px;
    margin-left: 0;
    text-align: center;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coming_soon_section .coming_soon_section_content .time {
    height: 55px;
    width: 55px;
    font-size: 36px;
    padding-top: 12px;
    line-height: 31px;
    margin-left: 0;
    text-align: center;
    margin: 0 13px;
    min-width: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coming_soon_section .coming_soon_section_content .time {
    height: 55px;
    width: 55px;
    font-size: 36px;
    padding-top: 12px;
    line-height: 31px;
    margin-left: 0;
    text-align: center;
    margin: 0 20px;
    min-width: 70px;
  }
}

.coming_soon_section .coming_soon_section_content .time span {
  font-size: 18px;
  color: #e0e0e0;
  text-transform: uppercase;
  display: block;
  flex: 100% 0 0;
}
@media (max-width: 576px) {
  .coming_soon_section .coming_soon_section_content .time span {
    font-size: 12px;
  }
}
.coming_soon_section .coming_soon_section_content .counter_dot {
  font-size: 63px;
}
@media (max-width: 991px) {
  .coming_soon_section .coming_soon_section_content .counter_dot {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coming_soon_section .coming_soon_section_content .counter_dot {
    line-height: 45px;
  }
}
.coming_soon_section .coming_soon_section_content .social_icon {
  float: none;
  margin-top: 60px;
}

.coming_soon_section .coming_soon_section_content .social_icon a {
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  font-size: 18px;
}
.coming_soon_section .coming_soon_section_content .social_icon a.facebook {
  background-color: #31428b;
  border: 1px solid #31428b;
  color: #fff;
}
.coming_soon_section
  .coming_soon_section_content
  .social_icon
  a.facebook:hover {
  background-color: #fff;
  color: #31428b !important;
}
.coming_soon_section .coming_soon_section_content .social_icon a.twitter {
  background-color: #35a2ff;
  border: 1px solid #35a2ff;
  color: #fff;
}
.coming_soon_section .coming_soon_section_content .social_icon a.twitter:hover {
  background-color: #fff;
  color: #35a2ff !important;
}
.coming_soon_section .coming_soon_section_content .social_icon a.dribbble {
  background-color: #fd2299;
  border: 1px solid #fd2299;
  color: #fff;
}
.coming_soon_section
  .coming_soon_section_content
  .social_icon
  a.dribbble:hover {
  background-color: #fff;
  color: #fd2299 !important;
}
.coming_soon_section .coming_soon_section_content .subscribe_form {
  max-width: 530px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .coming_soon_section .coming_soon_section_content .subscribe_form {
    flex-wrap: wrap;
  }
}
.coming_soon_section .coming_soon_section_content .subscribe_form .cu_input {
  border: 1px solid #e0e0e0;
  color: #899097;
  padding: 13px 30px;
}
@media (max-width: 576px) {
  .coming_soon_section .coming_soon_section_content .subscribe_form .cu_input {
    width: 100%;
    display: block;
  }
}
.coming_soon_section .coming_soon_section_content .subscribe_form .cu_btn {
  min-width: auto;
  padding: 17px 39px;
  line-height: 19px;
  margin-left: 10px;
}
@media (max-width: 576px) {
  .coming_soon_section .coming_soon_section_content .subscribe_form .cu_btn {
    width: 100%;
    text-align: center;
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .coming_soon_section_content {
    padding: 25px;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .coming_soon_section_content img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: inline-block;
    margin: 0px auto 10px auto;

  }


    h2 {
    font-size: 17px;
    font-weight: 500;
    padding-top: 10px;
    color: #e5bc60;
    text-align: center;
  }

  .countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  #timer {
    margin-bottom: 10px;
  }

  .coming_soon_section_content img:last-of-type {
    margin-top: 10px;
  }
}
img.social.media {
  width: 650px;
  height: auto;
  display: block;
  margin: 0 auto;
}


@media (max-width: 768px) {
  img.social.media {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 0px;
  }
}


@media (max-width: 576px) {
  img.social.media {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0 0px;
  }
}