@import url('https://fonts.googleapis.com/css2?family=Lovers+Quarrel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lovers+Quarrel&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.love {
    font-family: "Lovers Quarrel", cursive !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.typewriter__dynamic span {
    color: #7127BA
}

body {
    background-color: #fff !important;
    color: #001219 !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

body h1 {
    font-size: clamp(38px, 4vw, 50px);
}

body p {
    margin: 0 !important;
}

.container {
    max-width: 1200px !important;
}

.navbar {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 22px -3px rgba(0, 0, 0, 0.1);
    position: sticky !important;
    top: 0;
    z-index: 100;
}

.navbar .container {
    padding: 5px 0px;
}

.navbar .logo img {
    width: 100px;
}

.navbar .nav-links ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 50px;
    margin: 0;
}

.navbar .nav-links ul li a {
    text-decoration: none;
    color: #001219;
    font-weight: 400;
}

.navbar .cart,
.navbar .cart-text {
    display: flex;
    align-items: center;
}

.navbar .cart-text {
    flex-direction: column;
    align-items: start;
    line-height: 14px;
}

.navbar .cart-text p {
    margin: 0 !important;
}

.navbar .cart i {
    font-size: 32px;
    margin-right: 6px;
}


#your {
    font-size: clamp(10px, 4vw, 10px);
}

.btn-primary {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    display: none !important;
}

.btn-primary i {
    color: #001219 !important;
    font-size: clamp(20px, 4vw, 24px);
}



.content-body {
    padding: 50px 0px 0px 0px;
}


.heading h1 {
    text-align: center;
    font-size: clamp(80px, 5vw, 100px) !important;
    font-weight: 500 !important;
}

.hero {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}

.hero-img {
    /* background-image: url('/assets/images/hero.png');
    background-size: cover;
    background-position: center;*/
    border-radius: clamp(60px, 5vw, 60px);
    overflow: hidden; 
    width: 50%;
    position: relative;
}

.hero-img img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-img-icons {
    position: absolute;
    top: 40px;
    left: 20px;
}

.hero-img-icons a {
    background-color: #fff;
    padding: 16px;
    border-radius: 100px;
    margin-right: 12px;
}

.hero-img-icons a i {
    color: #001219;
}

.hero-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content .deal {
    display: flex;
    justify-content: space-between;
}

.purchase-btn a {
    background-color: #001219;
    color: #fff;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 50px;
}

.deal-price {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: start;
}

.deal-price .cut-price {
    text-decoration: line-through;
}

.deal-price .price  {
    font-size: clamp(20px, 5vw, 28px);
}

.hero-text h3 {
    color: rgba(0, 18, 25, 0.5);
    font-size: 80px !important;
    line-height: 32px;
}

.hero-text p span {
    font-size: clamp(12px, 5vw, 14px);
}

.hero-btns {
    margin-top: 40px;
    display: flex;
    /* gap: 10px; */
}

.hero-btns a {
    color: #001219;
    text-decoration: none;
    padding: 16px 32px;
    border: 1px solid #001219;
    border-radius: 100px;
    margin-right: 10px;
}

.btn-blk {
   background-color: #001219;
   color: #fff !important; 
}