@font-face {
    font-family: "Alexandria VariableFont_wght";
    src: url("../fonts/Alexandria-VariableFont_wght.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Bastliga One";
    src: url("../fonts/bastliga-one.regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --site-bg: #e8e4db;
    --site-text: #000;
    --text-white: #fff;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    text-decoration: none !important;
    list-style: none;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

body {
    font-family: "Alexandria VariableFont_wght", sans-serif;
    background-color: var(--site-bg);
    color: var(--site-text);
}

.container {
    max-width: 1280px;
}

.container:not(.navbar .container) {
    overflow: hidden;
}

/* Shared content-width class for consistent section alignment */
.section-content-width {
    width: 100%;
}

@media (min-width: 992px) {
    .section-content-width {
        flex: 0 0 auto;
        width: 66.666667%;
    }
  
}
@media (max-width: 992px){
.signature {
        top: -28px !important;
        right: -21% !important;
    }
}

.hero-flower {
    transform: scale(1.18) translateX(15%);
}

.bg-custom {
    background-color: var(--site-bg);
}

.text-white {
    color: var(--text-white);
}

.text-justify {
    text-align: justify;
}

.no-gutter-left {
    --bs-gutter-x: 0;
}

.no-gutter-right {
    margin-right: 0;
}

.fs-7 {
    font-size: 0.875rem;
}

input::placeholder {
    opacity: 0.5 !important;
    font-size: 0.875rem;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

@media (max-width: 768px) {
    .hero-flower {
        transform: none;
    }
}


.signature {
    font-family: "Bastliga One", cursive;
    font-size: clamp(8rem, 12vw, 11rem);
    pointer-events: none;
    line-height: 0.6;
    letter-spacing: -2px;

}

.signature-font {
    font-family: "Bastliga One", cursive;
}

.footer-image-wrapper {
    position: relative;
    min-height: 320px;
}



.form-control::placeholder {
    opacity: 0.5 !important;
}

.footer-social a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-social-btn {
    transition: all 0.3s ease;
}

.footer-social-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 1) !important;
}

.footer-input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
    font-weight: 300;
}

.footer-input:focus {
    background: transparent !important;
    color: white !important;
}

@media (max-width: 991px) {
    .footer-image-wrapper {
        min-height: 260px;
    }

    .custom-position {
        position: static !important;
    }
}

.signature {
    /* bottom: -24%; */
    top: -39px;
    right: -37%;
    z-index: 5;
    color: #000;

}

@media (max-width: 500px) {
    .signature {
        bottom: 3%;
        top: -24px !important;
        right: -13% !important;
        z-index: 5;
        color: #000;
        position: relative !important;
    }
}


/* font size clamp */
.fs-6-clamp {
    font-size: clamp(1rem, 1rem + 0.2vw, 1.05rem);
}

.navbar-shrink {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.fs-6-5 {
    font-size: clamp(1rem, 1rem + 0.8vw, 1.25rem);
}

.fs-18-clamp {
    font-size: clamp(16px, 1vw + 0.5rem, 18px);
}

.fw-custom {
    font-weight: 350;
}

.fs-custom-clamp {
    font-size: clamp(16px, 1.2vw, 18px);
}

.fs-50 {
    font-size: clamp(30px, 4vw, 50px);
}

.custom-left {
    left: 115px;
}



p {
    font-size: clamp(14px, 1.2vw, 17px);
}

.ls--1 {
    letter-spacing: -1px;
}