@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap");
body {
  background-color: #f1f6ff;
}

.my-big {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mt-big {
  margin-top: 5rem;
}

.mb-big {
  margin-bottom: 5rem;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 12px;
}

body {
  background-color: #dcdada;
}

.g-primary {
  color: #223266;
}

.g-secondary {
  color: #07dfae;
}
.g-secondary_hover:hover {
  color: #07dfae !important;
}

.g-bg-primary {
  background-color: #223266;
}

.g-bg-secondary {
  background-color: #07dfae;
}

.g-bg-lightOrange {
  background-color: rgba(254, 227, 106, 0.16);
}

.g-bold {
  font-family: "wave-bold";
}

.g-thin {
  font-family: "wave-thin";
}

.g-regular {
  font-family: "wave-regular";
}

@font-face {
  font-family: "wave-thin";
  src: url("../fonts/Wavehaus-28Thin.otf");
  font-weight: lighter;
}
@font-face {
  font-family: "wave-light";
  src: url("../fonts/Wavehaus-42Light.otf");
  font-weight: normal;
}
@font-face {
  font-family: "wave-regular";
  src: url("../fonts/Wavehaus-95SemiBold.otf");
  font-weight: 400;
}
@font-face {
  font-family: "wave-bold";
  src: url("../fonts/Wavehaus-128Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Ab-Bold";
  src: url("../fonts/AbhayaLibre-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Ab-Semibold";
  src: url("../fonts/AbhayaLibre-SemiBold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Ab-Extrabold";
  src: url("../fonts/AbhayaLibre-ExtraBold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Ab-Medium";
  src: url("../fonts/AbhayaLibre-Medium.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Ab-Regular";
  src: url("../fonts/AbhayaLibre-Regular.ttf");
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "wave-regular", sans-serif;
  color: #223266;
}

p {
  font-family: Maven Pro;
  font-size: 1.2rem;
  color: #223266;
}

.shadow {
  box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
}

.lift {
  transition: box-shadow 0.25s ease, transform 0.25s ease !important;
}

.lift:hover,
.lift:focus {
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  transform: translate3d(0, -3px, 0);
}

.lift-lg:hover,
.lift-lg:focus {
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  transform: translate3d(0, -6px, 0);
}

.transition-3d-hover {
  transition: all 0.3s ease-in-out;
}

.transition-3d-hover:focus,
.transition-3d-hover:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar {
  background: #f9f9f9 !important;
}
.navbar .nav-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  border: 3px solid white;
  display: inline-block;
}
.navbar .nav-img .bubble {
  position: relative;
  right: -76%;
}
.navbar .nav-img .bubble:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #07dfae;
  border: 2.2px solid #fff;
  display: inline-block;
  position: absolute;
  top: 6%;
  border-radius: 50%;
}
.navbar .nav-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.btn {
  border: none;
  padding: 2rem;
  border-radius: 30px;
  font-size: 1.2rem;
  padding: 0.8rem 2.5rem;
  color: #fff;
  font-family: "wave-regular";
}
.btn-secondary {
  background-color: #07dfae;
}
.btn-secondary:hover {
  background-color: #1b4e42;
}
.btn-primary {
  background-color: #223266;
}
.btn-lightblue {
  background-color: #d7e8f7;
  color: #4671b0;
}
.btn-lightgreen {
  background-color: #d7fbf3;
  color: #07a57c;
}
.btn-lg {
  padding: 1rem 3rem;
}
.btn-md {
  padding: 0.7rem 2.7rem;
}
.btn-icon {
  font-size: 1rem;
}
.btn-login {
  flex: auto;
}

.card {
  border-radius: 10px;
  padding: 2.5rem 3rem;
}
.card-text {
  font-size: 1.2rem;
}

form .form-text {
  font-size: 1.1rem;
}
form .form-floating {
  font-family: Maven Pro;
  color: #223266;
  font-weight: 500;
}
form .form-floating label {
  padding-left: 2rem;
}
form .form-floating .form-control,
form .form-floating .form-select {
  padding-left: 2rem;
  background-color: #f7f7f7;
  border-radius: 30px;
  outline: none;
  border: none;
  margin-bottom: 2rem;
}
form .form-floating .form-control:focus,
form .form-floating .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(7, 233, 174, 0.25);
}
form .form-check {
  font-size: 1.1rem;
  font-family: Maven Pro;
}
form .forgotGroup {
  color: #9e9e9e;
}
form .forgotGroup p {
  font-size: 1.1rem;
  color: #9e9e9e;
}

.loginPage {
  position: relative;
}
.loginPage .heading {
  font-family: "wave-bold";
  font-size: 3.6rem;
}
.loginPage .text {
  font-size: 1.6rem;
}
.loginPage .small-text {
  font-size: 0.8rem;
}
.loginPage .bg {
  position: absolute;
  bottom: 10px;
  max-height: 34vh;
  z-index: -100;
}
.loginPage .bg img {
  transform: rotate(180deg);
}

.profilePage {
  position: relative;
}
.profilePage .formB .file-area {
  width: 100%;
  position: relative;
}
.profilePage .formB .file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.profilePage .formB .file-area .file-dummy {
  width: 100%;
  padding: 31px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px dashed #07dfae;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.profilePage .formB .file-area .file-dummy .success {
  display: none;
  border: 2px dashed #d7fbf3;
}
.profilePage .formB .file-area:hover .file-dummy {
  border-radius: 15px;
  border: 2px dashed #223266;
  background: #d7e8f7;
}
.profilePage .formB .file-area input[type=file]:focus + .file-dummy {
  border: 2px dashed #d7fbf3;
  background-color: #d7fbf3;
}
.profilePage .formB .file-area input[type=file]:valid + .file-dummy {
  border: 2px dashed #d7fbf3;
  background-color: #d7fbf3;
  border-radius: 15px;
}
.profilePage .formB .file-area input[type=file]:valid + .file-dummy .success {
  display: inline-block;
}
.profilePage .formB .file-area input[type=file]:valid + .file-dummy .default {
  display: none;
}
.profilePage hr {
  margin: 0;
  color: #dcdada;
}
.profilePage .page-text {
  font-size: 1.4rem;
  font-weight: 400;
}
.profilePage .page-title {
  background: rgba(249, 249, 249, 0.6);
  padding: 2.2rem;
}
.profilePage .page-title .form-check label {
  font-family: Maven Pro;
  font-size: 1.2rem;
}
.profilePage .page-title .form-check-input {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
}
.profilePage .page-title .form-check-input:checked {
  background-color: #07dfae;
  border-color: #07dfae;
}
.profilePage .bg {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: -1;
}
.profilePage .img-avatar {
  position: relative;
  width: 160px;
  height: 160px;
  box-shadow: 0 5px rgba(70, 113, 176, 0.4), 0 10px rgba(70, 113, 176, 0.3), 0 15px rgba(70, 113, 176, 0.2), 0 20px rgba(70, 113, 176, 0.1), 0 25px rgba(70, 113, 176, 0.05), -5px 5px 40px rgba(0, 100, 0, 0.4);
  border-radius: 50%;
  background: #d7e8f7;
  border: 2px solid #d7fbf3;
}
.profilePage .img-avatar img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.profilePage .img-avatar .bubble {
  position: relative;
  right: -76%;
}
.profilePage .img-avatar .bubble:after {
  content: "";
  width: 30px;
  height: 30px;
  background: #07dfae;
  border: 5px solid #fff;
  display: inline-block;
  position: absolute;
  top: 6%;
  border-radius: 50%;
}
.profilePage .file-area {
  width: 100%;
  position: relative;
}
.profilePage .file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.profilePage .file-area .file-dummy {
  font-family: "wave-bold";
  color: #223266;
  font-size: 1.4rem;
  width: 100%;
  padding: 10px;
  border-radius: 30px;
  background: transparent;
  text-align: center;
  transition: background 0.3s ease-in-out;
}
.profilePage .file-area .file-dummy .success {
  display: none;
}
.profilePage .file-area:hover .file-dummy {
  background: #d7e8f7;
  color: #4671b0;
}
.profilePage .file-area input[type=file]:focus + .file-dummy {
  outline: 2px solid #d7e8f7;
}
.profilePage .file-area input[type=file]:valid + .file-dummy .success {
  display: inline-block;
}
.profilePage .file-area input[type=file]:valid + .file-dummy .default {
  display: none;
}
.profilePage .info {
  font-family: Maven Pro;
  font-weight: 500;
}
.profilePage .info-icon {
  color: #07dfae;
  font-size: 2rem;
}

.apartmentPage .apartment {
  padding: 1.5rem;
}
.apartmentPage .apartment .carouselContainer {
  height: auto !important;
}
.apartmentPage .apartment .carouselContainer .carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border-radius: 100%;
}
.apartmentPage .apartment .detailsContainer {
  font-family: Maven Pro;
}
.apartmentPage .apartment .detailsContainer .detailsToggle {
  color: #bfbfbf;
  border: none;
  font-size: larger;
  background: transparent;
  margin-bottom: 4px;
}
.apartmentPage .apartment .detailsContainer .hiddenDetails {
  padding: 1rem;
  background-color: #f9f9f9;
}
.apartmentPage .apartment .detailsContainer .hiddenDetails p {
  color: #9e9e9e;
}
.apartmentPage .apartment .roomSection {
  border-radius: 5px;
  border: 1px solid #bfbfbf;
}
.apartmentPage .apartment .roommatesContainer h3 {
  font-family: "wave-bold";
}
.apartmentPage .apartment .roommatesContainer p {
  font-family: "wave-regular";
}
.apartmentPage .apartment .roommatesContainer .name {
  margin-top: 1px;
  margin-bottom: 1px;
}
.apartmentPage .apartment .roommatesContainer .occupation {
  margin-top: 1px;
}
.apartmentPage .apartment .roommatesContainer .statusBtn {
  background-color: #d7fbf3;
  color: #07a57c;
}
.apartmentPage .apartment .roommatesContainer .image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  border: 4px solid #ededed;
  display: inline-block;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.19);
}
.apartmentPage .apartment .roommatesContainer .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.apartmentPage .apartment .roommatesContainer .image .bubble {
  position: relative;
  right: -76%;
}
.apartmentPage .apartment .roommatesContainer .image .bubble:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #07dfae;
  border: 2.2px solid #fff;
  display: inline-block;
  position: absolute;
  top: 6%;
  border-radius: 50%;
}
.apartmentPage .apartment .imgContainer {
  height: 335px;
  position: relative;
}
.apartmentPage .apartment .imgContainer .views {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #78f9db;
  border-radius: 15px;
  padding: 0.4rem 1rem;
}
.apartmentPage .apartment .imgContainer .views span {
  font-size: 1.1rem;
  color: #07a57c;
  font-family: "wave-bold";
}
.apartmentPage .apartment .imgContainer img {
  max-height: 100%;
  width: 100%;
  border-radius: 10px;
}
.apartmentPage .apartment .textContainer {
  font-family: "wave-bold";
  color: #223266;
}
.apartmentPage .apartment .textContainer .titleArea {
  width: 65%;
}
.apartmentPage .apartment .textContainer .name {
  font-size: 2.3rem;
}
.apartmentPage .apartment .textContainer .address {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
}
.apartmentPage .apartment .textContainer .address-full {
  white-space: unset;
  width: 100%;
  overflow: visible;
  text-overflow: unset;
}
.apartmentPage .apartment .textContainer .price {
  font-size: 2.1rem;
}
.apartmentPage .apartment .textContainer .price-small {
  font-size: 1.6rem;
}
.apartmentPage .apartment .textContainer .price-small .duration {
  font-size: 1.4rem;
}
.apartmentPage .apartment .textContainer .price .duration {
  font-size: 1.8rem;
}
.apartmentPage .apartment .textContainer .likeBg {
  padding: 1.2rem;
  background-color: #f7f7f7;
}
.apartmentPage .apartment .textContainer .likeBg i {
  font-size: 1.8rem;
  color: #ed1e79;
}
.apartmentPage .apartment .textContainer .shareBtn {
  font-family: "wave-regular";
  font-size: 1.4rem;
  color: #395da0;
  background-color: #d7e8f7;
}
.apartmentPage .backLink {
  font-weight: 400;
  font-size: 1.2rem;
  font-family: Maven Pro;
  color: #737373;
  text-decoration: none;
}
.apartmentPage .searchbox-wrap {
  display: flex;
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.apartmentPage .searchbox-wrap input {
  flex: 1;
  padding: 24px 30px;
  font-size: 1.1em;
  background: #ededed;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: none;
  border: none;
  outline: none;
  font-family: "wave-regular";
}
.apartmentPage .searchbox-wrap button {
  padding-right: 10px;
  background: #ededed;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: none;
  cursor: hand;
}
.apartmentPage .searchbox-wrap button span {
  padding: 14px 35px;
  font-size: 1.4rem;
  font-family: "wave-regular";
  color: #223266;
  background-color: #d7e8f7;
  border-radius: 50px;
}
.apartmentPage .searchbox-wrap button span:hover {
  color: #fff;
  background-color: #4671b0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.19);
}
.apartmentPage .modal-header {
  border: none;
}
.apartmentPage .modal-content {
  border-radius: 2rem;
}
.apartmentPage .successModal h3 {
  font-family: "wave-bold";
  font-size: 2.4rem;
}
.apartmentPage .successModal .status {
  font-size: smaller;
  display: block;
}
.apartmentPage .paymentModal .plus,
.apartmentPage .paymentModal .minus {
  background-color: #d7e8f7;
  color: #0f66f4;
  font-size: 2rem;
  padding: 0.38rem 1.45rem;
}
.apartmentPage .paymentModal .roomsInput {
  width: 30%;
  font-size: 1.8rem;
  background: #f9f9f9;
  border-radius: 15px;
  box-shadow: none;
  border: none;
  outline: none;
  text-align: center;
  font-family: "wave-regular";
}
.apartmentPage .paymentModal .roomsText {
  font-family: "wave-regular";
  font-size: 1.3rem;
}
.apartmentPage .paymentModal .info-icon {
  color: #07dfae;
  font-size: 2rem;
}
.apartmentPage .paymentModal .pricebox-wrap {
  display: flex;
  width: 20%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.apartmentPage .paymentModal .pricebox-wrap input {
  flex: 0.4;
  padding: 14px 10px;
  font-size: 2.1rem;
  background: #ededed;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: none;
  border: none;
  outline: none;
  font-family: "wave-regular";
}
.apartmentPage .paymentModal .pricebox-wrap button {
  padding-right: 10px;
  background: #ededed;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: none;
  cursor: hand;
}
.apartmentPage .paymentModal .pricebox-wrap button span {
  padding: 14px 35px;
  font-size: 1.4rem;
  font-family: "wave-bold";
  font-family: "wave-regular";
  color: #223266;
  background-color: #d7e8f7;
  border-radius: 50px;
}
.apartmentPage .paymentModal .pricebox-wrap button span:hover {
  color: inherit;
  background-color: inherit;
}
.apartmentPage .btn-primary {
  width: 90%;
  padding: 1.42rem;
  background-color: #0f66f4;
}

/*# sourceMappingURL=style.css.map */
