@font-face {
    font-family: kinkolf;
    src: url(fonts/FontsFree-Net-Kinfolk_Reg.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-light;
    src: url(fonts/Montserrat-Light.otf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-bold;
    src: url(fonts/Montserrat-Bold.otf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-regular;
    src: url(fonts/MontserratAlternates-Regular.otf);
    font-display: swap;
}

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

body,
html {
    overflow-x: hidden;
}

:root {
    --primary-color: #804e33;
    --secondary-color: #f0e1d9;
    --tertiary-color: black;
    --paragraph-text-family: 'montserrat-light', serif;
    --list-text-family: 'montserrat-bold', serif;
    --heading-text-family: 'kinkolf', serif;
}

::selection {
    background-color: var(--primary-color);
    color: pink;
}

.header {
    z-index: 100000000;
    background-color: inherit;
    width: 100%;
    height: 145px;
    transition: background-color 0.2s linear;
    position: relative;
}

.carousel {
    background-color: var(--secondary-color);
}

.body-sticky .sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--secondary-color);
}

.navigation-bar {
    max-width: 1440px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 20px;
    margin-inline: auto;
    position: relative;
    z-index: 2000;
    background-color: inherit;
}

.sub-links {
    display: none;
    position: absolute;
    bottom: -87px;
    left: -20px;
    text-align: center;
    font-family: var(--paragraph-text-family);
    font-size: 14px;
    min-width: 175px;
    border: 2px solid var(--primary-color);
    z-index: 999999;
    background-color: var(--primary-color);
    border-radius: 5px;
}

.desk-list-hidden {
    display: none;
}

.sub-links hr {
    height: 1px;
    outline: none;
    border: none;
    background: var(--secondary-color);
}

.sub-links .header-products-link a,
.header-products-link a {
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    height: 100%;
    width: 100%;
    font-weight: 600;
    color: var(--secondary-color);
    transition: background-color 0.1s linear, color 0.1s linear,
        border-radius 0.1s linear;
    text-transform: capitalize;
}

.sub-links .header-products-link a:hover,
.header-products-link a:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.our-product-list:hover .sub-links {
    display: block;
}

.about-us-page {
    position: relative;
}

.about-us-page .sub-links {
    position: absolute;
    min-width: 175px;
    bottom: -57px;
    left: -43px;
}

.about-us-page:hover .sub-links {
    display: block;
}

.company-name-logo {
    display: none;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 30px;
    position: relative;
}

.anjum-logo-main {
    width: 160px;
    height: 105px;
}

.anjum-logo-name {
    width: 500px;
}

.name-logo-container {
    text-decoration: none;
    margin-top: 40px;
}

.slogan {
    font-family: 'montserrat-regular';
    text-transform: uppercase;
    color: var(--primary-color);
    text-align: center;
    font-size: 20px;
}

.navigation-links {
    display: flex;
    gap: 14px;
    list-style-type: none;
}

.navigation-list {
    height: 50px;
    position: relative;
    font-family: var(--list-text-family);
}

.navigation-list::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid var(--primary-color);
    position: absolute;
    bottom: 6px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: opacity, transform 0.2s linear;
}

.navigation-list:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.navigation-list a,
.navigation-list p {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-family: var(--text-family);
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.menu-icons {
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: var(--primary-color);
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

.phone-screen-visible {
    display: none;
}

/* swiper container */
.carousel {
    position: fixed;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    top: 0;
    left: 0;
}

.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    object-fit: cover;
}

.slide.active {
    opacity: 1;
}

.slider1 {
    background-image: url('https://res.cloudinary.com/db3yyl6mf/image/upload/v1741609622/first-page-one_ghqash.avif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top -270px;
}

.slider2 {
    background-image: url('https://res.cloudinary.com/db3yyl6mf/image/upload/v1741609631/first-page-two_zzzu5z.avif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Pagination Dots */
.pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 99999;
}

.dot {
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    transform: translateX(-50%);
    transition: background 0.3s;
    position: relative;
    z-index: 99999;
}

.dot.active {
    background: var(--secondary-color);
}

/* content of landing page */

.body-sticky .content-container {
    margin-top: 100dvh;
}

.content-container {
    background-color: var(--secondary-color);
    position: relative;
    margin-top: 100dvh;
    z-index: 9999;
    padding-top: 50px;
}

/* welcome anjum aromatics */

.welcome-anjumaromatics {
    max-width: 1440px;
    margin-inline: auto;
    text-align: justify;
    margin-top: 50px;
}

.welcome-anjumaromatics-description {
    background-image: url('images/home-images/WOOD.webp');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px;
    border-radius: 10px;
    padding-bottom: 40px;
    color: var(--secondary-color);
}

.welcome-anjumaromatics-description h1 {
    font-size: 40px;
    text-align: center;
    font-family: var(--heading-text-family);
    color: var(--secondary-color);
    line-height: 40px;
    padding-top: 20px;
    padding-inline: 20px;
}

.welcome-anjumaromatics-description p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--paragraph-text-family);
    padding-inline: 30px;
}

/* featured products */

.featured-products-section {
    margin-top: 50px;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 20px;
}

.featured-products-heading-paragraph {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.featured-products-heading {
    font-size: 48px;
    line-height: 68px;
    font-family: var(--heading-text-family);
    color: var(--primary-color);
}

.featured-products-paragraph {
    font-size: 18px;
    max-width: 950px;
    line-height: 28px;
    color: var(--tertiary-color);
    font-family: var(--paragraph-text-family);
    text-align: center;
}

.featured-content-data {
    margin-top: 60px;
    display: flex;
    gap: 20px;
    width: 100%;
    flex-direction: column;
}

.content-data-divs {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-height: 400px;
    min-width: 150px;
    gap: 20px;
    flex-wrap: wrap;
    margin-inline: auto;
}

.prod-details {
    display: flex;
    justify-content: center;
    align-items: start;
    max-width: 600px;
    flex-direction: column;
}

.prod-details-heading {
    font-size: 40px;
    line-height: 56px;
    font-family: var(--heading-text-family);
    color: var(--primary-color);
}

.prod-details-paragraph {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--paragraph-text-family);
    color: var(--tertiary-color);
}

.prod-details-button {
    height: 44px;
    width: 112px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 16px;
    cursor: pointer;
    margin-top: 10px;
}

.prod-details-button a {
    color: var(--secondary-color);
    text-decoration: none;
    font-family: var(--paragraph-text-family);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-image {
    max-width: 400px;
    overflow: hidden;
    border-radius: 16px;
}

.prod-image img {
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.horizontal-featured-line {
    border: 1px solid var(--primary-color);
    width: 100%;
    z-index: -9999;
}

.horizontal-image1 {
    position: relative;
    bottom: -634px;
}

.horizontal-image2 {
    position: relative;
    top: -456px;
}

.horizontal-image3 {
    position: relative;
    top: -35px;
}

/* core values */

.core-values {
    margin-top: 31px;
    text-align: center;
    max-width: 1440px;
    margin-inline: auto;
}

.core-values h3 {
    font-size: 40px;
    font-family: var(--heading-text-family);
    color: var(--primary-color);
}

.core-values-divs {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-inline: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.core-value {
    color: var(--tertiary-color);
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 306px;
    height: 100px;
    display: flex;
    font-family: var(--paragraph-text-family);
}

.core-values-paragraph {
    color: var(--secondary-color);
    margin-top: 5px;
}

.horizontal-core-values {
    position: relative;
    top: 32px;
}

.core-value-images {
    max-width: 30px;
    max-width: 30px;
    min-width: 25px;
    min-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* customer reviews */

.featured-main-products-section {
    margin-top: 50px;
    max-width: 1440px;
    margin-inline: auto;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.featured-main-products-section h3 {
    font-size: 40px;
    font-family: var(--heading-text-family);
    color: var(--primary-color);
    text-align: center;
}

.featured-main-products-section-container {
    margin-top: 30px;
    width: 100%;
    padding-inline: 20px;
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    flex-wrap: wrap;
}

.featured-main-products {
    max-width: 306px;
    max-height: 436px;
}

.featured-main-products-image {
    max-width: 306px;
    max-height: 306px;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.3s linear;
}

.featured-main-products-image:hover {
    box-shadow: rgba(0, 0, 0, 0.185) 0px 5px 15px;
}

.featured-main-products-image img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s linear;
}

.featured-main-products-image:hover img {
    transform: scale(1.1);
}

.featured-main-products-name {
    font-family: var(--paragraph-text-family);
    line-height: 26px;
    color: black;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}

.featured-main-products-description {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-family: var(--paragraph-text-family);
    color: var(--tertiary-color);
}

.fetaured-main-product-redirect {
    background-color: inherit;
    margin-top: 15px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
    outline: none;
    display: inline-block;
    font-size: 20px;
    font-family: var(--paragraph-text-family);
    padding: 5px 20px;
    text-decoration: none;
    text-align: center;
    color: var(--primary-color);
}

/* foooter */

footer {
    background-color: var(--primary-color);
    flex-direction: column;
    width: 100%;
    margin-inline: auto;
    padding-bottom: 10px;
    z-index: 100000000;
    position: relative;
}

.footer-container {
    max-width: 1440px;
    margin-inline: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.upper-footer-div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 43px;
    width: 100%;
}

.footer-logo-heading {
    text-align: center;
}

.footer-logo {
    display: inline-block;
    height: 80px;
    width: 120px;
}

.footer-logo img {
    height: 100%;
    width: 100%;
}

.company-name-specific {
    margin-top: 20px;
    font-size: 32px;
    font-family: var(--heading-text-family);
    color: var(--secondary-color);
    text-align: center;
}

.mobile-view-visible {
    display: none;
}

.footer-links {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 10px;
}

.footer-links li {
    list-style-type: none;
}

.footer-links li a {
    color: var(--secondary-color);
    font-family: var(--paragraph-text-family);
    font-size: 18px;
    text-decoration: none;
}

.footer-links-list {
    position: relative;
}

.footer-links-list::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: opacity 0.3s linear, transform 0.3s linear;
}

.footer-links-list:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.social-icons {
    margin-top: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    transition: opacity 0.6s linear;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.social-icons a img {
    width: 100%;
    height: 100%;
}

.social-icons a:hover {
    opacity: 0.6;
}

.trusted-seller {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.list-seller-button {
    display: none;
}

.horizontal-line {
    width: 100%;
    margin-top: 25px;
    outline: none;
    border: none;
    height: 2px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.reserved-rights {
    margin-top: 10px;
    max-width: 1440px;
    margin-inline: auto;
}

.rights-title {
    color: var(--secondary-color);
    font-size: 16px;
    font-family: var(--paragraph-text-family);
}

/* media queries */

@media only screen and (min-width: 1300px) and (max-width: 1668px) {
    .carousel {
        height: 100dvh;
    }

    .slider1 {
        background-position: center top 0px;
    }

    .pagination {
        position: absolute;
        bottom: 50px;
    }

    .about-us-page .sub-links {
        left: -42px;
    }
}

@media only screen and (min-width: 1080px) and (max-width: 1300px) {
    .header {
        height: 160px;
    }
    .anjum-logo-main {
        height: 70px;
        width: 130px;
    }

    .anjum-logo-name {
        width: 397px;
    }

    .name-logo-container {
        margin-top: 16px;
    }

    .slogan {
        font-size: 18px;
        margin-top: -9px;
    }

    .sub-links {
        min-width: 168px;
    }

    .about-us-page .sub-links {
        left: -43px;
        min-width: 168px;
    }

    .content-container {
        margin-top: 100dvh;
    }

    .featured-main-products-description {
        font-size: 13px;
    }

    .carousel {
        height: 100dvh;
    }

    .slider1 {
        background-position: center top 0px;
    }

    .pagination {
        position: absolute;
        bottom: 33px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1079px) {
    .header {
        height: 150px;
    }

    .anjum-logo-main {
        width: 110px;
        height: 50px;
    }

    .anjum-logo-name {
        width: 336px;
    }

    .name-logo-container {
        margin-top: -2px;
    }

    .slogan {
        font-size: 18px;
        margin-top: -9px;
    }

    .navigation-list a,
    .navigation-list p {
        font-size: 12px;
    }

    .sub-links {
        min-width: 145px;
        bottom: -76px;
    }

    .about-us-page .sub-links-small-devices {
        bottom: -50px;
        min-width: 145px;
        left: -40px;
    }

    /* carousel */

    .slider1 {
        background-position: center top 0px;
    }

    .pagination {
        position: absolute;
        bottom: 30px;
    }

    .content-container {
        margin-top: 100dvh;
    }

    /* welcome section */
    .welcome-anjumaromatics-description h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .welcome-anjumaromatics-description p {
        font-size: 18px;
        line-height: 28px;
    }

    /* featured products */

    .featured-products-heading {
        font-size: 42px;
        line-height: 58px;
    }

    .featured-products-paragraph {
        font-size: 17px;
        max-width: 568px;
        line-height: 26px;
    }

    .prod-details {
        max-width: 400px;
    }

    .prod-details-heading {
        font-size: 32px;
        line-height: 40px;
    }

    .prod-details-paragraph {
        font-size: 18px;
        line-height: 28px;
    }

    .prod-details-button {
        height: 37px;
        width: 112px;
    }

    .prod-image {
        max-width: 340px;
    }

    .horizontal-image1 {
        bottom: -615px;
    }

    .horizontal-image2 {
        top: -389px;
    }

    .horizontal-image3 {
        top: -25px;
    }

    /* our products */

    .featured-main-products {
        max-width: 266px;
    }

    .core-value {
        width: 266px;
    }

    /* footer */
    .upper-footer-div {
        min-width: 800px;
    }

    .featured-main-products-description {
        font-size: 13px;
    }
}

/* this is only for responsive for tablet & greater than that */
@media only screen and (min-width: 850px) and (max-width: 900px) {
    /* navbar */
    .header {
        height: 130px;
    }

    .anjum-logo-main {
        width: 90px;
        height: 30px;
    }

    .anjum-logo-name {
        width: 284.256px;
    }

    .name-logo-container {
        margin-top: 0px;
    }

    .slogan {
        margin-top: -7px;
        font-size: 12px;
    }

    .navigation-list a,
    .navigation-list p {
        font-size: 14px;
    }

    /* content container */

    .content-container {
        margin-top: 100dvh;
    }

    .slider1 {
        background-position: center top 0px;
    }

    .pagination {
        bottom: 65px;
    }

    /* welcome section */

    .welcome-anjumaromatics-description p {
        font-size: 16px;
        line-height: 26px;
    }

    /* featured products */

    .featured-products-section {
        margin-top: 18px;
    }

    .featured-main-products-section {
        margin-top: 58px;
    }

    .featured-products-heading {
        font-size: 38px;
        line-height: 50px;
    }

    .featured-products-paragraph {
        font-size: 15px;
        max-width: 502px;
        line-height: 21px;
    }

    .prod-details-heading {
        font-size: 34px;
        line-height: 44px;
    }

    .prod-details-paragraph {
        max-width: 488px;
        font-size: 16px;
        line-height: 26px;
    }

    .prod-image {
        max-width: 282px;
    }

    .horizontal-image1 {
        position: relative;
        top: 496px;
    }

    .horizontal-image2 {
        top: -328px;
    }

    .horizontal-image3 {
        position: relative;
        top: -26px;
    }

    /* Core values */

    .featured-main-products {
        width: 250px;
    }

    .core-values h3 {
        font-size: 38px;
    }

    .core-value {
        width: 250px;
    }

    /* our products */

    .featured-main-products-description {
        font-size: 12px;
    }

    /* footer */

    .upper-footer-div {
        min-width: 820px;
    }
}

/* for tablets */
@media only screen and (max-width: 850px) {
    .header {
        height: 155px;
    }
    .navigation-bar {
        position: relative;
    }

    .navigation-container {
        display: none;
        position: absolute;
        right: 18px;
        background-color: var(--primary-color);
        bottom: -75px;
        z-index: 99999;
        width: 185px;
        padding: 5px 0;
        border-radius: 5px;
        width: 145px;
        bottom: -79px;
    }

    .anjum-logo-main {
        width: 130px;
        height: 70px;
    }

    .name-logo-container {
        margin-top: 16px;
    }

    .anjum-logo-name {
        width: 397px;
    }

    .slogan {
        font-size: 18px;
        margin-top: -9px;
    }

    .navigation-list {
        height: 25px;
        color: var(--secondary-color);
    }

    .navigation-list a,
    .navigation-list p {
        color: var(--secondary-color);
        font-size: 15px;
    }

    .phone-screen-visible {
        display: block;
    }

    .navigation-links {
        flex-direction: column;
        gap: 2px;
    }

    .menu-icons {
        display: block;
        cursor: pointer;
    }

    .bar1,
    .bar2,
    .bar3 {
        margin: 5px 0;
    }

    .change .bar1 {
        transform: translate(0, 9px) rotate(-45deg);
    }

    .header-products-link {
        display: block;
    }

    .about-us-page .sub-links {
        bottom: -34.5px;
        left: -175px;
    }

    .sub-links {
        z-index: 999999;
        position: absolute;
        bottom: -65px;
        left: -177px;
    }

    .navigation-list::before {
        display: none;
    }

    .our-product-list:hover .sub-links {
        display: block;
    }

    .sandalwood-links:hover .super-links-sandalwood-oil {
        display: none;
    }

    .mobile-view-left-list-hidden {
        display: none;
    }

    .desk-list-hidden {
        display: block;
    }

    .company-name-logo {
        display: block;
        margin-top: 13px;
    }

    .tablet-view-disable {
        display: none;
    }

    /*  */
    .slider1 {
        background-image: url('images/home-images/tablet-bg.avif');
        background-position: center top -270px;
    }

    .slider2 {
        background-image: url('images/home-images/tablet-bg-2.avif');
        background-position: center top 0px;
    }

    .pagination {
        bottom: 80px;
    }

    /* content container */

    .content-container {
        margin-top: 74vh;
    }

    /* welcome section */

    .welcome-anjumaromatics {
        margin-top: 35px;
    }

    .welcome-anjumaromatics-description {
        padding-bottom: 15px;
    }

    .welcome-anjumaromatics-description h1 {
        font-size: 34px;
        line-height: 41px;
        padding-top: 15px;
    }

    .welcome-anjumaromatics-description p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
        padding-inline: 25px;
    }

    /* featured product section */

    .featured-products-section {
        margin-top: 35px;
    }

    .featured-products-heading {
        font-size: 38px;
        line-height: 50px;
    }

    .featured-products-paragraph {
        font-size: 18px;
        max-width: 600px;
        line-height: 23px;
    }

    .prod-details {
        max-width: 376px;
    }

    .prod-image {
        max-width: 250px;
    }

    .prod-details-heading {
        font-size: 29px;
        line-height: 33px;
    }

    .prod-details-paragraph {
        /* width: 350px; */
        font-size: 14px;
        line-height: 21px;
    }

    .horizontal-image1 {
        bottom: -493px;
    }

    .horizontal-image2 {
        top: -299px;
    }

    .horizontal-image3 {
        position: relative;
        top: -26px;
    }

    /* core values */

    .core-value {
        width: 222px;
    }

    .core-values-paragraph {
        font-size: 13px;
    }

    /* our producst */

    .featured-main-products {
        max-width: 222px;
    }

    /* our products */

    .featured-main-products-description {
        font-size: 12px;
    }

    /* footer */

    .horizontal-line {
        margin-top: 18px;
    }

    .company-name-specific {
        margin-top: 18px;
        font-size: 23px;
    }

    .social-icons a {
        width: 34px;
        height: 34px;
    }

    .footer-links li a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 730px) {
    /* header */
    .header {
        height: 120px;
    }
    .anjum-logo-main {
        width: 110px;
        height: 50px;
    }

    .anjum-logo-name {
        width: 336px;
    }

    .name-logo-container {
        margin-top: 16px;
    }

    .slogan {
        font-size: 18px;
        margin-top: -9px;
    }

    .bar1,
    .bar2,
    .bar3 {
        margin: 4px 0;
    }

    .change .bar1 {
        transform: translate(0, 7px) rotate(-45deg);
    }

    .navigation-container {
        width: 130px;
        max-width: 140px;
        bottom: -88px;
    }

    .navigation-list a {
        color: var(--secondary-color);
        font-size: 14px;
    }

    .about-us-page .sub-links {
        bottom: -33.5px;
    }

    .sub-links {
        bottom: -63px;
        left: -175px;
    }

    /* content container */

    .content-container {
        margin-top: 78vh;
    }

    .slider1 {
        background-image: url('images/home-images/mobile-front-first.avif');
        background-position: center top -90px;
    }

    .slider2 {
        background-image: url('images/home-images/mobile-front-second.avif');
    }

    .pagination {
        bottom: 50px;
    }

    /* welcome section */

    .welcome-anjumaromatics-description h1 {
        text-align: center;
        margin-inline: auto;
        padding-top: 18px;
        font-size: 32px;
        max-width: 387px;
        line-height: 38px;
    }

    .welcome-anjumaromatics-description p {
        margin-top: 11px;
        font-size: 14px;
        line-height: 23px;
        padding-inline: 20px;
    }

    /* featured products section */

    .featured-products-section {
        margin-top: 10px;
    }

    .featured-products-heading {
        font-size: 34px;
        line-height: 46px;
    }

    .featured-products-paragraph {
        font-size: 16px;
        line-height: 21px;
    }

    .prod-details {
        max-width: 326px;
        min-width: 290px;
    }

    .prod-image {
        max-width: 204px;
    }

    .prod-details-button {
        display: none;
    }

    .horizontal-image1 {
        bottom: -413px;
    }

    .horizontal-image2 {
        top: -248px;
    }

    .horizontal-image3 {
        position: relative;
        top: -21px;
    }

    /* core values */

    .core-value {
        width: 175px;
        max-width: 189px;
    }

    /* our products */

    .featured-main-products {
        width: 175px;
        max-width: 189px;
    }

    .featured-main-products-description {
        font-size: 11px;
        line-height: 16px;
    }

    .featured-main-products-name {
        font-size: 14px;
    }
    /* footer */

    .upper-footer-div {
        min-width: 579px;
    }

    .company-name-specific {
        margin-top: 11px;
        font-size: 18px;
    }

    .list-heading h3 {
        display: none;
    }
}

@media only screen and (min-width: 401px) and (max-width: 600px) {
    /* header */
    .header {
        height: 90px;
    }

    .navigation-bar {
        height: 100%;
    }

    .navigation-container {
        z-index: 99999;
        padding: 2px 0;
        font-size: 12px;
        bottom: -106px;
        width: 152px;
    }

    .sub-links .header-products-link a,
    .super-links-sandalwood-oil .header-products-link a {
        padding: 6px;
        font-size: 13px;
    }

    .sub-links {
        z-index: 999999;
        padding: 2px;
        bottom: -64px;
        left: -175px;
    }

    .anjum-logo-main {
        width: 77px;
        height: 49px;
    }

    .anjum-logo-name {
        width: 220px;
    }

    .company-name-logo {
        margin-top: 7px;
        display: block;
    }

    .slogan {
        margin-top: -4px;
        font-size: 9px;
    }

    .bar1,
    .bar2,
    .bar3 {
        margin: 4px 0;
    }

    .change .bar1 {
        transform: translate(0, 7px) rotate(-45deg);
    }

    .navigation-list a {
        color: var(--secondary-color);
        font-size: 14px;
    }

    /* images changed */

    .slider1 {
        background-image: url('images/home-images/mobile-front-first.avif');
        background-position: center top 0px;
    }

    .slider2 {
        background-image: url('images/home-images/mobile-front-second.avif');
    }

    .pagination {
        bottom: 40px;
    }

    .content-container {
        margin-top: 80vh;
    }

    /* welcome section */

    .welcome-anjumaromatics-description h1 {
        margin-inline: auto;
        font-size: 27px;
        max-width: 387px;
        line-height: 31px;
    }

    .welcome-anjumaromatics-description {
        padding-bottom: 16px;
    }

    .welcome-anjumaromatics-description p {
        font-size: 10px;
        line-height: 16px;
        padding-inline: 10px;
    }

    /* featured products */

    .featured-products-section {
        margin-top: 10px;
    }

    .horizontal-image1 {
        bottom: -406px;
    }

    .horizontal-image2 {
        top: -215px;
    }

    .horizontal-image3 {
        top: -19px;
    }

    .featured-products-section {
        margin-top: 10px;
    }

    .featured-products-heading {
        font-size: 29px;
        line-height: 34px;
    }

    .featured-products-paragraph {
        font-size: 14px;
        max-width: 355px;
        line-height: 20px;
    }

    .prod-details-heading {
        font-size: 14px;
        line-height: 24px;
    }

    .prod-details-paragraph {
        font-size: 10px;
        line-height: 14px;
    }

    .prod-details {
        max-width: 150px;
    }

    .prod-image {
        max-width: 172px;
    }

    .prod-details-button {
        display: none;
    }

    /* core values */

    .core-values {
        margin-top: 15px;
    }

    .core-value {
        width: 110px;
    }

    .core-values h3 {
        font-size: 30px;
    }

    .core-values-paragraph {
        font-size: 11px;
    }

    .horizontal-core-values {
        top: 20px;
    }

    /* our products */

    .featured-main-products-section {
        margin-top: 30px;
    }

    .featured-main-products-section h3 {
        font-size: 30px;
    }

    .featured-main-products {
        width: 110px;
        max-width: 150px;
    }

    .featured-main-products-name {
        font-size: 14px;
        line-height: 20px;
    }

    .featured-main-products-description {
        font-size: 9px;
        line-height: 16px;
    }

    .fetaured-main-product-redirect {
        margin-top: 8px;
        font-size: 14px;
        padding: 5px;
    }

    /* footer */

    .upper-footer-div {
        margin-top: 10px;
    }

    .company-name-specific {
        margin-top: 18px;
        font-size: 20px;
    }

    .mobile-view-visible {
        display: flex;
    }

    .trusted-seller-social-icons {
        display: none;
    }

    .mobile-view-visible {
        margin-top: 15px;
        align-items: center;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
        transition: opacity 0.6s linear;
    }

    .mobile-view-visible a {
        display: inline-block;
        width: 30px;
        height: 30px;
    }

    .mobile-view-visible a img {
        width: 100%;
        height: 100%;
    }

    .mobile-view-visible a:hover {
        opacity: 0.6;
    }

    .list-seller-button {
        margin-top: 10px;
        display: block;
        width: 80px;
    }

    .list-seller-button .list-trusted-seller img {
        width: 100%;
    }
}

/* design for mobile */
@media only screen and (min-width: 200px) and (max-width: 400px) {
    .header {
        height: 91px;
    }

    .navigation-bar {
        height: 100%;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 23px;
        height: 4px;
        margin: 3px 0;
    }

    .change .bar1 {
        transform: translate(0, 4px) rotate(-45deg);
    }

    .change .bar3 {
        transform: translate(0, -10px) rotate(45deg);
    }

    .about-us-page .sub-links {
        left: -150px;
        bottom: -34px;
    }

    .navigation-container,
    .mobile-view-left-list-hidden {
        bottom: -95px;
        z-index: 99999;
        width: 116px;
        padding: 2px 0;
        font-size: 10px;
    }

    .about-us-page .sub-links {
        left: -175px;
        bottom: -34px;
    }

    .sub-links {
        bottom: -64px;
        left: -150px;
        z-index: 999999;
        padding: 2px;
        display: none;
        font-size: 10px;
        min-width: 150px;
    }

    .sub-links .header-products-link a,
    .header-products-link a {
        padding: 7px;
        font-size: 10px;
        z-index: 999999;
    }

    .anjum-logo-main {
        width: 60px;
        height: 40px;
    }

    .anjum-logo-name {
        width: 195px;
    }

    .company-name-logo {
        margin-top: 1px;
        display: block;
    }

    .slogan {
        margin-top: -4px;
        font-size: 8px;
    }

    .navigation-container {
        max-width: 140px;
        bottom: -79px;
        width: 130px;
    }

    .navigation-list a,
    .navigation-list p {
        color: var(--secondary-color);
        font-size: 13px;
    }

    .navigation-container {
        width: 126px;
        max-width: 140px;
        bottom: -102px;
    }

    .navigation-list a {
        color: var(--secondary-color);
        font-size: 10px;
    }

    /* slider image */

    .slider1 {
        background-image: url('images/home-images/mobile-front-first.avif');
        background-position: center top -5px;
    }

    .slider2 {
        background-image: url('images/home-images/mobile-front-second.avif');
    }

    .pagination {
        position: absolute;
        bottom: 60px;
    }

    .content-container {
        margin-top: 78vh;
    }

    /* welcome section */

    .welcome-anjumaromatics {
        margin-top: 20px;
    }

    .welcome-anjumaromatics-description h1 {
        font-size: 15px;
        line-height: 19px;
        margin-inline: auto;
        padding-top: 8px;
        max-width: 199px;
    }

    .welcome-anjumaromatics-description p {
        font-size: 10px;
        line-height: 14px;
        padding-inline: 11px;
    }

    .welcome-anjumaromatics-description {
        padding-bottom: 13px;
    }

    /* featured products */

    .featured-products-section {
        margin-top: 10px;
    }

    .featured-products-heading {
        font-size: 22px;
        line-height: 33px;
    }

    .featured-products-paragraph {
        font-size: 10px;
        max-width: 231px;
        line-height: 15px;
        text-align: justify;
    }

    .featured-content-data {
        margin-top: 20px;
    }

    .prod-details {
        max-width: 142px;
    }

    .prod-details-heading {
        font-size: 10px;
        line-height: 20px;
    }

    .prod-details-button {
        display: none;
    }

    .prod-image {
        max-width: 119px;
    }

    .prod-details {
        max-width: 119px;
    }

    .prod-details-paragraph {
        font-size: 8px;
        line-height: 9px;
    }

    .horizontal-image1 {
        bottom: -295px;
    }

    .horizontal-image2 {
        top: -154px;
    }

    .horizontal-image3 {
        top: -14px;
    }

    /* core values */

    .core-values h3 {
        font-size: 25px;
    }

    .core-values-divs {
        justify-content: space-around;
    }

    .core-values {
        margin-top: 20px;
    }

    .core-value {
        width: 70px;
        height: 55px;
    }

    .core-values-paragraph {
        font-size: 7px;
    }

    .horizontal-core-values {
        top: 15px;
    }

    /* our products */

    .featured-main-products-section {
        margin-top: 20px;
        padding-bottom: 15px;
    }

    .featured-main-products-section h3 {
        font-size: 25px;
    }

    .featured-main-products-section-container {
        margin-top: 20px;
        row-gap: 20px;
    }

    .featured-main-products {
        max-width: 96px;
        min-width: 80px !important;
    }

    .featured-main-products-name {
        margin-top: 5px;
        font-size: 12px;
        line-height: 13px;
    }

    .featured-main-products-description {
        font-size: 7px;
        line-height: 12px;
        margin-top: 6px;
    }

    .fetaured-main-product-redirect {
        margin-top: 7px;
        font-size: 12px;
        padding: 5px 3px;
    }

    /* footer */

    .footer-logo {
        height: 62px;
        width: 100px;
    }
    .list-heading {
        margin-top: 20px;
    }

    .list-heading h3 {
        display: none;
    }

    .upper-footer-div {
        margin-top: 10px;
    }

    .company-name-specific {
        margin-top: 18px;
        font-size: 16px;
    }

    .mobile-view-visible {
        display: flex;
    }

    .trusted-seller-social-icons {
        display: none;
    }

    .mobile-view-visible {
        margin-top: 15px;
        align-items: center;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
        transition: opacity 0.6s linear;
    }

    .mobile-view-visible a {
        display: inline-block;
        width: 25px;
        height: 25px;
    }

    .mobile-view-visible a img {
        width: 100%;
        height: 100%;
    }

    .mobile-view-visible a:hover {
        opacity: 0.6;
    }

    .list-seller-button {
        margin-top: 10px;
        display: block;
        width: 80px;
    }

    .list-seller-button .list-trusted-seller img {
        width: 100%;
    }

    .trusted-seller-social-icons {
        display: none;
    }

    .footer-links li a {
        font-size: 11px;
    }

    .reserved-rights {
        margin-top: 10px;
    }

    .rights-title {
        font-size: 10px;
        line-height: 18px;
    }

    .social-icons {
        margin-top: 6px;
    }
}
