/* ~~~~~~~~~~~~~~~ Default Setup ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ Variables ~~~~~~~~~~~~~~~ */
/* Colors */
/* Font Family */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Outfit-Variable";
  min-height: 1000px;
}

body.active {
  overflow-y: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ~~~~~~~~~~~~~~~ Reuseabale Code ~~~~~~~~~~~~~~~ */
.container {
  max-width: 118rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 12.1rem;
  min-height: 4.4rem;
  padding: 1.2rem 4rem;
  border-radius: 4rem;
  border: none;
  outline: none;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00AEEF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.common-heading {
  display: flex;
  justify-content: center;
  text-align: center;
}
.common-heading h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 6rem;
  color: #1F2F49;
  max-width: 75rem;
  position: relative;
}
.common-heading h2 .heart-1 {
  position: absolute;
  top: -1rem;
  left: 0;
  max-width: 9.844rem;
  z-index: -1;
  opacity: 20%;
}
.common-heading h2 .heart-2 {
  position: absolute;
  bottom: -1rem;
  right: 13rem;
  max-width: 6rem;
  rotate: 30deg;
  z-index: -1;
}

/* ~~~~~~~~~~~~~~~ Header ~~~~~~~~~~~~~~~ */
.header {
  position: sticky;
  width: 100%;
  z-index: 999;
  padding: 2rem 0;
  transition: all 0.3s ease-in;
  background-color: #ffffff;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container .header-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4.9rem;
}
.header .container .header-left .logo {
  display: inline-block;
}
.header .container .header-left .logo img {
  max-width: 16.4rem;
}
.header .container .header-left .navigation .nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3.8rem;
}
.header .container .header-left .navigation .nav-list .nav-link a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1F2F49;
}
.header .container .header-left .navigation .nav-list .nav-link.active > a {
  font-weight: 700;
  color: #00AEEF;
}
.header .container .header-left .navigation .nav-list .login-btn {
  display: none;
}
.header .container .header-left .navigation .nav-list .contact-number {
  display: none;
}
.header .container .header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header .container .header-right .contact-number {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #565656;
}
.header .container .header-right .hamburger-btn {
  width: 50px;
  height: 50px;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .container .header-right .hamburger-btn .close-icon {
  position: absolute;
}

/* ~~~~~~~~~~~~~~~ About ~~~~~~~~~~~~~~~ */
.about {
  background-color: #F6F6F6;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
.about .about-vector-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.about .about-vector-2 {
  position: absolute;
  top: 5rem;
  right: 0;
}
.about .about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 7rem;
}
.about .about-container .about-left img:nth-child(2) {
  margin-top: -6rem;
}
.about .about-container .about-right h1 {
  position: relative;
  font-size: 7rem;
  font-weight: 700;
  line-height: 7rem;
  color: #1F2F49;
}
.about .about-container .about-right p {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: auto;
  color: #7D7D7D;
  max-width: 81rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.about .about-container .about-right p a {
  color: #00AEEF;
}
.about .about-container .about-right .btn-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.3rem;
}
.about .about-container .about-right .btn-container .book-btn {
  background-image: url(../images/buttton-images/2.png);
}
.about .about-container .about-right .btn-container .signup-btn {
  background-image: url(../images/buttton-images/3.png);
}

/* ~~~~~~~~~~~~~~~ Service ~~~~~~~~~~~~~~~ */
.service {
  padding-top: 8rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #D7D7D7;
}
.service .service-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service .service-container .service-content {
  flex-basis: 81.9rem;
}
.service .service-container .service-content h2 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 600;
  color: #00AEEF;
}
.service .service-container .service-content .para-1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
  color: #313131;
  margin-top: 1.5rem;
  margin-bottom: 3.3rem;
}
.service .service-container .service-content .para-2 {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #696969;
}
.service .service-container .service-content .para-2 a {
  color: #00AEEF;
}

/* ~~~~~~~~~~~~~~~ Important ~~~~~~~~~~~~~~~ */
.important {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.important .important-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.important .important-container .important-content {
  flex-basis: 84.6rem;
}
.important .important-container .important-content h2 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 600;
  color: #00AEEF;
}
.important .important-container .important-content .para-1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
  color: #313131;
  margin-top: 1.5rem;
  margin-bottom: 3.3rem;
}
.important .important-container .important-content .para-2 {
  font-size: 3rem;
  line-height: 3.8rem;
  font-weight: 400;
  color: #696969;
}
.important .important-container .important-content .para-2 a {
  color: #00AEEF;
}

/* ~~~~~~~~~~~~~~~ Party ~~~~~~~~~~~~~~~ */
.party {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.party .party-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  row-gap: 4rem;
  margin-bottom: 5rem;
}
.party .party-container .party-card {
  padding: 5px;
  width: 36rem;
  height: 45.6rem;
  border-radius: 1rem;
  background-color: #00AEEF;
}
.party .party-container .party-card .party-img {
  border-radius: 7px;
}
.party .party-container .party-card .content {
  position: relative;
}
.party .party-container .party-card .content .party-icon {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.party .party-container .party-card .content h5 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding-top: 5rem;
}
.party .book-btn {
  background-image: url(../images/buttton-images/2.png);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* ~~~~~~~~~~~~~~~ Banner ~~~~~~~~~~~~~~~ */
.banner {
  height: 6rem;
  width: 100%;
  background-image: url(../images/banner-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner .banner-content {
  padding-left: 2rem;
  padding-right: 2rem;
}
.banner .banner-content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  color: white;
  max-width: 90.6rem;
}

/* ~~~~~~~~~~~~~~~ Footer ~~~~~~~~~~~~~~~ */
.footer {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.footer .footer-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer-container .footer-col {
  flex-basis: 25%;
}
.footer .footer-container .footer-col .logo {
  display: inline-block;
}
.footer .footer-container .footer-col .logo img {
  max-width: 13.3rem;
}
.footer .footer-container .footer-col p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #565656;
  margin-top: 1.36rem;
  margin-bottom: 2.3rem;
}
.footer .footer-container .footer-col .social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.footer .footer-container .footer-col h3 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  color: #303030;
  position: relative;
}
.footer .footer-container .footer-col h3::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/vectors/heart-blue.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer .footer-container .footer-col h3::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0.5rem;
  width: 6rem;
  height: 2px;
  background-color: #00AEEF;
}
.footer .footer-container .footer-col ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.3rem;
  margin-top: 3rem;
}
.footer .footer-container .footer-col ul li {
  font-size: 1.4rem;
  font-weight: 400;
  color: #565656;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer .copyright {
  margin-top: 7.2rem;
}
.footer .copyright p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #828282;
  text-align: center;
}

/* ~~~~~~~~~~~~~~~ Signup Page CSS ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ Signup Hero ~~~~~~~~~~~~~~~ */
.signup-hero {
  height: 50vh;
  width: 100%;
  background-image: url(../images/signup-hero-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ~~~~~~~~~~~~~~~ Signup Form ~~~~~~~~~~~~~~~ */
.signup-form {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 10rem;
}
.signup-form .form-container {
  position: relative;
  max-width: 97.7rem;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  padding-left: 10rem;
  padding-right: 10rem;
  padding-top: 10rem;
  padding-bottom: 7rem;
}
.signup-form .form-container .heart {
  max-width: 7.583rem;
  rotate: -30deg;
  position: absolute;
  top: -1rem;
  left: -4rem;
}
.signup-form .form-container h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  color: #1F2F49;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.signup-form .form-container h3 img {
  max-width: 4.154rem;
  rotate: 30deg;
}
.signup-form .form-container .para-1 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #373737;
  text-align: center;
  max-width: 63.8rem;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.signup-form .form-container .tag {
  min-height: 25.8rem;
  min-height: 5.1rem;
  border-radius: 0.808rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00AEEF;
  padding-top: 1.3rem;
  padding-bottom: 1.4rem;
  padding-right: 3.3rem;
  padding-left: 4.8rem;
  color: #ffffff;
  font-size: 1.6rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.signup-form .form-container .para-2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #373737;
  max-width: 46rem;
  margin: 3rem auto;
  text-align: center;
  text-decoration: underline;
}
.signup-form .form-container h4 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  color: #00AEEF;
  text-align: center;
}
.signup-form .form-container form {
  margin-top: 3rem;
}
.signup-form .form-container form .input-row .input-box {
  width: 100%;
  min-height: 5.4rem;
  border-radius: 0.808rem;
  border: 1px solid #D6D6D6;
  position: relative;
}
.signup-form .form-container form .input-row .input-box label {
  min-width: 6.4rem;
  height: 3.6rem;
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #555555;
  position: absolute;
  top: -2rem;
  left: 1.6rem;
}
.signup-form .form-container form .input-row .input-box input,
.signup-form .form-container form .input-row .input-box select {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  border: none;
  outline: none;
  background-color: transparent;
}
.signup-form .form-container form .input-row .input-box select {
  background: url(../images/icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 31rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.signup-form .form-container form .input-row-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
  row-gap: 4rem;
}
.signup-form .form-container form .input-row-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  row-gap: 4rem;
  margin-top: 4rem;
}
.signup-form .form-container form .input-row-2 .input-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup-form .form-container form .input-row-2 .input-box input {
  height: 2.1rem;
}
.signup-form .form-container form .input-row-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  row-gap: 4rem;
  margin-top: 4rem;
}
.signup-form .form-container form .check-box fieldset {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.2rem 0;
  gap: 0.5rem;
}
.signup-form .form-container form .check-box fieldset label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #373737;
}
.signup-form .form-container form .submit-btn {
  background-image: url(../images/buttton-images/2.png);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.signup-form .form-container form .bottom-para {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #373737;
  text-align: center;
  margin-top: 3rem;
}

/* ~~~~~~~~~~~~~~~ Contact Page CSS ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ Contact Hero ~~~~~~~~~~~~~~~ */
.contact-hero {
  height: 50vh;
  width: 100%;
  background-image: url(../images/contact-hero-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ~~~~~~~~~~~~~~~ Contact Form ~~~~~~~~~~~~~~~ */
.contact-form {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 10rem;
}
.contact-form .form-container {
  position: relative;
  max-width: 97.7rem;
  width: 100%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  padding-left: 10rem;
  padding-right: 10rem;
  padding-top: 10rem;
  padding-bottom: 7rem;
}
.contact-form .form-container .heart {
  max-width: 7.583rem;
  rotate: -30deg;
  position: absolute;
  top: -1rem;
  left: -4rem;
}
.contact-form .form-container h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  color: #1F2F49;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.contact-form .form-container h3 img {
  max-width: 4.154rem;
  rotate: 30deg;
}
.contact-form .form-container .para-1 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #373737;
  text-align: center;
  max-width: 63.8rem;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.contact-form .form-container h4 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  color: #00AEEF;
  text-align: center;
}
.contact-form .form-container .para-2 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #373737;
  max-width: 87rem;
  margin-top: 1.3rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact-form .form-container form {
  margin-top: 3rem;
}
.contact-form .form-container form .input-row .input-box {
  width: 100%;
  min-height: 5.4rem;
  border-radius: 0.808rem;
  border: 1px solid #D6D6D6;
  position: relative;
}
.contact-form .form-container form .input-row .input-box label {
  min-width: 6.4rem;
  height: 3.6rem;
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #555555;
  position: absolute;
  top: -2rem;
  left: 1.6rem;
}
.contact-form .form-container form .input-row .input-box input,
.contact-form .form-container form .input-row .input-box select {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  border: none;
  outline: none;
  background-color: transparent;
}
.contact-form .form-container form .input-row .input-box select {
  background: url(../images/icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 31rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form .form-container form .input-row-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
  row-gap: 4rem;
}
.contact-form .form-container form .wrapper {
  width: 45rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  margin-top: 1rem;
}
.contact-form .form-container form .wrapper .wrapper header {
  display: flex;
  align-items: center;
  padding: 2.5rem 3rem 1rem;
  justify-content: space-between;
}
.contact-form .form-container form .wrapper header .icons {
  display: flex;
}
.contact-form .form-container form .wrapper header .icons span {
  height: 3.8rem;
  width: 3.8rem;
  margin: 0 1px;
  cursor: pointer;
  color: #878787;
  text-align: center;
  line-height: 3.8rem;
  font-size: 1.9rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 50%;
}
.contact-form .form-container form .wrapper .icons span:last-child {
  margin-right: -1rem;
}
.contact-form .form-container form .wrapper header .icons span:hover {
  background: #f2f2f2;
}
.contact-form .form-container form .wrapper header .current-date {
  font-size: 1.9rem;
  font-weight: 500;
  padding: 1rem;
}
.contact-form .form-container form .wrapper .calendar {
  padding: 2rem;
}
.contact-form .form-container form .wrapper .calendar ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align: center;
}
.contact-form .form-container form .wrapper .calendar .days {
  margin-bottom: 2rem;
}
.contact-form .form-container form .wrapper .calendar li {
  color: #333;
  width: 14.2857142857%;
  font-size: 1.4rem;
}
.contact-form .form-container form .wrapper .calendar .weeks li {
  font-weight: 500;
  cursor: default;
}
.contact-form .form-container form .wrapper .calendar .days li {
  z-index: 1;
  cursor: pointer;
  position: relative;
  margin-top: 3rem;
}
.contact-form .form-container form .wrapper .days li.inactive {
  color: #aaa;
}
.contact-form .form-container form .wrapper .days li.active {
  color: #fff;
}
.contact-form .form-container form .wrapper .days li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  height: 4rem;
  width: 4rem;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.contact-form .form-container form .wrapper .days li.active::before {
  background: #00AEEF;
}
.contact-form .form-container form .wrapper .days li:not(.active):hover::before {
  background: #f2f2f2;
}
.contact-form .form-container form .input-row-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 7rem;
}
.contact-form .form-container form .input-row-2 .input-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19.1rem;
}
.contact-form .form-container form .input-row-2 .input-box textarea {
  width: 100%;
  height: 100%;
  padding: 2rem;
  border: none;
  outline: none;
  font-family: "Outfit-Variable";
  background-color: transparent;
  resize: none;
}
.contact-form .form-container form .input-row-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  row-gap: 4rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.contact-form .form-container form .submit-btn {
  background-image: url(../images/buttton-images/2.png);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.contact-form .form-container form .bottom-para {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #373737;
  text-align: center;
  margin-top: 3rem;
}

/* ~~~~~~~~~~~~~~~ Login Page CSS ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ Login Hero ~~~~~~~~~~~~~~~ */
.login-hero {
  height: 50vh;
  width: 100%;
  background-image: url(../images/login-hero-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-form {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 10rem;
}
.login-form .form-container {
  position: relative;
  max-width: 97.7rem;
  width: 100%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  padding-left: 10rem;
  padding-right: 10rem;
  padding-top: 10rem;
  padding-bottom: 7rem;
}
.login-form .form-container .heart {
  max-width: 7.583rem;
  rotate: -30deg;
  position: absolute;
  top: -1rem;
  left: -4rem;
}
.login-form .form-container h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  color: #1F2F49;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.login-form .form-container h3 img {
  max-width: 4.154rem;
  rotate: 30deg;
}
.login-form .form-container .para-1 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #373737;
  text-align: center;
  max-width: 63.8rem;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.login-form .form-container h4 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  color: #00AEEF;
  text-align: center;
}
.login-form .form-container .para-2 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #373737;
  max-width: 87rem;
  margin-top: 1.3rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.login-form .form-container form {
  margin-top: 3rem;
}
.login-form .form-container form .input-row .input-box {
  width: 100%;
  min-height: 5.4rem;
  border-radius: 0.808rem;
  border: 1px solid #D6D6D6;
  position: relative;
}
.login-form .form-container form .input-row .input-box label {
  min-width: 6.4rem;
  height: 3.6rem;
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #555555;
  position: absolute;
  top: -2rem;
  left: 1.6rem;
}
.login-form .form-container form .input-row .input-box input,
.login-form .form-container form .input-row .input-box select {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  border: none;
  outline: none;
  background-color: transparent;
}
.login-form .form-container form .input-row .input-box select {
  background: url(../images/icons/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 31rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.login-form .form-container form .input-row-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4rem;
}
.login-form .form-container form .check-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.login-form .form-container form .check-box fieldset {
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.login-form .form-container form .check-box fieldset label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #373737;
}
.login-form .form-container form .check-box a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #373737;
}
.login-form .form-container form .submit-btn {
  background-image: url(../images/buttton-images/2.png);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.login-form .form-container form .signup-text {
  font-size: 1.6rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #373737;
  text-align: center;
  margin: 3rem 0;
}
.login-form .form-container form .or-text {
  font-size: 1.6rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #373737;
  text-align: center;
  margin-bottom: 3rem;
}
.login-form .form-container form .google-img {
  max-width: 31.8rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.login-form .form-container form .bottom-para {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #373737;
  text-align: center;
  margin-top: 3rem;
}/*# sourceMappingURL=style.css.map */