@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
:root {
  --neutral: #c1b6a4;
  --whiteBeige: #f6f5ec;
  --peachCream: #ede7db;
  --chalkBeige: #e1daca;
  --brandyRose: #b29079;
  --dark: #463930;
  --chocolate: #6a483c;

  --light: #f5f0ed;
}
a {
  color: goldenrod;
}
.wp-button {
  margin-top: 9px;
  margin-left: 2px;
}
@media only screen and (min-width: 1000px) {
  .float {
    display: none;
  }
}
.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 32px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
table.preturi-masaj {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding-bottom: 20px;
  margin-bottom: 100px;
}
tbody tr:hover,
tbody tr:hover td {
  background-color: var(--whiteBeige);
  --bs-table-bg-type: var(--whiteBeige) !important;
}
.section_padding_130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.faq_area {
  position: relative;
  z-index: 1;
  background-color: #f5f5ff;
}

.faq-accordian {
  position: relative;
  z-index: 1;
}
.faq-accordian .card {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
  margin-bottom: 0;
}
.faq-accordian .card .card-header {
  background-color: #ffffff;
  padding: 0;
  border-bottom-color: #ebebeb;
  border-radius: 0;
}
.faq-accordian .card .card-header h6 {
  cursor: pointer;
  padding: 1.75rem 2rem;

  color: darkgoldenrod;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-body p ul li {
  text-align: left;
}
.faq-accordian .card .card-header h6 span {
  font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
  color: #000;
}
.faq-accordian .card .card-header h6.collapsed span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
  padding: 1.75rem 2rem;
}
.card-body p {
  text-align: left;
}
.faq-accordian .card .card-body p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .support-button p {
    font-size: 14px;
  }
}

.support-button i {
  color: darkgoldenrod;
  font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
  .support-button i {
    font-size: 1rem;
  }
}

.support-button a {
  /* text-transform: capitalize; */
  color: darkgoldenrod;
  /* text-decoration-color:rgb(255, 202, 67); */
}
@media only screen and (max-width: 575px) {
  .support-button a {
    font-size: 13px;
  }
}

.promo {
  color: darkgoldenrod;
  display: contents;
  font-size: 13px;
  padding-bottom: 5px;
  font-weight: bold;
}
.pricesbody td {
  padding: 20px 10px 10px 10px;
}
.priceslist .col-sm {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 6px 15px;
}
.priceslist .col-sm small,
.priceslist .col-sm b {
  display: contents;
}
.priceslist .row {
  background: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}
.priceslist .sub {
  display: contents;

  font-size: 14px;
}
.priceslist .per {
  font-weight: bold;
}
del {
  padding-right: 6px;
}
.priceslist .row:nth-child(2n) {
  background: #f7f7f7;
}
.priceslist {
  background-color: #fff;
}
.priceslist .servicename {
  justify-content: start;
  text-align: left;
  padding: 13px 19px;
}
.priceslist .row:hover {
  background-color: var(--whiteBeige);
}
@media (min-width: 575.98px) {
  .per,
  .sub {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .priceslist .row:nth-child(2n) {
    background: #fff;
  }
  .priceslist .col-sm {
    display: block;
    background-color: #f7f7f7;
  }
  .priceslist .servicename {
    justify-content: center;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    font-weight: bold;
  }
  .priceslist .servicename small {
    font-size: 14px;
    font-weight: 400;
  }
  .priceslist .sub {
    /* display: block; */
  }
  .priceslist .det {
    display: block;
    font-weight: bold;
  }
  .priceslist .per {
    display: inline-block;
    font-size: 14px;
  }
  .priceslist .row {
    /* border-bottom: 2px solid lightgray; */
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .priceslist .row:hover {
    background-color: #fff;
  }
}

.header-row div {
  background-color: var(--whiteBeige);
  font-weight: bold;
  padding: 10px 0;
}
.table-text {
  padding: 10px 0;
}
.top-bar {
  background-color: var(--chocolate);
  color: var(--light);
  padding: 9px 15px;
  font-size: 14px;
}
.top-bar a {
  color: var(--light);
  text-decoration: none;
}
.top-bar i {
  margin-right: 5px;
}
.top-bar-inner div {
  display: inline-block;
}

.top-bar .phone,
.top-bar .mail,
.top-bar .location {
  margin-left: 10px;
}

.social {
  float: right;
}

.fb,
.insta {
}

.insta i {
  font-size: 18px;
  padding: 0 10px;
}
.fb i {
  font-size: 15px;
  padding: 0 10px;
}

#price-section {
  background-color: #fafafa;
  background-image: url("bgline-gray.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 100px 0;
}
.price-innerdetail h5 {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 15px;
}

.prices {
  font-size: 32px;
}

.detail-pricing {
  border-bottom: 1px solid;
  padding: 30px 0 30px 0;
}
.detail-pricing:last-child {
  border-bottom: none;
}

.detail-pricing .float-left {
  padding: 0 0 0 40px;
}

.detail-pricing .float-left i {
  position: absolute;
  left: 0;
  font-size: 20px;
  margin-top: -6px;
}

.detail-pricing span {
  display: inline-block;
  position: relative;
  font-weight: 400;
}

.wrap-price {
  background: var(--brandyRose);
  color: #fff;
  padding: 28px 15px 20px;
  min-height: 400px;
  margin-top: 40px;
  transition: scale ease-in-out 200ms;
  scale: 100%;
}
.wrap-price:hover {
  scale: 105%;
  cursor: pointer;
}

.center-wrap {
  background: var(--chocolate);
  color: #fff;
}
.section-dark {
  background-color: var(--brandyRose);
  color: var(--light);
  padding: 80px 100px;
  text-align: center;
}

.section-dark h1 {
  color: var(--light);
}
.section-dark p {
  color: var(--light);
  max-width: 800px;
  padding-top: 10px;
  margin: 0 auto;
}
.section-light {
  background-color: #f5f5f5;
  background-image: url("bgline-gray.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--dark);
  text-align: center;
}
.section-beige {
  background-color: var(--whiteBeige);
  background-image: url("bgline-white.png");
  background-image: none;
}
.section-beige {
  background-color: var(--whiteBeige);
  background-image: url("bgline-white.png");
  background-image: none;
}
.section-light .row {
  margin: 0;
}
.section-content {
  padding: 100px;
}
.section-light h1 {
  color: var(--dark);
}
.section-light p {
  color: var(--dark);
  max-width: 1000px;
  padding-top: 10px;
  margin: 0 auto;
}
.section-lighter {
  background-color: var(--whiteBeige);
  color: var(--dark);
  text-align: center;
}
.section-lighter h1 {
  color: var(--dark);
}
.section-lighter p {
  color: var(--dark);
  max-width: 800px;
  padding-top: 10px;
  margin: 0 auto;
}

.section-white {
  background-color: #fff;
  color: var(--dark);
  text-align: center;
}
.section-white h1 {
  color: var(--dark);
}
.section-white p {
  color: var(--dark);
  text-align: left;
  padding-top: 10px;
  margin: 0 auto;
}
.section-padding {
  padding: 80px 100px;
}

.section-gray-lines {
  background-color: #f5f5f5;
  background-image: url("bgline-gray.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bigtext {
}

.smalltext {
  font-size: 16px;
  font-weight: bold;
  color: #e1bb78;
  text-transform: uppercase;
}

.subtext {
  margin-top: 25px;
}

.calltoaction {
  display: inline-block;
  margin-top: 40px;
  border: 1px solid var(--dark);
  padding: 20px;
  color: var(--dark);
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.calltoaction:hover {
  color: goldenrod;
  border-color: goldenrod;
}
.fancy,
h1,
h2,
h3 {
  font-family: "Playfair Display", Times, serif;
}
body {
  /* background-image: url("bodybg.jpg"); */
  font-family: "Poppins", "Work Sans", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  background-color: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", "Work Sans", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
}

.womanbg {
  background-image: url("woman.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
}

/* HEADINGS */

h1,
p {
  color: var(--dark);
  text-align: center;
  line-height: 1.4;
}

h1 {
  font-size: 2.4rem;
  font-weight: bold;
}

h2 {
  color: var(--dark);
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* BASIC SETUP */

.mw {
}
.page-wrapper {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.nav-wrapper {
  width: 100%;
  /* position: -webkit-sticky; 
  position: sticky; */
  border-bottom: 1px solid var(--brandyRose);
  top: 0;
  background-color: #fff;
}

.grad-bar {
  width: 100%;
  height: 5px;
  background: linear-gradient(-45deg, #f5d677, #a57a2f);
  background-size: 400% 400%;
  /* position: fixed;
  bottom: 0; */
  -webkit-animation: gradbar 15s ease infinite;
  -moz-animation: gradbar 15s ease infinite;
  animation: gradbar 15s ease infinite;
}

/* NAVIGATION */

.navbar {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  height: 100px;
  overflow: hidden;
  /* border-bottom: 1px solid var(--brandyRose); */

  margin: 0 auto;
  max-width: 1500px;
}
.navbar .logo {
  width: auto;
  /* justify-self: center; */
  margin-top: 4px;
  margin-left: 60px;
}
.navbar .logo img {
  height: 65px;
  width: auto;
}

.navbar ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-self: end;
  margin-right: 50px;
}

.nav-item a {
  margin-right: 50px;
  color: var(--dark);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease-out;
}

.nav-item-last a {
  margin-right: 0;
}

.nav-item a:hover {
  /* text-decoration: underline; */
  color: goldenrod;
}

/* SECTIONS */

.headline {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  min-height: 520px;
  /* max-width: 1445px; */
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  color: var(--brandyRose);
}
.headline > .headline-section {
  /* position: relative; */
  width: 100%;
  min-height: 440px;
  padding: 1rem;
}

/* tablet breakpoint */
@media (min-width: 1000px) {
  .headline > .headline-section {
    width: 50%;
  }
}
@media (max-width: 1500px) {
  .navbar ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1000px) {
  .navbar ul {
    margin-right: 0px !important;
  }
  .logo {
    margin-left: 10px !important;
  }
}
/* tablet breakpoint */
@media (min-width: 1000px) {
  .responsive-two-column-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.centered-element {
  margin: 0 auto;
  margin-top: 10%;
  text-align: center;
  padding-left: 60px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}
.second-section {
  background-image: url("bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.features {
  width: 100%;
  height: auto;
  background-color: #f1f1f1;
  display: flex;
  padding: 50px 20px;
  justify-content: space-around;
}

.feature-container {
  flex-basis: 30%;
  margin-top: 10px;
}

.feature-container p {
  color: var(--dark);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
}

.feature-container img {
  width: 100%;
  margin-bottom: 15px;
}

/* SEARCH FUNCTION */

#search-icon {
  font-size: 0.9rem;
  margin-top: 3px;
  margin-left: 15px;
  transition: color 0.3s ease-out;
}

#search-icon:hover {
  color: #3498db;
  cursor: pointer;
}

.search {
  transform: translate(-35%);
  -webkit-transform: translate(-35%);
  transition: transform 0.7s ease-in-out;
  color: #3498db;
}

.no-search {
  transform: translate(0);
  transition: transform 0.7s ease-in-out;
}

.search-input {
  position: absolute;
  top: -4px;
  right: -125px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.6s ease;
}

.search-active {
  opacity: 1;
  z-index: 0;
}

input {
  border: 0;
  border-left: 1px solid #ccc;
  border-radius: 0; /* FOR SAFARI */
  outline: 0;
  padding: 5px;
}

/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #3f3f3f;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-toggle {
  justify-self: end;
  margin-right: 25px;
  display: none;
}

.menu-toggle:hover {
  cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
  opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes gradbar {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradbar {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.social a {
  font-size: 16px;
  margin-right: 10px;
}

.contact-area {
  background-color: var(--whiteBeige);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .contact {
    margin-bottom: 60px;
  }
}

.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"] {
  background: #fff;
  border: 1px solid #464646;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  height: 60px;
  padding: 10px;
  width: 100%;
  font-family: "poppins", sans-serif;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}

.contact textarea {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #464646;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  font-family: "poppins", sans-serif;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}

.contact input:focus {
  background: #fff;
  border: 1px solid goldenrod;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.contact textarea:focus {
  background: #fff;
  border: 1px solid goldenrod;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.form-control::placeholder {
  color: #232434;
  opacity: 1;
}

.btn-contact-bg {
  border-radius: 0;
  color: #fff;
  outline: medium none !important;
  padding: 15px 27px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: var(--brandyRose);
  font-family: "poppins", sans-serif;
  cursor: pointer;
  width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
  background: goldenrod;
  color: #fff;
}

/*START ADDRESS*/

.single_address {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 40px;
}

.single_address p {
  text-align: left;
  margin-top: 18px;
}

@media only screen and (max-width: 768px) {
  .single_address {
    padding-left: 0px;
  }
}

.single_address i {
  background: #fff;
  color: goldenrod;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 14px;
  font-size: 22px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single_address:hover i {
  background: #fff;
  color: goldenrod;
}

.single_address h4 {
  font-size: 18px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: 600;
}

.single_address p {
  overflow: hidden;
}

.section-title h1 {
  font-size: 44px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.section-title p {
  padding: 0 10px;
  max-width: 1080px;
  margin: auto;
  letter-spacing: 1px;
}
.section-title {
  margin-bottom: 60px;
}
.text-center {
  text-align: center !important;
}

.top-bar-inner {
  max-width: 1500px;
  display: block !important;
  margin: 0 auto;
}

/* Media Queries */

/* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 1000px) {
  .top-bar {
    display: none;
  }
  .section-content {
    padding: 30px;
  }
  .second-section {
    background-position: center bottom;
    min-height: 300px !important;
  }

  .section-title p {
    width: 100%;
  }

  .section-padding {
    padding: 35px 15px;
  }
  .social {
    float: none;
    margin-top: 5px;
    text-align: right;
    display: block;
    width: 100%;
  }
  h1,
  .bigtext {
    font-size: 31px;
  }
  .social a {
    font-size: 20px;
  }
  .top-bar-inner div {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }
  .nav-item a {
    margin-right: 0;
  }
  .first-section {
    min-height: auto !important;
  }
  .second-section {
    min-height: 440px;
    padding-left: 0;
  }
  .centered-element {
    margin-top: 0;
    padding: 20px 0;
    /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  }
  .headline {
    /* flex-wrap: wrap-reverse; */
  }
  .features {
    flex-direction: column;
    padding: 50px;
  }

  /* MOBILE HEADINGS */

  h1 {
    font-size: 1.9rem;
  }

  h2 {
    font-size: 1rem;
  }

  p {
    /* font-size: 0.8rem; */
  }

  /* MOBILE NAVIGATION */
  .navbar {
    width: 100%;
  }
  .navbar ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: start;
    top: 100px;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 55px);
    transform: translate(-101%);
    text-align: center;
    overflow: hidden;
    z-index: 101;
  }

  .navbar li {
    padding: 15px;
  }

  .navbar li:first-child {
    margin-top: 50px;
  }

  .navbar li a {
    font-size: 1rem;
  }

  .menu-toggle,
  .bar {
    display: block;
    cursor: pointer;
  }

  .mobile-nav {
    transform: translate(0%) !important;

    z-index: 101;
  }

  /* SECTIONS */

  .headline {
  }

  .feature-container p {
    margin-bottom: 25px;
  }

  .feature-container {
    margin-top: 20px;
  }

  .feature-container:nth-child(2) {
    order: -1;
  }

  /* SEARCH DISABLED ON MOBILE */

  #search-icon {
    display: none;
  }

  .search-input {
    display: none;
  }
}
.servicii {
  margin-top: 20px;
}
.servicii .card-body h5 {
  color: white !important;
  font-size: 36px;
}
.servicii .card-body {
  height: 400px;
  text-align: right;
}
.revolvx {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)),
    url(revolvx.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.epilaredefinitiva {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)),
    url(epilaredefinitiva.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.masaj {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)),
    url(masaj.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.dermapen {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)),
    url(dermapen.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer p {
  color: var(--light);
}
.footer {
  background: var(--dark);
  color: var(--light);
  padding-bottom: 50px;
  padding-top: 80px;
}
.footer_menu {
  margin-bottom: 20px;
}
.footer_menu ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
}
.footer_menu ul li {
  display: inline-block;
}
.footer_menu ul li a {
  color: #fff;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_menu ul li a:hover {
  color: var(--light);
}

/*START FOOTER SOCIAL DESIGN*/
.footer_profile {
  margin-bottom: 40px;
}
.footer_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.footer_profile ul li {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .footer_profile ul li {
    margin: 2px;
  }
}
.footer_profile ul li a img {
  width: 60px;
}

.footer_profile ul li a {
  background: var(--light);

  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
  line-height: 40px;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--brandyRose);
}
.footer_copyright {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
}
