@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'LT Afficher Neue Bold';
  src: url('../fonts/LTAfficherNeue-BoldCaption.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue Bold 1';
  src: url('../fonts/LTAfficherNeue-BoldDisplay.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue Bold 2';
  src: url('../fonts/LTAfficherNeue-BoldSubhead.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue Bold 3';
  src: url('../fonts/LTAfficherNeue-BoldSubhead.ttf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue Bold 4';
  src: url('../fonts/LTAfficherNeue-BoldText.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue';
  src: url('../fonts/LTAfficherNeue-Caption.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue 1';
  src: url('../fonts/LTAfficherNeue-Display.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue 2';
  src: url('../fonts/LTAfficherNeue-MediumCaption.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue 3';
  src: url('../fonts/LTAfficherNeue-MediumDisplay.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue 4';
  src: url('../fonts/LTAfficherNeue-MediumSubhead.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue 6';
  src: url('../fonts/LTAfficherNeue-MediumSubhead.ttf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue 7';
  src: url('../fonts/LTAfficherNeue-MediumText.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue SB';
  src: url('../fonts/LTAfficherNeue-SemBdCaption.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue SB 1';
  src: url('../fonts/LTAfficherNeue-SemBdDisplay.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue SB 2';
  src: url('../fonts/LTAfficherNeue-SemBdSubhead.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue SB 3';
  src: url('../fonts/LTAfficherNeue-MediumSubhead.ttf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue Medium 1';
  src: url('../fonts/LTAfficherNeue-SemiBoldText.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue Medium 2';
  src: url('../fonts/LTAfficherNeue-SemiBoldText.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue Medium 3';
  src: url('../fonts/LTAfficherNeue-Subhead.otf') format('truetype');
}
@font-face {
  font-family: 'LT Afficher Neue Medium 4';
  src: url('../fonts/LTAfficherNeue-Text.otf') format('truetype');
}
body {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: opacity 3s;
}
html, body{
overflow-x: hidden;
}

@keyframes fadeIn{
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-moz-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-webkit-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-o-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-ms-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}
@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 750px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 1080px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1030px;
  }
}
@media (min-width: 1100px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1100px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1390px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1420px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  }
}
@media only screen and (min-width: 1801px) and (max-width: 1920px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2880px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  } 
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* ---------------------------------------header-------------------------------- */
.navbar-expand-lg{
  padding: 32px 0px;
  height: 118px;
}
.header-scroll{
  background:  #FFF;
}
.nav-link{
  color: var(--Nuetral-Almost-Black, #0F0F0F);
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav{
  gap: 20px;
  margin-left: 32px;
}
.dropdown-menu-ul li a{
  color: var(--Accent-Green, #355C5B);
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.dropdown-menu-ul li{
  list-style: none;
}
.dropdown-menu-ul{
  padding-left: 0px;
  column-count: 5;
}
.div-right-box span{
  color: var(--Accent-Green, #355C5B);
  text-align: center;
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid var(--Accent-Green, #355C5B);
  padding: 16px 20px;
}
.div-right-box  .btn{
  border-radius: 10px;
  background: var(--Accent-Green, #355C5B);
  color: var(--Nuetral-White, #FFF);
  text-align: center;
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.div-right-box{
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.dropdown-toggle::after {
  display: inline-block;
  content: "";
  border: 0px;
  background: url(../Lenz-img/down-icon.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 15px;
  height: 8px;
  transform: translate(0px, 3px);
}
.dropdown-toggle.show::after {
    display: inline-block;
    content: "";
    border: 0px;
    background: url(../Lenz-img/down-icon.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 15px;
    height: 8px;
    transform: rotate(180deg);
    top: 7px;
}
.drop-ul-box {
  border-radius: 10px;
  border: 1px solid var(--Yellow-Stroke, #E8E5D4);
  background: var(--Nuetral-White, #FFF);
  box-shadow: 12px 12px 24px 0px rgba(76, 122, 107, 0.12);
  width: 800px;
  padding: 16px 10px;
  height: 300px;
  overflow: scroll;
  top: 75px !important;
}
.logo-mo-padding img{
  height: 81px;
  width: 163px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #A98932;
}
@media only screen and (min-width: 900px)  and (max-width: 999px)  {

  .navbar-expand-lg .navbar-nav {
    gap: 5px;
    margin-left: 5px;
  }
  .div-right-box {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .nav-link {
    font-family: "Inter Tight";
    font-size: 8px;
  }
  .div-right-box span {
    font-size: 8px;
  }
  .div-right-box .btn {
    font-size: 8px;
  }

}
@media only screen and (min-width: 1000px)  and (max-width: 1090px)  {

  .navbar-expand-lg .navbar-nav {
    gap: 5px;
    margin-left: 5px;
  }
  .div-right-box {
    justify-content: space-between;
    align-items: center;
    gap: 9px;
  }
  .nav-link {
    font-family: "Inter Tight";
    font-size:9px;
  }
  .div-right-box span {
    font-size: 9px;
  }
  .div-right-box .btn {
    font-size: 9px;
  }

}
@media only screen and (min-width: 1090px)  and (max-width: 1190px)  {

  .navbar-expand-lg .navbar-nav {
    gap: 5px;
    margin-left: 5px;
  }
  .div-right-box {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .nav-link {
    font-family: "Inter Tight";
    font-size: 10px;
  }
  .div-right-box span {
    font-size: 10px;
  }
  .div-right-box .btn {
    font-size: 10px;
  }

}
@media only screen and (min-width: 1200px)  and (max-width: 1290px)  {

  .navbar-expand-lg .navbar-nav {
    gap: 5px;
    margin-left: 5px;
  }
  .div-right-box {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .nav-link {
    font-family: "Inter Tight";
    font-size: 12px;
  }

}
@media only screen and (min-width: 1300px)  and (max-width: 1390px)  {

  .navbar-expand-lg .navbar-nav {
    gap: 5px;
    margin-left: 5px;
  }
  .div-right-box {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .nav-link {
    font-family: "Inter Tight";
    font-size: 12px;
  }

}
@media only screen and (min-width: 1400px)  and (max-width: 1490px)  {

  .navbar-expand-lg .navbar-nav {
    gap: 12px;
    margin-left: 7px;
  }
  .div-right-box {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

}
@media only screen and (min-width: 1500px)  and (max-width: 1600px)  {
  .div-right-box {
    justify-content: space-between;
    align-items: center;
    gap: 18px;
  }
  .navbar-expand-lg .navbar-nav {
    gap: 16px;
    margin-left: 32px;
  }
}
#header-top{
  background: #fff;
}
/* ----------------------------------------home-------------------------------- */
.scrollable-container {
  --color-text: black;
  --color-bg: #ceefd8;
  --color-bg-accent: #c3e2ce;
  --size: clamp(10rem, 308px, 20rem);
  --height: clamp(15rem, 450px, 30rem);
  --gap: calc(var(--size) / 40);
  --duration: 40s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
  margin: auto auto;
  max-width: 620px;
  align-content: center;
}

@media (prefers-color-scheme: dark) {
  .scrollable-container {
    --color-text: papayawhip;
    --color-bg: navy;
    --color-bg-accent: #2626a0;
  }
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee--vertical img {
  aspect-ratio: 308/405;
  width: calc(var(--size) / 1.5);
  height: clamp(var(--height) / 1);
  padding: 0;
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

.wrapper--vertical {
  flex-direction: row;
  height: 100vh;
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.one-box-animation {
  width: 672px;
  position: absolute;
  left: 75px;
  transform: rotate(-13deg);
  top: 0px;
}
.marquee-one{
  left: -20rem;
}
.marquee--vertical img {
  width: 354px;
  height: 539px;
  border-radius: 0px;
  margin-bottom: 17px;
 
}
.two-box-animation{
  width: 100%;
  position: absolute;
  left: 254px;
  transform: rotate(-13deg);
  top: 26rem;
  margin: auto;
  max-width: 100%;
  right: 0px;
  height: 392px;
  bottom: 0px;
}
.three-box-animation{
  width: 672px;
  position: absolute;
  right: 75px;
  transform: rotate(-13deg);
  top: 0px;
}
.home-banner-main input{
}
.input-group {
    position: relative;
    width: 100%;
    height: 70px;
}
@media only screen and (min-width: 650px)  and (max-width: 800px)  {
  .one-box-animation {
    width: 220px;
    position: absolute;
    left: -2px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -9.8rem;
  }
  .marquee--vertical img {
    width: 160px;
    height: 260px;
    border-radius: 0px;
  }
  .two-box-animation{
    width: 220px;
    position: absolute;
    left: 348px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 332px;
    bottom: 0px;
  }
  .three-box-animation {
    width: 220px;
    position: absolute;
    right: -153px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
@media only screen and (min-width: 900px)  and (max-width: 999px)  {
  .one-box-animation {
    width: 220px;
    position: absolute;
    left: 46px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -11.8rem;
  }
  .marquee--vertical img {
    width: 210px;
    height: 280px;
    border-radius: 0px;
  }
  .two-box-animation{
    width: 220px;
    position: absolute;
    left: 416px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 332px;
    bottom: 0px;
  }
  .three-box-animation {
    width: 220px;
    position: absolute;
    right: -169px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
@media only screen and (min-width: 1000px)  and (max-width: 1090px)  {
  .one-box-animation {
    width: 220px;
    position: absolute;
    left: 46px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -13.8rem;
  }
  .marquee--vertical img {
    width: 238px;
    height: 308px;
    border-radius: 0px;
  }
  .two-box-animation{
    width: 220px;
    position: absolute;
    left: 416px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 332px;
    bottom: 0px;
  }
  .three-box-animation {
    width: 220px;
    position: absolute;
    right: -200px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
@media only screen and (min-width: 1100px)  and (max-width: 1190px)  {
  .one-box-animation {
    width: 220px;
    position: absolute;
    left: 70px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -13.8rem;
  }
  .marquee--vertical img {
    width: 238px;
    height: 308px;
    border-radius: 0px;
  }
  .two-box-animation{
    width: 220px;
    position: absolute;
    left: 416px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 332px;
    bottom: 0px;
  }
  .three-box-animation {
    width: 220px;
    position: absolute;
    right: -155px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
@media only screen and (min-width: 1200px)  and (max-width: 1290px)  {
  .one-box-animation {
    width: 245px;
    position: absolute;
    left: 87px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -14.8rem;
  }
  .marquee--vertical img {
    width: 296px;
    height: 362px;
    border-radius: 0px;
  }
  .two-box-animation{
    width: 245px;
    position: absolute;
    left: 408px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 332px;
    bottom: 0px;
  }
  .three-box-animation {
    width: 245px;
    position: absolute;
    right: -154px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
@media only screen and (min-width: 1300px)  and (max-width: 1390px)  {
  .one-box-animation {
    width: 253px;
    position: absolute;
    left: 87px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -15.8rem;
  }
  .marquee--vertical img {
    width: 296px;
    height: 362px;
    border-radius: 0px;
  }
  .two-box-animation{
    width: 253px;
    position: absolute;
    left: 394px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 332px;
    bottom: 0px;
  }
  .three-box-animation {
    width: 253px;
    position: absolute;
    right: -155px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
@media only screen and (min-width: 1400px)  and (max-width: 1499px)  {
  .one-box-animation {
    width: 253px;
    position: absolute;
    left: 75px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -15.8rem;
  }
  .marquee--vertical img {
    width: 296px;
    height: 362px;
    border-radius: 0px;
  }
  .two-box-animation{
    width: 253px;
    position: absolute;
    left: 375px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 332px;
    bottom: 0px;
  }
  .three-box-animation {
    width: 253px;
    position: absolute;
    right: -57px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
@media only screen and (min-width: 1500px)  and (max-width: 1599px)  {
  .one-box-animation {
    width: 260px;
    position: absolute;
    left: 92px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -16rem;
  }
  .marquee--vertical img {
    width: 296px;
    height: 456px;
    border-radius: 0px;
    object-fit: cover;
  }
  .two-box-animation{
    width: 260px;
    position: absolute;
    left: 275px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 332px;
    bottom: 0px;
  }
  .three-box-animation {
    width: 260px;
    position: absolute;
    right: -15px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
@media only screen and (min-width: 1600px)  and (max-width: 1699px)  {
  .one-box-animation {
    width: 265px;
    position: absolute;
    left: 166px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -16.5rem;
  }
  .marquee--vertical img {
    width: 296px;
    height: 456px;
    border-radius: 0px;
    object-fit: cover;
  }
  .two-box-animation{
    width: 265px;
    position: absolute;
    left: 456px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 332px;
    bottom: 0px;
  }
  .three-box-animation {
    width: 265px;
    position: absolute;
    right: -57px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
@media only screen and (min-width: 1700px)  and (max-width: 1800px)  {
  .one-box-animation {
    width: 326px;
    position: absolute;
    left: 75px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -20rem;
  }
  .marquee--vertical img {
    width: 354px;
    height: 539px;
    border-radius: 0px;
  }
  .two-box-animation{
    width: 326px;
    position: absolute;
    left: 254px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 392px;
    bottom: 0px;
  }
  .three-box-animation{
    width: 326px;
    position: absolute;
    right: -77px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
@media only screen and (min-width: 1801px)  and (max-width: 1920px)  {
  .one-box-animation {
    width: 672px;
    position: absolute;
    left: 75px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -20rem;
  }
  .marquee--vertical img {
    width: 331px;
    height: 426px;
    border-radius: 0px;
    margin-bottom: 23px;
  }

  .two-box-animation{
    width: 100%;
    position: absolute;
    left: 298px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 392px;
    bottom: 0px;
  }
  .three-box-animation{
    width: 672px;
    position: absolute;
    right: -313px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
@media only screen and (min-width: 1990px)  and (max-width: 2160px)  {
  .one-box-animation {
    width: 500px;
    position: absolute;
    left: 80px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -23.5rem;
  }
  .marquee--vertical img {
    width: 410px;
    height: 539px;
    border-radius: 0px;
  }
  .two-box-animation{
    width: 500px;
    position: absolute;
    left: 335px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 392px;
    bottom: 0px;
  }
  .three-box-animation {
    width: 500px;
    position: absolute;
    right: -157px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
@media only screen and (min-width: 2165px)  and (max-width: 2550px)  {
  .one-box-animation {
    width: 800px;
    position: absolute;
    left: 117px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -25.5rem;
  }
  .marquee--vertical img {
    width: 450px;
    height: 539px;
    border-radius: 0px;
  }
  .two-box-animation{
    width: 800px;
    position: absolute;
    left: 476px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 392px;
    bottom: 0px;
  }
  .three-box-animation {
    width: 800px;
    position: absolute;
    right: -255px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
@media only screen and (min-width: 2551px)  and (max-width: 2880px)  {
  .one-box-animation {
    width: 950px;
    position: absolute;
    left: 117px;
    transform: rotate(-13deg);
    top: 0px;
  }
  .marquee-one{
    left: -29.5rem;
  }
  .marquee--vertical img {
    width: 515px;
    height: 625px;
    border-radius: 0px;
  }
  .two-box-animation{
    width: 950px;
    position: absolute;
    left: 585px;
    transform: rotate(-13deg);
    top: 26rem;
    margin: auto;
    max-width: 100%;
    right: 0px;
    height: 392px;
    bottom: 0px;
  }
  .three-box-animation {
    width: 950px;
    position: absolute;
    right: -353px;
    transform: rotate(-13deg);
    top: 0px;
  }
}
/* ----------------------------------------animation--------------------------- */
.home-banner-main {
  background: url(../Lenz-img/Hero-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 1080px;
  padding-top: 230px;
}
.home-content-box h2{
    color: var(--Accent-Green, #355C5B);
    text-align: center;
    font-family: "LT Afficher Neue";
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.home-content-box p{
  color: var(--Nuetral-Almost-Black, #0F0F0F);
  text-align: center;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  margin-bottom: 40px;
}
.form-control:focus {
  box-shadow: none;
}
.home-content-box{
  width: 658px;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.input-group{
  padding: 5px 8px 5px 20px;
  border-radius: 12px;
  border: 1px solid var(--Nuetral-Gray-Stroke, #E7E7E7);
  background: var(--Nuetral-White, #FFF);
  box-shadow: 12px 12px 24px 0px rgba(76, 122, 107, 0.12);
}
.home-content-box .btn-outline-secondary{
    border-radius: 10px !important;
    background: var(--Accent-Green, #355C5B);
    color: var(--Nuetral-White, #FFF);
    text-align: center;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    width: 133px;
    padding: 16px 24px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-content-box input{
  color: var(--Accent-Light-Green, #88A3A2);
  text-align: left;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  border: 0px;
}

.expoler-gategories .btn{
  margin: auto;
  width: 202px;
  max-width: 100%;
  display: block;
  padding: 16px 24px;
  height: 54px;
}
.expoler-gategories h2{
  color: var(--Accent-Green, #355C5B);
  font-family: "LT Afficher Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.expoler-gategories p{
  color: var(--Nuetral-Almost-Black, #0F0F0F);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  margin-bottom: 0px;
}
.expoler-gategories{
  background: var(--Yellow-Light-Yellow, #FFFDF0);
  padding: 112px 0px;
}
.brawse-images .item .card {
  text-align: center;
  padding: 0px 0px;
  border: 0;
  border-bottom: 0px;
  border-top: 0px;
  border-radius: 0px;
  padding: 0px 24px;
  overflow: hidden;
  width: 342px;
  height: 432px;
  max-width: 100%;
}
.brawse-images img{
  width: 342px;
  height: 432px;
  margin: auto;
  max-width: 100%;
  object-fit: cover;
}
.brawse-images .owl-nav, .brawse-images .owl-dots{
  display: none;
}
.brawse-images{
  padding: 48px 0px;
}
.brawse-images .item .card img {
  width: 342px;
  height: 432px;
  max-width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.brawse-images h6{
  border-radius: 6px;
  background: var(--Nuetral-White, #FFF);
  position: absolute;
  padding: 4px 8px;
  color: var(--Accent-Green, #355C5B);
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  right: 24px;
  top: 25px;
  margin-bottom: 0px;
}
.brawse-images h5{
  color: var(--Nuetral-White, #FFF);
  font-family: "LT Afficher Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: capitalize;
  position: absolute;
  bottom: 24px;
  left: 24px;
  margin-bottom:0px;
  
}
.btn-wrap button{
    border-radius: 8px;
    background: var(--Accent-Green, #355C5B);
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border: 0px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow-btn .btn-wrap{
  display: flex;
  gap: 12px;
  justify-content: end;
}
.upgrad-section{
  padding: 0px 0px;
  border:0px;
  background: var(--Accent-Green, #355C5B);
  background:#1c3938;
}
.upgrad-section-video{
  position: relative;
  width: 100%;
  height: 693px;
  max-width: 100%;
  z-index: 1;
}
.upgrad-section-content div{
  width: 501px;
  max-width: 100%;
}

.upgrad-section-content h2{
  color: var(--Nuetral-White, #FFF);
  font-family: "LT Afficher Neue 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.upgrad-section-content h3{
  color: var(--Nuetral-White, #FFF);
  font-family: "LT Afficher Neue 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 27.6px */
  text-transform: capitalize;
  margin-bottom: 12px;
}
.upgrad-section-content li{
  color: var(--Nuetral-White, #FFF);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  list-style: none;
  position: relative;
  margin-bottom: 8px;
}
.upgrad-section-content .btn{
  border-radius: 10px;
  border: 1px solid var(--Yellow-Light-Yellow, #FFFDF0);
  color: #FFF;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  padding: 16px 20px;
}
.upgrad-section-content li::after{
  content: "";
  background: url(../Lenz-img/start-icon.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -32px;
  top: 2px;
}
.upgrad-section-content {
  background: url(../Lenz-img/green-icon.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 693px;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 112px;
}
@media only screen and (min-width: 800px)  and (max-width: 999px)  {
  .upgrad-section-video-box, .upgrad-section-content-box{
    width: 50%;
    max-width: 100%;
  }
  .upgrad-section-content {
    padding-left: 40px;
  }
  .upgrad-section-content h2 {
    color: var(--Nuetral-White, #FFF);
    font-family: "LT Afficher Neue 2";
    font-size: 38px;
  }
}
@media only screen and (min-width: 1000px)  and (max-width: 1190px)  {
  .upgrad-section-content {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1000px)  and (max-width: 1400px)  {
  .upgrad-section-video-box, .upgrad-section-content-box{
    width: 50%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1401px)  and (max-width: 1550px)  {
  .upgrad-section-video-box{
    width: 55%;
    max-width: 100%;
  }
  .upgrad-section-content-box{
    width: 45%;
    max-width: 100%;
  }
  .upgrad-section-content {
    padding-left: 90px;
  }
}
.how-to-do{
  padding: 112px 0px;
}

.item .card img{
  width: 96px;
  height: 96px;
  margin: auto;
  margin-bottom: 24px;
}
.how-to-do h2{
  color: var(--Accent-Green, #355C5B);
  text-align: center;
  font-family: "LT Afficher Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 55.2px */
  text-transform: capitalize;
  margin-bottom: 48px;
}
.how-to-do .img-how-to-do{
  margin: auto;
  display: block;
  margin-bottom: 24px;
  width: 556px;
  height: 35.831px;
  max-width: 100%;
  object-fit: contain;
}
.item .card{
  text-align: center;
  padding: 32px 40px;
  border: 1px solid var(--Accent-Light-Green, #88A3A2);
  border-bottom: 0px;
  border-top:0px;
  border-radius: 0px;
  width: 100%;
  max-width: 480px;
  height: 276px;
}
.row-border .item .card {
    border:0px;
    border-right: 1px solid var(--Accent-Light-Green, #88A3A2);
    
}
.row-border .item .border-left{
    border-left: 1px solid var(--Accent-Light-Green, #88A3A2);
}
.how-to-do .container-fluid{
  border: 1px solid var(--Accent-Light-Green, #88A3A2);
  border-left: 0px;
  border-right: 0px;
}
.home-faqs{
  border-top: 1px solid var(--Yellow-Stroke, #E8E5D4);
  border-bottom: 1px solid var(--Yellow-Stroke, #E8E5D4);
  background: var(--Yellow-Light-Yellow, #FFFDF0);
  padding: 112px 0px;
}
.home-left-faqs h2{
  color: var(--Accent-Green, #355C5B);
  font-family: "LT Afficher Neue 2";
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.home-right-faqs h2 button{
  color: var(--Accent-Green, #355C5B) !important;
  font-family: "LT Afficher Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: capitalize;
}
.home-right-faqs h2 button{
  background: transparent  !important;
  box-shadow: none !important;
}
.home-right-faqs .accordion{
  background: transparent !important;
  border: 0px;
  border-radius: 0px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
  border: 0px;
}
.accordion-item{
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid var(--Yellow-Stroke, #E8E5D4);
}
.accordion-button{
  padding-bottom: 0px;
  padding: 24px 24px;
}
.accordion-body {
  margin-top: -12px;
  padding-bottom: 24px;
}
.accordion-button::after {
  content: "";
  background: url(../Lenz-img/plus.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 12px;
  height: 13px;
}
.accordion-button:not(.collapsed)::after {
  background: url(../Lenz-img/minus.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 12px;
  height: 3px;
  transform: none;
}
.home-right-faqs .accordion-body p{
  color: var(--Nuetral-Almost-Black, #0F0F0F);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  margin-bottom: 0px;
  margin-top: -12px;
}
.home-left-faqs{
  width: 279px;
  max-width: 100%;
}
.home-left-faqs .btn{
  height: 54px;
  width: 172px;
  padding: 15px 21px;
  max-width: 100%;
}
.home-left-faqs p{
  color: var(--Nuetral-Almost-Black, #0F0F0F);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 25.6px */
  margin-bottom: 24px;
}
.how-story{
  padding: 112px 0px;
}
.our-story-video{
  position: relative;
  height: 499px;
  border-radius: 10px;
  padding: 112px 0px;
}
.our-story-video::before {
  content: "";
  background: url(../Lenz-img/Group-1.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 20px;
  width: 560px;
  height: 42px;
  margin: auto;
  left: 0px;
  right: 0px;
}
.our-story-video::after{
  content: "";
  background: url(../Lenz-img/Group-2.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 20px;
  width: 560px;
  height: 42px;
  margin: auto;
  left: 0px;
  right: 0px;
}
.our-story-video video{
  border-radius: 10px;
}
.video-content{
  width: 600px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.video-content h2{
  color: var(--Nuetral-White, #FFF);
  text-align: center;
  font-family: "LT Afficher Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 55.2px */
  text-transform: capitalize;
  margin-bottom: 12px;
}
.video-content p{
  color: var(--Nuetral-White, #FFF);
  text-align: center;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 24px;
  
}
.center .item .card{
  border-left: 0px;
  border-right: 0px;
}
.item h4{
  color: #355C5B;
  text-align: center;
  font-family: "LT Afficher Neue";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.item p{
  color:  #0F0F0F;
  text-align: center;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 25.6px */
}
.home-last-section{
  border-top: 1px solid var(--Yellow-Stroke, #E8E5D4);
  background: var(--Yellow-Light-Yellow, #FFFDF0);
  padding:112px 0px
}
.home-right-contact {
  background: url(../Lenz-img/girl-bg-Card.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 645px;
  width: 446px;
  margin: auto;
  padding: 32px 32px;
}
.home-right-contact h3{
  color: var(--Nuetral-White, #FFF);
  font-family: "LT Afficher Neue Bold 1";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.form-check {
  margin-bottom: 20px;
}


.home-right-contact p{
  color: var(--Nuetral-White, #FFF);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 25.6px */
}
.home-left-contact label{
  margin-bottom: 8px;
  color: var(--Accent-Green, #355C5B);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.home-left-contact .form-control{
  border-radius: 12px;
  border: 1px solid var(--Nuetral-Gray-Stroke, #E7E7E7);
  background: var(--Nuetral-White, #FFF);
  box-shadow: 12px 12px 24px 0px rgba(76, 122, 107, 0.12);
  height: 54px;
  margin-bottom: 20px;
  color: var(--Accent-Green, #355C5B);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.home-left-contact textarea{
  border-radius: 12px;
  border: 1px solid var(--Nuetral-Gray-Stroke, #E7E7E7);
  background: var(--Nuetral-White, #FFF);
  box-shadow: 12px 12px 24px 0px rgba(76, 122, 107, 0.12);
  margin-bottom: 20px;
  height: 114px;
  color: var(--Accent-Green, #355C5B);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.home-left-contact .form-check-label{
  color:#0F0F0F;
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 25.6px */
}
/* ------------------------------------------main------------------------------------ */
.error-video{
  position: relative;
}
.error-video {
  position: relative;
  height: 1080px;
  width: 1162px;
  max-width: 100%;
}
.temp-content h2{
  color: var(--Accent-Green, #355C5B);
  text-align: center;
  font-family: "LT Afficher Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.policy-section{
  margin-top: 112px;
  padding: 112px 0px 92px;
}
.temp-content p{
  color: var(--Nuetral-Almost-Black, #0F0F0F);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.error-section{
  padding: 0px 0px;
  margin-top: 118px;
}
.error-video {
  position: relative;
  height: 1080px;
  width: 1162px;
  max-width: 100%;
  z-index: 1;
}
.error-section{
  border-top: 1px solid var(--Yellow-Stroke, #E8E5D4);
  background: var(--Yellow-Light-Yellow, #FFFDF0);
}
.error-content {
  width: 390px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.error-content::after{
  content: "";
  background: url(../Lenz-img/404-img.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  transform: translate(10px, -94px);
  width: 336px;
  height: 153px;
  z-index: -1;
}
.error-content h2{
  font-family: 'LT Afficher Neue';
  font-size: 56px;
  font-weight: 500;
  line-height: 64.4px;
  text-align: left;
  color: #0F0F0F;
}
.error-content p{
  font-family: Inter Tight;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  text-align: left;
  color: #0F0F0F;
  margin-bottom: 24px;
}
.btn-green{
  padding: 16px 24px;
  border-radius: 10px;
  background: var(--Accent-Green, #355C5B);
  color: var(--Nuetral-White, #FFF);
  text-align: center;
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.btn-border{
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid var(--Accent-Green, #355C5B);
  color: var(--Accent-Green, #355C5B);
  text-align: center;
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  height: 54px;
}
.error-content .btn-border{
  padding: 16px 20px;
  border-radius: 10px;
  border: 1px solid var(--Accent-Green, #355C5B);
  color: var(--Accent-Green, #355C5B);
  text-align: center;
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  height: 54px;
  width: 196px;
  max-width: 100%;
}
.error-content .btn-green{
  padding: 16px 24px;
  border-radius: 10px;
  background: var(--Accent-Green, #355C5B);
  color: var(--Nuetral-White, #FFF);
  text-align: center;
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  height: 54px;
  width: 196px;
  max-width: 100%;
}
.error-content div{
  display: flex;
  gap: 12px;
}
@media only screen and (min-width: 700px)  and (max-width: 850px)  {
  .error-video {
    position: relative;
    height: 588px;
    width: 1162px;
    max-width: 100%;
    z-index: 1;
  }
  .error-content {
    width: 390px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    padding: 42px 0px;
  }
}
@media only screen and (min-width: 900px)  and (max-width: 999px)  {
  .error-video {
    position: relative;
    height: 1080px;
    width: 740px;
    max-width: 100%;
    z-index: 1;
  }
  .error-content {
    width: 370px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .error-content h2 {
    font-family: 'LT Afficher Neue';
    font-size: 42px;
    font-weight: 500;
    line-height: 64.4px;
    text-align: left;
    color: #0F0F0F;
  }
  .error-content .btn{
    width: 144px;
    font-size:12px;
    padding: 16px 0px;
  }
}
@media only screen and (min-width: 1000px)  and (max-width: 1090px)  {
  .error-video {
    position: relative;
    height: 1080px;
    width: 740px;
    max-width: 100%;
    z-index: 1;
  }
  .error-content {
    width: 370px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .error-content h2 {
    font-family: 'LT Afficher Neue';
    font-size: 48px;
    font-weight: 500;
    line-height: 64.4px;
    text-align: left;
    color: #0F0F0F;
  }
  .error-content .btn{
    width: 160px;
  }
}
@media only screen and (min-width: 1100px)  and (max-width: 1190px)  {
  .error-video {
    position: relative;
    height: 1080px;
    width: 840px;
    max-width: 100%;
    z-index: 1;
  }
  .error-content {
    width: 370px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .error-content h2 {
    font-family: 'LT Afficher Neue';
    font-size: 48px;
    font-weight: 500;
    line-height: 64.4px;
    text-align: left;
    color: #0F0F0F;
  }
  .error-content .btn{
    width: 160px;
  }
}
@media only screen and (min-width: 1200px)  and (max-width: 1290px)  {
  .error-video {
    position: relative;
    height: 1080px;
    width: 840px;
    max-width: 100%;
    z-index: 1;
  }
  .error-content {
    width: 370px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .error-content .btn{
    width: 160px;
  }
}
@media only screen and (min-width: 1300px)  and (max-width: 1390px)  {
  .error-video {
    position: relative;
    height: 1080px;
    width: 840px;
    max-width: 100%;
    z-index: 1;
  }
  .error-content {
    width: 370px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 1400px)  and (max-width: 1490px)  {
  .error-video {
    position: relative;
    height: 1080px;
    width: 896px;
    max-width: 100%;
    z-index: 1;
  }
}
/* ---------------------------------------footer-------------------------------- */
.footer{
  background: url(../Lenz-img/Footer-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 56px;
  padding-bottom: 40px;
}
.row-logo{
  align-items: center;
  margin-bottom: 32px;
}
.logo-right{
  text-align: end;
}
.footer h3{
  color: var(--Nuetral-White, #FFF);
  font-family: 'LT Afficher Neue Medium 1';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 27.6px */
  text-transform: capitalize;
  margin-bottom: 16px;
}
.menu-h3 li a{
  color: var(--Nuetral-White, #FFF);
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.menu-h3 p{
  color: var(--Nuetral-White, #FFF);
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.menu-h3 ul{
  padding-left: 0px;
  margin-bottom: 0px;
}
.menu-h3 li {
  list-style: none;
  margin-bottom: 10px;
}
.menu-h3-ul ul {
  column-count: 4;
  width: 615px;
  max-width: 100%;
}
.border-top-div{
  display: flex;
  justify-content: space-between;
}
.footer-add-main{
  padding-left: 92px;
}
.border-top-div li{
  list-style: none;
}
.border-top-div {
  padding-top:32px;
  margin-top: 32px;
  border-top: 1px solid #88A3A2;
}
.border-top-div  ul{
  display: flex;
  gap: 32px;
}
.border-top-div li a{
  color: var(--Nuetral-White, #FFF);
  font-family: "Inter Tight";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.copy-p p{
  color: var(--Nuetral-White, #FFF);
  font-family: "Inter Tight";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1800px)  and (max-width: 1920px)  {
    .home-right-contact {
        background: url(../Lenz-img/girl-bg-Card.png) no-repeat;
        background-size: cover;
        background-position: center center;
        height: 645px;
        width: 492px;
        margin: auto;
        padding: 32px 32px;
    }
}