@charset "UTF-8";
@import "../fonts/style.css";
@import "../fonticons/style.css";
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif !important;
}

body,
p {
  font-family: "SF Pro Display" !important;
}

.hero-text h4 {
  font-family: "Inter", Sans-serif !important;
}

.top-bar{
  display: flex;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 6 6 / var(--tw-bg-opacity, 1));
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-bar h2{
  font-size: 1.125rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-menu{
  position: fixed;
  left: -250px;
  top: 0px;
  z-index: 100;
  height: 100%;
  width: 100%;
  max-width: 250px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px){
  .mobile-menu{
    display: none;
  }
}
.mobile-menu.show{
  left: 0px;
}
.mobile-menu ul{
  list-style-type: none;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(107 6 6 / var(--tw-border-opacity, 1));
  padding: 0px;
}
.mobile-menu ul li{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mobile-menu ul li + li{
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(107 6 6 / var(--tw-border-opacity, 1));
}
.mobile-menu + .overlay.show{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 20;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
}

.overlay{
  display: none;
}

.mobile-header{
  display: flex;
  justify-content: space-between;
}
.mobile-header .custom-logo{
  max-width: 160px;
}

.section-one-stop h2{
  max-width: 659px;
}

@media not all and (min-width: 768px){
  .section-one-stop h2{
    font-size: 2rem;
  }
}

@media (min-width: 768px){
  .section-one-stop h2{
    font-size: 5rem;
  }
}

@media not all and (min-width: 768px){
  .services-section h2{
    font-size: 2rem;
  }
}

@media (min-width: 768px){
  .services-section h2{
    font-size: 5rem;
  }
}
.services-section .e-n-tabs-heading button{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.rate-list ul{
  padding-left: 0px;
}
.rate-list li{
  position: relative;
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5rem;
}
.rate-list li::before{
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-style: dotted;
  border-color: #00000080;
  --tw-content: "";
  content: var(--tw-content);
}
.rate-list li .makeup-text{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.rate-list li .price-tag{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 12px;
}
.rate-list li .price-tag b{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 6 6 / var(--tw-text-opacity, 1));
}
.rate-list li + li{
  margin-top: 1.5rem;
}

.instagram-gallery {
  overflow: hidden;
}
@media not all and (min-width: 768px){
  .instagram-gallery .gallery-item{
    width: 50% !important;
  }
}
.instagram-gallery .gallery-icon img{
  width: 100%;
}

@media not all and (min-width: 768px){
  .instagram-follwer h2{
    font-size: 2rem;
  }
}

@media (min-width: 768px){
  .instagram-follwer h2{
    font-size: 3.125rem;
  }
}

.site-footer {
  border-top: 1px solid #ebdcd4;
}
.site-footer .footer-inner{
  display: flex;
  justify-content: center;
}

.main-heading {
  background: linear-gradient(90deg, #a14ed0 1.44%, #e47183 23.56%, #fb7b71 43.75%, #1c4ed3 64.9%, #82b6e4 79.81%, #4bd0e1 96.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tabs-section .e-n-tabs-heading {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.tabs-section .e-n-tabs-heading button {
  font-size: 1.75rem;
  color: #1e3157 !important;
  font-weight: 500;
  flex: 1;
  padding: 30px;
  background-color: transparent !important;
  border: solid 2px transparent;
}
.tabs-section .e-n-tabs-heading button.e-n-tab-title[aria-selected=true] {
  border-bottom: solid 2px rgb(87, 144, 225);
}
.tabs-section .elementor-button-icon svg {
  fill: #000;
}
@media not all and (min-width: 1024px){
  .tabs-section .btn-banner{
    position: relative !important;
    margin-bottom: 1.25rem !important;
  }
}

.send-enquiry p {
  margin-bottom: 2rem;
}
.send-enquiry input,
.send-enquiry .area-of-interest,
.send-enquiry .message {
  border: none !important;
  border-radius: 0;
  line-height: 2.5rem;
  padding: 0 !important;
  border-bottom: solid 1px #b6b7bd !important;
}
.send-enquiry input::-moz-placeholder, .send-enquiry .area-of-interest::-moz-placeholder, .send-enquiry .message::-moz-placeholder {
  color: black;
}
.send-enquiry input::placeholder,
.send-enquiry .area-of-interest::placeholder,
.send-enquiry .message::placeholder {
  color: black;
}
.send-enquiry input:focus,
.send-enquiry .area-of-interest:focus,
.send-enquiry .message:focus {
  outline: none;
  box-shadow: none;
}
.send-enquiry .area-of-interest {
  height: 45px;
}
.send-enquiry .message {
  height: 100px;
}
.send-enquiry .btn-submit {
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  width: 100%;
  border-radius: 45px;
  color: #fff;
  padding-right: 36px !important;
  background-color: #1e3157;
}
.send-enquiry .btn-submit:hover {
  background-color: #1e3157;
}
.send-enquiry .btn-submit-outer {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.send-enquiry .btn-submit-outer p {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .send-enquiry .btn-submit-outer p {
    margin-bottom: 0;
  }
}
.send-enquiry .btn-submit-outer p:before {
  content: "";
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  right: 4px;
  top: 3px;
  border-radius: 100%;
  background-color: #e2f3ff;
}
.send-enquiry .btn-submit-outer p:after {
  content: "\e900";
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 12px;
  right: 16px;
  top: 14px;
}

.footer {
  background-color: #172747;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 70px 15px 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 15px;
  }
}
.footer .footer-logo{
  margin-top: 3.5rem !important;
  display: flex !important;
  justify-content: flex-end !important;
}
.footer .footer-logo figure{
  margin: 0px;
}
@media not all and (min-width: 768px){
  .footer .footer-logo figure{
    max-width: 230px;
  }
}
.footer .footer-bottom{
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgba(255,255,255,0.1);
  padding-top: 1.25rem;
  margin-top: 4rem !important;
}
.footer .footer-bottom figure{
  margin: 0px;
}
.footer .footer-bottom p{
  margin-bottom: 0px;
}
.footer .footer-bottom ul{
  display: flex;
  gap: 1.75rem;
}
.footer .footer-bottom ul li{
  margin-bottom: 0px;
}
.footer .footer-bottom ul a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .footer-bottom p{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media not all and (min-width: 768px){
  .footer .thm-container{
    flex-direction: column;
  }
}
.footer .thm-container h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container h2 span{
  --tw-text-opacity: 1;
  color: rgb(6 148 251 / var(--tw-text-opacity, 1));
}
.footer .thm-container form input:focus,
.footer .thm-container form select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.footer .thm-container form select option{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap{
  width: 100%;
}
@media (min-width: 768px){
  .footer .thm-container .form-wrap{
    max-width: 482px;
  }
}
.footer .thm-container .menu-wrap{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media not all and (min-width: 768px){
  .footer .thm-container .menu-wrap{
    flex-direction: column;
    gap: 1.25rem;
  }
}
@media (min-width: 768px){
  .footer .thm-container .menu-wrap{
    max-width: 580px;
  }
}
.footer .thm-container .menu-wrap .footer-title{
  margin-top: 0px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(136 145 163 / var(--tw-text-opacity, 1));
}
.footer .thm-container .menu-wrap ul li a{
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap p,
.footer .thm-container .menu-wrap p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap input,
.footer .thm-container .form-wrap .wpcf7-form-control.wpcf7-select,
.footer .thm-container .menu-wrap input,
.footer .thm-container .menu-wrap .wpcf7-form-control.wpcf7-select{
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-style: solid;
  border-color: rgba(250,252,255,0.3);
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap input::-moz-placeholder, .footer .thm-container .form-wrap .wpcf7-form-control.wpcf7-select::-moz-placeholder, .footer .thm-container .menu-wrap input::-moz-placeholder, .footer .thm-container .menu-wrap .wpcf7-form-control.wpcf7-select::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap input::placeholder,
.footer .thm-container .form-wrap .wpcf7-form-control.wpcf7-select::placeholder,
.footer .thm-container .menu-wrap input::placeholder,
.footer .thm-container .menu-wrap .wpcf7-form-control.wpcf7-select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap .wpcf7-form-control.wpcf7-select,
.footer .thm-container .menu-wrap .wpcf7-form-control.wpcf7-select{
  height: 2.5rem;
}
.footer .thm-container .form-wrap .checkbox-wrap,
.footer .thm-container .menu-wrap .checkbox-wrap{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.footer .thm-container .form-wrap .checkbox-wrap br,
.footer .thm-container .menu-wrap .checkbox-wrap br{
  display: none;
}
.footer .thm-container .form-wrap .checkbox-wrap p,
.footer .thm-container .menu-wrap .checkbox-wrap p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap .checkbox-wrap p a,
.footer .thm-container .menu-wrap .checkbox-wrap p a{
  --tw-text-opacity: 1;
  color: rgb(87 144 225 / var(--tw-text-opacity, 1));
}
.footer .thm-container .form-wrap .checkbox-wrap .wpcf7-list-item.first.last,
.footer .thm-container .menu-wrap .checkbox-wrap .wpcf7-list-item.first.last{
  margin-left: 0px;
  margin-top: 0px;
}
.footer .thm-container .form-wrap .checkbox-wrap [type=checkbox],
.footer .thm-container .menu-wrap .checkbox-wrap [type=checkbox]{
  margin-top: 0.5rem;
}
.footer .thm-container .form-wrap .btn-submit,
.footer .thm-container .menu-wrap .btn-submit{
  position: relative;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
}
.footer .thm-container .form-wrap .btn-submit p .wpcf7-spinner,
.footer .thm-container .menu-wrap .btn-submit p .wpcf7-spinner{
  margin: 0px;
}
.footer .thm-container .form-wrap .btn-submit input,
.footer .thm-container .menu-wrap .btn-submit input{
  margin-bottom: 0px;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(164 188 207 / var(--tw-bg-opacity, 1));
  text-indent: -999999px;
}
.footer .thm-container .form-wrap .btn-submit:before,
.footer .thm-container .menu-wrap .btn-submit:before{
  position: absolute;
  left: 15px;
  top: 13px;
  font-family: "icomoon";
  font-size: 11px;
  --tw-content: "";
  content: var(--tw-content);
}

.facebook-icon{
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(87 144 225 / var(--tw-border-opacity, 1));
}
.facebook-icon .icon-facebook{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?wtzwtb");
  src: url("fonts/icomoon.eot?wtzwtb#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?wtzwtb") format("truetype"), url("fonts/icomoon.woff?wtzwtb") format("woff"), url("fonts/icomoon.svg?wtzwtb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-external-link:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-close:before {
  content: "\ea0f";
}