* {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: "Yekan";
  src: url(../fonts/Yekanmedium.TTF);
}
@font-face {
  font-family: "Yekan-Regular";
  src: url(../fonts/BYEKAN.TTF);
}
a {
  text-decoration: none;
}
span {
  width: auto;
}
body {
  font-family: "Yekan";
  padding: 0 !important;
  margin: 0 !important;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
button {
  border: none;
  outline: none;
}
#image_intro {
  width: 100vw;
  height: 101vh;
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video_bg {
  width: 100vw;
  height: 101vh;
  object-fit: fill;
  z-index: 2;
  position: relative;
}
.title_end {
  font-size: 45px;
  font-weight: 900;
}
.position_absoulute_container {
  position: absolute;
  right: 4%;
  top: 4%;
}
.bg_image {
  width: 100vw;
  height: 101vh;
  object-fit: fill;
}
.form_position {
  background-color: #e1e1e1;
  padding: 15px;
  position: absolute;
  right: 5%;
  top: 6%;
  border-radius: 15px;
  z-index: 3;
}
.yellow_btn {
  background-color: #ffcd29;
  border-radius: 5px;
  width: 200px;
  color: #000;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_end {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, -50%);
}
.yellow_btn_position {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, -50%);
}
.form_position_end {
  background-color: #f9f9f9;
  margin-top: 10px;
  border-radius: 15px;
}
.btn_form {
  background-color: #f9f9f9;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #000;
  width: 200px;
  margin-top: 10px !important;
}
.container_btn_form {
  position: relative;
}
.container_btn_form::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80%;
  height: 0.5px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #808080;
}
.btn_grey {
  display: flex;
  background-color: #d9d9d9;
  border-radius: 15px;
  height: 48px;
  justify-content: center;
  align-items: center;
  color: #000;
}
.btn_grey_ {
  display: flex;
  background-color: #d9d9d9;
  border-radius: 15px;
  height: 48px;
  justify-content: center;
  align-items: center;
  color: #000;
}

.btn_posituin {
  background-color: #9747ff;
  width: 110%;
  height: 80px;
  color: #fff;
  font-size: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 104%;
  right: -5%;
  border-radius: 15px;
}

.title_dahsboard_profile {
  position: absolute;
  top: 4%;
  right: 5%;
}
.item_dahsboard_profile {
  background-color: #f8f8f8;
  border-radius: 15px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: 0.3s;
}
.item_dahsboard_profile:hover {
  background-color: #6299ec;
  color: #fff;
}
.links_dahsboard_profile {
  background-color: #e9e9e9;
  border-radius: 15px;
  position: absolute;
  bottom: 4%;
  right: 5%;
  width: fit-content;
}
.title_dahsboard_profile span {
  font-size: 28px;
  font-weight: 100;
}
.title_dahsboard_profile h1 {
  font-size: 50px;
  line-height: 80px;
  font-weight: 900;
}
.bg_profile_page {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.btn_grey_mobile {
  display: none;
}
.form_position div {
  display: block;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .item_dahsboard_profile {
    width: 97%;
  }
  .bg_gradiant {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgb(190, 196, 210);
    background: linear-gradient(
      180deg,
      rgba(190, 196, 210, 1) 24%,
      rgba(190, 196, 210, 0.9016456582633054) 28%,
      rgba(190, 196, 210, 0) 40%,
      rgba(190, 196, 210, 0.908445378151261) 52%,
      rgba(190, 196, 210, 1) 56%
    );
  }
  .btn_grey_mobile {
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: #000;
    position: absolute;
    top: 4%;
    left: 7%;
    font-size: 10px;
    width: fit-content;
    padding-left: 10px !important;
    padding-right: 10px !important;
    z-index: 11;
  }
  .logo_mobile {
    width: 120px;
    position: absolute;
    right: 7%;
    top: 4%;
    z-index: 10;
  }
  .btn_grey {
    display: none !important;
  }
  .btn_form {
    font-size: 13px;
    width: 48%;
  }
  .form_position {
    background-color: #e1e1e1;
    padding: 15px;
    position: absolute;
    right: 50%;
    top: 81%;
    transform: translate(50%, -50%);
    border-radius: 15px;
    width: 90%;
    max-height: 240px;
    overflow: scroll;
    z-index: 12;
  }
  .container_btn_form::after {
    display: none;
  }
  .form_position span {
    display: none;
  }
  .form_position div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .position_absoulute_container {
    position: absolute;
    right: 50%;
    top: 15%;
    transform: translate(50%);
  }
  .title_end {
    font-size: 30px;
    font-weight: 900;
  }
  .yellow_btn_position {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
  }
  body {
    font-family: "Yekan";
    width: 100%;
    height: auto;
    overflow: scroll;
  }
  .video_bg {
    width: 100%;
    height: 100vh;
    object-fit: contain;
    object-position: 0px 35%;
  }
  .bg_profile_page {
    display: none;
  }
  body {
    background-color: #bec4d2;
  }
  #image_intro {
    width: 100%;
    height: 100vh;
    object-fit: contain;
    object-position: 0px 35%;
  }
  .bg_image {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }

  .links_dahsboard_profile {
    position: relative;
    width: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title_dahsboard_profile {
    position: relative;
    width: fit-content;
    right: 0;
  }
  .title_dahsboard_profile {
    display: none;
  }
}
