.homepage-banner-section {
  height: calc(100vh - 90px);
}
.premier-slick-banner {
  height: calc(100vh - 125px);
  overflow: hidden;
  position: relative;
}
.premier-slick-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.premier-slick-banner-text {
  position: absolute;
  z-index: 1;
}
.premier-slick-banner-text h1 {
  font-weight: 100;
}
.homepage-slick:hover .slick-arrow {
  display: block !important;
}
.homepage-slick .slick-arrow {
  display: none !important;
  position: absolute;
  padding: 0px 28px;
  cursor: pointer;
  z-index: 9;
  bottom: 50%;
}
.homepage-slick .slick-arrow img {
  width: 12px;
}
.homepage-slick .slick-right {
  right: 0px;
}
.homepage-slick .slick-left {
  left: 0px;
}

/* slider 1 */
.premier-slick-banner.psb_1 .premier-slick-banner-text {
  right: 50px;
  top: 45px;
}
.premier-slick-banner .web-banner {
  display: block;
}
.premier-slick-banner .mob-banner {
  display: none;
}
.softer-sexier-img {
  width: 253px;
  height: 181px;
}
.softer-sexier-img img {
  object-fit: contain;
}
/* .premier-slick-banner.psb_1 .premier-slick-banner-text h1 {
  font-family: 'itc pro';
  width: 300px;
  text-align: right;
  font-size: 63px;
  line-height: 60px;
  font-weight: 400;
} */
/* .premier-slick-banner.psb_1 .premier-slick-banner-text h1 span {
  font-family: 'itc book regular';
  font-weight: 700;
} */
/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 2s;
  opacity: 1;
  /* width: 100%; */
  /* padding: 10px 20px 30px 0; */
}

/* Text Animation End **/

/*slider 2 */
.premier-slick-banner.psb_2 .premier-slick-banner-text {
  position: absolute;
  top: 4%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.premier-slick-banner.psb_2 .premier-slick-banner-text h1 {
  text-align: center;
  font-size: 27px;
  line-height: 36px;
  font-weight: 700;
  color: #58ab9c;
}
.premier-slick-banner.psb_2 .premier-slick-banner-text h1 span {
  display: block;
}

/** Text Animation **/

@-webkit-keyframes fadeInDownSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownSD {
  -webkit-animation-name: fadeInDownSD;
  animation-name: fadeInDownSD;
}

.slick-active .slide-content-2 {
  animation-name: fadeInDownSD;
  animation-duration: 2s;
  opacity: 1;
}

/* slick */
.homepage-banner-section.slick-initialized .slick-slide {
  outline: none;
}
.homepage-banner-section .slick-dots {
  bottom: 65px;
}
.homepage-banner-section .slick-dots li {
  margin: 0px 5px 0px 0px;
}
.homepage-banner-section .slick-dots li button:before {
  font-size: 40px;
}

/* product listing section */
.product-coloumn-wise-showcase {
  display: flex;
  justify-content: space-between;
}
.product-full-width-showcase .product-list {
  width: 100%;
  height: 490px;
  margin-bottom: 7px;
}
.product-listing .common-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-list {
  position: relative;
  width: 33%;
  height: 410px;
  margin-bottom: 7px;
  overflow: hidden;
}
.product-img-mob {
  display: none;
}
.product-img {
  height: 100%;
  width: 100%;
  text-align: center;
}
.product-list .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-hover .product-img img {
  transition: transform 0.3s ease-in-out;
}
.product-hover:hover img {
  transform: scale(1.05);
  /* transition: transform 2.5s ease-in; */
}

.product-text {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
.product-text h2 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.product-surface h2 {
  color: #464646;
}
/* from the blog */
.homepage-blog-section {
  padding: 140px 0px;
}
.homepage-blog-heading {
  display: inline-block;
}
.homepage-blog-heading h3 {
  color: #5a5a5a;
}
.homepage-blog-text {
  display: inline-block;
  vertical-align: top;
  margin-left: 15%;
}
.homepage-blog-text ul li {
  margin-bottom: 32px;
  width: 222px;
}
.homepage-blog-text ul li .mobile-blog {
  display: none;
}
.homepage-blog-text ul li a,
.homepage-blog-text label a {
  color: #5a5a5a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.homepage-blog-text ul li a:hover {
  text-decoration: underline;
}
.homepage-blog-text label {
  font-weight: 300;
  margin-top: 55px;
}
.homepage-blog-text label a {
  text-decoration: none !important;
}
.homepage-blog-text label a span {
  border-bottom: 1px solid #5a5a5a;
}
.homepage-blog-text label a svg {
  width: 12px;
  color: #5a5a5a;
}
.homepage-blog-img {
  height: 345px;
}
.homepage-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* sustainability section */
.sustainability-section {
  background-color: #eff7ff;
  height: 500px;
  margin-bottom: 50px;
  position: relative;
}
.sustainability-text {
  width: 460px;
  display: inline-block;
  padding: 42px;
}
.sustainability-text h4 {
  color: #31bb61;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 15px;
}
.sustainability-text p {
  font-size: 18px;
  line-height: 24px;
  color: #5a5a5a;
  margin-bottom: 25px;
}
.sustainability-text a {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-decoration: none !important;
  border-bottom: 1px solid #000;
}
.sustainability-img {
  position: absolute;
  bottom: 0px;
  right: 70px;
}
.sustainability-img svg {
  width: 100%;
}
/* homepage-social-section */
.homepage-social-section {
  margin: 45px 0px;
  margin-bottom: 10px;
}
.homepage-social-section .common-heading ul {
  display: inline-block;
  margin-left: 36px;
  position: relative;
  top: -2px;
}
.homepage-social-section .common-heading ul li {
  display: inline-block;
  margin-right: 30px;
}
.homepage-social-section .common-heading ul li a {
  text-decoration: none !important;
}
.homepage-social-section .common-heading ul li img {
  display: inline-block;
  width: 16px;
}

/* All Product Listing */
.all-product-listing {
  margin: 180px 30px 0px 30px;
}
.all-product-listing .product-coloumn-wise-showcase .product-list {
  flex-basis: 49.7%;
  height: 670px;
}
.all-product-listing .product-coloumn-wise-showcase {
  flex-wrap: wrap;
  margin-bottom: 92px;
}

/*Responsive  */
@media only screen and (max-width: 1200px) {
  .premier-slick-banner.psb_1 .premier-slick-banner-text h1 {
    font-size: 60px;
  }
  .sustainability-img {
    width: 60%;
  }
  .sustainability-img img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .homepage-banner-section {
    height: 100%;
    margin-bottom: 42px;
  }
  /* slick */
  .homepage-banner-section .slick-dots {
    bottom: 20px;
  }
  .premier-slick-banner.psb_1 .premier-slick-banner-text {
    right: 24px;
    top: 24px;
  }
  .softer-sexier-img {
    width: 121px;
    height: 91px;
  }
  /* .premier-slick-banner.psb_1 .premier-slick-banner-text h1 {
    font-size: 50px;
  } */
  .product-list-wrapper {
    margin-bottom: 61px;
  }
  .product-listing .common-heading h1 {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
  }
  .product-list .common-heading span a {
    font-size: 15px;
  }
  .product-text {
    bottom: 10px;
    left: 15px;
  }
  .product-text h2 {
    font-size: 12px;
    line-height: 18px;
  }
  .product-coloumn-wise-showcase {
    flex-direction: column;
  }
  .product-full-width-showcase .product-list {
    height: 100%;
    margin-bottom: 3px;
  }
  .product-list {
    width: 100%;
    height: 100%;
    margin-bottom: 3px;
  }
  .product-img {
    height: auto;
  }
  .homepage-blog-section {
    padding: 0px;
  }
  .homepage-blog-section .homepage-blog {
    padding: 0px;
  }
  .homepage-blog-heading {
    margin-bottom: 14px;
  }
  .homepage-blog-text {
    display: block;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .homepage-blog-text ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .homepage-blog-img {
    display: none !important;
  }
  .homepage-blog-text ul li .mobile-blog {
    display: block;
    margin: 0px 0px 14px;
  }
  .homepage-blog-text ul li .mobile-blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .homepage-blog-text ul li a,
  .homepage-blog-text label a {
    font-size: 16px;
    line-height: 24px;
  }
  .homepage-blog-text label {
    margin-top: 20px;
  }
  .homepage-blog-heading h3 {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
  }
  .sustainability-section {
    height: 580px;
  }
  .sustainability-text {
    padding: 30px 25px 25px 25px;
  }
  .sustainability-text h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .sustainability-text p {
    font-size: 16px;
  }
  .sustainability-text a {
    font-size: 16px;
  }
  .sustainability-img {
    bottom: 0px;
    right: 0px;
    height: 230px;
    width: 100%;
  }
  .sustainability-img img {
    width: 100%;
    height: 100%;
  }
  .homepage-social-section .common-heading ul {
    margin-left: 17px;
  }
  .homepage-social-section .common-heading h1 {
    font-size: 18px;
    color: #000000;
  }
  .homepage-social-section .common-heading ul li {
    margin-right: 17px;
  }
  .homepage-social-section {
    margin-bottom: 40px;
  }
}

/* Landscape & Portrait Ipad Responsive */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .homepage-banner-section {
    height: calc(100vh - 191px);
    margin-bottom: 60px;
  }
  .premier-slick-banner.psb_1 .premier-slick-banner-text {
    right: 5px;
  }
  .premier-slick-banner.psb_2 .premier-slick-banner-text h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .homepage-banner-section .slick-dots {
    bottom: 30px;
  }
  .premier-slick-banner img {
    height: 90%;
  }
  .softer-sexier-img {
    width: 70%;
    height: 70%;
    margin: 0 auto;
  }
  .softer-sexier-img img {
    width: 100%;
    height: 100%;
  }
  .product-list {
    height: 315px;
  }
  .product-text {
    bottom: 10px;
    left: 15px;
  }
  .product-text h2 {
    font-size: 14px;
  }
  .sustainability-img {
    right: 20px;
  }
  .all-product-listing .product-coloumn-wise-showcase .product-list {
    height: 500px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .softer-sexier-img {
    width: 170px;
    height: 130px;
  }
  .premier-slick-banner {
    height: calc(100vh - 400px);
  }
  .premier-slick-banner.psb_2 .premier-slick-banner-text h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .product-text {
    bottom: 22px;
    left: 25px;
  }
  .product-text h2 {
    font-size: 15px;
  }
  .product-list.portrait {
    height: 400px;
  }
  .sustainability-img {
    height: 350px;
    width: 80%;
  }
  .homepage-blog-text {
    margin-bottom: 60px;
  }
  .all-product-listing .product-coloumn-wise-showcase .product-list {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .premier-slick-banner {
    height: 100%;
  }

  .homepage-slick:hover .slick-arrow {
    display: none !important;
  }
  /* .premier-slick-banner.psb_1 .premier-slick-banner-text h1 {
    font-size: 30px;
    line-height: 30px;
    width: 121px;
  } */
  .premier-slick-banner.psb_2 .premier-slick-banner-text {
    top: 11%;
  }
  .premier-slick-banner .web-banner {
    display: none;
  }
  .premier-slick-banner .mob-banner {
    display: block;
    height: 100%;
  }
  .premier-slick-banner.psb_2 .premier-slick-banner-text h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .premier-slick-banner.psb_2 .premier-slick-banner-text h1 span {
    width: 224px;
    margin: 0 auto;
  }
  .homepage-banner-section .slick-dots li {
    margin: 0px;
  }
  .homepage-banner-section .slick-dots li button:before {
    font-size: 30px;
  }
  .product-listing .common-heading span a svg {
    width: 10px;
  }
  .product-img-mob {
    display: block;
    width: 100%;
    height: 100%;
  }
  .product-img-mob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mob-hide {
    display: none;
  }
  .all-product-listing {
    margin: 90px 20px 0px 20px;
  }
  .all-product-listing .product-img {
    height: auto;
  }
  .all-product-listing .product-coloumn-wise-showcase .product-list {
    height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .sustainability-text {
    width: 100%;
    padding: 20px;
  }
}
