@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

body {
    background-color: #111111;
    color: #F5F1EB;
    font-family: 'Allura', cursive;
    font-size: 50px;
    background: radial-gradient(circle at 20% 30%, rgba(128, 0, 255, .35), transparent 30%), #111111;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
}

nav {
    background-color: black;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;  
}

nav h1 {
    margin: 0;
}
.nav-links {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
}

nav a {
    color: white;
    text-decoration: none;
    font-family: "Cormorant Garamond", serif;
    font-size:32px;
    font-weight: 600;
    margin-left: 50px;
}

#home {
    text-align: left;
    padding: 40px;
    background: linear-gradient(to right, rgba(26, 18, 46, .95), rgba(26, 18, 46, .45)), url("tiffpicnew.jpg");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: block;
}

.book-button {
    display: inline-block;
    width: 180px;
    background:  linear-gradient(to bottom, #b98da7, #a87995);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size:16px;
    font-family:"Cormorant Garamond",serif;
    text-align:center;
    white-space:nowrap;
    
}

#menuButton {
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    color: white;
    cursor: pointer;
    padding: 20px;
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 25px;
}
#services {
    text-align: left;
    padding: 40px;
    background: linear-gradient(to right, rgba(26, 18, 46, .95), rgba(26, 18, 46, .45)), url("Heropic.jpg");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: block;
}
#services h3{
    font-size: 50px;
    margin-top: -30px;
    letter-spacing: 9px;
    margin-bottom: -30px;
}
.services-tagline{
    font-family:'Allura', cursive !important;
    font-size: 52px;
    color:white;
    margin-top:-40px;
    margin-left:200px;
}
#services button{
    font-size: 30px;
    padding: 15px 35px;
    margin-top: 100px;
}




h2,
h4,
h6,
h5 {
    text-align: center;
    margin: 25px auto;
    font-size: 65px;
}





.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.gallery img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}
.gallery h2{
    font-family:"Cormorant Garamond", serif;
    font-size: 42px;
    color:#fff8fc;
    text-align: center;
    margin-bottom:25px;
}
.gallery-title{
    font-family:"Cormorant Garamond", serif;
    font-size: 42px;
    color: #ffffff;
    text-align:center;
    margin-bottom:25px;
}

.videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.videos video {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
}
.hamburger {
    display: none;
    
}
h1 img{
    width: 75%;
    height: auto;
    display: block;
}
#service-menu-header {
    text-align: center;
    margin-top: 5px;
}

#service-menu-header img {
    width: 450px;
    max-width: 1400%;
    height: auto;
}
.service-menu {
    width: 96%;
    max-width: 1100px;
    margin: -80px auto 50px;
}

.service-category {
    margin-bottom: 18px;
    border-radius: 18px;
    overflow: hidden;
    background:linear-gradient(to bottom, #c7a4bb, #b78ca5);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.service-dropdown {
    width: 100%;
    padding: 24px 30px;
    border: none;
    background:linear-gradient(to right,#8d5d78,#73455f);
    color: #a87b99;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 38px;
    font-family: "Cormorant Garamond", serif;
   
}

.category-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.category-left span{
    color:#fff8fc;
}

.category-left img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right:18px;
}

.dropdown-arrow {
    font-size: 30px;
    transition: transform 0.3s ease;
}

.service-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}


.service-item {
    display: grid;
    grid-template-columns: 1fr 220px;
    align-items: center;
    gap: 30px;
    padding: 24px 35px;
    border-bottom: 1px solid rgba(155,102,136,.18);
    justify-items:start;
}
.service-note{
    background:#f6e6ea;
    color:#7a4c5b;
    border-left: 4px solid #d18aa0;
    padding: 10px 16px;
    margin: 12px 20px;
    border-radius: 12px;
    text-align: center;
    font-style: italic;
    font-weight: 500;
    font-size:1rem;
    line-height:1.4;
    font-family: 'Cormorant Garamond',serif;

}
.service-item h3 {
    margin: 0;
    color: #3f2d39;
    font-size: 32px;
    font-weight:500;
    font: "Cormorant Garamond", serif;
}

.service-item p {
    margin-top: 6px;
    color: #8a667e;
    font-size: 22px;
    font-weight: bold;
    font:"Cormorant Garamond", serif;
}

.service-book-btn {
    padding: 14px 22px;
    font:"Cormorant Garamond", serif;
    font-size:22px;
     border-radius: 30px;
    background-color: #b988a4;
    color: white;
    text-decoration: none;
    font-weight:600;
    min-width:170px;
    text-align: center;
    grid-column:2;
    justify-self:end;
    align-self: center;
    margin-left: 110px;
    }

.service-book-btn:hover {
    background-color: #754b67;
    transform: translateY(-2px);
}
.service-panel {
    display: none;
    padding: 0;
    background:#cfadc3;
}

.service-panel.open {
    display: block;
}
.services-title {
   display: block;
   width: 400 px;
   max-width: 30%;
   height: auto;
   margin: -100px 0 -20px 90px
   }
#specials {
    text-align: left;
    padding: 40px;
    background: linear-gradient(to right, rgba(26, 18, 46, .95), rgba(26, 18, 46, .45)), url("thirsty.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: block;
}
.specials-title {
   display:block;
   width:500px;
   max-width:30%;
   height:auto;
   margin:-80px 0 0 130px;
   }
.specials-tagline {
    text-align:left;
    color:#FAFAF8;
    font-size:22px;
    font-family:"Cormorant Garamond", serif;
    font-weight:300;
    letter-spacing:2px;
    line-height:1.7;
    margin: -100px 0 0 275px;
    width:500px; 
    padding-left:0;
}
.weekly-specials{
    font-family:'Caveat', cursive;
    margin-top:-70px;
    font-size: 38px;
    line-height: 1.4;
    margin-left:205px;
}
.about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    padding: 80px 10%;
}

.about-text {
    flex: 1;
    margin-left: 0;
}

.about-text p {
    font-size: 25px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-family:"Cormorant Garamond", serif;
}

.about-photos {
    float: right;
    position: relative;
    width: 500px;
    height: 500px;
    overflow: visible;
    margin:-35px 0 20px 40px
}
.about-photos img:nth-child(1) {
    top: 0;
    left: 180px;
    transform: rotate(-8deg);
    z-index: 3;
}

.about-photos img:nth-child(2) {
    top: 150px;
    left: 0;
    transform: rotate(8deg);
    z-index: 2;
}

.about-photos img:nth-child(3) {
    top: 160px;
    left: 340px;
    transform: rotate(-6deg);
    z-index: 1;
}
.about-photos img {
    position: absolute;
    width: 250px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,.4);
}
.quote-section{
    background: transparent;
    padding:20px;
    text-align:center;
    margin-top:450px;
}
.quote{
    font-family:"allura",cursive;
    font-size:2rem;
    color:#F7F3F5;
    max-width: 900px;
    margin:0 auto;
    line-height: 1.5;
}
.site-footer {
    background: #111111;
    padding: 20px;
    text-align: center;
}

.footer-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 2.0rem;
}

.footer-contact p {
    margin: 0;
    font-size: 2.0rem;
}

.footer-contact a {
    color: #F7F3F5;
    text-decoration: underline;
    font-size:2.0rem;
}

.footer-contact a:hover {
    color: #D8B4D0;
}

.copyright {
    font-size: .85rem;
    color: #999;
    margin: 0;
}
.appointment-page{
    min-height: 100vh;
    text-align: left;
    padding: 40px;
    background: linear-gradient(to right, rgba(26, 18, 46, .95), rgba(26, 18, 46, .45)), url("tiffpicnew.jpg");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: block;
}
.booking-container{
    width:700px;
    margin-left: 120px;
    margin-top: 40px;
}
.appointment-page h2{
    color: #f7f7ff;
    font-family:"Cormorant Garamond",serif;
    font-size: 3rem;
    margin-bottom:15px;
    width: 700px;
    margin-left:120px;
    text-align: center;
}
.appointment-page p{
    color:#F7F7F5;
    font-family:"Cormorant garamond", serif;
    font-size:1.2rem;
    margin-bottom: 35px;
    width: 700px;
    margin-left:120px;
    text-align: center;
}
@media screen and (max-width: 600px) {

    .service-menu {
        width: 92%;
        margin: 25px auto;
    }
    .services-title{
        display:none;
    }
    .services-tagline{
        margin-left:20px;
        margin-top:20px;
    }

    .service-dropdown {
        padding: 14px 16px;
        font-size: 19px;
    }

    .category-left img {
        width: 35px;
        height: 35px;
    }

    .service-item {
        padding: 18px 16px;
        flex-direction: column;
        align-items: flex-start;
        font-size: 5px;
    }

    .service-book-btn {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}
@media (max-width: 780px) {
    nav h1 {
        font-size: 32px;
        text-align: center;
    }

    #menuButton {
        display: block;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: left;
        margin-left: 20px;
        padding-top: 10px;
    }

    #sideMenu a {
        font-size: 24px;
    }

    #home h3 {
        font-size: 40px;
        line-height: 1.2;
        margin-top: 0;
        text-align: left;
    }

    nav h1 img{
        width:320px;
        max-width:90%;
        }

    h2,
    h4,
    h6,
    h5 {
        margin: 15px auto;
        font-size: 32px;
    }

    

    .gallery img {
        width: 100%;
        max-width: 350px;
        height: auto;
        border-radius: 10px;
        margin: 15px auto;
        display: block;
        object-fit: cover;
    }

    .videos video {
        width: 100%;
        max-width: 350px;
        height: auto;
    }

    #home {
        background-position: center center;
        background-size: 200% auto;
        background-repeat: no-repeat;
        min-height:auto;
    }
    #services{
        background-position: center center;
        background-size: 200% auto;
        background-repeat: no-repeat;
        min-height: auto;
    }
    #services p{
        font-size: 32px;
 }
 #services button{
    display: block;
    margin:60px auto 0 auto;
    width: 220px;
    font-size:16px;
    padding:8px 14px;
 }
.nav-links {
    display: none;
    font-size:20px;
}

.nav-links.show {
    display: flex;
    flex-direction: column;
}

.hamburger {
    display: block;
}
}
@media (max-width: 768px) {

    #specials {
        background-size: 200% auto;
        background-position: center center;
        background-repeat: no-repeat;
        min-height: auto;
    }

    .specials-title {
        width: 80%;
        max-width: 300px;
        margin: -60px auto 20px auto;
    }

    .specials-tagline {
        width: 90%;
        margin: 0 auto;
        margin-top:300px;
        padding-left: 0;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 1px;
    }
    .weekly-specials{
    font-family:'Caveat', cursive;
    margin-top: -65px;
    margin-left:-15px;
    font-size:22px;
    text-align: center;
}
.mobile-menu{
    display:none;
}
    #service-menu-header img {
    width: 200px;
    margin-top: -10px;
    }

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    gap: 30px;
}

.about-text {
    width: 100%;
    text-align: center;
}

.about-text h2 {
    font-size: 2.5rem;
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: left;
}

.about-photos {
    width: 330px;
    height: 320px;
}

.about-photos img {
    width: 135px;
}

.about-photos img:nth-child(1) {
    top: 0;
    left: 90px;
    transform: rotate(-8deg);
}

.about-photos img:nth-child(2) {
    top: 110px;
    left: 10px;
    transform: rotate(6deg);
}

.about-photos img:nth-child(3) {
    top: 110px;
    left: 180px;
    transform: rotate(-6deg);
}
.quote{
    
    max-width:95%
}
.quote-section{
    margin-top:600px;
    padding:20px 15px;
    font-size: 40px;
}
.footer-contact {
    flex-direction: column;
    gap: 10px;
}

.footer-contact p {
    font-size: 22px;
}





    
