/* Section One */

.curated-slider,
.curated-dot {
  display: none;
}

.first-section {
  width: 100%;
  position: relative;
  padding-top: 120px;
  background: #f8f8f8;
}

.searchbar-home-mobile {
  display: none;
}

.coverImg {
  width: 100%;
  height: 65vh;
  position: relative;
}

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

.img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.landing-text {
  width: 70%;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.landing-text-heading {
  font-size: 120px;
  font-family: "mn-bold";
  text-transform: uppercase;
  color: #f5eded;
}

.utlimateSelf {
  display: flex;
  justify-content: flex-start;
  line-height: 100%;
}

.careRoutine {
  display: flex;
  justify-content: flex-end;
  line-height: 100%;
}

.landing-text-description {
  font-size: 28px;
  font-family: "mn-Light";
  text-align: center;
  margin-top: 15px;
  color: white;
}

.product-category {
  padding: 3% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-tab {
  border-bottom: none;
  display: flex;
}

.product-tab li {
  list-style: none;
}

.product-tab li a {
  color: #c1c1c1 !important;
  text-transform: uppercase;
  padding: 3px 20px 0 20px;
  font-size: 30px;
  font-family: "mn-bold";
  /* border-right: 3px solid #c1c1c1; */
  line-height: 90%;
  text-decoration: none;
}

.product-tab a:hover {
  /* text-transform: lowercase; */
  color: #000 !important;
  /* -moz-animation: ease-out; */
}

.product-tab a.active {
  color: #000 !important;
}

.product-tab li a:active {
  color: #000 !important;
  content: none;
}


.product-tab-no-border {
  border-right: none !important;
}

/* section two */

.second-section {
  width: 100%;
  position: relative;
  padding: 4% 0 2% 0;
}

.curated-heading {
  font-size: 60px;
  font-family: "mn-bold";
  text-align: center;
  text-transform: uppercase;
}

.curated-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3px;
  padding: 2% 0;
  overflow: hidden;
}

.img-container {
  width: 100%;
  height: 440px;
  position: relative;
}

.hovered-img-container {
  width: 100%;
  height: 100%;
}

.curated-brand-details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-container:hover .active-img {
  /* display: none; */
  opacity: 0;
}

.img-container:hover .hovered-img {
  /* display: block; */
  opacity: 1;
}

.active-img,
.hovered-img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.hovered-img {
  /* display: none; */
  opacity: 0;
  transition: all 0.6s ease-out;

  transform-origin: center;
}

.hovered-img-container img {
  /* display: none; */
  opacity: 0;
  transition: all 0.6s ease-out;

  transform-origin: center;
}

.curated-brand-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.281);
}

.curated-shop-collection-btn {
  font-size: 20px;
  font-family: "mn-bold";
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px 0;
  border: none;
  outline: none;
  background: #000;
  color: #fff;
  width: 230px;
  height: 45px;
  letter-spacing: 1px;
  transition: all 0.4s ease-in;
}

.curated-shop-collection-btn:hover {
  letter-spacing: 1.4px;
}

.allBrands-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3%;
}

.allBrands-btn:hover {
  letter-spacing: 1.4px;
}

.allBrands {
  width: 177px;
  height: 50px;
  background: black;
  color: white !important;
  font-size: 16px;
  font-family: "mn-book";
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in;
  text-transform: uppercase;
}

/* section three */

.third-section {
  position: relative;
  width: 100%;
  padding: 2% 0;
}

.third-section-heading {
  font-size: 60px;
  font-family: "mn-bold";
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 3%;
}

/* section four */

.stay-tuned-mobile{
  display: none ;
}

.fourth-section {
  width: 100%;
  position: relative;
  padding: 5% 0 3% 0;
}

.fourth-section-content {
  display: flex;
  align-items: center;
  padding-bottom: 3%;
}

.left-content {
  width: 40%;
  padding-right: 2%;
}
.left-content-title {
  font-size: 55px;
  font-family: "mn-bold";
  text-transform: uppercase;
  /* white-space: nowrap; */
}

.left-content-ambassador {
  font-size: 60px;
  color: #138fe4;
  /* font-family: "mag-bold"; */
  letter-spacing: 1.4px;
}

.left-content-desc {
  font-size: 24px;
  font-family: "mn-book";
  padding: 2% 5% 2% 0;
  line-height: 170%;
}

.left-content-label {
  font-size: 40px;
  /* font-family: "mag-bold"; */
  padding-bottom: 5%;
}

.left-content-btn {
  width: 354px;
  height: 71px;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.learn-more {
  width: 354px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: white !important;
  font-family: "mn-book";
  text-transform: uppercase;
  transition: all 0.4s ease-in;
}

.learn-more:hover {
  letter-spacing: 1.4px;
  transition: all 0.4s ease-in;
}

.learn-more:hover {
  text-decoration: none;
  color: white;
}

.right-content {
  width: 60%;
}

.video-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.members {
  padding: 4% 0;
}

.members_heading {
  font-size: 40px;
  font-family: "mn-bold";
  text-transform: uppercase;
}

.members_description {
  width: 60%;
  font-size: 20px;
  font-family: "mn-book";
  line-height: 150%;
  padding-top: 10px;
}

/* section five */

.fifth-section {
  position: relative;
  padding: 0% 0;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stay-tuned {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 115px;
  line-height: 100%;
  /* font-family: "mag-bold"; */
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* margin-bottom: 100px; */
    /* white-space: nowrap; */
  width: 100%;

}

.daily_faeves {
  color: #138fe4;
}

.fifthSec-content {
  height: 50%;
}

.fifthSec-details-container:hover {
  color: #138fe4;
  fill: #138fe4;
}

.fifthSec-btn {
  width: 400px;
  height: 66px;
  background: black;
  color: #fff;
  margin: 8% auto 0 auto;
}

.fifthSec-btn-link {
  width: 400px;
  height: 66px;
  background: black;
  color: #fff !important;
  display: flex;
  font-size: 20px;
  font-family: "mn-book";
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in;
}

.fifthSec-btn-link:hover {
  letter-spacing: 1.4px;
  transition: all 0.4s ease-in;
}

@media only screen and (max-width: 1600px) {
  /* Section One */

  .first-section {
    padding-top: 80px;
  }

  .searchbar-home-mobile {
    display: none;
  }

  .landing-text {
    width: 70%;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .landing-text-heading {
    font-size: 90px;
  }

  .landing-text-description {
    font-size: 22px;
  }

  .product-category {
    padding: 3% 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-tab li a {
    font-size: 20px;
  }

  /* section two */

  .curated-heading {
    font-size: 45px;
  }

  .img-container {
    height: 320px;
  }

  .allBrands {
    width: 135px;
    height: 35px;
    font-size: 14px;
  }

  .allBrands:hover {
    color: white;
    letter-spacing: 1.4px;
  }

  /* section three */

  .third-section-heading {
    font-size: 45px;
  }

  /* section four */

  .left-content-title {
    font-size: 43px;
  }

  .left-content-ambassador {
    font-size: 45px;
  }

  .left-content-desc {
    font-size: 18px;
  }

  .left-content-label {
    font-size: 32px;
  }

  .left-content-btn {
    width: 220px;
    height: 50px;
  }

  .learn-more {
    width: 220px;
    height: 50px;
    font-size: 20px;
  }

  .members_heading {
    font-size: 30px;
  }

  .members_description {
    width: 60%;
    font-size: 14px;
  }

  .play-icon svg {
    width: 90px;
    height: 90px;
  }

  /* section five */

  .stay-tuned{
    font-size: 90px;
  }

  .fifth-section {
    position: relative;
    padding: 0% 0;
  }

  .fifthSec-btn {
    width: 350px;
    height: 45px;
  }

  .fifthSec-btn-link {
    width: 350px;
    height: 45px;
    font-size: 16px;
  }
}

/* sixth section */
.sixth-section {
  margin-left: 41%;
  margin-top: 130px;
}

.bottom-button {
  width: 30%;
  height: 40px;
  background: #000;
  color: #fff;
  outline: none;
  border: none;
  font-size: 12px;
  font-family: "mn-book";
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}

.bottom-button:hover {
  letter-spacing: 1.4px;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .first-section {
    padding-top: 80px;
  }

  .searchbar-home-mobile {
    display: none;
  }

  .landing-text {
    width: 70%;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .landing-text-heading {
    font-size: 50px;
  }

  .landing-text-description {
    font-size: 16px;
  }

  .card-brand-name {
    font-size: 12px !important;
  }

  .card-description {
    font-size: 12px !important;
  }

  .product-category {
    padding: 3% 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-tab li a {
    font-size: 24px;
  }

  /* section two */

  .curated-heading {
    font-size: 40px;
  }

  .img-container {
    height: 400px;
  }

  .allBrands {
    width: 137.77px;
    height: 38.53px;
    font-size: 14px;
  }

  .allBrands:hover {
    color: white;
    letter-spacing: 1.4px;
  }

  /* section three */

  .third-section-heading {
    font-size: 45px;
  }

  .third-section-card-desc {
    font-size: 14px !important;
  }

  /* section four */

  .left-content-title {
    font-size: 24px;
  }

  .left-content-ambassador {
    font-size: 24px !important;
  }

  .left-content-desc {
    font-size: 17px !important;
    padding: 2% 5% 0% 0;
  }

  .left-content-label {
    font-size: 30px;
  }

  .left-content-btn {
    width: 146.64px;
    height: 30.15px;
  }

  .learn-more {
    width: 146.64px;
    height: 30.15px;
    font-size: 12px;
  }

  .members_heading {
    font-size: 40px;
  }

  .members_description {
    width: 100%;
    font-size: 20px;
  }

  .play-icon svg {
    width: 90px;
    height: 90px;
  }

  .ambassadors-name {
    font-size: 22px !important;
  }
  .ambassador-role {
    font-size: 16px !important;
  }

  .fourth-section-members {
    margin-top: 3%;
  }
  /* section five */

  .fifth-section {
    position: relative;
    padding: 0% 0;
    height: 100%;
  }

  .hovered-text-wrapper ul li {
    font-size: 60px;
  }

  .fifthSec-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3%;
  }

  .fifthSec-card-name {
    font-size: 20px !important;
  }

  .fifthSec-card-title {
    font-size: 20px !important;
  }

  .fifthSec-card-description {
    font-size: 12px !important;
  }

  .bottom-button {
    width: 41%;
    height: 40px;
  }

  .curated-slider,
  .curated-dot {
    display: block;
  }

  .allBrands-btn {
    margin-top: 5%;
  }

  .third-section-card {
    padding-right: 2px !important;
  }

  .custom_container {
    height: auto;
  }

  .stay-tuned {
    top: 20%;
    font-size: 49px;
  }

  .hovered-text-wrapper {
    height: 70% !important;
    top: -14%;
  }

  /* Create two equal columns that sits next to each other */
  .curated-slider .column {
    flex: 50%;
    padding: 10px;
    height: auto; /* Should be removed. Only for demonstration */
    width: 92%;
    margin-top: -2%;
  }

  .curated-slider #wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .curated-grid {
    display: none;
  }

  .curated-slider .slick-slide img {
    width: 100%;
  }

  .curated-shop-collection-btn {
    width: 172px;
    height: 35px;
    font-size: 12px;
  }

  .curated-brand-icon {
    width: 60% !important;
    height: 55px;
    margin-top: 35px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
  



  .searchbar-home-mobile {
    display: block;
    /* margin-top: -122%; */
    /* position: fixed; */
    margin-left: 0px;
    width: 100%;
    height: 45px;
    background: #000;
    /* opacity: 0.5; */
  }
  .custom_container {
    width: 95%;
  }
  .daily-faeves-seach-input {
    border: none !important;
    width: 250px;
    background: transparent;
   
    font-size: 17px;
    outline: none;
    order: 2
     
  }

  .searchDiv {
    height: 100%;
  }

  .home-search-input {
    display: flex;
    height: 100%;
    padding: 0 8px;
    align-items: center;
    justify-content: flex-start;
  }

  .home-search-input svg {
    width: 20px;
    height: 20px;
    order: 1;
    margin: 0 15px 0 0 ;
  }

  .first-section {
    padding-top: 50px;
  }

  .landing-text {
    width: 95%;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .landing-text-heading {
    font-size: 45px;
    white-space: nowrap;
  }

  .utlimateSelf {
    display: flex;
    justify-content: flex-start;
    line-height: 100%;
  }

  .coverImg {
    width: 100%;
    height: 65vh;
    /* margin-top: 5px !important; */
    position: relative;
  }
  .careRoutine {
    display: flex;
    justify-content: flex-end;
    line-height: 100%;
  }

  .landing-text-description {
    font-size: 14px;
  }

  .card-brand-name {
    font-size: 12px !important;
  }

  .card-description {
    font-size: 12px !important;
  }

  .product-category {
    padding: 5% 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-tab {
    margin-left: -35px;


  }

  .product-tab li a {
    font-size: 16px;

    white-space: nowrap;
  }

  /* section two */

  .curated-heading {
    font-size: 2.5rem;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .img-container {
    height: 320px;
  }

  .allBrands {
    width: 137.77px;
    height: 38.53px;
    font-size: 14px;
  }

  .allBrands:hover {
    color: white;
    letter-spacing: 1.4px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 05px;
}

  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 1px;
    height: 19px;
    cursor: pointer;
}

.slick-dots li button::before {
  font-size: 7px !important;
}

  /* section three */

  .third-section-heading {
    font-size: 2.5rem;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .third-section-card-desc {
    font-size: 14px !important;
  }

  /* section four */

.stay-tuned-mobile{
  display: block;
  font-size: 35px !important;

}


  .left-content-title {
    font-size: 2.5rem;
    margin-top: 10%;
    text-align: center;
  }


  .left-content-ambassador {
    font-size: 3.5rem !important;
    margin-left: 15px;
  }

  .left-content-desc {
    font-size: 14px !important;
    padding: 2% 0% 0% 0;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
  }

  .left-content-label {
    font-size: 30px;
    text-align: center;
  }

  .left-content-btn {
    width: 242px;
    height: 49px;
    margin-left: auto;
    margin-right: auto;

    margin-top: 5%;
    margin-bottom: 5%;
  }

  .learn-more {
   
    font-size: 16px;
  }

  .members_heading {
    margin-bottom: 5%;
    font-size: 2.2rem;
    color: #138fe4;
    text-align: center;
  }

  .members_description {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5%;
    text-align: center;
  }

  .play-icon svg {
    width: 70px;
    height: 70px;
  }

  .ambassadors-name {
    font-size: 24px !important;
  }
  .ambassador-role {
    font-size: 12px !important;
  }

  .ambassador-company {
    font-size: 12px !important;
  }

  .fourth-section-content {
    flex-direction: column-reverse;
  }
  .fourth-section-content .right-content {
    width: 100%;
  }
  .fourth-section-content .left-content {
    width: 100%;
    padding-right:0;
  }

  .fourth-section-members {
    margin-top: 3%;
  }
  /* section five */

  .fifth-section {
    position: relative;
    padding: 5% 0 80px 0;
    /* height: 95%; */
    /* top: -40%; */
  }

  
  .hovered-text-wrapper {
    /* height: 50vh; */
    display: none;
  }

  .hovered-text-wrapper ul li {
    font-size: 60px;
  }

  /* .fifthSec-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3%;
    top: 32%;
  } */

  .fifthSec-card-name {
    font-size: 20px !important;
  }

  .fifthSec-card-title {
    font-size: 20px !important;
  }

  .fifthSec-card-description {
    font-size: 12px !important;
  }

  .fifthSec-details-container {
    overflow: visible !important;
  }

  .bottom-button {
    width: 100%;
    height: 47.86px;
  }

  .hovered-text {
    display: none;
  }

  .sixth-section {
    margin-left: 15%;
    margin-right: 15%;
  }

  .curated-slider,
  .curated-dot {
    display: block;
  }

  .third-section-card {
    padding-right: 2px !important;
  }

  .floating-text span {
    display: none;
  }

  .fifthSec-card-image {
    height: 420px !important;
  }

  .fifth-section .custom_container {
    /* height: auto; */
    /* height: 1000px; */
    /* top: 125%; */
  }

  .stay-tuned {
    font-size: 2.3rem;
    /* top: 30%; */
  }

  #footer {
    /* margin-top: 43%; */
  }

  .fifthSec-card-tag-one {
    font-size: 0.9rem !important;
  }

  .hovered-text-wrapper {
    /* height: 70% !important; */
    /* top: -14%; */
  }

  .curated-slider .row {
    display: flex;
  }

  /* Create two equal columns that sits next to each other */
  .curated-slider .column {
    flex: 50%;
    padding: 10px;
    height: auto; /* Should be removed. Only for demonstration */
    width: 92%;
    margin-top: -2%;
  }

  .curated-slider #wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .curated-grid {
    display: none;
  }

  .curated-slider .row {
    display: flex;
    flex-direction: column;
  }

  .img-container {
    height: 230px;
  }

  .curated-slider .slick-slide img {
    width: 100%;
  }

  .curated-shop-collection-btn {
    width: 120px;
    font-size: 10px;
    height: 30px;
    margin-top: 7px;
  }

  .curated-brand-icon {
    width: 70% !important;
    height: 40px;
  }

  .allBrands-btn {
    margin-top: 5%;
  }

  .mobile-shop-menu .panel-default > .panel-heading {
    background-image: none !important;
  }
}
