 html {
    /* scrollbar-color: #000 #000;
    scrollbar-width: thin; */
    scroll-behavior: smooth;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-thumb {
    background: #ca252b; 
}
::-webkit-scrollbar-thumb:hover {
    background: #ca252b; 
}
body {
  
  font-family: "Neue Montreal";
}

.modal-open header {
    width: calc(100% - 0px);
    padding-right: 0;
}


.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-open .modal::-webkit-scrollbar{
    display: none !important;
}



@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Regular.eot");
  src: url("../fonts/NeueMontreal-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NeueMontreal-Regular.woff2") format("woff2"),
    url("../fonts/NeueMontreal-Regular.woff") format("woff"),
    url("../fonts/NeueMontreal-Regular.ttf") format("truetype"),
    url("../fonts/NeueMontreal-Regular.svg#NeueMontreal-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Medium.eot");
  src: url("../fonts/NeueMontreal-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NeueMontreal-Medium.woff2") format("woff2"),
    url("../fonts/NeueMontreal-Medium.woff") format("woff"),
    url("../fonts/NeueMontreal-Medium.ttf") format("truetype"),
    url("../fonts/NeueMontreal-Medium.svg#NeueMontreal-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Light.eot");
  src: url("../fonts/NeueMontreal-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NeueMontreal-Light.woff2") format("woff2"),
    url("../fonts/NeueMontreal-Light.woff") format("woff"),
    url("../fonts/NeueMontreal-Light.ttf") format("truetype"),
    url("../fonts/NeueMontreal-Light.svg#NeueMontreal-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Bold.eot");
  src: url("../fonts/NeueMontreal-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NeueMontreal-Bold.woff2") format("woff2"),
    url("../fonts/NeueMontreal-Bold.woff") format("woff"),
    url("../fonts/NeueMontreal-Bold.ttf") format("truetype"),
    url("../fonts/NeueMontreal-Bold.svg#NeueMontreal-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.main-container {
  margin: 0 50px;
}

/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #00b99b;
}

header::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 83%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

/* header.smaller {
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #181818;
    box-shadow: 0px 3px 6px #00000029;
    transition: 0.5s;
    border-bottom: none;
} */
.navbar-brand {
  width: 170px;
  position: relative;
}

/* .navbar-brand::after {
  content: "";
  position: absolute;
  right: -40px;
 
  width: 2px;
  height: 100%;
  top: 0;
  transform: rotate(30deg);
} */

.navbar-expand-lg .navbar-collapse {
  justify-content: end;
  padding-right: 40px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000 !important;
  font-weight: normal !important;
  font-size: 15px !important;
  padding: 17px 0px;
  transition: 0.5s;
  margin: 0 25px;
  text-transform: unset;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.doted-btn {
  position: relative;
}

.loong-text img {
  width: 710px;
}

.loong-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: #00b99b;
}

.doted-btn::after {
  width: 2px;
  height: 2px;
  position: absolute;
  content: "";
  background: #fff !important;
  top: 17px;
  left: 37px;
}

.experieaces-bg {
  padding: 60px 0;
  background: #fff;
  padding-top: 0;
 
}
.experieaces-bg .main-container{
  border-top: 1px solid #d3d3d3;
  padding-top: 60px;
}
.doted-btn::before {
  width: 2px;
  height: 2px;
  position: absolute;
  content: "";
  background: #fff !important;
  top: 17px;
  left: 42px;
}

.navbar-expand-lg .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #363636;
  height: 3px;
  display: block;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-link:focus:before,
.navbar-light .navbar-nav .active>.nav-link:before {
  left: 0;
  right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #000 !important;
  transition: 0.5s;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #000 !important;
  transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #000 !important;
  transition: 0.5s;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
  /* display: none; */
  padding-top: 0;
  padding-bottom: 0;
}

.desk-top-menus ul {
  margin: 0;
  padding: 0;
  text-align: right;
  padding-right: 35px;
}

.desk-top-menus li {
  list-style: none;
  display: inline-block;
}
.exi-sesc
{
    padding:60px 0px;
    background-color:#fff;
}
.pop-subdom
{
    
  padding: 30px 30px;
  background: #f5f4f4;
  border-radius: 10px;
}
.pop-subdom a
{
     text-decoration: none;
  color: #363636;
  border: 1px solid #363636;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: normal;
  transition: 0.5s; 
}
.pop-subdom a:hover
{
   background: #363636;
  color: #fff;
  transition: 0.5s; 
}
.desk-top-menus a {
  margin: 10px 25px;
  text-decoration: none;
  color: #fff;
  padding-bottom: 5px;
}
.submenu {
  position: relative;
}

.submenu-content {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 160px;
}

.submenu:hover .submenu-content {
  display: block;
}
.submenu .arrow {
  position: absolute;
  right: 10px; /* Position arrow on the right */
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
/*-- Underline From Center --*/

.navbar-light .navbar-nav .active>.hvr-underline-from-center:before {
  display: block !important;
}

.desk-top-menu {
  position: relative;
}

.fill-btn {
  text-align: center;
}

.fill-btn a {
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
  border-radius: 5px;
  width: 100%;
  display: block;
  padding: 8px 0;
}

.fill-btn a:hover {
  background: #fff;
  transition: 0.5s;
  color: #000;
}

/* nav-bar-start */
.head-menu {
  position: absolute;
  right: 0;
  top: 17px;
}

.phone-icon {
  display: none;
}

.desk-top-menus {
  position: relative;
}

.desk-top-menus::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.menu-icon {
  cursor: pointer !important;
  transition: 0.5s;
}

.m-tags li {
  list-style: none;
  padding-left: 0;
  padding-bottom: 0px;
}

#megaMenu {
  cursor: pointer;
}

.overlay-close {
  position: fixed;
  z-index: 999;
  top: 50px;
  right: 50px;
  display: inline;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.loan-bullet li {
  list-style: none;
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
}

.loan-bullet li::before {
  position: absolute;
  content: "";
  background: #14097a;
  width: 6px;
  height: 6px;
  left: 0;
  top: 9px;
  border-radius: 50%;
}

.overlay-menu {
  background-color: #00b99b;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: all 0.5s;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
}

.overlay-menu.active {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}

.overlay-close i {
  font-size: 20px;
  color: #fff;
  float: right;
  cursor: pointer;
}

.menu-container {
  width: 100%;
  height: 100%;
  padding: 50px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  border-radius: 20px;
  background: #00b99b;
  border: 0.5px solid #fff;
  padding: 40px;
  scrollbar-width: 0;
}

.m-contents {
  transition: 0.5s;
  opacity: 0;
  transform: translateY(20px);
}

.overlay-menu.active .m-contents {
  transition: 0.5s;
  opacity: 1;
  transform: translateY(0);
}

.mlinks-bx {
  padding-top: 40px;
}

.m-contact h4::before {
  font-family: "FontAwesome";
  position: absolute;
  left: -20px;
  content: "\f041";
  color: #fff;
}

.m-header h2 {
  font-size: 25px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: normal;
}

.m-header h2::before {
  content: "";
  background-color: #fff;
  width: 60%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.m-contact {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.m-contact h4 {
  font-size: 22px;
  position: relative;
}

.m-contact p {
  font-size: 15px;
  margin: 0;
  line-height: 25px;
}

.m-tags {
  padding-top: 0px;
}

.m-tags ul {
  padding: 0;
  margin: 0;
}

.m-links a {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
  transition: 0.5s;
  text-decoration: none;

  padding: 5px 17px;
  display: inline-block;
  text-wrap: nowrap;
  border-radius: 12px;
  margin-left: 0;
}

.m-links a:hover {
  margin-left: 5px;
  transition: 0.5s;
  color: #ff5314;
}

.m-medias {
  align-items: center;
  gap: 30px;
}

.m-medias a i {
  color: #fff;
  font-size: 19px;
  transition: 0.5s;
}

.footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-social li {
  display: inline-block;
  padding: 0 10px;
}

.footer-social img {
  width: 13px;
}

/* nav-bar-end */
.book-call {
  display: none;
}

.brochur-btn a {
  text-decoration: none;
  color: #363636;
  border: 1px solid #363636;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: normal;
  transition: 0.5s;
}

.brochur-btn a:hover {
  background: #098b76;
  color: #fff;
  transition: 0.5s;
}

.brochur-btn {
  padding-top: 10px;
  margin-right: 12px;
}
.brochur-btn a:hover
{
    color:#fff !important;
}
.desk-top-menu .dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  cursor: pointer;
  color: #000;
  font-weight: 100;
  font-size: 15px;
  font-weight: 600;
}

.desk-top-menu .dropdown i {
  font-size: 8px;
  color: #fff;
  vertical-align: middle;
  margin-top: -3px;
}
.brochur-btn .btn-primary
{
    color:#fff !important;
}
.desk-top-menu .dropdown-content {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 200px;
  padding: 5px 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.4s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  border-bottom: 3px solid #022d42;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 37px rgb(0 0 0 / 7%);
}

.desk-top-menu .dropdown:hover .dropdown-content {
  display: block;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.desk-top-menu .dropdown-content a {
  float: none;
  color: #000 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 13px;
  
  text-transform: uppercase;
}

.desk-top-menu .dropdown-content a:hover {
  color: #fff !important;
  background: #00b99b;
}

.modal-backdrop {
  z-index: 9;
}

.brochur-btn .btn-primary {
  background: #00b99b;
  box-shadow: none;
  color: #363636;
  border: 1px solid #00b99b;
  font-weight: normal;
  padding: 5px 25px;
  border-radius: 0;
  transition: 0.5s;
  color:#fff;
}

.brochur-btn .btn-primary:hover {
  background: #00b99b;
  color: #fff;
  transition: 0.5s;
}

.modal-dialog {
  width: 680px;
}

.modal-header {
  border-bottom: none;
  padding: 0;
}

.modal-header .close {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #000;
  background-color: #fff;
  width: 40px;
  height: 40px;
  padding: 0;
  opacity: 1;
  outline: none;
  margin: 0px;
  z-index: 9;
}

.popup-btn {
  text-align: center;
}

.popup-btn a {
  width: 100%;
  display: block;
  color: #fff;
  border-color: #00b99b;
  background-color: #00b99b;
}

.popup-form .form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #000;
  background: transparent;
}

.popup-form .form-control:focus {
  color: #000;
}

.popup-form input::placeholder {
  color: #000;
  font-weight: normal;
  font-size: 14px;
}

.modal-content {
  /*-- background: #ffffffb0;--*/
}

.popup-form h4 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #000;
  padding-bottom: 20px;
}

/* banner */
.social-link ul {
  padding: 0;
  margin: 0;
  padding-left: 10px;
}

.serch-box {
  display: none;
}

.phone-menu {
  display: none;
}

.phone-video {
  display: none;
}

.social-link li {
  list-style: none;
  display: inline-block;
  padding: 8px 0px;
}

.social-link li:first-child {
  padding-left: 0;
}

.social-link a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: 0.5s;
  padding: 10px;
  background: #000;
  border-radius: 5px;
}

.social-link a:hover {
  background: #ff5314;
  color: #fff;
  transition: 0.5s;
}

.social-link {
  position: fixed;
  bottom: 40%;
  left: 0;
  z-index: 9;
  transform: rotate(180deg);
  -webkit-transform: rotate(0deg);
  writing-mode: tb;
}

#fixed-social {
  position: fixed;
  top: 325px;
  z-index: 9;
}

#fixed-social div {
  margin: 5px 0;
  box-shadow: 3px 5px 12px 0px #0000004a;
}

#fixed-social a {
  color: #000;
  display: flex;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 2;
  border-radius: 0 5px 5px 0;
  background: #fff;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fixed-social a:hover {
  background: #000;
  transition: 0.5s;
  color: #00b99b;
}

#fixed-social a:hover>span {
  visibility: visible;
  left: 41px;
  opacity: 1;
}

#fixed-social a span {
  line-height: 36px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
}

.fixed-facebook span {
  background-color: #fff;
  color: #000;
}

.fixed-twitter span {
  background-color: #fff;
  color: #000;
}

.fixed-gplus span {
  background-color: #fff;
  color: #000;
}

.fixed-linkedin span {
  background-color: #fff;
  color: #000;
}

.fixed-instagrem span {
  background-color: #fff;
  color: #000;
}

.fixed-tumblr span {
  background-color: #fff;
  color: #000;
}

.scrool-down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  position: absolute;
  left: 45px;
  bottom: 110px;
  writing-mode: tb;
  color: #fff;
  margin: 0;
  /* height: 100%; */
  padding-top: 45px;
}

.scrool-down h6 {
  margin: 0;
  font-size: 14px;
  color: #fff;
  margin-top: 65px;
  position: relative;
  left: -18px;
  font-weight: normal;
}

.aroow-img-down {
  position: relative;
  transform: translatey(0px);
  animation: updown 5s ease-in-out infinite;
}

@keyframes updown {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-10px);
  }

  100% {
    transform: translatey(0px);
  }
}

.scrool-down img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  position: relative;
  writing-mode: tb;
}

.aroow-img-down::after {
  position: absolute;
  content: "";
  background: #0000008f;
  width: 26px;
  height: 26px;
  left: 2px;
  top: -7px;
  border-radius: 50%;
}

.banner {
  position: relative;
}

@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}
.brochur-btn .btn-primary:not(:disabled):not(.disabled):active
{
    background-color:#00b99b !important;
    border-color:#000 !important;
}
.brochur-btn .btn-primary:not(:disabled):not(.disabled):active:focus
{
    box-shadow:none;
    }
.vedio-banner {
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}

.bro-clr {
  background-color: #000;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 70%);
  width: 100%;
  padding-left: 60px;
}

.banner-text span {
  font-weight: 300;
}

.banner-text h3 {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  padding-bottom: 10px;
  font-family: "Neue Montreal";
}

.banner-text p {
  font-size: 16px;
  color: #d5d5d5;
  font-weight: normal;
  margin: 0;
  padding-right: 52%;
}

.round-box-text {
  width: 265px;
  height: 265px;
  position: absolute;
  right: 50px;
  top: 50%;
  background: #0000009e;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex-direction: column;
  overflow: hidden;
}

.round-all-content {
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff94;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 17px;
  position: relative;
}

.round-all-content::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 8px;
  height: 115px;
  right: 13px;
  bottom: -29px;
  rotate: 35deg;
}

.round-box-text h4 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding-bottom: 10px;
}

.banner a {
  text-decoration: none;
  transition: 0.5s;
}

.banner a:hover {
  transition: 0.5s;
}

.round-box-text p {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  position: relative;
  margin: 0;
}

.round-box-text p::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 85px;
  height: 3px;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0% 0, 100% 0, 93% 100%, 0 100%);
  clip-path: polygon(0% 0, 100% 0, 93% 100%, 0 100%);
  border-top-right-radius: 10px;
}

.banner {
  background: #000;

  overflow: hidden;
  position: relative;
}

.vedio-banner::before {
  /*-- position: absolute;
  content: "";
  background: #0000008f;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;--*/
}

.out-box {
  display: inline-block;
  position: relative;
  top: -25px;
  font-weight: normal;
}

.banner-btn a {
  background: #363636;
  padding: 10px 25px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  transition: 0.5s;
  font-weight: normal;
}

.banner-btn a:hover {
  background: #fff;
  transition: 0.5s;
  color: #000;
}

.banner-btn {
  padding-top: 30px;
}

/* Crafting Dream Spaces new */
.crafting-sec {
  background: #fff;
  text-align: center;
  position: relative;
}

.crafting-sec .main-container {
  padding: 5% 0;
  position: relative;
  z-index: 99;
}

.marq-box span {
  font-size: 77px;
  color: #dfdfdfe6;
  font-weight: 300;
  letter-spacing: 2px;
}

.marq-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.crafting-sec h3 {
  font-size: 55px;
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  font-family: "Neue Montreal";
}

.crafting-sec h3:first-child {
  margin-bottom: 0;
}

.crafting-sec h5 {
  font-size: 20px;
  color: #000;
  font-weight: normal;
}

.image-width {
  padding-top: 20px;
}

.crafting-sec p {
  font-size: 16px;
  padding-top: 45px;
  font-weight: normal;
  color: #000;
}

#uc_marquee_elementor_b659510 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
}

#uc_marquee_elementor_b659510 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
}

#uc_marquee_elementor_b659510 .marquee_text {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  white-space: nowrap;
}

#uc_marquee_elementor_b659510 a {
  text-decoration: none;
}

#uc_marquee_elementor_b659510 .marquee_text-container {
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  /* infinite effect */

  display: flex;

  /*right to left*/

  /*left to right*/
  animation-name: marquee_flip_infinite;

  /* end infinite effect */

  animation-delay: 250ms;
}

/*right to left*/
@keyframes marquee_infinite {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/*left to right*/
@keyframes marquee_flip_infinite {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/*right to left*/
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*left to right*/
@keyframes marquee_flip {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Crafting Dream Spaces */
.page-wrapper {
  width: auto !important;
  overflow: hidden !important;
  padding: 5% 0;
  background: #000;
  padding-top: 2%;
}

.desk-top-sec {
  display: block;
}

.phone-sec-slid {
  display: none;
}

.type-text {
  position: relative;
  text-align: center;
}

.page-wrapper h3 {
  line-height: unset;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-family: "Neue Montreal";
}

.page-wrapper p {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 0 32%;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 35px;
}

.page-wrapper p::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 115px;
  height: 3px;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0% 0, 100% 0, 93% 100%, 0 100%);
  clip-path: polygon(0% 0, 100% 0, 93% 100%, 0 100%);
}

.page-wrapper span {
  display: inline-block;
  padding: 0 5px;
  font-weight: 500;
}

.main-wrapper {
  position: unset !important;
  height: auto !important;
}

.fake-scroll-height {
  height: auto !important;
  display: unset !important;
}

.half_height_bg {
  z-index: -1;
  background-color: #000;
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_intro_wrap.padding-section-medium {
  background-color: #fff;
  padding: 5% 0;
  padding-bottom: 0%;
}

.home_intro_wrap h3 {
  font-size: 45px;
  text-align: center;
  color: #181818;
  padding-bottom: 10px;
  font-weight: 500;
}

.type-text .typewrite {
  font-size: 45px;
  font-weight: 300;
}

.up-down {
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down {
  0% {
    transform: translate(1px, 20px);
  }

  50% {
    transform: translate(1px, 12px);
  }

  100% {
    transform: translate(1px, 22px);
  }
}

.home_intro_wrap p {
  font-size: 16px;
  color: #181818;
  text-align: center;
  padding: 0 20%;
  font-weight: normal;
  padding-bottom: 20px;
}

.g_header_text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sticky_circle_wrap {
  height: 200dvh;
  border-radius: 60px;
}

.sticky_circle {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky_circle_element {
  justify-content: flex-start;
  align-items: end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  padding: 0 50px;
  border-radius: 22vw;
}

.sticky_circle_element img {
  border-radius: 60px;
  width: 100%;
}

.sticky_circle_element .overlay {
  content: "";
  background-color: #00000059;
}

.sticky_pin_element {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--base-color-brand--tomato);
  border-radius: 100rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 0;
  display: flex;
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.sticky_logo h2 {
  font-size: 45px;
  color: #ffffff;
  font-weight: normal;
}

.main-text {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #181818ba;
  padding: 15px;
  position: relative;
}

.border-line {
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff94;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
}

.album_image-mask h5 {
  color: #fff;
  position: relative;
  z-index: 99;
  text-align: center;
  background: #00000073;
  padding: 10px 0;
  font-size: 20px;
}

.char {
  opacity: 0;
}

.line {
  overflow: hidden;
  padding-bottom: 0.2em;
  margin-top: -0.2em;
}

.transition-img {
  pointer-events: none;
}

.item_headline {
  pointer-events: none;
}

.blur-filter {
  transition: filter 0.3s ease;
  pointer-events: none;
}

.light {
  font-weight: 300 !important;
  color: #fff !important;
  padding: 0 !important;
  top: 0 !important;
}

.expiricans-box {
  background: #2b2b2b;
  border: 0.5px solid #303030;
  border-radius: 50px;
  padding: 30px;
  height: 305px;
}

.expiricans-box h4 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  height: 85px;
}

.expiricans-box p {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 0 !important;
  text-align: left !important;
  line-height: unset !important;
}

.expiricans-box img {
  height: 75px;
  transition: 0.5s;
}

.expiriance-bg h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  padding-bottom: 10px;
  text-align: center;
}

.color-change {
  color: #ff5314;
  display: inline-block;
  position: relative;
  top: -17px;
  padding: 0 5px;
  font-weight: 500;
}

.expiriance-bg p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding: 0 15%;
  padding-bottom: 30px;
  text-align: center;
}

.expiriance-bg {
  padding-bottom: 5%;
}

.expiricans-box:hover img {
  transform: rotate(10deg);
  transition: 0.5s;
}

.padd-box {
  padding: 10%;
}

.pain-points-outer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pain-points-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  text-align: center;
}

.image_full_vision img {
  height: 100vh;
  max-width: none;
  min-height: 100vh;
  min-width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
}

.image_full_vision {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 22vw;
  height: 35vw;
  position: relative;
  width: 60vw;
}

.sticky__element {
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 2;
}

.sticky__element {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

/* ELEVATED EXPERIENCES */
.experieaces-bg .main-container {
  margin: 0 105px;
}

.phone-faq-sec {
  display: none;
}

@media (min-aspect-ratio: 16/9) {
  .panal-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .panal-video {
    width: auto;
    height: 100%;
  }
}

.cards-layer-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.card-1 {
  z-index: 1;
  background-color: #141414;
  border: 0.5px solid #303030;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 22rem;
  padding: 20px;
  display: flex;
  position: relative;
}

.card-icon {
  margin-bottom: 2rem;
  width: auto;
}

.custom h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: normal;
  padding-bottom: 20px;
  font-family: "Neue Montreal";
  text-transform: uppercase;
}

.custom span {
  top: 0;
  font-weight: 300;
}

.custom p {
  font-size: 15px;
  color: #000;
  font-weight: normal;
  margin-bottom: 35px;
}

.number-sec {
  float: left;
  width: 33%;
}

.border-top-sec {
  float: left;
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
  position: relative;
  height: 90px;
}

.span-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  top: 30px;
  width: 100%;
}

.span-wrapper h5 {
  font-size: 18px;
  color: #000;
  padding: 0 5px;
}

.experieaces-bg .main-container {
  margin: 0 55px;
}

.span-wrapper p {
  font-size: 14px;
  margin: 0;
  padding: 0 10px;
}

.number-sec span {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  padding: 0 13px;
  line-height: 21px;
  color: #000;
}

.border-bottom-sec {
  float: left;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin-top: 28px;
}

.border-left-none {
  border-left: none;
}

.border-left-none {
  border-left: none;
}

.element-vedio video {
  width: 77%;
  height: auto;
  position: absolute;
  top: 30.6%;
  left: -60px;
}

.element-vedio {
  position: relative;
  height: 100%;
}

.global-subline h2 {
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: normal;
  font-family: "Neue Montreal";
  height: 65px;
}

.global-subline p {
  color: #ebebeb;
  font-size: 15px;
  font-weight: normal;
}

.copytext {
  color: var(--grey);
  letter-spacing: -0.2px;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3em;
}

.card-2 {
  z-index: 2;
  background-color: #141414;
  border: 0.5px solid #303030;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 22rem;
  padding: 20px;
  display: flex;
  position: relative;
}

.card-3 {
  z-index: 3;
  background-color: #141414;
  border: 0.5px solid #303030;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 22rem;
  padding: 20px;
  display: flex;
  position: relative;
}

.padd-sec {
  padding-left: 5px;
  padding-right: 5px;
}

/* client-logo */
.client-logo {
  text-align: center;
}

.phone-logo {
  display: none;
}

.client-logo-sec {
  border-radius: 40px;
  background: #fff;
  padding: 2.5rem 2rem;
  margin: 0 7%;
}

.client-logo-sec .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.client-logo-sec h3 {
  font-size: 21px;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.5rem;
  text-align: center;
}

.client-bg {
  padding: 3% 0;
  background: #000;
  padding-bottom: 0;
}

.client-bg .main-container {
  border-bottom: 1px solid #565656;
  padding-bottom: 70px;
}

/* footer */
.footer-grid-item {
  background-color: #212121;
  perspective: 1000px;
  border: 0.5px solid #353535;
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  gap: 20px;
  font-weight: 500;
  height: 130px;
}

.copytext {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.footer-bg {
  background: #fff;
}

.footer-change {
  border-top: 1px solid #fff;
  padding: 3% 0;
}

.form-sec h5 {
  color: #000;
  font-weight: normal;
  font-size: 16px;
}

.form-sec .form-control {
  background: transparent;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgb(0 0 0 / 45%);
  box-shadow: none;
  padding-left: 0;
  padding-bottom: 10px;
}

.form-sec input::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.mail-box {
  position: relative;
}

.mail-box .form-group {
  margin-right: 95px;
}

.sub-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.sub-btn .btn-primary {
  background-color: rgb(0 0 0 / 0%);
  border: 1px solid rgb(0 0 0 / 35%);
  padding: 10px 32px;
  font-size: 0.75em;
  transition: 0.4s;
  border-radius: 0;
  color: #000;
}

.sub-btn .btn-primary:hover {
  background: #fff;
  transition: 0.4s;
  color: #000;
}

.header-txt {
  font-style: normal;
}

.form-sec h4 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-right: 215px;
}

.form-sec span {
  font-weight: 300;
  top: 0;
}

.quick-links ul {
  margin: 0;
  padding: 0;
}

.quick-links li {
  list-style: none;
}

.quick-links a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
  transition: 0.5s;
}

.quick-links a:hover {
  text-decoration: underline;
  transition: 0.5s;
}

.contact-pri {
  border: 1px solid #000;
  border-radius: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 46px;
  margin-right: 400px;
  padding: 12px 50px;
  font-size: 0.82em;
  font-weight: 400;
  display: flex;
  color: #000;
  text-decoration: none !important;
  transition: 0.5s;
}

.arrow-img {
  position: absolute;
  margin-left: 280px;
  border-radius: 0px;
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.contact-btn:hover a {
  transform: scale(1.1);
  transition: 0.5s;
  background: #000;
  color: #000;
  border: 1px solid #000;
  background: #fff;
}

.coppy-sec p {
  color: #000;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.privacy {
  text-align: center;
}

.privacy a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  transition: 0.5s;
}

.privacy a:hover {
  color: #ff5314;
  transition: 0.5s;
}

.all-right {
  text-align: right;
}

.all-right p {
  font-size: 13px;
  font-weight: normal;
  color: #000;
  margin: 0;
}

.coppy-bg {
  padding-top: 35px;
  border-top: 1px solid #dfdfdf;
  margin-top: 50px;
}

.logo-footer {
  padding-top: 95px;
}

#button {
  display: inline-block;
  background: #181818;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  /* position: fixed;
    bottom: 50px;
    right: 20px; */
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  transition: 0.5s;
}

#button:hover {
  background: #ff5314;
  transition: 0.5s;
}

#button.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

#button::after {
  content: "\f062";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  transition: 0.5s;
}

.image-width img {
  width: 100%;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.image-width {
  overflow: hidden;
}

.image-width:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.top-link {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  margin: 0 0;
  font-family: Q-R, sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  display: flex;
}

element.style {
  background-color: rgba(241, 241, 241, 0);
}

.social-link-box {
  border: 1px solid rgb(0 0 0 / 35%);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 4px;
  display: flex;
}

.back-top-btn a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  font-weight: normal;
}

.social-link-box.to-top {
  margin-right: 10px;
}
.social-icon i{
  font-size: 17px;
}
.container {
  width: 5500px !important;
  max-width: 4370px !important;
  display: flex;
  flex-wrap: nowrap;
}

#root {
  overflow: hidden;
}

.panel {
  width: 100%;
  height: 100vh;
  color: white;
  position: relative;
  box-sizing: border-box;
}

.other-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product-img {
  padding-left: 50px;
}

.padd-padd {
  padding-left: 0;
}

.panel h3 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-align: left;
  padding-top: 20px;
}

.panel h1 {
  width: 100%;
  font-weight: 300;
  font-family: "Neue Montreal";
  font-size: 145px;
  margin: 0;
  text-align: center;
  letter-spacing: 5px;
  color: #fff;
}

.loong-text p::after {
  display: none;
}

.enqury-btn {
  text-align: center;
}

.enqury-btn a {
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  transition: 0.5s;
  padding: 8px 25px;
}

.enqury-btn a:hover {
  background: #fff;
  color: #000;
  transition: 0.5s;
}

.panel span {
  color: #fff;
  top: 0;
  font-weight: normal;
  padding: 0;
  font-family: "Neue Montreal";
}

.bottam-img {
  width: 275px;
  position: fixed;
  top: 370px;
  -webkit-transform: rotate(355deg);
  -moz-transform: rotate(355deg);
  transform: rotate(355deg);
}

.top-img {
  width: 275px;
  position: absolute;
  top: 112px;
  right: 105px;
  -webkit-transform: rotate(355deg);
  -moz-transform: rotate(355deg);
  transform: rotate(355deg);
  z-index: -1;
}


.banner-img video {
  opacity: 0.3;
  width: 100%;
}

.vedio-banner {
  height: 100vh;
}

@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}

body.loaded #backgrounds {
  width: 1000vw;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  transform: translateX(calc(var(--total) * -1%)) skewX(calc(var(--velocity) * 5deg));
}

body.loaded #backgrounds .bg {
  display: flex;
  height: 100vh;
  width: 100vw;
  /* background: var(--pink); */
  overflow: visible;
  position: relative;
}

body.loaded #backgrounds .bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 100%;
  background: var(--cream);
  transform: scaleX(calc(var(--posvelocity)));
  transform-origin: left;
}

body.loaded #backgrounds .bg:nth-of-type(2n) {
  background: var(--cream);
}

body.loaded #wrap {
  width: calc(100% - 32px);
  /* max-width: 1200px; */
  position: relative;
  z-index: 1;
}

body.loaded #wrap #panels {
  width: 100%;
  /* height: 1000vh; */
}

body.loaded #wrap #panels section.panel {
  width: 100%;
  height: 100vh;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0vh;
}

/* product-sec */
.paralaxe-mob {
  display: none;
}

.parallax-1 {
  /* background-image: url(../images/product-img-big-1.png);*/
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  background-color: none;
}

.parallax-2 {
  position: relative;
  height: 100vh;
  background-color: none;
  text-align: center;
  background-size: cover;
  background-position: center;
  margin-top: -55px;
}

.parallax-3 {
  position: relative;
  height: 100vh;
  background-color: none;
  text-align: center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-top: -55px;
}

.parallax-4 {
  position: relative;
  height: 100vh;
  background-color: none;
  text-align: center;
  background-size: cover;
  margin-top: -55px;
}

.parallex-contant {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-left: 100px;
  font-weight: normal;
  font-family: "Neue Montreal";
}

.parallex-contant h6 {
  text-align: left;
  letter-spacing: 5px;
  height: auto;
  color: white;
  font-size: 45px;
}

.parallex-contant p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin: 0;
}

.parallax-sec {
  padding: 60px 0;
  background: #1b998c;

}

.parallax-sec .main-container {
  position: relative;
}

.parallax-img {
  position: relative;
}

.parallax-detal {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background-color: rgba(0, 0, 0, .4);
  padding: 30px;
  backdrop-filter: blur(0.35rem);
  -webkit-backdrop-filter: blur(.35rem);
  width: 100%;
  max-width: 360px;
}

.parallax-detal h5 {
  color: #fff;
  font-size: 18px;
}

.parallax-detal h3 {
  color: #fff;
  font-family: 25px;
  margin: 0;
}

.parallax-sec .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-sec .owl-carousel .owl-nav button.owl-prev span {
  font-size: 50px;
  line-height: 0;
  color: #fff;
  margin-top: -10px;
}

.parallax-sec .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-sec .owl-carousel .owl-nav button.owl-next span {
  font-size: 50px;
  line-height: 0;
  color: #fff;
  margin-top: -10px;
}

.parallax-sec .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 50px;
  position: relative;
}

.parallax-sec .owl-nav::after {
  position: absolute;
  content: '';
  background: #fff;
  right: 58px;
  bottom: 15px;
  width: 40%;
  height: 1px;
}

.parallax-sec h3 {
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}

.parallax-sec p {
  font-size: 16px;
  color: #fff;
}

.parallax-detal h4 {
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  margin: 0;
}

#counter {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-style: 500;
  font-size: 20px;
}

/* Faq */
.qustion {
  font-weight: 300;
  color: #fff !important;
}

.flip-card {
  background: none;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  position: relative;
  margin: auto;
  margin-bottom: 30px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 300px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  background: #1b998c;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front {
  position: absolute;
  width: 100%;
  height: 300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
 
}

.faq-sec .row {
  padding: 0 10%;
}

.flip-card-back {
  position: absolute;
  width: 100%;
  height: 300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.flip-card-front h5 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.flip-card-front h6 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: 20px;
  right: 20px;
}

.flip-card-back {
  background-color: #29bdae;
  color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
  font-size: 15px;
  box-shadow: 3px 5px 12px 0px #0000004a;
}

.phone-faq-contant {
  display: none;
}

.faq-sec h3 {
  text-align: center;
  color: #fff;
  font-size: 53px;
  font-weight: normal;
  padding: 0 0%;
  font-family: "Neue Montreal";
}

.faq-sec span {
  font-weight: 300;
}

.fixed-sec p {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 0 10%;
}

.faq-sec {
  padding: 4% 0;
  /* padding-bottom: 20%; */
  background: #29bdae;
}

.fixed-sec {
  z-index: 0;

  text-align: center;
  /* margin-top: 30px; */

  padding-bottom: 30px;
}

.phone-sec-box {
  display: none;
}

.fixed-faq-box {
  padding-top: 0%;
}

.navwrap {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 20px;
}

/* about us */
.remove-fixed {
  position: relative;
}

.about-text h3 {
  font-size: 35px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  font-weight: 500;
}

.about-text p {
  font-size: 16px;
  color: #000;
  font-weight: normal;

  text-align: justify;
}

.who-we-img {
  position: relative;
}

.who-we-img::after {
  position: absolute;
  content: "";
  background: #00000047;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.who-we-img img {
  border: 1px solid #ffffff94;
}

.who-we-bg {
  padding: 5% 0%;
  border-bottom: 1px solid #76767640;
  background-color: #fff;
  border-top: 1px solid #b0acac;
}

.value-bg h3 {
  font-size: 40px;
  color: #fff;
  padding-bottom: 50px;
  text-align: center;
  font-weight: 500;
}

.value-bg span {
  font-weight: 300;
}

.values-box h5 {
  color: #fff;
  font-weight: normal;
  font-size: 25px;
  padding-bottom: 10px;
}

.values-box p {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
}

.values-box img {
  padding-bottom: 20px;

}

.value-bg {
  padding: 5% 0;
  border-bottom: 1px solid #7676763d;
  background-color: #fff;
}

.proces-titil h3 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.proces-titil span {
  font-weight: 300;
}

.proces-titil p {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  text-align: center;
  padding: 0 20%;
}

.process-sec {
  padding: 5% 6%;
  position: relative;
  border-bottom: 1px solid #7676763d;
  background-color: #fff;
  padding-top: 35px;
}

.process-sec .owl-carousel .owl-nav.disabled {
  display: block;
}

.process-sec .owl-carousel .owl-nav button.owl-next,
.process-sec .owl-carousel .owl-nav button.owl-prev {
  background: #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-sec .owl-carousel .owl-nav button.owl-next span {
  color: #fff;
  font-size: 45px;
  line-height: 0;
  margin-top: -7px;
}

.process-sec .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -45px;
  bottom: 110px;
}

.process-sec .owl-carousel .owl-nav button.owl-prev span {
  color: #fff;
  font-size: 45px;
  line-height: 0;
  margin-top: -7px;
}

.process-sec .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -45px;
  bottom: 110px;
}

.all-cnontant-box {
  background: #00b99b;
  box-shadow: 0px 3px 6px #0b0a0a24;
  padding: 15px;
  margin: 5px;
  height: 210px;
  border-radius: 35px;
}

.proces-text h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 70px;
}

.proces-text h4 {
  font-size: 19px;
  color: #fff;
  font-weight: normal;
}

.proces-text p {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.process-img {
  height: 100%;
}

.process-img img {
  height: 100%;
}

.wave-div {
  position: absolute;
  top: 385px;
  left: 0;
  margin-left: 85px;
}

.w-\[calc\(var\(--width\)-\(2\*var\(--gutter\)\)\)\] {
  width: calc(var(--width) - var(--gutter) * 2);
}

.misstion-text {
  padding-left: 50px;
}

.misstion-text h3 {
  font-size: 35px;
  color: #fff;
  font-family: "PP Eiko";
  font-weight: 500;
  padding-bottom: 15px;
}

.misstion-text p {
  font-size: 24px;
  color: #a7a7a7;
  font-weight: normal;
  /* line-height: 30px; */
  margin: 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #4e4e4e;
  padding-top: 30px;
}

.misstion-text h5 {
  font-size: 90px;
  font-weight: normal;
  color: #fff;
  line-height: 0.65;
  position: absolute;
  left: 0;
  margin: 0;
}

.misstion-img {
  position: relative;
  margin-right: 70px;
}

.misstion-img img {
  border: 1px solid #ffffff94;
  object-fit: cover;
}

.misstion-img::after {
  position: absolute;
  content: "";
  background: #0000003b;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mission-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 9;
}

.mission-box h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 7px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
}

.mission-box p {
  font-size: 25px;
  font-weight: normal;
  color: #e5e5e5;
}

.misstion-visstion-sec {
  padding: 5% 4%;
}

.about-text span {
  font-weight: 300;
}

.sub-head {
  top: 24px;
}

.sub-img {
  padding-top: 30px;
  position: relative;
  padding-bottom: 30px;
}

.all-product-sec .owl-carousel .owl-nav.disabled {
  display: block;
}

.loanwrapper .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  font-size: 40px;
  color: #000;
}

.all-product-sec .owl-carousel .owl-nav button.owl-prev {
  color: inherit;
  font: inherit;
  font-size: inherit;
  color: #000;
  position: absolute;
  left: -30px;
  font-size: 60px;
  top: 25%;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  width: 40px;
  height: 40px;
  line-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-product-sec .owl-carousel .owl-nav button.owl-prev span {
  line-height: unset;
  margin-top: -12px;

}

.all-product-sec .owl-carousel .owl-nav button.owl-next {
  color: inherit;
  font: inherit;
  font-size: inherit;
  color: #000;
  position: absolute;
  right: -30px;
  font-size: 60px;
  top: 25%;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  width: 40px;
  height: 40px;
  line-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-product-sec .owl-carousel .owl-nav button.owl-next span {
  line-height: unset;
  margin-top: -12px;
}

.sub-img::after {
  position: absolute;
  content: "";

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.values-box {
  background: none;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.value-flip-inner {
  position: relative;
  width: 100%;
  height: 300px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  background: #0d0d0d;
}

.values-box:hover .value-flip-inner {
  transform: rotateY(180deg);
}

.value-flip-front {
  position: absolute;
  width: 100%;
  height: 300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #00b99b;
  border: 0.5px solid #303030;
  padding: 30px;
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
}

.process-slider .owl-next.disabled {
  display: none !important;
}

.process-slider button.disabled {
  opacity: 0;
  cursor: default !important;
}

.value-card-back {
  position: absolute;
  width: 100%;
  height: 300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #00b99b;
  border: 0.5px solid #303030;
  padding: 30px;
}

.flip-card-front h5 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

.flip-card-front h6 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: 20px;
  right: 20px;
}

.value-card-back {
  background: #00b99b;
  color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
  font-size: 15px;
  
  border: 0.5px solid #303030;
  padding: 30px;
  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
}

.phone-proces {
  display: none;
}

/* products-details */
details {
  position: relative;
}

details summary {
  display: block;
  cursor: pointer;
  color: #000;
}

details summary:focus {
  outline: none;
}

details[open] {
  display: block;
  padding-bottom: 25px;
  animation: open 0.2s linear;
}

details[open] summary {
  position: absolute;
  bottom: 0;
  left: 0;
}

details #open {
  text-align: middle;
  font-weight: normal;
}

details #open:after {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 8px;
  content: "\00bb";
  transform: rotate(90deg);
  color: #000;
}

details[open] #open {
  display: none;
}

details #close {
  display: none;
}

details[open] #close {
  display: block;
  font-weight: normal;
}

::-webkit-details-marker {
  display: none;
}

details span {
  border: 1px solid #000;
  padding: 6px 25px;
  transition: 0.5s;
  color: #000;
}

details #open:hover::after {
  color: #fff;
}

details span:hover {
  background: #464646;
  transition: 0.5s;
  color: #fff;
}

.sub-description {
  border: 1px solid #464646;
  padding: 20px;
  margin-top: 20px;
}

.sub-description a {
  color: #000;
  text-decoration: none;
}

.sub-description p {
  margin-bottom: 10px !important;
  font-size: 15px !important;
  color: #000 !important;
}

.sub-description ul {
  padding-left: 0;
  margin: 0;
}

.sub-description li {
  padding-left: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  list-style: none;
  position: relative;
}

.sub-description li::before {
  position: absolute;
  content: "";
  background: #000;
  width: 6px;
  height: 6px;
  left: 0;
  top: 10px;
}

.xzoom-container {
  width: 100% !important;
  display: unset;
}

.xzoom-container a {
  text-decoration: none;
}

.xzoom {
  box-shadow: none;
  width: 100% !important;
  border-radius: 10px;
}

.location-quick {
  border-bottom: 1px solid #484848;
  padding-bottom: 26px !important;
}

.location-quick:last-child {
  padding-bottom: 0px !important;
  padding-top: 20px !important;
  border-bottom: none;
}

.quick-header {
  padding-top: 25px;
}

.xzoom-thumbs {
  padding-top: 20px;
  text-align: center;
  margin-bottom: 25px;
}

.product-details h3 {
  color: #141414;
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #141414;
  text-transform: uppercase;
}

.product-details span {
  font-weight: 300;
}

.product-details h4 {
  font-size: 25px;
  color: #141414;
  font-weight: normal;
}

.product-details p {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  font-weight: normal;
  text-align: justify;
}

.avaleblr-color-bg h5 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;

}

.avaleblr-color-bg ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mob-clr {
  display: none !important;
}

.avaleblr-color-bg li {
  list-style: none;
  padding: 0 20px;
}

.avaleblr-color-bg {
  text-align: center;
  padding: 3% 0;
  background: #fff;

}

.btn-spanish span {
  font-size: 30px;
  font-weight: normal;
}

.benefits-box {
  background: #00b99b;

  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benifit-sec {
  padding: 5% 0;
  border-bottom: 1px solid #8a8282;

}

.benifit-sec h3 {
  text-align: center;
  font-size: 25px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.benifit-sec p {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  padding: 0 18%;
  text-align: center;
  margin: 0;
  padding-bottom: 30px;
}

.benefits-box h5 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-left: 15px;
}

.color-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.color-img {
  text-align: center;
  background: #eee;
  box-shadow: 0px 3px 6px #00000029;
  height: 110px;
  width: 140px;
  padding: 6px;
  padding-top: 6px;
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-items: center !important;
  align-items: center;
  padding-top: 19px;
}

.color-img h6 {
  font-size: 15px;
  color: #000;
  font-weight: normal;
  padding-top: 10px;
  margin: 0;
}

.product-image-sec {
  padding: 5% 55px;
  border-bottom: 1px solid #343434;
  background: #fff;
}

.requst-email h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.requst-email span {
  font-weight: 300;
}

.requst-email h5 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding-bottom: 20px;
}

.requst-email .form-control {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  padding: 20px 10px;
  box-shadow: none;
}

.requst-email input::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.requst-email textarea::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.requst-email .form-group {
  margin-bottom: 35px;
}

.form-img img {
  border-radius: 10px;
  border: 1px solid #ffffff69;
}

.requst-from {
  padding: 5% 0;
}

.zoome-product-img {
  padding-right: 10%;
}

.product-descri-sec {
  padding: 5% 0;
  border-bottom: 1px solid #343434;
  position: relative;
}

.fixed-text h4 {
  color: #e4e6eb;
  font-size: 2.375rem;
  font-weight: normal;
}

.product-listed-next {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  margin: 5px;
  border-radius: 10px;
  overflow: hidden;
}

.product-srooling-text h5 {
  font-size: 25px;
  color: #fff;
  font-weight: normal;
}

.product-srooling-text p {
  font-size: 15px;
  color: #a0a5ab;
  font-weight: normal;
  padding-bottom: 30px;
  border-bottom: 1px solid #464646;
  margin: 0;
}

.product-srooling-text p:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.product-srooling-text h6 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  padding: 10px 0;
}

.product-srooling-text h3 {
  color: #e4e6eb;
  font-size: 1.562rem;
  font-weight: normal;
  padding-bottom: 25px;
  margin: 0;
  padding-top: 35px;
}

.product-srooling-text h3:first-child {
  padding-top: 0;
}

.fixed-text {
  position: sticky;
  top: 40px;
}

.product-srooling-text {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 9;
}

.product-img-sec {
  padding-bottom: 30px;
}

.scrool-img {
  padding-right: 68%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.scrool-img img {
  border-radius: 10px;
}

/* contact */
.collepse-sec h3 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  padding-bottom: 20px;
}

.collepse-sec {
  padding-left: 75px;
}

.map-sec {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 6%);
}

.loctation-btn a {
 background: #fff;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: normal;
  transition: 0.5s;
  color: #000;
  text-decoration: none;
}

.loctation-btn a:hover {
  border-color: #000;
  color: #000;
  background: #fff;
  transition: 0.5s;
}

.loctation-btn {
  padding-top: 20px;
  text-align: left;
  padding-bottom: 6px;
}

.map-sec p {
  margin: 0;
  font-size: 15px;
  color: #000;
}

.contact-form-sec .card-header {
  background: transparent;
}

.contact-form-sec .form-control {
  border: 1px solid #aab6b6;
  box-shadow: none;
  background: transparent;
  border-radius: 0px;
}

.contact-form-sec input::placeholder {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}

.contact-form-sec textarea::placeholder {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}

.sub-btn-form .btn-primary {
  width: 100%;
  border-radius: 0px;
  font-size: 14px;
  font-weight: normal;
  transition: transform 1.125s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  background: #00b99b;
border:none;
  color: #fff;
}
section
{
    background-color:#00b99b;
}
.sub-btn-form .btn-primary:hover {
  color: #fff;
}

.sub-btn-form .cta-btn:hover {
  background: #363636;
  color: #fff !important;
}

.btn-wrapper {
  display: grid;
  place-items: center;
  position: relative;
  color: #fff;
}

.cta-btn:hover .btn-inner {
  transform: translateY(-100%);
}

.cta-btn .btn-inner:after {
  color: #fff;
}

.btn-inner,
.btn-inner:after {
  transition: transform 1.125s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-inner:after {
  bottom: -120%;
  content: attr(data-content);
  left: 0;
  position: absolute;
  color: #fff;
}

.cta-btn:hover .btn-inner {
  transform: translateY(-100%);
}

.sub-btn-form .cta-btn .btn-inner:after {
  color: #fff;
}

.cta-btn:hover .btn-inner:after {
  transform: translateY(-20%);
}

:not(.safari) .oh {
  overflow: clip;
}

.faq-a {
  cursor: pointer;
  font-size: 25px;
  width: 100%;
  text-align: left;
  /* background: #f5f5f5;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
  padding: 20px 0px;
  border-radius: 19px;
  position: relative;
  text-decoration: none !important;
  color: #000;
  font-weight: normal;
}

.faq-a::after {
  position: absolute;
  content: "+";
  right: 0;
  top: 18px;
  right: 25px;
  font-size: 28px;
  font-weight: normal;
  transform: rotate(-45deg);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.collepse-sec .card {
  border-radius: 0;
  border: none;
  border-left: 1px solid #aab6b6;
  background: transparent;
  position: relative;
}

.collepse-sec .card::after {
  bottom: 0;
  content: "";
  position: absolute;
  left: 2.0833333333vw;
  right: 0;
  border-bottom: 1px solid #022d42;
}

.collepse-sec .card:last-child::after {
  display: none;
}

.collepse-sec .card-header {
  border-bottom: none;
  background: transparent;
}

.faq-a.collapsed::after {
  transform: rotate(-90deg);
}

.genaral-box h5 {
  font-size: 17px;
  font-weight: normal;
  color: #000;
  margin-bottom: 0;
  padding-top: 20px;
}

.genaral-box a {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  color: #000;
}

.genaral-box a::after,
.genaral-box a::before {
  bottom: 0.1em;
  content: "";
  display: block;
  position: absolute;
  transform: none;
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  border-bottom: 1px solid #022d42;
}

.genaral-box a::after {
  left: 0;
}

.genaral-box a::before {
  left: -100%;
}

.genaral-box a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.genaral-box a:hover::before {
  transform: translate3d(100%, 0, 0);
}

.genaral-box a:hover::after {
  transform: translate3d(150%, 0, 0);
}

.contact-text h4 {
  color: #000;
  font-size: 25px;
  font-weight: normal;
}

.contact-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.contact-bg {
  background: #fff;
  padding: 5% 0;
  padding-bottom: 0;
}

.contact-bg .main-container {
  border-bottom: 1px solid #000;
  padding-bottom: 5%;
}

.collapse.show::before {
  bottom: 0;
  content: "";
  position: absolute;
  border-left: 1px solid #022d42;
  left: -1px;
  top: 0;
}

.goole-mapp-sec {
  background: #fff;
  padding: 5% 0;
}

.social-icons-contact ul {
  margin: 0;
  padding: 0;
}

.social-icons-contact li {
  list-style: none;
}

.social-icons-contact a {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  color: #000;
}

.social-icons-contact a::after,
.social-icons-contact a::before {
  bottom: 0.1em;
  content: "";
  display: block;
  position: absolute;
  transform: none;
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  border-bottom: 1px solid #022d42;
}

.social-icons-contact a::after {
  left: 0;
}

.social-icons-contact a::before {
  left: -100%;
}

.social-icons-contact a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.social-icons-contact a:hover::before {
  transform: translate3d(100%, 0, 0);
}

.social-icons-contact a:hover::after {
  transform: translate3d(150%, 0, 0);
}

.social-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.social-links h4 {
  font-size: 17px;
  margin: 0;
  font-weight: normal;
  padding-left: 22px;
  position: relative;
}

.social-links h4::before {
  position: absolute;
  content: "";
  background: #022d42;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.map-sec {
  position: relative;
}

.mapp-contant {
  position: absolute;
  bottom: 110px;
  left: 45px;
  background: #fff;
  padding: 30px;
}

.mapp-contant h5 {
  font-size: 25px;
  color: #000;
  font-weight: normal;
  padding-right: 10px;
}

.mapp-contant a {
  color: #fff;
}

.mapp-contant .btn-primary {
  background: #000;
  color: #fff;
  border-color: #000;
  transition: 0.5s;
  font-size: 14px;
  font-weight: normal;
}

.mapp-contant .btn-primary:hover {
  background: #000;
  transition: 0.5s;
}

/* product-listing */
.listing-text p {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  text-align: center;
  padding: 0 14%;
  line-height: 30px;
}

.listing-text p:last-child {
  margin: 0;
}

.listing-text {
  padding: 5% 0;
  text-align: center;
  border-bottom: 1px solid #282828;
  background-color: #fff;
}

.listing-text h3 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  display: inline-block;
  padding: 0 43px;
  padding-bottom: 10px;
  position: relative;
}

.listing-text h3::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 2px;
  background: #000;
  top: calc(50% - 1px);
  right: 0;
}

.listing-text h3::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 2px;
  background: #000;
  top: calc(50% - 1px);
  left: 0;
}
.tabsec-bus
{
    margin-top: 45px !important;
}
.product-list-img p {
  text-align: left;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  line-height: unset !important;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align:justify;

}

.product-list-fix {
  padding-left: 15px;
  padding-bottom: 0px !important;
}

.product-asian h4 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  margin:0px;
}

.product-asian a {
  text-decoration: none;
  font-size: 16px;

  transition: 0.5s;
  color: #fff;




}

.product-asian a:hover {
  color: #fff;
  transition: 0.5s;
}

.header-banner {
  position: relative;

}

.product-asian i {
  transition: 0.5s;
}

.product-asian a:hover i {
  padding-left: 5px;
  transition: 0.5s;
}

oduct-list-img h5 {
  text-align: left;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  padding-top: 10px;
}

.detail-btn {
  text-align: left;
}

.detail-btn a {
  text-decoration: none;
  font-size: 15px;

  color: #000;
  transition: 0.5s;
  border: 1px solid #000;
  padding: 8px 25px;
}

.detail-btn a:hover {
  background: #363636;
  color: #fff;
  transition: 0.5s;
  letter-spacing: 1px;
}

.product-list-img {
  position: relative;


  text-align: left;
}

.post-h h4 {
  font-weight: normal;
  font-size: 24px;

}

.product-asian {
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  background: #0000008a;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.all-product-sec {
  padding: 0 5%;
  padding-top: 50px;
  position: relative;
}

.titil-flx img {
  width: 40px;
}

.titil-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.titil-flx h5 {
  text-transform: uppercase;

}

.detail-btn {
  padding-bottom: 15px;
  padding-left: 15px;
}

.product-list-sec {
  background: #00b99b;
  
  padding: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.product-list-sec h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.product-list-sec img {
  padding-bottom: 20px;
}

.product-list {
  border-bottom: none;
  background: #fff;
}

.phone-discription {
  display: none;
}

/* specification */
.specification-sec {
  background: #fff;
  /* box-shadow: 0px 3px 6px #00000069; */
  margin: 0 13%;
  padding: 30px;
  border-radius: 10px;
}

.specification-sec li {
  list-style: none;
  color: #000;
  position: relative;
  padding-bottom: 15px;
  padding-left: 20px;
}

.specification-sec li::after {
  position: absolute;
  content: "";
  background: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

/* .specification-sec li:last-child{
    padding-bottom: 30px;
} */
.specification-sec ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.specification-sec h5 {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;

}

.specification-sec h6 {
  font-size: 15px;
  color: #000;
  margin: 0;
  font-weight: 500;
  text-transform: lowercase;
  font-weight: normal;
}

.glass-shadow {
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px #00000042;
  border-radius: 2px;
}

.shadow-second {
  box-shadow: none;
  border: 1px solid #0000003d;
}

.specification-sec p {
  font-size: 15px;
  color: #000;
  font-weight: normal;

}

.specification-sec p:last-child {
  margin-bottom: 0;
}

.specification-detils {
  padding: 5% 0;
  background: #f2f2f2;
}

.specification-sec h4 {
  font-size: 20px;
  background: #0000001f;
  padding: 15px;
  border-radius: 8px;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;

}

/* Series */
.series-main {
  background-color: #f3f3f3;
  padding: 5% 0;
}

.series-main h3 {
  margin-bottom: 0;
  font-size: 40px;
  text-transform: uppercase;
}

.tabs-btnss {
  width: 70%;
  margin: auto;
  display: block;
}

.tabss-flex {
  display: flex;
  align-items: center;
}

.tabss-bts-bxs {
  margin: auto;
}

.tabss-bts-bxs .list-group {
  width: 650px;
}

.list-group {
  flex-direction: row;
}

.tabs-btnss .list-group-item {
  border: 1px solid #e6e6e6 !important;
  background: #fff !important;
  padding: 10px;
  text-align: center;
  width: 200px !important;
}

.tabs-btnss .list-group-item.active {
  color: #fff;
  background-color: #00b99b !important;
  width: 200px !important;
}

/* .series-tab-content {
  padding-top: 4%;
} */
.ser-shadow {
  margin-bottom: 0;
  box-shadow: 0 0 25px #0003;
  background-color: #fff;
  border-radius: 8px;
}

.ser-shadow ul {
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}

.ser-shadow ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.ser-shadow p {
  margin-bottom: 0;
}

/* Series */
.year-slider .owl-next.disabled {
  display: none;
}

.year-slider button.disabled {
  opacity: 0 !important;
  cursor: default !important;
}



.year-slider {
  position: relative;
}

.benifit-sec .owl-nav button.owl-next span {
  font-size: 35px;
  line-height: unset;
}

.benifit-sec .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -18px;
  top: 25px;
}

.benifit-sec .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -18px;
  top: 25px;
}

.benifit-sec .owl-carousel .owl-nav button.owl-prev span {
  font-size: 35px;
  line-height: unset;
}

.product-discription-colors .owl-next.disabled {
  display: none;
}

.product-discription-colors button.disabled {
  opacity: 0 !important;
  cursor: default !important;
}

.desktopavailab-colors {
  position: relative;
}

.desktopavailab-colors .owl-nav button.owl-next span {
  font-size: 35px;
  line-height: unset;
}

.desktopavailab-colors .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -18px;
  top: 40px;
}

.desktopavailab-colors .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -18px;
  top: 40px;
}

.desktopavailab-colors .owl-carousel .owl-nav button.owl-prev span {
  font-size: 35px;
  line-height: unset;
}

.desktopavailab-colors .owl-carousel .owl-nav.disabled {
  display: block;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .text {
    transform: translate(60px, -50%);
    -webkit-transform: translate(60px, -50%);
  }

  .image:not(#loaderVideo) {
    height: 450px;
    width: 450px;
    right: 80px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }
}

@media screen and (max-width: 1199px) {
  .banner {
    margin-top: -10px;
  }

  .text {
    transform: translate(40px, -50%);
    -webkit-transform: translate(40px, -50%);
    width: 44%;
  }

  .image:not(#loaderVideo) {
    height: 400px;
    width: 400px;
    right: 60px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }
}

@media (max-width: 991px) {
  .process-sec .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
    bottom: 40%;
  }
.exi-sesc
{
    padding:20px 0px;
}
  .process-sec .owl-carousel .owl-nav button.owl-next {
    right: 0;
    bottom: 40%;
  }

  .all-cnontant-box {
    padding: 15px;
    margin: 5px 35px
  }

  .proces-text {
    text-align: center;
  }

  .process-img img {
    border-radius: 20px;
  }

  .process-sec .owl-nav {
    display: block;
  }

  .navbar-brand::after {
    display: none;
  }

  .v-mobile {
    border-radius: 10px !important;
  }

  .banner {
    height: auto;
  }

  #fixed-social {
    display: none;
  }

  .all-cnontant-box {
    height: auto;
  }

  .paralaxe-desk {
    display: none;
  }

  .paralaxe-mob {
    display: block;
  }

  .owl-parallax--mob h6 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 20px;
  }

  .main-container {
    margin: 0 15px;
  }

  .parallex-contant {
    padding-left: 15px;
    padding-right: 15px;
  }

  .parallex-contant h6 {
    font-size: 25px;
  }

  .parallex-contant p {
    font-size: 14px;
  }

  .phone-faq-contant {
    display: block;
  }

  .phone-icon {
    display: block;
  }

  .desk-icon {
    display: none;
  }

  header::before {
    display: none;
  }

  .desk-top-menu::before {
    display: none;
  }

  .padd-padd {
    padding-left: 0;
  }

  .m-contact h4 {
    font-size: 18px;
  }

  .footer-logo img {
    width: 130px;
  }

  .footer-logo {
    padding-bottom: 20px;
  }

  .experieaces-bg .main-container {
    margin: 0 15px;
    padding-top: 30px;
  }

  .pl-0 {
    padding-left: 15px !important;
  }

  .pr-0 {
    padding-right: 15px !important;
  }

  .panal-video {
    width: 100%;
    height: auto;
  }

  .navbar-light .navbar-toggler {
    display: none;
  }

  .scrool-down {
    display: none;
  }

  .back-video {
    width: auto;
    height: auto;
    display: none;
  }

  .phone-img {
    height: 320px;
  }

  .home_intro_wrap h3 {
    font-size: 25px;
  }

  .type-text .typewrite {
    font-size: 25px;
  }

  .flip-card-front {
    width: 100%;
    height: 300px;
    align-items: flex-start;
  }

  .flip-card {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }

  .flip-card-inner {
    width: 100%;
    height: 300px;
  }

  .flip-card-back {
    width: 100%;
    height: 300px;
  }

  .flip-card-front h6 {
    right: unset;
    left: 20px;
  }

  .round-box-text {
    display: none;
  }

  .banner-text p {
    padding-right: 0;
    font-size: 14px;
  }

  .phone-video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0px;
  }

  .banner-text {
    padding-left: 0;
  }

  .banner-btn a {
    font-size: 14px;
  }

  .social-link a {
    font-size: 15px;
  }

  .home_intro_wrap p {
    padding: 0 15px;
    font-size: 14px;
  }

  .sticky_circle_element {
    padding: 0 0px;
  }

  .sticky_circle_element img {
    width: auto;
  }

  .sticky_circle_element img {
    border-radius: 0px;
  }

  .sticky_logo h2 {
    font-size: 30px;
  }

  .crafting-sec .main-container {
    padding: 7% 0;
    z-index: 9;
    padding-bottom: 0;
  }

  .crafting-sec p {
    font-size: 14px;
    padding-top: 15px;
    margin: 0;
    padding-bottom: 25px;
  }

  .marq-box span {
    font-size: 45px;
  }

  .desk-top-sec {
    display: none;
  }

  .phone-sec-slid {
    display: block;
  }


  .phone-img-sec {
    padding-top: 30px;
  }

  .crafting-sec h3 {
    font-size: 25px;
  }

  .image-width {
    padding: 0;
  }

  .main-text {
    width: 215px;
    height: 215px;
    padding: 10px;
    border-radius: 0;
  }

  .out-box {
    top: -5px;
  }

  .page-wrapper h3 {
    font-size: 20px;
    padding: 0 0px;
  }

  .page-wrapper p {
    padding: 0;
    font-size: 14px;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .page-wrapper p::after {
    bottom: 0;
  }

  .other-box h1 {
    width: 100%;
    font-weight: 300;
    font-size: 50px;
    margin: 0;
    text-align: center;
    letter-spacing: 5px;
    color: #fff;
  }

  .loong-text {
    padding: 45px 0;
    padding-top: 0;
    height: auto;
  }

  .border-left-none {
    border-left: 1px solid #000;
  }

  .number-sec {
    width: 100%;
    margin-top: 12px;
  }

  .span-wrapper p {
    padding: 0 10px !important;
  }

  .custom p {
    margin-bottom: 0;
  }

  .element-vedio {
    padding-top: 20px;
  }

  .border-top-sec {
    height: 60px;
  }

  .parallax-sec h3 {
    font-size: 25px;
  }

  .parallax-sec p {
    font-size: 14px;
  }

  .parallax-detal {
    width: 90%;
    padding: 15px;
    left: 15px;
    bottom: 15px;
  }

  .parallax-sec .owl-nav {
    justify-content: left;
  }

  .parallax-sec .owl-nav::after {
    width: 53%;
  }

  .parallax-sec .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
  }

  .parallax-sec .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
  }

  .parallax-sec .owl-carousel .owl-nav button.owl-next span {
    font-size: 35px;
    margin-top: -6px;
  }

  .parallax-sec .owl-carousel .owl-nav button.owl-prev span {
    font-size: 35px;
    margin-top: -6px;
  }

  .parallax-sec {
    padding: 40px 0;
  }

  .border-bottom-sec {
    height: 100px;
  }

  .other-box {
    display: unset !important;
    position: relative;
    z-index: 9;
  }

  .other-box span {
    font-size: 60px;
    top: 0;
  }

  .page-wrapper span {
    font-weight: normal;
  }

  .panel {
    padding: 15px;
  }

  .container {
    width: 3805px !important;
    max-width: 3805px !important;
    display: flex;
    flex-wrap: nowrap;
  }

  .phone-img-sec {
    padding-bottom: 30px;
    display: none;
  }

  .top-img {
    z-index: -1;
    top: 0px;
    right: 0px;
    -webkit-transform: rotate(355deg);
    -moz-transform: rotate(355deg);
    transform: rotate(360deg);
    width: 125px;
    position: relative;
  }

  .bottam-img {
    width: 100%;
    position: static;
    top: 0;
    margin: 20px 0;
    -webkit-transform: rotate(355deg);
    -moz-transform: rotate(355deg);
    transform: rotate(360deg);
    z-index: -1;
  }

  .card-1 {
    will-change: unset !important;
    transform: unset !important;
    transform-style: unset !important;
    height: auto;
    border-radius: 0px;
  }

  .card-2 {
    height: auto;
    will-change: unset !important;
    transform: unset !important;
    transform-style: unset !important;
    margin: 20px 0;
    border-radius: 15px;
  }

  .card-3 {
    height: auto;
    will-change: unset !important;
    transform: unset !important;
    transform-style: unset !important;
    border-radius: 15px;
  }

  .pain-points-outer {
    height: 100vh !important;
    display: unset;
    position: unset;
  }

  .pain-points-inner {
    display: unset;
  }

  .custom p {
    padding: 0;
    font-size: 14px;
  }

  .cards-layer-2 {
    position: unset;
  }

  .faq-sec h3 {
    font-size: 25px;
    padding: 0;
  }

  .fixed-sec p {
    font-size: 14px;
    padding: 0;
  }

  .flip-box {
    padding-left: 30px;
  }

  .padd-right {
    padding-right: 30px;
  }

  .padd-left {
    padding-left: 30px;
  }

  .fixed-sec {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .faq-sec {
    padding-bottom: 5%;
  }

  .top-link {
    padding-bottom: 20px;
  }

  .logo-footer {
    padding-top: 15px;
  }

  .form-sec h4 {
    padding-right: 0;
    font-size: 25px;
  }

  .contact-pri {
    width: 215px;
  }

  .coppy-bg {
    padding-top: 35px;
  }

  .privacy {
    text-align: left;
  }

  .all-right {
    text-align: left;
  }

  .flip-card-front h5 {
    font-size: 15px;
  }

  .flip-card-back {
    font-size: 14px;
  }

  .fixed-faq-box {
    padding-top: 0%;
    display: none;
  }

  .fixed-sec {
    display: none;
  }

  .phone-sec-box {
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }

  .phone-faq-sec-box p {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
  }

  .phone-faq-sec-box .collapse.show::before {
    display: none;
  }

  .phone-faq-sec-box .faq-content {
    padding: 15px;
    padding-top: 0;
  }

  .client-logo-sec {
    margin: 0;
    padding: 30px 20px;
    display: none;
  }

  .client-logo {
    padding: 10px 0;
  }

  .global-subline h2 {
    font-size: 20px;
    height: auto;
  }

  .custom h3 {
    font-size: 25px;
  }

  .sticky_circle {
    height: auto;
    margin-top: -145px;
  }

  #section1 .image video {
    top: 73px;
  }

  .m-header h2 {
    font-size: 17px;
  }

  .menu-container {
    padding: 15px;
    padding-bottom: 40px;
  }

  .m-tags {
    padding-top: 0;
  }

  .m-contact p {
    font-size: 12px;
    line-height: 25px;
  }

  .m-links ul {
    padding: 0;
    margin: 0;
  }

  .m-links a {
    font-size: 13px;
  }

  .lenis-smooth {
    scroll-behavior: unset !important;
  }

  .overlay-close {
    width: 35px;
    height: 35px;
  }

  .overlay-close i {
    font-size: 16px;
  }

  .m-medias a i {
    font-size: 15px;
  }

  .m-tags li {
    padding-bottom: 5px;
  }

  .sticky_circle_wrap {
    height: 300dvh;
  }

  .phone-menu {
    display: block;
  }

  .navwrap {
    margin-right: 0;
    overflow: unset;
    overflow-y: auto;
    padding: 8px 0;
    margin-left: 30px;
  }

  .main-container {
    margin: 0 15px;
  }

  .navwrap .nav {
    display: table;
    width: 100%;
    word-spacing: -9em;
    overflow-y: scroll;
  }

  .navwrap .nav li {
    display: inline-block;
    text-align: left;
    word-spacing: normal;
  }

  .navwrap .nav a {
    display: block;
    padding: 4px 10px;
    background: none;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    font-family: "DM Sans 24pt";
  }

  .bor-line-mob {
    border: 0.20000000298023224px solid #fff;
    border-radius: 5px;
    margin: 0 3px;
  }

  .navwrap .nav li>a {
    position: relative;
    transition: 0.5s;
  }

  .navwrap .nav li a:first-child:not(:last-child) {
    padding-right: 20px;
  }

  .navwrap .nav ul {
    position: absolute;
    z-index: 104;
    left: -999em;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s, left 0s 0.5s, top 0.5s;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding-left: 0;
  }

  .navwrap .nav li li {
    display: block;
  }

  .navwrap .nav li>a {
    position: relative;
    transition: 0.5s;
  }

  .phone-nav {
    display: block;
    position: relative !important;
  }

  .navwrap .nav li>a:hover {
    background: #ff5314;
    color: #fff !important;
    transition: 0.5s;
  }

  .navwrap .nav li a:first-child:not(:last-child):after {
    content: "";
    position: absolute;
    right: 7px;
    top: 47%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
  }

  .navwrap .nav>li>a:first-child:not(:last-child):after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    border-bottom: none;
    margin-top: 0px;
  }

  .navwrap .nav li:hover,
  .navwrap .nav>li>a:hover,
  .navwrap .nav li:focus,
  .navwrap .nav>li>a:focus {
    z-index: 105;
    color: #fff;
  }

  .navwrap .nav ul {
    position: absolute;
    z-index: 104;
    left: -999em;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s, left 0s 0.5s, top 0.5s;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding-left: 0;
  }

  .navwrap .nav li:hover>ul {
    left: auto;
    top: auto;
    opacity: 1;
    transition: opacity 0.5s linear, top 0.5s;
  }

  .navwrap .nav ul ul {
    transition: opacity 0.4s, left 0s 0.4s, margin 0s 0.4s;
    z-index: 103;
  }

  .navwrap .nav li li:hover ul {
    top: auto;
    margin-left: 100%;
    transform: translateY(-2.2rem);
    opacity: 1;
    transition: opacity 0.5s linear, margin 0.5s;
  }

  .navwrap::-webkit-scrollbar {
    display: none !important;
  }

  header {
    position: relative;
  }

  .navbar-brand {
    display: block;
    width: 150px;
  }

  .head-menu {
    top: 21px;
  }

  /* .navbar{
    display: none;
} */
  .brochur-btn .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #000 !important;
    border-color: #000;
  }

  .serch-box {
    display: block;
  }

  .serch-go {
    position: absolute;
    right: 20px;
    top: 3px;
  }

  .serch-box .form-control {
    background: #f1f0f5;
    border-radius: 10px;
    border: none;
    padding: 5px 20px;
    box-shadow: none;
  }

  .serch-go .btn-primary {
    background: transparent;
    border-color: transparent;
  }

  .serch-box .form-group {
    margin-bottom: 10px;
    position: relative;
  }

  .serch-go button {
    padding: 0;
  }

  .btn-primary:focus {
    box-shadow: none;
  }

  .banner {
    padding: 0 0px;
    background: #000;
    padding-bottom: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .vedio-banner {
    height: auto;
  }

  header.smaller {
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
    background: transparent;
    transition: 0.5s;
    border-bottom: none;
    padding: 10px 30px;
  }

  .product-list-img {
    margin-bottom: 20px;
  }

  .product-asian {
    bottom: 0;
    left: 0;
    width: 60%;
    height: 50px;
  }

  .product-asian h4 {
    font-size: 17px;
    margin: 0;
  }

  header.smaller .desk-top-menu {
    background: #00b99b;
    width: 100%;
    margin: 0 auto;
    border-radius: 40px;
    box-shadow: 3px 3px 9px #0000006b;
    padding: 13px;
  }

  .navbar {
    padding: 0;
  }

  header.smaller .main-container {
    margin: 0;
  }

  .desk-top-menu {
    padding: 7px 0;
  }

  header.smaller .navbar-brand {
    width: 85px;
    padding: 0;
  }

  header.smaller .head-menu {
    top: 25px;
    right: 15px;
  }

  header.smaller .head-menu img {
    width: 23px;
  }

  .book-call .btn-primary {
    color: #000;
    background-color: #fff;
    cursor: pointer;
    font-weight: normal;
    border-radius: 0px;
    font-size: 14px;
    padding: 4px 10px;
    text-decoration: none;
    transition: 0.5s;
    border: none;
  }

  .book-call .btn-primary:hover {
    background: #464646;
    color: #fff;
    transition: 0.5s;
  }

  .modal-dialog {
    width: 100%;
    margin: 0;
  }

  .popup-form h4 {
    font-size: 20px;
    margin: 0;
  }

  .popup-btn a {
    border: 1px solid #181818;
    color: #fff;
    padding: 8px 0;
    text-decoration: none;
  }

  .popup-btn a:hover {
    background: #181818ba;
    color: #fff;
  }

  .modal-header .close {
    right: 25px;
  }

  .navbar {
    padding-right: 45px;
  }

  header.smaller .book-call a {
    background: #fff;
    color: #000;
    font-size: 13px;
    padding: 6px 10px;
  }

  header.smaller .navbar {
    padding-right: 35px;
  }

  .book-call {
    display: block;
    padding-right: 20px;
  }

  .book-call a {
    color: #000;
    background: #fff;
    font-size: 13px;
    padding: 6px 10px;
    text-decoration: none;
  }

  .phone-logo {
    background: #fff;
    padding: 20px 15px;
    border-radius: 20px;
    display: block;
  }

  .client-bg .main-container {
    padding-bottom: 35px;
  }

  .padd-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .client-bg {
    padding-top: 8%;
  }

  .page-wrapper {
    padding: 8% 0;
    /* border-bottom: 1px solid #343434; */
  }

  .product-img {
    padding-left: 0;
  }

  .text {
    transform: translate(24px, -50%);
    -webkit-transform: translate(24px, -50%);
    width: 44%;
  }

  .image:not(#loaderVideo) {
    height: 310px;
    width: 310px;
    right: 40px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  /* #section1 .image video{
    width: 175px;
    height: 175px;
    left: unset !important;
    right: 0 !important;
    transform: translate(50%, -25%) !important;
} */
  .image {
    box-shadow: none;
  }

  .text h2 {
    font-size: 25px;
  }

  .text p {
    font-size: 14px;
  }

  #section1 .image video {
    height: 65%;
    width: 80%;
  }

  .phone-faq-sec {
    display: block;
    padding: 8% 0;
    background: #141414;
    padding: 15px;
  }

  .desk-points {
    display: none;
  }

  .phone-faq-sec .card-header {
    background: none;
    padding: 0;
  }

  .phone-faq-sec .card {
    border: 1px solid #646464;
    background: none;
    margin-bottom: 20px;
    border-radius: 0;
  }

  .phone-faq-sec .card:last-child {
    margin-bottom: 0;
  }

  .phone-faq-sec .collapse.show::before {
    display: none;
  }

  .faq-box {
    cursor: pointer;
    font-size: 13px;
    width: 100%;
    padding: 15px 10px;
    border-radius: 0;
    position: relative;
    text-align: left;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: normal;
    display: block;
  }

  .faq-box::after {
    position: absolute;
    content: "-";
    top: 7px;
    right: 8px;
    font-size: 25px;
    font-weight: 200;
  }

  .faq-box.collapsed::after {
    content: "+";
  }

  .phone-faq-sec .faq-content {
    padding: 0 10px;
  }

  .phone-faq-sec h2 {
    font-size: unset;
    min-height: 50px;
  }

  .phone-faq-sec p {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    min-height: 65px;
  }

  .experieaces-bg {
    padding: 5% 0;
    padding-top: 0;
  }

  .custom p {
    padding-bottom: 20px;
  }

  .phone-faq-sec .card-body {
    padding: 0 10px;
    padding-top: 0;
  }

  .phone-faq-sec .btn-link:hover {
    color: #fff;
  }

  .phone-faq-sec-box .card {
    background: transparent;
    border: 1px solid #6c6c6c;
    border-radius: 0;
    margin-bottom: 20px;
  }

  /* about us */
  .sub-img {
    padding-top: 0px;
  }

  .who-we-bg {
    padding: 5% 0;
    border-bottom: none;
  }

  .about-text h3 {
    font-size: 25px;
    margin-bottom: 8px;
  }

  .about-text p {
    font-size: 14px;
    line-height: unset;
  }

  .value-bg h3 {
    font-size: 25px;
    padding-bottom: 15px;
  }

  .values-box {
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .values-box p {
    font-size: 14px;
    line-height: unset;
  }

  .proces-titil h3 {
    font-size: 25px;
  }

  .process-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .proces-titil p {
    font-size: 14px;
    line-height: unset;
    padding-right: 0;
    padding: 0;
  }

  .values-box h5 {
    font-size: 20px;
    padding-bottom: 0;
  }

  .value-flip-front {
    height: 230px;
    border-radius: 20px;
    padding: 15px;
  }

  .value-flip-inner {
    height: 230px;
    border-radius: 20px;
  }

  .value-card-back {
    height: 230px;
  }

  .values-box {
    height: 230px;
  }

  .process-img img {
    width: 100%;
  }

  .proces-text h3 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .proces-text h4 {
    font-size: 20px;
  }

  .proces-text p {
    line-height: unset;
    font-size: 14px;
  }

  .misstion-img {
    margin-right: 0;
  }

  .misstion-img img {
    width: 100%;
  }

  .mission-box p {
    font-size: 18px;
    line-height: unset;
    margin: 0;
  }

  .mission-box {
    padding: 15px;
  }

  .misstion-text {
    padding-left: 0;
    position: relative;
  }

  .misstion-text h3 {
    padding-top: 0px;
    font-size: 25px;
  }

  .misstion-text p {
    font-size: 16px;
    border-bottom: none;
    padding-bottom: 10px;
  }

  .footer-change {
    padding: 5% 0;
  }

  .proces-titil {
    padding-bottom: 35px;
  }

  .who-we-bg .main-container {
    border: 1px solid #a7a7a759;
    padding: 20px 15px;
    border-radius: 10px;
  }

  .phone-proces {
    display: block;
  }

  .desk-top-img {
    display: none;
  }

  .misstion-text {
    border: 1px solid #a7a7a759;
    padding: 20px 15px;
    margin-top: 30px;
    border-radius: 10px;
  }

  .misstion-text h5 {
    left: 12px;
  }

  .misstion-visstion-sec {
    padding: 8% 0;
  }

  /* product */
  .product-image-sec {
    padding: 5% 0;
  }

  .xzoom-gallery {
    width: 50px !important;
  }

  .product-details h3 {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 20px;
  }

  .sub-description {
    padding: 15px;
  }

  .benifit-sec p {
    padding: 0;
    font-size: 14px;
    padding-bottom: 10px;
  }

  .product-details h4 {
    font-size: 20px;
  }

  .product-details p {
    font-size: 14px;
  }

  .product-details h5 {
    font-size: 16px;
  }

  .avaleblr-color-bg {
    margin: 0;
  }

  .avaleblr-color-bg li {
    padding: 0 5px;
  }

  .avaleblr-color-bg ul {
    overflow-y: scroll;
    justify-content: left;

  }

  .mob-clr {
    display: block !important;
  }

  .desktopavailab-colors {
    display: none;
  }

  .avaleblr-color-bg ul::-webkit-scrollbar {
    display: none;
  }

  .avaleblr-color-bg {
    padding: 15px;
  }

  .product-srooling-text {
    padding-top: 0;
  }

  .fixed-text h4 {
    font-size: 22px;
    padding-bottom: 20px;
  }

  .product-srooling-text {
    padding-left: 0px;
    padding-right: 0;
    padding-top: 30px;
  }

  .product-srooling-text h5 {
    font-size: 20px;
  }

  .product-srooling-text p {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .product-srooling-text h3 {
    padding-bottom: 11px;
    padding-top: 25px;
  }

  .scrool-img {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 30px;
  }

  .product-srooling-text h3 {
    font-size: 18px;
  }

  .requst-email h3 {
    font-size: 25px;
  }

  .requst-email h5 {
    font-size: 18px;
    margin: 0;
  }

  .zoome-product-img {
    padding-right: 0;
  }

  /* contact */
  .faq-a {
    font-size: 18px;
    padding: 0;
  }

  .collepse-sec {
    padding-left: 0;
  }

  .collepse-sec h3 {
    font-size: 25px;
    margin: 0;
  }

  .faq-a::after {
    font-size: 22px;
    top: 0;
    right: 0;
  }

  .contact-text h4 {
    font-size: 20px;
  }

  .genaral-box {
    padding-bottom: 20px;
  }

  .map-sec {
    margin-bottom: 30px;
  }

  .map-sec p {
    font-size: 14px;
  }

  .social-links h4 {
    font-size: 15px;
    padding-bottom: 20px;
  }

  .social-icons-contact {
    padding-bottom: 30px;
  }

  .mapp-contant br {
    display: none;
  }

  .mapp-contant h5 {
    font-size: 20px;
  }

  .mapp-contant {
    padding: 20px;
    left: 15px;
  }

  /* product-listing */
  .listing-text h3 {
    font-size: 25px;
  }

  .listing-text p {
    padding: 0;
    font-size: 14px;
    line-height: unset;
  }

  .all-product-sec {
    padding-top: 20px;
  }

  .all-product-sec .owl-carousel .owl-nav button.owl-next {
    right: -12%;
  }

  .product-list-sec {
    padding: 15px;
    margin-bottom: 0px;
  }

  .product-list-sec h4 {
    font-size: 17px;
  }

  .phone-discription {
    display: block;
  }

  .product-list .row {
    display: none;
  }

  .all-product-sec {
    padding: 0;
  }

  .product-list-img h5 {
    font-size: 20px;
  }

  .titil-flx img {
    width: 30px;
  }

  .product-list-img p {
    padding-bottom: 10px;
  }

  .product-listed-next p {
    padding: 0px 15px !important;
  }

  .detail-btn a {
    font-size: 12px;
  }

  /* Specification */
  .tabss-flex {
    display: block;
  }

  .series-main h3 {
    margin-bottom: 20px;
  }

  .tabss-bts-bxs .list-group {
    width: auto;
  }

  .specification-sec {
    margin: 0;
    padding: 0;
  }

  .specification-sec h3 {
    padding-top: 0;
  }

  .specification-sec li {
    font-size: 16px;
    padding-bottom: 5px;
  }

  .specification-sec h6 {
    font-size: 16px;
  }

  .tabs-btnss {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .image:not(#loaderVideo) {
    height: 165px;
    width: 175px;
  }
}

@media screen and (max-width: 576px) {
  .text {
    top: -28%;
    width: 100%;
    width: calc(100% - 80px);
  }

  #section1 .text {
    top: 64%;
  }

  .image:not(#loaderVideo) {
    top: -75%;
    left: 24px;
    right: auto;
    transform: translate(150%, -25%);
    -webkit-transform: translate(0%, 35%);
  }
}

@media (max-width: 499px) {
  .banner-text h2 {
    font-size: 30px;
  }

  .contact-pri {
    width: 170px;
    padding: 12px 15px;
  }

  .arrow-img {
    margin-left: 230px;
  }

  .form-sec h4 {
    font-size: 22px;
  }

  .sticky_circle_wrap {
    height: 290dvh;
  }

  .sticky_logo h2 {
    font-size: 25px;
  }

  .main-text {
    width: 180px;
    height: 180px;
  }

  .container {
    width: 3000px !important;
    max-width: 3000px !important;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0 !important;
  }

  /* .sticky_circle{
    height: 100dvh;
} */

  .pin-spacer {
    height: 3800px !important;
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1400px) and (max-width: 1920px) {
  .all-cnontant-box {
    height: auto;
  }
}