a {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";

  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
  background-color: #fff;
  color: #333333;
}

/* <<<<<============================ common css Starts ===================>>>>>> */

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: #333333;
}

h2 {
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0em;
  font-family: "Alice", serif;
}

h3 {
  font-family: "Alice", serif;

  font-size: 36px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
}

h4 {
  font-family: "Alice", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0em;
  color: #333333;
}

h5 {
  font-family: "Alice", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
}

.btn {
  background: #eaeaea;
  padding: 15px 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 0em;
  color: #333333;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  border-radius: 50px;
}

.btn:hover {
  background: #a20100;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.secoundary-btn {
  padding: 10px 20px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  display: inline-block;
  text-align: left;
  background: #a20100;
  color: #fff;
  transition: all 0.4s ease-in-out;
  border: 2px solid transparent;
  border-radius: 50px;
}

.secoundary-btn:hover {
  background-color: transparent;
  color: #a20100;
  transition: all 0.4s ease-in-out;
  border: 2px solid #a20100;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 15px;
}

.heading h2 {
  margin-bottom: 32px;
  font-size: 48px;
}

.heading h4 {
  margin-bottom: 22px;
}

.heading span {
  font-family: "Tangerine", cursive;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  display: block;
  margin-bottom: 16px;
}

.heading .line-img-box {
  width: 100%;

  margin-bottom: 32px;
  line-height: 0;
}

.heading p {
  margin-bottom: 20px;
  line-height: 30px;
}
.for-mobile {
  display: none !important;
}

/* <<<<<============================ Header Starts ===================>>>>>> */
.container-hana {
  padding: 0px 60px;
}
.header-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-part .left-part {
  width: 35%;
}
.header-part .left-part ul {
  width: 80%;
  float: right;
}
.header-part .right-part {
  width: 40%;
}
.header-part .center-part a img {
  max-width: 96px;
  height: auto;
}
.header-part ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-part ul li {
  padding: 15px 0px;
}
.header-part ul li a {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #4f4249;
}
.header-part ul li a.login-button {
  padding: 15px 28px 15px 28px;
  gap: 10px;
  border-radius: 80px 80px;
  background: #f4f4f4;
}
.header-part ul li a .fab {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
}
.header-wraper {
  width: 100%;
  background: #faf9fa;
  padding: 10px 0;
}

.header-wraper .header-wraper-inner .logo-wraper {
  width: 23%;
}

.header-wraper .header-wraper-inner .menu-wraper {
  width: 60%;
}

.header-wraper .header-wraper-inner .login-wraper {
  width: 17%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-wraper .header-wraper-inner .login-wraper .login-bottom {
  margin-left: 26px;
}

.header-wraper .header-wraper-inner .login-wraper .social-icons {
  color: #333333;
  font-size: 32px;
  transition: all 0.4s ease-in-out;
}

.header-wraper .header-wraper-inner .login-wraper .social-icons:hover {
  transition: all 0.4s ease-in-out;
  color: #a20100;
}

.header-wraper .header-wraper-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -20px;
}

.header-wraper .header-wraper-inner .logo-wraper .logo-cover {
  max-width: 100px;
}

.header-wraper .header-wraper-inner .menu-wraper .menu-inner {
  display: flex;
  justify-content: end;
}

.header-wraper .header-wraper-inner .menu-wraper .menu-inner li {
  margin-left: 15px;
  margin-right: 15px;
}

.header-wraper .header-wraper-inner .menu-wraper .menu-inner li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: #333333;
  text-transform: capitalize;
  padding: 32px 4px;
  border-bottom: 3px solid transparent;
  transition: all 0.4s ease-in-out;
}

.header-wraper .header-wraper-inner .menu-wraper .menu-inner li a:hover {
  border-bottom: 4px solid #a20100;
  transition: all 0.4s ease-in-out;
  color: #a20100;
}

.header-wraper .header-wraper-inner .menu-wraper .menu-inner li a.active {
  border-bottom: 3px solid #a20100;
  transition: all 0.4s ease-in-out;
  color: #a20100;
}

/* <<<<<============================ mobile menu Section  Starts ===================>>>>>> */
.burger {
  position: relative;
  justify-self: end;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  width: 20.11px;
  height: 13.71px;

  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}

.burger {
  display: none;
  visibility: hidden;
}

.menu {
  position: relative;
  justify-self: end;
  top: 0;
  left: inherit;
  width: auto;
  height: auto;
  padding-block: 0;
  background: none;
  box-shadow: none;
  transition: none;
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background: #000000;
  transition: 0.25s ease-in-out;
}

/* <<<<<============================ Banner Section  Starts ===================>>>>>> */
.banner-wraper {
  background: #fff;
  padding: 100px 30px 100px 30px;
}

.internal-banner-wraper .internal-banner-inner2 .internal-banner-inner-items {
  width: calc(33% - 30px);
}

.banner-wraper .banner-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.banner-wraper .banner-btn .secoundary-btn {
  margin-right: 10px;
  margin-top: 35px;
}

.banner-wraper .banner-wraper-inner {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 30px;
  align-items: center;
}

.banner-wraper .banner-wraper-inner .banner-wraper-right .banner-img-box {
  width: 100%;
  line-height: 0;
  text-align: center;
}

.banner-wraper .banner-wraper-inner .banner-wraper-right .banner-img-box img {
}

.banner-wraper .banner-wraper-inner img {
  width: 100%;
}

.banner-wraper .banner-wraper-inner .banner-wraper-left .-banner-logo-img-box {
  width: 100%;

  margin-bottom: 15px;
}

.banner-wraper .banner-wraper-inner .banner-wraper-left .img-box-1 {
  width: 100%;
  text-align: center;
}
.banner-wraper .banner-wraper-inner .banner-wraper-left .img-box-1 img {
  max-width: 400px;
}

.banner-wraper .banner-wraper-inner .banner-btn .secoundary-btn i {
  line-height: 38px;
  margin-left: 10px;
}

/* <<<<<============================mouse button Section  Starts ===================>>>>>> */

.banner-wraper .class-mouse-button {
  width: 100%;
  text-align: center;
  height: 100px;
  position: relative;

  grid-column: 1 / span 2;
  grid-row: 2;
}

.mouse {
  width: 43.72px;
  height: 65.59px;
  border: 2px solid #a20100;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  cursor: pointer;
}

.mouse:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -2px;
  background-color: #a20100;
  border-radius: 13px;
  height: 9.63px;
  width: 2.08px;
  opacity: 1;
  -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  -webkit-animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
  animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

.mouse::before {
  content: url(../images/VectorStroke.svg);
  position: absolute;
  bottom: -40px;
  left: 34%;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  margin-left: -2px;
  color: #a20100;
  border-radius: 13px;
  opacity: 1;
  -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  -webkit-animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
  animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

@keyframes scroll {
  50% {
    transform: translateY(-50%);
  }
}

/* <<<<<============================mouse button  Section  end ===================>>>>>> */
/* <<<<<============================About-us Section  Starts ===================>>>>>> */

.about-us-wraper {
  width: 100%;
  background: #fff;
  padding: 80px 0;
}

.about-us-wraper .about-us-wraper-inner {
  display: flex;
  flex-wrap: wrap;
}

.about-us-wraper .about-us-wraper-inner .about-item {
  width: calc(50%);
}

.about-us-wraper-inner .about-item.about-us-right .about-item-wraper {
  width: 75%;
  margin-bottom: 76px;
}

.about-us-wraper
  .about-us-wraper-inner
  .about-item.about-us-left
  .about-item-wraper {
  width: 75%;
  margin-left: auto;
  margin-top: 0px;
}

.about-us-wraper .about-us-wraper-inner .about-item-wraper .about-img-box {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.about-us-wraper .about-us-wraper-inner .about-us-right {
  position: relative;
  z-index: 1;
}

.about-us-wraper-inner
  .about-item.about-us-right
  .about-item-wraper
  .about-content {
  position: relative;
  z-index: 999;
}

.about-us-wraper .about-us-wraper-inner .about-us-right:after {
  position: absolute;
  top: 0;
  left: 0;
  right: -10px;
  bottom: 0;
  content: "";
  background-image: url(../images/Line\ 5.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

/* <<<<<============================Heard Arrow Section  Starts ===================>>>>>> */
.heard-arrow-wraper {
  background: linear-gradient(180deg, rgba(245, 244, 245, 0) 0%, #ededed 100%);
  width: 100%;
  padding: 90px 0px 110px 0px;
  overflow: hidden;
}

.heard-arrow-wraper .container {
  max-width: 1480px;
}

.heard-arrow-wraper .heard-arrow-inner .heard-arror-content {
  text-align: center;
}

.heard-arrow-wraper .heard-arrow-inner .heard-arror-content .heading p {
  margin-bottom: 30px;
}

.heard-arrow-wraper .heard-arrow-inner .heard-inner-img {
  text-align: center;
  width: 100%;
}

.heard-arrow-wraper .heard-arrow-inner .heard-arror-content .secoundary-btn {
  margin-bottom: 30px;
}

.heard-arrow-wraper .heard-arrow-inner .heard-arror-content {
  position: relative;
  z-index: 9;
}

.heard-arrow-wraper .heard-arrow-inner .heard-arror-content .heading {
  position: relative;
  z-index: 99;
}

.heard-arrow-wraper .heard-arror-items.img-1 {
  display: flex;
  align-items: center;
}

.heard-arrow-wraper .heard-arror-items.img2 {
  display: flex;
  align-items: center;
}

.heard-arrow-wraper .heard-arrow-inner .heard-arror-content {
  position: relative;
  z-index: 9;
  display: grid;
  grid-template-columns: 1fr 2.5fr 1fr;
}

/* <<<<<============================Footer Section  Starts ===================>>>>>> */
.footer-wraper {
  width: 100%;
  background-color: #ededed;
  background-image: url(../images/footer.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 36px 0px 10px 0;
  background-blend-mode: multiply;
}

.footer-wraper .footer-wraper-inner .footer-logo-box {
  max-width: 100px;
  line-height: 0;
}

.footer-wraper .footer-wraper-inner .footer-wraper-items {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  padding-top: 20px;
}

.footer-wraper .footer-wraper-inner .footer-wraper-items .footer-wraper-right {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
}

.footer-wraper .footer-wraper-inner .footer-wraper-items .footer-menu li {
  display: inline-block;
  margin-left: 25px;
}

.footer-wraper .footer-wraper-inner .footer-wraper-items .footer-menu {
  text-align: end;
}

.footer-wraper .footer-wraper-inner .footer-wraper-items .footer-menu li {
  display: inline-flex;
  margin-left: 25px;
  margin-bottom: 34px;
}

.footer-wraper .footer-wraper-inner .footer-wraper-items .footer-menu li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  transition: all 0.4s ease-in-out;
}

.footer-wraper
  .footer-wraper-inner
  .footer-wraper-items
  .footer-menu
  li
  a
  span {
  color: #a20100;
}

.footer-wraper
  .footer-wraper-inner
  .footer-wraper-items
  .footer-menu
  li
  a:hover {
  color: #a20100;
  transition: all 0.4s ease-in-out;
}

.footer-wraper .footer-wraper-inner .footer-wraper-items ul.footer-items li {
  margin-bottom: 7px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.footer-wraper .footer-wraper-inner .footer-wraper-items ul.footer-items li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  transition: all 0.4s ease-in-out;
  width: calc(100% - 28px);
}

.footer-wraper
  .footer-wraper-inner
  .footer-wraper-items
  ul.footer-items
  li
  a:hover {
  color: #a20100;
  transition: all 0.4s ease-in-out;
}

.footer-wraper
  .footer-wraper-inner
  .footer-wraper-items
  ul.footer-items
  li
  span {
  margin-right: 10px;
  display: inline-block;
  line-height: 0;
  width: 18px;
}

.footer-wraper
  .footer-wraper-inner
  .footer-wraper-items
  ul.footer-items
  li
  span
  img {
  width: 100%;
}

.footer-wraper
  .footer-wraper-inner
  .footer-wraper-items
  ul.footer-items
  li
  address {
  width: calc(100% - 28px);
  font-style: normal;
}

.copy-right-wraper .copy-right-inner {
  display: flex;
  justify-content: space-between;
}

.copy-right-wraper {
  background: #a20100;
  padding: 8px 0;
}

.copy-right-wraper .copy-right-inner p {
  color: #fff;
}

/* <<<<<================ About Us Page Starts ===================>>>>>> */

/* <<<<<============== about-top-nav-wraper section starts ===================>>>>>> */
.about-top-nav-wraper {
  background-color: #ededed;
  padding: 45px 0;
}

.about-top-nav-wraper .about-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-top-nav-right .about-top-right-content .about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  text-align: end;
}

.about-top-nav-right .about-top-right-content .about-list li a span {
  margin-left: 5px;
  margin-right: 5px;
}

.about-top-nav-right .about-top-right-content .about-list li:last-child span {
  display: none;
}

.about-top-nav-right .about-top-right-content .about-list li a {
  color: #333333;
  text-transform: capitalize;
}

.about-top-nav-right .about-top-right-content .about-list li a:hover {
  color: #a20100;
}

/* <<<<<============== about-wraper section starts ===================>>>>>> */
.about-wraper-main {
  padding-top: 60px;
}

.about-wraper-main .about-wraper-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: start;
}

.about-wraper-main .about-wraper-inner .about-wraper-right {
  width: calc(35% - 30px);
  padding: 0 15px;
  margin-top: 90px;
  height: auto;
}

.about-wraper-main .about-wraper-inner .about-wraper-right .banner-img-box {
  width: 100%;
  height: auto;
}

.about-wraper-main .about-wraper-inner .about-wraper-right .banner-img-box img {
  width: 100%;
  height: auto;
}

.about-wraper-main .about-wraper-inner .about-wraper-left {
  width: calc(65% - 30px);
  padding: 0 15px;
}

/*  <<<<===================Grown-diamond section Starts==================>>>>  */

.grown-diamond-wraper {
  background-color: #fff;
  padding-bottom: 60px;
}

.grown-diamond-inner {
  display: flex;
  margin: 0px -15px;
  flex-wrap: wrap;
}

.grown-diamond-inner .grown-diamond-items {
  width: calc(25% - 30px);
  padding: 15px;
}

.grown-diamond-inner > div {
  display: flex;
}

.grown-diamond-inner .grown-diamond-items .grown-diamond-content {
  width: 100%;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 20px 15px;
}

.grown-diamond-inner .grown-diamond-items .grown-diamond-content .img-box {
  width: 100%;
  margin-bottom: 22px;
}

.grown-diamond-inner .grown-diamond-items .grown-diamond-content .img-box img {
  max-height: 40px;
}

.grown-diamond-wraper .dimong-content {
  padding-top: 30px;
}

.grown-diamond-wraper .dimong-content h5 a {
  color: #a20100;
}

.grown-diamond-inner
  .grown-diamond-items
  .grown-diamond-content
  .content-box
  p {
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 0em;
}

/*  <<<<=================Why Lab Grown Diamonds page Starts================>>>>  */
/* <<<<=============heart and arrows Banner Section Starts=========>>> */
.heart-and-arrows-banner-wraper {
  padding: 30px 0;
  background-color: #fff;
}

.heart-and-arrows-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.heart-and-arrows-inner .heart-and-arrows-left {
  width: calc(40% - 30px);
  padding: 0 15px;
}

.heart-and-arrows-inner .heart-and-arrows-left .heart-img-box {
  width: 100%;
  height: 100%;
}

.heart-and-arrows-inner .heart-and-arrows-left .heart-img-box img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  max-height: 440px;
}

.heart-and-arrows-inner .heart-and-arrows-right {
  width: calc(60% - 30px);
  padding: 0 15px;
}

.heart-and-arrows-inner .heart-and-arrows-right .heart-and-arrow-content {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.heart-and-arrows-inner .heart-and-arrows-right .heart-and-arrow-content > div {
  display: flex;
}

.heart-and-arrows-inner
  .heart-and-arrows-right
  .heart-and-arrow-content
  .heart-and-arrow-items {
  width: calc(33.33% - 30px);
  padding: 15px;
}

.heart-and-arrows-inner
  .heart-and-arrows-right
  .heart-and-arrow-content
  .heart-and-arrow-items
  .content {
  width: 100%;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.heart-and-arrows-inner
  .heart-and-arrows-right
  .heart-and-arrow-content
  .heart-and-arrow-items
  .content
  .heart-img {
  margin-bottom: 20px;
}

.heart-and-arrows-inner
  .heart-and-arrows-right
  .heart-and-arrow-content
  .heart-and-arrow-items
  .content
  .heart-img
  img {
  max-height: 40px;
}

/* <!-- <<<<=================== lab grown diamonds Section Starts ==================>>>> --> */
.lab-grown-section-wraper {
  background-color: #fff;
  padding: 30px 0;
}

.lab-grown-section-wraper .lab-grown-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: start;
}

.lab-grown-section-wraper .lab-grown-inner .lab-grown-left {
  width: calc(60% - 30px);
  padding: 0 15px;
}

.lab-grown-section-wraper .lab-grown-inner .lab-grown-right {
  width: calc(40% - 30px);
  padding: 0 15px;
}

.lab-grown-section-wraper .lab-grown-inner .lab-grown-right .lab-grown-img-box {
  width: 100%;
}

.lab-grown-section-wraper
  .lab-grown-inner
  .lab-grown-right
  .lab-grown-img-box
  img {
  width: 100%;

  object-position: center;
  object-fit: cover;
  max-height: 530px;
}

/* < !-- <<<<============gaa wraper Section Starts==========>>>>--> */
.gia-wraper-section {
  background: #f5f4f5;
  padding: 55px 0;
}

.gia-wraper-section .gia-wraper-inner {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  align-items: center;
  text-align: center;
  gap: 35px;
}

.gia-wraper-section .gia-wraper-inner .gia-wraper-img {
  width: 150px;
  height: auto;
}

.gia-wraper-section .gia-wraper-inner .gia-wraper-img img {
  width: 100%;
  height: auto;
}

.gia-wraper-section .gia-wraper-inner .gia-wraper-items-right {
  margin-left: auto;
}

/* <!-- <<<<=================== lab-diamonds-made Section Starts ==================>>>> --> */
.lab-diamonds-made-wraper {
  padding: 60px 0;
  background-color: #fff;
}

.lab-diamonds-made-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}

.lab-diamonds-made-inner .lab-diamonds-made-left {
  width: calc(60% - 30px);
  padding: 0 15px;
}

.lab-diamonds-made-inner .lab-diamonds-made-right {
  width: calc(40% - 30px);
  padding: 0 15px;
}

.lab-diamonds-made-inner .lab-diamonds-made-right .lab-diamonds-made-img {
  width: 100%;
}

.lab-diamonds-made-inner .lab-diamonds-made-right .lab-diamonds-made-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* <!-- <<<<===================lab-grown-produced Section Starts ==================>>>> --> */
.lab-grown-produced-wraper {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}

.lab-grown-produced-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px;
}

.lab-grown-produced-inner .lab-grown-produced-left {
  width: calc(50% - 30px);
  padding: 0 15px;
}

.lab-grown-produced-inner .lab-grown-produced-right {
  width: calc(50% - 30px);
  padding: 0 15px;
}

.lab-grown-produced-right .lab-grown-produced-content {
  padding-left: 40px;
}

.lab-grown-produced-left .lab-grown-produced-content {
  padding-right: 40px;
  position: relative;
  z-index: 1;
}

.lab-grown-produced-left .lab-grown-produced-content:after {
  position: absolute;
  top: 0;
  left: 0;
  right: -20px;
  bottom: 0;
  content: "";
  background-image: url(../images/Line\ 5.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: -1;
}

.lab-grown-produced-heading p {
  margin-bottom: 10px;
}

.lab-grown-produced-content h5 {
  color: #a20100;
}

.lab-grown-produced-content p {
  margin-top: 30px;
}

.lav-grown-items {
  margin-top: 20px;
}

.lav-grown-items li {
  display: flex;
  margin-bottom: 15px;
}

.lav-grown-items li span {
  width: 20px;
  display: inline-block;
  margin-right: 15px;
}

.lav-grown-items li a {
  width: calc(100% - 35px);
  color: #333333;
}

.lav-grown-items li span img {
  width: 100%;
}

/* <!-- <<<<=================== process-and-inventory Section Starts 
        ==================>>>> --> */
.process-and-inventory-wraper {
  padding: 60px 0;
  text-align: center;
}

.process-and-inventory-content h5 {
  margin-bottom: 27px;
}

.process-and-inventory-content h5 a {
  color: #a20100;
}

/* <!-- <<<<============= heart and arrows page Starts =========>>>> --> */
/* <!-- <<<<============= heart and arrows Section Starts =========>>>> --> */
section.hearts-arrow-diamonds-wraper {
  padding: 60px 0;
}

.hearts-arrow-diamond-inner h5 {
  margin-bottom: 24px;
}

.hearts-arrow-diamond-inner-img-bg {
  margin: 40px 0px;
  background-color: #000000;
}

.hearts-arrow-diamond-inner-img-bg .img-box {
  width: 100%;

  text-align: center;
}

.hearts-arrow-diamond-inner-img-bg .img-box img {
  width: 100%;
  max-width: 820px;
}

.hearts-arrow-daimond-contet .heard-dec {
  margin-bottom: 55px;
}

/* <!-- <<<<============= terms and conditions Section Starts =========>>>> --> */

.terms-and-condition-wraper {
  padding: 60px 0;
}

.terms-and-condition-wraper .privacy-policy-wraper {
  margin-bottom: 50px;
}

.terms-and-condition-wraper .heading h4 {
  margin-bottom: 12px;
}

.terms-and-condition-wraper .heading .line-img-box {
  margin-bottom: 22px;
}

section.terms-and-condition-wraper.privacy-policy-wraper ul.lav-grown-items {
  margin-bottom: 80px;
}

.terms-and-condition-wraper .interpretation-wraper .title {
  margin: 0;
}

.terms-and-condition-wraper h5.title.title2,
.terms-and-condition-wraper h5 {
  margin-bottom: 20px;
}

/* <!-- <<<<============= privacy-policy Section Starts =========>>>> --> */
.privacy-policy-bg {
  padding: 60px 0;
}

.privacy-policy-bg h5 {
  margin-bottom: 25px;
}

.privacy-policy-bg p {
  margin-bottom: 15px;
}

.privacy-policy-bg h4 {
  margin-bottom: 35px;
}

.type-of-collecting-wraper.privacy-wraper-items {
  margin-bottom: 50px;
}

.privacy-policy-bg ul {
  padding: revert;
  margin-bottom: 60px;
}

.privacy-policy-bg .heading h4 {
  margin-bottom: 12px;
}

header.header-wraper.internal-header-bg .header-wraper-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -20px;
}

header.header-wraper.internal-header-bg .header-wraper-inner .logo-wraper {
  width: 23%;
}

.internal-header-bg .inernal-menu-wraper {
  width: 70%;
}

.internal-header-bg .inernal-menu-wraper .menu-items .menu-inners {
  display: flex;
  justify-content: end;
}

.internal-header-bg .interal-login-wraper {
  width: 7%;
  text-align: end;
}

.internal-header-bg .inernal-menu-wraper .menu-items .menu-inners li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: #333333;
  text-transform: capitalize;
  display: flex;
  align-items: center;

  transition: all 0.4s ease-in-out;
}

.internal-header-bg .inernal-menu-wraper .menu-items .menu-inners li a i {
  margin-left: 10px;
  font-size: 22px;
}

.internal-header-bg .inernal-menu-wraper .menu-items .menu-inners li {
  margin-left: 20px;
  margin-right: 20px;
}

.internal-header-bg .inernal-menu-wraper .menu-items .menu-inners li a:hover {
  transition: all 0.4s ease-in-out;
  color: #a20100;
}

.interal-login-wraper .social-icons {
  font-size: 30px;
  color: #333333;
}

.internal-banner-wraper {
  padding: 110px 0;
}

.internal-banner-inner {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  justify-content: center;
}

.internal-banner-inner .internal-banner-inner-items {
  margin: 0 15px;
  width: calc(33.33% - 30px);
  position: relative;
  padding-bottom: 50px;
}

header.header-wraper.internal-header-bg
  .header-wraper-inner
  .logo-wraper
  .logo-cover
  img {
  max-width: 100% !important;
  width: 100%;
}

header.header-wraper.internal-header-bg
  .header-wraper-inner
  .logo-wraper
  .logo-cover {
  max-width: 100%;
  width: 100%;
}

.internal-banner-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.internal-banner-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  background: linear-gradient(180deg, rgba(245, 244, 245, 0) 0%, #ededed 100%);
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.internal-banner-content .heading h4 {
  font-size: 24px;
}
.internal-banner-content .line-img-box {
  margin-bottom: 0px !important;
}

.internal-banner-content .heading h4 {
  margin-bottom: 5px;
}

.internal-banner-inner .internal-banner-img {
  width: 100%;
  height: 100%;
}

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

.internal-banner-content .landing-btn {
  border: 1px solid #333333;
  text-align: center;
  border-radius: 50px;
  color: #333333;
  transition: all 0.4s ease-in-out;
  padding: 15px 16px;
  display: inline-block;
  line-height: 1px;
  cursor: pointer;
}

.internal-banner-content .landing-btn:hover {
  background-color: #a20100;
  color: #fff;
  border-color: #fff;
  transition: all 0.4s ease-in-out;
}

.heard-and-arrow-button {
  padding: 35px 0 0 0;
}

.heard-and-arrow-button a {
  color: #333333;
}

.header-wraper .header-wraper-inner .btn.login-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

.heard-and-arrow-button a:hover {
  color: #a20100;
}

.header-wraper
  .header-wraper-inner
  .menu-wraper
  .menu-inner
  li
  a.btn.login-btn {
  background: #eaeaea;
  padding: 15px 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 0em;
  color: #333333;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  display: none;
}

.footer-wraper
  .footer-wraper-inner
  .footer-wraper-items
  ul.footer-items
  li:last-child {
  align-items: start;
}

.fade {
  animation: fadeinout 6s forwards;
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.logout-part {
  position: relative;
  display: inline-block;
  padding: 15px 0px;
}

.logout {
  position: absolute;
  width: 100%;
  text-align: center;
  background: #fbfbfb;
  padding: 10px 10px;
  right: 0;
  bottom: -45px;
  color: #ffffff;
  display: none;
  border: 1px solid #565656;
}
.logout-part-mob .logout {
  width: auto;
  right: 50%;
  width: 120px;
  bottom: 0px;
  margin-right: -65px;
}
.logout-part:hover .logout {
  display: block;
}
.logout-part-mob:hover .logout {
  display: block;
}
.logout p {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
}
