

@font-face {
  font-family: 'goudos';
  src: url('../fonts/goudos.TTF') format('truetype');
}

@font-face {
  font-family: 'proxima-extra-light';
  src: url('../fonts/proxima-extra-light.otf') format('opentype');
}


@font-face {
  font-family: 'proxima-light';
  src: url('../fonts/proxima-light.otf') format('opentype');
}

@font-face {
  font-family: 'proxima-regular';
  src: url('../fonts/proxima-regular.otf') format('opentype');
}

@font-face {
  font-family: 'proxima-bold';
  src: url('../fonts/proxima-bold.otf') format('opentype');
}

@font-face {
  font-family: 'proxima-semibold';
  src: url('../fonts/proxima-semibold.otf') format('opentype');
}

@font-face {
  font-family: 'proxima-black';
  src: url('../fonts/proxima-black.otf') format('opentype');
}

:root {
  --planmygigs-size-15xl: 100px;
  --planmygigs-size-14xl: 80px;
  --planmygigs-size-13xl: 71px;
  --planmygigs-size-12xl: 65px;
  --planmygigs-size-11xl: 60px;
  --planmygigs-size-10xl: 50px;
  --planmygigs-size-9xl: 45px;
  --planmygigs-size-8xl: 40px;
  --planmygigs-size-7xl: 30px;
  --planmygigs-size-6xl: 29px;
  --planmygigs-size-5xl: 24px;
  --planmygigs-size-4xl: 20px;
  --planmygigs-size-3xl: 18px;
  --planmygigs-size-2xl: 16px;
  --planmygigs-size-xl: 14px;
  --planmygigs-size-lg: 13px;
  --planmygigs-size-md: 12px;
  --planmygigs-size-sm: 11px;
  --planmygigs-body-size: 16px;
  --planmygigs-body-line-height: 1.875;
  --planmygigs-sec-space: 120px;
  --planmygigs-font: 'goudos', sans-serif;
  --planmygigs-font-extra-light: 'proxima-extra-light', sans-serif;
  --planmygigs-font-light: 'proxima-light', sans-serif;
  --planmygigs-font-regular: 'proxima-regular', sans-serif;
  --planmygigs-font-bold: 'proxima-bold', sans-serif;
  --planmygigs-font-semibold: 'proxima-semibold', sans-serif;
  --planmygigs-font-black: 'proxima-black', sans-serif;
  --planmygigs-special-font: "Covered By Your Grace", cursive;
  --planmygigs-base: #39348d;
  --planmygigs-base-rgb: rgba(130, 47, 177, 255);
  --planmygigs-primary: #f328df;
  --planmygigs-primary-rgb: rgba(238, 67, 197, 255);
  --planmygigs-secondary: #736D75;
  --planmygigs-secondary-rgb: 115, 109, 117;
  --planmygigs-gray: #e5ddd2;
  --planmygigs-gray-rgb: rgba(236, 228, 217, 255);
  --planmygigs-white: #ffffff;
  --planmygigs-white-rgb: 255, 255, 255;
  --planmygigs-white2: #FAF5EE;
  --planmygigs-white2-rgb: 250, 245, 238;
  --planmygigs-white3: #EBE6DE;
  --planmygigs-white3-rgb: 235, 230, 222;
  --planmygigs-white4: #EBEBEB;
  --planmygigs-white4-rgb: 235, 235, 235;
  --planmygigs-black: #212121;
  --planmygigs-black-rgb: rgba(33, 33, 33, 255);
  --planmygigs-black2: #4A3E4E;
  --planmygigs-black2-rgb: 74, 62, 78;
  --planmygigs-black3: #403344;
  --planmygigs-black3-rgb: 64, 51, 68;
  --planmygigs-black4: #241C26;
  --planmygigs-black4-rgb: 36, 28, 38;
  --planmygigs-black5: #273034;
  --planmygigs-black5-rgb: 39, 48, 52;
  --planmygigs-shadow-one: 0px 16px 60px 0px rgba(0, 0, 0, 0.05);
  --planmygigs-shadow-two: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb--60 {
  margin-bottom: -60px;
}

.mb--120 {
  margin-bottom: -120px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.sec-title {
  margin-bottom: 49px;
}

@media (max-width: 767px) {
  .sec-title {
    margin-bottom: 35px;
  }
}

.sec-title__tagline {
  font-size: var(--planmygigs-size-xl, 14px);
  color: var(--planmygigs-base, #FF5956);
  line-height: 0.9;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.sec-title__title,
.sec-title__heading {
  font-size: var(--planmygigs-size-8xl, 40px);
  line-height: 1.25;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  color: var(--planmygigs-secondary, #736D75);
  font-size: var(--planmygigs-body-size, 16px);
  line-height: var(--planmygigs-body-line-height, 1.875);
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--planmygigs-base, #FF5956);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  font-size: var(--planmygigs-size-2xl, 16px);
  font-weight: 500;
  color: var(--planmygigs-secondary, #736D75);
  line-height: 1;
}

input,
textarea {
  color: var(--planmygigs-secondary, #736D75);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  color: var(--planmygigs-primary, #2D2330);
  font-weight: 700;
}

@media (max-width: 575px) {

  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

p {
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  font-size: var(--planmygigs-size-2xl, 16px);
  color: var(--planmygigs-secondary, #736D75);
  /* line-height: 1.875; */
  font-weight: 500;
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

.text-small {
  font-size: var(--planmygigs-size-xl, 14px);
  /* line-height: 1.714; */
}

a,
button,
img,
svg,
path {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (max-width: 575px) {
  :root {
    --planmygigs-sec-space: 80px;
  }
}

.section-space {
  padding-top: var(--planmygigs-sec-space, 120px);
  padding-bottom: var(--planmygigs-sec-space, 120px);
}

.section-space-top {
  padding-top: var(--planmygigs-sec-space, 120px);
}

.section-space-bottom {
  padding-bottom: var(--planmygigs-sec-space, 120px);
}

.auto-container {
  max-width: 1400px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.planmygigs-btn {
  display: inline-block;
  border: none;
  outline: none !important;
  background-color: var(--planmygigs-base);
  color: var(--planmygigs-white);
  font-size: var(--planmygigs-size-2xl, 16px);
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  font-weight: 700;
  padding: 20px 40px;
  transition: 500ms;
  text-transform: capitalize;
  border-radius: 6px;
  text-align: center;
}
.planmygigs-btn span {
  color: var(--planmygigs-white);
}
.planmygigs-btn:hover {
  background-color: var(--planmygigs-primary);
  color: var(--planmygigs-white);
}
/* 
.planmygigs-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--planmygigs-primary, #2D2330);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.planmygigs-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--planmygigs-base, #FF5956);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} */

.planmygigs-btn:hover {
  color: var(--planmygigs-primary, #2D2330);
}

.planmygigs-btn:hover::before {
  top: 100%;
}

.planmygigs-btn:hover::after {
  bottom: -50%;
}

.planmygigs-btn--primary:hover {
  color: var(--planmygigs-primary, #2D2330);
}

.planmygigs-btn--primary::after {
  background-color: var(--planmygigs-white, #ffffff);
}

.planmygigs-btn--primary::before {
  background-color: var(--planmygigs-primary, #2D2330);
}

.planmygigs-btn--secondary:hover {
  color: var(--planmygigs-white, #ffffff);
}

.planmygigs-btn--secondary::after {
  background-color: var(--planmygigs-base, #FF5956);
}

.planmygigs-btn--secondary::before {
  background-color: var(--planmygigs-secondary, #736D75);
}

.planmygigs-btn--black:hover {
  color: var(--planmygigs-white, #ffffff);
}

.planmygigs-btn--black::after {
  background-color: var(--planmygigs-base, #FF5956);
}

.planmygigs-btn--black::before {
  background-color: var(--planmygigs-primary, #2D2330);
}

.planmygigs-btn--base:hover {
  color: var(--planmygigs-white, #ffffff);
}

.planmygigs-btn--base::after {
  background-color: var(--planmygigs-primary, #2D2330);
}

.planmygigs-btn--base::before {
  background-color: var(--planmygigs-base, #FF5956);
}

.planmygigs-btn--base-two:hover {
  color: var(--planmygigs-white, #ffffff);
}

.planmygigs-btn--base-two::after {
  background-color: var(--planmygigs-black4, #241C26);
}

.planmygigs-btn--base-two::before {
  background-color: var(--planmygigs-base, #FF5956);
}

.planmygigs-btn--base-three:hover {
  color: var(--planmygigs-primary, #2D2330);
}

.planmygigs-btn--base-three::after {
  background-color: var(--planmygigs-white, #ffffff);
}

.planmygigs-btn--base-three::before {
  background-color: var(--planmygigs-base, #FF5956);
}

.planmygigs-btn--white {
  color: var(--planmygigs-base, #FF5956);
}

.planmygigs-btn--white:hover {
  color: var(--planmygigs-white, #ffffff);
}

.planmygigs-btn--white::after {
  background-color: var(--planmygigs-base, #FF5956);
}

.planmygigs-btn--white::before {
  background-color: var(--planmygigs-white, #ffffff);
}

.planmygigs-btn--white-two {
  color: var(--planmygigs-secondary, #736D75);
  background-color: var(--planmygigs-white2, #FAF5EE);
}

.planmygigs-btn--white-two:hover {
  color: var(--planmygigs-white, #ffffff);
}

.planmygigs-btn--white-two::after {
  background-color: var(--planmygigs-base, #FF5956);
}

.planmygigs-btn--white-two::before {
  background-color: var(--planmygigs-white2, #FAF5EE);
}

.planmygigs-btn--gray:hover {
  color: var(--planmygigs-white, #ffffff);
}

.planmygigs-btn--gray::after {
  background-color: var(--planmygigs-base, #FF5956);
}

.planmygigs-btn--gray::before {
  background-color: RGBA(var(--planmygigs-white-rgb, 255, 255, 255), 0.14);
}

.planmygigs-ratings {
  display: flex;
  align-items: center;
  gap: 4px;
}

.planmygigs-ratings i {
  font-size: 15px;
  color: var(--planmygigs-base, #FF5956);
}

.planmygigs-ratings-two {
  display: flex;
  align-items: center;
  gap: 2px;
}

.planmygigs-ratings-two i {
  font-size: 16px;
  color: var(--planmygigs-white2, #FAF5EE);
  transition: all 500ms ease;
}

.planmygigs-ratings-two i.hover,
.planmygigs-ratings-two i.active {
  color: var(--planmygigs-base, #FF5956);
}

.planmygigs-progress {
  position: relative;
}

.planmygigs-progress__title {
  font-size: var(--planmygigs-size-2xl, 16px);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 17px;
}

.planmygigs-progress__bar {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 30px;
  display: block;
  background-color: var(--planmygigs-white3, #EBE6DE);
}

.planmygigs-progress__inner {
  position: relative;
  display: block;
  width: 0px;
  height: 12px;
  border-radius: 30px;
  background-color: var(--planmygigs-base, #FF5956);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.planmygigs-progress__number {
  position: absolute;
  right: -8px;
  bottom: 29px;
  text-align: center;
  opacity: 0;
  margin-bottom: 0;
  line-height: 1;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.planmygigs-progress .counted .count-text {
  opacity: 1;
}

.quantity-box {
  border: 1px solid var(--planmygigs-white3, #EBE6DE);
  width: 153px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-box__input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 60px;
  height: 44px;
  border-left: 1px solid var(--planmygigs-white3, #EBE6DE);
  border-right: 1px solid var(--planmygigs-white3, #EBE6DE);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  padding: 0;
  outline: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--planmygigs-primary, #2D2330);
  background-color: transparent;
  text-align: center;
  appearance: none;
}

.quantity-box__btn {
  border: none;
  outline: none;
  background-color: transparent;
  background-color: transparent;
  padding: 0;
  width: 45px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--planmygigs-primary, #2D2330);
}

.quantity-box__btn:hover {
  color: var(--planmygigs-base, #FF5956);
}

.price-ranger #slider-range {
  margin: 18px 0 0 0px;
  background-color: var(--planmygigs-white2, #FAF5EE);
  border: none;
  height: 6px;
  border-radius: 16px;
  position: relative;
}

.price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--planmygigs-base, #FF5956);
}

.price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--planmygigs-base, #FF5956);
  border: 0;
  height: 16px;
  width: 16px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.price-ranger .ranger-min-max-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0 0 0px;
}

.price-ranger .ranger-min-max-block-price {
  display: flex;
  align-items: center;
  margin-left: -5px;
}

.price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  font-size: var(--planmygigs-size-2xl, 16px);
  color: var(--planmygigs-secondary, #736D75);
  line-height: 1.875;
  font-weight: 700;
  border: none;
  outline: none;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  text-align: center;
  width: 40px;
  padding: 0;
  background-color: transparent;
}

.price-ranger .ranger-min-max-block-line {
  position: relative;
  display: inline-block;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  font-size: var(--planmygigs-size-2xl, 16px);
  color: var(--planmygigs-secondary, #736D75);
  line-height: 1.875;
  font-weight: 700;
  left: 0;
}

.price-ranger .ranger-min-max-block button[type=submit] {
  position: relative;
  display: block;
  background-color: var(--planmygigs-white2, #FAF5EE);
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  float: right;
  text-align: center;
  border: none;
  font-size: var(--planmygigs-size-xl, 14px);
  color: var(--planmygigs-secondary, #736D75);
  font-weight: 700;
  line-height: 1.857;
  margin: 0;
  cursor: pointer;
  padding: 0 16px;
  height: 40px;
  border-radius: 0;
  border-radius: 6px;
  text-transform: capitalize;
  text-align: center;
}

.price-ranger .ranger-min-max-block button[type=submit] span {
  transition: 0.3s;
}

.price-ranger .ranger-min-max-block button[type=submit]:hover span {
  color: var(--planmygigs-white, #ffffff);
}

.form-checked-box {
  position: relative;
  display: block;
  margin-top: 8px;
}

.form-checked-box input[type=checkbox] {
  display: none;
}

.form-checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  margin-right: 0px;
  margin-bottom: 0;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  font-size: var(--planmygigs-size-2xl, 16px);
  color: var(--planmygigs-secondary, #736D75);
  line-height: 29px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}

.form-checked-box label span:before {
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
  border-bottom: 2px solid var(--planmygigs-white, #ffffff);
  border-right: 2px solid var(--planmygigs-white, #ffffff);
  content: "";
  width: 5px;
  height: 8px;
  pointer-events: none;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.form-checked-box input[type=checkbox]+label span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
  border: 1px solid var(--planmygigs-white3, #EBE6DE);
}

.form-checked-box input[type=checkbox]:checked+label span {
  background-color: var(--planmygigs-base, #FF5956);
  border-color: var(--planmygigs-base, #FF5956);
}

.form-checked-box input[type=checkbox]:checked+label span:before {
  opacity: 1;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--planmygigs-base, #FF5956);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--planmygigs-black, #000000);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.ul-list-one {
  margin-bottom: 0;
}

.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--planmygigs-black, #000000);
}

.ul-list-one li::before {
  content: "\e907";
  color: var(--planmygigs-base, #FF5956);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--planmygigs-white, #ffffff);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--planmygigs-base, #FF5956);
  position: relative;
  overflow: hidden;
  top: -1px;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--planmygigs-black, #000000);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* post paginations */
.post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.post-pagination li+li {
  margin-left: 16px;
}

.post-pagination a {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: var(--planmygigs-white, #ffffff);
  align-items: center;
  justify-content: center;
  color: var(--planmygigs-primary, #2D2330);
  font-size: var(--planmygigs-size-4xl, 20px);
  font-weight: 700;
  border-radius: 6px;
  transition: 500ms ease;
  border: 1px solid var(--planmygigs-white3, #EBE6DE);
}

@media (max-width: 575px) {
  .post-pagination a {
    width: 42px;
    height: 42px;
  }
}

.post-pagination a i {
  font-size: 12px;
}

.post-pagination a:hover {
  background-color: var(--planmygigs-base, #FF5956);
  border-color: var(--planmygigs-base, #FF5956);
  color: var(--planmygigs-white, #ffffff);
}

.post-pagination li:first-child a {
  background-color: var(--planmygigs-base, #FF5956);
  color: var(--planmygigs-white, #ffffff);
  border-color: var(--planmygigs-base, #FF5956);
}

.planmygigs-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}

.planmygigs-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.planmygigs-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.planmygigs-owl__carousel--basic-nav .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.planmygigs-owl__carousel--basic-nav .owl-nav button span {
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: var(--planmygigs-black, #000000);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  color: var(--planmygigs-white, #ffffff);
  transition: all 500ms ease;
}

.planmygigs-owl__carousel--basic-nav .owl-nav button span:hover {
  background-color: var(--planmygigs-black, #000000);
  color: var(--planmygigs-white, #ffffff);
}

.planmygigs-owl__carousel--basic-nav .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.planmygigs-owl__carousel--basic-nav .owl-dots .owl-dot {
  margin: 0;
  padding: 0;
}

.planmygigs-owl__carousel--basic-nav .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--planmygigs-white3, #EBE6DE);
  margin: 0;
  padding: 0;
  display: block;
  transition: all 0.4s ease-in-out;
}

.planmygigs-owl__carousel--basic-nav .owl-dots .owl-dot:hover span,
.planmygigs-owl__carousel--basic-nav .owl-dots .owl-dot.active span {
  background-color: var(--planmygigs-base, #FF5956);
}

.planmygigs-owl__carousel--basic-nav .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}

.ui-datepicker.ui-widget-content {
  border: 1px solid var(--planmygigs-primary, #2D2330);
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  color: var(--planmygigs-primary, #2D2330);
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  width: 307px;
  padding: 5px 8px 3px;
}

@media (max-width: 360px) {
  .ui-datepicker.ui-widget-content {
    width: 270px;
  }
}

.ui-datepicker .ui-datepicker-header {
  padding: 6px 0;
  border-radius: 6px;
  background-image: none;
  background-color: var(--planmygigs-primary, #2D2330);
  color: var(--planmygigs-white, #ffffff);
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
}

.ui-datepicker-calendar td {
  background-color: var(--planmygigs-white, #ffffff);
  background-image: none;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  color: var(--planmygigs-white, #ffffff);
}

.ui-datepicker-calendar td a {
  border-color: var(--planmygigs-base, #FF5956);
  background-color: var(--planmygigs-gray, #928496);
  background-image: none;
}

.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: transparent;
  background-color: var(--planmygigs-white3, #EBE6DE);
  background-image: none;
  color: var(--planmygigs-primary, #2D2330);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--planmygigs-white, #ffffff);
  background-color: var(--planmygigs-base, #FF5956);
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--planmygigs-white, #ffffff);
  background-color: var(--planmygigs-base, #FF5956);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--planmygigs-white, #ffffff);
  color: var(--planmygigs-black, #000000);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--planmygigs-base, #FF5956);
  color: var(--planmygigs-white, #ffffff);
}

.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 6px;
}

.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 6px;
}

/*-- daterangepicker --*/
.daterangepicker {
  border: 1px solid var(--planmygigs-white3, #EBE6DE);
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  color: var(--planmygigs-primary, #2D2330);
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  padding: 5px 8px 3px;
  margin: 19px 0 0;
}

.daterangepicker::after,
.daterangepicker::before {
  display: none;
}

.daterangepicker .calendar-table thead th.month {
  color: var(--planmygigs-primary, #2D2330);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
}

.daterangepicker .calendar-table th.available {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border: none;
  text-align: center;
  transition: all 500ms ease;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: var(--planmygigs-primary, #2D2330);
  transition: all 500ms ease;
}

.daterangepicker .calendar-table .next:hover,
.daterangepicker .calendar-table .prev:hover {
  background-color: var(--planmygigs-base, #FF5956);
}

.daterangepicker .calendar-table .next:hover span,
.daterangepicker .calendar-table .prev:hover span {
  border-color: var(--planmygigs-white, #ffffff);
}

.daterangepicker .calendar-table thead th {
  color: var(--planmygigs-primary, #2D2330);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
}

.daterangepicker .calendar-table td {
  transition: all 500ms ease;
  border-color: transparent;
  background-color: var(--planmygigs-white3, #EBE6DE);
  background-image: none;
  color: var(--planmygigs-primary, #2D2330);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
  border-radius: 0;
  border: 1px solid var(--planmygigs-white, #ffffff);
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: var(--planmygigs-secondary, #736D75);
  background-color: var(--planmygigs-white2, #FAF5EE);
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover,
.daterangepicker td.in-range,
.daterangepicker td.active,
.daterangepicker td:hover,
.daterangepicker td.active:hover {
  background-color: var(--planmygigs-base, #FF5956);
  border-color: transparent;
  color: var(--planmygigs-white, #ffffff);
}

.daterangepicker .drp-buttons {
  border-top: 1px solid var(--planmygigs-white3, #EBE6DE);
  padding: 10px 0 6px;
  margin: 0 11px;
}

.daterangepicker .drp-selected {
  font-size: 13px;
  color: var(--planmygigs-secondary, #736D75);
  font-weight: 500;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
}

.daterangepicker .drp-buttons .btn {
  height: 30px;
  background-color: var(--planmygigs-base, #FF5956);
  border-radius: 5px;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  font-weight: 700;
  font-size: 12px;
  color: var(--planmygigs-white, #ffffff);
  transition: all 500ms ease;
  border: none;
  padding: 0 13px;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
  background-color: var(--planmygigs-primary, #2D2330);
}

.daterangepicker .drp-buttons .btn.cancelBtn:hover {
  background-color: var(--planmygigs-base, #FF5956);
}

.daterangepicker .drp-buttons .btn:hover {
  background-color: var(--planmygigs-primary, #2D2330);
}

@media (max-width: 1199px) {
  :root {
    --planmygigs-size-14xl: 70px;
  }
}

@media (max-width: 767px) {
  :root {
    --planmygigs-size-14xl: 65px;
  }
}

@media (max-width: 575px) {
  :root {
    --planmygigs-size-14xl: 55px;
    --planmygigs-size-10xl: 40px;
    --planmygigs-size-8xl: 35px;
    --planmygigs-size-7xl: 28px;
    --planmygigs-size-5xl: 20px;
    --planmygigs-size-3xl: 16px;
  }
}

@media (max-width: 425px) {
  :root {
    --planmygigs-size-14xl: 50px;
    --planmygigs-size-10xl: 35px;
    --planmygigs-size-7xl: 26px;
    --planmygigs-size-4xl: 18px;
  }
}

@media (max-width: 393px) {
  :root {
    --planmygigs-size-8xl: 33px;
    --planmygigs-size-5xl: 19px;
  }
}

@media (max-width: 375px) {
  :root {
    --planmygigs-size-8xl: 33px;
  }
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.guide-single {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.guide-single__image-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.guide-single__image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-80%);
  width: 100%;
  height: 50%;
  border-radius: 10px 10px 0 0;
  background-color: RGBA(var(--planmygigs-primary-rgb, 45, 35, 48), 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
}

.guide-single__image-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(80%);
  width: 100%;
  height: 50%;
  border-radius: 0 0 10px 10px;
  background-color: RGBA(var(--planmygigs-primary-rgb, 45, 35, 48), 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
}

.guide-single:hover .guide-single__image-box::before,
.guide-single:hover .guide-single__image-box::after {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}

.guide-single__image {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.guide-single__info {
  position: absolute;
  left: -25px;
  bottom: -62px;
  padding-top: 51px;
  padding-left: 55px;
  width: 259px;
  height: 259px;
  border-radius: 50%;
  background-color: RGBA(var(--planmygigs-base-rgb, 255, 89, 86), 0.9);
  z-index: 11;
}

@media (max-width: 1199px) {
  .guide-single__info {
    padding-left: 50px;
  }
}

.guide-single__name {
  font-family: var(--planmygigs-font-light, "Urbanist", sans-serif);
  font-size: var(--planmygigs-size-5xl, 24px);
  color: var(--planmygigs-white, #ffffff);
  line-height: 1;
  font-weight: 800;
  margin-bottom: 9px;
}

.guide-single__title {
  font-family: var(--planmygigs-font3, "Manrope", sans-serif);
  color: var(--planmygigs-white, #ffffff);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

.guide-single__social-box {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 17px;
  flex-wrap: wrap;
}

.guide-single__share-btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--planmygigs-white, #ffffff);
  flex-shrink: 0;
}

.guide-single__share-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  transition: transform 300ms ease;
  background-color: var(--planmygigs-primary, #2D2330);
}

.guide-single__share-btn:hover::after {
  transform: scale(1);
}

.guide-single__share-btn span {
  font-size: 14px;
  color: var(--planmygigs-base, #FF5956);
}

.guide-single__social {
  position: relative;
  background-color: var(--planmygigs-primary, #2D2330);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  padding: 3px 12px;
  border-radius: 4px;
  transform: translateX(80px);
  opacity: 0;
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease, opacity 500ms ease;
}

.guide-single__social::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 9px 4.5px 0;
  border-color: transparent var(--planmygigs-primary, #2D2330) transparent transparent;
}

.guide-single__social li a {
  font-size: 14px;
  color: var(--planmygigs-white, #ffffff);
}

.guide-single__social li a span {
  color: inherit;
}

.guide-single__social li a:hover {
  color: var(--planmygigs-base, #FF5956);
}

.guide-single:hover .guide-single__social {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}


/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 60px;
  background-color: var(--planmygigs-white2, #FAF5EE);
  padding: 20px 30px 20px 30px;
  border-radius: 6px;
}

@media (max-width: 375px) {
  .form-one__input {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.form-one__message {
  min-height: 176px;
}

.form-one__group .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
}

.form-one__group .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.form-one__group .bootstrap-select .dropdown-menu {
  border: none;
}

.form-one__group .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 60px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--planmygigs-white2, #FAF5EE) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--planmygigs-secondary, #736D75) !important;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  font-size: var(--planmygigs-size-2xl, 16px);
  line-height: 60px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

@media (max-width: 375px) {
  .form-one__group .bootstrap-select>.dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.form-one__group .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--planmygigs-secondary, #736D75);
}

.form-one__group .bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--planmygigs-white3, #EBE6DE);
}

.form-one__group .bootstrap-select .dropdown-menu>li>a {
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  font-size: var(--planmygigs-size-xl, 14px);
  font-weight: 500;
  padding: 10px 30px;
  color: var(--planmygigs-secondary, #736D75);
  background-color: var(--planmygigs-white2, #FAF5EE);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-one__group .bootstrap-select .dropdown-menu>li:hover>a,
.form-one__group .bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--planmygigs-base, #FF5956);
  color: var(--planmygigs-white, #ffffff);
  border-color: var(--planmygigs-base, #FF5956);
}

.form-one__btn-box {
  position: relative;
  top: -10px;
  text-align: center;
}

.banner-form {
  position: relative;
  padding: 0;
}

.banner-form__wrapper {
  position: relative;
  padding: 0px 15px;
  border-radius: 50px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-form__wrapper {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .banner-form__wrapper {
    padding: 50px 0 0;
  }
}

.banner-form .row {
  --bs-gutter-x: 0;
}

.banner-form .row>* {
  padding-left: 0;
  padding-right: 0;
}

/* .banner-form .col-lg-4 {
  width: 24.3%;
} */
/* @media (max-width: 991px) {
  .banner-form .col-lg-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .banner-form .col-lg-4 {
    width: 100%;
    margin-top: 12px;
  }
} */
/* .banner-form .col-lg-2 {
  width: 23%;
}
@media (max-width: 991px) {
  .banner-form .col-lg-2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .banner-form .col-lg-2 {
    width: 100%;
    margin-top: 12px;
  }
} */
/* .banner-form .col-lg-3 {
  width: 15.2%;
}
@media (max-width: 991px) {
  .banner-form .col-lg-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .banner-form .col-lg-3 {
    width: 100%;
    margin-top: 12px;
  }
} */
.banner-form .col-lg-1 {
  width: 14.5%;
}

@media (max-width: 991px) {
  .banner-form .col-lg-1 {
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .banner-form .col-lg-1 {
    width: 100%;
  }
}

.banner-form__control {
  position: relative;
}
.location-form-control {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: none;
}
.location-form-control::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  background-color: #c3c3c3;
}
.event-form-control {
  border-radius: 0;
  border: none;
}
.event-form-control::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  background-color: #c3c3c3;
}
.budget-form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
}
@media screen and (max-width: 576px) {
  .banner-form__control {
    text-align: center;
  }
  .event-form-control {
    border-radius: 50px;
    width: 50%;
  }
  .location-form-control {
    margin-bottom: 10px;
    border-radius: 50px;
    width: 50%;
  }
  .budget-form-control {
    margin-top: 10px;
    border-radius: 50px;
    width: 50%;
  }
}
.budget-form-control {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-form__control {
    padding: 0 20px 0;
  }
}
.budget-form-control::after {
  display: none !important;
}
@media screen and (max-width: 576px) {
  .location-form-control::after {
    display: none;
  }
  .event-form-control::after {
    display: none;
  }
}

.budget-form-control::after {
  display: none;
}

.banner-form__control label {
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 3px;
}

.banner-form__control .bootstrap-select>.dropdown-toggle,
.banner-form__control input[type=text],
.banner-form__control input[type=number],
.banner-form__control input[type=email] {
  display: block;
  width: 100%;
  background-color: transparent;
  color: var(--planmygigs-primary, #2D2330);
  font-size: 16px;
  font-weight: 500;
  height: 34px;
  text-transform: capitalize;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  border: none;
  outline: none;
  padding: 0;
}

.banner-form__control .bootstrap-select>.dropdown-toggle::-moz-placeholder,
.banner-form__control input[type=text]::-moz-placeholder,
.banner-form__control input[type=number]::-moz-placeholder,
.banner-form__control input[type=email]::-moz-placeholder {
  color: var(--planmygigs-primary, #2D2330);
  opacity: 1;
}

.banner-form__control .bootstrap-select>.dropdown-toggle::-ms-input-placeholder,
.banner-form__control input[type=text]::-ms-input-placeholder,
.banner-form__control input[type=number]::-ms-input-placeholder,
.banner-form__control input[type=email]::-ms-input-placeholder {
  color: var(--planmygigs-primary, #2D2330);
  opacity: 1;
}

.banner-form__control .bootstrap-select>.dropdown-toggle::-webkit-input-placeholder,
.banner-form__control input[type=text]::-webkit-input-placeholder,
.banner-form__control input[type=number]::-webkit-input-placeholder,
.banner-form__control input[type=email]::-webkit-input-placeholder {
  color: var(--planmygigs-primary, #2D2330);
  opacity: 1;
}

.banner-form__control i {
  position: absolute;
  right: 33px;
  top: -9px;
  bottom: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 22px;
  color: var(--planmygigs-secondary, #736D75);
}

@media (max-width: 1199px) {
  .banner-form__control i {
    right: 23px;
  }
}

.banner-form__control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: unset;
  display: flex;
  align-items: center;
}

.banner-form__control .bootstrap-select>.dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  color: var(--planmygigs-black);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
}

.banner-form__control .bootstrap-select>.dropdown-toggle {
  display: flex;
  align-items: center;
}

.banner-form__control .bootstrap-select>.dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

.banner-form__control .bootstrap-select>.dropdown-toggle:before,
.banner-form__control .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.banner-form__control .bootstrap-select .dropdown-menu {
  border: none;
  padding-top: 23px;
  left: -30px !important;
}

@media (max-width: 991px) {
  .banner-form__control .bootstrap-select .dropdown-menu {
    left: -25px !important;
  }
}

.banner-form__control .bootstrap-select .dropdown-menu .dropdown-menu {
  padding-top: 0;
  max-height: 200px;
}

.banner-form__control .bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid var(--planmygigs-white3, #EBE6DE);
}

.banner-form__control .bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  color: var(--planmygigs-primary, #2D2330);
  background-color: var(--planmygigs-white, #ffffff);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner-form__control .bootstrap-select .dropdown-menu>li:hover>a,
.banner-form__control .bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--planmygigs-base, #FF5956);
  color: var(--planmygigs-white, #ffffff);
  border-color: var(--planmygigs-base, #FF5956);
}

.banner-form__qty-minus {
  display: flex;
  align-items: center;
  position: absolute;
  right: 50px;
  top: -10px;
  bottom: 0;
  margin: auto;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.banner-form__qty-minus i {
  position: relative;
  width: 17px;
  height: 17px;
  right: 0;
  top: 0;
  font-size: 17px;
  justify-content: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-form__qty-minus i:hover {
  color: var(--planmygigs-base, #FF5956);
}

.banner-form__qty-plus {
  display: flex;
  align-items: center;
  position: absolute;
  right: 25px;
  top: -10px;
  bottom: 0;
  margin: auto;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.banner-form__qty-plus i {
  position: relative;
  width: 17px;
  height: 17px;
  right: 0;
  top: 0;
  font-size: 17px;
  justify-content: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-form__qty-plus i:hover {
  color: var(--planmygigs-base, #FF5956);
}

.banner-form__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media (max-width: 991px) {
  .banner-form__btn {
    position: relative;
    top: 19px;
  }
}

@media (max-width: 767px) {
  .banner-form__btn {
    position: relative;
    top: 0;
  }
}

.banner-form__filter {
  font-size: 21px;
  color: var(--planmygigs-secondary, #736D75);
  cursor: pointer;
  line-height: 1;
  transition: all 500ms ease;
}

.banner-form__filter:hover,
.banner-form__filter.active {
  color: var(--planmygigs-base, #FF5956);
}

.banner-form .planmygigs-btn {
  height: 100%;
  padding: 0;
  font-size: 28px;
  width: 100%;
  border-radius: 50px;
  margin-left: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-form .planmygigs-btn {
    width: 75px;
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .banner-form .planmygigs-btn {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .banner-form .planmygigs-btn {
    width: 50%;
    height: 50px;
    margin: 20px auto;
  }
}

.banner-form__popup {
  display: none;
  position: absolute;
  left: 15px;
  top: calc(100% + 5px);
  width: 100%;
  background-color: var(--planmygigs-white, #ffffff);
  padding: 65px 30px 25px;
  border-radius: 8px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  max-width: 1170px;
}

@media (max-width: 1199px) {
  .banner-form__popup {
    width: 930px;
    left: 23px;
  }
}

@media (max-width: 991px) {
  .banner-form__popup {
    width: 690px;
    left: 40px;
  }
}

@media (max-width: 767px) {
  .banner-form__popup {
    width: calc(100% - 30px);
    left: 15px;
  }
}

.banner-form__popup__slider-wrapper {
  position: relative;
  margin: 0 11px;
}

.banner-form__popup__slider-wrapper .ui-widget-content {
  width: 100%;
  height: 6px;
  border: none;
  background: var(--planmygigs-white3, #EBE6DE);
  border-radius: 8px;
}

.banner-form__popup__slider-wrapper .ui-slider-horizontal .ui-slider-range {
  background: var(--planmygigs-base, #FF5956);
}

.banner-form__popup__slider-wrapper .ui-slider-handle {
  background: var(--planmygigs-base, #FF5956);
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: -5px;
  cursor: pointer;
  border: none;
}

.banner-form__popup__slider-wrapper .ui-slider-handle span {
  display: inline-block;
  height: 22px;
  text-align: center;
  border: none;
  background-color: var(--planmygigs-base, #FF5956);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: var(--planmygigs-white, #ffffff);
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  padding: 6px;
  line-height: 0.9;
  position: absolute;
  left: -5px;
  top: -32px;
}

.banner-form__popup__slider-wrapper .ui-slider-handle span::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: var(--planmygigs-base, #FF5956) transparent transparent transparent;
}

.banner-form__popup__slider-wrapper .ui-slider-handle+.ui-slider-handle span {
  left: -15px;
}

.banner-form__popup__title {
  font-size: 20px;
  text-transform: capitalize;
  margin: 30px 0 10px;
}

.banner-form__popup__checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .banner-form__popup__checkbox {
    display: block;
  }
}

.banner-form__popup__checkbox li {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
}

.banner-form__popup__checkbox li input[type=checkbox] {
  display: none;
}

.banner-form__popup__checkbox li label {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  margin-right: 0px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  color: var(--planmygigs-secondary, #736D75);
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}

.banner-form__popup__checkbox li input[type=checkbox]+label span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  transition: all 300ms ease;
  border: 1px solid var(--planmygigs-white3, #EBE6DE);
}

.banner-form__popup__checkbox li label span:before {
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
  border-bottom: 2px solid var(--planmygigs-white, #ffffff);
  border-right: 2px solid var(--planmygigs-white, #ffffff);
  content: "";
  width: 5px;
  height: 8px;
  pointer-events: none;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.banner-form__popup__checkbox li input[type=checkbox]:checked+label span:before {
  opacity: 1;
}

.banner-form__popup__checkbox li input[type=checkbox]:checked+label span {
  background-color: var(--planmygigs-base, #FF5956);
  border-color: var(--planmygigs-base, #FF5956);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  position: relative;
  background-color: var(--planmygigs-gray);
  z-index: 1;
  color: var(--planmygigs-black);
}

.topbar-one::after {
  content: "";
  width: calc(100% - 247px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--planmygigs-gray);
  color: var(--planmygigs-black);
  z-index: -1;
  /* border-radius: 0 0 10px 0; */
}

@media (max-width: 991px) {
  .topbar-one {
    display: none;
  }
}

.topbar-one .container-fluid {
  /* padding-left: 50px;
  padding-right: 60px; */
  padding: 0;
}

.topbar-one__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 7px;
}

.topbar-one__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 197px);
  padding-right: 40px;
}

.topbar-one__info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .topbar-one__info--right {
    display: none;
  }
}

.topbar-one__info-item {
  display: flex;
  align-items: center;
}

.topbar-one__info-item+.topbar-one__info-item {
  margin-left: 34px;
}

.topbar-one__info-icon {
  font-size: 12px;
  color: var(--planmygigs-base, #FF5956);
  position: relative;
  top: 0;
  margin-right: 3px;
}

.topbar-one__info-icon.icon-envelope {
  top: 1px;
  margin-right: 4px;
}

.topbar-one__info-icon.icon-clock-1 {
  margin-right: 5px;
}

.topbar-one__info-text {
  font-size: var(--planmygigs-size-xl, 14px);
  color: var(--planmygigs-black);
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--planmygigs-font-regular);
}

.topbar-one__info a:hover {
  color: var(--planmygigs-base, #FF5956);
}

.topbar-one__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 197px;
}

@media (min-width: 992px) {
  .topbar-one__right {
    margin-top: 0;
    margin-left: auto;
  }
}

.topbar-one__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 3.5px 0;
  padding-left: 30px;
  margin-left: 30px;
  line-height: 1em;
}

.topbar-one__social-item+.topbar-one__social-item {
  margin-left: 24px;
}

.topbar-one__social-link {
  font-size: 14px;
  color: var(--planmygigs-black);
  transition: all 500ms ease;
}

.topbar-one__social-link:hover {
  color: var(--planmygigs-primary, #2D2330);
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.top-search {
  background-color: var(--planmygigs-base);
}

.top-search .top-search-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}



.main-header {
  background-color: var(--planmygigs-primary);
  position: relative;
  z-index: 9;
}

/* .main-header::after {
  content: "";
  width: 418px;
  height: 100%;
  background-color: var(--planmygigs-base, #FF5956);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
} */
@media (max-width: 1799px) {
  .main-header::after {
    width: 394px;
  }
}

@media (max-width: 1599px) {
  .main-header::after {
    width: 370px;
  }
}

@media (max-width: 1399px) {
  .main-header::after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .main-header .container {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
  }
}

.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .main-header__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.main-header__left {
  display: flex;
  align-items: center;
}

.main-header__logo {
  margin-right: 177px;
}

@media (max-width: 1799px) {
  .main-header__logo {
    margin-right: 100px;
  }
}

@media (max-width: 1399px) {
  .main-header__logo {
    margin-right: 150px;
  }
}

@media (max-width: 1199px) {
  .main-header__logo {
    margin-right: 0px;
  }
}

.main-header__logo img {
  max-width: 100%;
  height: auto;
}

.main-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-header__booking-btn {
  padding: 3px 29px;
  font-size: 12px;
  font-family: var(--planmygigs-font-semibold);
  color: var(--planmygigs-secondary, #736D75);
  text-transform: capitalize;
  background-color: #dc5bbd;
  border-radius: 25px;
}

.login-btn {
  color: var(--planmygigs-white);
}

.login-btn::before {
  background-color: #e409af;
}

.signup-btn {
  background-color: var(--planmygigs-white);
}
.signup-btn span {
  color: var(--planmygigs-primary);
}
.signup-btn:hover span {
  color: var(--planmygigs-white);
}

@media (max-width: 1599px) {
  .main-header__booking-btn {
    display: none;
  }
}

.main-header__right-right {
  display: flex;
  align-items: center;
  margin-left: 60px;
}

@media (max-width: 1799px) {
  .main-header__right-right {
    margin-left: 38px;
  }
}

@media (max-width: 1599px) {
  .main-header__right-right {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .main-header__right-right {
    display: none;
  }
}

.main-header__phone {
  display: flex;
  align-items: center;
  padding-left: 50px;
}

@media (max-width: 1799px) {
  .main-header__phone {
    padding-left: 38px;
  }
}

@media (max-width: 1599px) {
  .main-header__phone {
    padding-left: 0;
  }
}

@media (max-width: 1399px) {
  .main-header__phone {
    display: none;
  }
}

.main-header__phone-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: var(--planmygigs-white, #ffffff);
  margin-right: 18px;
  z-index: 1;
}

@media (max-width: 1599px) {
  .main-header__phone-icon {
    margin-right: 13px;
  }
}

.main-header__phone-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--planmygigs-primary, #2D2330);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
}

.main-header__phone-icon span {
  font-size: 20px;
  color: var(--planmygigs-base, #FF5956);
  transition: all 0.3s ease-in-out;
}

.main-header__phone-title {
  font-size: var(--planmygigs-size-lg, 13px);
  line-height: 1;
  font-weight: 400;
  color: var(--planmygigs-white, #ffffff);
  margin-bottom: 5px;
}

.main-header__phone-number {
  font-size: var(--planmygigs-size-3xl, 18px);
  line-height: 1;
  color: var(--planmygigs-white, #ffffff);
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.main-header__phone-number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.main-header__phone-number a:hover {
  background-size: 100% 1px;
}

.main-header__phone-number a:hover {
  color: var(--planmygigs-primary, #2D2330);
}

.main-header__phone:hover .main-header__phone-icon::after {
  transform: scale(1);
  opacity: 1;
}

.main-header__phone:hover .main-header__phone-icon span {
  color: var(--planmygigs-white, #ffffff);
}

.main-header__phone:hover .main-header__phone-number h4 {
  color: var(--planmygigs-primary, #2D2330);
}

.main-header__divider {
  width: 1px;
  height: 44px;
  background-color: RGBA(var(--planmygigs-white-rgb, 255, 255, 255), 0.2);
  margin-left: 34px;
  margin-right: 29px;
}

@media (max-width: 1799px) {
  .main-header__divider {
    margin-left: 29px;
  }
}

@media (max-width: 1599px) {
  .main-header__divider {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (max-width: 1399px) {
  .main-header__divider {
    display: none;
  }
}

@media (max-width: 1199px) {
  .main-header__divider {
    display: block;
    background-color: RGBA(var(--planmygigs-black-rgb, 0, 0, 0), 0.2);
    height: 30px;
  }
}

.main-header__search-user {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.main-header__search-user-item+.main-header__search-user-item {
  margin-left: 20px;
}

@media (max-width: 1399px) {
  .main-header__search-user-item+.main-header__search-user-item {
    margin-left: 25px;
  }
}

.main-header__user,
.main-header__search {
  font-size: 20px;
  color: #ffffffb5;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1399px) {

  .main-header__user,
  .main-header__search {
    color: var(--planmygigs-primary, #2D2330);
  }
}

.main-header__user:hover,
.main-header__search:hover {
  color: var(--planmygigs-primary, #2D2330);
}

@media (max-width: 1399px) {

  .main-header__user:hover,
  .main-header__search:hover {
    color: var(--planmygigs-base, #FF5956);
  }
}

.main-header--home-three {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
}

.main-header--home-three::after {
  display: none;
}

@media (min-width: 1200px) {
  .main-header--home-three .container {
    padding-left: 10.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .main-header--home-three .container {
    padding-left: 2%;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .main-header--home-three .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {

  .main-header--home-three .main-header__user,
  .main-header--home-three .main-header__search {
    color: var(--planmygigs-white, #ffffff);
  }
}

.main-header--home-three .main-header__logo {
  margin-right: 114px;
}

@media (max-width: 1199px) {
  .main-header--home-three .main-header__logo {
    margin-right: 0;
  }
}

.main-header--home-three .main-header__phone-icon {
  background-color: var(--planmygigs-base, #FF5956);
}

.main-header--home-three .main-header__phone-icon span {
  color: var(--planmygigs-white, #ffffff);
}

.main-header--home-three .main-header__phone-title {
  font-weight: 700;
  color: var(--planmygigs-secondary, #736D75);
}

.main-header--home-three .main-header__phone-number {
  color: var(--planmygigs-primary, #2D2330);
}

.main-header--home-three .main-menu {
  margin-left: 140px;
}

@media (max-width: 1399px) {
  .main-header--home-three .main-menu {
    margin-left: auto;
    margin-right: 20px;
  }
}

@media (max-width: 1299px) {
  .main-header--home-three .main-menu {
    display: none;
  }
}

@media (max-width: 1399px) {
  .main-header--home-three .main-header__left {
    width: 100%;
  }
}

.main-header--home-three .main-menu .main-menu__list>li>a {
  color: var(--planmygigs-white, #ffffff);
  font-weight: 700;
}

.main-header--home-three .main-menu .main-menu__list>li.current>a,
.main-header--home-three .main-menu .main-menu__list>li:hover>a {
  color: var(--planmygigs-base, #FF5956);
}

.main-header--home-three .main-header__user:hover,
.main-header--home-three .main-header__search:hover {
  color: var(--planmygigs-base, #FF5956);
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--home-three .mobile-nav__btn {
    display: block;
    margin-right: 15px;
  }

  .main-header--home-three .mobile-nav__btn span {
    display: block;
    background-color: var(--planmygigs-white, #ffffff);
  }

  .main-header--home-three .main-header__right-right {
    padding-left: 15px;
    border-left: 1px solid RGBA(var(--planmygigs-white-rgb, 255, 255, 255), 0.2);
  }

  .main-header--home-three .main-header__inner {
    padding: 20px 0;
  }
}

.main-header--home-three.sticky-header--cloned .main-menu .main-menu__list>li>a {
  color: var(--planmygigs-primary, #2D2330);
}

.main-header--home-three.sticky-header--cloned .main-menu .main-menu__list>li.current>a,
.main-header--home-three.sticky-header--cloned .main-menu .main-menu__list>li:hover>a {
  color: var(--planmygigs-base, #FF5956);
}

.main-header--home-three.sticky-header--cloned .main-header__divider {
  background-color: rgba(var(--planmygigs-primary-rgb, 45, 35, 48), 0.2);
}

.main-header--home-three.sticky-header--cloned .main-header__user,
.main-header--home-three.sticky-header--cloned .main-header__search {
  color: var(--planmygigs-primary, #2D2330);
}

.main-header--home-three.sticky-header--cloned .main-header__user:hover,
.main-header--home-three.sticky-header--cloned .main-header__search:hover {
  color: var(--planmygigs-base, #FF5956);
}

.main-header--home-three.sticky-header--cloned .mobile-nav__btn span {
  background-color: var(--planmygigs-primary, #2D2330);
}

.main-header--home-three.sticky-header--cloned .main-header__right-right {
  border-color: rgba(var(--planmygigs-primary-rgb, 45, 35, 48), 0.2);
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--planmygigs-base);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--planmygigs-black-rgb, 0, 0, 0), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}

.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}

.mobile-nav__btn {
  width: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}

@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}

.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--planmygigs-white);
  transition: all 0.3s ease-in-out;
}

.mobile-nav__btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mobile-nav__btn:hover span {
  background-color: var(--planmygigs-base, #FF5956);
}

.main-menu {
  /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list>li {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.main-menu .main-menu__list>li.dropdown>a {
  position: relative;
}

.main-menu .main-menu__list>li+li {
  margin-left: 38px;
}

.main-menu .main-menu__list>li>a {
  font-size: 14px;
  font-family: var(--planmygigs-font-semibold);
  display: flex;
  align-items: center;
  color: var(--planmygigs-white);
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
  color: var(--planmygigs-base);
  text-shadow: 0 0 0.5px currentColor;
}

.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 265px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--planmygigs-white, #ffffff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--planmygigs-white-rgb, 255, 255, 255), 0.07);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>.megamenu {
  position: static;
}

.main-menu .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li>a {
  font-size: 15px;
  line-height: 26px;
  color: var(--planmygigs-secondary, #736D75);
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  padding: 6px 20px;
  border-radius: 6px;
  transition: 400ms;
  margin-bottom: 4px;
}

.main-menu .main-menu__list li ul li>a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  color: var(--planmygigs-base, #FF5956);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
  background-color: var(--planmygigs-white2, #FAF5EE);
  color: var(--planmygigs-base, #FF5956);
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu .main-menu__list li ul li>ul {
  top: 0;
  left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {

  .main-menu__list li:nth-last-child(1) ul li>ul,
  .main-menu__list li:nth-last-child(2) ul li>ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--planmygigs-white, #ffffff);
  display: block !important;
  margin: 0;
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}

.megamenu-popup .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

.megamenu-popup .demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.megamenu-popup .demo-one__btn {
  color: var(--planmygigs-white, #ffffff);
}

@media (max-width: 1199px) {
  .megamenu-popup .demo-one__btn {
    width: 115px;
  }
}

.megamenu-popup .demo-one__btn::before {
  background-color: var(--planmygigs-base, #FF5956);
}

.megamenu-popup .demo-one__btn::after {
  background-color: var(--planmygigs-primary, #2D2330);
}

.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--planmygigs-black, #000000);
}

@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}

.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--planmygigs-base, #FF5956);
}

.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close span::before,
.megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}

.demo-one .row {
  --bs-gutter-y: 30px;
}

.demo-one__card {
  background-color: var(--planmygigs-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--planmygigs-black-rgb, 0, 0, 0), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}

.demo-one__card:hover {
  transform: translateY(-10px);
}

.demo-one__title {
  margin: 0;
  font-size: var(--planmygigs-size-4xl, 20px);
  color: var(--planmygigs-primary, #2D2330);
  text-transform: capitalize;
  font-weight: 700;
}

.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.demo-one__title a:hover {
  background-size: 100% 1px;
}

.demo-one__image {
  position: relative;
  overflow: hidden;
}

.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}

.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}

.demo-one__btns {
  background-color: rgba(var(--planmygigs-black-rgb, 0, 0, 0), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}

.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}

.demo-one__btn {
  font-size: var(--planmygigs-size-xl, 14px);
  padding: 14px 0;
  width: 130px;
  height: 42px;
  text-align: center;
  justify-content: center;
  display: flex;
}

.home-showcase {
  margin-top: -20px;
  margin-bottom: -20px;
}

@media (min-width: 1200px) {
  .home-showcase {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .home-showcase .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .home-showcase .container {
    max-width: 1350px;
  }
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}

.home-showcase__inner {
  border-radius: 10px;
  padding: 40px 40px 21px;
  background-color: var(--planmygigs-white, #ffffff);
  box-shadow: 0px 10px 60px 0px rgba(var(--planmygigs-black-rgb, 0, 0, 0), 0.07);
}

.home-showcase .demo-one__card {
  box-shadow: none;
}

.home-showcase .demo-one__btns {
  flex-direction: column;
}

.home-showcase .demo-one__title {
  font-size: var(--planmygigs-size-4xl, 20px);
  color: var(--planmygigs-primary, #2D2330);
  font-weight: 700;
  padding-top: 17px;
  padding-bottom: 19px;
}

@media (max-width: 1199px) {
  .home-showcase .demo-one__title {
    font-size: 16px;
    padding-top: 19px;
  }
}

.home-showcase .demo-one__title:hover {
  color: var(--planmygigs-base, #FF5956);
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes zumpTop {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes cloudMove2 {
  0% {
    background-position: 100% -1000px;
  }

  100% {
    background-position: 100% 0;
  }
}

@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  50% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, 15px, 0);
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes zumpShapeTop {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(8px);
  }
}

@keyframes zumpShapeBottom {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-5px);
  }
}

@keyframes zumpRight {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes zumpLeft {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(13px);
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes bannerShake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes squareMover {

  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes squareMover2 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    transform: translate(141px, -20px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    transform: translate(83px, -60px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@keyframes treeMove {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes rectMove {

  0%,
  50%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  75% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--planmygigs-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--planmygigs-white, #ffffff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--planmygigs-primary, #2D2330);
  opacity: 0.7;
  cursor: url(../images/close.svg), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--planmygigs-primary, #2D2330);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--planmygigs-white, #ffffff);
  cursor: pointer;
}

.mobile-nav__close:hover {
  color: var(--planmygigs-base, #FF5956);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--planmygigs-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--planmygigs-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li>a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--planmygigs-white, #ffffff);
  font-size: var(--planmygigs-size-2xl, 16px);
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list ul li>a {
  padding-left: 1em;
  font-size: var(--planmygigs-size-xl, 14px);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--planmygigs-base, #FF5956);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--planmygigs-base, #FF5956);
  border: none;
  outline: none;
  color: var(--planmygigs-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--planmygigs-white, #ffffff);
  color: var(--planmygigs-black, #000000);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--planmygigs-white, #ffffff);
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 20px;
}

.mobile-nav__social a:hover {
  color: var(--planmygigs-base, #FF5956);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--planmygigs-white, #ffffff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--planmygigs-base, #FF5956);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--planmygigs-base, #FF5956);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--planmygigs-white, #ffffff);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.cover-header {
  width: 100%;
  height: 175px;
  object-fit: cover;
  object-position: center;
}


.page_header_default {
  position: relative;
  overflow: hidden;
}

.parallax_cover img {
  width: 100%;
  height: auto;
  display: block;
}

.page_header_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  /* centers vertically */
  align-items: center;
  justify-content: center;
  /* centers horizontally */
  text-align: center;
  padding: 2rem;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  /* optional dark overlay for readability */
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.9;
  cursor: url(../images/close.svg), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}

.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: calc(100% - 66px);
  background-color: var(--planmygigs-white, #ffffff);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__btn {
  border: none;
  outline: none;
  background-color: transparent;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0;
  padding: 0;
  background-color: var(--planmygigs-base, #FF5956);
}

.search-popup__btn span {
  font-size: 22px;
  color: var(--planmygigs-white, #ffffff);
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.9;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}

.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
/*-----------------------------------------
# Page Header
-----------------------------------------*/
.page-header {
  background-color: var(--planmygigs-primary, #2D2330);
  position: relative;
  padding: 128px 0 143px;
  z-index: 1;
}

@media (max-width: 767px) {
  .page-header {
    padding: 100px 0;
  }
}

.page-header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-image: url(../images/backgrounds/page-header-bg.jpg);
  opacity: 0.4;
}

.page-header .container {
  position: relative;
  z-index: 11;
}

.page-header__title {
  font-size: var(--planmygigs-size-10xl, 50px);
  color: var(--planmygigs-white, #ffffff);
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 14px;
}

.page-header__breadcrumb-box {
  display: table;
}

.planmygigs-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 9px 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(var(--planmygigs-primary-rgb, 45, 35, 48), 0.38);
}

@media (max-width: 575px) {
  .planmygigs-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.planmygigs-breadcrumb li {
  font-family: var(--planmygigs-font, "DM Sans", sans-serif);
  font-size: var(--planmygigs-size-2xl, 16px);
  color: var(--planmygigs-base, #FF5956);
  line-height: 1.875;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.planmygigs-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  color: inherit;
  position: relative;
  top: 0px;
  margin-left: 4px;
  margin-right: 4px;
}

.planmygigs-breadcrumb li a {
  color: var(--planmygigs-white, #ffffff);
  display: inline-flex;
}

.planmygigs-breadcrumb li a:hover {
  color: var(--planmygigs-base, #FF5956);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-sec {
  background-color: var(--planmygigs-black3);
  padding: 70px 0;
  position: relative;
}

.footer-sec::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  border: 1px solid #ffffff78;
}

.footer-sec .footer-links {
  margin-top: 20px;
  padding: 0;
}

.footer-sec .footer-links li {
  margin: 20px 30px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .footer-sec .footer-links li {
    margin: 5px 10px;
  }
}
@media screen and (max-width: 576px) {
  .footer-sec .footer-links li {
    margin: 10px;
  }
}

.footer-sec .social-links li {
  margin: 20px 30px;
  list-style: none;
}

.footer-sec .footer-links li a {
  font-family: var(--planmygigs-font-light);
  font-size: 1.4em;
  color: #faf5ee5c;
}
@media screen and (max-width: 576px) {
  .footer-sec .footer-links li a {
    font-size: 1em;
  }
}

.footer-sec .social-links li a {
  font-family: var(--planmygigs-font-light);
  font-size: 1.4em;
  color: var(--planmygigs-white2);
}
@media screen and (max-width: 576px) {
  .footer-sec .social-links li a {
    font-size: 1em;
  }
} 

.footer-sec .copyright {
  margin: 30px 0;
  color: var(--planmygigs-white);
  font-family: var(--planmygigs-font-regular);
}
.footer-sec .copyright a {
  font-family: var(--planmygigs-font-semibold);
  transition: all 0.3s ease;
  color: var(--planmygigs-primary);
}
.footer-sec .copyright a:hover {
  color: var(--planmygigs-base);
}

/*--------------------------------------------------------------
# 404 Error
--------------------------------------------------------------*/
/*-----------------------------------------
# Error Page
-----------------------------------------*/
.error-page {
  background-color: var(--planmygigs-white, #ffffff);
  padding-top: 63px;
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .error-page {
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .error-page {
    padding-top: 46px;
    padding-bottom: 105px;
  }
}

@media (max-width: 575px) {
  .error-page {
    padding-bottom: 65px;
  }
}

@media (max-width: 425px) {
  .error-page {
    padding-bottom: 80px;
  }
}

.error-page__wrapper {
  width: 100%;
  max-width: 573px;
  margin-left: auto;
  margin-right: auto;
}

.error-page__top {
  position: relative;
  text-align: center;
  bottom: -70px;
  z-index: 11;
}

@media (max-width: 991px) {
  .error-page__top {
    bottom: -60px;
  }
}

@media (max-width: 767px) {
  .error-page__top {
    bottom: -53px;
  }
}

@media (max-width: 575px) {
  .error-page__top {
    bottom: -20px;
  }
}

.error-page__top-title {
  position: relative;
  font-family: var(--planmygigs-font-light, "Urbanist", sans-serif);
  font-weight: 800;
  color: var(--planmygigs-base, #FF5956);
  font-size: 250px;
  line-height: 1;
  letter-spacing: 10px;
  font-style: italic;
  z-index: 1;
}

@media (max-width: 991px) {
  .error-page__top-title {
    font-size: 180px;
  }
}

@media (max-width: 767px) {
  .error-page__top-title {
    font-size: 150px;
  }
}

@media (max-width: 575px) {
  .error-page__top-title {
    font-size: 110px;
  }
}

.error-page__top-title span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: var(--planmygigs-base, #FF5956);
}

.error-page__top-shape {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  max-width: 100%;
  animation: zumpRight 3s infinite linear;
}

.error-page__image-box {
  position: relative;
  z-index: 1;
  text-align: center;
}

.error-page__image {
  max-width: 100%;
}

.error-page__content {
  position: relative;
  top: -25px;
  z-index: 11;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .error-page__content {
    top: -15px;
  }
}

@media (max-width: 425px) {
  .error-page__content {
    top: 0;
  }
}

.error-page__text {
  margin-top: 11px;
  font-weight: 700;
  margin-bottom: 0;
}

.error-page__search-form {
  width: 100%;
  max-width: 496px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--planmygigs-white2, #FAF5EE);
  height: 60px;
  border-radius: 10px;
  margin-top: 22px;
  margin-bottom: 40px;
}

@media (max-width: 425px) {
  .error-page__search-form {
    padding-left: 20px;
  }
}

.error-page__search-form input[type=search],
.error-page__search-form input[type=text] {
  border: none;
  outline: none;
  background-color: transparent;
  width: calc(100% - 20px);
  font-weight: 700;
  background-color: var(--planmygigs-white2, #FAF5EE);
  height: 100%;
  color: var(--planmygigs-secondary, #736D75);
}

.error-page__search-form input[type=search]::placeholder,
.error-page__search-form input[type=search]::placeholder,
.error-page__search-form input[type=text]::placeholder,
.error-page__search-form input[type=text]::placeholder {
  opacity: 1;
  color: var(--planmygigs-secondary, #736D75);
}

.error-page__search-form button[type=submit] {
  position: relative;
  top: 2px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 20px;
  color: var(--planmygigs-secondary, #736D75);
  margin-right: 10px;
}

.error-page__search-form button[type=submit]:hover {
  color: var(--planmygigs-base, #FF5956);
}

.error-page__btn {
  text-transform: none;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  position: relative;
  background-color: var(--planmygigs-white, #ffffff);
  padding: 5px 0 120px;
}

@media (max-width: 767px) {
  .client-carousel {
    padding-bottom: 80px;
  }
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider-one {
  position: relative;
}

.main-slider-one__carousel {
  position: relative;
  margin: 0 auto;
}

.main-slider-one__carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: right;
  position: absolute;
  outline: none;
  top: 46%;
  transform: translateY(-50%);
  display: block;
}

.main-slider-one__carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  z-index: 4;
  left: 25px;
  top: 0;
  width: 53px;
  height: 53px;
  background-color: transparent;
  color: rgba(var(--planmygigs-white-rgb, 255, 255, 255), 0.2);
  transition: all 500ms ease;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(var(--planmygigs-white-rgb, 255, 255, 255), 0.2);
  padding: 0 !important;
  margin: 0;
}

.main-slider-one__carousel.owl-carousel .owl-nav .owl-prev:hover {
  background-color: transparent;
  border-color: var(--planmygigs-white, #ffffff);
  color: var(--planmygigs-white, #ffffff);
}

@media (min-width: 1200px) {
  .main-slider-one__carousel.owl-carousel .owl-nav .owl-prev {
    left: 49px;
  }
}

.main-slider-one__carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  z-index: 4;
  right: 25px;
  top: 0;
  width: 53px;
  height: 53px;
  color: rgba(var(--planmygigs-white-rgb, 255, 255, 255), 0.2);
  transition: all 500ms ease;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(var(--planmygigs-white-rgb, 255, 255, 255), 0.2);
  padding: 0 !important;
  margin: 0;
}

.main-slider-one__carousel.owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent;
  border-color: var(--planmygigs-white, #ffffff);
  color: var(--planmygigs-white, #ffffff);
}

@media (min-width: 1200px) {
  .main-slider-one__carousel.owl-carousel .owl-nav .owl-next {
    right: 49px;
  }
}

.main-slider-one__carousel .active .main-slider-one__image {
  /* transform: scale(1.12); */
}

.main-slider-one__carousel .active .main-slider-one__sub-title {
  opacity: 1;
  font-family: var(--planmygigs-font);
}

.main-slider-one__carousel .active .main-slider-one__title {
  opacity: 1;
  /* transform: translateY(0);
  transition-delay: 1300ms; */
  width: 50%;
  font-family: var(--planmygigs-font);
  font-weight: 400;
}

.main-slider-one__carousel p {
  color: var(--planmygigs-white);
  font-size: 16px;
  width: 50%;
  font-weight: 400;
  font-family: var(--planmygigs-font-extra-light);
}
@media screen and (max-width: 576px) {
  .main-slider-one__carousel p {
    width: 70%;
  }
}

.main-slider-one__carousel .container {
  padding-top: 125px;
  position: absolute;
  top: 0;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1400px;
}

@media (max-width: 991px) {
  .main-slider-one__carousel .container {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .main-slider-one__carousel .container {
    padding-top: 110px;
  }
}

.main-slider-one__content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-slider-one__content {
    padding-left: 100px;
  }
}
@media screen and (max-width: 567px) {
  .main-slider-one__content {
    padding-left: 0;
  }
}

.main-slider-one__sub-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  color: var(--planmygigs-white, #ffffff);
  margin-bottom: 3px;
  position: relative;
}

@media (max-width: 991px) {
  .main-slider-one__sub-title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .main-slider-one__sub-title {
    font-size: 30px;
  }
}

.main-slider-one__sub-title img {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
  width: 63px !important;
}

.main-slider-one__title {
  font-size: 100px;
  letter-spacing: -1.4px;
  display: inline-block;
  color: var(--planmygigs-white, #ffffff);
  margin-bottom: 0;
  position: relative;
  /* transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(30px); */
}

.main-slider-one__title span {
  font-size: 50px;
}

@media (max-width: 991px) {
  .main-slider-one__title {
    font-size: 70px;
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 42px;
    letter-spacing: 0;
  }
}

.main-slider-one__title img {
  position: absolute;
  right: -36px;
  bottom: 0;
  width: 330px !important;
}

@media (max-width: 767px) {
  .main-slider-one__title img {
    display: none !important;
  }
}

.main-slider-one__image {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 668px; */
  width: 100%;
  padding: 300px 0;
  transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
  overflow: hidden;
  background-color: var(--planmygigs-black, #000000);
}

.main-slider-one__image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, var(--planmygigs-base) 0%, var(--planmygigs-base) 15%, rgba(42, 196, 244, 0) 82%);
}

.main-slider-one .banner-form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  z-index: 2;
  margin: 0 auto;
  padding: 0 0 0;
  max-width: 1200px;
}

@media (max-width: 991px) {
  .main-slider-one .banner-form {
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .main-slider-one .banner-form {
    bottom: 0;
  }
}

.main-slider-two {
  position: relative;
  background-color: var(--planmygigs-primary, #2D2330);
}

.main-slider-two__shape-one {
  position: absolute;
  left: 0;
  top: 47px;
  width: 50%;
  height: 194px;
  opacity: 0.05;
  background-repeat: repeat-x;
  animation: cloudMove3 60s linear 0s infinite;
  background-position: left top;
}

@media (max-width: 767px) {
  .main-slider-two__shape-one {
    width: 100%;
  }
}

.main-slider-two__shape-two {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 57%;
  height: 235px;
  opacity: 0.15;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
  background-position: left bottom;
}

@media (max-width: 767px) {
  .main-slider-two__shape-two {
    width: 100%;
  }
}

.main-slider-two__carousel {
  position: relative;
  z-index: 2;
}

.main-slider-two__carousel .active .main-slider-two__image {
  opacity: 1;
  transform: translatex(0) scalex(1);
  filter: blur(0);
  transition-delay: 1000ms;
}

.main-slider-two__carousel .active .main-slider-two__text-one {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1100ms;
}

.main-slider-two__carousel .active .main-slider-two__text-two {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1100ms;
}

.main-slider-two__carousel .active .main-slider-two__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}

.main-slider-two__carousel .active .main-slider-two__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1500ms;
}

.main-slider-two__carousel .active .main-slider-two__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1600ms;
}

.main-slider-two__carousel .container {
  padding-top: 140px;
  padding-bottom: 186px;
}

@media (max-width: 991px) {
  .main-slider-two__carousel .container {
    padding-top: 90px;
    padding-bottom: 270px;
  }
}

@media (max-width: 767px) {
  .main-slider-two__carousel .container {
    padding-top: 90px;
    padding-bottom: 345px;
  }
}

.main-slider-two__image {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 52.4%;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatex(50%) scalex(2);
  filter: blur(10px);
  overflow: hidden;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 997 688" xmlns="http://www.w3.org/2000/svg"><path d="M1155 688H69.6359L70.0275 687.621L72.1295 685.31L74.8499 683.298L74.3553 679.592L76.8695 677.141L76.9725 673.893L77.5496 670.824L79.6928 667.856L78.6212 664.488L79.157 661.42L80.7439 658.59L81.0118 655.522L82.6192 652.314L80.8057 648.907L81.3003 645.898L79.8577 642.391L77.1992 639.701L73.3454 638.008L73.366 634.461V630.994L74.5613 627.607L71.7792 625.594L69.3474 623.323L67.7812 620.234L64.0304 619.298L61.4956 617.126L60.0736 613.978L59.7645 610.55L57.8479 607.362L57.8273 603.577L53.7262 602.839L51.1914 599.89L47.8322 598.516L45.9362 595.567L45.6271 592.319L45.5653 589.011L46.0186 585.724L44.4936 582.675L44.1639 579.607L42.9274 576.618L40.2895 574.227L39.5476 570.76L41.6084 568.289L43.896 566.237L46.5751 564.583L47.9146 562.012L47.9558 559.063L49.1717 556.433L52.9225 554.401L55.7046 551.611L57.7861 547.905L62.1551 547.088L63.9274 544.259L66.4622 542.565L69.368 541.868L68.6467 538.421L69.1001 534.794L68.6879 531.387L67.9666 528.498L67.1629 525.41L66.421 522.301L67.3278 519.91L70.2542 518.276L74.0049 517.938L75.6124 513.793L78.1884 510.386L78.9715 500.264L75.7772 497.355L75.9627 492.792L73.1806 489.385L69.8214 487.054L68.5231 483.148L66.3386 479.841L62.7321 477.549L61.2071 473.843L59.3111 470.555L58.0952 466.511L58.6722 462.545L57.7861 458.66L54.1384 455.771L56.0137 452.344V448.897L57.0236 445.629L58.6722 442.56L60.4446 439.572L61.3925 436.384L61.8459 433.514L62.3817 430.446L60.7537 427.856L58.6104 425.923L55.9313 424.408L52.5721 424.488L49.5015 422.276L46.843 419.507L43.0922 418.431L42.6183 415.482L39.8155 413.29L39.527 410.142L42.0824 407.552V404.144L42.6595 401.335L40.5986 399.163L38.0638 396.951L36.9921 393.624L35.3641 391.173L32.4377 389.041L32.4171 385.634L30.6447 382.785L28.419 380.314L25.7812 378.381L27.6153 376.329L29.1197 373.699L31.634 372.144L35.6114 369.833L36.4357 365.39L40.2895 363.039L41.0932 359.093L40.5368 356.423L40.3513 353.554L40.5162 350.785L40.8871 347.915L41.052 344.827L43.5044 342.037L41.7115 339.128L40.7017 336.299L39.2591 333.748L37.0746 331.238L33.8391 329.524L31.0981 326.655L33.0147 323.387L33.3238 320.299L34.0039 317.39L34.6634 313.983L33.9627 310.476L34.1688 307.427L34.9313 304.897L33.4269 302.386L30.6241 300.533L30.1914 296.966L28.5839 294.077L25.6163 291.666L23.8852 289.036L21.1236 287.123L18.0736 285.031L14.3229 284.433L12.5711 281.743L9.12954 280.986L7.68695 278.217L5.77036 275.746L4.84298 272.837L3.50343 270.087L4.18351 265.724L0.556428 262.635L0 258.61L0.206084 254.526L2.32875 252.095L2.10206 248.986L4.1423 246.615L4.78116 243.826L4.55447 240.817L4.94603 238.007L7.68695 235.756L6.24436 232.488L7.04809 229.878L8.07851 225.913L9.45927 222.047L12.1384 219.039L14.2198 215.352L15.2709 212.583L16.6516 210.052L19.1452 208.219L21.4122 206.247L22.8135 203.696L23.9676 201.046L25.5339 198.057L23.9676 194.77L25.7193 192.08L28.7694 189.39L30.7684 185.465L33.2002 183.791L33.736 180.842L35.4259 178.79L35.9411 174.665L34.2924 170.799L31.84 167.691L30.6241 164.144L28.9342 160.857L26.2345 157.27L29.9853 154.56L33.4269 152.608L36.6006 151.313L33.7566 149.699L32.211 146.012L28.79 144L28.3984 140.115L26.5643 136.946L30.7684 131.168L34.4779 129.833L35.0343 125.489L36.106 121.445L39.8773 119.193L41.8763 115.706L42.7625 111.701L45.1737 108.533L47.8528 107.218L50.5731 105.484L53.6438 103.95L52.5721 100.483L50.7998 97.2951L52.0569 93.7285L52.5103 90.7397L52.0775 87.3923L52.6133 84.0847L55.6016 81.5143L57.6418 78.4259L60.4858 75.9552L62.9382 73.0062L65.1639 69.858L66.5447 64.7173L64.0304 62.7248L60.7949 61.1108L60.3827 56.7671L58.8577 52.9016L55.6016 49.873L54.7978 45.6887L53.314 41.8431L51.0059 38.3761L49.3572 35.746L46.5545 33.9726L43.6075 31.5816L45.7713 28.3935L47.0903 25.5044L47.6467 22.1768L50.8822 19.3275L54.0765 16.4981L53.7468 13.1507L54.8597 10.2217L55.4779 7.23288L55.1276 4.24408L53.8705 1.63387L52.7782 0H1155V688Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 997 688" xmlns="http://www.w3.org/2000/svg"><path d="M1155 688H69.6359L70.0275 687.621L72.1295 685.31L74.8499 683.298L74.3553 679.592L76.8695 677.141L76.9725 673.893L77.5496 670.824L79.6928 667.856L78.6212 664.488L79.157 661.42L80.7439 658.59L81.0118 655.522L82.6192 652.314L80.8057 648.907L81.3003 645.898L79.8577 642.391L77.1992 639.701L73.3454 638.008L73.366 634.461V630.994L74.5613 627.607L71.7792 625.594L69.3474 623.323L67.7812 620.234L64.0304 619.298L61.4956 617.126L60.0736 613.978L59.7645 610.55L57.8479 607.362L57.8273 603.577L53.7262 602.839L51.1914 599.89L47.8322 598.516L45.9362 595.567L45.6271 592.319L45.5653 589.011L46.0186 585.724L44.4936 582.675L44.1639 579.607L42.9274 576.618L40.2895 574.227L39.5476 570.76L41.6084 568.289L43.896 566.237L46.5751 564.583L47.9146 562.012L47.9558 559.063L49.1717 556.433L52.9225 554.401L55.7046 551.611L57.7861 547.905L62.1551 547.088L63.9274 544.259L66.4622 542.565L69.368 541.868L68.6467 538.421L69.1001 534.794L68.6879 531.387L67.9666 528.498L67.1629 525.41L66.421 522.301L67.3278 519.91L70.2542 518.276L74.0049 517.938L75.6124 513.793L78.1884 510.386L78.9715 500.264L75.7772 497.355L75.9627 492.792L73.1806 489.385L69.8214 487.054L68.5231 483.148L66.3386 479.841L62.7321 477.549L61.2071 473.843L59.3111 470.555L58.0952 466.511L58.6722 462.545L57.7861 458.66L54.1384 455.771L56.0137 452.344V448.897L57.0236 445.629L58.6722 442.56L60.4446 439.572L61.3925 436.384L61.8459 433.514L62.3817 430.446L60.7537 427.856L58.6104 425.923L55.9313 424.408L52.5721 424.488L49.5015 422.276L46.843 419.507L43.0922 418.431L42.6183 415.482L39.8155 413.29L39.527 410.142L42.0824 407.552V404.144L42.6595 401.335L40.5986 399.163L38.0638 396.951L36.9921 393.624L35.3641 391.173L32.4377 389.041L32.4171 385.634L30.6447 382.785L28.419 380.314L25.7812 378.381L27.6153 376.329L29.1197 373.699L31.634 372.144L35.6114 369.833L36.4357 365.39L40.2895 363.039L41.0932 359.093L40.5368 356.423L40.3513 353.554L40.5162 350.785L40.8871 347.915L41.052 344.827L43.5044 342.037L41.7115 339.128L40.7017 336.299L39.2591 333.748L37.0746 331.238L33.8391 329.524L31.0981 326.655L33.0147 323.387L33.3238 320.299L34.0039 317.39L34.6634 313.983L33.9627 310.476L34.1688 307.427L34.9313 304.897L33.4269 302.386L30.6241 300.533L30.1914 296.966L28.5839 294.077L25.6163 291.666L23.8852 289.036L21.1236 287.123L18.0736 285.031L14.3229 284.433L12.5711 281.743L9.12954 280.986L7.68695 278.217L5.77036 275.746L4.84298 272.837L3.50343 270.087L4.18351 265.724L0.556428 262.635L0 258.61L0.206084 254.526L2.32875 252.095L2.10206 248.986L4.1423 246.615L4.78116 243.826L4.55447 240.817L4.94603 238.007L7.68695 235.756L6.24436 232.488L7.04809 229.878L8.07851 225.913L9.45927 222.047L12.1384 219.039L14.2198 215.352L15.2709 212.583L16.6516 210.052L19.1452 208.219L21.4122 206.247L22.8135 203.696L23.9676 201.046L25.5339 198.057L23.9676 194.77L25.7193 192.08L28.7694 189.39L30.7684 185.465L33.2002 183.791L33.736 180.842L35.4259 178.79L35.9411 174.665L34.2924 170.799L31.84 167.691L30.6241 164.144L28.9342 160.857L26.2345 157.27L29.9853 154.56L33.4269 152.608L36.6006 151.313L33.7566 149.699L32.211 146.012L28.79 144L28.3984 140.115L26.5643 136.946L30.7684 131.168L34.4779 129.833L35.0343 125.489L36.106 121.445L39.8773 119.193L41.8763 115.706L42.7625 111.701L45.1737 108.533L47.8528 107.218L50.5731 105.484L53.6438 103.95L52.5721 100.483L50.7998 97.2951L52.0569 93.7285L52.5103 90.7397L52.0775 87.3923L52.6133 84.0847L55.6016 81.5143L57.6418 78.4259L60.4858 75.9552L62.9382 73.0062L65.1639 69.858L66.5447 64.7173L64.0304 62.7248L60.7949 61.1108L60.3827 56.7671L58.8577 52.9016L55.6016 49.873L54.7978 45.6887L53.314 41.8431L51.0059 38.3761L49.3572 35.746L46.5545 33.9726L43.6075 31.5816L45.7713 28.3935L47.0903 25.5044L47.6467 22.1768L50.8822 19.3275L54.0765 16.4981L53.7468 13.1507L54.8597 10.2217L55.4779 7.23288L55.1276 4.24408L53.8705 1.63387L52.7782 0H1155V688Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@media (max-width: 767px) {
  .main-slider-two__image {
    display: none;
  }
}

.main-slider-two__content {
  position: relative;
  display: inline-block;
  z-index: 3;
  overflow: hidden;
}

.main-slider-two__text-one {
  position: relative;
  display: inline-block;
  background-color: var(--planmygigs-white, #ffffff);
  font-size: 20px;
  font-weight: 700;
  color: var(--planmygigs-black, #000000);
  text-transform: capitalize;
  padding: 6px 18px;
  margin-left: 190px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-100px);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 145 51"><path d="M139.878 50.2369L5.77363 49.0844L0 3.86671L145 0L139.878 50.2369Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 145 51"><path d="M139.878 50.2369L5.77363 49.0844L0 3.86671L145 0L139.878 50.2369Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@media (max-width: 767px) {
  .main-slider-two__text-one {
    margin-left: 150px;
  }
}

.main-slider-two__text-two {
  position: relative;
  display: block;
  background-color: var(--planmygigs-base, #FF5956);
  font-size: 13px;
  font-family: var(--planmygigs-special-font, "Covered By Your Grace", cursive);
  font-weight: 400;
  color: var(--planmygigs-white, #ffffff);
  text-transform: capitalize;
  padding: 0 0;
  text-align: center;
  width: 113px;
  height: 38px;
  margin-left: 222px;
  top: -13px;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateX(-100px);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113 38"><path d="M108.734 24.6339L4.57374 22.5337L0.474609 2.2904L112.697 0.432861L108.734 24.6339Z"/><path d="M79.9568 24.0502L63.8861 37.8793L108.734 24.6339L79.9568 24.0502Z"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 113 38"><path d="M108.734 24.6339L4.57374 22.5337L0.474609 2.2904L112.697 0.432861L108.734 24.6339Z"/><path d="M79.9568 24.0502L63.8861 37.8793L108.734 24.6339L79.9568 24.0502Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}

@media (max-width: 767px) {
  .main-slider-two__text-two {
    margin-left: 182px;
  }
}

.main-slider-two__sub-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: var(--planmygigs-base, #FF5956);
  font-family: var(--planmygigs-special-font, "Covered By Your Grace", cursive);
  margin-bottom: 7px;
  margin-top: -18px;
  position: relative;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(-50px);
}

@media (max-width: 767px) {
  .main-slider-two__sub-title {
    margin-top: -12px;
    font-size: 28px;
  }
}

.main-slider-two__title {
  font-size: 60px;
  line-height: 77px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--planmygigs-white, #ffffff);
  margin-bottom: 33px;
  position: relative;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translateY(100px);
}

@media (max-width: 1199px) {
  .main-slider-two__title {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 42px;
    line-height: 50px;
  }
}

.main-slider-two__btn {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 5;
  overflow: hidden;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}

.main-slider-two__btn .planmygigs-btn::after {
  background-color: var(--planmygigs-white, #ffffff);
}

.main-slider-two__btn .planmygigs-btn:hover {
  color: var(--planmygigs-black, #000000);
}

.main-slider-two .banner-form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  z-index: 2;
  margin: 0 auto;
  padding: 0 0 0;
  max-width: 1200px;
}

.main-slider-three {
  position: relative;
  z-index: 2;
  background-color: var(--planmygigs-white2, #FAF5EE);
  padding: 189px 0 0;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .main-slider-three {
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .main-slider-three>.container {
    max-width: 100%;
    padding-left: 10.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .main-slider-three>.container {
    padding-left: 2%;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .main-slider-three>.container {
    padding-left: 15px;
  }
}

.main-slider-three__content {
  position: relative;
}

.main-slider-three__sub-title {
  font-size: 24px;
  color: var(--planmygigs-base, #FF5956);
  font-weight: 400;
  font-family: var(--planmygigs-special-font, "Covered By Your Grace", cursive);
  margin-bottom: 10px;
}

.main-slider-three__title {
  font-size: 65px;
  line-height: 70px;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .main-slider-three__title {
    font-size: 40px;
    line-height: 46px;
  }
}

.main-slider-three .banner-form {
  margin-top: 90px;
  max-width: 1200px;
  position: relative;
  left: -15px;
}

@media (max-width: 1199px) {
  .main-slider-three .banner-form {
    margin-right: -30px;
  }
}

@media (max-width: 767px) {
  .main-slider-three .banner-form {
    margin-top: 50px;
  }
}

.main-slider-three__shape-one {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 369px;
  z-index: -1;
  background-repeat: repeat-x;
  animation: cloudMove3 60s linear 0s infinite;
  background-position: left bottom;
  mix-blend-mode: difference;
  opacity: 0.05;
}

@media (max-width: 767px) {
  .main-slider-three__shape-one {
    width: 100%;
  }
}

.main-slider-three__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 59.8%;
  height: 767px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  border-radius: 0 0 0 55px;
}

@media (max-width: 1399px) {
  .main-slider-three__image {
    width: 62%;
  }
}

@media (max-width: 1199px) {
  .main-slider-three__image {
    display: none;
  }
}

.main-slider-three__image::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 259px;
  content: "";
  background-image: linear-gradient(180deg, #1A141C 0%, rgba(30, 30, 30, 0) 74.04%);
}

.main-slider-three__customer {
  position: relative;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -92px;
  z-index: -1;
}

@media (max-width: 767px) {
  .main-slider-three__customer {
    display: block;
    bottom: -120px;
  }
}

.main-slider-three__customer__image {
  display: flex;
  align-items: center;
}

.main-slider-three__customer__image img {
  width: 50px;
  height: 50px;
  border: 2px solid var(--planmygigs-white, #ffffff);
  border-radius: 50%;
  margin-right: -11px;
}

.main-slider-three__customer__number {
  width: 50px;
  height: 50px;
  background-color: var(--planmygigs-base, #FF5956);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: var(--planmygigs-white, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -5px;
}

.main-slider-three__customer__title {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 0 46px;
}

@media (min-width: 1360px) and (max-width: 1499px) {
  .main-slider-three__customer__title {
    margin-left: 15px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .main-slider-three__customer__title {
    margin-left: 12px;
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .main-slider-three__customer__title {
    margin: 15px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main-slider-three {
    margin-left: 12px;
    font-size: 17px;
  }
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}

body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--planmygigs-white, #ffffff);
  box-shadow: 0px 0px 100px 0px rgba(var(--planmygigs-black-rgb, 0, 0, 0), 0.08);
}

body.boxed-wrapper .main-header__booking-btn {
  display: none;
}

/*--------------------------------------------------------------
# Tab Section
--------------------------------------------------------------*/
.tab-one {
  position: relative;
  background-color: var(--planmygigs-primary, #2D2330);
  padding: 190px 0 125px;
}

@media (max-width: 767px) {
  .tab-one {
    padding: 150px 0 80px;
  }
}

.tab-one .sec-title__title,
.tab-one .sec-title__heading {
  color: var(--planmygigs-white, #ffffff);
}

.tab-one__bg {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
  opacity: 0.1;
}

.tab-one .container {
  position: relative;
  z-index: 1;
}

.tab-one__list {
  position: relative;
  margin: 0;
  padding: 40px;
  border-radius: 20px;
  background-color: var(--planmygigs-black4, #241C26);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tab-one__list {
    padding: 40px 25px;
  }
}

@media (max-width: 767px) {
  .tab-one__list {
    padding: 40px 20px;
  }
}

.tab-one__list li {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--planmygigs-white, #ffffff);
  text-transform: capitalize;
  background-color: var(--planmygigs-primary, #2D2330);
  transition: all 500ms ease;
}

@media (max-width: 767px) {
  .tab-one__list li {
    padding: 12px 20px;
  }
}

.tab-one__list li span {
  color: var(--planmygigs-base, #FF5956);
  margin-right: 20px;
  transition: all 500ms ease;
  font-size: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tab-one__list li span {
    margin-right: 12px;
  }
}

@media (max-width: 767px) {
  .tab-one__list li span {
    margin-right: 12px;
  }
}

.tab-one__list li:hover,
.tab-one__list li.active-btn {
  background-color: var(--planmygigs-base, #FF5956);
  color: var(--planmygigs-white, #ffffff);
}

.tab-one__list li:hover span,
.tab-one__list li.active-btn span {
  color: var(--planmygigs-white, #ffffff);
}

.tab-one__list li+li {
  margin-top: 20px;
}

.tab-one__content {
  position: relative;
}

@media (min-width: 1200px) {
  .tab-one__content {
    padding-left: 30px;
  }
}

.tab-one__content__img {
  position: relative;
  margin: 0 0 32px;
}

.tab-one__content__img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.tab-one__content__img:hover .tab-one__content__icon span {
  -webkit-animation-name: wobble-horizontal-on-hover;
  animation-name: wobble-horizontal-on-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.tab-one__content__icon {
  width: 102px;
  height: 102px;
  background-color: var(--planmygigs-base, #FF5956);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 46px;
  color: var(--planmygigs-white, #ffffff);
  position: absolute;
  right: 40px;
  bottom: -53px;
}

@media (max-width: 767px) {
  .tab-one__content__icon {
    width: 80px;
    height: 80px;
    font-size: 36px;
    bottom: -33px;
    right: 30px;
  }
}

.tab-one__content__icon span {
  display: inline-block;
}

.tab-one__content__title {
  color: var(--planmygigs-white, #ffffff);
  font-size: 30px;
  margin: 0 0 13px;
}

.tab-one__content__text {
  margin: 0 0 30px;
}

.tab-one__content__list {
  margin: 0;
  padding: 0;
}

.tab-one__content__list li {
  display: flex;
  align-items: center;
  float: left;
  width: 50%;
  color: var(--planmygigs-white, #ffffff);
}

@media (max-width: 767px) {
  .tab-one__content__list li {
    float: none;
    width: 100%;
  }
}

.tab-one__content__list li span {
  color: var(--planmygigs-base, #FF5956);
  margin-right: 7px;
}

.tab-one .client-carousel {
  background-color: transparent;
  padding: 125px 0 0;
}

@media (max-width: 767px) {
  .tab-one .client-carousel {
    padding-top: 80px;
  }
}

.tab-one .client-carousel__title {
  border-color: rgba(var(--planmygigs-white-rgb, 255, 255, 255), 0.1);
  color: var(--planmygigs-white, #ffffff);
}

.tab-one .client-carousel__title span {
  background-color: var(--planmygigs-primary, #2D2330);
}


/* Vendor Section Styles */
.vendor-sec {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .vendor-sec {
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  .vendor-sec {
    padding: 40px 0;
  }
}

.vendor-sec .vendor-card {
  padding: 30px 40px;
  border-radius: 20px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  height: 190px;
  margin: 20px 0;
}
@media screen and (max-width: 576px) {
  .vendor-sec .vendor-card {
    padding: 10px;
    height: 105px;
  }
}

.vendor-sec .vendor-card p {
  font-size: 1.5em;
  font-weight: 300;
  font-family: var(--planmygigs-font);
  color: var(--planmygigs-white);
  margin: 0;
  margin-left: 15px;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .vendor-sec .vendor-card p {
    font-size: 0.9em;
    margin: 0;
    text-align: center;
  }
}

.vendor-sec .vendor-card h4 {
  font-size: 3.5em;
  font-weight: 400;
  font-family: var(--planmygigs-font);
  color: var(--planmygigs-white);
}
@media screen and (max-width: 576px) {
  .vendor-sec .vendor-card h4 {
    font-size: 1.1em;
    text-align: center;
  }
}

.vendor-sec .vendor-card a {
  text-decoration: underline;
  color: var(--planmygigs-white);
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.vendor-sec .vendor-card .vendor-btn {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--planmygigs-white);
  color: var(--planmygigs-black);
  font-family: var(--planmygigs-font-regular);
  text-decoration: none;
  width: 60%;
  padding: 5px 20px;
  font-size: 1em;
}
.vendor-sec .vendor-card .vendor-btn:hover {
  background-color: var(--planmygigs-base);
  color: var(--planmygigs-white);
}
@media screen and (max-width: 576px) {
  .vendor-sec .vendor-card .vendor-btn {
    font-size: 0.8em;
    width: 95%;
    padding: 0px 5px;
  }
}

.vendor-sec .vendor-card-violet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(130, 47, 177, 0.75);
  border-radius: 15px;
  z-index: -1;
}

.vendor-sec .vendor-card-shade::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  z-index: -1;
}

/* Explore Vensors Section Styles */
.explore-vendors .explore-banner {
  background-image: url(../images/explore/explore-main-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.explore-vendors .explore-banner .vector-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  z-index: -1;
}
.explore-vendors .explore-banner .vector-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  z-index: -1;
}

.explore-vendors .explore-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(38deg, rgba(238, 67, 197, 1) 0%, rgba(130, 47, 177, 1) 92%);
  opacity: 0.85;
  border-radius: 20px;
  z-index: -1;
}

.explore-vendors .explore-banner .explore-padding {
  padding: 50px 100px;
}
@media screen and (max-width: 576px) {
  .explore-vendors .explore-banner .explore-padding {
    padding: 30px;
  }
}

.explore-vendors .explore-banner .explore-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.explore-vendors .explore-banner .explore-vendors-content h4 {
  font-size: 4em;
  font-family: var(--planmygigs-font);
  color: var(--planmygigs-white);
}
@media screen and (max-width: 576px) {
  .explore-vendors .explore-banner .explore-vendors-content h4 {
    font-size: 2.5em;
    margin-top: 20px;
  }
}

.explore-vendors .explore-banner .explore-vendors-content p {
  font-size: 1.2em;
  font-family: var(--planmygigs-font-extra-light);
  color: var(--planmygigs-white);
  width: 80%;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .explore-vendors .explore-banner .explore-vendors-content p {
    font-size: 1em;
  }
}

.explore-vendors .explore-banner .explore-vendors-content .explore-vendors-btn {
  display: inline-block;
  background-color: var(--planmygigs-white);
  font-family: var(--planmygigs-font-bold);
  padding: 5px 12px;
  border-radius: 5px;
  width: 30%;
  text-align: center;
}
.explore-vendors .explore-banner .explore-vendors-content .explore-vendors-btn:hover {
  background-color: var(--planmygigs-base);
}
.explore-vendors .explore-banner .explore-vendors-content .explore-vendors-btn span {
  color: var(--planmygigs-base);
}
.explore-vendors .explore-banner .explore-vendors-content .explore-vendors-btn:hover span {
  color: var(--planmygigs-white);
}

/* Real Wedding Section Styles */
.real-wedding-sec {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .real-wedding-sec {
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  .real-wedding-sec {
    padding: 40px 0;
  }
}

.top-content h4 {
  font-size: 2em;
  font-weight: 300;
  color: var(--planmygigs-black);
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 576px) {
  .top-content h4 {
    font-size: 1.5em;
  }
}

.top-content h4::before {
  content: "";
  position: absolute;
  border: 1px solid #a19da3;
  width: 20%;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top-content h2 {
  font-size: 3em;
  color: var(--planmygigs-black);
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  .top-content h2 {
    font-size: 2em;
  }
}

.top-content h2 span {
  color: var(--planmygigs-base);
}

.real-wedding-sec .wedding-card img {
  margin: 20px 0;
  width: 100%;
  border-radius: 20px;
}

.real-wedding-sec .wedding-card-main {
  height: 94%;
}

.real-wedding-sec .wedding-card-main img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  margin: 20px 0;
}

/* Stories Section Styles */
.stories-sec .top-content {
  margin-bottom: 40px;
}
.stories-sec .stories-left-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.stories-sec .stories-left-content {
  color: var(--planmygigs-black);
  font-family: var(--planmygigs-font-semibold);
  margin: 20px 0;
}
@media screen and (max-width: 576px) {
  .stories-sec .stories-left-content {
    font-size: 1.2em;
  }
}

.stories-sec .know-more-btn {
  display: inline-block;
  font-family: var(--planmygigs-font-light);
  padding: 10px;
  border-radius: 10px;
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .stories-sec .stories-list {
    margin-top: 30px;
  }
}

.stories-sec .stories-list .story-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
@media screen and (max-width: 576px) {
  .stories-sec .stories-list .story-img img {
    height: 120px;
  }
}

.stories-sec .stories-list .story-content h4 {
  color: var(--planmygigs-black);
  font-family: var(--planmygigs-font-semibold);
}
@media screen and (max-width: 576px) {
  .stories-sec .stories-list .story-content h4 {
    font-size: 1.2em;
  }
}

.stories-sec .stories-list .story-content p {
  color: var(--planmygigs-secondary);
  font-family: var(--planmygigs-font-regular);
}

/* Bottom Banner Section Styles */
.bottom-banner-sec {
  background-image: url('../images/home-banner/bottom-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0;
  margin-top: 120px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bottom-banner-sec {
    margin-top: 60px;
  }
}
@media screen and (max-width: 576px) {
  .bottom-banner-sec {
    margin-top: 40px;
  }
}

.bottom-banner-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(238, 67, 197, 1) 40%, rgba(130, 47, 177, 1) 74%, rgba(130, 47, 177, 1) 85%, rgba(238, 67, 197, 1) 100%);
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
}

.bottom-banner-sec h4 {
  color: var(--planmygigs-white);
  font-size: 2.5em;
  font-family: var(--planmygigs-font-semibold);
}
@media screen and (max-width: 768px) {
  .bottom-banner-sec h4 {
    text-align: center;
    margin-bottom: 20px;
  }
  .bottom-banner-sec .sign-up-btn {
    text-align: center;
  }
  
}
@media screen and (max-width: 576px) {
  .bottom-banner-sec h4 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .bottom-banner-sec .sign-up-btn {
    text-align: center;
  }
  
}

.bottom-banner-sec .sign-up-btn .planmygigs-btn {
  display: inline-block;
  background-color: var(--planmygigs-white);
  padding: 5px 20px;
  border-radius: 25px;
  font-size: 18px;
  font-family: var(--planmygigs-font);
  font-weight: 700;
  width: 32%;
  text-align: center;
}
.bottom-banner-sec .sign-up-btn .planmygigs-btn span {
  color: var(--planmygigs-base);
}
.bottom-banner-sec .sign-up-btn .planmygigs-btn:hover {
  background-color: var(--planmygigs-base);
}
.bottom-banner-sec .sign-up-btn .planmygigs-btn:hover span {
  color: var(--planmygigs-white);
}
@media screen and (max-width: 576px) {
  .bottom-banner-sec .sign-up-btn a {
    width: 40%;
  }
}

.bottom-banner-sec .vector-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}

.bottom-banner-sec .vector-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
}