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

body {
  overflow: hidden;
  position: relative;
  height: 100vh;
  font-family: "poppinsregular";
  font-size: 16px;
  background: #8000ff;
}
html {
  overflow: hidden;
}
h1,
p {
  margin: 0px;
  padding: 0px;
}

.main-div svg,
.main-div div {
  left: -50px;
}
.image-mountain img {
  object-fit: cover;
  height: 100vh;
  width: 105vw;
}
.image-mountain {
  position: absolute;
  bottom: -40px;
}
.bird-image {
  position: absolute;
  z-index: 99;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.logo-div{
  margin-bottom: 30px;
  max-width: 170px;
}
#timer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  column-gap: 10px;
}

.day-text {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "poppinsmedium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.time-text {
  color: transparent;
  font-family: "poppinsbold";
  font-size: 92px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
  display: block;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  /* background-clip: text; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  min-width: 170px;
}

.content {
  text-align: center;
  display: flex;
  align-items: center;
  height: 100svh;
  flex-direction: column;
  max-width: 900px;
  margin: auto;
  padding: 0px 18px 0px;
  z-index: 99;
  position: relative;
  transition: 0.3s right;
  position: relative;
  margin-right: auto;
  right: 0px;
justify-content: center;
}

.logo {
  margin: 50px 0px;
}

.intro-text {
  color: #fff;
  font-family: "poppinsbold";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  /* line-height: normal; */
  padding-bottom: 15px;
  line-height: 50px;
}

.description p {
  color: #fff;
  text-align: center;
  font-family: "poppinsregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-div input[type="text"], .form-div input[type="email"]{
  background: rgba(255, 255, 255, 0.4);
  padding: 15px;
  border: none;
  width: 100%;
  color: white;
  font-size: 16px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  font-family: "poppinsregular";
}

.form-div input::placeholder {
  color: white;
}
textarea:focus,
textarea:focus-visible,
input:focus,
input:focus-visible,
button:focus,
button:focus-visible {
  outline: none;
}

.form-div form {
  display: flex;
  column-gap: 25px;
  margin-top: 50px;
  max-width: 500px;
  margin: 50px auto 0px;
  position: relative;
}
.form-div form #txtHint .danger{
 
  color: red;
}
.form-div form #txtHint .success{
color: green;
}
.form-div form #txtHint{
  position: absolute;
  bottom: -25px;
}
.submit-button {
  background: #fff;
  padding: 17px 30px 15px;
  border: none;
  color: #3734a9;
  cursor: pointer;
  font-size: 16px;
  font-family: "poppinsregular";
  transition: ease 0.3s all;
  display: inline-block;
  text-decoration: none;
}

li {
  list-style: none;
}

.social-media-icon ul {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.social-media-icon {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
  margin: auto;
  bottom: 15px;
  margin-top: 50px;
  align-items: center;
  color: white;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
}

#color_palet {
  border: none;
  width: 40px;
  height: 30px;
  padding: 2px;
  cursor: pointer;
}
.autotype__text {
  font-size: 12px;
  color: white;
  line-height: 20px;
  margin-bottom: 0px;
}
.style-controler {
  position: absolute;
  z-index: 999;
  color: black;
  top: 21px;
  left: 20px;
}

.set-content {
  padding-top: 10px;
}
.page-image ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#menu-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 99;
}

#site-page {
  opacity: 0.9;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: -100%;
  width: 50%;
  transition: ease 0.3s all;
  top: 0px;
  height: 100vh;
}
.site-content-div {
  overflow-y: auto;
  height: 100vh;

  padding: 30px;
}
#site-page.page_show {
  right: 0px;
  z-index: 9999;
  transition: ease 0.3s all;
  width: 50%;
}
.content-move {
  margin-right: 0px;
  transition: 0.3s right;
  position: relative;
  right: 50%;
}
.close-menu {
  position: absolute;
  left: -40px;
  cursor: pointer;
  top: 15px;
}
.site-page-menu ul {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.site-page-menu ul li a {
  color: #000;
  font-family: "poppinssemibold";
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition: ease 0.3s all;
}
.site-page-menu ul li a.active {
  text-decoration-line: underline;
}
.page-heading-div {
  max-width: 700px;
  margin: 0px auto 30px;
}
.page-heading {
  color: #000;
  font-family: "poppinssemibold";
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  width: fit-content;
  position: relative;
  padding-bottom: 20px;
  margin: 0px auto 30px;
  text-align: center;
}
.page-heading:before {
  height: 2px;
  left: -20%;
  right: 0px;
  margin: auto;
  background-color: black;
  width: calc(100% + 100px);
  content: "";
  position: absolute;
  bottom: 0px;
}
.page-heading-div .description p {
  color: black;
}
.form-control input, .form-control textarea {
  background: rgba(0, 0, 0, 0.2);
  padding: 18px 25px 18px 20px;
  color: white;
  width: 100%;
  border: none;
  font-size: 15px;
  font-family: "poppinsregular";
}
.form-control textarea::placeholder{
	color:white;
}
.form-control {
  margin-bottom: 15px;
}
.page-content-form {
  max-width: 500px;
  margin: auto;
}
.page-content-form input {
  display: block;
}
.page-content-form .form-control input {
  color: white;
}
.page-content-form input::placeholder {
  color: white;
}
/* contact page */
.page-contact-info {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.single-contact-info {
  background: rgba(0, 0, 0, 0.2);
  flex: 1;
  padding: 30px 20px;
  text-align: center;
  min-width: 175px;
}
.contact-image {
  height: 50px;
  width: 50px;
  margin: 0px auto 10px;
  background-color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.5s all;
}
.contact-image svg {
  width: 20px;
  height: 20px;
}
.contact-image svg path {
  transition: ease 0.5s all;
}
.contact-image:hover {
  background-color: rgba(128, 0, 255, 0.9);
  transition: ease 0.5s all;
}
.contact-image:hover svg path {
  fill: white;
  transition: ease 0.5s all;
}
.contact-text .contact-heading {
  font-size: 18px !important;
  padding-bottom: 5px;
}
.contact-text p,
.contact-text p a {
  color: white;
  font-size: 15px;
  line-height: 22px;
}
.page-content {
  display: none;
  margin-top: 60px;
}
.page-content.active {
  display: block;
}
.submit-button:hover {
  background-color: rgba(128, 0, 255, 0.9);
  transition: ease 0.5s all;
  color: white;
}
.page-content-form .form-control p:not(:empty){
  padding-top: 4px;
  color: red;
  font-size: 15px;
}
.page-content-form #contect_form:not(:empty){
  padding-top: 8px;
  color: green;
  font-size: 15px;
}
/* date expire */
.expired {
  font-size: 60px;
  text-align: center;
  color: white;
  font-family: "poppinsbold";
}
#timer:has(.expired) {
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  #timer > * {
    font-size: 50px;
  }

  .intro-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .image-mountain {
    left: 0px !important;
  }
  .image-mountain img {
    transform: inherit !important;
  }
  .close-menu {
    position: absolute;
    left: 10px;
  }
  .content-move {
    right: 0%;
  }
  #site-page.page_show {
    width: 100%;
    background-color: #8000ff;
    opacity: 1;
  }
  .close-menu svg path {
    fill: black;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    margin: 40px 0px;
  }

  .form-div form {
    margin-top: 30px;
    column-gap: 10px;
  }

  .social-media-icon ul {
    margin-top: 30px;
  }
  #timer {
    margin-bottom: 20px;
  }
  .time-text {
    min-width: inherit;
  }
  .content {
    padding-top: 0px;
    justify-content: center;
  }
  .social-media-icon {
    margin-top: 30px;
}
}

@media screen and (max-width: 576px) {
  #timer > * {
    font-size: 40px;
  }
  .intro-text {
    font-size: 25px;
    line-height: 30px;
  }
  #timer {
    max-width: 400px;
  }
  .day-text {
    font-size: 14px;
  }
  .time-text {
    font-size: 50px;
    line-height: 55px;
    flex: initial;
  }
  .form-div form {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
  }
  .form-div input[type="text"] {
    width: 100%;
  }
  .social-media-icon ul {
    right: 0px;
    left: 0px;
  }
  .logo-div{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 450px) {
  .page-heading:before {
    left: 0%;
    width: 100%;
    min-width: inherit;
  }
  .site-content-div {
    padding-top: 50px;
  }
  .page-content {
    margin-top: 40px;
  }
  .page-heading {
    padding-bottom: 10px;
  }
  .social-media-icon {
    justify-content: center;
}
.content-text .description{
  display: none;
}
}
