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

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    /* Colors */
    --primary-color: #113eba;
    --secondary-color: #f2c94c;
    --teal-color: #2453d3;
    --light-bg: #fbfdff;
    --light-blue-bg: #f2f5ff;
    --success-color: #219653;
    --alert-color: #eb5757;
    --footer-color: #1f1f1f;
    --footer-color2: #2e2e2e;
    --icon-noti: #d9d9d9;

    /* Text */
    --text-dark: #333333;
    --soft-gray: #f4f4f4;

    /* Fonts */
    --font-family-content: "Poppins", sans-serif;
    --font-family-headings: "Playfair Display", serif;
    --font-family-misc: "Inter", sans-serif;
    --line-height: 1.75rem;
}

body {
    font-family: var(--font-family-content);
    font-size: 1rem;
    font-weight: 400;
    line-height: var(--line-height);
    color: var(--text-dark);
}

.h6,
h6,
.h5,
h5,
.h4,
h4,
.h3,
h3,
.h2,
h2,
.h1,
h1 {
    color: var(--text-color);
    font-family: var(--font-family-headings);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.h1,
h1 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.h2,
h2 {
    font-size: 1.75rem;
    line-height: 1.3;
}

.h3,
h3 {
    font-size: 1.5rem;
    line-height: 1.3;
}

.h4,
h4 {
    font-size: 1.2rem;
    line-height: 1.4;
}

.h5,
h5 {
    font-size: 1.1rem;
    line-height: 1.4;
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1;
}

p {
    font-family: var(--font-family-content);
    color: var(--text-dark);
    font-size: 15px;
    margin-bottom: 1rem;
    text-align: justify;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i {
    font-size: 13px;
}

i,
span,
a {
    display: inline-block;
    text-decoration: none;
}

.py-50 {
    padding: 50px 0;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1-title {
    font-size: 64px;
    line-height: 1;
}

/*==============================
            Themes
==============================*/

/* Theme colors */
.primary-bg {
    background: var(--primary-color);
}
.secondary-bg {
    background: var(--secondary-color);
}
.teal-bg {
    background: var(--teal-color);
}
.success-bg {
    background: var(--success-color);
}
.alert-bg {
    background: var(--alert-color);
}
.footer-bg {
    background: var(--footer-color);
}
.footer-bg2 {
    background: var(--footer-color2);
}
.light-bg {
    background: var(--light-bg);
}
.light-blue-bg {
    background: var(--light-blue-bg);
}
.softgray-bg {
    background: var(--soft-gray);
}
.bg-noti {
    background: var(--icon-noti);
}

/* Text colors */
.primary-text {
    color: var(--primary-color);
}
.alert-text {
    color: var(--alert-color);
}
.dark-text {
    color: var(--text-dark);
}
.light-text {
    color: var(--soft-gray);
}

/* Font families */
.title-font {
    font-family: var(--font-family-headings);
}
.content-font {
    font-family: var(--font-family-content);
}
.misc-font {
    font-family: var(--font-family-misc);
}

/*==============================
          Custom Button
==============================*/

/* Solid */
.primary-outlined-btn {
    background: none;
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
}
.primary-outlined-btn:hover {
    background: var(--primary-color);
    color: var(--light-bg);
}

/* Outlined */
.primary-btn {
    background: var(--primary-color);
    border: solid 1px var(--primary-color);
    color: var(--light-bg);
}
.primary-btn:hover {
    background: var(--light-bg);
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
}

button:disabled,
button.disabled {
    opacity: 1 !important;
}

/*==============================
              Card
==============================*/
.card-brand {
    font-size: 9px;
}
.card-price {
    font-size: 13px;
}
.card-button {
    font-size: 15px;
}
.card-gap {
    gap: 5px;
}

.height-80 {
    height: 80px;
}

.fs-10 {
    font-size: 10px;
}

/*==============================
            Images
==============================*/

.hero-img {
    width: 100%;
    height: 600px;
    overflow: hidden;

    img {
        object-fit: cover;
    }
}

.card-img-top {
    object-fit: cover;
    height: 190px;
}

.carousel-caption {
    width: 100%;
    left: 0;
}

.sm-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;

    img {
        object-fit: cover;
        object-position: center center;
    }
}

.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;

    img {
        object-fit: cover;
        object-position: center center;
    }
}

.product-img {
    width: 100%;
    overflow: hidden;

    img {
        object-fit: cover;
        object-position: center center;
        cursor: pointer;
    }
}

.feat-can-img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

/* Potrait Live Preview */
.outer-img {
    height: 374px;
    width: 561px;
}

.inner-img {
    height: 168px;
    top: 86px;
    left: 198px;
    width: 165px;
    border-radius: 2px;
    overflow: hidden;

    img {
        object-position: center center;
    }
}

/* Landscape Live Preview */
.outer-img-landscape {
    width: 333px;
    height: 374px;
}

.inner-img-landscape {
    width: 210px;
    height: 136px;
    top: 74px;
    left: 60px;
    border-radius: 2px;
    overflow: hidden;

    img {
        object-position: center center;
    }
}

/* Cart Images */
.cart-img {
    /* height: 100%; */
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;

    img {
        object-fit: cover;
        object-position: center center;
    }
}

/* Digital Wallet Image */
.dw-img {
    height: 50px;
    max-width: 100px;
    overflow: hidden;
}

.c-icon {
    height: 50px;
    width: 50px;
}

/*==============================
        Carousel Sliders
==============================*/

/* Product Slider */
.slide-wrapper {
    overflow-x: hidden;
    width: 100%;
}

.slider-nav {
    margin-left: -15px;
}
.slider-nav .slick-slide {
    margin-left: 15px;
}

/* Other Sliders */
.multiple-items,
.related-items,
.featured-items {
    margin-left: -10px;
}

.multiple-items .slick-slide,
.related-items .slick-slide,
.featured-items .slick-slide {
    margin-left: 10px;
}

/* Slick Arrows */
.slick-arrow {
    z-index: 1;
    color: var(--primary-color);
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-color: var(--primary-color);
    top: -85px;
    transition: 0.3s;

    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-arrow:hover {
    background: var(--primary-color);
    color: var(--light-bg);
}

.slick-prev {
    right: 55px;
}
.slick-next {
    right: 0px;
}

.slider-for .slick-arrow {
    background: none;
    border: none;
    top: calc(50% - 13px);
    color: var(--soft-gray);
}

.slider-for .slick-prev {
    left: 10px;
}
.slider-for .slick-next {
    right: 10px;
}
/*==============================
          Back to Top
==============================*/
.back-to-top {
    display: none;
    justify-content: center;
    align-items: center;
    background: var();
    height: 50px;
    width: 50px;
    position: fixed;
    z-index: 99;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.back-to-top:hover {
    background: var();
}

.f-links {
    transition: 0.3s;
}
.f-links:hover {
    color: var(--teal-color);
}

.service-icon {
    width: 45px;
    height: 45px;
}

/*==============================
          Media Query
==============================*/

/* Old Phones & Mobile */
@media all and (min-width: 320px) and (max-width: 599px) {
    .height-80 {
        height: auto;
    }
    .py-50 {
        padding: 25px 0;
    }
    .carousel-item img {
        aspect-ratio: 4/3;
    }
    .fixed-sm-top {
        position: fixed;
        top: 0;
        z-index: 3;
    }
    .mt-101 {
        margin-top: 139px;
    }
    .fs-8 {
        font-size: 14px !important;
    }
    .payment-sec {
        justify-content: center !important;
    }

    .card-img-top {
        object-fit: cover;
        height: 130px;
    }

    .hero-img {
        height: 200px;
    }
    .h1-title {
        font-size: 24px;
    }
    .hero-btn {
        margin-top: 5px;
        padding: 5px 10px;
        font-size: 13px;
    }
    .feat-can-img {
        height: 170px;
    }
}

/* Mobile & Small Tablets */
@media all and (min-width: 600px) and (max-width: 768px) {
    .py-50 {
        padding: 30px 0;
    }

    .hero-img {
        height: 350px;
    }
    .h1-title {
        font-size: 36px;
    }
}

/* Tablets and Small Laptops */
@media all and (min-width: 769px) and (max-width: 1024px) {
    .hero-img {
        height: 450px;
    }
    .h1-title {
        font-size: 48px;
    }
}

/* Laptops & Small Desktop */
@media all and (min-width: 1024px) and (max-width: 1399px) {
    .main-img {
        height: 450px;
    }
}

/* Desktop */
@media all and (min-width: 1400px) {
    .banner {
        height: 730px;
    }
    .sm-banner {
        height: 395px;
    }
}
