:root {
    font-size: 62.5%;
    --grey1: #505050;
    --grey2: #707070;
    --grey3: #00000059;
    --grey4: #0000004D;
    --grey5: #00000029;
    --light1: #F1F1F2;
    --accent: #C19162;
    --accentHover: #f29335;
    --dark1: #1E1E1E;
    --dark2: #28282B;
    --dark3: #272727;
    --topHeight: 10rem;
    --heroTextSize: clamp(1.6rem, 0.8vw + 1.2rem, 2.25rem);
    --heroLineHeight: clamp(2.25rem, 3.8vh + -0.2rem, 3.75rem);
    --heroButtonHeight: clamp(4.2rem, 2.5vh + 2.6rem, 5.2rem);
    --heroButtonTextSize: clamp(2rem, 1vh + 1.4rem, 2.4rem);
    --heroButtonMargin: clamp(1%, 7.3vh + -1.9%, 4%);
    --heroTextBlockMargin: clamp(0.5rem, 5.6vh + -2.3rem, 5rem);
}

* {
    margin: 0;
    padding: 0;

    text-decoration: none;
    /* outline: 1px dashed #d3d3d373; */
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-size: 1.6rem;
    max-width: 100%;
    height: 100vh;
    height: 100svh;
    font-family: "Montserrat", sans-serif;
    background: var(--dark1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: -webkit-fill-available;
}

html {
    scroll-padding-top: 9.75rem;
    font-size: 16px;
    scroll-behavior: smooth;
    color: var(--light1);
}

#topPad {
    width: 100%;
    height: var(--topHeight);
    /* background: red; */
}

#heroButtonsDiv {
    /* margin-top: 3rem; */
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footerText {
    font-size: 1.25rem;
}

#heroTextDiv {
    margin-block: var(--heroTextBlockMargin);
}

body,
html {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: var(--light1);
}

.fa::before {
    font-size: 2rem;
    /* padding: 1rem; */
    margin: 0;
    font-weight: 100;
}

.footer {
    height: 3.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#map {
    min-width: 33rem;
    aspect-ratio: 2 / 1.5;
    width: 40vw;
    -webkit-filter: grayscale(66%);
    filter: grayscale(66%);
}

#barber2 {
    display: none;
}

.contactL2 {
    padding: 0rem 5vw 0 5vw;
    background: var(--dark3);
    opacity: 0.8;
    max-width: 90vw;
    margin: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

div#contact1 {
    background-image: url(img/gallery/023.jpg );
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-size: cover;
}

#contact1 {
    background: url(img/saloon.jpg);
}

.bars {
    display: none;
}

#social {
    margin: 2rem;
}

.contactDetails {
    width: 26rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
}

.contactL3 {
    padding-bottom: 7rem;
    width: 74vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contactDetailsTitle {
    font-size: 1.8rem;
    color: var(--accent);
    font-weight: normal;
    margin: 2.5rem 0 1.75rem 0;
}

.contactText {
    font-size: 1.4rem;
    color: var(--light1);
    line-height: 2rem;
}

button {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    user-select: none;
}

button:hover {
    cursor: pointer;
}

img {
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
}

.section {
    padding-bottom: 6vw;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top {
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    height: var(--topHeight);
    background: var(--dark2);
    z-index: 5;
    justify-content: center;
}

.navbar {
    position: relative;
    width: 79vw;
    max-width: 1535px;
    display: flex;
    justify-content: space-between;
}

.navbarLogoContainer {
    display: flex;
    /* height: 100%; */
    position: relative;
    left: 0;
    align-items: center;
    width: 10vw;
}

.navbarLogo {
    height: 100%;
    width: min-content;
}

.navbarButtons {
    user-select: none;
    display: flex;
    align-items: center;
    gap: 2rem;
    white-space: nowrap;
    flex-wrap: wrap;
    top: 0;
    bottom: 0;
    padding: 1.5rem 0;
    justify-content: space-between;
}

.navbarButton {
    font-size: 1.4rem;
    color: var(--light1);
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.38px;
}

.navbarButton:hover {
    text-decoration: underline;
}

.accentedItem {
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    background: var(--accent);
    border-radius: 1rem;
    color: white;
}

.accentedItem:hover,
.accentedButton:hover {
    text-decoration: none;
    background: var(--accentHover);
}

.accentedButton {
    height: 4rem;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.6px;
    color: var(--light1);
    background: var(--accent);
    opacity: 1;
    border: none;
    padding: 1rem 1.25rem 1rem 0.25rem;
    border-radius: 1rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 2rem;
    margin-right: 2rem;
}

.heroButton {
    height: var(--heroButtonHeight);
    font-size: var(--heroButtonTextSize);
    padding: 0 2rem;
    margin: var(--heroButtonMargin) 0;
}

.tileButtons {
    display: flex;
    flex-wrap: wrap;
    max-width: 46rem;
}

.bars,
.sideBar {
    display: none;
}

.buttonIcon {
    /* line-height: 1.2rem; */
    margin-inline: 1rem;
    height: 140%;
    width: auto;
}

#home {
    display: flex;
    background-image: url('img/hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.headerDiv {
    gap: 3vh;
    height: calc(100vh - var(--topHeight));
    max-width: 100rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logoHero {
    width: min(75vw, 72vh);
    max-width: 100rem;
}

.heroText {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: var(--heroTextSize);
    letter-spacing: 0.6px;
    user-select: none;
    color: var(--light1);
    opacity: 1;
    line-height: var(--heroLineHeight);
    margin-inline: auto;
    text-align: center;
    max-width: 110rem;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 4.4rem;
    letter-spacing: 1.1px;
    color: var(--light1);
    opacity: 1;
    text-align: center;
}

.sectionTitle {
    position: relative;
    width: fit-content;
    margin: 12rem 0 10rem 0;
    user-select: none;
}

.sectionTitle::before,
.sectionTitle::after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    height: 2px;
    background: var(--accent);
    width: 5rem;
    top: 50%;
}

.sectionTitle::after {
    right: -6rem;
}

.sectionTitle::before {
    left: -6rem;
}

.aboutContainer {
    display: flex;
    padding: 1rem;
    gap: 5vw;
    width: 81vw;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.about1,
.about2 {
    max-width: 60rem;
}

.about1 img {
    width: 100%;
    border: 1rem solid white;
}

.pageText {
    font-size: 1.7rem;
    line-height: 2.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    letter-spacing: 0.42px;
    color: var(--light1);
    opacity: 1;
    text-align: left;
}

.teamContainer {
    display: flex;
    gap: 3vw;
    max-width: 90vw;
    flex-wrap: wrap;
    justify-content: center
}

.barberTile {
    max-width: 57rem;
    padding: 2.5rem;
    background: var(--dark3);
    padding: 2.5rem 2.5rem 8rem 2.5rem;
}

.barberImg {
    width: 100%;
}

.barberName {
    padding: 2rem 0;
    font-size: 3.6rem;
    width: fit-content;
    position: relative;
    color: var(--accent);
}

.barberName::before {
    content: "";
    position: absolute;
    right: -18rem;
    height: 2px;
    background: var(--accent);
    width: 16rem;
    top: 50%;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
}

.modal {
    width: 0;
    display: flex;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
}



#team {
    background: var(--grey1);
}

.tileSubTitle {
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    letter-spacing: 0.63px;
    color: var(--light1);
    opacity: 1;
    text-align: left;
    margin: 6rem 0 2rem 0;
}


.pricingTile {
    max-width: 94rem;
    width: 59vw;
    padding: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--dark3);
    opacity: 0.8;
}

.pricingTitle {
    display: flex;
    font-size: 2.75rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--accent);
    opacity: 1;
    margin: 3rem auto 0 auto;
    text-align: center;
    gap: 2rem;
    align-items: center;
}

.price {
    display: flex;
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--accent);
    opacity: 1;
    margin: 1rem auto 1.5rem auto;
    text-align: center;
    gap: 2rem;
    align-items: center;
}

.pricingTitle>span {
    /* font-size: 2.5rem; */
}

.pricingText {
    font-size: 2.2rem;
    color: var(--light1);
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 2rem;
    max-width: 50rem;
}

.pricelist-item,
.pricelist-short-items {
    width: var(--pricelist-width);
    display: flex;
    justify-content: space-between;
}

.pricelist-item,
.pricelist-item-short {
    padding: 2rem;
    background: #00000040;
}

.pricelist-item-title {
    text-transform: uppercase;
    color: var(--accent);
    min-width: 20rem;
}

.pricelist-short-items {
    display: flex;
    flex: 1;
    width: var(--pricelist-width);
    justify-content: space-between;
    column-gap: var(--pricelist-gap);
}

.short-items-second-line {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.pricelist-item-short {
    width: -webkit-fill-available;
}

.service-description {
    text-transform: uppercase;
    text-align: center;
}

.pricelist-items {
    row-gap: var(--pricelist-gap);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-list-price-combo {
    font-size: 2.75rem;
}

.pricelist-item .price-list-price-combo {
    min-width: 10rem;
    text-align: right;
}

.price-list-price-combo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

span.currency {
    color: var(--accent);
    margin: 0 1rem;
}

.service-time {
    color: var(--accent);
    text-align: center;
}

.pricelist-item-desc-time {
    display: flex;
    row-gap: 1rem;
}

.pricelist-item-desc-time {
    display: flex;
    row-gap: 1rem;
    flex-direction: column;
}

.pricelist-validity {
    font-size: 1.5rem;
    display: flex;
    justify-content: right;
    width: 100%;
    width: var(--pricelist-width);
}

.accentedText {
    color: var(--accent);
}

.pricelist-logo {
    margin-top: 4vw;
}


:root {
    --pricelist-gap: 3rem;
    --pricelist-width: clamp(300px, 90vw, 1024px);
}

@media only screen and (max-width: 750px) {

    .pricelist-item {
        flex-direction: column;
    }

}

@media only screen and (max-width: 800px) {
    .pricelist-short-items {
        row-gap: var(--pricelist-gap);
        flex-direction: column;
    }

    .pricelist-item-title {
        display: flex;
        justify-content: center;
    }

    .short-items-second-line {
        justify-content: center;
    }

}


.pricingLogo {
    max-width: clamp(60px, 75vw, 450px);
}

.contactLogo {
    height: 13rem;
}


/* pricelist 02-2024 */

.pricelist-item-title {
    font-size: 2.75rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--accent);
    min-width: 30rem;
    display: flex;
    align-items: center;
}

#gallery {
    background: var(--grey1);
}

.galleryThumb {
    max-width: 42vw;
    min-width: 35rem;
    cursor: pointer;
    max-height: 30rem;
}

#galleryThumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.greyMap {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.show {
    display: block !important;
}

#separator {
    width: 1px;
    background: var(--light1);
    margin: 0 2vw 0 3vw;
    display: none;
}

.galleryThumb:hover {
    outline: #c19162 1px solid;
    z-index: 3;
}

.previewImage {
    width: 90vw;
    height: auto;
    cursor: pointer;
}

.hamburger-menu,
.sidebar {
    display: none;
}

.enlargeAndMakeVisible {
    transform: scale(1) !important;
    opacity: 1 !important;
}

.minimizeAndHide {
    transform: scale(0) !important;
    opacity: 0 !important;
}

#map img {
    object-fit: unset
}

@media only screen and (max-width: 1365px) {
    .heroText {
        margin-inline: 12vw;
    }

    .sectionTitle {
        margin-top: 5rem;
        margin: 5rem 0;
        font-size: 3rem;
    }

    .pageText {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .barberName {
        font-size: 2.25rem;
    }
}

@media only screen and (max-width: 1200px) {
    .navbarButtons {
        display: none;
    }

    .hamburger-menu,
    .sidebar {
        display: flex !important;
    }
}

@media only screen and (max-width: 1050px) {
    .navbarButtons {
        width: 45vw;
    }
}

@media only screen and (max-width: 815px) {
    .contactL3 {
        padding-bottom: 0;
    }

}

@media only screen and (max-width: 680px) {
    .navbarButtons {
        display: none;
    }

    .galleryThumb {
        min-width: 46vw;
    }

    .navbarLogo {
        height: 8rem;
        bottom: 0;
    }

    .navbarLogoContainer {
        left: -10vw;
    }

    .footerText {
        font-size: 1rem
    }

    .pricingTitle {
        font-size: 2.75rem;
        padding: 0;
    }

    .pricingText {
        max-width: 50vw;
        font-size: 1.75rem;
        line-height: 3rem;
    }

    .contactL2 {
        padding: 0;
        width: 100%;
    }

    .tileSubTitle {
        font-size: 2rem;
        letter-spacing: 0.3px;
        margin: 4rem 0 2rem 0;
    }

    .accentedButton {
        font-size: 1.75rem;
    }

    .heroButton {
        /* padding: 0 1.75rem; */
        margin: 0.5rem;
    }

    .pricingTile {
        width: 82vw;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: var(--dark3);
        opacity: 0.8;
    }

    .navbarButton {
        font-size: 1.25rem;
    }

    .barberName::before {
        right: -10rem;
        width: 8rem;
    }

}

@media only screen and (max-width: 600px) and (max-height: 500px) {
    #heroButtonsDiv .heroText {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .heroButton {
        padding: 0 1rem;
        font-size: 1.5rem;
        height: 3.75rem;
    }

    #map {
        min-width: unset !important;
        width: 74vw !important;
    }
}


@media only screen and (max-width: 360px) {
    .navbarButton {
        font-size: 1.25rem;
    }

    body {
        overflow-x: scroll;
    }
}

@media only screen and (max-height:600px) {
    #heroButtonsDiv {
        width: 65%;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-block: 3vh;
    }

    .heroButton {
        margin: 0;
    }

    #heroButtonsDiv .heroText {
        margin-inline: 0;
    }

    .headerDiv {
        gap: 0;
    }




}

@media only screen and (max-height:550px) {
    .heroText {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

}

@media only screen and (max-height:350px) {
    .logoHero {
        display: none;
    }
}