/* Focusing the button with a keyboard will show a dashed black line. */
/* section */
/* footer */
/* CHECKOUT */
/* Checkout */
/* card */
@keyframes slidein {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideout {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
/* MOBILE */
/* section */
/* packages */
/* CHECKOUT */
/* PC */
:root {
  --primary: #402e46;
  --light-primary: #402e4621;
  --secondary: #786c7b;
  --lighter: #f4f4fa8f;
  --light: #f4f4fa;
  --light-0: #c1c1d35b;
  --light-1: #f3f3f4;
  --light-2: #cecece;
  --light-3: #999999;
  --light-4: #585858;
  --blue: #5e69ff;
  --light-blue: #e6e7ff;
  --danger: #d6324b;
  --purple: #c99eff;
  --pinkbrown: #fcd1d6;
}
button:focus {
  outline: none;
}
input {
  outline: none;
}
optgroup {
  outline: none;
}
select {
  outline: none;
}
textarea:focus {
  outline: none;
}
body {
  font-family: "Poppins";
  color: var(--primary);
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  background: var(--light-1);
  width: 16px;
}
body::-webkit-scrollbar-thumb {
  background: var(--light-4);
  border: solid 4.4px var(--light-1);
  border-radius: 50px;
}
.t-secondary {
  color: var(--secondary);
}
.t-danger {
  color: var(--danger);
}
.t-blue {
  color: var(--blue);
}
.nav-btn {
  border: none;
  font-family: "Inter";
  padding-right: 40px;
  font-weight: 600;
  background: none;
}
.header .logo {
  font-weight: 800;
  font-family: "Montserrat";
  margin-top: 8px;
}
.header .logo img {
  margin-right: -6px;
}
.header .action-btn {
  border: none;
  background: var(--primary);
  color: white;
  border-radius: 10px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}
.header .action-btn:hover {
  border: none;
  border-radius: 10px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 15px;
}
.hero {
  padding: 20px;
  background-image: linear-gradient(220deg, #f3e1fa, #ffd1fa, #ffd0f7, var(--pinkbrown), #ffe1fd, var(--pinkbrown), var(--pinkbrown), #f3e1fa);
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 50px;
  color: var(--primary);
  font-family: Inter;
  min-height: 500px;
}
.hero .inner {
  padding: 60px;
}
.hero .title {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 50px;
  font-family: "Poppins";
  line-height: 50px;
}
.hero .description {
  font-size: 16px;
  font-weight: 450;
  font-family: "Poppins";
  letter-spacing: 1px;
  line-height: 30px;
  margin-top: 15px;
}
.hero .description small {
  font-size: 15px;
}
.hero .action-btn {
  background: var(--primary);
  color: white;
  border: none;
  padding-left: 40px;
  padding-right: 40px;
  height: 60px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.3s;
}
.hero .action-btn:hover {
  background: white;
  color: var(--primary);
}
.section {
  padding-top: 150px;
  margin-bottom: 150px;
}
.section:nth-child(2) {
  padding-top: 150px;
  margin-bottom: 50px;
}
.section .title {
  font-size: 40px;
  font-weight: 800;
  font-family: "Poppins";
}
.section .description {
  font-size: 18px;
  font-family: "Inter";
  color: var(--secondary);
}
.text-section {
  padding-left: 50px;
}
.err-image {
  border-radius: 20px;
  box-shadow: 0 0 20px 0 #ffd0f7;
}
.action-btn {
  background: var(--primary);
  color: white;
  border: none;
  padding-left: 40px;
  padding-right: 40px;
  height: 60px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.3s;
}
.action-btn:hover {
  background: var(--light-primary);
  color: var(--primay);
  border: none;
  padding-left: 40px;
  padding-right: 40px;
  height: 60px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.3s;
}
.package-1 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  background: var(--lighter);
  border: solid 2px var(--light);
  margin-right: 20px;
  border-radius: 20px;
}
.package-1 .price {
  font-size: 80px;
  font-weight: 700;
}
.package-1 .price small {
  font-size: 30px;
  font-weight: 700;
}
.package-1 .feature {
  font-size: 20px;
  color: var(--secondary);
  font-weight: 500;
  font-family: "Inter";
}
.package-1 button {
  width: 100%;
  border: none;
  background: var(--primary);
  height: 60px;
  border-radius: 10px;
  color: white;
  font-weight: 700;
  font-family: Inter;
  letter-spacing: 0.5px;
  transition: 0.3s;
}
.package-1 button:hover {
  width: 100%;
  background: var(--light-primary);
  height: 60px;
  border-radius: 10px;
  color: var(--primary);
  font-weight: 700;
  font-family: Inter;
  letter-spacing: 0.5px;
  transition: 0.3s;
}
.package-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border: solid 3px var(--blue);
  box-shadow: 0 0 20px 0 #e5d9e9;
  text-align: center;
  margin-right: 20px;
  border-radius: 20px;
}
.package-2 .price {
  font-size: 80px;
  font-weight: 700;
}
.package-2 .price small {
  font-size: 30px;
  font-weight: 700;
}
.package-2 .feature {
  font-size: 20px;
  color: var(--secondary);
  font-weight: 500;
  font-family: "Inter";
}
.package-2 button {
  width: 100%;
  border: none;
  background: var(--blue);
  height: 60px;
  border-radius: 10px;
  color: white;
  font-weight: 700;
  font-family: Inter;
  letter-spacing: 0.5px;
  transition: 0.3s;
}
.package-2 button:hover {
  background: var(--light-blue);
  color: var(--blue);
}
footer .top p {
  font-size: 14px;
  color: var(--dark);
  font-weight: 500;
  margin-top: 10px;
}
footer .top p font {
  font-size: 13px;
  color: var(--light);
  font-weight: 500;
}
footer .social-icons button {
  border: none;
  background: none;
  font-size: 25px;
}
footer .powered {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background: var(--primary);
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Inter";
}
a {
  color: inherit;
}
a:hover {
  color: var(--light-3);
  text-decoration: none;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup .background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.164);
  backdrop-filter: blur(3px);
  overflow: hidden;
}
.popup .inner {
  background: white;
  position: absolute;
  z-index: 4;
  padding: 30px;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
.popup .inner::-webkit-scrollbar {
  background: var(--light);
  width: 6px;
  border-radius: 50px;
}
.popup .inner::-webkit-scrollbar-thumb {
  background: var(--light-2);
  border-radius: 50px;
}
.popup .inner .checkout-btn {
  width: 100%;
}
.popup .inner.active {
  left: 60%;
}
.popup .contact-inner {
  background: white;
  position: absolute;
  z-index: 4;
  padding: 30px;
  left: 60%;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.popup .contact-inner .title {
  font-size: 40px;
  font-weight: 800;
  font-family: "Inter";
}
.popup .contact-inner::-webkit-scrollbar {
  background: var(--light);
  width: 6px;
  border-radius: 50px;
}
.popup .contact-inner::-webkit-scrollbar-thumb {
  background: var(--light-2);
  border-radius: 50px;
}
.popup .contact-inner .checkout-btn {
  width: 100%;
}
.popup .contact-inner.active {
  left: 60%;
}
.t-bold {
  font-weight: 800;
}
.title {
  color: var(--primary);
  font-family: Poppins;
}
.input {
  position: relative;
  font-family: "Inter";
  margin-bottom: 15px;
  width: 100%;
}
.input input {
  background: var(--light);
  border: solid 2px var(--light-primary);
  color: var(--light-5);
  border-radius: 10px;
  height: 60px;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 25px;
  padding-bottom: 7px;
  width: 100%;
}
.input input + label {
  position: absolute;
  left: 20px;
  top: 19px;
  color: var(--light-3);
  transition: 0.3s;
  z-index: 0;
  font-family: "Lato";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.input input:focus + label {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 13px;
  font-weight: 600;
  color: var(--light-4);
  transition: 0.3s;
  z-index: 0;
}
.input input.active + label {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 13px;
  font-weight: 600;
  color: var(--light-3);
  transition: 0.3s;
  z-index: 0;
}
.input textarea {
  background: var(--light);
  border: solid 2px var(--light-primary);
  color: var(--light-5);
  border-radius: 10px;
  height: 160px;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 25px;
  padding-bottom: 7px;
  width: 100%;
}
.input textarea + label {
  position: absolute;
  left: 20px;
  top: 19px;
  color: var(--light-3);
  transition: 0.3s;
  z-index: 0;
  font-family: "Lato";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.input textarea:focus + label {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 13px;
  font-weight: 600;
  color: var(--light-4);
  transition: 0.3s;
  z-index: 0;
}
.input textarea.active + label {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 13px;
  font-weight: 600;
  color: var(--light-3);
  transition: 0.3s;
  z-index: 0;
}
#card-element {
  background: var(--light);
  border: solid 2px var(--light-primary);
  padding: 15px;
  border-radius: 10px;
  background: var(--light);
  font-family: "Inter";
}
.ver {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.close-btn {
  position: fixed;
  top: 0;
  right: 0;
  border: none;
  width: 50px;
  height: 50px;
  border-bottom-left-radius: 10px;
  background: var(--primary);
  color: white;
  font-size: 17px;
  z-index: 10;
}
.slidein {
  animation-name: slidein;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.slideout {
  animation-name: slideout;
  animation-timing-function: ease-out;
  animation-duration: 200ms;
}
.notice {
  font-size: 13px;
  font-weight: 500;
  font-family: "Poppins";
  line-height: 16px;
  margin-bottom: 5px;
}
/* final Window */
.final-window {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 5;
  padding: 50px;
}
.small {
  font-family: "Inter";
}
.contact-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: none;
  background: var(--primary);
  color: white;
  box-shadow: 0 0 20px 0 var(--purple);
}
.pulse {
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulser 2s infinite;
}
.pulse:hover {
  animation: none;
}
@keyframes pulser {
  0% {
    -moz-box-shadow: 0 0 0 0 #402e462d;
    box-shadow: 0 0 0 0 #402e465d;
  }
  70% {
    -moz-box-shadow: 0 0 0 10px #402e4623;
    box-shadow: 0 0 0 10px #402e463b;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 #402e460e;
    box-shadow: 0 0 0 0 #402e4611;
  }
}
@keyframes float {
  from {
    transform: rotate(0deg) translate3d(3px, 0, 0) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate3d(3px, 0, 0) rotate(-360deg);
  }
}
/* MOBILE */
@media (max-width: 700px) {
  .header .logo {
    font-weight: 800;
    font-family: "Montserrat";
    margin-top: 15px;
  }
  .header .action-btn {
    border: none;
    background: var(--primary);
    color: white;
    border-radius: 10px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Inter";
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
  }
  .header .action-btn:hover {
    border: none;
    border-radius: 10px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    font-size: 15px;
  }
  .hero {
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 20px;
    color: var(--primary);
    font-family: Inter;
    min-height: 500px;
  }
  .hero .inner {
    padding: 15px;
  }
  .hero .title {
    font-weight: 900;
    text-transform: capitalize;
    font-size: 29px;
    line-height: 30px;
    font-family: "Inter";
  }
  .hero .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }
  .hero .action-btn {
    background: var(--primary);
    color: white;
    border: none;
    padding-left: 40px;
    padding-right: 40px;
    height: 60px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    transition: 0.3s;
  }
  .hero .action-btn:hover {
    background: white;
    color: var(--primary);
  }
  .section {
    padding-top: 50px;
    margin-bottom: 150px;
  }
  .section:nth-child(2) {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .section .title {
    font-size: 30px;
    font-weight: 800;
    font-family: "Inter";
  }
  .section .description {
    font-size: 18px;
    font-family: "Inter";
    color: var(--secondary);
  }
  .text-section {
    padding-left: 15px;
  }
  .err-image {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #ffd0f7;
    margin-bottom: 40px;
  }
  .package-1 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    background: var(--light);
    border: solid 2px var(--light);
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 0px;
  }
  .package-1 .price {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .package-1 .feature {
    font-size: 17px;
    color: var(--secondary);
    font-weight: 500;
    font-family: "Inter";
  }
  .package-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0 0 20px 0 #e5d9e9;
    text-align: center;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 30px;
  }
  .package-2 .price {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .package-2 .feature {
    font-size: 17px;
    color: var(--secondary);
    font-weight: 500;
    font-family: "Inter";
  }
  .packages {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main {
    margin-bottom: -100px;
  }
  .pc {
    display: none;
  }
  .popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    overflow: auto;
  }
  .popup .background {
    display: none;
  }
  .popup .inner {
    background: white;
    position: absolute;
    z-index: 4;
    padding: 20px;
    padding-top: 60px;
    border-radius: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
  .popup .inner .checkout-btn {
    width: 100%;
  }
  .popup .inner.active {
    left: 0;
  }
  .popup .contact-inner {
    background: white;
    position: absolute;
    z-index: 4;
    padding: 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .popup .contact-inner .title {
    font-size: 40px;
    font-weight: 800;
    font-family: "Inter";
  }
  .popup .contact-inner::-webkit-scrollbar {
    background: var(--light);
    width: 6px;
    border-radius: 50px;
  }
  .popup .contact-inner::-webkit-scrollbar-thumb {
    background: var(--light-2);
    border-radius: 50px;
  }
  .popup .contact-inner .checkout-btn {
    width: 100%;
  }
  .popup .contact-inner.active {
    left: 60%;
  }
  .floater {
    animation: float 4.8s infinite linear;
  }
}
/* pc 1 */
@media (min-width: 700px) {
  .mobile {
    display: none;
  }
  .floater {
    animation: float 4.8s infinite linear;
  }
  .popup .inner {
    background: white;
    position: absolute;
    z-index: 4;
    padding: 30px;
    border-radius: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .popup .inner .checkout-btn {
    width: 100%;
  }
  .popup .inner.active {
    left: 30%;
  }
}
/* pc Larger */
@media (min-width: 1000px) {
  .mobile {
    display: none;
  }
  .floater {
    animation: float 4.8s infinite linear;
  }
  .popup .inner {
    background: white;
    position: absolute;
    z-index: 4;
    padding: 30px;
    border-radius: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
  }
  .popup .inner .checkout-btn {
    width: 100%;
  }
  .popup .inner.active {
    left: 60%;
  }
}
