:root {
  --color1: #fac92a30;
  --color2: #52339a;
  --color3: #f0f7fc;
  --color4: #eee;
}



.introduction__wrapper h1,
.mockup_my h1,
.new_reg h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  
}

.introduction__wrapper .paragraph,
.mockup_my,
.new_reg,
.reg_paragraph {
  font-size: 1.5rem;
  line-height: 2.6rem;
}

.cnt_my h1,
.navbar_my {
  font-size: 1.5rem;
  font-weight: 700;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.introduction,
.new_reg,
.cnt_my {
  padding: 2rem;
}

.new_reg button {
  font-size: 2rem;
  font-weight: 700;
}
.introduction__wrapper,
.new_reg,
.cnt_my {
  border-radius: 3rem;
  background-color: var(--color1);
  /* height: -webkit-fill-available; */
  display: flex;
  padding: 2rem;
}

.introduction__wrapper .container {
  align-self: center;
}

.introduction-img,
.mockup-img {
  display: flex;
  justify-content: center;
}

.download-buttons img {
  height: 70px;
  padding-right: 10px;
}


.main-heading {
  display: flex;
  justify-content: center;
}

.paragraph a,
.footer_my a,
.cnt_paragraph a {
  text-decoration: none !important;
  color: black;
}
@media (min-width: 991.98px) and (max-width: 1200px) {
  .introduction,
  .new_reg {
    padding: 2rem;
  }
  .new_reg button {
    font-size: 1.8rem;
    font-weight: 700;
  }


  /* .introduction__wrapper {
    padding: 18.4rem 1rem 9.9rem 1rem;
} */
  /* .introduction .main-heading {
    font-size: 6rem;
  } */

  .introduction .introduction-img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .introduction .introduction-img::before {
    -webkit-transform: scale(0.7) translateX(-50%);
    transform: scale(0.9);
    top: unset;
    left: unset;
  }
  .introduction .download-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .introduction .download-buttons a:last-child {
    margin-left: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  /* .introduction__wrapper {
    width: calc(100% - 5rem);
} */

  .introduction__wrapper {
    width: 100%;
    height: auto;
  }
  /* margin: 0 auto; */

  .introduction__wrapper .main-heading {
    /* font-size: 5.5rem; */
    text-align: center;
    margin-top: 2rem;
  }



  .main-heading {
    text-align: center;
  }

  .introduction__wrapper .paragraph {
    text-align: center;
  }
  .reg_paragraph {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  .introduction .download-buttons {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 2rem;
    
  }
  .introduction .introduction-img,
  .mockup-img {
    width: 100%;
    margin-top: 2rem;
  }
  .introduction .introduction-img::before {
    -webkit-transform: scale(0.8) translate(-50%, 0);
    transform: scale(0.9);
    top: unset;
    left: unset;
  }
  .new_reg button {
    font-size: 1.3rem;
    font-weight: 700;
  }
}
@media (max-width: 767.98px) {
  /* .introduction .main-heading {
    font-size: 5rem;
  } */
  .introduction .paragraph {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }



  .introduction .introduction-img {
    width: 100%;
  }
  .introduction .introduction-img::before {
    -webkit-transform: scale(0.6) translate(-50%, 0);
    transform: scale(0.9);
    top: unset;
    left: unset;
  }
}
@media (max-width: 575.98px) {
  .introduction {
    padding: 1rem;
  }

  .introduction__wrapper {
    padding: initial;
  }
  .introduction .col-lg-6 {
    height: auto;
  }
  .introduction__wrapper h1,
  .mockup_my h1,
  .new_reg h1 {
    font-size: 2rem;
    text-align: center;
  }

  .introduction .download-buttons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .download-buttons img {
    height: 60px;
    margin-bottom: 10px;
  }


  .reg_paragraph {
    text-align: center;
  }
  .new_reg {
    padding: 1rem;
  }

  .introduction .paragraph,
  .reg_paragraph {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  .introduction .introduction-img,
  .mockup-img {
    width: 100% !important;
  }
  .introduction .introduction-img img,
  .mockup-img img {
    width: 80% !important;
    height: 50% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .introduction .introduction-img::before {
    -webkit-transform: scale(1) translate(-50%, 0) !important;
    transform: scale(1) translate(-50%, 0) !important;
    left: 50% !important;
    width: calc(100% - 5%);
    height: calc(100% - 5%);
    /* top: 10% !important;
    width: 40rem;
    height: 40rem; */
  }
  .width_my {
    width: 50%;
  }

  .navbar_my {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
}

/* button_my */

.button_my {
  display: grid;
  align-items: center;
}

.button_my button {
  padding: 15px 25px;
  border: unset;
  border-radius: 15px;
  color: #212121;
  z-index: 1;
  background: #e8e8e8;
  position: relative;
  font-weight: 1000;
  /* font-size: 17px; */
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
}

.button_my button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #212121;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}

.button_my button:hover {
  color: #e8e8e8;
}

.button_my button:hover::before {
  width: 100%;
}

.mockup_my img {
  width: -webkit-fill-available;
}

/* ///////////////////////////// */

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  display: none;
  z-index: 10;
}