.nunito-uniquifier {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
  }

* {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    box-sizing: border-box;
}

body {
    background: #fff5f4;
}

/* navbar */
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1140px;
    height: 93px;
    margin: auto;
}

.logo {
    width: 228px;
    height: 63px;
    overflow: hidden;
}

.logo .img-logo {
    background-size: cover;
    object-fit: cover;
    object-position: center;
    height: auto;
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.logo .img-logo:hover {
    transform: translateY(-10px);
}

.nav-list {
    height: 20px;
    width: 462px; 
}

.nav-menu{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    height: auto;
    width: 100%;
}

.nav-list li {
    list-style: none;
    display: inline-block;
}

nav li a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

nav li a:hover {
    color: #ff6364;
}

nav li a i {
    font-size: 0.8em;
}

/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    left: 90%;
    top: 90%;
    transform: translateX(-50%);
    background-color: white;
    min-width: 180px;
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/* Dropdown items */
.dropdown-menu li {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dropdown links */
.dropdown-menu li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 10px 17px;
    width: 100%;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li:hover a,
.dropdown-menu a:hover{
    background-color: #3f444b;
    color: #fff !important;
}

.dropdown:hover i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.home {
    color: #ff6364;
}

.searchbar {
    height: auto;
    font-size: 1.8em;
    color: #ff6364;
    cursor: pointer;
    font-weight: 900;
    margin-top: 10px;
    max-width: 28px;
}

.searchbar:hover {
    color: #000;
}

/* main section */

main{
    background: linear-gradient(128deg, #fff5f4 70%, #ff6364 30%);
    width: 100%;
    height: 900px;
    margin-top: 120px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.header {
    height: 100%;
    width: 55%;
    display: flex;
    justify-content: flex-end;
}


.container {
    height: auto;
    width: 55%;
}

.heading {
    font-size: 62px;
    line-height: 1;
    margin-left: 10px;
    padding: 0;
    letter-spacing: 2;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    height: 186px;
    width: 411px;
}



.header-text {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    width: 412px;
    height: 75px;
    margin: 30px 0;
    letter-spacing: 1px;
    padding-bottom: 15px;
    max-width: 100%;
    margin-left: 10px;
    animation: slideDown 0.8s ease-in-out;
}


.selected {
    height: 59px;
    width: 191px;
    background-color: #ff6364;
    border: none;
    padding: 21px 42px;
    margin-right: 5px;
    text-align: center;
    box-shadow: 12px 12px 19px 0 rgba(82.99999999999999, 82.99999999999999, 82.99999999999999, 0.25);
    transition: transform 0.3s ease-in-out;
    opacity: 1;
    animation: slideIn 3s ease-in-out;
    display: inline-block;
}

@keyframes slideIn{
    0%{
        opacity: 0;
        transform: translateX(100%);
        z-index: 0;
    }
    100%{
        opacity: 1;
        transform: translateX(0);
        z-index: 0;
    }
}

.selected a{
    text-decoration: none;
    color: #fffff5;
    font-size: 17px;
    font-weight: 600;
    
}
.selected:hover {
    background-color: #000;
    transform: translateY(-10px) !important;
}


.deselected {
    height: 60px;
    width: 208px;
    color: #fffff5;
    background-color: #000;
    border: none;
    text-align: center;
    font-size: 17px;
    padding: 21px 30px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    box-shadow: 12px 12px 19px 0 rgba(82.99999999999999, 82.99999999999999, 82.99999999999999, 0.25);
    transition: transform 0.3s ease-in-out;
    z-index: 12;
}

.deselected:hover {
    background-color: #ff6364;
    transform: translateY(-10px);
} 

/* Header Divs */


.image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;  
    height: 232px;
    width: 492px;
    margin-top: 120px;
}


.img1-cont {
    height: 220px;
    width: 203px;
    flex: 1;
    text-align: center;
    position: relative;
    background-color: #fff;
}


.spotlight-img1 {
    background-size: cover;
    height: 75px;
    width: 90px;
    object-fit: cover;
    margin-top: -10px;
    mix-blend-mode: multiply;
    transition: transform 0.3s ease-in-out;
    animation: fadeInScale 2s ease-in-out forwards;
}

.spotlight-img1:hover{
    transform: translateY(-10px);
}


.img-heading1 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin-block-end: 30px;
    margin-top: 50px;
    animation: slideDown 1s ease-in-out;
}

.hanging-light-img2 {
    background-size: cover;
    height: 130px;
    width: 130px;
    object-fit: cover;
    margin-top: -30px;
    transition: transform 0.3s ease-in-out;
    animation: fadeInScale 2s ease-in-out forwards;
}

.hanging-light-img2:hover{
    transform: translateY(-10px);
}

.img-heading2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 20px;
    margin: 0 10px;   
    animation: slideDown 1s ease-in-out; 
}

.wooden-clock-img3 {
    background-size: cover;
    height: 145px;
    width: 145px;
    object-fit: cover;
    margin-top: -30px;
    transition: transform 0.3s ease-in-out;
    animation: fadeInScale 2s ease-in-out forwards;
}

.wooden-clock-img3:hover{
    transform: translateY(-10px);
}

.img-heading3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 20px;   
    animation: slideDown 1s ease-in-out;
}

.stars {
    background-size: cover;
    height: auto;
    width: 50%;
    object-fit: cover;
    /* padding: 5px;    */
    margin-bottom: 20px;
}

.arrow {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ff6364;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-arrow-right {
    color: #fff;
    font-weight: bold;
    font-size: 1.9em;
} 

.header-image{
    position: relative;
    height: 100%;
    width: 45%;
    opacity: 0;
    transform: scale(0.3);
    animation: fadeInScale 2s ease-in-out forwards;
}

@keyframes fadeInScale{
    0%{
        opacity: 0;
        transform: scale(0.3);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}

.header-image img{
    height: auto;
    width: 75%;
    object-fit: cover;
    position: absolute;
    top: 12%;
}

/* Featured Products */

.featuredProducts {
    width: 100%;
    background-color: #fff;
    text-align: center;
    margin-bottom: 200px;
}

.featuredProd {
    padding-top: 120px;
    font-size: 3rem;
    word-spacing: 2px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    text-align: center;
    
}

.product-container {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 20px;        
    height: 650px;
    width: 1140px;
    margin: auto;
    opacity: 0;
    transform: translateX(-100%);
    animation: slideInLeft 2s ease-in-out forwards;
}

.img-container {
    width: 100%;
    background-color: #fde6e4;
    height: 220px;
    position: relative;
    padding: 62px 5px 34px 0;
}

.product {
    width: 300px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 500px;
    margin: 100px 0;
}

.product img {
    max-height: 220px;
    width: auto;
    object-fit: contain;
    /* margin-top: 50px; */
    transition: transform 0.3s ease-in-out;
}

.product img:hover{
    transform: translateY(-10px);
}

.prod-heading2 {
    font-size: 24px;
    margin-top: 100px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    animation: slideDown 6s ease-in-out;
}

.prod-text {
    font-size: 18px;
    text-align: center;
    font-weight: 200;
    margin-block-end: 0.9em;
    line-height: 3.2;
    animation: slideDown 4s ease-in-out;
}

.quote-btn {
    background-color: #ff6364;
    border: none;
    padding: 12px 19px;  
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    margin: auto;
    box-shadow: 1px 12px 19px 0px rgba(255, 98.99999999999999, 99.99999999999984, 0.25);
}

.quote-btn a{
    color: #fffff5;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

.quote-btn:hover{
    transform: translateY(-10px);
}

/* Handmade Creation Section  */

.handmade-creations{
    width: 100%;
    height: auto;
    /* margin-top: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 150px;
}

.handmade-container{
    /* margin: 30px 0;   */
    width: 1140px;
    background: linear-gradient(138deg, #fff 95%, #000 5%);
    display: flex;
    height: 559px;
    margin: 0 19px;
    /* gap: 30px; */
}

.handmade-container-img{
    background-size: cover;
    object-fit: cover;
    width: auto;
    transition: transform 0.3s ease-in-out;
    transform: translate(100%);
    animation: slideInRight 2s ease-in-out forwards;
}

@keyframes slideInRight{
    from{
        opacity: 0;
        transform: translateX(100%);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}

.handmade-container img:hover{
    transform: translateY(-10px);
}

.handmade-text{
    margin-left: 40px;
    opacity: 0;
    transform: translate(-100%);
    animation: slideInLeft 2s ease-in-out forwards;
}

@keyframes slideInLeft{
    0%{
        opacity: 0;
        transform: translateX(-100%);
    }
    50%{
        opacity: 0;
        transform: translateX(-30%);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}

.handmade-text h2{
    font-size: 45px;
    margin-top: 30px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    margin-left: 5px;
    margin-bottom: 12px;
    line-height: 1;
    opacity: 0;
    transform: scale(0.3);
    animation: fadeInScale 2s ease-in-out forwards;
}

.handmade-text p{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin-left: 5px;
    opacity: 0;
    transform: scale(0.3);
    animation: fadeInScale 3s ease-in-out forwards;
}

.grid-container{
    display: grid;
    grid-template-columns: 1.3fr 2fr;
    /* max-width: 600px; */
    gap: 15px;
    margin: 30px auto;
    margin-left: 20px;
}

.grid-item{
    display: flex;
    align-items: center;
    gap: 8px;
}

.grid-image{
    width: 40px;
}

.grid-item p{
    font-size: 20px;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
}

.selected2 {
    background-color: #ff6364;
    border: none;
    padding: 20px 40px;
    text-align: center;
    margin-left: 15px;
    box-shadow: 1px 12px 19px 0px rgba(255, 98.99999999999999, 99.99999999999984, 0.25);
    transition: transform 0.3s ease-in;
}

.selected2 a{
    color: #fffff5;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

.selected2:hover {
    background-color: #000;
    transform: translateY(-10px);
}

/* Picture Layout Section */

.picture-light{
    width: 100%;
    background: linear-gradient(145deg, #ff6364 62%, #fa5657 38%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}


.light-header-container{
    width: 22.5%;
    height: auto;
    line-height: 1;
    margin-top: 10%;
    margin-bottom: 70px;
}
.light-heading1{
    font-size: 45px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 500;
    animation: slideDown 1s ease-in-out forwards;
}

.light-text{
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 40px;
    width: 95%; 
    animation: fadeInScale 2s ease-in-out forwards;
}

.read-more{
    height: 53px;
    width: 170px;
    color: #fff;
    background: #000;
    font-size: 17px;
    border: none;
    font-weight: 500;
    margin: 30px 0;
    transition: transform 0.3s ease-in-out;
    animation: moveUp 1s ease-in-out forwards;
    transform: translate(-30px); 
}

@keyframes moveUp{
    from{
        transform: translateY(0);
    }
    to{
        transform: translateY(-30px);
    }
}

.read-more:hover{
    color: #000;
    background-color: #fff;
    transform: translateY(-10px);
}

.light-image{
    width: 48%;
    height: auto;
    margin-top: 40px;
}

.light-image img{
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.light-image img:hover{
    transform: translateY(-10px);
}


/*  Images Layout */

.products-container{
    width: 100%;
    height: auto;
}

.products-container-heading{
    /* padding-top: 120px; */
    font-size: 3rem;
    word-spacing: 2px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    text-align: center;
    margin-bottom: 40px;
    animation: slideDown 0.8s ease-in-out; 
    margin-top: 150px;

}
.layout-container{
    width: 1140px;
    height: 1200px;
    margin: 0 auto;
}

.grid{
    margin: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 0.7em;
    grid-auto-rows: 200px;   /*Ensures all rows have uniform height*/
}

.grid-images{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.grid-images:nth-child(2){
    grid-column: span 2;
}

.grid-images:nth-child(6){
    grid-column: span 2;
}
.grid-images img{
    width: 100%;  
    height: 100%;
    object-fit: cover;
    max-height: 380px;     /*/Limits height to prevent oversized images*/
    transition: transform 0.3s ease-in-out;
    animation: none !important;
}

/* Animations in grid img */
.grid-images:nth-of-type(1){
    animation: slideInRight 2s ease-in-out forwards !important;
}

.grid-images:nth-of-type(2){
    animation: slideDown 0.8s ease-in-out forwards !important;
}

.grid-images:nth-of-type(3){
    animation: slideInRight 2s ease-in-out forwards !important;
}

.grid-images:nth-of-type(4){
    animation: none;
}

.grid-images:nth-of-type(5){
    animation: none;
}

.grid-images:nth-of-type(6){
    animation: slideDown 0.8s ease-in-out forwards !important;
}

.grid-images:nth-of-type(7){
    animation: slideInLeft 2s ease-in-out forwards !important;
}


.grid-images img:hover{
    transform: translateY(-10px);
}

/*  Logo Section */

.logos{
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
}

.logo-container{
    height: auto;
    width: 80%;
    margin: 30px auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 60px;
    
}

.logo-container img:nth-child(even){
    animation: moveUp2 1s ease-in-out forwards;
}

.logo-container img:nth-child(odd){
    animation: moveDown 1s ease-in-out forwards;
}

@keyframes moveDown {
    from{
        transform: translateY(100px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUp2 {
    from{
        transform: translateY(-100px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}


.logo-container img{
    transition: transform 0.3s ease-in-out;
}

.logo-container img:hover{
    transform: translateY(-10px);
}

/* Services */

.services{
    width: 100%;
    height: 226px;
    margin: auto;
    background: linear-gradient(180deg, #fff 50%, #fff5f4 50%);
}

.services-container{
    width: 1114px;
    height: 226px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex: 1;   
    text-align: center; 
    background: linear-gradient(224deg, #fff 95%, #000 5%);
}

.services-subcontainer{
    height: 106px;
    width: 994px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-circle{
    height: 105px;
    width: 298px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex: 1;
    position: relative;

}

.circle-bg{
    position: absolute;
    z-index: 0;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-100%, -50%);
    top: 60%;
    left: 37%;
    background-color: #fff5f4;
}

.img-circle img{
    object-fit: scale-down;
    transition: transform 0.3s ease-out;
    z-index: 1;
    position: relative;
    left: 7%;
    top: 10%;
}

.img-circle img:hover{
    transform: translateY(-10px);
}

.img-circle h3{ 
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1em;
    font-family: 'Nunito', sans-serif;
    left: 50%;
    margin-top: 15px;
}

/* Info */

.info{
    width: 1140px;
    height: 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    gap: 30px;
    margin-bottom: 80px;
    margin-top: 80px;
}

.about-us{
    width: 286px;
    height: 272px;
    padding: 20px 0 0 23px;

}

.about-us h3{
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
    font-size: 28px;
}

.about-us img{
    width: 100%;
    height: 73px;
}

.about-us p{
    margin-top: 25px;
    font-size: 18px;
    color: #5E5E5E;
    background-color: #fff5f4;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    line-height: 1.5;
}
/* Details */

.details{
    display: flex;
    justify-content: space-between;
    width: 75%;
    height: 100%;
    background-color: #fff5f4;
    margin-top: 20px;
}

.links{
    height: 100%;
    width: 100%;
    padding: 20px 0 0 31px;
    margin-top: 22px;   
}

.links h3{
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
    font-size: 28px;
}


.details ul{
    list-style: none;
}

.details ul li a{
    text-decoration: none;
    line-height: 2em;
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
}

.details ul li a:hover{
    color: #ff6364;
}

/* Contact */

.contact{
    height: 100%;
    width: 100%;
    padding: 20px 0 0 31px;
    margin-top: 22px;  
}

.contact h3{
    margin-bottom: 20px;
    font-family: 'Jost', sans-serif;
    font-size: 28px;
}

.contact address{
    display: block;
    width: 100%;
    line-height: 1.6em;
}

.contact address a{
    text-decoration: none;
    font-size: 1.3em;
    color: #5e5e5e;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
}

.contact address a:hover{
    color: #ff6364;
}

.contact p{
    margin-top: 15px;   
}

.contact p a{
    text-decoration: none;
    line-height: 1.5em;
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
}

.contact p a:hover{
    color: #ff6364;
}

.favicon-list{
    width: 40%;
    display: flex;
    justify-content: space-between; 
    text-align: center;
    margin-top: 10px;
}

.favicon-list a{
    /* margin-left: 50px; */
    color: #020101;
    height: 35px;
    width: 35px;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

.favicon-list a i{
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease-in-out;
}

 .favicon-list a:hover i,
.favicon-list i:hover{
    background: #f56a6a;
    color: #ffffff;
    border-radius: 50%; 
    display:flex;
    align-items:center;
    justify-content:center;
    transform: translateY(-10px);  
} 

.gallery{
    height: 100%;
    width: 100%;
    padding: 20px 0 0 31px;
    margin-top: 22px;  
    text-align: center;
    
}

.gallery h3{
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
}

.footer-images{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 10px;
    grid-auto-rows: 80px;
    width: 80%;
    margin: auto;
}

.footer-images img{
    width: 100%;
    max-height: 60px;
    object-fit: cover;
}

footer{
    height: 70px;
    width: 100%;
    margin: 0px 14.4px;
    border-top: 1px solid #f9e6e4;
}

.footer-text{
    color: #9d9799;
    background-color: #fff5f4;
    font-size: 16px;    
    font-family: "Nunito", sans-serif;
    margin-top: 20px;
    text-align: center;
    animation: slideDown 1s ease-in-out; 
}

@keyframes slideDown{
    from{
        transform: translateY(-100%);
    }
    to{
        transform: translateY(0);
    }
}
/* Calling */
.sticky-button{
    position: fixed;
    inset: 50% 0 auto auto;
    transform: translateY(-50%);
    display: flex;
    z-index: 9;
}

.sticky-button li{
    list-style: none;
    position: relative; 
}

.sticky-button li a{
    text-decoration: none;
}
.sb-icon{
    cursor: pointer;
    color: #fff;
    background-color: #ff6364;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;  
    justify-content: center;
    align-items: center;  
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.sb-icon:hover{
    background-color: #fff;
    color: #ff6364 !important;
}

.sb-label{
    position: absolute;
    left: -320%;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #ff6364;
    visibility: hidden;
    font-weight: 500;
    font-size: 20px;
    transition: opacity 0.3s ease-in-out, visibility 0.2s ease-in-out;
}

.sb-icon:hover + .sb-label{
    opacity: 1;
    visibility: visible;
}