/*--global--*/
* {
    --diff: calc(var(--max-size) - var(--min-size));
    --responsive: calc((var(--min-size) * 1px) + var(--diff) * ((100vw - 320px) / (2000 - 320)));
}
h1 {--max-size: 60; --min-size: 22; font-size: var(--responsive) !important;}
h2 {--max-size: 60; --min-size: 25; font-size: var(--responsive) !important;}
h3, .popup-btn {--max-size: 50; --min-size: 20; font-size: var(--responsive) !important;}
h4 {--max-size: 30; --min-size: 19; font-size: var(--responsive) !important;}
h5, .g-about-cont p {--max-size: 24; --min-size: 15; font-size: var(--responsive);}
h6 {--max-size: 20; --min-size: 17; font-size: var(--responsive) !important;}
p {--max-size: 17; --min-size: 14; font-size: var(--responsive);}
a {--max-size: 18; --min-size: 16; font-size: var(--responsive);}


.story-info-col p {--max-size: 20; --min-size: 14; font-size: var(--responsive) !important;}

.transition{transition: all .5s !important;}

section {padding-top: 8%; padding-bottom: 8%;}

.overlay-before:before,
 .overlay-after:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.Strengths-sec .g-about-cont p{
    position: relative;
}
.Strengths-sec .g-about-cont p i {
    position: absolute;
    left: -18px;
    top: 9px;
    font-size: 10px;
}
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {background: #ff5f00;}
::-webkit-scrollbar-thumb:hover {background: #f99961;}

body, .Gotham-font, .synefont, input::placeholder, textarea::placeholder{
  font-family: "Syne", sans-serif !important;
}

@font-face {
    font-family: "Gotham";
    src:
      local("Trickster"),
      url("../fonts/gotham/GothamMedium.ttf"),
      url("../fonts/gotham/Gotham-Bold.ttf"),
      url("../fonts/gotham/Gotham-Light.otf"),
  }
 
.color-6e7071 { color: #6e7071;}
.bg6e7071 { background: #6e7071;}
.color-d4936d {color: #d4936d;}
.color-b57440 {color: #b57440;}
.bg-edb57b {background: #edb57b;}
.tra-w-bg{    background: rgb(243 243 243 / 70%) !important;}
.color-676060 {color: #676060;}
.color-6d6767{color: #6d6767;}
.bg-6d6767{background: #6d6767;}
.bgf7f7f7{background: #fdfbfb;}
.bg-8094aa{background: #8094aa;}
.colora4027c{
  color: #a4027c;
}
.color-000-new{color: #000 !important;}
  .down-up-arrow a.nextstate{
    -webkit-animation: nextstate 1.5s infinite  alternate;
    animation: nextstate 1.5s infinite  alternate;
  }
  .down-up-arrow a.previousstate{
    -webkit-animation: previousstate 1.5s infinite  alternate;
    animation: previousstate 1.5s infinite  alternate;
  }
  @-webkit-keyframes nextstate {
    0% { transform: translateY(0); opacity: 0.5;}
    100% { transform: translateY(-10px); opacity: 1;}
  }

  @keyframes nextstate {
    0% { transform: translateY(0); opacity: 0.5;}
    100% { transform: translateY(-10px); opacity: 1;}
  }
  @-webkit-keyframes previousstate {
    0% { transform: translateY(-10px); opacity: 0.5;}
    100% { transform: translateY(0); opacity: 1;}
  }
  @keyframes previousstate {
    0% { transform: translateY(-10px); opacity: 0.5;}
    100% { transform: translateY(0); opacity: 1;}
  }

/*--global--*/


/*--pages--*/

.overlay-before:before, .overlay-after:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
/*--header--*/
.menu-baar ul li a{
  text-transform: uppercase;
  position: relative;
}
.menu-baar ul li a::before {
  width: 100%;
  bottom: -15px;
  height: 5px;
  top: auto;
  background: #8d8383;
  transition: all .5s;
  opacity: 0;
  display: block !important;
  content: '';
  position: absolute;
  left: 0;
}
.menu-baar ul li a:hover::before{opacity: 1;}

header .search-baar-input .input-group-btn {
    color: #666666;
    border-left: solid 1px #ccc;
}
header .search-baar-input {
    background: rgba(0, 0, 0, 0.8);
    clip-path: inset(50% 0);
    transition: all .5s;
}
.search-baar-open{
    clip-path: inset(00% 0) !important;
}
.hamburger__top-bun,
.hamburger__bottom-bun {
  content: '';
}
.hamburger__top-bun {
  transform: translateY(-5px) !important;
}
.hamburger__bottom-bun {
  transform: translateY(3px) !important;
}
.open .hamburger__top-bun {
  transform: rotate(45deg) translateY(0px) !important;
}
.open .hamburger__bottom-bun {
  transform: rotate(-45deg) translateY(0px) !important;
}
/*--header--*/
/*page loader*/

@keyframes zoominoutsinglefeatured {
    0% {
      transform: scale(1,1);
    }
    50% {
      transform: scale(1.2,1.2);
    }
    100% {
      transform: scale(1,1);
    }
  }
  
  .pageloader {
    animation: zoominoutsinglefeatured 1s infinite ;
  }
  
  .pageloader {
    background: url(../images/logo/anant-logo.png) 50% 50% no-repeat rgb(255 255 255 / 90%);
    background-size: 20%;
    z-index: 99 !important;
    /*display: none;*/
  }
  
  /*page loader*/
/*--right-menu--*/ 
.right-menu ul li a i.scent-icon::before {
  content: '';
  background: url(../images/right-menu/scent-icon.png);
  width: 39px;
  height: 39px;
  display: block;
  background-size: cover;
  top: -2px;
  left: -2px;
  position: relative;
}

.right-menu .active a, .right-menu li:hover a{
    box-shadow: 0 0 0 3px white, 0 0 0 3px #dddddd;
  }
.right-menu .has-tooltip::before {
    background: #00000094;
    border-radius: 8px;
    color: #FFF;
    content: attr(aria-label);
    opacity: 0;
    padding: 7px 10px;
    pointer-events: none;
    position: absolute;
    transform: translate(0px, -50%);
    white-space: nowrap;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    top: 50%;
    right: 0;
    font-size: 14px; 
  }
  .has-tooltip:hover:before,
  .has-tooltip:focus:before {
    opacity: 1;
    right: 55px;
  }
  .has-tooltip:after {
    border: 10px solid transparent;
    border-top-color: #00000094;
    content: "";
    height: 0;
    right: 35px;
    margin-left: -8px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translate(0%, -50%) rotate(269deg);
    -webkit-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    width: 0;
    z-index: 1;
    top: 50%;
  }
  .has-tooltip:hover:after,
  .has-tooltip:focus:after {
    opacity: 1;
    -webkit-transition: all .15s ease-out .1s;
    transition: all .15s ease-out .1s;
  }
/*--right-menu--*/

/*--left-banner--*/
.banner-video-col {
    background: url(../images/banner/01.png);
}
.banner-video-col.v-right,
.global-inner-banner {
    background: url(../images/banner/02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*--left-banner--*/


/*--left-banner--*/
.global-inner-banner.fragrance{
  background: url(../images/Fragraances/01.jpg);
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.global-inner-banner.our-story{
  background: url(../images/story/Our-Story.jpg);
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.global-inner-banner.our-blog{
  background: url(../images/blog/Blog.jpg);
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* .g-i-section{
  background: url(../images/story/02.jpg);
  border-radius: 50px;
} */
 .story-info-col-img, .story-info-col-img img {border-radius: 50px;}
.g-i-section .g-about-cont {
  width: 980px;
}
.global-inner-banner.Contact{
  background: url(../images/contact/contact-bg.jpg);
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.global-inner-banner.flavour{
  background: url(../images/inner-page-banner/Flavour-Main.jpg);
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.global-inner-banner.discover{
  background: url(../images/discover/01.jpg);
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.global-inner-banner.careers{
  background: url(../images/inner-page-banner/careers.jpg);
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.global-inner-banner.sachlopedia{ 
  background: url(../images/inner-page-banner/Sachlopedia.jpg);
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.g-inner-banner-menulist a:hover{
  color: #333; 
}
/*--left-banner--*/
.section-two .slide-img {
  height: 450px !important;
}
.section-two .slide-img img {
  object-fit: cover;
  height: 100%;
}
.section-two  .slick-track {
  display: flex;
  gap: 10px;
}
.banner-section .banner-img {
    width: 97%;
    height: 85% !important;
}
.banner-section .banner-img.overlay-before::before {
  background: #0000007a;
  width: 100%;
  height: 100%;
  z-index: 9;
  border-radius: 15px;
}
.contactus-section::before {
  /* background: #f7f7f70f; */
  width: 100%;
  height: 100%;
}
.contactus-section{background: url('../images/contact/contact-bg.jpg');}
.global-info-section article {
  width: 32%;
  border: 1px solid #efeeee;
}
.global-info-section article:hover img,
.our-blog+.global-col-box article:hover img {
  transform: scale(1.2);
}
.our-blog+.global-col-box article p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*--inner-page--*/
.g-about-cont h2 {
  line-height: 65px;
}
.g-about-img {
  height: 650px;
}
.g-about-cont p{
  line-height: 32px;
}

.global-col-box article h6::before {
  width: 100%;
  height: 70px;
  top: 74px;
  border: solid 3px #e09036;
  border-bottom: 0;
}
.global-col-box article h6::after {
  width: 3px;
  height: 25px;
  top: auto;
  background: #e09036;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, 0px);
}
.global-col-box article.right-col::before {
  top: auto;
  bottom: -20px;
}
.article-box-info{
  background: #faeee1;
  left: 33px;
  height: 648px;
  padding-left: 70px !important;
  opacity: 0;
}
.article-info-open .article-box-info {
  opacity: 1;
  left: 600px;
}
.article-box.article-info-open {
  z-index: 9;
}
.article-box-info p, .article-box-info li {
  font-size: 21px;
  margin-bottom: 12px;
  line-height: 25px;
}
.article-box.article-info-open+article {
  opacity: 0;
}

.article-box.right-col .article-box-info {
  right: 90px;
  left: auto;
  bottom: -20px;
  height: 600px;
  top: auto;
}
.right-col.article-info-open .article-box-info {
  right: 768px;
}
.article-info-open .right-col {
  opacity: 0;
  z-index: -1;
}
.bg9bb891 {
  background:#9bb891;
}
.color5e7d53 {
  color:#5e7d53;
}
.careerslist h3, .careerslist .popup-btn {
  font-size: 40px !important;
}

.m-popup .overlay:target{
  visibility: visible;
  opacity: 1;
}
.m-popup-close:hover{
  opacity: 1;
}
.m-popup .content li {
  font-weight: 100 !important;
}
.m-popup .content li, .m-popup .content h3 {
  font-family: "Helvetica Neue", sans-serif;
}
.m-popup .content h3 {
  font-size: 28px !important;
}
.m-popup .content>div {
  height: 600px;
}
.a-jobs-section .m-popup+ul .m-popup>a, .a-jobs-section .m-popup+ul li {
  font-size: 17px !important;
}

.m-popup .a-jobs-apply-f h3 {
  font-family: "Playfair Display", serif;
}
header#top {
  background: #ffffffb3;
}

input, textarea {
  height: 45px;
    color: #606060 !important;
    background-color: white;
    border: 1px solid #d5d5d5;
    font-size: 13px !important;
    outline: none;
    font-weight: 100 !important;
    font-family: "Gotham" !important;
    padding: 10px !important;
}
textarea {
  height: 145px;
}


.slick-next:before {
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid #fff;
  content: '' !important;
  width: 45px;
  display: block;
  height: 45px;
}

.slick-prev:before {
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 40px solid #fff;
  content: '' !important;
  width: 45px;
  display: block;
  height: 45px;
}
.two-slide.article-box-cover article {
  position: relative;
  left: 80px;
}
.two-slide.article-box-cover .slick-list {
  width: 1430px;
  margin: 0 auto;
}

header.header-top-f.pt-scroll, header.header-top-f.sticky {
  position: fixed !important;
  width: 100%;
  z-index: 99;
  background: #8094aa;
}
header.header-top-f img {
  transition: all .5s !important;
}
header.header-top-f.pt-scroll img {
  width: 9rem;
}
header.header-top-f.pt-scroll {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.Contact-d .Contact-d-text,
.center-text p,
.center-text h3, 
.global-text-shadow{
  text-shadow: 4px 4px 9px #000000;
}
.Contact-d-text.contact-l-t {
  width: 600px;
}

.our-blog+.global-col-box article {
  width: 49%;
  border: 1px solid #efeeee;
}
/*--inner-page--*/

/*--end-pages--*/


/*--max-responsive--*/

@media only screen and (min-width:300px) and (max-width: 767px) {
    section {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}
@media only screen and (max-width: 1700px) {
  .two-slide .article-box-img-title span,
  .two-slide  article::before {
    width: 500px;
    height: 500px;
}
.two-slide.article-box-cover  {
  width: 1250px;
        margin: 0 auto;
}

.two-slide.article-box-cover .slick-list {
  width: 100%;
}
}
@media only screen and (max-width: 1350px) {
  .two-slide .article-box-img-title span, .two-slide article::before {
    width: 400px !important;
    height: 400px !important;
}
  .two-slide.article-box-cover {
    width: 1100px;
    padding-top: 100px !important;
}

.article-info-open .article-box-info {
  left: 500px;
}
.article-box-info {
  height: 548px;
}
}

@media only screen and (max-width: 1299px) {
.story-info-col p {
  line-height: 25px;
}
}


@media only screen and (max-width: 1250px) {
  .Contact-d-text.contact-l-t {
    width: 480px;
}
  .two-slide.article-box-cover {
    width: 900px;
}
.two-slide .article-box-img-title span, .two-slide article::before {
  width: 300px !important;
  height: 300px !important;
}
.two-slide .slick-prev, .two-slide .slick-next {
  transform: scale(0.7);
}
}
@media only screen and (max-width: 1150px) {

.article-info-open .article-box-info {
  left: 420px;
}
.article-box-info {
  height: 468px;
}
}
@media only screen and (max-width: 1199px) {
  .Contact-d-text.contact-l-t {
    width: 430px;
}
.g-about-img {
  height: 600px;
}
}
@media only screen and (max-width: 1024px) {
  .our-blog+.global-col-box article {
    width: 100%;
}
  .story-section .g-i-section .g-about-cont {
    width: 97%;
}
.story-info-col-img, .story-info-col-img img {
  border-radius: 20px;
}
.g-i-section.center-text .text-white {
  color: #676060;
  text-shadow: none !important;
}
}
@media only screen and (max-width: 1023px) {
  .story-section .g-i-section .g-about-cont {
    width: 95%;
}
  .two-slide.article-box-cover {
    width: 450px;
}
  header.header-top-f.pt-scroll {
    padding-bottom: 0px !important;
}
  .m-popup .content.p-20 {
    padding: 60px 20px 50px 50px !important;
}
.m-popup .content>div {
  height: 650px;
}
 .m-popup  .m-popup-c {
    width: 90% !important;
    height: 90% !important;
}
  header ul li {
    margin: 0 !important;
}
  div#menu.menu-baar {
    background: rgb(255 255 255 / 87%);
}
.menu-baar ul li a.nav-link::before{
  display: none;
}
.menu-baar ul li a:hover{
  opacity: .7;
}
div#menu.menu-baar{
  transition: all .5s;
}
div#menu.menu-baar.hidden {
  clip-path: inset(0 0 100% 0%) !important;
  display: flex;
  height: 40px;
  position: absolute;
  top: 105px;
}
header.header-top-f.pt-scroll div#menu {
  top: 79px;
}
div#menu.menu-baar.flex {
  clip-path: inset(0 0 0% 0%) !important;
  height: auto;
  position: absolute;
        top: 105px;
}
}
@media only screen and (max-width: 991px) {
  .our-blog+.global-col-box article h6 {
    padding-bottom: 0 !important;
}
  .Contact-d-text.contact-l-t {
    width: 760px;
}
  .global-col-box article h6::after {
    bottom: -8px;
}
.global-col-box article h6 {
    padding-bottom: 20px !important;
}
.global-col-box article h6::before {
  top: 56px;
}

  .global-info-section article {
    width: 48%;
}
  .careerslist h3, .careerslist .popup-btn {
    font-size: 28px !important;
}
  .article-info-open .article-box-info {
    left: 360px;
}
  .article-box-info {
    height: 406px;
    padding: 30px !important;
}
.global-col-box .left-col .article-box-info {
  padding-left: 60px !important;
}
.article-box-info a.article-box-info-close {
  font-size: 25px;
}
.article-box-info p, .article-box-info li {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 23px;
}
  
  .g-about-cont p {
   line-height: 28px;
}
.g-about-cont h2 {
  line-height: 35px;
}
}
@media only screen and (max-width: 850px) {
  .global-col-box article h6::after {
    bottom: -12px;
}
  .a-jobs-apply-f-c form .flex.justify-between {
    flex-direction: column;
}
.m-popup .content h3 {
  font-size: 21px !important;
}
  .global-col-box .left-col .article-box-info {
    padding-left: 20px !important;
}
.article-info-open .article-box-info {
  left: 0;
  top: 360px;
  padding: 80px 20px 40px !important;
}
.article-box-info {
  height: auto;
}
  .global-col-box article {
    margin-bottom: 20px;
}
  .global-col-box article.right-col::before {
    top: 0;
    bottom: auto;
}
.global-col-box article.right-col .article-box-img-title {
  flex-direction: column-reverse;
  display: flex;
}
}
@media only screen and (max-width: 767px) {
  .story-info-col-img, .story-info-col-img img {
    border-radius: 10px;
}
  .Contact-d-text.contact-l-t {
    width: 585px;
}
.global-info-section article {
  padding: 10px !important;
  width: 100%;
}
}

@media only screen and (max-width: 650px) {
  .Contact-d-text.contact-l-t {
    width: 500px;
}
  .Contact-d-text.contact-l-t {
    width: 670px;
}
  .two-slide.article-box-cover {
    width: 350px;
}
.two-slide.article-box-cover article {
  position: relative;
  left: 10px;
}
.two-slide .slick-prev, .two-slide .slick-next{
  bottom: 0 !important;
  top: auto !important;
  transform: scale(0.5) translate(-50%, 0px) !important;
}
.two-slide .slick-prev {
  left: 43% !important;
}

.two-slide .slick-next {
  left: 53% !important;
}
  div#menu.menu-baar.hidden,
  div#menu.menu-baar.flex {
   top: 75px;
}
  .careerslist h3, .careerslist .popup-btn {
    font-size: 22px !important;
}
.a-jobs-section .m-popup+ul .m-popup>a, .a-jobs-section .m-popup+ul li {
  font-size: 14px !important;
}
.a-jobs-section .m-popup+ul {
  padding-bottom: 5px !important;
}
  .m-popup a.m-popup-close {
    font-size: 40px;
}
.m-popup .content>div {
  height: 85vh;
}
.m-popup .content li {
  font-size: 15px;
}
.m-popup .content h3 {
  font-size: 23px !important;
}
  .m-popup .content.p-20 {
    padding: 60px 15px 50px 15px !important;
}
  .m-popup .m-popup-c {
    width: 95% !important;
    height: 95% !important;
}
  .g-about-cont h2 {
    line-height: 30px;
}
.g-about-cont p {
  line-height: 24px;
}
.section-two .slide-img {
  height: auto;
}
.g-inner-banner-title h2 {
  line-height: 30px;
}
.g-inner-banner-title h4 {
  line-height: 24px;
}
}
@media only screen and (max-width: 575px) {
  .Contact-d-text.contact-l-t {
    width: 400px;
}
.g-about-cont p {
  line-height: 21px;
}
}
@media only screen and (max-width: 450px) {
  
  .Contact-d-text.contact-l-t {
    width: 280px;
}
 
  .two-slide.article-box-cover {
    width: 300px;
}
.two-slide .article-box-img-title span, .two-slide article::before {
  width: 250px !important;
  height: 250px !important;
}
  .global-col-box article {
    width: auto;
}
.article-box-img-title span, .global-col-box article::before {
  width: 100%;
  height: 300px;
}
.article-info-open .article-box-info {
  top: 290px;
}
}
/*--end-max-responsive--*/


.overlay {
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
}


   .contactus-in::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000075;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: blur(5px);
}
.contactus-in {
    padding: 35px;
}

@media only screen and (min-width: 1100px) {
.awareness-sec.section-two .slide-img {
    height: 230px !important;
}
.discover-dec.section-two .slide-img {
    height: 280px !important;
}
.secstory.section-two .slide-img {
    height: 350px !important;
}
}

@media only screen and (max-width: 991px) {
.section-two .slide-img {
    height: auto !important;
}
.new-info-box .image-slide,
.new-info-box .g-about-cont  {
    width: 100% !important;
}
.new-info-box {
    flex-direction: column;
}
}
@media only screen and (max-width: 550px) {
.our-blog+.global-col-box span.block.article-img {
    height: auto !important;
}
.video-content {
    width: 90%;
}
.contactus-in {
    padding: 20px;
}
}
