/* UNIVERSAL SELECTOR */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

img {
    display: block;
    width: 100%;
    object-fit: cover;
    background-color: rgb(128, 65, 92);
}


/* COLOURS */

/* background-color: rgb(255, 250, 246); */
/* background-color: rgb(239, 225, 214); */
/* background-color: rgb(214, 180, 153); */
/* background-color: rgb(53, 10, 28);   */
/* background-color: rgb(13, 11, 12);   */
/* background-color: rgb(128, 65, 92);  */




/* FONT CHANGES */
h1 {
    font-family: "cofo-raffine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 160pt;
    font-variant: small-caps;
}

h2 {
    font-family: "cofo-raffine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64pt;
}

h3 {
    font-family: "cofo-raffine", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32pt;
}

h4 {
    font-family: "ivyora-display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 28pt;
}

h5 {
    font-family: "inclusive-sans", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 20pt;
}

h6 {
    font-family: "inclusive-sans", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 16pt;
}

p,
ul,
li {
    font-family: "inclusive-sans", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 12pt;
}

b strong {
    font-family: "inclusive-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}

small {
    font-family: "inclusive-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

Em i {
    font-family: "inclusive-sans", sans-serif;
    font-weight: 300;
    font-style: italic;
}

/* END OF FONT CHANGES */









/* NAVIGATION BAR */

nav {
    height: 130px;
    width: 100%;
    background: linear-gradient(to bottom,
            rgba(239, 225, 214, 1) 0%,
            /* rgba(239, 225, 214, .4) 0%, */
            /* rgba(239, 225, 214, .5) 0%, */
            rgba(239, 225, 214, 0) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    position: fixed;
    color: rgb(13, 11, 12);
    z-index: 99;
}

.logo h2 {
    font-size: 48pt;
    font-weight: 400;
    font-variant: small-caps;
    display: flex;
    align-items: center;
    color: rgb(13, 11, 12);
}

.logo a {
    text-decoration: none;
    transition: ease-in;
}

.pills {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;

}

.pills li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "ivyora-display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16pt;
    text-decoration: none;
    list-style: none;
}

.pills li a {
    text-decoration: none;
    color: rgb(13, 11, 12);
}

/* END OF NAV BAR*/









/* HOME PAGE */

/* WELCOME SECTION */
.welcome {
    width: 100%;
    height: 730px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    flex-direction: column;
    padding-bottom: 60px;
    background-image: url(../media/img/backgrounds/dress.jpg);
    background-size: cover;
    background-position: top;
    background-color: rgb(214, 180, 153);
    color: rgb(53, 10, 28);
}

.welcome h1 {
    margin: 0;
    line-height: .4;
}

.welcome h6 {
    margin: 0;
    line-height: 1.2;
}

.welcome h4 {
    margin: 10px;
    line-height: 2.5;
}

/* ABOUT SECTION */

.about {
    width: 100%;
    height: 730px;
    background-color: rgb(53, 10, 28);
    display: flex;
    align-items: center;
    color: rgba(239, 225, 214, 1);

}

.about-left {
    width: 40%;
    height: 100%;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text {
    width: 600px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.group-img {
    height: 280px;
    width: 550px;
    object-fit: cover;
}

.about-right {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* SERVICES SECTION */
.services {
    width: 100%;
    height: 830px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(239, 225, 214, 1);
    padding-bottom: 50px;
}

.service-img {
    width: 200px;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 60% 40%;
    border-top-right-radius: 60% 40%;
    overflow: hidden;
}

.services-cards {
    display: flex;
}

.services-title {
    padding-bottom: 40px;
}

.service-card {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
}

.service-card p {
    width: 200px;
    text-align: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

/* FEATURED PRODUCTS SECTION */
.featured-section {
    width: 100%;
    height: 730px;
    padding-top: 40px;
    background-color: rgb(53, 10, 28);
    color: rgba(239, 225, 214, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-img {
    width: 300px;
    height: 450px;
    display: block;
    object-fit: cover;
    object-position: top;
}

.feature-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.featured-title {
    padding-bottom: 40px;
}

.feature-container {
    position: relative;
    width: 300px;
    height: 450px;
    overflow: hidden;
}

.feature-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform 0.5s ease;
}

.feature-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(239, 225, 214, 0.6);
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-text h3 {
    color: rgb(53, 10, 28);
    font-family: "ivyora-display", serif;
    font-size: 20pt;
    text-align: center;
}

.overlay-text p {
    color: rgb(53, 10, 28);
    text-align: center;
    padding: 20px;
}

.feature-container:hover .feature-overlay {
    height: 20%;
}

.feature-container:hover .feature-img {
    transform: scale(1.1);
}

/* END OF HOME PAGE */









/* SERVICES PAGE */

.service-welcome {
    width: 100%;
    height: 630px;

    display: flex;
    align-items: center;
    padding-top: 300px;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    padding-bottom: 60px;
    background-image: url(../media/img/backgrounds/dress.jpg);
    background-size: cover;
    background-position: bottom;
    background-color: rgb(214, 180, 153);
    color: rgb(53, 10, 28);
}

.service-welcome h1 {
    margin: 0;
    line-height: .4;
}

.service-welcome h4 {
    margin: 10px;
    line-height: 2.5;
}

.about-flip {
    width: 100%;
    height: 730px;
    background-color: rgb(239, 225, 214);
    display: flex;
    align-items: center;
    color: rgb(53, 10, 28);
}


/* END OF SERVICES PAGE */









/* PORTFOLIO PAGE */

.portfolio-welcome {
    width: 100%;
    height: 630px;
    display: flex;
    align-items: center;
    padding-top: 300px;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    padding-bottom: 60px;
    background-image: url(../media/img/backgrounds/dress.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgb(214, 180, 153);
    color: rgb(53, 10, 28);
}

.portfolio-welcome h1 {
    margin: 0;
    line-height: .4;
}

.portfolio-welcome h6 {
    margin: 0;
    line-height: 1.2;
}

.portfolio-welcome h4 {
    margin: 10px;
    line-height: 2.5;
}

.gallery {
    width: 100%;
    height: 500px;
    scroll-behavior: smooth;
    overflow: auto;
    display: flex;
    flex-direction: row;

}

.gallery-img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-img img {
    width: 350px;
    height: 100%;
    object-fit: cover;
    justify-content: center;
    align-items: center;
}

.owner-blurb {
    width: 100%;
    height: 730px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 100px;
    background-color: rgb(53, 10, 28);
    color: rgb(239, 225, 214);
}

.profile-img img {
    width: 400px;
    height: 600px;
    object-fit: cover;
    border-top-left-radius: 60% 40%;
    border-top-right-radius: 60% 40%;
    overflow: hidden;
    object-position: right;
}

.profile-text {
    padding-left: 200px;
    width: 900px;
}

.profile-text h1 {
    margin: 0;
    padding: 0;
    line-height: .51;
}

.profile-text h4 {
    margin: 0;
    padding-bottom: 30px;
    text-align: left;
}

/* END OF PORTFOLIO PAGE */









/* BOOKING PAGE */

.booking {
    width: 100%;
    height: 2300px;
    display: flex;
    align-items: center;
    padding-top: 300px;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    padding-bottom: 100px;
    background-image: url(../media/img/backgrounds/dress.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgb(214, 180, 153);
    color: rgb(53, 10, 28);
}


.booking h1 {
    margin: 0;
    line-height: .4;
}


.booking h4 {
    margin: 10px;
    line-height: 2.5;
}

.book-details {
    margin-top: 100px;
    width: 1000px;
    height: 1300px;
    background-color: rgb(53, 10, 28);
    color: rgb(239, 225, 214);
    padding-top: 80px;
    padding-left: 150px;
    padding-right: 150px;
}

.contact-link {
    margin-top: 80px;
    width: 1000px;
    height: 100px;
    background-color: rgb(53, 10, 28);
    color: rgb(239, 225, 214);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.contact-link a {
    color: rgb(239, 225, 214);
    text-decoration: none;
}

.contact-link h5 {
    width: 800px;
    color: rgb(239, 225, 214);
}

.contact-link:hover {
    background-color: rgb(128, 65, 92);
}

.radios {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    padding-left: 30px;
    padding-top: 30px;
}

.radio {
    display: flex;
    align-items: center;
    gap: 15px;

}

input,
textarea {
    background-color: rgb(239, 225, 214);
    color: rgb(53, 10, 28);
    font-family: "inclusive-sans", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 12pt;
    padding: 5px;
    border-radius: 5px;
}

.details {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

label {
    padding-bottom: 5px;
    text-align: left;
    font-family: "inclusive-sans", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 12pt;
}

.other {
    display: grid;
    grid-template-columns: .3fr 1fr;
    column-gap: 0px;
    row-gap: 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.your-details-title {
    padding-top: 80px;
}

.submit {
    background-color: rgb(214, 180, 153);
    color: rgb(53, 10, 28);
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: rgb(128, 65, 92);
}

.submit a {
    text-decoration: none;
}

.submit h5 {
    font-weight: 450;
    color: rgb(53, 10, 28);
    text-decoration: none;
}

.submit:hover {
    background-color: rgb(239, 225, 214);
}

.option-group.fullwidth {
    display: flex;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid rgb(214, 180, 153);
}

.option-group.fullwidth .option-container {
    flex: 1;
    position: relative;
    height: 45px;
}

.option-group.fullwidth .option-container input[type="radio"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.option-group.fullwidth .option-container label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: rgb(53, 10, 28);
    color: rgb(239, 225, 214);
    font-family: "inclusive-sans", sans-serif;
    font-size: 12pt;
    font-weight: 300;
    transition: all 0.3s ease;
    border-right: 2px solid rgb(214, 180, 153);
}

.option-group.fullwidth .option-container:last-child label {
    border-right: none;
}

.option-group.fullwidth .option-container input[type="radio"]:checked+label {
    background-color: rgb(128, 65, 92);
    color: rgb(239, 225, 214);
    box-shadow: inset 0 0 8px rgba(214, 180, 153, 0.5);
}

.option-group.fullwidth .option-container label:hover {
    background-color: rgb(80, 40, 60);
}

.other-input input {
    width: 100%;
    margin-top: 20px;
    background-color: rgb(239, 225, 214);
    color: rgb(53, 10, 28);
    border: 2px solid rgb(128, 65, 92);
    border-radius: 6px;
    padding: 8px 12px;
    font-family: "inclusive-sans", sans-serif;
    font-size: 12pt;
}

/* END OF BOOKING PAGE */









/* BOOKING CONFIRMED PAGE */

.booking-confirmed {
    width: 100%;
    height: 2200px;
    display: flex;
    align-items: center;
    padding-top: 300px;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    background-image: url(../media/img/backgrounds/dress.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgb(214, 180, 153);
    color: rgb(53, 10, 28);
}

.booking-confirmed h1 {
    margin: 0;
    line-height: .4;
}

.booking-confirmed h6 {
    margin: 0;
    line-height: 1.2;
}

.booking-confirmed h4 {
    margin: 10px;
    line-height: 2.5;
}

.change {
    background-color: rgb(214, 180, 153);
    color: rgb(53, 10, 28);
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: rgb(128, 65, 92);
}

.change a {
    text-decoration: none;
}

.change h5 {
    font-weight: 450;
    color: rgb(53, 10, 28);
    text-decoration: none;
}

.book-confirmation h6 {
    padding-top: 30px;
    padding-bottom: 10px;
    color: rgb(214, 180, 153);
}

.book-confirmation h3 {
    font-size: 50pt;
}

.cancel-note {
    padding-top: 30px;
    color: rgb(214, 180, 153);
}

/* END OF BOOKING COMPLETE PAGE */









/* CONTACT PAGE*/

.contact-page {
    width: 100%;
    height: 1800px;
    display: flex;
    align-items: center;
    padding-top: 300px;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    padding-bottom: 100px;
    background-image: url(../media/img/backgrounds/dress.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgb(214, 180, 153);
    color: rgb(53, 10, 28);
}


.contact-page h1 {
    margin: 0;
    line-height: .4;
}

.contact-page h4 {
    margin: 10px;
    line-height: 2.5;
}

.contact-details {
    margin-top: 100px;
    width: 1000px;
    height: 1000px;
    background-color: rgb(53, 10, 28);
    color: rgb(239, 225, 214);
    padding-top: 50px;
    padding-left: 150px;
    padding-right: 150px;
}

/* END OF CONTACT PAGE */









/* INQUIRY COMPLETE PAGE */

.i-confirmed {
    width: 100%;
    height: 1950px;
    display: flex;
    align-items: center;
    padding-top: 300px;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    background-image: url(../media/img/backgrounds/dress.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgb(214, 180, 153);
    color: rgb(53, 10, 28);
}

.i-confirmed h1 {
    margin: 0;
    line-height: .4;
}

.i-confirmed h6 {
    margin: 0;
    line-height: 1.2;
}

.i-confirmed h4 {
    margin: 10px;
    line-height: 2.5;
}

.i-details {
    margin-top: 100px;
    width: 800px;
    height: 1150px;
    background-color: rgb(53, 10, 28);
    color: rgb(239, 225, 214);
    padding-top: 80px;
    padding-left: 150px;
    padding-right: 150px;
}

/* END OF INQUIRY COMPLETE PAGE */









/* SHOP PAGE */

.shop-welcome {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    padding-top: 300px;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    padding-bottom: 60px;
    background-image: url(../media/img/backgrounds/dress.jpg);
    background-size: cover;
    background-position: bottom;
    background-color: rgb(214, 180, 153);
    color: rgb(53, 10, 28);
}


.shop-welcome h1 {
    margin: 0;
    line-height: .4;
}

.shop-welcome h6 {
    margin: 0;
    line-height: 1.2;
}

.shop-welcome h4 {
    margin: 10px;
    line-height: 2.5;
}


.shop {
    width: 100%;
    height: auto;
    background-color: rgb(53, 10, 28);
    color: rgb(239, 225, 214);
}

.shop-filters {
    height: 100px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-items {
    height: auto;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

.item-card {
    width: 280px;
    height: 485px;
    background-color: rgb(214, 180, 153);
    color: rgb(53, 10, 28);
}

.item-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    overflow: hidden;
}

.item-details {
    padding-left: 20px;
    padding-right: 20px;
}

.card-head i {
    font-size: 18pt;
}

.item-card:hover {
    scale: 1.05;
    transition: all 0.3s ease-in-out;
}

.item-card div:first-child {
    position: relative;
}

.item-card i.fa-cart-plus {
    position: absolute;
    top: 405px;
    right: 30px;
    color: rgb(53, 10, 28);
    padding: 10px;
    border-radius: 50%;
    font-size: 16pt;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.item-card i.fa-cart-plus:hover {
    transform: scale(1.2);
}

.item-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* END OF SHOP PAGE */









/* SINGLE ITEM PAGE */

.item-header {
    width: 100%;
    height: 200px;
}

.item-header img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}


.item-page {
    width: 100%;
    height: 700px;
    background-color: rgb(53, 10, 28);
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
    padding-right: 100px;
    padding-left: 100px;
    color: rgb(239, 225, 214);
}

.item-page img {
    width: 400px;
    height: 550px;
    object-fit: cover;
    object-position: bottom;
}

.item-text h4 {
    color: rgb(214, 180, 153);
}

.checkbox h6 {
    color: rgb(214, 180, 153);
}

.other-images img {
    width: 100px;
    height: 130px;
    display: flex;
    flex-direction: column;
    object-fit: cover;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin: 30px;
}

.up {
    text-align: center;
    font-size: 16pt;
}

.down {
    text-align: center;
    font-size: 16pt;
}

.single-item-details {
    width: 60%;
    padding-left: 100px;
    padding-right: 100px;
}

.back {
    background-color: rgb(53, 10, 28);
    padding-left: 100px;
    padding-top: 30px;
}

.back a {
    color: rgb(239, 225, 214);
    text-decoration: none;
}

.purchase-options {
    display: flex;
    padding-top: 40px;
    flex-direction: row;
    gap: 80px;
    padding-bottom: 40px;
}

.size-dropdown {
    width: 180px;
    height: 30pt;
    padding-left: 10pt;
    font-size: 16px;
    border: 2px solid #8a4b61;
    border-radius: 6px;
    background-color: rgb(239, 225, 214);
    color: rgb(53, 10, 28);
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><polygon points="0,0 16,0 8,8" fill="%238a4b61"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    cursor: pointer;
}

.size-dropdown:focus {
    outline: none;
    border-color: #b86b89;
    box-shadow: 0 0 5px rgba(184, 107, 137, 0.5);
}

.number-input {
    width: 120px;
    height: 30pt;
    padding-left: 10pt;
    font-size: 16px;
    border: 2px solid #8a4b61;
    border-radius: 6px;
    background-color: rgb(239, 225, 214);
    color: rgb(53, 10, 28);
}

.quantity-amount,
.size-options {
    display: flex;
    flex-direction: column;
}

.size-guide {
    padding-top: 5px;
    color: rgb(214, 180, 153);
}

.add {
    display: flex;
    flex-direction: row;
    gap: 120px;
}

.add-button {
    height: 70px;
    width: 550px;
    background-color: rgb(128, 65, 92);
    text-align: center;
    padding: 14px;
}

.add-button a {
    color: rgb(239, 225, 214);
    text-decoration: none;
}

.item-text {
    padding-bottom: 50px;
}

.single-item-details {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.option-group.fullwidth {
    display: flex;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid rgb(214, 180, 153);
}

.size-price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
}

.price-display {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    width: 30%;
    padding-right: 20px;
    padding-top: 20px;
}

.price-display h5 {
    font-size: 20pt;
    color: rgb(214, 180, 153);
    font-family: "inclusive-sans", sans-serif;
}

/* END OF SINGLE ITEM PAGE */









/* CART PAGE */
.cart-page {
    background-image: url(../media/img/backgrounds/sponge.jpg);
    width: 100%;
    height: 1000px;
    background-size: cover;
    background-position: bottom;
    background-color: rgb(214, 180, 153);
    padding-top: 50px;
    text-align: center;
}

/* END CART PAGE */









/* FOOTER */

footer {
    width: 100%;
    height: 500px;
    background-color: rgb(214, 180, 153);
    color: rgb(53, 10, 28);
    position: relative;
    z-index: 2;
    background-image: url(../media/img/backgrounds/dress.jpg);
    background-size: cover;
    background-position: top;
    background-color: rgb(214, 180, 153);
}


.claims {
    background-color: rgb(128, 65, 92);
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: "ivyora-display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 28pt;
}

.claim {
    color: rgb(214, 180, 153);
}


.actual-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.footer-links {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 28pt;
}

.footer-lists {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 50px;
}

.footer-logo {
    padding-top: 50px;
    line-height: .9;
}

.footer-logo h2 {
    font-size: 120pt;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin: 4px;
    margin-left: 0;
}

.socials {
    width: 320px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-left: 5px;
    padding-top: 10px;
}

.quick-links h6,
.contact h6 {
    font-weight: 400;
}

.contact b {
    font-weight: 500;
}

/* END OF FOOTER */









/* HAMBURGER (hidden by default) */
.hamburger {
    display: none;
    font-size: 28pt;
    color: rgb(13, 11, 12);
    cursor: pointer;
}

/* NAV-LINKS WRAPPER */
.nav-links {
    display: flex;
    justify-content: flex-end;
}





























/* RESPONSIVE */

@media only screen and (max-width: 800px) {

    /* NAV BAR */

    nav {
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        position: fixed;
    }

    .hamburger {
        display: block;
        /* show hamburger icon */
    }

    .nav-links {
        display: none;
        /* hidden by default */
        position: absolute;
        top: 130px;
        /* below the nav bar */
        left: 0;
        width: 100%;
        background-color: rgb(239, 225, 214);
        flex-direction: column;
        /* stack items in a column */
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 20px 0;
        z-index: 98;
    }

    .nav-links.active {
        display: flex;
        /* show the menu */
    }

    .pills {
        flex-direction: column;
        /* make sure list items stack */
        width: 100%;
        align-items: center;
    }

    .pills li {
        padding: 15px 0;
        font-size: 18pt;
    }










    /* FOOTER */

    footer {
        height: 100%;
    }

    .claims {
        font-size: 16pt;
        flex-direction: column;
    }

    .actual-footer {
        flex-direction: column;
    }

    .footer-lists {
        gap: 10px;
        width: 100%;
        padding-bottom: 50px;
    }









    /* HOME PAGE */

    /* WELCOME SECTION */

    .welcome h1 {
        font-size: 40pt;
    }

    .welcome h4 {
        font-size: 16pt;
    }

    .welcome h6 {
        font-size: 12pt;
    }

    .welcome {
        padding-top: 200px;
        height: 500px;
        padding-left: 10pt;
        padding-right: 10pt;
        justify-content: flex-start;
    }

    /* ABOUT US SECTION */
    .about {
        flex-direction: column;
        height: 100%;
        width: 100%;
        padding-top: 20px;
    }

    .about-left {
        width: 100%;
        height: 100%;
    }

    .about-right {
        width: 100%;
        height: 100%;
    }

    .about-text {
        width: 100%;
        text-align: center;
    }

    .group-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    /* SERVICES SECTION */

    .services {
        height: 100%;
        width: 100%;
        padding-top: 60px;
    }

    .services-title {
        padding-bottom: 0;
    }

    .services-cards {
        width: 100%;
        flex-direction: column;
    }

    .service-card {
        width: 100%;
        padding-bottom: 30px;
    }

    .service-card h3 {
        padding-top: 10px;
    }

    .service-img {
        width: 100%;
        height: 300px;
        border-radius: 0;
    }

    .service-card p {
        width: 100%;
    }

    p br {
        display: none;
    }

    /* FEATURED PRODUCTS SECTION */

    .featured-section {
        width: 100%;
        height: 100%;
        text-align: center;
        padding-bottom: 50px;
    }

    .feature-cards {
        flex-direction: column;
    }

    .featured-title {
        line-height: 1.1;
    }

    .feature-container .feature-overlay {
        height: 20%;
        /* same as your hover height */
    }

    .feature-container .feature-img {
        transform: scale(1.1);
        /* optional: same as hover state */
    }







    /* SERVICES PAGE */

    .service-welcome h1 {
        font-size: 60pt;
    }

    .service-welcome h4 {
        font-size: 20pt;
    }

    .about-text h2 {
        padding: 0;
    }

    .service-welcome {
        padding-top: 200px;
        height: 100%;
        padding-left: 10pt;
        padding-right: 10pt;
        justify-content: flex-start;
        width: 100%;
    }

    .about-flip {
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding-top: 20px;
    }

    .about-left {
        display: none;
    }

    .about-right img {
        width: 100%;
        object-position: center;
    }







    /* PORTFOLIO PAGE */

    .portfolio-welcome h1 {
        font-size: 60pt;
    }

    .portfolio-welcome h4 {
        font-size: 20pt;
    }

    .portfolio-welcome {
        padding-top: 200px;
        height: 100%;
        padding-left: 10pt;
        padding-right: 10pt;
        justify-content: flex-start;
        width: 100%;
    }

    .owner-blurb {
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 0;
    }

    .profile-img img {
        width: 300px;
        height: 400px;
        object-position: center;
    }

    .profile-img {
        width: 100%;
        align-items: center;
        justify-items: center;
        padding: 0;
        margin: 0;
    }

    .profile-text h1 {
        font-size: 60pt;
    }

    .profile-text {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 50px;
    }









    /* BOOKING PAGE */

    .booking h1 {
        font-size: 60pt;
    }

    .booking h4 {
        font-size: 20pt;
    }

    .booking {
        padding-top: 200px;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
        width: 100%;
    }

    .book-details {
        width: 100%;
        padding-left: 10pt;
        padding-right: 10pt;
        height: 100%;
        padding-bottom: 50px;
    }

    .appointment-section {
        width: 100%;
    }

    .option-group .option-group.fullwidth {
        width: 100%;
        padding: 10px;
    }

    .option-group.fullwidth .option-container label {
        font-size: 10pt;
        text-align: center;
    }

    .contact-link {
        width: 80%;
        border-radius: 50px;
        margin-top: 40px;
    }









    /* BOOKING COMPLETE PAGE */

    .booking-confirmed h1 {
        font-size: 60pt;
        line-height: .9;
        padding: 0;
        margin: 0;
    }

    .booking-confirmed h4 {
        font-size: 20pt;
        padding: 0;
        margin: 0;
    }

    .booking-confirmed {
        padding-top: 200px;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
        width: 100%;
    }

    .book-confirmation h3 {
        font-size: 38pt;
    }









    /* CONTACT PAGE */

    .contact-page h1 {
        font-size: 60pt;
    }

    .contact-page h4 {
        font-size: 20pt;
    }

    .contact-page {
        padding-top: 200px;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
        width: 100%;
    }

    .contact-details {
        width: 100%;
        padding-left: 10pt;
        padding-right: 10pt;
        height: 100%;
        padding-bottom: 50px;
    }









    /* INQUIRY COMPLETE PAGE */

    .i-confirmed h1 {
        font-size: 60pt;
        line-height: .9;
        padding: 0;
        margin: 0;
    }

    .i-confirmed h4 {
        font-size: 20pt;
        padding: 0;
        margin: 0;
    }

    .i-confirmed {
        padding-top: 200px;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
        width: 100%;
    }

    .i-details {
        width: 100%;
        height: 100%;
        padding: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .change h5 {
        font-size: 16pt;
    }









    /* SHOP PAGE */

    .shop-welcome h1 {
        font-size: 60pt;
    }

    .shop-welcome h4 {
        font-size: 20pt;
    }

    .shop-welcome {
        padding-top: 200px;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
        width: 100%;
    }

    .shop {
        width: 100%;
        height: 100%;
    }

    .shop-filters {
        padding: 10pt;
    }

    .shop-items {
        flex-direction: column;
        padding: 0;
        align-items: center;
    }

    .item-card {
        margin-bottom: 30px;
    }









    /* ITEM PAGES */

    .item-page {
        width: 100%;
        height: 100%;
        flex-direction: column-reverse;
        padding: 10px;
    }

    .item-page img {
        width: 100%;
        object-position: center;
    }

    .item-text h2 {
        font-size: 40pt;
    }

    .item-text h4 {
        font-size: 20pt;
    }

    .single-item-details {
        padding: 10px;
        width: 100%;
    }

    .item-page {
        height: 100%;
        width: 100%;
        padding-bottom: 50px;
    }

    .item-text {
        padding-bottom: 20px;
    }

    .back {
        padding-left: 20px;
    }

    .up i {
        display: none;
    }

    .down i {
        display: none;
    }

    .price-display {
        padding-top: 30px;
    }

    .other-images img {
        height: 500px;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        object-position: center;
    }

    .size-price-row {
        padding-bottom: 30px;
    }

}