    /* global css start here */


@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPSMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Brandon Grotesque';
    src: url('../fonts/HvDTrial_BrandonGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Brandon Grotesque';
    src: url('../fonts/HvDTrial_BrandonGrotesque-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Brandon Grotesque';
    src: url('../fonts/HvDTrial_BrandonGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Brandon Grotesque';
    src: url('../fonts/HvDTrial_BrandonGrotesque-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Brandon Grotesque';
    src: url('../fonts/HvDTrial_BrandonGrotesque-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Brandon Grotesque';
    src: url('../fonts/HvDTrial_BrandonGrotesque-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Brandon Grotesque';
    src: url('../fonts/HvDTrial_BrandonGrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Brandon Grotesque';
    src: url('../fonts/HvDTrial_BrandonGrotesque-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Brandon Grotesque';
    src: url('../fonts/HvDTrial_BrandonGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Brandon Grotesque';
    src: url('../fonts/HvDTrial_BrandonGrotesque-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Brandon Grotesque';
    src: url('../fonts/HvDTrial_BrandonGrotesque-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HvDTrial Brandon Grotesque';
    src: url('../fonts/HvDTrial_BrandonGrotesque-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}



body {
    font-family: 'HvDTrial Brandon Grotesque';
    font-weight: 390;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -2%;
    color: #000;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Times New Roman';
    font-weight: 400;
    line-height: 1.2;
}

h1 {
    font-size: 75px;
}

h2 {
    font-size: 75px;
}

h3 {
    font-size: 57px;
}

h4 {
    font-size: 37px;
}

h4 {
    font-size: 34px;
}

h6 {
    font-size: 24px;
}
p{
    margin: 0px;
}

.tnm-font {
    font-family: Times New Roman;
}

.bg-font {
    font-family: Brandon Grotesque;
}

.p_200 {
    padding: 200px 0;
}

.p_160 {
    padding: 160px 0;
}

.p_120 {
    padding: 120px 0;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.cta, .cta-2 {
    position: relative;
    overflow: hidden;
    z-index: 9;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 13px 36px;
    transition: 0.3s ease-in-out;
}
.cta{
    background: #E6C788;
    color: #000;
}
.cta-2{
    background: #fff;
    color: #000;
}
.cta:before, .cta-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    z-index: -1;
}
.cta:before {
    background-color: #70846B;
    color: #fff !important;
}
.cta-2:before {
    background-color: #E6C788;
    color: #000 !important;
}
.cta:hover:before, .cta-2:hover:before {
    left: 0;
}
.cta:hover {
    color: #fff;
}
.cta-2:hover {
    color: #000;
}
.p_140 {
    padding: 140px 0px;
}

.p_120 {
    padding: 120px 0px;
}

a {
    text-decoration: none;
}

a:hover {
    color: inherit;
}




/* hedaer css start here */

.site-header {
    background-color: #fff;
    padding: 18px 110px;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left,
.nav-right {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 40px;
    margin-bottom: 0;
    padding: 0px;
}

.nav-left a,
.nav-right a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

/* Dropdown Menu */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    background-color: #fff;
    display: none;
    list-style: none;
    padding: 10px 0;
    z-index: 999;
    min-width: 100%;
    width: 230px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li a {
    padding: 8px 20px;
    display: block;
    color: #000;
}

/* Book Now Button */
.book-now {
    background-color: #D6B16A;
    color: #000;
    padding: 8px 20px;
    border-radius: 2px;
    font-weight: 600;
    text-decoration: none;
}

.dropdown>a {
    position: relative;
}

.dropdown>a:after {
    position: absolute;
    margin-left: 4px;
    content: "";
    /* background-image: url("../img/down-arrow.png"); */
    width: 14px;
    height: 8px;
    top: 50%;
    transform: translateY(-32%);
}

nav.nav-bar li a {
    font-weight: 330;
    font-size: 20px;
    line-height: 100%;
}

nav.nav-bar li a:hover {
    color: #aa8d6b;
}

/* banner sec start here */

.banner-sec .banner-content {
    background: #aa8d6bbd;
    /* backdrop-filter: blur(24px); */
    padding: 50px;
    text-align: center;
    color: #fff;
}

.banner-sec .banner-content p {
    max-width: 800px;
    margin: auto;
    font-weight: 400;
}

/* welocome section start here */

.welcome-sec {
    position: relative;
    overflow-x: hidden;
}


.welcome-right-content.zoom-in-up.hidden.piller_sikn p {
    font-size: 22px;
    line-height: 31px;
}
.welcome-sec .row {
    align-items: center;
}

.welcome-sec .row .welcome-right-content {
    max-width: 592px;
    margin-left: auto;
}


/* services-sec start here */

.grn-bg {
    background: #FAFBFB;
    color: #000;
}
.season_point {
    padding: 40px 35px;
    border: 1px solid #1621321C;
    height: 100%;
}

.service-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.services-box .service-type {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 0 15px;
}

.services-box .service-type .service-dis {
    max-width: 335px;
}

.services-box .service-img img {
    width: 100%;
}

.our-services-head {
    text-align: center;
}

.services-right.service-list {
    padding-top: 67px;
}

.services-btn {
    text-align: center;
    margin-top: 50px;
}

.services-btn a:hover {
    background-color: #E6C788;
    color: #000;
}

.our-services-sec .row {
    --bs-gutter-x: 111px;
}

.glo-moment-section {
    padding: 80px 0 110px;
}

.moment-text {
    max-width: 474px;
}

.moment-text b {
    font-weight: 400;
}

.moment-btn {
    text-align: right;
    padding-right: 60px;
}

.woodstock-image {
    text-align: right;
    width: 90%;
    margin-left: auto;
}

.experience-box h6 {
    font-family: 'HvDTrial Brandon Grotesque';
    font-weight: 420;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

.experience-box {
    max-width: 427px;
    background: #BB8487;
    text-align: center;
    padding: 21px 50px;
}

.experience-box p {
    font-weight: 330;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    margin: 0;
}


.button-group a {
    display: inline-block;
    background: #15181D;
    width: 100%;
    max-width: 427px;
    margin-top: 30px;
    color: #fff;
    font-weight: 420;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 20px;
    border: 0;
    outline: unset;
    transition: background-color 0.3s ease;
    text-align: center;
}

.woodstock-wrapper {
    padding-top: 40px;
}

.button-group a:hover {
    background-color: #bb8487;
}

.reviews-section h3 {
    color: #fff;
    max-width: 420px;
    line-height: initial;
}

.image-slider {
    display: flex;
}

.slider-section {
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 100px;
}

.slider-section h4 {
    text-align: center;
    margin-bottom: 16px;
}

.image-slider .slick-list.draggable {
    padding: 0px 12%;
}

.Toggle-mobile {
    display: none;
}

.image-box img {
    width: 100%;
    object-fit: cover;
}

.slider-section .slick-arrow {
    left: 170px;
    right: 0;
    z-index: 999;
    background-color: #e6c788;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-section .slick-arrow:before {
    display: none;
}

.slider-section button.slick-next.slick-arrow {
    right: 170px;
    left: auto;
}

.reviews-section p {
    color: #fff;
}

.reviews-content p {
    max-width: 370px;
    font-weight: 400;
}

.reviews-content a.cta {
    margin-top: 35px;
}

.section-bg {
    padding: 110px 123px;
    background-repeat: no-repeat;
    background-size: cover;
}

.padding-left {
    padding-left: 40px;
}

.reviews-box {
    background: #FFFFFF;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reviews-star {
    margin-top: auto;
}

.reviews-box p {
    color: #000;
    font-weight: 330;
    line-height: 30px;
}

.story-content {
    max-width: 474px;
    margin: auto;
}

.our-story .row {
    align-items: center;
}

.story-content b {
    font-weight: 400;
}

.story-content p {
    line-height: 1.4;
}

.our-story {
    position: relative;
}
.season_point img {
    animation: blink 1s infinite alternate, changeImage 0s 3s forwards;
    max-width: 65px;
    max-height: 65px;
    object-fit: contain;
}
@keyframes blink {
    from { opacity: 1; scale: 1; }
    to   { opacity: 0.8; scale: .9; }
  }
.readyup_btn .cta:hover:nth-child(2) {
    border: 1px solid #00000000;
}

.our-space-txt h2 {
    color: #000;
    text-align: center;
}

.our-space-txt p {
    color: #000;
    text-align: center;
    font-weight: 330;
    font-size: 26px;
    line-height: 36px;

}

.our-space-txt {
    max-width: 774px;
    margin: auto;
}

.our-space {
    background-repeat: no-repeat;
    background-size: cover;
}

.digital-lavender {
    height: 764px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.team-section {
    padding: 100px 0;
}

.team-heading {
    max-width: 720px;
    text-align: center;
    margin: auto;
    padding-bottom: 50px;
}

.team-details {
    text-align: center;
    padding-top: 20px;
}

.team-details p {
    color: #A57C59;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.team-details h4 {
    margin-bottom: 3px;
}

.join-inner-circle {
    padding-bottom: 110px;
    text-align: center;
    padding-top: 60px;
     border-top: 1px solid #0000001A;
}

.inner-circle-text {
    max-width: 800px;
    margin: auto;
}

.inner-circle-text b {
    font-weight: 400;
    margin-top: 30px;
    display: block;
}

.inner-circle-text .cta {
    margin-top: 30px;
}

.bg-image {
    padding: 87px 100px;
    color: #fff;
    background-color: #BB8487;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.glo-cta-section h2 {
    max-width: 390px;
    line-height: initial;
}

.glo-cta-content {
    max-width: 515px;
}

.glo-cta-content strong {
    padding-top: 30px;
    display: block;
}

.glo-cta-content a.cta {
    margin-top: 30px;
}

footer {
    padding-top: 97px
}

.copy-right p {
    color: #000;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
}

.copy-right {
    border-top: 1px solid #0000001A;
    padding: 25px 0;
    margin-top: 80px;
}

.location-data p {
    margin-bottom: 35px;
}


.footer-content p {
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    color: #000;
}

.footer-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-content a {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

footer .row {
    justify-content: space-between;
}

.location-data p {
    font-weight: 330;
    font-size: 18px !important;
    line-height: 28px;
    max-width: 230px;
    margin-bottom: 35px !important;
}

.location-data a {
    text-decoration: underline;
}

.banner-sec {
    background-repeat: no-repeat;
    background-size: cover;
}

.star-img {
    margin-bottom: 9px;
    display: flex;
}

.hidden {
    opacity: 0;
    transform: scale(0.8) translateY(30px);
    transition: all 0.6s ease;
}

.show {
    opacity: 1;
    transform: scale(1) translateY(0);
}

/* ----------------------   2nd page css start  --------------------- */

.inner-banner .banner-content {
    max-width: 780px;
    margin: auto;
}
.inner-banner {
    padding: 167px 0;
}

.inner-banner h3 {
    margin: 0;
}
.skin-matter p {
    max-width: 895px;
    font-weight: 400;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}
.piller_service {
    max-width: 499px !important;
}
.piller_season {
    max-width: 596px !important;
}
.piller_sesonpara {
    max-width: 413px;
}
.piller_sesonpara p {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 34px;
}
.piller_sesonalsikll {
    padding: 120px 0px;
}
.sesonal_main {
    margin-top: 60px;
}
.season_point h4 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 400;
}
.season_point p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: 330;
    max-width: 262px;
}
.golden_color h4 {
    color: #A57C59;
}
.glo_methodmian p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}
.golden_color {
    margin-top: 35px;
    margin-bottom: 30px;
}
.glo_methodmian {
    max-width: 930px;
    margin: auto;
}
img.eshapeimg {
    z-index: 1;
    position: relative;
}
.shapeafter{
    position: relative;
}
.piller_glostock {
    padding-bottom: 140px;
}
.blueoverlay_sect{
    /*background-image: url("../img/bluroverlay.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}
.blueoverlay_sect {
    padding: 120px 0px;
    background: #FAFBFB;
    color:#000;
}
.blueoverlay_title {
    color: #000;
    font-size: 26px;
    line-height: 36px;
}
.mythtruthmain {
    display: flex;
    justify-content: center;
    border: 1px solid #4C3F3E1C;
    padding: 0px;
}
.myth {
    flex: 50%;
    border-right: 1px solid #4C3F3E1C;
}
.headermyth {
    display: flex;
    align-items: center;
    gap: 9px;
}
.headermyth h4 {
    font-size: 30px;
    line-height: 100%;
}
.headermyth img {
    width: 31px;
}
.truthlogo {
    background: #E6C788;
    padding: 15px;
    text-align: center;
    margin-right: .4px;
}
.headermyth {
    background: #fff;
    padding: 25px 36px;
}
.bodymth p {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.bodymth {
    padding: 25px 36px;
    background: #E6C78817;
    border-bottom: 1px solid #4C3F3E1C;
    min-height: 103px;
    display: flex;
    align-items: center;
}
.bodymth:last-child {
    border-bottom: 0px solid #E6C78838;
}
.mythtruthmain p {
    margin: 0px;
}

.col-md-6.pading_0px {
    padding: 0px;
    top: 2px;
    position: relative;
}
.truthmain {
    flex: 50%;
}
.marginbottongrt {
    margin-bottom: 55px;
}
.onlybedimage_sect{
    /*background-image: url("../img/doublebad.png");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.faq_pillerpage {
    padding: 120px 0px;
}
a.cta.faq_cta img {
    margin-right: 7px;
}
.woodstock-image.shapeafter {
    padding-left: 80px;
}

.faq-container {
    max-width: 1100px;
    margin: 50px auto;
  }
  .faq-item {
    border: 1px solid #4C3F3E1C;
    padding: 30px 32px;
    margin-bottom: 27px;
    border-radius: 5px;
}
.service-arrow img:hover {
    cursor: pointer;
    padding-left: 10px;
    transform: translate(4px, 0px);
}
  .faq-item.active {
    border-color: #e6c788;
    border-width: 2px solid;
  }
.faq-item:last-child {
    margin-bottom: 0px;
}
.faq-answer {
    font-size: 20px;
    color: #000000c9;
    font-weight: 400;
}
  .faq_custommain .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}
  .faq_custommain .faq-answer {
    display: none;
    padding-top: 10px;
}
.onhoverzoom:hover {
    transform: scale(1.1);
}
  .faq_custommain .icon {
    width: 20px;
    height: 20px;
}
.faq_custommain .faq-question {
    gap: 10px;
}
  .readytoup_inner{
    /*background-image: url("../img/ready-to-glo-bg.png");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 103px;
    background-color: #BB8487;
}
  .innerp-readtup b {
    font-size: 28x;
}
.readyup_btn .cta:nth-child(2) {
    background: transparent;
    border: 1px solid #000;
}
.readyup_btn {
    display: flex;
    gap: 15px;
    margin-top: 35px;
}


/* -----community connection css------- */
.community_para p:nth-child(2) {
    margin-bottom: 50px;
}
.community_bannerb-btn.text-center {
    padding-bottom: 120px;
    border-bottom: 1px solid #4C3F3E1C;
    margin-bottom: 100px;
}
.why_inner_glo_main {
    background: #15181D;
    padding: 34px 42px;
}
.why_inner_glo_main {
    display: flex;
    align-items: center;
    gap: 40px;
}
.profileheatc_content h4 {
    font-size: 30px;
    line-height: 100%;
}
.profileheatc_content p {
    font-size: 18px;
    line-height: 25px;
}
.why_iner_glow p {
    font-size: 22px;
}
.why_iner_glow {
    max-width: 425px;
    margin-left: 0px;
}
.welcome-left-content.client_love {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.why_iner_glow {
    padding-top: 45px;
}
.client_storycenter {
    align-items: center;
    display: flex;
}
section.meet_owner_sect .container {
    max-width: 1450px;
}
.community_team_sect {
    background: #BB8487;
    margin-top: 140px;
}
.teamdetails_gkoteam p {
    color: #EFEBCE;
}
.bool_party h6 {
    color: #BB8487;
}
.bool_party{
   margin-top: 45px;
}
.vibes_content p {
    font-size: 18px;
}
.vibes_content {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.party_btn {
    margin-top: 70px;
}
.girlfriend_main {
    padding-left: 60px;
}
section.girl_saloon_sect .container {
    max-width: 1320px;
}
.button-group.partner_grp a {
    background: #D7CE93;
    color: #000;
}
.button-group.partner_grp a:hover {
    background: #BB8487;
    color: #fff;
}
.blueoverlay_title.comm_conn_main {
    max-width: 1000px;
    margin: auto;
}
.woodstock-image.commconnectin_main {
    padding-left: 70px;
}
.innerp-readtup p {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
}
.communitypagereview {
    position: relative;
}
/* ------------about page------------ */
.about_title h6 {
    letter-spacing: -.2px;
    color: #D8A48F;
    font-weight: 400;
}
.about_title {
    max-width: 770px;
    margin: auto;
    margin-bottom: 120px;
}
.meet_owner_sect {
    padding: 120px 0px;
    background: #fff;
}
.meet_Titles h6 {
    transform: rotate(271deg);
    min-width: 260px;
    text-align: center;
    color: #fff;
}
.meet_Titles {
  display: flex;
  align-items: center;
}
.meet_Titles_main {
    display: flex;
     align-items: center;
    justify-content: right;
}
.meet_owner_image img {
    width: 100%;
}
.about_owner_cnt h5 {
    font-size: 30px;
    color: #000;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}
.meet_owner_btn {
    margin-top: 60px;
    text-align: center;
}
.meet_owner_image {
    padding: 0px 55px;
}
.meet_owner_image::before {
    position: absolute;
    content: "MEET THE OWNER";
    font-size: 24px;
    color: #000;
    line-height: 34px;
    font-weight: 500;
    transform: rotate(270deg);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 90px;
}
.meet_owner_image{
    position: relative;
}
.readytoup_sect.about_readyup {
    padding-top: 120px;
}
.blo_spa_bg{
    /*background-image: url("../img/glo_spa.png");*/
    height: 100vh;
}
.glo_bannner_bg{
    background-image: url("../img/glo-banner-bg.png");
    height: 100vh;
}
.glospa_about{
   /* background-image: url("../img/glospaaboutbg.png");*/
    height: 100vh;
}






