/* FONT IMPORT */

/* Google Font */

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

/* Local Font */

@font-face {
    font-family: "myriad";
    src: url("../fonts/myriad.OTF");
}

@font-face {
    font-family: "distant";
    src: url("../fonts/distant.otf");
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #45a9e3;
    --secondary: #8fc334;
}

::-webkit-scrollbar {
    width: 0;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Raleway", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: "Playfair Display", serif;
}

section {
    position: relative;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #012d64;
}

figure {
    margin: 0;
}

/* / LENIS / */

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: #86cfd0;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
        margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: #86cfd0;
    opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--black);
}

/* PRELOADER */

/* btn css */

.themeBtn {
    font-size: 1.5rem;
    background: #86cfd0;
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #132f55;
    font-family: "Playfair Display", serif;
}

.themeBtn--reverse {
    background: #012d64;
    color: #86cfd0;
}

.themeBtn:hover {
    background: #012d64;
    color: #86cfd0;
}

.themeBtn--reverse:hover {
    color: #012d64;
    background: #86cfd0;
}

/* btn css */

/* NAV HEADER CSS */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* z-index: 111; */
    top: 0;
    width: 100%;
    padding-top: 40px;
    transition: 0.3s ease-in-out;
    padding: 2.5rem 1rem 0 16rem;
    z-index: 1;
}

/* !NAV HEADER CSS */

/* .mainSec {
  background: url(../images/mainImage.webp) right no-repeat;
  height: 1240px;
  display: flex;
  align-items: end;
} */

.mainSec {
}

.mainSec::before {
    content: "";
    width: 20%;
    height: 200%;
    background: linear-gradient(90deg, #dcf9f9, transparent);
    position: absolute;
    inset: 0;
    top: -100%;
    z-index: -1;
}

.banImg {
    width: 210px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 38.75%;
}

.banContent {
    text-align: center;
    padding: 10rem 8rem 0 !important;
    position: relative;
    z-index: 1;
}

.question {
    text-align: center;
    margin-top: 18rem;
}

.question.questionprom {
    margin-top: 2rem;
}

.question h2 {
    font-family: "distant";
    font-size: 2.5rem;
    margin-bottom: 0.6rem;
    line-height: 0.89;
    color: #132f55;
}

.banContent p {
    font-size: 1.126rem;
    color: #012d64;
    line-height: 1.5;
    margin: 0 auto 2rem;
    font-weight: 500;
}
.banContent p strong {
    color: #132f55;
}

.loveText h1 {
    font-size: 48px;
    position: relative;
    z-index: 1;
    color: #62bcbd;
    font-weight: bold;
    text-shadow: 4px 0 0px black;
    margin: 0rem 0 0 -4.5rem;
}

/* Important styles */

#toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin-top: 1rem;
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

#toggle span:after {
    top: 9px;
}

#toggle span {
    position: relative;
    display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 3px;
    background-color: var(--white);
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */

#toggle.on span {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on+#menu {
    opacity: 1;
    visibility: visible;
}

#menu {
    position: relative;
    color: #999;
    width: 260px;
    padding: 1rem;
    margin: auto;
    text-align: right;
    border-radius: 4px;
    background-image: -moz-linear-gradient(0deg,
            rgba(86, 173, 175, 0.50196) 0%,
            rgba(93, 137, 138, 0.5) 52%,
            rgba(100, 100, 100, 0.50196) 100%);
    background-image: linear-gradient(90deg,rgba(86, 173, 175, 0.6) 0%, rgba(93, 137, 138, 0.4) 50%, rgba(86, 173, 175, 0.6) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgba(86, 173, 175, 0.50196) 0%,
            rgba(93, 137, 138, 0.5) 52%,
            rgba(100, 100, 100, 0.50196) 100%);
    /* just for this demo */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s;
}

.mainMenus .ul,
.mainMenus li,
.mainMenus li a {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.mainMenus li a {
    padding: 2px 5px;
    color: var(--white);
    text-decoration: none;
    transition: all 0.2s;
    font-size: 2rem;
    text-transform: uppercase;
    position: relative;
    display: inline;
    font-family: "Playfair Display", serif;
    text-shadow: 2px 2px 0 BLACK;
}

.mainMenus li a:hover,
.mainMenus li a.active {
    color: #aef9fa;
}

.mainMenus li a::before {
    content: "\f04b";
    /* Font Awesome play icon */
    color: #aef9fa;
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    font-weight: 900;
    position: absolute;
    top: 25px;
    left: -15px;
    opacity: 0;
    /* Initially hidden */
    transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
    /* Smooth transition for both */
    transform: translate(-50%, -50%) rotate(0deg);
    /* Default state */
}

.mainMenus li a:hover::before,
.mainMenus li a.active::before {
    opacity: 1;
    /* Icon appears */
    transform: translate(0, -50%) rotate(0deg);
    /* No rotation */
}

.mainMenus li a.dropdown::before {
    transform: translate(0, -50%) rotate(90deg);
    /* Rotate when dropdown is open */
}

.mainMenus li a.dropdown.collapsed::before {
    transform: translate(0, -50%) rotate(0deg);
    /* No rotation when collapsed */
}

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

.mainMenus {
    text-align: -webkit-right;
    z-index: 111;
}

.navbar {
    align-items: flex-start;
}

.navbar-brand img {
    width: 15rem;
}

.mainMenus .drop-down {
    position: relative;
    z-index: 1;
}

.mainMenus .drop-down>a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-left: 5px;
    color: var(--white);
}

.mainMenus .drop-down ul {
    width: fit-content;
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
    right: 0;
    text-align: center;
}

.mainMenus .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.mainMenus .drop-down li {
    min-width: 150px;
    position: relative;
    list-style: none;
}

.mainMenus .drop-down ul a {
    padding: 5px 1.125rem;
    font-size: 1.125rem;
    text-transform: none;
    color: #151515;
    display: block;
    font-family: "myriad";
    text-transform: uppercase;
}

.mainMenus .drop-down ul a::before {
    content: none;
}

.mainMenus .drop-down ul a:hover {
    background: #62bcbd;
    color: #fff;
}

.mainMenus .collapse li a {
    font-size: 1.125rem;
}

.mainMenus .collapse li a::before {
    content: none;
}

h3.request-content {
    font-family: "distant";
    font-size: 4.2rem;
    margin-bottom: 0.6rem;
    line-height: 0.89;
    color: #132f55;
    font-weight: 500;
}

footer h3 {
    font-family: "distant";
    font-size: 3rem;
    color: #0e2c69;
    margin-bottom: 0rem;
    letter-spacing: 1px;
}

footer p {
    color: #767676 !important;
}

.socialsLinks ul {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}

.socialsLinks ul li a img {
    width: 2.4rem;
    height: auto;
    display: block;
    color: var(--white);
    font-size: 1.25rem;
}

.contactList li a {
    color: #000;
    font-size: 1.08rem;
}

.contactList li a span {
    color: #478d99;
}

.contactUs p {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.contactUs ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 1.8rem;
}

.contactUs ul li span {
    font-size: 1.08rem;
    font-weight: 500;
    color: #000;
    font-family: "Playfair Display", serif;
}

.contactUs ul li:last-child span:last-child {
    font-style: italic;
}

.contactUs a {
    font-size: 0.875rem;
    color: #478d99;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.copyRight p {
    font-size: 1rem;
    color: #0c1627;
    margin: 0;
}

.copyRight p a {
    color: #6aafb1;
}

.copyRight {
    margin-top: 1.2rem;
    padding-top: 0.6rem;
    border-top: 1px solid rgb(0 0 0 / 30%);
}

footer {
    padding: 1rem 0;
    position: relative;
}

footer::before {
    content: "";
    width: 42%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(#acbcbc, transparent);
    z-index: -1;
}

footer::after {
    content: "";
    width: 58%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, #a8bdbe, transparent);
    z-index: -1;
}

.footLogo img {
    width: 70%;
}
.footLogo {
    display: flex;
    gap: 3rem;
}
.footLogo h2 {
    font-size: 3rem;
    font-family: "distant";
    color: #6aafb1;
}

.question span {
    font-size: 1.8rem;
    color: #132f55;
    font-weight: bold;
}

.question span a {
    color: #42708b;
    font-weight: 800;
    font-size: 1.5rem;
    font-family: "Playfair Display", serif;
    -webkit-text-stroke: 0.5px black;
}

figure.img_inerbox {
    position: relative;
    height: 100%;
}

figure.img_inerbox img {
    height: 100%;
    object-fit: cover;
}

figure.img_inerbox .loveText {
    position: absolute;
    top: 33%;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

figure.img_inerbox .loveText.loveText--top {
    align-items: start;
    margin-top: 9rem;
}

figure.img_inerbox iframe {
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
}

/* About Us Page */

.location-content .card {
    margin-bottom: 1rem;
}

.location-content .card-header {
    background: #86cfd0;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0.4rem 1.25rem;
}

.location-content .card-header span {
    width: 100%;
    color: #132f55;
}

.location-content .card-header img {
    width: 40px;
}

.location-content .card-header i {
    font-size: 1.5rem;
    color: #0e2c69;
}

.location-content .card-body {
    padding-top: 0.5rem;
    background: linear-gradient(#86cfd0, #adb2b3);
}

.location-content .card-body p {
    font-size: 1rem;
    font-weight: 500;
}

.location-content .card-body p:last-child {
    margin: 0;
}

.aboutSection .banContent {
    /* padding-top: 2rem !important; */
}

.aboutSection .banContent p {
    font-size: 0.875rem;
}

.menu--serv .aboutContent,
.aboutSection .aboutContent {
    height: auto;
    overflow: hidden;
    overflow-y: hidden;
    padding-top: 0rem !important;
    /* position: absolute; */
    /* top: 30%; */
    margin: 2rem 0;
    padding-right: 0.5rem;
}

.pricingContent {
    height: auto;
}

/* .menu--serv .aboutContent {
    height: 65vh;
} */

:is(.menu--serv .aboutContent, .aboutSection .aboutContent, .steven--page .jaydan-content)::-webkit-scrollbar {
    width: 5px;
    border-radius: 50%;
}

/* Track */

:is(.menu--serv .aboutContent, .aboutSection .aboutContent, .steven--page .jaydan-content)::-webkit-scrollbar-track,
:is(.menu--serv .aboutContent, .aboutSection .aboutContent, .steven--page .jaydan-content)::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

:is(.menu--serv .aboutContent, .aboutSection .aboutContent, .steven--page .jaydan-content)::-webkit-scrollbar-thumb,
:is(.menu--serv .aboutContent, .aboutSection .aboutContent, .steven--page .jaydan-content)::-webkit-scrollbar-thumb {
    background: #86cfd0;
}

/* Handle on hover */

/* .aboutSection .aboutContent::-webkit-scrollbar-thumb:hover {
  background: #555;
} */

/* .menu--serv .questionprom {
    transform: translate(35%, 6%);
} */

/* .questionloc {
    position: absolute;
    bottom: 0;
    transform: translate(70%, 92%) !important;
} */

/* Services Menu */

.menu--serv .banContent h2 {
    margin-top: 0;
}

.menu--serv .banContent h3 {
    font-size: 40px;
}

.menu--serv .banContent .card .card-header h3 {
    color: #132f55;
    font-size: 25px;
}

.menu--serv .banContent .card-body .connect h4 {
    margin: 16px 0;
}

.menu--serv .banContent .card-body .connect a {
    width: 30px;
    height: 30px;
}

.banContent.menu-content ul {
    margin: 0rem 0 0;
    background-image: -moz-linear-gradient(0deg,
            rgb(134, 207, 208) 0%,
            rgba(169, 214, 215, 0.83) 67%,
            rgba(204, 221, 221, 0.65882) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(134, 207, 208) 0%,
            rgba(169, 214, 215, 0.83) 67%,
            rgba(204, 221, 221, 0.65882) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(134, 207, 208) 0%,
            rgba(169, 214, 215, 0.83) 67%,
            rgba(204, 221, 221, 0.65882) 100%);
    width: 100%;
    padding: 2rem 0;
    margin-bottom: 1.3rem;
}

.banContent.menu-content .d-flex a img {
    width: 62px;
    display: table;
    margin: 20px auto 0;
}

.banContent.menu-content h5 {
    background-image: -moz-linear-gradient(0deg,
            rgb(69, 139, 152) 0%,
            rgb(139, 209, 210) 35%,
            rgb(169, 212, 213) 68%,
            rgb(198, 215, 215) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(69, 139, 152) 0%,
            rgb(139, 209, 210) 35%,
            rgb(169, 212, 213) 68%,
            rgb(198, 215, 215) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(69, 139, 152) 0%,
            rgb(139, 209, 210) 35%,
            rgb(169, 212, 213) 68%,
            rgb(198, 215, 215) 100%);
    color: #011b42;
    font-family: "Playfair Display", serif;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: right;
    padding: 10px 20px;
    margin: 0;
}

.banContent.menu-content h5 span {
    display: block;
    font-family: "myriad";
    font-weight: 200;
    margin: 2px 0 0;
    font-size: 26px;
}

.banContent.menu-content h5+h5 {
    margin-top: 1.3rem;
}

.banContent.menu-content .d-flex h4 {
    font-family: "distant";
    font-size: 3rem;
    margin-bottom: 0.6rem;
    line-height: 0.89;
    color: #132f55;
    margin-top: 2rem;
}

.banContent.menu-content .d-flex div {
    /* flex-shrink: 0; */
    text-align: center;
}

.banContent.menu-content .d-flex a {
    text-align: center;
    display: table;
    margin: auto;
}

.banContent.menu-content .d-flex {
    gap: 2rem;
}

.banContent.menu-content ul li {
    color: #011b42;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    margin-bottom: 0.5rem;
}

.banContent.menu-content ul li small {
    display: block;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 8px;
}

.banContent.menu-content ul li span {
    display: block;
    font-size: 1.3rem;
}

.banContent.menu-content ul li:first-child {
    margin: 0 0 1rem;
}

.banContent.menu-content {
}

.services--menu .card {
    overflow: visible;
    margin-bottom: 1rem;
}

.services--menu .card-header {
    background: -webkit-linear-gradient(0deg,
            rgb(69, 139, 152) 0%,
            rgb(139, 209, 210) 35%,
            rgb(169, 212, 213) 68%,
            rgb(198, 215, 215) 100%);
    display: flex;
    align-items: center;
    text-align: right;
    cursor: pointer;
}

.services--menu .card-header i {
    font-size: 1.25rem;
    color: #132f55;
}

.services--menu .card-header h3 span {
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    text-transform: uppercase;
}

.services--menu .card-header h3 {
    width: 100%;
    font-size: 1.7rem;
}

.services--menu .card-body {
    padding: 0;
    background: -webkit-linear-gradient(0deg,
            rgb(134, 207, 208) 0%,
            rgba(169, 214, 215, 0.83) 67%,
            rgba(204, 221, 221, 0.65882) 100%);
}

.services--menu .d-flex h4 {
    width: min-content;
}

.banContent.menu-content.services--menu .d-flex {
    gap: 0;
}

.banContent.menu-content.services--menu .d-flex>.connect {
    width: 105px;
    background: #c9fafa;
    padding: 0 1.25rem 0 0.5rem;
}

.banContent.menu-content.services--menu .d-flex>.items {
    flex: 1;
}

.banContent.menu-content.services--menu .d-flex a img {
    width: 50px;
}

.banContent.menu-content.services--menu ul {
    padding: 0;
    background: transparent;
}

.banContent.menu-content.services--menu ul li {
    min-height: min-content;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.banContent.menu-content.services--menu ul li:not(:last-child) {
    /* margin-bottom: 1rem; */
}

.banContent.menu-content.services--menu ul li div {
    width: 100%;
    height: min-content;
    box-shadow: 0.5px 0.5px 0px 1px #00000090;
    flex: 1;
}

.banContent.menu-content.services--menu ul li img {
    width: 50px;
    height: 62px;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
}

.banContent.menu-content.services--menu ul li:first-child img.icon--lg {
    height: 125px;
}

.banContent.menu-content.services--menu ul li:hover img {
    opacity: 1;
    visibility: visible;
}

/* Services menu */

/* services packages */

.menu--serv .banContent .aboutContent p {
    font-size: 0.875rem;
}

.menu--serv .banContent .package-card>div {
    padding: 1rem 1rem 0 1rem;
}

.menu--serv .banContent .package-card span i {
    font-size: 1.8rem;
}

.menu--serv .banContent .package-card h3 {
    font-size: 15px;
    color: #132f55;
}

.menu--serv .banContent .package-card h4 {
    font-size: 18px;
}

.menu--serv .banContent .package-card p {
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.menu--serv .banContent .help-card h4 {
    font-size: 42px;
}

.menu--serv .banContent .help-card h3 {
    font-size: 25px;
}

.services-package.banContent.menu-content ul.conectSocial {
    background-image: none;
    padding: 0;
}

.package-card {
    position: relative;
    margin-bottom: 1rem;
    display: flex;
}

.package-card>div {
    width: 100%;
    background: -webkit-linear-gradient(0deg,
            rgb(69, 139, 152) 0%,
            rgb(139, 209, 210) 35%,
            rgb(169, 212, 213) 68%,
            rgb(198, 215, 215) 100%);
    text-align: right;
    padding: 1rem;
}

.package-card>img {
    width: 60px;
    min-height: 100%;
}

.package-card .icon {
    color: #14346e;
    font-size: 3rem;
    position: absolute;
    top: 43%;
    left: 1rem;
    transform: translateY(-50%);
}

.package-card h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.package-card h3 span {
    font-size: 1.75rem;
    font-weight: 900;
}

.package-card h4 {
    font-size: 1.25rem;
    font-family: "myriad";
}

.package-card .watermark {
    font-size: 7rem;
    font-family: "distant";
    text-transform: capitalize;
    position: absolute;
    top: 0.25rem;
    left: 3rem;
    z-index: 1;
    line-height: 1;
    color: #00000030;
    font-style: italic;
}

.package-card p {
    width: auto;
    margin: 0;
}

.hair-heading.skyClr {
    color: #aef9fa;
    margin-bottom: 7px;
    text-shadow: 2px 2px 0 BLACK;
    font-size: 1.625rem;
    font-weight: 700;
}

.request-content {
    font-family: "distant";
    font-size: 3.25rem;
    margin-bottom: 1.6rem;
    line-height: 0.89;
    color: #132f55;
}

.help-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0e2c6a;
    color: var(--primary);
    padding: 1.5rem 1.25rem;
}

.help-card h4 {
    font-size: 2rem;
    font-family: "distant";
    margin: 0;
}

.help-card h3 {
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.help-card .arrow-right {
    width: 40px;
}

/* services packages */

/* services pricing */

.menu--serv .pricingpg-content {
    padding: 12rem 4rem 0;
}

.menu--serv .pricingpg-content a {
    /* margin-top: 25px !important; */
}

.menu--serv .pricingpg-content .pricing-luxury {
    margin-left: 15px;
}

.pricingpg-content {
    text-align: center;
}

.pricing-luxury {
    position: relative;
    background-image: -moz-linear-gradient(0deg,
            rgb(134, 207, 208) 0%,
            rgba(169, 214, 215, 0.83) 67%,
            rgba(204, 221, 221, 0.65882) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(134, 207, 208) 0%,
            rgba(169, 214, 215, 0.83) 67%,
            rgba(204, 221, 221, 0.65882) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(134, 207, 208) 0%,
            rgba(169, 214, 215, 0.83) 67%,
            rgba(204, 221, 221, 0.65882) 100%);
    margin-left: -3rem;
    padding: 40px 30px;
}

.pricing-luxury p {
    color: #012d64;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px;
}

.pricing-luxury p span {
    font-style: italic;
}

.pricing-luxury h4 {
    color: #011b42;
    font-style: italic;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    font-size: 1.4rem;
    margin: 0 0 10px;
}

.pricing-luxury h5 {
    color: #011b42;
    font-size: 1.2rem;
    margin: 0;
}

.pricing-luxury ul li {
    color: #011b42;
    font-size: 16px;
    font-weight: 600;
}

.pricing-luxury h4 strong {
    font-weight: 700;
}

.mainSec.pricing-page .banImg {
    height: 100%;
}

/* services pricing */

/* promotion inner css */

.menu--serv .pricingpg-content .aboutContent .promotion-card {
    margin-left: 15px;
}

.promotion-card {
    background: -webkit-linear-gradient(0deg,
            rgb(69, 139, 152) 0%,
            rgb(139, 209, 210) 35%,
            rgb(169, 212, 213) 68%,
            rgb(198, 215, 215) 100%);
    padding: 1rem;
    margin: 1rem 0 1rem -3rem;
}

.promotion-card>div {
    gap: 1rem;
    padding: .75rem 1.6rem;
}

.menu--serv .banContent .aboutContent .promotion-card h4 {
    font-size: 1.5rem;
}

.promotion-card h4 {
    font-size: 2rem !important;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9;
    margin: 0;
    color: #0a2564;
}

.promotion-card h4 span {
    font-size: 1.5rem;
    font-weight: 700;
}

.promotion-card h4 small {
    font-size: 1.25rem;
    font-family: "myriad";
}

.promotion-card p {
    width: auto;
    margin: 1rem 0 0;
}

.promotion-card .font--lg {
    font-size: 4rem !important;
}

ul.conectSocial {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

ul.conectSocial li a img {
    width: 50px;
}

.menu--serv .pricingpg-content .question .conectSocial li {
    width: 36px;
    height: 42px;
}

.banContent.menu-content.services--menu .conectSocial li img {
    width: auto;
    height: auto;
    opacity: 1 !important;
    visibility: visible !important;
}

.menu--serv .banContent {
    height: auto;
    overflow-y: hidden;
}

/* Brands Sec Start */

.pricing-brand-content .branding-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    margin-top: 2.5rem;
}

.brand-img {
    width: 100%;
    height: 268px;
    background: var(--white);
    border: 8px solid #5da4ac;
    position: relative;
    margin-bottom: 2rem;
}

.brand-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.branding-img .brand-img>img {
    width: 100%;
    position: absolute;
    left: 0;
    transition: 0.3s ease-in-out;
}

.branding-img .brand-img:hover>img {
    opacity: 0;
    visibility: hidden;
}

.brand-imgList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem 0;
    background: #5da4ac;
}

.brand-imgList a {
    width: 50%;
    height: auto;
}

.brand-imgList a img {
    width: 60%;
    object-fit: contain;
}

.lastIcn {
    width: 80px !important;
    height: 60px !important;
}

/* Brands Sec Start */

/* fav sec css */

.bottleImg {
    position: relative;
    border: 7px solid #5da4ac;
    background: var(--white);
    padding: 1em;
    overflow-y: auto;
}

.bottleImg img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.bottleImg-info {
    text-align: center;
    padding: 1rem 2rem;
    background-color: #6fbccc;
    position: absolute;
    inset: 0;
    top: 0;
    overflow-y: auto;
    z-index: 1;
    display: none;
}

.bottleImg-info.active {
    display: block;
}

.bottleImg-info img {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
}

.bottleImg-info h2 {
    font-size: 1.9rem;
    margin-bottom: 0.6rem;
    line-height: 0.89;
    color: #132f55;
    text-transform: uppercase;
}

.Info-navigation {
    display: flex;
    justify-content: space-between;
}

.arrowBack img {
    width: 50px;
    height: 50px;
}

.shopbag img {
    width: 50px;
    height: 50px;
}

.brandSlider {
    margin-bottom: 40px;
}

.brandSlider2 {
    padding-bottom: 40px;
}

.bottleImg {
    position: relative;
}

.qmark {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 20px;
}

.qmark a img {
    width: 30px;
    height: 50px;
}

.brandslider-pagination .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.brandslider-pagination .swiper-pagination-bullet {
    color: #132f55;
    opacity: 70%;
}

.brandslider-pagination .swiper-pagination-bullet-active {
    background: #66bdbf;
}

.fav-content {
    padding: 3rem;
}

.brands-content {
    padding: 3rem;
}

.brands-content .brand-img {
    height: 220px;
    background: #5da4ac;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.brands-content .brand-img>img {
    object-fit: unset;
}

/* fav sec css */

/* promotion inner css */

.steven--page .banContent {
    padding: 18rem 5rem 0 3rem !important;
}

.steven--page .banContent .jaydan-content {
    height: auto;
    overflow-y: hidden;
    margin-bottom: 2rem;
}

.steven--page .pricing-luxury {
    margin: 0;
}

.steven--page .promotion-card {
    margin: 1rem 0;
}

.pricingpg-content__img {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2rem;
}

.pricingpg-content__img img {
    width: 25%;
}

/* client-review css */

.revier-info {
    background-image: -webkit-linear-gradient(0deg, rgb(134, 207, 208) 0%, rgba(169, 214, 215, 0.83) 67%, rgba(204, 221, 221, 0.65882) 100%);
    padding: 6rem 9rem;
}

.revier-info h6 {
    margin: 0;
}

.review-anc {
    margin-top: 1.5rem;
}

.google-review {
    height: auto;
}

.review-anc a+a {
    margin-top: 1rem;
}

.reviewSlider-pagination {
    position: unset;
    z-index: 1;
}

.reviewSlider-pagination .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15.7rem;
}

/* .reviewSlider .swiper-pagination-bullet-active{
    background-color: #417a88 !important;
} */

.reviewSlider-pagination .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #417a88;
}

.reviewSlider-pagination .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    background: #9eced2;
    border: 1px solid #417a88;
}

.underline-text {
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: underline;
    color: #081B45;
    font-family: "Raleway", sans-serif;
}

/* Revision Start */
.signatureBox h3 span {
    font-size: 1.25rem;
    font-weight: 400;
    display: block;
}

.para-m p {
    margin: 0;
}

.menu-price h6 i {
    font-size: 0.75rem;
}

.signatureBoxWrapper {
    padding: 3rem;
}

.signatureBox {
    border: 1px solid var(--black);
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
}

.menu--serv .banContent .signatureBox h3 {
    font-family: "Raleway", sans-serif;
    font-size: 1.75rem;
}

.menu--serv .banContent .signatureBox h4 {
    width: 100%;
    font-size: 1.5rem;
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    margin: 1rem 0;
}

.menu-mark {
    position: relative;
}

.menu--serv .banContent .menu-mark .watermark {
    font-size: 9rem !important;
    font-family: "distant";
    position: absolute;
    top: 0;
    left: 3rem;
    color: #00000020;
}

.promotion-card .font--lg span {
    font-size: 2.75rem;
}

.promotion-cardOff {
    gap: 0.5rem;
}

.policies-content .request-content {
    margin-top: 2px;
}

/* Revision end */

/* client-review css */
.service-page-logo {
    display: none;
}
.artist-page-logo {
    display: none;
}
/* .ovr-hdn {
    height: 100% !important;
    overflow-y: hidden !important;
} */
.main-banContent {
    padding: 17rem 5rem 2.5rem !important;
}
p {
    color: #012d64;
}
.mt-custom {
    margin-top: 2rem !important;
}
