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

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

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

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

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

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 .2s linear;
  position: relative;
}

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

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

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

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

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

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

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

.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 {
  min-width: 175px;
  position: absolute;
  bottom: -57px;
  left: -43px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.menu-icons {
  display: none;
}

.bar1, .bar2, .bar3 {
  background-color: var(--primary-color);
  width: 35px;
  height: 5px;
  margin: 6px 0;
  transition: all .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;
}

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

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

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

.slide.active {
  opacity: 1;
}

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

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

.slider3 {
  background-image: url("https://res.cloudinary.com/db3yyl6mf/image/upload/v1750421434/company1_nsg6le.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  background-color: var(--primary-color);
  width: 112px;
  height: 44px;
  color: var(--secondary-color);
  cursor: pointer;
  border-radius: 16px;
  margin-top: 10px;
}

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

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

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

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

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

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

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

.core-values {
  text-align: center;
  margin-top: 31px;
  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 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-inline: 20px;
  display: flex;
}

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

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

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

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

.featured-main-products-section {
  margin-top: 50px;
  flex-wrap: wrap;
  max-width: 1440px;
  margin-inline: auto;
  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;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
}

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

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

.featured-main-products-image:hover {
  box-shadow: 0 5px 15px #0000002f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: "";
  background-color: var(--secondary-color);
  opacity: 0;
  transform-origin: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 2px;
  transition: opacity .3s linear, transform .3s linear;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

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

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

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

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

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

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

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

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

.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 only screen and (width >= 1300px) and (width <= 1668px) {
  .carousel {
    height: 100dvh;
  }

  .slider1 {
    background-position: 50% 0;
  }

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

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

@media only screen and (width >= 1080px) and (width <= 1300px) {
  .header {
    height: 160px;
  }

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

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

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

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

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

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

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

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

  .carousel {
    height: 100dvh;
  }

  .slider1 {
    background-position: 50% 0;
  }

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

@media only screen and (width >= 900px) and (width <= 1079px) {
  .header {
    height: 150px;
  }

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

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

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

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

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

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

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

  .slider1 {
    background-position: 50% 0;
  }

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

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

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

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

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

  .featured-products-paragraph {
    max-width: 568px;
    font-size: 17px;
    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 {
    width: 112px;
    height: 37px;
  }

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

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

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

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

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

  .core-value {
    width: 266px;
  }

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

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

@media only screen and (width >= 850px) and (width <= 900px) {
  .header {
    height: 130px;
  }

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

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

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

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

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

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

  .slider1 {
    background-position: 50% 0;
  }

  .pagination {
    bottom: 65px;
  }

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

  .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 {
    max-width: 502px;
    font-size: 15px;
    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;
  }

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

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

  .core-value {
    width: 250px;
  }

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

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

@media only screen and (width <= 850px) {
  .header {
    height: 155px;
  }

  .navigation-bar {
    position: relative;
  }

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

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

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

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

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

  .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 {
    cursor: pointer;
    display: block;
  }

  .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, .mobile-view-left-list-hidden {
    display: none;
  }

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

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

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

  .slider1 {
    background-image: url("tablet-bg.1ecd2bbb.avif");
    background-position: 50% -270px;
  }

  .slider2 {
    background-image: url("tablet-bg-2.98695a57.avif");
    background-position: 50% 0;
  }

  .pagination {
    bottom: 80px;
  }

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

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

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

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

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

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

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

  .featured-products-paragraph {
    max-width: 600px;
    font-size: 18px;
    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 {
    font-size: 14px;
    line-height: 21px;
  }

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

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

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

  .core-value {
    width: 222px;
  }

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

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

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

  .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 (width >= 600px) and (width <= 730px) {
  .header {
    height: 120px;
  }

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

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

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

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

  .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 {
    margin-top: 78vh;
  }

  .slider1 {
    background-image: url("mobile-front-first.3892f12e.avif");
    background-position: 50% -90px;
  }

  .slider2 {
    background-image: url("mobile-front-second.86e5373e.avif");
  }

  .pagination {
    bottom: 50px;
  }

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

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

  .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 {
    min-width: 290px;
    max-width: 326px;
  }

  .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-value, .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;
  }

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

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

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

@media only screen and (width >= 401px) and (width <= 600px) {
  .header {
    height: 90px;
  }

  .navigation-bar {
    height: 100%;
  }

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

  .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;
  }

  .slider1 {
    background-image: url("mobile-front-first.3892f12e.avif");
    background-position: 50% 0;
  }

  .slider2 {
    background-image: url("mobile-front-second.86e5373e.avif");
  }

  .slider3 {
    background-image: url("https://res.cloudinary.com/db3yyl6mf/image/upload/v1750421435/phone_bg_company_cohkeo.png");
  }

  .pagination {
    bottom: 40px;
  }

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

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

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

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

  .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 {
    max-width: 355px;
    font-size: 14px;
    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 {
    margin-top: 15px;
  }

  .core-value {
    width: 110px;
  }

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

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

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

  .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;
    padding: 5px;
    font-size: 14px;
  }

  .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 {
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin-top: 15px;
    transition: opacity .6s linear;
    display: flex;
  }

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

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

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

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

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

@media only screen and (width >= 200px) and (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);
  }

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

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

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

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

  .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-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;
  }

  .slider1 {
    background-image: url("mobile-front-first.3892f12e.avif");
    background-position: 50% -5px;
  }

  .slider2 {
    background-image: url("mobile-front-second.86e5373e.avif");
  }

  .slider3 {
    background-image: url("https://res.cloudinary.com/db3yyl6mf/image/upload/v1750421435/phone_bg_company_cohkeo.png");
  }

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

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

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

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

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

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

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

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

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

  .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, .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 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;
  }

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

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

  .featured-main-products-section-container {
    row-gap: 20px;
    margin-top: 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 {
    margin-top: 6px;
    font-size: 7px;
    line-height: 12px;
  }

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

  .footer-logo {
    width: 100px;
    height: 62px;
  }

  .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 {
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin-top: 15px;
    transition: opacity .6s linear;
    display: flex;
  }

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

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

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

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

  .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;
  }
}
/*# sourceMappingURL=index.9e4c6fd2.css.map */
