.rc-anchor-center-item rc-anchor-error-message{display: none;}

* {
    margin: 0;
    padding: 0;
}


body {
    background-color: #fff;
}

.banner {
    background-color: #000;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 80px;
    left: 0%;
}

.banner img {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-layer {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85), rgba(26, 26, 46, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
    opacity: 1;
}

.banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 200px;
    left: 0%;
    text-align: center;
    z-index: 3;
}

.banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 200;
    color: #fff;
    width: 30%;
    position: absolute;
    top: 350px;
    left: 35%;
    text-align: center;
    z-index: 3;
}

#banner-button button {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    width: 16%;
    height: 60px;
    background: linear-gradient(135deg, rgb(201, 170, 97), rgb(212, 175, 55));
    border: 1px solid #c9a961;
    position: absolute;
    top: 500px;
    left: 42%;
    z-index: 5;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
    border-radius: 5px;
}

#banner-button  i{
    transition: all .3s ease-in-out;
}


#banner-button button:hover{
    background-color: rgb(200, 166, 56);
}

#banner-button button:hover i{
    margin-left: 5px;
    margin-right: -5px;
}

.container-1 {
    background-color: #f9f9f9;
    width: 100%;
    height: 850px;
    position: absolute;
    top: 880px;
    left: 0%;
}

.container-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 100px;
    left: 20%;
}

.container-1 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 110px;
    left: 20%;
}

.container-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 220px;
    left: 20%;
    width: 28%;
    line-height: 28px;
}

.icon-1 {
    background-color: #c9a961;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 370px;
    left: 20%;
}

.icon-1 i {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 17px;
    left: 20px;
}

.icon-1-container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 360px;
    left: 24%;
}

.icon-1-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 390px;
    left: 24%;
}

.icon-2 {
    background-color: #c9a961;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 480px;
    left: 20%;
}

.icon-2 i {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 17px;
    left: 17px;
}

.icon-2-container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 470px;
    left: 24%;
}

.icon-2-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 500px;
    left: 24%;
}

.icon-3 {
    background-color: #c9a961;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 590px;
    left: 20%;
}

.icon-3 i {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 17px;
    left: 20px;
}

.icon-3-container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 580px;
    left: 24%;
}

.icon-3-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 610px;
    left: 24%;
}

.container-1-more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #c9a961;
    position: absolute;
    top: 740px;
    left: 20%;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.container-1-more a i {
    transition: all .3s ease-in-out;
}

.container-1-more:hover i{
    margin-right: -5px;
    margin-left: 5px;
}

.container-1 img {
    width: 550px;
    position: absolute;
    top: 140px;
    left: 53%;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}


.products-showcase {
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 1850px;
    left: 0%;
}

.products-header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0%;
    text-align: center;
}

.products-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
}

.products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    position: relative;
    left: 0%;
    top: 20px;
}

.products-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #666;
    margin: 0px auto 0 auto;
    line-height: 26px;
    position: relative;
    left: 0%;
    top: 20px;
}

.products-grid {
    width: 60%;
    position: absolute;
    top: 320px;
    left: 20%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-image {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background-color: #fff;
    color: #000;
    padding: 14px 36px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #c9a961;
    letter-spacing: 1px;
}

.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 5px;
}

/* SEE ALL */
.see-all {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.see-all button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c9a961;
    background-color: #fff;
    padding: 14px 40px;
    border: 1px solid #c9a961;
    cursor: pointer;
    transition: .3s;
}

.see-all button:hover {
    background-color: #c9a961;
    color: #fff;
}


.container-2 {
    background-color: #f9f9f9;
    width: 100%;
    height: 1100px;
    position: absolute;
    top: 3450px;
    left: 0%;
}

.container-2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 100px;
    left: 20%;
}

.container-2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 110px;
    left: 20%;
}

.container-2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 290px;
    left: 20%;
    width: 30%;
    line-height: 28px;
}

.box-1, .box-2, .box-3 {
    background-color: #fff;
    width: 28%;
    height: 170px;
    border-radius: 10px;
    position: absolute;
    left: 20%;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.00),
    0px 0px 4px rgba(3, 7, 18, 0.01),
    0px 0px 9px rgba(3, 7, 18, 0.01),
    0px 0px 15px rgba(3, 7, 18, 0.02),
    0px 0px 24px rgba(3, 7, 18, 0.02);
}

.box-1 {top: 400px;}
.box-2 {top: 600px;}
.box-3 {top: 800px;}

.box-1 button, .box-2 button, .box-3 button {
    font-family: 'Playfair', serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #d4af37;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5%;
    text-align: center;
    border: none;
    padding-top: 5px;
}

.box-1 h1, .box-2 h1, .box-3 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 12px;
    left: 20%;
}

.box-1 p, .box-2 p, .box-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    letter-spacing: 0px;
    position: absolute;
    top: 50px;
    left: 20%;
    width: 70%;
}


.container-2 img {
    width: 550px;
    position: absolute;
    top: 300px;
    left: 53%;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}


.container-3 {
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 4650px;
    left: 0%;
}

.container-3 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 100px;
    left: 20%;
}

.container-3 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 110px;
    left: 20%;
}

.container-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 290px;
    left: 20%;
    width: 24%;
    line-height: 28px;
}

.contact-details {
    position: absolute;
    top: 400px;
    left: 20%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a961;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-text h4 {
    padding-top: 10px;
    font-family: 'Playfair', serif;
    margin-top: -1px;
    margin-bottom: 8px;
    font-size: 18px;
}

.contact-text a,
.contact-text span {
    font-family: 'Montserrat', sans-serif;
    color: #6b6b6b;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.contact-text a:hover {
    color: #c9a961;
}



.social-links {
    position: absolute;
    top: 800px;
    left: 20%;
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #c9a961, #d4af37);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.125rem;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}


.contact-form {
    position: absolute;
    top: 160px;
    left: 53%;
    width: 24%;
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 10px;
    box-shadow:
        0px 0px 1px rgba(0,0,0,0.02),
        0px 0px 8px rgba(0,0,0,0.04),
        0px 0px 20px rgba(0,0,0,0.06);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 90%;
    padding: 20px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c9a961;
}

.form-group textarea {
    resize: none;
    height: 130px;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    height: 55px;
    background-color: #c9a961;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.submit-btn i {
    margin-left: 8px;
    transition: all .3s ease;
}

.submit-btn:hover {
    background-color: #000;
}

.submit-btn:hover i {
    margin-left: 14px;
}

.map-section iframe {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 5700px;
    left: 0%;
    border: none;
}


.footer {
    position: absolute;
    top: 6050px;
}



  /*RESPONSIVE*/
@media (min-width: 240px) and (max-width: 359.98px) and (orientation: portrait)  { 
body {
    background-color: #fff;
}

.banner { 
    background-color: #000;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 50px;
    left: 0%;
}

.banner img { 
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-layer {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85), rgba(26, 26, 46, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
    opacity: 1;
}

.banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0%;
    text-align: center;
    z-index: 3;
}

.banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    width: 90%;
    position: absolute;
    top: 350px;
    left: 5%;
    text-align: center;
    z-index: 3;
}

#banner-button button {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    width: 80%;
    height: 50px;
    background-color: #c9a961;
    position: absolute;
    top: 520px;
    left: 10%;
    z-index: 4;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#banner-button  i{
    transition: all .3s ease-in-out;
}


#banner-button button:hover{
    background-color: rgb(200, 166, 56);
}

#banner-button button:hover i{
    margin-left: 5px;
    margin-right: -5px;
}

.container-1 {  
    background-color: #f9f9f9;
    width: 100%;
    height: 1100px;
    position: absolute;
    top: 860px;
    left: 0%;
}

.container-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 50px;
    left: 6%;
}

.container-1 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 70px;
    left: 6%;
}

.container-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 140px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.icon-1 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 740px;
    left: 6%;
}

.icon-1 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-1-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 725px;
    left: 22%;
}

.icon-1-container p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 755px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-2 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 830px;
    left: 6%;
}

.icon-2 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 14px;
}

.icon-2-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 820px;
    left: 22%;
}

.icon-2-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 850px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-3 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 920px;
    left: 6%;
}

.icon-3 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-3-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 910px;
    left: 22%;
}

.icon-3-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 940px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.container-1-more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    position: absolute;
    top: 1050px;
    left: 10%;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.container-1-more a i {
    transition: all .3s ease-in-out;
}

.container-1-more:hover i{
    margin-right: -5px;
    margin-left: 5px;
}

.container-1 img {
    width: 88%;
    height: 380px;
    position: absolute;
    top: 330px;
    left: 6%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}


.products-showcase { 
    background-color: #fff;
    width: 100%;
    height: 2750px;
    position: absolute;
    top: 2180px;
    left: 0%;
}

.products-header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0%;
    text-align: center;
}

.products-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
}

.products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0px auto 0 auto;
    line-height: 26px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-grid {
    width: 70%;
    position: absolute;
    top: 250px;
    left: 15%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-image {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    position: relative;
    top: 0px;
    left: 0%;
    border-radius: 0px;
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background-color: #fff;
    color: #000;
    padding: 14px 36px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #c9a961;
    letter-spacing: 1px;
}

.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 5px;
}

/* SEE ALL */
.see-all {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.see-all button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c9a961;
    background-color: #fff;
    padding: 14px 40px;
    border: 1px solid #c9a961;
    cursor: pointer;
    transition: .3s;
}

.see-all button:hover {
    background-color: #c9a961;
    color: #fff;
}


.container-2 { 
    background-color: #f9f9f9;
    width: 100%;
    height: 1200px;
    position: absolute;
    top: 4920px;
    left: 0%;
}

.container-2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 170px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.box-1, .box-2, .box-3 { 
    background-color: #fff;
    width: 88%;
    height: 130px;
    border-radius: 10px;
    position: absolute;
    left: 6%;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.00),
    0px 0px 4px rgba(3, 7, 18, 0.01),
    0px 0px 9px rgba(3, 7, 18, 0.01),
    0px 0px 15px rgba(3, 7, 18, 0.02),
    0px 0px 24px rgba(3, 7, 18, 0.02);
}

.box-1 {top: 700px;}
.box-2 {top: 850px;}
.box-3 {top: 1000px;}

.box-1 button, .box-2 button, .box-3 button {
    font-family: 'Playfair', serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #d4af37;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5%;
    text-align: center;
    border: none;
    padding-top: 5px;
}

.box-1 h1, .box-2 h1, .box-3 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 10px;
    left: 24%;
}

.box-1 p, .box-2 p, .box-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 0px;
    position: absolute;
    top: 40px;
    left: 24%;
    width: 70%;
    line-height: 16px;
}


.container-2 img {
    width: 88%;
    height: 380px;
    position: absolute;
    top: 300px;
    left: 6%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}



.container-3 { 
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 6120px;
    left: 0%;
}

.container-3 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-3 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.contact-details { 
    position: absolute;
    top: 880px;
    left: 6%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-item { 
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 80%;
}

.contact-icon { 
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a961;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-text h4 { 
    padding-top: 10px;
    font-family: 'Playfair', serif;
    margin-top: -1px;
    margin-bottom: 8px;
    font-size: 14px;
}

.contact-text a,
.contact-text span { 
    font-family: 'Montserrat', sans-serif;
    color: #6b6b6b;
    font-size: 13px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.contact-text a:hover {
    color: #c9a961;
}



.social-links {
    position: absolute;
    top: 1370px;
    left: 25%;
    display: flex;
    gap: 15px;
}

.social-links a { 
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #c9a961, #d4af37);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.125rem;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}


.contact-form { 
    position: absolute;
    top: 320px;
    left: 6%;
    width: 88%;
    background-color: #f9f9f9;
    padding: 0px;
    border-radius: 10px;
    box-shadow:
        0px 0px 1px rgba(0,0,0,0.02),
        0px 0px 8px rgba(0,0,0,0.04),
        0px 0px 20px rgba(0,0,0,0.06);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 90%;
    padding: 20px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c9a961;
}

.form-group textarea {
    resize: none;
    height: 130px;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    height: 55px;
    background-color: #c9a961;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.submit-btn i {
    margin-left: 8px;
    transition: all .3s ease;
}

.submit-btn:hover {
    background-color: #000;
}

.submit-btn:hover i {
    margin-left: 14px;
}

.map-section iframe {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 7580px;
    left: 0%;
    border: none;
}


.footer {
     
    position: absolute;
    top: 7900px;
} 
}
  
@media (min-width: 360px) and (max-width: 575.98px) and (orientation: portrait) {
body {
    background-color: #fff;
}

.banner { 
    background-color: #000;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 60px;
    left: 0%;
}

.banner img { 
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-layer {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85), rgba(26, 26, 46, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
    opacity: 1;
}

.banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0%;
    text-align: center;
    z-index: 3;
}

.banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    width: 90%;
    position: absolute;
    top: 350px;
    left: 5%;
    text-align: center;
    z-index: 3;
}

#banner-button button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    width: 80%;
    height: 60px;
    background-color: #c9a961;
    position: absolute;
    top: 520px;
    left: 10%;
    z-index: 4;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#banner-button  i{
    transition: all .3s ease-in-out;
}


#banner-button button:hover{
    background-color: rgb(200, 166, 56);
}

#banner-button button:hover i{
    margin-left: 5px;
    margin-right: -5px;
}

.container-1 {  
    background-color: #f9f9f9;
    width: 100%;
    height: 1100px;
    position: absolute;
    top: 860px;
    left: 0%;
}

.container-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 50px;
    left: 6%;
}

.container-1 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 70px;
    left: 6%;
}

.container-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 140px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.icon-1 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 740px;
    left: 6%;
}

.icon-1 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-1-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 725px;
    left: 22%;
}

.icon-1-container p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 755px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-2 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 830px;
    left: 6%;
}

.icon-2 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 14px;
}

.icon-2-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 820px;
    left: 22%;
}

.icon-2-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 850px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-3 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 920px;
    left: 6%;
}

.icon-3 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-3-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 910px;
    left: 22%;
}

.icon-3-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 940px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.container-1-more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #c9a961;
    position: absolute;
    top: 1050px;
    left: 10%;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.container-1-more a i {
    transition: all .3s ease-in-out;
}

.container-1-more:hover i{
    margin-right: -5px;
    margin-left: 5px;
}

.container-1 img {
    width: 88%;
    height: 380px;
    position: absolute;
    top: 330px;
    left: 6%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}


.products-showcase { 
    background-color: #fff;
    width: 100%;
    height: 2750px;
    position: absolute;
    top: 2050px;
    left: 0%;
}

.products-header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0%;
    text-align: center;
}

.products-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
}

.products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0px auto 0 auto;
    line-height: 26px;
    position: relative;
    left: 0%;
    top: 40px;
}

.products-grid {
    width: 70%;
    position: absolute;
    top: 250px;
    left: 15%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-image {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    position: relative;
    top: 0px;
    left: 0%;
    border-radius: 0px;
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background-color: #fff;
    color: #000;
    padding: 14px 36px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #c9a961;
    letter-spacing: 1px;
}

.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 5px;
}

/* SEE ALL */
.see-all {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.see-all button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c9a961;
    background-color: #fff;
    padding: 14px 40px;
    border: 1px solid #c9a961;
    cursor: pointer;
    transition: .3s;
}

.see-all button:hover {
    background-color: #c9a961;
    color: #fff;
}


.container-2 { 
    background-color: #f9f9f9;
    width: 100%;
    height: 1200px;
    position: absolute;
    top: 4660px;
    left: 0%;
}

.container-2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.box-1, .box-2, .box-3 { 
    background-color: #fff;
    width: 88%;
    height: 130px;
    border-radius: 10px;
    position: absolute;
    left: 6%;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.00),
    0px 0px 4px rgba(3, 7, 18, 0.01),
    0px 0px 9px rgba(3, 7, 18, 0.01),
    0px 0px 15px rgba(3, 7, 18, 0.02),
    0px 0px 24px rgba(3, 7, 18, 0.02);
}

.box-1 {top: 700px;}
.box-2 {top: 850px;}
.box-3 {top: 1000px;}

.box-1 button, .box-2 button, .box-3 button {
    font-family: 'Playfair', serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #d4af37;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5%;
    text-align: center;
    border: none;
    padding-top: 5px;
}

.box-1 h1, .box-2 h1, .box-3 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 10px;
    left: 24%;
}

.box-1 p, .box-2 p, .box-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 0px;
    position: absolute;
    top: 40px;
    left: 24%;
    width: 70%;
    line-height: 16px;
}


.container-2 img {
    width: 88%;
    height: 380px;
    position: absolute;
    top: 300px;
    left: 6%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}



.container-3 { 
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 5920px;
    left: 0%;
}

.container-3 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-3 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.contact-details { 
    position: absolute;
    top: 880px;
    left: 6%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-item { 
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 80%;
}

.contact-icon { 
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a961;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-text h4 { 
    padding-top: 10px;
    font-family: 'Playfair', serif;
    margin-top: -1px;
    margin-bottom: 8px;
    font-size: 18px;
}

.contact-text a,
.contact-text span { 
    font-family: 'Montserrat', sans-serif;
    color: #6b6b6b;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.contact-text a:hover {
    color: #c9a961;
}



.social-links {
    position: absolute;
    top: 1350px;
    left: 30%;
    display: flex;
    gap: 15px;
}

.social-links a { 
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #c9a961, #d4af37);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.125rem;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}


.contact-form { 
    position: absolute;
    top: 320px;
    left: 6%;
    width: 88%;
    background-color: #f9f9f9;
    padding: 0px;
    border-radius: 10px;
    box-shadow:
        0px 0px 1px rgba(0,0,0,0.02),
        0px 0px 8px rgba(0,0,0,0.04),
        0px 0px 20px rgba(0,0,0,0.06);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 90%;
    padding: 20px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c9a961;
}

.form-group textarea {
    resize: none;
    height: 130px;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    height: 55px;
    background-color: #c9a961;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.submit-btn i {
    margin-left: 8px;
    transition: all .3s ease;
}

.submit-btn:hover {
    background-color: #000;
}

.submit-btn:hover i {
    margin-left: 14px;
}

.map-section iframe {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 7450px;
    left: 0%;
    border: none;
}


.footer {
    position: absolute;
    top: 7760px;
}
}

@media (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait)  {
body {
    background-color: #fff;
}

.banner { 
    background-color: #000;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 65px;
    left: 0%;
}

.banner img { 
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-layer {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85), rgba(26, 26, 46, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
    opacity: 1;
}

.banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0%;
    text-align: center;
    z-index: 3;
}

.banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    width: 80%;
    position: absolute;
    top: 380px;
    left: 10%;
    text-align: center;
    z-index: 3;
}

#banner-button button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    width: 80%;
    height: 60px;
    background-color: #c9a961;
    position: absolute;
    top: 570px;
    left: 10%;
    z-index: 4;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#banner-button  i{
    transition: all .3s ease-in-out;
}


#banner-button button:hover{
    background-color: rgb(200, 166, 56);
}

#banner-button button:hover i{
    margin-left: 5px;
    margin-right: -5px;
}

.container-1 {  
    background-color: #f9f9f9;
    width: 100%;
    height: 1100px;
    position: absolute;
    top: 860px;
    left: 0%;
}

.container-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 50px;
    left: 6%;
}

.container-1 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 70px;
    left: 6%;
}

.container-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 140px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.icon-1 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 740px;
    left: 6%;
}

.icon-1 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-1-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 725px;
    left: 22%;
}

.icon-1-container p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 755px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-2 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 830px;
    left: 6%;
}

.icon-2 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 14px;
}

.icon-2-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 820px;
    left: 22%;
}

.icon-2-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 850px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-3 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 920px;
    left: 6%;
}

.icon-3 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-3-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 910px;
    left: 22%;
}

.icon-3-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 940px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.container-1-more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #c9a961;
    position: absolute;
    top: 1050px;
    left: 10%;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.container-1-more a i {
    transition: all .3s ease-in-out;
}

.container-1-more:hover i{
    margin-right: -5px;
    margin-left: 5px;
}

.container-1 img {
    width: 88%;
    height: 380px;
    position: absolute;
    object-fit: cover;
    top: 280px;
    left: 6%;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}


.products-showcase { 
    background-color: #fff;
    width: 100%;
    height: 2750px;
    position: absolute;
    top: 2060px;
    left: 0%;
}

.products-header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0%;
    text-align: center;
}

.products-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
}

.products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0px auto 0 auto;
    line-height: 26px;
    position: relative;
    left: 0%;
    top: 50px;
    width: 80%;
}

.products-grid {
    width: 60%;
    position: absolute;
    top: 250px;
    left: 20%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-image {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    position: relative;
    top: 0px;
    left: 0%;
    border-radius: 0px;
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background-color: #fff;
    color: #000;
    padding: 14px 36px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #c9a961;
    letter-spacing: 1px;
}

.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 5px;
}

/* SEE ALL */
.see-all {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.see-all button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c9a961;
    background-color: #fff;
    padding: 14px 40px;
    border: 1px solid #c9a961;
    cursor: pointer;
    transition: .3s;
}

.see-all button:hover {
    background-color: #c9a961;
    color: #fff;
}


.container-2 { 
    background-color: #f9f9f9;
    width: 100%;
    height: 1200px;
    position: absolute;
    top: 4700px;
    left: 0%;
}

.container-2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.box-1, .box-2, .box-3 { 
    background-color: #fff;
    width: 88%;
    height: 130px;
    border-radius: 10px;
    position: absolute;
    left: 6%;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.00),
    0px 0px 4px rgba(3, 7, 18, 0.01),
    0px 0px 9px rgba(3, 7, 18, 0.01),
    0px 0px 15px rgba(3, 7, 18, 0.02),
    0px 0px 24px rgba(3, 7, 18, 0.02);
}

.box-1 {top: 700px;}
.box-2 {top: 850px;}
.box-3 {top: 1000px;}

.box-1 button, .box-2 button, .box-3 button {
    font-family: 'Playfair', serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #d4af37;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5%;
    text-align: center;
    border: none;
    padding-top: 5px;
}

.box-1 h1, .box-2 h1, .box-3 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 10px;
    left: 24%;
}

.box-1 p, .box-2 p, .box-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 0px;
    position: absolute;
    top: 40px;
    left: 24%;
    width: 70%;
    line-height: 16px;
}


.container-2 img {
    width: 88%;
    height: 380px;
    position: absolute;
    top: 300px;
    left: 6%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}



.container-3 { 
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 5900px;
    left: 0%;
}

.container-3 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-3 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.contact-details { 
    position: absolute;
    top: 880px;
    left: 6%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-item { 
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 80%;
}

.contact-icon { 
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a961;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-text h4 { 
    padding-top: 10px;
    font-family: 'Playfair', serif;
    margin-top: -1px;
    margin-bottom: 8px;
    font-size: 18px;
}

.contact-text a,
.contact-text span { 
    font-family: 'Montserrat', sans-serif;
    color: #6b6b6b;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.contact-text a:hover {
    color: #c9a961;
}



.social-links {
    position: absolute;
    top: 1350px;
    left: 35%;
    display: flex;
    gap: 15px;
}

.social-links a { 
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #c9a961, #d4af37);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.125rem;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}


.contact-form { 
    position: absolute;
    top: 320px;
    left: 6%;
    width: 88%;
    background-color: #f9f9f9;
    padding: 0px;
    border-radius: 10px;
    box-shadow:
        0px 0px 1px rgba(0,0,0,0.02),
        0px 0px 8px rgba(0,0,0,0.04),
        0px 0px 20px rgba(0,0,0,0.06);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 90%;
    padding: 20px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c9a961;
}

.form-group textarea {
    resize: none;
    height: 130px;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    height: 55px;
    background-color: #c9a961;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.submit-btn i {
    margin-left: 8px;
    transition: all .3s ease;
}

.submit-btn:hover {
    background-color: #000;
}

.submit-btn:hover i {
    margin-left: 14px;
}

.map-section iframe {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 7420px;
    left: 0%;
    border: none;
}


.footer {
     
    position: absolute;
    top: 7760px;
}
}
     
@media  (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {
body {
    background-color: #fff;
}

.banner { 
    background-color: #000;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 65px;
    left: 0%;
}

.banner img { 
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-layer {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85), rgba(26, 26, 46, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
    opacity: 1;
}

.banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0%;
    text-align: center;
    z-index: 3;
}

.banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    width: 80%;
    position: absolute;
    top: 380px;
    left: 10%;
    text-align: center;
    z-index: 3;
}

#banner-button button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    width: 80%;
    height: 60px;
    background-color: #c9a961;
    position: absolute;
    top: 570px;
    left: 10%;
    z-index: 4;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#banner-button  i{
    transition: all .3s ease-in-out;
}


#banner-button button:hover{
    background-color: rgb(200, 166, 56);
}

#banner-button button:hover i{
    margin-left: 5px;
    margin-right: -5px;
}

.container-1 {  
    background-color: #f9f9f9;
    width: 100%;
    height: 1100px;
    position: absolute;
    top: 860px;
    left: 0%;
}

.container-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 50px;
    left: 6%;
}

.container-1 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 70px;
    left: 6%;
}

.container-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 140px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.icon-1 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 740px;
    left: 6%;
}

.icon-1 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-1-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 725px;
    left: 22%;
}

.icon-1-container p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 755px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-2 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 830px;
    left: 6%;
}

.icon-2 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 14px;
}

.icon-2-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 820px;
    left: 22%;
}

.icon-2-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 850px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-3 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 920px;
    left: 6%;
}

.icon-3 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-3-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 910px;
    left: 22%;
}

.icon-3-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 940px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.container-1-more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #c9a961;
    position: absolute;
    top: 1050px;
    left: 10%;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.container-1-more a i {
    transition: all .3s ease-in-out;
}

.container-1-more:hover i{
    margin-right: -5px;
    margin-left: 5px;
}

.container-1 img {
    width: 88%;
    height: 380px;
    position: absolute;
    object-fit: cover;
    top: 280px;
    left: 6%;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}


.products-showcase { 
    background-color: #fff;
    width: 100%;
    height: 2750px;
    position: absolute;
    top: 2040px;
    left: 0%;
}

.products-header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0%;
    text-align: center;
}

.products-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
}

.products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0px auto 0 auto;
    line-height: 26px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-grid {
    width: 60%;
    position: absolute;
    top: 250px;
    left: 20%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-image {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    position: relative;
    top: 0px;
    left: 0%;
    border-radius: 0px;
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background-color: #fff;
    color: #000;
    padding: 14px 36px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #c9a961;
    letter-spacing: 1px;
}

.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 5px;
}

/* SEE ALL */
.see-all {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.see-all button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c9a961;
    background-color: #fff;
    padding: 14px 40px;
    border: 1px solid #c9a961;
    cursor: pointer;
    transition: .3s;
}

.see-all button:hover {
    background-color: #c9a961;
    color: #fff;
}


.container-2 { 
    background-color: #f9f9f9;
    width: 100%;
    height: 1200px;
    position: absolute;
    top: 4650px;
    left: 0%;
}

.container-2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.box-1, .box-2, .box-3 { 
    background-color: #fff;
    width: 88%;
    height: 130px;
    border-radius: 10px;
    position: absolute;
    left: 6%;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.00),
    0px 0px 4px rgba(3, 7, 18, 0.01),
    0px 0px 9px rgba(3, 7, 18, 0.01),
    0px 0px 15px rgba(3, 7, 18, 0.02),
    0px 0px 24px rgba(3, 7, 18, 0.02);
}

.box-1 {top: 700px;}
.box-2 {top: 850px;}
.box-3 {top: 1000px;}

.box-1 button, .box-2 button, .box-3 button {
    font-family: 'Playfair', serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #d4af37;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5%;
    text-align: center;
    border: none;
    padding-top: 5px;
}

.box-1 h1, .box-2 h1, .box-3 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 10px;
    left: 24%;
}

.box-1 p, .box-2 p, .box-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 0px;
    position: absolute;
    top: 40px;
    left: 24%;
    width: 70%;
    line-height: 16px;
}


.container-2 img {
    width: 88%;
    height: 380px;
    position: absolute;
    top: 300px;
    left: 6%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}



.container-3 { 
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 5900px;
    left: 0%;
}

.container-3 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-3 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.contact-details { 
    position: absolute;
    top: 880px;
    left: 6%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-item { 
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 80%;
}

.contact-icon { 
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a961;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-text h4 { 
    padding-top: 10px;
    font-family: 'Playfair', serif;
    margin-top: -1px;
    margin-bottom: 8px;
    font-size: 18px;
}

.contact-text a,
.contact-text span { 
    font-family: 'Montserrat', sans-serif;
    color: #6b6b6b;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.contact-text a:hover {
    color: #c9a961;
}



.social-links {
    position: absolute;
    top: 1350px;
    left: 37%;
    display: flex;
    gap: 15px;
}

.social-links a { 
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #c9a961, #d4af37);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.125rem;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}


.contact-form { 
    position: absolute;
    top: 320px;
    left: 6%;
    width: 88%;
    background-color: #f9f9f9;
    padding: 0px;
    border-radius: 10px;
    box-shadow:
        0px 0px 1px rgba(0,0,0,0.02),
        0px 0px 8px rgba(0,0,0,0.04),
        0px 0px 20px rgba(0,0,0,0.06);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 90%;
    padding: 20px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c9a961;
}

.form-group textarea {
    resize: none;
    height: 130px;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    height: 55px;
    background-color: #c9a961;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.submit-btn i {
    margin-left: 8px;
    transition: all .3s ease;
}

.submit-btn:hover {
    background-color: #000;
}

.submit-btn:hover i {
    margin-left: 14px;
}

.map-section iframe {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 7400px;
    left: 0%;
    border: none;
}


.footer {
     
    position: absolute;
    top: 7760px;
}
}
     
@media (min-width: 992px) and (max-width: 1199.98px) and (orientation: portrait)  {
body {
    background-color: #fff;
}

.banner { 
    background-color: #000;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 70px;
    left: 0%;
}

.banner img { 
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-layer {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85), rgba(26, 26, 46, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
    opacity: 1;
}

.banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0%;
    text-align: center;
    z-index: 3;
}

.banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 200;
    color: #fff;
    width: 80%;
    position: absolute;
    top: 380px;
    left: 10%;
    text-align: center;
    z-index: 3;
}

#banner-button button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    width: 80%;
    height: 60px;
    background-color: #c9a961;
    position: absolute;
    top: 570px;
    left: 10%;
    z-index: 4;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#banner-button  i{
    transition: all .3s ease-in-out;
}


#banner-button button:hover{
    background-color: rgb(200, 166, 56);
}

#banner-button button:hover i{
    margin-left: 5px;
    margin-right: -5px;
}

.container-1 {  
    background-color: #f9f9f9;
    width: 100%;
    height: 850px;
    position: absolute;
    top: 870px;
    left: 0%;
}

.container-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 50px;
    left: 6%;
}

.container-1 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 70px;
    left: 6%;
}

.container-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 160px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.icon-1 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 340px;
    left: 6%;
}

.icon-1 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-1-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 320px;
    left: 12%;
}

.icon-1-container p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 355px;
    left: 12%;
    width: 30%;
    line-height: 20px;
}

.icon-2 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 450px;
    left: 6%;
}

.icon-2 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 14px;
}

.icon-2-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 430px;
    left: 12%;
}

.icon-2-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 465px;
    left: 12%;
    width: 40%;
    line-height: 20px;
}

.icon-3 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 570px;
    left: 6%;
}

.icon-3 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-3-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 550px;
    left: 12%;
}

.icon-3-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 585px;
    left: 12%;
    width: 40%;
    line-height: 20px;
}

.container-1-more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #c9a961;
    position: absolute;
    top: 770px;
    left: 10%;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.container-1-more a i {
    transition: all .3s ease-in-out;
}

.container-1-more:hover i{
    margin-right: -5px;
    margin-left: 5px;
}

.container-1 img {
    width: 45%;
    height: 400px;
    position: absolute;
    object-fit: cover;
    top: 300px;
    left: 50%;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}


.products-showcase { 
    background-color: #fff;
    width: 100%;
    height: 1800px;
    position: absolute;
    top: 1900px;
    left: 0%;
}

.products-header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0%;
    text-align: center;
}

.products-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
}

.products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #666;
    margin: 0px auto 0 auto;
    line-height: 26px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-grid {
    width: 70%;
    position: absolute;
    top: 270px;
    left: 15%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-image {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    position: relative;
    top: 0px;
    left: 0%;
    border-radius: 0px;
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background-color: #fff;
    color: #000;
    padding: 14px 36px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #c9a961;
    letter-spacing: 1px;
}

.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 5px;
}

/* SEE ALL */
.see-all {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.see-all button {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #c9a961;
    background-color: #fff;
    padding: 14px 50px;
    border: 1px solid #c9a961;
    cursor: pointer;
    transition: .3s;
}

.see-all button:hover {
    background-color: #c9a961;
    color: #fff;
}


.container-2 { 
    background-color: #f9f9f9;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 3620px;
    left: 0%;
}

.container-2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 220px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.box-1, .box-2, .box-3 { 
    background-color: #fff;
    width: 40%;
    height: 130px;
    border-radius: 10px;
    position: absolute;
    left: 6%;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.00),
    0px 0px 4px rgba(3, 7, 18, 0.01),
    0px 0px 9px rgba(3, 7, 18, 0.01),
    0px 0px 15px rgba(3, 7, 18, 0.02),
    0px 0px 24px rgba(3, 7, 18, 0.02);
}

.box-1 {top: 350px;}
.box-2 {top: 500px;}
.box-3 {top: 650px;}

.box-1 button, .box-2 button, .box-3 button {
    font-family: 'Playfair', serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #d4af37;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5%;
    text-align: center;
    border: none;
    padding-top: 5px;
}

.box-1 h1, .box-2 h1, .box-3 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 10px;
    left: 24%;
}

.box-1 p, .box-2 p, .box-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 0px;
    position: absolute;
    top: 40px;
    left: 24%;
    width: 70%;
    line-height: 16px;
}


.container-2 img {
    width: 45%;
    height: 450px;
    position: absolute;
    top: 320px;
    left: 50%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}



.container-3 { 
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 4550px;
    left: 0%;
}

.container-3 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-3 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 220px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.contact-details { 
    position: absolute;
    top: 900px;
    left: 6%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-item { 
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 80%;
}

.contact-icon { 
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a961;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-text h4 { 
    padding-top: 10px;
    font-family: 'Playfair', serif;
    margin-top: -1px;
    margin-bottom: 8px;
    font-size: 22px;
}

.contact-text a,
.contact-text span { 
    font-family: 'Montserrat', sans-serif;
    color: #6b6b6b;
    font-size: 22px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.contact-text a:hover {
    color: #c9a961;
}

.social-links {
    position: absolute;
    top: 1450px;
    left: 40%;
    display: flex;
    gap: 15px;
}

.social-links a { 
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #c9a961, #d4af37);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.500rem;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}


.contact-form { 
    position: absolute;
    top: 320px;
    left: 6%;
    width: 88%;
    background-color: #f9f9f9;
    padding: 0px;
    border-radius: 10px;
    box-shadow:
        0px 0px 1px rgba(0,0,0,0.02),
        0px 0px 8px rgba(0,0,0,0.04),
        0px 0px 20px rgba(0,0,0,0.06);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 90%;
    padding: 20px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c9a961;
}

.form-group textarea {
    resize: none;
    height: 130px;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    height: 55px;
    background-color: #c9a961;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.submit-btn i {
    margin-left: 8px;
    transition: all .3s ease;
}

.submit-btn:hover {
    background-color: #000;
}

.submit-btn:hover i {
    margin-left: 14px;
}

.map-section iframe {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 6200px;
    left: 0%;
    border: none;
}


.footer {
     
    position: absolute;
    top: 6630px;
}
}

@media  (min-width: 1200px) and (max-width: 1399.98px)  {
body {
    background-color: #fff;
}

.banner {
    background-color: #000;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 60px;
    left: 0%;
}

.banner img {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-layer {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85), rgba(26, 26, 46, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
    opacity: 1;
}

.banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 54px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 200px;
    left: 0%;
    text-align: center;
    z-index: 3;
}

.banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    width: 30%;
    position: absolute;
    top: 340px;
    left: 35%;
    text-align: center;
    z-index: 3;
}

#banner-button button {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    width: 20%;
    height: 50px;
    background-color: #c9a961;
    position: absolute;
    top: 500px;
    left: 40%;
    z-index: 4;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#banner-button  i{
    transition: all .3s ease-in-out;
}


#banner-button button:hover{
    background-color: rgb(200, 166, 56);
}

#banner-button button:hover i{
    margin-left: 5px;
    margin-right: -5px;
}

.container-1 {
    background-color: #f9f9f9;
    width: 100%;
    height: 850px;
    position: absolute;
    top: 880px;
    left: 0%;
}

.container-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 100px;
    left: 15%;
}

.container-1 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 110px;
    left: 15%;
}

.container-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 15%;
    width: 28%;
    line-height: 28px;
}

.icon-1 {
    background-color: #c9a961;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 370px;
    left: 15%;
}

.icon-1 i {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 17px;
    left: 15;
}

.icon-1-container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 360px;
    left: 21%;
}

.icon-1-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 390px;
    left: 21%;
}

.icon-2 {
    background-color: #c9a961;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 480px;
    left: 15%;
}

.icon-2 i {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 17px;
    left: 17px;
}

.icon-2-container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 470px;
    left: 21%;
}

.icon-2-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 500px;
    left: 21%;
}

.icon-3 {
    background-color: #c9a961;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 590px;
    left: 15%;
}

.icon-3 i {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 17px;
    left: 20px;
}

.icon-3-container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 580px;
    left: 21%;
}

.icon-3-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 610px;
    left: 21%;
}

.container-1-more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    position: absolute;
    top: 740px;
    left: 15%;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.container-1-more a i {
    transition: all .3s ease-in-out;
}

.container-1-more:hover i{
    margin-right: -5px;
    margin-left: 5px;
}

.container-1 img {
    width: 550px;
    position: absolute;
    top: 140px;
    left: 53%;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}


.products-showcase {
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 1900px;
    left: 0%;
}

.products-header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0%;
    text-align: center;
}

.products-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
}

.products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    position: relative;
    left: 0%;
    top: 20px;
}

.products-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0px auto 0 auto;
    line-height: 26px;
    position: relative;
    left: 0%;
    top: 20px;
}

.products-grid {
    width: 80%;
    position: absolute;
    top: 320px;
    left: 10%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-image {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background-color: #fff;
    color: #000;
    padding: 14px 36px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #c9a961;
    letter-spacing: 1px;
}

.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 5px;
}

/* SEE ALL */
.see-all {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.see-all button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c9a961;
    background-color: #fff;
    padding: 14px 40px;
    border: 1px solid #c9a961;
    cursor: pointer;
    transition: .3s;
}

.see-all button:hover {
    background-color: #c9a961;
    color: #fff;
}


.container-2 {
    background-color: #f9f9f9;
    width: 100%;
    height: 1100px;
    position: absolute;
    top: 3340px;
    left: 0%;
}

.container-2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 100px;
    left: 20%;
}

.container-2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 110px;
    left: 20%;
}

.container-2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 260px;
    left: 20%;
    width: 30%;
    line-height: 28px;
}

.box-1, .box-2, .box-3 {
    background-color: #fff;
    width: 28%;
    height: 170px;
    border-radius: 10px;
    position: absolute;
    left: 20%;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.00),
    0px 0px 4px rgba(3, 7, 18, 0.01),
    0px 0px 9px rgba(3, 7, 18, 0.01),
    0px 0px 15px rgba(3, 7, 18, 0.02),
    0px 0px 24px rgba(3, 7, 18, 0.02);
}

.box-1 {top: 400px;}
.box-2 {top: 600px;}
.box-3 {top: 800px;}

.box-1 button, .box-2 button, .box-3 button {
    font-family: 'Playfair', serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #d4af37;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5%;
    text-align: center;
    border: none;
    padding-top: 5px;
}

.box-1 h1, .box-2 h1, .box-3 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 12px;
    left: 25%;
}

.box-1 p, .box-2 p, .box-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 0px;
    position: absolute;
    top: 50px;
    left: 25%;
    width: 70%;
}


.container-2 img {
    width: 550px;
    position: absolute;
    top: 300px;
    left: 53%;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}



.container-3 {
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 4400px;
    left: 0%;
}

.container-3 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 100px;
    left: 15%;
}

.container-3 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 110px;
    left: 15%;
}

.container-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 260px;
    left: 15%;
    width: 24%;
    line-height: 28px;
}

.contact-details {
    position: absolute;
    top: 360px;
    left: 15%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a961;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-text h4 {
    padding-top: 10px;
    font-family: 'Playfair', serif;
    margin-top: -1px;
    margin-bottom: 8px;
    font-size: 18px;
}

.contact-text a,
.contact-text span {
    font-family: 'Montserrat', sans-serif;
    color: #6b6b6b;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.contact-text a:hover {
    color: #c9a961;
}



.social-links {
    position: absolute;
    top: 740px;
    left: 20%;
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #c9a961, #d4af37);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.125rem;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}


.contact-form {
    position: absolute;
    top: 160px;
    left: 53%;
    width: 24%;
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 10px;
    box-shadow:
        0px 0px 1px rgba(0,0,0,0.02),
        0px 0px 8px rgba(0,0,0,0.04),
        0px 0px 20px rgba(0,0,0,0.06);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 90%;
    padding: 20px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c9a961;
}

.form-group textarea {
    resize: none;
    height: 130px;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    height: 55px;
    background-color: #c9a961;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.submit-btn i {
    margin-left: 8px;
    transition: all .3s ease;
}

.submit-btn:hover {
    background-color: #000;
}

.submit-btn:hover i {
    margin-left: 14px;
}

.map-section iframe {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 5260px;
    left: 0%;
    border: none;
}


.footer {
    position: absolute;
    top: 5600px;
}  
}
     
@media  (min-width: 1400px) and (max-width: 1599.98px)  {
body {
    background-color: #fff;
}

.banner {
    background-color: #000;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 60px;
    left: 0%;
}

.banner img {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-layer {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85), rgba(26, 26, 46, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
    opacity: 1;
}

.banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 54px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 200px;
    left: 0%;
    text-align: center;
    z-index: 3;
}

.banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    width: 30%;
    position: absolute;
    top: 340px;
    left: 35%;
    text-align: center;
    z-index: 3;
}

#banner-button button {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    width: 20%;
    height: 50px;
    background-color: #c9a961;
    position: absolute;
    top: 500px;
    left: 40%;
    z-index: 4;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#banner-button  i{
    transition: all .3s ease-in-out;
}


#banner-button button:hover{
    background-color: rgb(200, 166, 56);
}

#banner-button button:hover i{
    margin-left: 5px;
    margin-right: -5px;
}

.container-1 {
    background-color: #f9f9f9;
    width: 100%;
    height: 850px;
    position: absolute;
    top: 880px;
    left: 0%;
}

.container-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 100px;
    left: 15%;
}

.container-1 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 110px;
    left: 15%;
}

.container-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 15%;
    width: 28%;
    line-height: 28px;
}

.icon-1 {
    background-color: #c9a961;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 370px;
    left: 15%;
}

.icon-1 i {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 17px;
    left: 15;
}

.icon-1-container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 360px;
    left: 21%;
}

.icon-1-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 390px;
    left: 21%;
}

.icon-2 {
    background-color: #c9a961;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 480px;
    left: 15%;
}

.icon-2 i {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 17px;
    left: 17px;
}

.icon-2-container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 470px;
    left: 21%;
}

.icon-2-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 500px;
    left: 21%;
}

.icon-3 {
    background-color: #c9a961;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 590px;
    left: 15%;
}

.icon-3 i {
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 17px;
    left: 20px;
}

.icon-3-container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 580px;
    left: 21%;
}

.icon-3-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 610px;
    left: 21%;
}

.container-1-more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    position: absolute;
    top: 740px;
    left: 15%;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.container-1-more a i {
    transition: all .3s ease-in-out;
}

.container-1-more:hover i{
    margin-right: -5px;
    margin-left: 5px;
}

.container-1 img {
    width: 550px;
    position: absolute;
    top: 140px;
    left: 53%;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}


.products-showcase {
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 1900px;
    left: 0%;
}

.products-header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0%;
    text-align: center;
}

.products-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
}

.products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    position: relative;
    left: 0%;
    top: 20px;
}

.products-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0px auto 0 auto;
    line-height: 26px;
    position: relative;
    left: 0%;
    top: 20px;
}

.products-grid {
    width: 80%;
    position: absolute;
    top: 320px;
    left: 10%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-image {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background-color: #fff;
    color: #000;
    padding: 14px 36px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #c9a961;
    letter-spacing: 1px;
}

.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 5px;
}

/* SEE ALL */
.see-all {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.see-all button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c9a961;
    background-color: #fff;
    padding: 14px 40px;
    border: 1px solid #c9a961;
    cursor: pointer;
    transition: .3s;
}

.see-all button:hover {
    background-color: #c9a961;
    color: #fff;
}


.container-2 {
    background-color: #f9f9f9;
    width: 100%;
    height: 1100px;
    position: absolute;
    top: 3350px;
    left: 0%;
}

.container-2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 100px;
    left: 20%;
}

.container-2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 110px;
    left: 20%;
}

.container-2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 260px;
    left: 20%;
    width: 30%;
    line-height: 28px;
}

.box-1, .box-2, .box-3 {
    background-color: #fff;
    width: 28%;
    height: 170px;
    border-radius: 10px;
    position: absolute;
    left: 20%;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.00),
    0px 0px 4px rgba(3, 7, 18, 0.01),
    0px 0px 9px rgba(3, 7, 18, 0.01),
    0px 0px 15px rgba(3, 7, 18, 0.02),
    0px 0px 24px rgba(3, 7, 18, 0.02);
}

.box-1 {top: 400px;}
.box-2 {top: 600px;}
.box-3 {top: 800px;}

.box-1 button, .box-2 button, .box-3 button {
    font-family: 'Playfair', serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #d4af37;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5%;
    text-align: center;
    border: none;
    padding-top: 5px;
}

.box-1 h1, .box-2 h1, .box-3 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 12px;
    left: 25%;
}

.box-1 p, .box-2 p, .box-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 0px;
    position: absolute;
    top: 50px;
    left: 25%;
    width: 70%;
}


.container-2 img {
    width: 550px;
    position: absolute;
    top: 300px;
    left: 53%;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}



.container-3 {
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 4400px;
    left: 0%;
}

.container-3 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 100px;
    left: 15%;
}

.container-3 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 110px;
    left: 15%;
}

.container-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 260px;
    left: 15%;
    width: 24%;
    line-height: 28px;
}

.contact-details {
    position: absolute;
    top: 360px;
    left: 15%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a961;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-text h4 {
    padding-top: 10px;
    font-family: 'Playfair', serif;
    margin-top: -1px;
    margin-bottom: 8px;
    font-size: 18px;
}

.contact-text a,
.contact-text span {
    font-family: 'Montserrat', sans-serif;
    color: #6b6b6b;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.contact-text a:hover {
    color: #c9a961;
}



.social-links {
    position: absolute;
    top: 740px;
    left: 20%;
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #c9a961, #d4af37);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.125rem;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}


.contact-form {
    position: absolute;
    top: 160px;
    left: 53%;
    width: 24%;
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 10px;
    box-shadow:
        0px 0px 1px rgba(0,0,0,0.02),
        0px 0px 8px rgba(0,0,0,0.04),
        0px 0px 20px rgba(0,0,0,0.06);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 90%;
    padding: 20px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c9a961;
}

.form-group textarea {
    resize: none;
    height: 130px;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    height: 55px;
    background-color: #c9a961;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.submit-btn i {
    margin-left: 8px;
    transition: all .3s ease;
}

.submit-btn:hover {
    background-color: #000;
}

.submit-btn:hover i {
    margin-left: 14px;
}

.map-section iframe {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 5260px;
    left: 0%;
    border: none;
}


.footer {
    position: absolute;
    top: 5600px;
}       
}
     



/* LANDSCAPE RESPONSIVE*/
@media (min-width: 500px) and (max-width: 639.98px) and (orientation: landscape) {
body {
    background-color: #fff;
}

.banner { 
    background-color: #000;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 60px;
    left: 0%;
}

.banner img { 
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-layer {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85), rgba(26, 26, 46, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
    opacity: 1;
}

.banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0%;
    text-align: center;
    z-index: 3;
}

.banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    width: 90%;
    position: absolute;
    top: 350px;
    left: 5%;
    text-align: center;
    z-index: 3;
}

#banner-button button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    width: 80%;
    height: 60px;
    background-color: #c9a961;
    position: absolute;
    top: 520px;
    left: 10%;
    z-index: 4;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#banner-button  i{
    transition: all .3s ease-in-out;
}


#banner-button button:hover{
    background-color: rgb(200, 166, 56);
}

#banner-button button:hover i{
    margin-left: 5px;
    margin-right: -5px;
}

.container-1 {  
    background-color: #f9f9f9;
    width: 100%;
    height: 1100px;
    position: absolute;
    top: 860px;
    left: 0%;
}

.container-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 50px;
    left: 6%;
}

.container-1 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 70px;
    left: 6%;
}

.container-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 140px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.icon-1 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 740px;
    left: 6%;
}

.icon-1 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-1-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 725px;
    left: 22%;
}

.icon-1-container p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 755px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-2 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 830px;
    left: 6%;
}

.icon-2 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 14px;
}

.icon-2-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 820px;
    left: 22%;
}

.icon-2-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 850px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-3 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 920px;
    left: 6%;
}

.icon-3 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-3-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 910px;
    left: 22%;
}

.icon-3-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 940px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.container-1-more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #c9a961;
    position: absolute;
    top: 1050px;
    left: 10%;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.container-1-more a i {
    transition: all .3s ease-in-out;
}

.container-1-more:hover i{
    margin-right: -5px;
    margin-left: 5px;
}

.container-1 img {
    width: 88%;
    height: 380px;
    position: absolute;
    top: 330px;
    left: 6%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}


.products-showcase { 
    background-color: #fff;
    width: 100%;
    height: 2750px;
    position: absolute;
    top: 2050px;
    left: 0%;
}

.products-header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0%;
    text-align: center;
}

.products-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
}

.products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0px auto 0 auto;
    line-height: 26px;
    position: relative;
    left: 0%;
    top: 40px;
}

.products-grid {
    width: 70%;
    position: absolute;
    top: 250px;
    left: 15%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-image {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    position: relative;
    top: 0px;
    left: 0%;
    border-radius: 0px;
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background-color: #fff;
    color: #000;
    padding: 14px 36px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #c9a961;
    letter-spacing: 1px;
}

.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 5px;
}

/* SEE ALL */
.see-all {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.see-all button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c9a961;
    background-color: #fff;
    padding: 14px 40px;
    border: 1px solid #c9a961;
    cursor: pointer;
    transition: .3s;
}

.see-all button:hover {
    background-color: #c9a961;
    color: #fff;
}


.container-2 { 
    background-color: #f9f9f9;
    width: 100%;
    height: 1200px;
    position: absolute;
    top: 4660px;
    left: 0%;
}

.container-2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.box-1, .box-2, .box-3 { 
    background-color: #fff;
    width: 88%;
    height: 130px;
    border-radius: 10px;
    position: absolute;
    left: 6%;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.00),
    0px 0px 4px rgba(3, 7, 18, 0.01),
    0px 0px 9px rgba(3, 7, 18, 0.01),
    0px 0px 15px rgba(3, 7, 18, 0.02),
    0px 0px 24px rgba(3, 7, 18, 0.02);
}

.box-1 {top: 700px;}
.box-2 {top: 850px;}
.box-3 {top: 1000px;}

.box-1 button, .box-2 button, .box-3 button {
    font-family: 'Playfair', serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #d4af37;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5%;
    text-align: center;
    border: none;
    padding-top: 5px;
}

.box-1 h1, .box-2 h1, .box-3 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 10px;
    left: 24%;
}

.box-1 p, .box-2 p, .box-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 0px;
    position: absolute;
    top: 40px;
    left: 24%;
    width: 70%;
    line-height: 16px;
}


.container-2 img {
    width: 88%;
    height: 380px;
    position: absolute;
    top: 300px;
    left: 6%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}



.container-3 { 
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 5920px;
    left: 0%;
}

.container-3 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-3 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.contact-details { 
    position: absolute;
    top: 880px;
    left: 6%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-item { 
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 80%;
}

.contact-icon { 
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a961;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-text h4 { 
    padding-top: 10px;
    font-family: 'Playfair', serif;
    margin-top: -1px;
    margin-bottom: 8px;
    font-size: 18px;
}

.contact-text a,
.contact-text span { 
    font-family: 'Montserrat', sans-serif;
    color: #6b6b6b;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.contact-text a:hover {
    color: #c9a961;
}



.social-links {
    position: absolute;
    top: 1350px;
    left: 30%;
    display: flex;
    gap: 15px;
}

.social-links a { 
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #c9a961, #d4af37);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.125rem;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}


.contact-form { 
    position: absolute;
    top: 320px;
    left: 6%;
    width: 88%;
    background-color: #f9f9f9;
    padding: 0px;
    border-radius: 10px;
    box-shadow:
        0px 0px 1px rgba(0,0,0,0.02),
        0px 0px 8px rgba(0,0,0,0.04),
        0px 0px 20px rgba(0,0,0,0.06);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 90%;
    padding: 20px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c9a961;
}

.form-group textarea {
    resize: none;
    height: 130px;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    height: 55px;
    background-color: #c9a961;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.submit-btn i {
    margin-left: 8px;
    transition: all .3s ease;
}

.submit-btn:hover {
    background-color: #000;
}

.submit-btn:hover i {
    margin-left: 14px;
}

.map-section iframe {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 7450px;
    left: 0%;
    border: none;
}


.footer {
    position: absolute;
    top: 7760px;
}
}

@media (min-width: 640px) and (max-width: 811.98px) and (orientation: landscape) {
body {
    background-color: #fff;
}

.banner { 
    background-color: #000;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 65px;
    left: 0%;
}

.banner img { 
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-layer {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85), rgba(26, 26, 46, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
    opacity: 1;
}

.banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0%;
    text-align: center;
    z-index: 3;
}

.banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    width: 80%;
    position: absolute;
    top: 380px;
    left: 10%;
    text-align: center;
    z-index: 3;
}

#banner-button button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    width: 80%;
    height: 60px;
    background-color: #c9a961;
    position: absolute;
    top: 570px;
    left: 10%;
    z-index: 4;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#banner-button  i{
    transition: all .3s ease-in-out;
}


#banner-button button:hover{
    background-color: rgb(200, 166, 56);
}

#banner-button button:hover i{
    margin-left: 5px;
    margin-right: -5px;
}

.container-1 {  
    background-color: #f9f9f9;
    width: 100%;
    height: 1100px;
    position: absolute;
    top: 860px;
    left: 0%;
}

.container-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 50px;
    left: 6%;
}

.container-1 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 70px;
    left: 6%;
}

.container-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 140px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.icon-1 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 740px;
    left: 6%;
}

.icon-1 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-1-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 725px;
    left: 22%;
}

.icon-1-container p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 755px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-2 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 830px;
    left: 6%;
}

.icon-2 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 14px;
}

.icon-2-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 820px;
    left: 22%;
}

.icon-2-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 850px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-3 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 920px;
    left: 6%;
}

.icon-3 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-3-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 910px;
    left: 22%;
}

.icon-3-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 940px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.container-1-more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #c9a961;
    position: absolute;
    top: 1050px;
    left: 10%;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.container-1-more a i {
    transition: all .3s ease-in-out;
}

.container-1-more:hover i{
    margin-right: -5px;
    margin-left: 5px;
}

.container-1 img {
    width: 88%;
    height: 380px;
    position: absolute;
    object-fit: cover;
    top: 280px;
    left: 6%;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}


.products-showcase { 
    background-color: #fff;
    width: 100%;
    height: 2750px;
    position: absolute;
    top: 2060px;
    left: 0%;
}

.products-header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0%;
    text-align: center;
}

.products-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
}

.products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0px auto 0 auto;
    line-height: 26px;
    position: relative;
    left: 0%;
    top: 50px;
    width: 80%;
}

.products-grid {
    width: 60%;
    position: absolute;
    top: 250px;
    left: 20%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-image {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    position: relative;
    top: 0px;
    left: 0%;
    border-radius: 0px;
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background-color: #fff;
    color: #000;
    padding: 14px 36px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #c9a961;
    letter-spacing: 1px;
}

.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 5px;
}

/* SEE ALL */
.see-all {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.see-all button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c9a961;
    background-color: #fff;
    padding: 14px 40px;
    border: 1px solid #c9a961;
    cursor: pointer;
    transition: .3s;
}

.see-all button:hover {
    background-color: #c9a961;
    color: #fff;
}


.container-2 { 
    background-color: #f9f9f9;
    width: 100%;
    height: 1200px;
    position: absolute;
    top: 4700px;
    left: 0%;
}

.container-2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.box-1, .box-2, .box-3 { 
    background-color: #fff;
    width: 88%;
    height: 130px;
    border-radius: 10px;
    position: absolute;
    left: 6%;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.00),
    0px 0px 4px rgba(3, 7, 18, 0.01),
    0px 0px 9px rgba(3, 7, 18, 0.01),
    0px 0px 15px rgba(3, 7, 18, 0.02),
    0px 0px 24px rgba(3, 7, 18, 0.02);
}

.box-1 {top: 700px;}
.box-2 {top: 850px;}
.box-3 {top: 1000px;}

.box-1 button, .box-2 button, .box-3 button {
    font-family: 'Playfair', serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #d4af37;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5%;
    text-align: center;
    border: none;
    padding-top: 5px;
}

.box-1 h1, .box-2 h1, .box-3 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 10px;
    left: 24%;
}

.box-1 p, .box-2 p, .box-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 0px;
    position: absolute;
    top: 40px;
    left: 24%;
    width: 70%;
    line-height: 16px;
}


.container-2 img {
    width: 88%;
    height: 380px;
    position: absolute;
    top: 300px;
    left: 6%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}



.container-3 { 
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 5900px;
    left: 0%;
}

.container-3 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-3 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.contact-details { 
    position: absolute;
    top: 880px;
    left: 6%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-item { 
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 80%;
}

.contact-icon { 
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a961;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-text h4 { 
    padding-top: 10px;
    font-family: 'Playfair', serif;
    margin-top: -1px;
    margin-bottom: 8px;
    font-size: 18px;
}

.contact-text a,
.contact-text span { 
    font-family: 'Montserrat', sans-serif;
    color: #6b6b6b;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.contact-text a:hover {
    color: #c9a961;
}



.social-links {
    position: absolute;
    top: 1350px;
    left: 35%;
    display: flex;
    gap: 15px;
}

.social-links a { 
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #c9a961, #d4af37);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.125rem;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}


.contact-form { 
    position: absolute;
    top: 320px;
    left: 6%;
    width: 88%;
    background-color: #f9f9f9;
    padding: 0px;
    border-radius: 10px;
    box-shadow:
        0px 0px 1px rgba(0,0,0,0.02),
        0px 0px 8px rgba(0,0,0,0.04),
        0px 0px 20px rgba(0,0,0,0.06);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 90%;
    padding: 20px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c9a961;
}

.form-group textarea {
    resize: none;
    height: 130px;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    height: 55px;
    background-color: #c9a961;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.submit-btn i {
    margin-left: 8px;
    transition: all .3s ease;
}

.submit-btn:hover {
    background-color: #000;
}

.submit-btn:hover i {
    margin-left: 14px;
}

.map-section iframe {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 7420px;
    left: 0%;
    border: none;
}


.footer {
     
    position: absolute;
    top: 7760px;
}
}

@media (min-width: 812px) and (max-width: 999.98px) and (orientation: landscape) {
body {
    background-color: #fff;
}

.banner { 
    background-color: #000;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 65px;
    left: 0%;
}

.banner img { 
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-layer {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85), rgba(26, 26, 46, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
    opacity: 1;
}

.banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0%;
    text-align: center;
    z-index: 3;
}

.banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    width: 80%;
    position: absolute;
    top: 380px;
    left: 10%;
    text-align: center;
    z-index: 3;
}

#banner-button button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    width: 80%;
    height: 60px;
    background-color: #c9a961;
    position: absolute;
    top: 570px;
    left: 10%;
    z-index: 4;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#banner-button  i{
    transition: all .3s ease-in-out;
}


#banner-button button:hover{
    background-color: rgb(200, 166, 56);
}

#banner-button button:hover i{
    margin-left: 5px;
    margin-right: -5px;
}

.container-1 {  
    background-color: #f9f9f9;
    width: 100%;
    height: 1100px;
    position: absolute;
    top: 860px;
    left: 0%;
}

.container-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 50px;
    left: 6%;
}

.container-1 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 70px;
    left: 6%;
}

.container-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 140px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.icon-1 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 740px;
    left: 6%;
}

.icon-1 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-1-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 725px;
    left: 22%;
}

.icon-1-container p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 755px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-2 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 830px;
    left: 6%;
}

.icon-2 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 14px;
}

.icon-2-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 820px;
    left: 22%;
}

.icon-2-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 850px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.icon-3 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 920px;
    left: 6%;
}

.icon-3 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-3-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 910px;
    left: 22%;
}

.icon-3-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 940px;
    left: 22%;
    width: 70%;
    line-height: 20px;
}

.container-1-more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #c9a961;
    position: absolute;
    top: 1050px;
    left: 10%;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.container-1-more a i {
    transition: all .3s ease-in-out;
}

.container-1-more:hover i{
    margin-right: -5px;
    margin-left: 5px;
}

.container-1 img {
    width: 88%;
    height: 380px;
    position: absolute;
    object-fit: cover;
    top: 280px;
    left: 6%;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}


.products-showcase { 
    background-color: #fff;
    width: 100%;
    height: 2750px;
    position: absolute;
    top: 2040px;
    left: 0%;
}

.products-header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0%;
    text-align: center;
}

.products-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
}

.products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0px auto 0 auto;
    line-height: 26px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-grid {
    width: 60%;
    position: absolute;
    top: 250px;
    left: 20%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-image {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    position: relative;
    top: 0px;
    left: 0%;
    border-radius: 0px;
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background-color: #fff;
    color: #000;
    padding: 14px 36px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #c9a961;
    letter-spacing: 1px;
}

.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 5px;
}

/* SEE ALL */
.see-all {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.see-all button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #c9a961;
    background-color: #fff;
    padding: 14px 40px;
    border: 1px solid #c9a961;
    cursor: pointer;
    transition: .3s;
}

.see-all button:hover {
    background-color: #c9a961;
    color: #fff;
}


.container-2 { 
    background-color: #f9f9f9;
    width: 100%;
    height: 1200px;
    position: absolute;
    top: 4650px;
    left: 0%;
}

.container-2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.box-1, .box-2, .box-3 { 
    background-color: #fff;
    width: 88%;
    height: 130px;
    border-radius: 10px;
    position: absolute;
    left: 6%;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.00),
    0px 0px 4px rgba(3, 7, 18, 0.01),
    0px 0px 9px rgba(3, 7, 18, 0.01),
    0px 0px 15px rgba(3, 7, 18, 0.02),
    0px 0px 24px rgba(3, 7, 18, 0.02);
}

.box-1 {top: 700px;}
.box-2 {top: 850px;}
.box-3 {top: 1000px;}

.box-1 button, .box-2 button, .box-3 button {
    font-family: 'Playfair', serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #d4af37;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5%;
    text-align: center;
    border: none;
    padding-top: 5px;
}

.box-1 h1, .box-2 h1, .box-3 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 10px;
    left: 24%;
}

.box-1 p, .box-2 p, .box-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 0px;
    position: absolute;
    top: 40px;
    left: 24%;
    width: 70%;
    line-height: 16px;
}


.container-2 img {
    width: 88%;
    height: 380px;
    position: absolute;
    top: 300px;
    left: 6%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}



.container-3 { 
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 5900px;
    left: 0%;
}

.container-3 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-3 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 200px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.contact-details { 
    position: absolute;
    top: 880px;
    left: 6%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-item { 
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 80%;
}

.contact-icon { 
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a961;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-text h4 { 
    padding-top: 10px;
    font-family: 'Playfair', serif;
    margin-top: -1px;
    margin-bottom: 8px;
    font-size: 18px;
}

.contact-text a,
.contact-text span { 
    font-family: 'Montserrat', sans-serif;
    color: #6b6b6b;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.contact-text a:hover {
    color: #c9a961;
}



.social-links {
    position: absolute;
    top: 1350px;
    left: 37%;
    display: flex;
    gap: 15px;
}

.social-links a { 
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #c9a961, #d4af37);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.125rem;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}


.contact-form { 
    position: absolute;
    top: 320px;
    left: 6%;
    width: 88%;
    background-color: #f9f9f9;
    padding: 0px;
    border-radius: 10px;
    box-shadow:
        0px 0px 1px rgba(0,0,0,0.02),
        0px 0px 8px rgba(0,0,0,0.04),
        0px 0px 20px rgba(0,0,0,0.06);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 90%;
    padding: 20px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c9a961;
}

.form-group textarea {
    resize: none;
    height: 130px;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    height: 55px;
    background-color: #c9a961;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.submit-btn i {
    margin-left: 8px;
    transition: all .3s ease;
}

.submit-btn:hover {
    background-color: #000;
}

.submit-btn:hover i {
    margin-left: 14px;
}

.map-section iframe {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 7400px;
    left: 0%;
    border: none;
}


.footer {
     
    position: absolute;
    top: 7760px;
}
}

@media (min-width: 1000px) and (max-width: 1200px) and (orientation: landscape) {
body {
    background-color: #fff;
}

.banner { 
    background-color: #000;
    width: 100%;
    height: 800px;
    position: absolute;
    top: 70px;
    left: 0%;
}

.banner img { 
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-layer {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85), rgba(26, 26, 46, 0.5));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 2;
    opacity: 1;
}

.banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 170px;
    left: 0%;
    text-align: center;
    z-index: 3;
}

.banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 200;
    color: #fff;
    width: 80%;
    position: absolute;
    top: 380px;
    left: 10%;
    text-align: center;
    z-index: 3;
}

#banner-button button {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #fff;
    width: 80%;
    height: 60px;
    background-color: #c9a961;
    position: absolute;
    top: 570px;
    left: 10%;
    z-index: 4;
    border: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#banner-button  i{
    transition: all .3s ease-in-out;
}


#banner-button button:hover{
    background-color: rgb(200, 166, 56);
}

#banner-button button:hover i{
    margin-left: 5px;
    margin-right: -5px;
}

.container-1 {  
    background-color: #f9f9f9;
    width: 100%;
    height: 850px;
    position: absolute;
    top: 870px;
    left: 0%;
}

.container-1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 50px;
    left: 6%;
}

.container-1 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 70px;
    left: 6%;
}

.container-1 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 160px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.icon-1 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 340px;
    left: 6%;
}

.icon-1 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-1-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 320px;
    left: 12%;
}

.icon-1-container p { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 355px;
    left: 12%;
    width: 30%;
    line-height: 20px;
}

.icon-2 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 450px;
    left: 6%;
}

.icon-2 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 14px;
}

.icon-2-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 430px;
    left: 12%;
}

.icon-2-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 465px;
    left: 12%;
    width: 40%;
    line-height: 20px;
}

.icon-3 { 
    background-color: #c9a961;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 570px;
    left: 6%;
}

.icon-3 i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 13px;
    left: 17px;
}

.icon-3-container h1 { 
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 550px;
    left: 12%;
}

.icon-3-container p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 585px;
    left: 12%;
    width: 40%;
    line-height: 20px;
}

.container-1-more a {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #c9a961;
    position: absolute;
    top: 770px;
    left: 10%;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.container-1-more a i {
    transition: all .3s ease-in-out;
}

.container-1-more:hover i{
    margin-right: -5px;
    margin-left: 5px;
}

.container-1 img {
    width: 45%;
    height: 400px;
    position: absolute;
    object-fit: cover;
    top: 300px;
    left: 50%;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}


.products-showcase { 
    background-color: #fff;
    width: 100%;
    height: 1800px;
    position: absolute;
    top: 1900px;
    left: 0%;
}

.products-header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0%;
    text-align: center;
}

.products-header span {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
}

.products-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #666;
    margin: 0px auto 0 auto;
    line-height: 26px;
    position: relative;
    left: 0%;
    top: 30px;
}

.products-grid {
    width: 70%;
    position: absolute;
    top: 270px;
    left: 15%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all .3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-10px);
}

.product-image {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    position: relative;
    top: 0px;
    left: 0%;
    border-radius: 0px;
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.85));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.view-btn {
    background-color: #fff;
    color: #000;
    padding: 14px 36px;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-category {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #c9a961;
    letter-spacing: 1px;
}

.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 5px;
}

/* SEE ALL */
.see-all {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.see-all button {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #c9a961;
    background-color: #fff;
    padding: 14px 50px;
    border: 1px solid #c9a961;
    cursor: pointer;
    transition: .3s;
}

.see-all button:hover {
    background-color: #c9a961;
    color: #fff;
}


.container-2 { 
    background-color: #f9f9f9;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 3620px;
    left: 0%;
}

.container-2 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-2 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-2 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 220px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.box-1, .box-2, .box-3 { 
    background-color: #fff;
    width: 40%;
    height: 130px;
    border-radius: 10px;
    position: absolute;
    left: 6%;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.00),
    0px 0px 4px rgba(3, 7, 18, 0.01),
    0px 0px 9px rgba(3, 7, 18, 0.01),
    0px 0px 15px rgba(3, 7, 18, 0.02),
    0px 0px 24px rgba(3, 7, 18, 0.02);
}

.box-1 {top: 350px;}
.box-2 {top: 500px;}
.box-3 {top: 650px;}

.box-1 button, .box-2 button, .box-3 button {
    font-family: 'Playfair', serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #d4af37;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 5%;
    text-align: center;
    border: none;
    padding-top: 5px;
}

.box-1 h1, .box-2 h1, .box-3 h1 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0px;
    position: absolute;
    top: 10px;
    left: 24%;
}

.box-1 p, .box-2 p, .box-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 0px;
    position: absolute;
    top: 40px;
    left: 24%;
    width: 70%;
    line-height: 16px;
}


.container-2 img {
    width: 45%;
    height: 450px;
    position: absolute;
    top: 320px;
    left: 50%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.01),
    0px 0px 4px rgba(3, 7, 18, 0.02),
    0px 0px 9px rgba(3, 7, 18, 0.04),
    0px 0px 15px rgba(3, 7, 18, 0.05),
    0px 0px 24px rgba(3, 7, 18, 0.06);
}



.container-3 { 
    background-color: #fff;
    width: 100%;
    height: 900px;
    position: absolute;
    top: 4550px;
    left: 0%;
}

.container-3 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #c9a961;
    letter-spacing: 2px;
    position: absolute;
    top: 60px;
    left: 6%;
}

.container-3 h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    position: absolute;
    top: 80px;
    left: 6%;
}

.container-3 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    top: 220px;
    left: 6%;
    width: 88%;
    line-height: 28px;
}

.contact-details { 
    position: absolute;
    top: 900px;
    left: 6%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-item { 
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 80%;
}

.contact-icon { 
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a961;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-text h4 { 
    padding-top: 10px;
    font-family: 'Playfair', serif;
    margin-top: -1px;
    margin-bottom: 8px;
    font-size: 22px;
}

.contact-text a,
.contact-text span { 
    font-family: 'Montserrat', sans-serif;
    color: #6b6b6b;
    font-size: 22px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.contact-text a:hover {
    color: #c9a961;
}

.social-links {
    position: absolute;
    top: 1450px;
    left: 40%;
    display: flex;
    gap: 15px;
}

.social-links a { 
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #c9a961, #d4af37);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.500rem;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.social-links a:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}


.contact-form { 
    position: absolute;
    top: 320px;
    left: 6%;
    width: 88%;
    background-color: #f9f9f9;
    padding: 0px;
    border-radius: 10px;
    box-shadow:
        0px 0px 1px rgba(0,0,0,0.02),
        0px 0px 8px rgba(0,0,0,0.04),
        0px 0px 20px rgba(0,0,0,0.06);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 90%;
    padding: 20px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c9a961;
}

.form-group textarea {
    resize: none;
    height: 130px;
}

/* BUTTON */
.submit-btn {
    width: 100%;
    height: 55px;
    background-color: #c9a961;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.submit-btn i {
    margin-left: 8px;
    transition: all .3s ease;
}

.submit-btn:hover {
    background-color: #000;
}

.submit-btn:hover i {
    margin-left: 14px;
}

.map-section iframe {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 6200px;
    left: 0%;
    border: none;
}


.footer {
     
    position: absolute;
    top: 6630px;
}
}