body{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  
}


.logo{
    width: 300px;
    height: 100px;
    background-image: url("./assets/images/removebg-preview.png");
    background-size: cover;
    background-position: center;
    margin-top: 20px;
}

.first_section{
    width: 100%;
    height: 950px;
    background-image: url("./assets/images/image.avif");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slogan{
    width: 600px;
    font-family: "Galaxy";
    font-style: normal;
    font-weight: 900;
    color: white;
    font-size: 50px;
    direction: rtl;
    text-align: center;
}


.vertical-gradient {
  color: #ffffff;
}

.get_ready{
    position: absolute;
    top: 10px;
    color: white;
    font-family: "Lateef";
    font-style: normal;
    font-weight: 300;
}


.arrow_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    position: absolute;
    bottom: 60px;
    cursor: pointer;
}

.arrow{
    width: 50px;
    height: 50px;
    background-image: url("./assets/images/output-onlinepngtools.png");
    background-size: cover;
    background-position: center;
    animation: bounce 1.5s ease-in-out infinite;
}

.arrow_title{
    color: white;
    font-family: "Galaxy";
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
    animation: bounce 1.5s ease-in-out infinite;
}

.feature_section{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
}

.featue_box{
    height: 500px;
    width: 84%;
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    
}

.feature_image{
    width: 400px;
    height: 400px;
}

.feature_title{
    font-family: "Galaxy";
    font-style: normal;
    font-weight: 900;
    text-wrap: initial;
}

.feature_description{
    font-family: "trika";
    font-style: normal;
    font-weight: 500;
    width: 500px;
    text-wrap: initial;
}

#verify_image{
    background-image: url("./assets/images/first.png");
    background-size: cover;
    background-position: center;
}

#payment_image{
    background-image: url("./assets/images/money.png");
    background-size: cover;
    background-position: center;
}

#allinone_image{
    background-image: url("./assets/images/all.png");
    background-size: cover;
    background-position: center;
}

#getcash_image{
    background-image: url("./assets/images/cash.png");
    background-size: cover;
    background-position: center;
}

.more{
    margin-top: 90px;
    font-family: "Galaxy";
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
}

.input_title{
    color: #ffffff;
    font-family: "BigX";
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
}

.subscribe_section{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
    background-color: #0F0E0E;
}

.input-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.input_box{
  display: flex;
  align-items: center;
}

.input {
  min-height: 50px;
  max-width: 400px;
  padding: 0 1rem;
  color: #ffffff;
  font-size: 15px;
  border: 1px solid #541212;
  border-radius: 6px 0 0 6px;
  background-color: transparent;
}

.button--submit {
  min-height: 54px;
  padding: .5em 1em;
  border: none;
  border-radius: 0 6px 6px 0;
  background-color: #541212;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: background-color .3s ease-in-out;
  font-family: "pixel";
  font-style: normal;
  font-weight: 500;
  
}

.button--submit:hover {
  background-color: #8f2020;
}

.input:focus, .input:focus-visible {
  border-color: #541212;
  outline: none;
}

.button {
  padding: 15px 20px;
  border: none;
  outline: none;
  background-color: #151515;
  color: #eee;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.25s ease-out;
  background-color: #541212;
  font-weight: 500;
}

.button:hover {
  transform: translateY(-3px);
}

.input.error {
  border: 2px solid #E53E3E;
  border-right-width: 0;     
}

.button--submit.error {
  border: 2px solid #E53E3E; 
  border-left-width: 0;      
}

.copyright{
  color: hsl(0, 0%, 60%);
  margin-top: 50px;
  margin-bottom: 0px;
  font-size: 12px;
}

.loader {
  --dim: 3rem;
  width: var(--dim);
  height: var(--dim);
  position: relative;
  animation: spin988 2s linear infinite;
}

.loader .circle {
  --color: #333;
  --dim: 1.2rem;
  width: var(--dim);
  height: var(--dim);
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
}

.loader .circle:nth-child(1) {
  top: 0;
  left: 0;
}

.loader .circle:nth-child(2) {
  top: 0;
  right: 0;
}

.loader .circle:nth-child(3) {
  bottom: 0;
  left: 0;
}

.loader .circle:nth-child(4) {
  bottom: 0;
  right: 0;
}

@keyframes spin988 {
  0% {
    transform: scale(1) rotate(0);
  }

  20%, 25% {
    transform: scale(1.3) rotate(90deg);
  }

  45%, 50% {
    transform: scale(1) rotate(180deg);
  }

  70%, 75% {
    transform: scale(1.3) rotate(270deg);
  }

  95%, 100% {
    transform: scale(1) rotate(360deg);
  }
}

#full-page-loader {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9); 
  z-index: 9999; 
  display: flex; 
  justify-content: center;
  align-items: center;
  display: none; 
}



/* tablet size */
@media (max-width: 1100px){
  .feature_image{
    width: 250px;
    height: 250px;
  }

}

@media (max-width: 890px){
  .feature_image{
    width: 250px;
    height: 250px;
  }
  .feature_section{
    display: flex;
    flex-direction: column;
    gap: 80px;
  }


}

/* mobile size */
@media (max-width: 600px){
  .feature_section{
    display: flex;
    flex-direction: column;
    gap: 90px;
  }

  .feature_title{
      font-family: "Galaxy";
      font-style: normal;
      font-weight: 900;
      text-wrap: initial;
  }

  .feature_description{
      font-family: "trika";
      font-style: normal;
      font-weight: 500;
      width: 290px;
      text-wrap: initial;
  }

  .more{
    width: 290px;
    text-align: center;
  }

  .slogan{
    font-size: 45px;
  }

  .get_ready{
    font-size: 25px;
  }

  .input_title{
    max-width: 300px;
    text-align: center;
    font-size: 30px;
  }

  .discount-text{
    text-align: center;
    max-width: 300px;
  }


}




@keyframes bounce {
  0%, 100% {
    transform: translateY(0); 
  }
  50% {
    transform: translateY(10px); 
  }
}

@font-face {
  font-family: 'Lateef'; 
  src: url('./assets/fonts/LateefFont-Regular.otf') format('opentype');   
}

@font-face {
  font-family: 'BigX'; 
  src: url('./assets/fonts/BIGX.otf') format('opentype');   
}

@font-face {
  font-family: 'Galaxy'; 
  src: url('./assets/fonts/AA-GALAXY.otf') format('opentype');   
}

@font-face {
  font-family: 'trika'; 
  src: url('./assets/fonts/DGTrikaRegular.ttf') format('truetype');   
}

@font-face {
  font-family: 'laxr'; 
  src: url('./assets/fonts/LAXR.otf') format('opentype');   
}

@font-face {
  font-family: 'aqsa'; 
  src: url('./assets/fonts/DG\ Aqsa\ italic.ttf') format('truetype');   
}

@font-face {
  font-family: 'gded'; 
  src: url('./assets/fonts/DGGadedRegular.ttf') format('truetype');   
}

@font-face {
  font-family: 'pixel'; 
  src: url('./assets/fonts/Arabic\ Pixel\ 2.ttf') format('truetype');   
}




