@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');

/* BG */
.bg_left{
  position: fixed;
  height: 100%;
  top: 0px;
  left: 0px;
}

.bg_right{
  position: fixed;
  height: 100%;
  top: -150px;
  right: 0px;
}

.wave_il{
  height: 100%;
}

.bg_holder {
  opacity: 1;
  transition: opacity 2s ease;
}

.bg_holder.hidden {
  opacity: 0;
}


/* Section 1 */
.section_1{
  position: relative;
  margin-top: 200px;
  height: 500px;
}

.section_1_head {
  position: absolute;
  font-size: 80px;
  font-family: 'Noto Serif', serif;
  text-align: center;
  left: 0;
  top: 0%;
  transform: translateY(-50%);
  width: 100%;
  color: #DC81EF;
}

.section_1_slogan {
  position: absolute;
  font-size: 25px;
  font-family: arial;
  text-align: center;
  left: 0;
  top: 89px;
  transform: translateY(-50%);
  width: 100%;
  color: #DC81EF;
}

.ying-yang{
  position: relative;
  width: 20px;
  margin-top: 1px;
}

/* Main button shine */

.section_1_button{
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 270px;
  height: 42px;
  border-radius: 2px;
  background: #DC81EF;
  border: solid 0px #000000;
  color: #F1F5E4;
  outline: none;
  cursor: pointer;
  font-size: 19px;
  font-family: 'Noto Serif', serif;
  font-weight: bold;
  overflow: hidden;
}
.section_1_button:hover{
  filter: opacity(90%);
}
.section_1_button:focus{
  filter: opacity(90%);
}

.section_1_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  transform: translateX(-100%);
  animation: shine 2s infinite linear;
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Main button shine end */

.scroll_down{
  position: absolute;
  left: 280px;
  top: 333px;
  width: 150px;
  left: 49%;
  transform: translate(-50%, 0%);
}

.scroll_txt{
  position: absolute;
  color: #494B41;
  width: 100%;
  font-size: 18px;
  font-family: arial;
  font-weight: bold;
}

.scroll_svg{
  position: absolute;
  height: 29px;
  width: 29px;
  left: 100%;
  top: -2px;
  animation: jumpAnimation 0.5s infinite alternate;
}

@keyframes jumpAnimation {
  0% {
    transform: translateY(10);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10);
  }
}



/* Services */
.services_holder{
  position: relative;
  margin-top: 300px;
}

.services_head{
  position: relative;
  font-size: 35px;
  width: 102px;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: 'Noto Serif', serif;
  color: #494B41;
}

/* Profile (Services) */
.profile_box{
  position: relative;
  width: 50%;
  height: 120px;
  left: 50%;
  margin-top: 20px;
  transform: translate(-50%, 0%);
  background: #e6ebda;
  border: solid 2px #C6CBB8;
  border-style: dotted;
  border-radius: 7px;
  cursor: pointer;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}

.profile_prev{
  position: relative;
  top: 13px;
  left: 15px;
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 100px;
}

.profile_name{
  position: absolute;
  font-size: 22px;
  top: 8px;
  left: 96px;
  color: #494B41;
  font-family: arial;
}

.profile_description{
  position: relative;
  font-size: 18px;
  top: -37px;
  left: 96px;
  width: 75%;
  color: #494B41;
  font-family: arial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile_read_more{
  position:relative;
  width: 50%;
  height: 32px;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 2px;
  background: #DC81EF;
  border: solid 2px #DC81EF;
  color: #e6ebda;
  outline: none;
  cursor: pointer;
  font-family: arial;
  font-weight: bold;
  font-size: 15px;
}
.profile_read_more:hover{
  filter: opacity(90%);
}
.profile_read_more:focus{
  filter: opacity(90%);
}

.service_box{
  position: relative;
  width: 50%;
  left: 50%;
  margin-top: 20px;
  transform: translate(-50%, 0%);
  background: #e6ebda;
  border: solid 1px #C6CBB8;
  border-radius: 7px;
  cursor: pointer;
  padding-bottom: 20px;
  transition: all .2s ease-in-out;
}
.service_box:hover{
  box-shadow: 10px 8px 1px 0px #bcbfb0;
}

.service_prev{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 7px 7px 0px 0px;
}

.service_box_fader {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 100px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.service_name{
  position: absolute;
  font-size: 25px;
  top: 145px;
  left: 20px;
  color: #e6ebda;
  font-family: arial;
}

.service_description{
  position: relative;
  font-size: 18px;
  top: 0px;
  left: 20px;
  width: 90%;
  color: #494B41;
  font-family: arial;
  overflow-wrap: break-word;
}

.service_read_more{
  position:relative;
  width: 80%;
  height: 32px;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 2px;
  background: #DC81EF;
  border: solid 2px #DC81EF;
  color: #e6ebda;
  outline: none;
  cursor: pointer;
  font-family: arial;
  font-weight: bold;
  font-size: 15px;
}
.service_read_more:hover{
  filter: opacity(90%);
}
.service_read_more:focus{
  filter: opacity(90%);
}

.more_services_btn{
  position: relative;
  margin-top: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 50%;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 2px;
  background: transparent;
  border: solid 1px #494B41;
  color: #494B41;
  outline: none;
  cursor: pointer;
  font-family: arial;
  font-weight: normal;
  font-size: 14px;
}
.more_services_btn:hover{
  filter: opacity(90%);
}
.more_services_btn:focus{
  filter: opacity(90%);
}

/* Bottom Agreement */
.bottom_agreement{
  filter: opacity(97%);
  position: fixed;
  bottom: 10px;
  background: #f8c4cc;
  border: solid 1px #CFA4AB;
  box-shadow: 0px 0px 0px 0px #000000;
  border-radius: 5px;
  width: 200px;
  max-width: 1100px;
  height: auto;
  left: 10px;
  z-index: 10;
}

.bottom_agreement_text{
  position: relative;
  font-size: 14px;
  top: -5px;
  left: 8px;
  width: 95%;
  color: #625053;
  text-align: center;
  font-family: arial;
  overflow-wrap: break-word;
}

.bottom_agreement_button{
  position: relative;
  width: 60%;
  height: 25px;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 2px;
  background: #625053;
  border: solid 0px #625053;
  color: #f8c4cc;
  outline: none;
  cursor: pointer;
  font-family: arial;
  font-weight: normal;
  font-size: 13px;
  transition: all .2s ease-in-out;
}
.bottom_agreement_button:hover{
  filter: opacity(90%);
}
.bottom_agreement_button:focus{
  filter: opacity(90%);
}


/* Width */
@media (max-width: 1400px) {
  .bg_right {
    display: none;
  }
  .profile_box{
    width: 80%;
  }
  .service_box{
    width: 80%;
  }
}
@media (max-width: 1000px) {
  .section_1_head {
    font-size: 54px;
    margin-top: 50px;
  }
}

/* height */
@media (max-height: 800px) {
  .section_1{
    margin-top: 50px;
  }
  .services_holder{
    margin-top: 200px;
  }
}


/* Mobile */
@media only screen and (max-device-width: 700px) and (max-device-height: 1200px){
  .main_holder{
    width: 96%;
    left: 51%;
  }
  /* Section 1 */
  .section_1{
    margin-top: 360px;
  }
  .section_1_head {
    font-size: 110px;
  }
  .section_1_slogan {
    font-size: 40px;
  }
  .ying-yang{
    width: 30px;
  }
  .section_1_button{
    font-size: 45px;
    top: 250px;
    width: 500px;
    height: 120px;
    border-radius: 7px;
  }
  .scroll_down{
    top: 400px;
    width: 300px;
    left: 47%;
  }
  .scroll_txt{
    font-size: 35px;
  }
  .scroll_svg{
    height: 55px;
    width: 55px;
  }
  /* Services */
  .services_head{
    font-size: 55px;
    width: 185px;
  }
  .profile_box{
    width: 100%;
    height: 190px;
    border-radius: 17px;
    border-width: 6px;
  }
  .profile_prev{
    width: 100px;
    height: 100px;
    top: 15px;
    left: 18px;
  }
  .profile_name{
    font-size: 35px;
    left: 134px;
    top: 5px;
  }
  .profile_description{
    font-size: 30px;
    left: 134px;
    top: -62px;
  }
  .profile_read_more{
    height: 65px;
    top: -73px;
    border-radius: 7px;
    font-size: 30px;
  }
  .service_box{
    width: 100%;
    margin-top: 40px;
    border-radius: 17px;
    border-width: 2px;
    padding-bottom: 40px;
  }
  .service_prev{
    height: 357px;
    border-radius: 17px 17px 0px 0px;
  }
  .service_box_fader{
    height: 262px;
  }
  .service_name{
    font-size: 47px;
    top: 243px;
    left: 40px;
  }
  .service_description{
    left: 38px;
    font-size: 35px;
    text-size-adjust: none;
  }
  .service_read_more{
    height: 80px;
    font-size: 35px;
    border-radius: 7px;
  }
  .more_services_btn{
    height: 67px;
    font-size: 32px;
    border-width: 3px;
    width: 900px;
  }
  /* Bottom */
  .bottom_agreement{
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%;
    border-radius: 17px;
    border-width: 4px;
  }

  .bottom_agreement_text{
    font-size: 31px;
    width: 97%;
  }

  .bottom_agreement_button{
    height: 70px;
    width: 50%;
    border-radius: 7px;
    font-size: 32px;
    top: -20px;
  }

  /* IOS ___________________*/
  @supports (-webkit-touch-callout: none){
    .section_1_head {
      font-size: 90px !important;
   }
  }

}
