* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}

:root {
  --primaryColor: #33A081;
  --SecondaryColor: #EDEDED;
  --ThirdColor: #4DB7B3;
  --linear-gradient: linear-gradient(to right, #093f5366, #00000066);
  --mainColor1: #F6DFA2;
  --mainColor2: rgb(0, 0, 0);
  --mainColor3: #31ba44;
  --mainColor4: #ffffff;
  --mainColor5: #f2e7d8;
}

.loading-screen {
  z-index: 11111111111111110000;
  display: flex;
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.light-gray {
  color: rgb(153, 153, 153);
}

.third-color {
  color: var(--ThirdColor);
}

.mainColor1 {
  color: var(--mainColor1);
}

body {
  font-size: 16px;
  color: rgb(27, 27, 27);
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

.bg-primary-color {
  background-color: var(--primaryColor) !important;
}

.primary-color {
  color: var(--primaryColor) !important;
}

.bg-Secondary-color {
  background-color: var(--SecondaryColor);
}

.Secondary-color {
  color: var(--SecondaryColor);
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

nav {
  font-size: 14px;
  font-weight: 400;
}

footer {
  background-color: #1A1A1A;
  color: var(--mainColor4);
}
footer .nav-link {
  font-size: 14px;
  color: var(--mainColor4);
}
footer .nav-link:hover {
  cursor: pointer;
  border-radius: 3%;
  color: var(--mainColor4);
  background-color: var(--mainColor4);
  color: var(--mainColor2);
}
footer .social li a {
  color: var(--mainColor4);
}
footer .social li a .icon {
  color: var(--mainColor4);
}
footer .social li a:hover .icon {
  color: var(--primaryColor);
}
footer .social li a:before {
  background: var(--mainColor4);
}

.floatwhatsapp,
.back-to-top {
  cursor: pointer;
  font-size: 25px;
  border-radius: 50%;
  box-shadow: 1px 1px 2px #686868;
  text-align: center;
  color: var(--mainColor4);
  position: fixed;
  right: 4%;
  width: 45px;
  height: 45px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  z-index: 100;
  border-radius: 50%;
}

.floatwhatsapp {
  background-color: var(--mainColor3);
  bottom: 15%;
  display: flex;
  transition: transform 0.2s ease-in-out;
}
.floatwhatsapp:hover {
  transform: translateY(-3px);
}

.back-to-top {
  background-color: transparent;
  border: 2px solid var(--primaryColor);
  display: none;
  bottom: 23%;
  color: var(--primaryColor);
  z-index: 111;
  transition: transform 0.2s ease-in-out;
}
.back-to-top:hover {
  transform: translateY(-3px);
}

.social li {
  list-style: none;
}
.social li a {
  opacity: 100% !important;
  width: 40px;
  height: 40px;
  background-color: inherit;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin: 0 7px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primaryColor);
}
.social li a::before {
  content: "";
  position: absolute;
  top: 101%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}
.social li a .icon {
  position: relative;
  transition: 0.5s;
  z-index: 3;
  color: var(--mainColor4);
  opacity: 1;
}
.social li a:hover .icon {
  color: var(--mainColor4);
  transform: rotateY(360deg);
}
.social li a:hover::before {
  top: 0;
}

.social li a:before {
  background: var(--primaryColor);
}

.form-control {
  border-radius: 0;
}
.form-control:focus {
  border: 1px solid #000000 !important;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.form-control[disabled] {
  background: var(--ThirdColor);
}

footer .list-footer {
  display: flex;
  flex-wrap: wrap;
}
footer span {
  color: var(--mainColor4);
  font-weight: 500;
}
footer a {
  color: var(--mainColor4);
  opacity: 90%;
  font-size: 18px;
}
footer a:hover {
  color: var(--mainColor4);
  opacity: 100%;
}
footer h4 {
  color: var(--mainColor4);
}

h6,
.h6 {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 36px !important;
}

.ul p {
  font-size: 16px !important;
  line-height: 24px;
}

.border-black {
  border-color: var(--mainColor2) !important;
}

a:hover {
  cursor: pointer;
}

.emcan {
  opacity: 1;
}

h4 span {
  position: relative;
}

h4 span::after {
  content: "";
  position: absolute;
  width: 99%;
  height: 3px;
  bottom: -3px;
  border-radius: 12px !important;
  left: 0;
  background-color: var(--primaryColor);
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}

p {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 27px;
}

label {
  font-size: 14px;
}

button.btn,
a.btn {
  transition: 0.7s !important;
  border-radius: 8px;
}

/* Support */
footer li,
.dropdown-menu li:has(.dropdown-item) {
  transition: transform 0.3s ease-in-out !important;
}
footer li:hover,
.dropdown-menu li:has(.dropdown-item):hover {
  cursor: pointer;
  transform: translateX(5px) !important;
}

.form-check .form-check-input {
  margin-left: 0em;
  margin-inline: 3px;
}

.navbar-brand img {
  width: 100px;
  transition: all 0.8s ease;
}
.navbar-brand img:hover {
  transform: scale(1.2);
  transform-origin: 50% 50%;
}

.connection p {
  font-size: 16px !important;
}
.connection a {
  font-size: 14px !important;
}

.header-div {
  height: 350px;
}

.nav-link span {
  position: relative;
}
.nav-link span::after {
  content: "";
  position: absolute;
  width: 99%;
  transform: scaleX(0);
  height: 3px;
  bottom: -3px;
  border-radius: 12px !important;
  background-color: var(--mainColor4);
  transform-origin: right bottom;
  left: 0;
  transition: transform 0.25s ease-out;
}
.nav-link:hover {
  transform: scaleX(1);
}

a.h2 {
  font-weight: 500;
}
a.h2 span:hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

footer img {
  width: 170px;
}

.fw-medium {
  font-weight: 500;
}

.btn {
  transition: transform 0.3s ease-in-out !important;
}
.btn:hover {
  background-color: rgba(0, 0, 0, 0.1803921569) !important;
  cursor: pointer;
  transform: translateY(-2px) !important;
  color: var(--mainColor2) !important;
}

ul {
  list-style: none;
  list-style-position: inside;
}

a.bg-primary-color {
  color: var(--mainColor4);
}

.bg-third-color {
  background-color: var(--ThirdColor);
}

.slider {
  width: 100%;
  margin: auto;
}

.header h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

h3.small-title {
  font-size: 14px !important;
  color: var(--primaryColor);
  font-weight: 500;
  line-height: 60px;
  font-size: 14px;
}

.search-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid rgba(255, 204, 51, 0.34);
}

.navbar-nav {
  justify-content: end;
}

h5 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
}
h5 span {
  color: rgb(127, 62, 152);
}

h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
}

p.text-secondary {
  color: rgb(122, 122, 122) !important;
  font-size: 14px !important;
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.checkout input {
  width: 25px;
  height: 25px;
}
.checkout input:focus {
  box-shadow: none;
}
.checkout label {
  font-size: 16px;
  font-weight: 400;
}
.checkout p {
  color: rgb(62, 62, 62);
}

.connection svg {
  transition: transform 0.2s ease-in-out;
}
.connection svg:hover {
  transform: translateY(-3px);
  cursor: pointer;
}

.carousel-caption {
  top: 10%;
}

.layer {
  background-color: rgba(17, 17, 17, 0.3294117647) !important;
  z-index: 1;
}

.carousel-item {
  height: 70vh;
}
.carousel-item .img-slider {
  height: 100%;
}
.carousel-item .img-slider img {
  min-height: 100% !important;
}

.carousel-caption {
  z-index: 1;
  color: var(--mainColor4);
  right: 10%;
  top: 24%;
  left: 10%;
}
.carousel-caption h6 {
  font-weight: 500;
  line-height: 35px;
  font-size: 20px;
}
.carousel-caption h5 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
}
.carousel-caption p {
  font-size: 20px;
  line-height: 35px;
}

.carousel-indicators .active {
  background-color: var(--primaryColor) !important;
}

.carousel-caption {
  z-index: 1;
  color: var(--mainColor4);
  right: 10%;
  top: 22%;
  left: 10%;
}
.carousel-caption h6 {
  font-weight: 500;
  line-height: 35px;
  font-size: 20px;
}
.carousel-caption h5 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
}
.carousel-caption p {
  font-size: 20px;
  line-height: 35px;
}

.carousel-indicators .active {
  background-color: var(--primaryColor) !important;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--mainColor4);
  border-radius: 10px !important;
  width: 35px;
  height: 7px;
  border-radius: 11px;
  opacity: 1 !important;
  transition: 0.7s !important;
}

.carousel-indicators .active {
  width: 78.75px !important;
}

input[type=checkbox] {
  height: 15px;
  width: 15px;
}

h3 {
  font-size: 22px;
  font-weight: 500;
}

.profile-picture {
  opacity: 1;
  height: 150px;
  width: 150px;
  position: relative;
  overflow: hidden;
  background: url("../imgs/home/camera.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.file-uploader {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
}

.file-uploader {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
}

.file-uploader:hover {
  cursor: pointer !important;
}

form .user {
  background-color: white !important;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12%2012.75C8.83%2012.75%206.25%2010.17%206.25%207C6.25%203.83%208.83%201.25%2012%201.25C15.17%201.25%2017.75%203.83%2017.75%207C17.75%2010.17%2015.17%2012.75%2012%2012.75ZM12%202.75C9.66%202.75%207.75%204.66%207.75%207C7.75%209.34%209.66%2011.25%2012%2011.25C14.34%2011.25%2016.25%209.34%2016.25%207C16.25%204.66%2014.34%202.75%2012%202.75Z%22%20fill%3D%22%23666666%22/%3E%3Cpath%20d%3D%22M20.5901%2022.75C20.1801%2022.75%2019.8401%2022.41%2019.8401%2022C19.8401%2018.55%2016.3202%2015.75%2012.0002%2015.75C7.68015%2015.75%204.16016%2018.55%204.16016%2022C4.16016%2022.41%203.82016%2022.75%203.41016%2022.75C3.00016%2022.75%202.66016%2022.41%202.66016%2022C2.66016%2017.73%206.85015%2014.25%2012.0002%2014.25C17.1502%2014.25%2021.3401%2017.73%2021.3401%2022C21.3401%2022.41%2021.0001%2022.75%2020.5901%2022.75Z%22%20fill%3D%22%23666666%22/%3E%3C/svg%3E") no-repeat 12px center;
  background-position-x: 10px;
  background-position-y: center;
  background-size: auto;
  background-size: 20px 20px;
  padding-inline: 40px;
}

form textarea.user {
  background-position-y: 10px !important;
  background: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17 21.25H7C6.59 21.25 6.25 20.91 6.25 20.5C6.25 20.09 6.59 19.75 7 19.75H17C19.86 19.75 21.25 18.36 21.25 15.5V8.5C21.25 5.64 19.86 4.25 17 4.25H7C4.14 4.25 2.75 5.64 2.75 8.5C2.75 8.91 2.41 9.25 2 9.25C1.59 9.25 1.25 8.91 1.25 8.5C1.25 4.85 3.35 2.75 7 2.75H17C20.65 2.75 22.75 4.85 22.75 8.5V15.5C22.75 19.15 20.65 21.25 17 21.25Z' fill='%23666666'/><path d='M11.9998 12.87C11.1598 12.87 10.3098 12.61 9.65978 12.08L6.52978 9.57997C6.20978 9.31997 6.14978 8.84997 6.40978 8.52997C6.66978 8.20997 7.13977 8.14997 7.45977 8.40997L10.5898 10.91C11.3498 11.52 12.6398 11.52 13.3998 10.91L16.5298 8.40997C16.8498 8.14997 17.3298 8.19997 17.5798 8.52997C17.8398 8.84997 17.7898 9.32997 17.4598 9.57997L14.3298 12.08C13.6898 12.61 12.8398 12.87 11.9998 12.87Z' fill='%23666666'/><path d='M8 17.25H2C1.59 17.25 1.25 16.91 1.25 16.5C1.25 16.09 1.59 15.75 2 15.75H8C8.41 15.75 8.75 16.09 8.75 16.5C8.75 16.91 8.41 17.25 8 17.25Z' fill='%23666666'/><path d='M5 13.25H2C1.59 13.25 1.25 12.91 1.25 12.5C1.25 12.09 1.59 11.75 2 11.75H5C5.41 11.75 5.75 12.09 5.75 12.5C5.75 12.91 5.41 13.25 5 13.25Z' fill='%23666666'/></svg>") no-repeat 12px center;
}

form input.user.feeling {
  background: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.98999 21.5C7.32999 21.5 5.65999 20.87 4.38999 19.6C1.85999 17.06 1.85999 12.94 4.38999 10.41C4.67999 10.12 5.15999 10.12 5.44999 10.41C5.73999 10.7 5.73999 11.18 5.44999 11.47C3.49999 13.42 3.49999 16.59 5.44999 18.54C7.39999 20.49 10.57 20.49 12.52 18.54C13.46 17.6 13.98 16.34 13.98 15C13.98 13.67 13.46 12.41 12.52 11.46C12.23 11.17 12.23 10.69 12.52 10.4C12.81 10.11 13.29 10.11 13.58 10.4C14.81 11.63 15.48 13.26 15.48 15C15.48 16.74 14.8 18.37 13.58 19.6C12.32 20.87 10.66 21.5 8.98999 21.5Z' fill='%23666666'/><path d='M19.07 14.16C18.88 14.16 18.69 14.09 18.54 13.94C18.25 13.65 18.25 13.17 18.54 12.88C20.59 10.83 20.59 7.49999 18.54 5.45999C16.49 3.40999 13.16 3.40999 11.12 5.45999C10.13 6.44999 9.57999 7.76999 9.57999 9.16999C9.57999 10.57 10.13 11.89 11.12 12.88C11.41 13.17 11.41 13.65 11.12 13.94C10.83 14.23 10.35 14.23 10.06 13.94C8.78999 12.67 8.07999 10.97 8.07999 9.16999C8.07999 7.36999 8.77999 5.66999 10.06 4.39999C12.69 1.76999 16.97 1.76999 19.61 4.39999C22.24 7.02999 22.24 11.32 19.61 13.95C19.46 14.09 19.26 14.16 19.07 14.16Z' fill='%23666666'/></svg>") no-repeat 12px center;
}

.modal .modal-content {
  background-image: url("../imgs/home/Frame 1321316549.svg");
  background-color: transparent;
  border: none !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal {
  color: var(--mainColor4);
}
.modal h3 {
  font-size: 40px !important;
  font-weight: 500;
}
.modal p {
  font-size: 16px;
  font-weight: 400;
  color: #F2F2F2;
}
.modal .footer p {
  font-size: 12px !important;
}

.form-check-input:checked {
  background-color: var(--primaryColor);
  border: none;
}

.LanguageMenu::before {
  content: "|";
}

.emcan {
  text-align: end;
}/*# sourceMappingURL=style.css.map */