video.TopVideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  border-radius: 0px 0px 0px 50px;
}
.topBanner-wrapper {
  position: relative;
  overflow: hidden;
  height: 98vh;
  background: #ececec;
}
.topBanner-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 0px 50px;
}
.HeadingTop {
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}
.HeadingTop h1 {
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 6px;
  display: block;
  width: 100%;
  position: relative;
}

.HeadingTop h1:after {
  content: '';
  width: 100%;
  height: 1px;
  /* background: #fff; */
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
}

.HeadingTop h1:before {
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
}

.HeadingTop h4 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
}
.TopBottomBar {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ececec;
  z-index: 999;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  border-radius: 20px 0px 0px 0px;
  padding-top: 20px;
}

.TopBottomBar:after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0px;
  background: url(../img/cornner-bottom.png);
  height: 15px;
  width: 15px;
}

.TopBottomBar::before {
  content: "";
  position: absolute;
  right: 0;
  top: -15px;
  background: url(../img/corrner-right.png);
  height: 15px;
  width: 15px;
}

.PBoxes {
  width: 282px;
  height: 101px;
  border-radius: 15px;
  background: #323234;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.4);
  position: relative;
}

.PBoxes h4 {
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.PBoxes p {
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  width: 176px;
}
img.FruitImg {
  position: absolute;
  right: -10px;
  top: -10px;
}
.ScrollDown {
  position: absolute;
  bottom: 50px;
  left: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 999;
}

.ScrollDown p {
  color: #fff;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.ScrollDown span {
  background: #ececec;
  border-radius: 20px;
  width: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.DiamondSection h1 {
  color: #27292b;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}

.DiamondSection span {
  font-weight: 500;
}
.DiamondSection p {
  color: #27292b;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.MainDiamondSection {
  background: #ececec;
}

.MainDiamo img {
  filter: drop-shadow(-100px 170px 60px rgb(0 0 0 / 70%));
  width: 510px;
}

.diamond {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  gap: 50px;
}
.ConnenArrow {
  font-size: 24px;
  color: #27292b;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: -140px;
}
.ProBox {
  margin: auto;
  display: flex;
  text-align: center;
  height: 350px;
  justify-content: center;
  align-items: center;
  background: rgb(172 172 172 / 50%);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  position: relative;
  transition: all 0.2s ease-in-out;
}
.SliderPart {
  margin-top: -160px;
}
/* .swiper-slide-active {
    margin-top: -30px;
} */
.mySwiper {
  padding: 40px 0px;
}
.ProBox:hover .ProductName {
  opacity: 1;
}
.ProBox:hover {
  transform: translateY(-40px);
}
.ProductName {
  position: absolute;
  bottom: -20px;
  background: #fff;
  box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
  border-radius: 10px;
  width: 220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #27292b;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.ControlArrow {
  display: flex;
  align-items: center;
  gap: 50px;
  /* padding-top: 70px; */
  margin-top: auto;
}

.ControlArrow a {
  color: #000;
}
.TitleWithImgs h1 {
  font-size: 180px;
  color: #27292b;
  font-family: "DM Serif Display", serif;
  margin: 0;
}
.TitleWithImgs {
  position: relative;
}
.Instagram {
  padding-left: 80px;
}
.Username {
  text-align: right;
  padding-top: 20px;
  position: relative;
  z-index: 999;
}
.Username a {
  font-size: 34px;
  color: #27292b;
}
.InstaPera {
  padding-top: 50px;
}
.InstaPera p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  color: #27292b;
}

.NewsletterInput {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 400px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 30px;
}

.NewsletterInput input {
  height: 48px;
  background: #fff;
  border-radius: 30px;
  padding: 6px 25px;
  border: none;
}
.NewsletterInput input:focus {
  box-shadow: none;
}

button.BtnSub {
  position: absolute;
  right: 0;
  height: 48px;
  border-radius: 30px;
  padding: 14px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: #fff;
  background: #27292b;
}
.NewsletterForm h5 {
  font-size: 24px;
  color: #111;
  font-weight: 500;
  margin: 30px 0px;
}
footer.BottomFooter {
  background: #27292b;
  padding: 35px 0px;
}
.QuickLinks p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.QuickLinks {
  display: flex;
  gap: 50px;
}

.QuickLinks ul {
  display: flex;
  gap: 30px;
}

.QuickLinks li a {
  color: #e2e2e2;
  font-size: 14px;
}

.Sociallink a {
  height: 30px;
  width: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.Sociallink {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}

.Sociallink p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.Sociallink ul {
  display: flex;
  gap: 15px;
}

.CardSwiper.swiper {
  width: 340px;
  height: 400px;
}

.CardSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.CardSwiper .swiper-slide {
  background-color: transparent;
  border: 1px solid #000;
}

.CardSwiper .swiper-slide-active {
  background-color: #27292b;
}
.JoinWishlist {
  text-align: center;
  transform: rotate(352deg);
}

.JoinWishlist h1 {
  font-size: 34px;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 0;
}

.instagram-polaroid-01 {
  z-index: 50;
  width: 18vw;
  opacity: 0;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: -10%;
  right: auto;
  transform: translate3d(40%, 40%, 0px) scale3d(0, 0, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(40deg) skew(0deg, 0deg);
  transition: all 1.5s ease-in-out;
}

.instagram-polaroid-02 {
  z-index: 51;
  width: 18vw;
  opacity: 0;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: -9%;
  right: auto;
  transform: translate3d(40%, -30%, 0px) scale3d(0, 0, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(90deg) skew(0deg, 0deg);
  transition: all 1.5s ease-in-out;
}
.instagram-polaroid-03 {
  z-index: 51;
  width: 18vw;
  opacity: 0;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: -40%;
  right: auto;
  transform: translate3d(100%, 0px, 0px) scale3d(0, 0, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(15deg) skew(0deg, 0deg);
  transition: all 1.5s ease-in-out;
}
.TitleWithImgs:hover .instagram-polaroid-01 {
  opacity: 1;
  transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(15deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.TitleWithImgs:hover .instagram-polaroid-02 {
  opacity: 1;
  transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(30deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.TitleWithImgs:hover .instagram-polaroid-03 {
  opacity: 1;
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(-15deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.TitleWithImgs:hover .InstaUsername {
  transform: translateX(30px);
}
.InstaUsername {
  font-size: 34px;
  color: #27292b;
  display: block;
  text-align: end;
  padding-top: 5px;
}
.FlipBookPart {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 0px 30px 113px;
}
.withIcon img {
  position: absolute;
  transform: translate(-24px, -20px);
  z-index: -9;
}
.withIcon {
  width: 100%;
}

.ScrollDown .mouse-in {
  -webkit-animation: animated-mouse 1.5s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    transform: translateY(-5px);
  }

  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
.ScrollDown a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.MobileView {
  display: none;
}

.es-load-more-button {
  display: none;
}

.eapps-instagram-feed-title {
  display: none !important;
}