/* header */
.container {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
}
header {
  font-family: "Proxima Nova";
  position: relative;
  z-index: 2;
  background-color: #f4f4f4;
  padding: 32px 0 56px;
}
.home-screen .user-detail .user-img .mobile-logo {
  display: none;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.logo figure {
  max-width: 225px;
  width: 100%;
  margin: 0;
}
.logo figure img {
  width: 100%;
}
.logo .bg-white {
  background-color: white !important;
  color: black !important;
  box-shadow: 0px 4px 6px 0px #00000026;
  margin-right: 30px;
}
.btn {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  background-color: #d04856;
  color: white;
  border-radius: 35px;
  padding: 19px;
}
.btn:hover,
:focus {
  color: white;
  box-shadow: none !important;
}
.btn-outline {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  border: 1px solid #de606e;
  background-color: white;
  color: #333333;
}
.btn-outline:focus {
  box-shadow: none;
}
.btn-outline:hover {
  color: #333333;
}

/* header end */

.home-screen {
  font-family: "Proxima Nova";
  position: relative;
  background-color: #f4f4f4;
}
/* .home-screen::before {
  display: none;
} */

.home-screen h1 {
  font-size: 76px;
  line-height: 78px;
  font-weight: 700;
  letter-spacing: -3px;
  margin: 65px 0 54px;
  display: block;
}
.home-screen h1 span {
  color: black;
}
.home-screen h1 small {
  color: #d24956;
}
.home-screen .user-detail {
  position: relative;
  z-index: 1;
}
.home-screen .container::after {
  content: "";
  background-image: url("./images/bg-img.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: right, bottom;
  top: -100px;
  bottom: 0;
  right: 0;
  display: block;
  background-size: contain;
}
.home-screen .user-detail .user-img .mobile-title {
  display: none;
}

.home-screen .e-mail-box {
  padding: 42px 36px;
  background-color: white;
  border-radius: 30px;
  margin-bottom: 240px;
  position: relative;
  z-index: 1;
  max-width: 472px;
  width: 100%;
}

.home-screen .e-mail-box input {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 17px;
  border-radius: 12px;
  padding: 22px 65px;
  border: 2px solid #cdcdcd;
}
.home-screen .e-mail-box input:focus {
  box-shadow: none;
}
.home-screen .e-mail-box .email-icon {
  position: absolute;
  top: 65px;
  left: 54px;
}
.home-screen .e-mail-box .regi-btn {
  font-size: 19px;
  line-height: 27px;
  font-weight: 400;
  width: 100%;
  border-radius: 15px;
  padding: 22px;
}
.home-screen .common-plan {
  display: block;
}
.home-screen .common-plan .plan-detail {
  background-color: white;
  max-width: 297px;
  width: 100%;
  margin: 0 25px 23px 0;
  /* margin: 0 auto; */
  text-align: center;
  padding: 40px 40px 13px;
  border-radius: 44px;
  box-shadow: 0px 0px 75px 0px #00000012;
}
.home-screen .common-plan .frist-box {
  margin: 0 auto 23px;
}
.home-screen .common-plan .plan-detail :last-child {
  margin-right: 0;
}
.home-screen .user-detail .user-plan-img {
  padding: 0;
}
.home-screen .common-plan .plan-detail img {
  width: 67px !important;
  height: 67px !important;
}
.home-screen .common-plan .plan-detail figure {
  margin: 0 auto 16px;
  text-align: center;
}

.home-screen .user-detail .profile-detail .mobile-view {
  display: none;
}

.user-detail .profile-detail .mobile-view {
  display: block;
}
.home-screen .user-detail .profile-detail {
  max-width: 496px;
  width: 100%;
  background-color: white;
  padding: 33px 40px 54px;
  margin-bottom: 115px;
  border-radius: 0 0 60px 60px;
}

.home-screen .user-detail figure {
  margin: 0;
}

.home-screen .user-detail figure img {
  border-radius: 60px 60px 0 0;
}

.home-screen .user-detail .user-img img {
  width: 100%;
}
.home-screen .user-detail .user-img .profile-detail .user-name .verifly-icon {
  width: 35px;
  height: 35px;
}
.home-screen .user-detail .profile-detail p {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  color: #727272;
}
.home-screen .user-detail .profile-detail .user-hobby h6 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  color: #31423f;
}
.home-screen .user-detail .profile-detail .user-name {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.home-screen .user-detail .profile-detail .user-name h2 {
  font-size: 41px;
  line-height: 41px;
  font-weight: 600;
  color: #31423f;
  margin-bottom: 0;
}
.home-screen .user-detail .profile-detail .user-name span {
  font-size: 41px;
  line-height: 41px;
  font-weight: 400;
  color: #727272;
  margin-right: 10px;
}
.home-screen .user-detail .profile-detail .location-detail ul {
  padding: 0;
}
.home-screen .user-detail .profile-detail .location-detail ul li {
  list-style: none;
}
.home-screen
  .user-detail
  .profile-detail
  .location-detail
  ul
  li
  .location-icon {
  width: 15px;
  height: 15px;
}

.home-screen .user-detail .profile-detail .location-detail ul li a {
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  color: #a6a6a6;
  margin-left: 11px;
}
.home-screen .user-detail .profile-detail .location-detail ul li .ellipse {
  color: #81cf75;
  margin-left: 17px;
}
.home-screen .user-detail .profile-detail h2 {
  font-size: 23px;
  line-height: 23px;
  font-weight: 700;
  color: #393939;
  margin-bottom: 20px;
}
.home-screen .user-detail .profile-detail .hobby-detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 17px;
}
.home-screen .user-detail .profile-detail .hobby-detail button {
  margin: 0 7px 7px 0;
}
.home-screen .user-detail .profile-detail .hobby-detail button img {
  width: 31px;
  height: 31px;
  margin-right: 15px;
}
/* Responsive  */

@media (max-width: 767px) {
  .home-screen .container::after {
    display: none;
  }
  .home-screen .user-detail:hover {
    margin: 0;
  }

  .home-screen .user-detail .user-img:hover .profile-detail {
    display: block;
    max-width: unset;
  }
  /* .home-screen .user-detail .user-img:hover .mobile-title {
    display: none;
  } */
  .home-screen .user-detail .user-img:hover .logo {
    display: none;
  }
  .home-screen .user-detail .user-img .mobile-logo {
    display: none;
  }
  header {
    background-color: #ffffff;
    padding: 0;
    /* display: none; */
  }

  .logo {
    padding: 34px 0 73px;
  }
  .logo figure {
    max-width: 125px;
  }

  .logo .btn {
    padding: 10px;
    font-size: 13px;
    line-height: 13px;
    margin-right: 12px;
  }
  .btn-outline {
    font-size: 13px;
    line-height: 24px;
    padding: 9px 20px;
  }

  .home-screen {
    background-color: #ffffff;
    margin-bottom: 0;
  }
  .home-screen .common-plan {
    display: none;
  }
  .home-screen h1 {
    display: none;
  }
  .home-screen form {
    height: 220px;
    position: fixed;
    bottom: 0;
    z-index: 5;
    width: 100%;
  }
  .home-screen .e-mail-box {
    margin-bottom: 0;
    box-shadow: 0px 0px 75px 0px #00000012;
    max-width: unset;
    border-radius: 13px 13px 0 0;
  }
  .home-screen .user-detail .user-plan-img {
    padding: 0 40px;
  }
  .home-screen .user-detail .user-img .mobile-title {
    font-size: 48px;
    line-height: 50px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin: 0 0 43px;
    letter-spacing: -1px;
  }

  .home-screen .user-detail .user-img .mobile-title span {
    color: black;
  }
  .home-screen .user-detail .user-img .mobile-title small {
    color: #d24956;
  }
  .home-screen .user-detail .profile-detail .mobile-view {
    display: flex;
    margin: 30px 0 220px;
    flex-direction: column;
    align-items: center;
    /* height: 100vh; */
  }

  .home-screen .user-detail .profile-detail {
/*    display: none;*/
    max-width: unset;
    padding: 0 40px 0;
    margin-bottom: 0;
  }

  .home-screen .user-detail .profile-detail:after {
    display: none;
  }
  .home-screen .user-detail .profile-detail .user-hobby {
    padding: 22px 30px 19px;
    border-radius: 0 0 60px 60px;
    background-color: #f8f8f8;
    box-shadow: 0px 0px 68px 0px #00000008;
    position: relative;
  }
  .home-screen .user-detail .profile-detail .user-hobby:after {
    content: "";
    background-image: url("./images/bg-mobile.png");
    background-repeat: no-repeat;
    width: 160px;
    height: 340px;
    position: absolute;
    background-position: right, bottom;
    background-size: cover;
    bottom: -100px;
    left: -40px;
    display: block;
  }

  .home-screen .e-mail-box input {
    padding: 15px 20px 15px 50px;
  }
  .home-screen .e-mail-box .regi-btn {
    padding: 15px;
  }
  .home-screen .common-plan .plan-detail {
    box-shadow: unset;
    margin: 0 25px 0 0;
  }
  .home-screen .user-detail .profile-detail .user-name h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .home-screen .user-detail .profile-detail .user-name span {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .home-screen .user-detail .user-img .profile-detail .user-name .verifly-icon {
    width: 23px;
    height: 23px;
  }
  .home-screen .user-detail .profile-detail p {
    font-size: 15px;
    line-height: 17px;
  }
  .home-screen .user-detail .profile-detail .location-detail ul li a {
    font-size: 15px;
    line-height: 17px;
  }
  .home-screen .user-detail .profile-detail .user-hobby h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .home-screen
    .user-detail
    .profile-detail
    .location-detail
    ul
    li
    .location-icon {
    width: 10px;
    height: 10px;
  }
  .home-screen .user-detail .profile-detail .hobby-detail button img {
    width: 22px;
    height: 22px;
    margin-right: 15px;
  }
  .home-screen .e-mail-box .email-icon {
    width: 20px;
    height: 20px;
    top: 62px;
  }
}

/* @media (max-width: 575px) {
  
} */

/* Responsive  end*/
