@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../font/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/Inter-Black.woff2") format("woff2");
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
input,
ul,
li,
button,
textarea {
  font-family: "Inter";
}

body {
  font-family: "Inter" !important;
}

/**main colore**/
/** break point **/
/** general style **/
body {
  background-color: #083035;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 14px;
  font-family: "Brilliant Cut Pro Medium" !important;
  color: #EDECE8;
  margin: 0 !important;
}

html {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

.mainView {
  max-width: 1545px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1545px) {
  .mainView {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media (max-width: 768px) {
  .mainView {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mainViewSecondary {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1545px) {
  .mainViewSecondary {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .mainViewSecondary {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

a,
a:visited {
  text-decoration: none;
  color: #EDECE8;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

html,
body {
  overflow: hidden; /* برای جلوگیری از اسکرول پیش‌فرض مرورگر */
  margin: 0;
  padding: 0;
  height: 100%;
}

#smooth-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#smooth-content {
  will-change: transform; /* برای عملکرد بهتر */
}

section {
  height: -moz-max-content;
  height: max-content;
}
#hero_sec {
  height: 100vh; /* ارتفاع کامل صفحه */
}

.main-header {
  transform: translateY(-100px); /* موقعیت اولیه */
  opacity: 0;
  transition: none; /* مهم! GSAP کنترل کند */
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  max-height: 80px;
  min-height: 80px;
  z-index: 1;
  background-color: #083035;
  padding: 12px 48px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .site-header {
    max-height: 72px;
    min-height: 72px;
    padding: 12px 20px;
  }
}
.site-header .logoHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
}
.site-header .logoHeader a {
  display: flex;
  align-items: center;
  justify-content: center;
	height:100%;
}
.site-header .logoHeader a img {
  max-width: 130px;
  width: 100%;
	height:100%;
}
@media (max-width: 768px) {
  .site-header .logoHeader a img {
    max-width: 90px;
  }
}
.site-header .headerNav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .site-header .headerNav .mainHeaderNav {
    display: none;
  }
}
.site-header .headerNav .langHeaderNav {
  margin-left: 60px;
}
@media (max-width: 768px) {
  .site-header .headerNav .langHeaderNav {
    display: none;
  }
}
.site-header .headerNav .langHeaderNav a {
  font-weight: 500;
  transition: all ease-in 0.2s;
}
.site-header .headerNav .langHeaderNav a:hover {
  opacity: 0.8;
}
.site-header .headerNav .menu-main-menu-container .menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  width: 100%;
  justify-content: end;
  gap: 55px;
}
.site-header .headerNav .menu-main-menu-container .menu .menu-item-has-children {
  position: relative;
}
.site-header .headerNav .menu-main-menu-container .menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1.1);
}
.site-header .headerNav .menu-main-menu-container .menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 47px;
  background: #edece8;
  width: 160px;
  margin: auto;
  padding: 14px 10px;
  transition: all ease-in 0.4s;
  opacity: 0;
  visibility: hidden;
}
.site-header .headerNav .menu-main-menu-container .menu .menu-item-has-children .sub-menu > li {
  padding: 8px 0;
}
.site-header .headerNav .menu-main-menu-container .menu .menu-item-has-children .sub-menu > li:hover a {
  font-weight: 400;
}
.site-header .headerNav .menu-main-menu-container .menu .menu-item-has-children .sub-menu > li > a {
  color: #083035;
  font-weight: 300;
  font-size: 13.5px;
  transition: all ease-in 0.2s;
}
.site-header .headerNav .menu-main-menu-container .menu li a {
  color: #fff;
  font-weight: 400;
  font-size: 14.5px;
  transition: all ease-in 0.3s;
}

section#hero_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
section#hero_sec h1.TxtIntroSec {
  font-size: 290px;
  font-weight: 700;
  line-height: 420px;
  letter-spacing: 5px;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (max-width: 768px) {
  section#hero_sec h1.TxtIntroSec {
    display: none;
  }
}
section#hero_sec h2 {
  position: absolute;
  font-size: 70px;
  font-weight: lighter;
  max-width: 800px;
  width: 100%;
  bottom: 50px;
  left: 60px;
  z-index: 1;
}
@media (max-width: 768px) {
  section#hero_sec h2 {
    font-size: 40px;
    left: 20px;
  }
}
@media (max-width: 480px) {
  section#hero_sec h2 {
    font-size: 34px;
  }
}
section#hero_sec img {
  width: calc(100% - 40px);
  height: calc(100% - 50px);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  margin: 0 auto;
  transform-origin: center top;
}
@media (max-width: 768px) {
  section#hero_sec img {
    top: 0 !important;
    border-radius: 0 !important;
  }
}

.parallax-img-wrapper {
  position: relative;
  min-height: 600px;
  max-height: 600px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .parallax-img-wrapper {
    min-height: 450px;
    max-height: 450px;
  }
}
.parallax-img-wrapper:hover .SeeMoreBtnSlid {
  opacity: 1;
  visibility: visible;
}
.parallax-img-wrapper .SeeMoreBtnSlid {
  position: absolute;
  transition: all ease-in 0.2s;
  background: url(../img/bgbtn.svg);
  bottom: 65px;
  right: 20px;
  z-index: 1;
  background-size: cover;
  height: 105px;
  width: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  opacity: 0;
  visibility: hidden;
}

.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  z-index: 1;
}

.animated-block {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .animated-block {
    width: 100% !important;
  }
}
.animated-block p,
.animated-block h2 {
  font-size: 32px;
  line-height: 1.6em;
}
@media (max-width: 1545px) {
  .animated-block p,
  .animated-block h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .animated-block p,
  .animated-block h2 {
    font-size: 18px;
    opacity: 1 !important;
    transform: translate(0) !important;
    padding-bottom: 50px;
  }
}

.tabs-section {
  padding: 250px 42px;
  padding-bottom: 0 !important;
  overflow-y: hidden;
  height: 100%;
  padding-right: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  z-index: 0;
  position: relative;
}
@media (max-width: 768px) {
  .tabs-section {
    padding-left: 20px;
    padding-top: 75px;
  }
}
.tabs-section .CustomSvgSec2 {
  position: absolute;
  top: -357px;
  z-index: -1;
  max-width: 61%;
  right: 63px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.tabs-section .topBarSite {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.tabs-section .topBarSite .TxtTabSec {
  font-weight: 500;
  font-size: 31px;
  line-height: 50px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #edece8;
  width: 53%;
}

.tabs-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: auto;
}
.tabs-nav .tab-btn.active {
  font-weight: 700;
  background: none;
  color: #fff;
}
.tabs-nav .tab-btn {
  color: #fff;
  background: none;
  transition: all ease-in 0.2s;
  font-weight: 300;
  font-size: 14.5px;
  line-height: 2.2em;
}

.tab-btn {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  background-color: #eee;
}

.tab-btn.active {
  background-color: #333;
  color: white;
}

.tabs-content {
  position: relative;
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide.swiper-slide:hover .TxtForSlideSections {
  color: #fff;
}
.slide.swiper-slide .TxtForSlideSections {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0%;
  text-align: justify;
  transition: all ease-in 0.2s;
  color: rgba(237, 236, 232, 0.431372549);
  padding: 10px;
  -webkit-line-clamp: 3;
  max-height: 6.4em;
  min-height: 6.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.slide.swiper-slide img {
  min-height: 600px;
  max-height: 600px;
  border-radius: 20px;
  width: 100%;
  transition: all ease-in 0.2s;
}
@media (max-width: 768px) {
  .slide.swiper-slide img {
    min-height: 450px;
    max-height: 450px;
  }
}

.SectionsTabs {
  padding: 120px 40px;
  height: 100% !important;
}
@media (max-width: 768px) {
  .SectionsTabs {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px !important;
  }
}
.SectionsTabs .tabs-wrap {
  width: 100%;
  overflow: hidden;
}
.SectionsTabs .d-flex {
  display: flex;
}
@media (max-width: 768px) {
  .SectionsTabs .d-flex {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.SectionsTabs .tab-item {
  position: relative;
  width: 12%;
  flex-basis: 12%;
  background: #17858d;
  transition: 0.4s ease;
  cursor: pointer;
  overflow: hidden;
  max-height: 1000px;
  min-height: 600px;
}
@media (max-width: 768px) {
  .SectionsTabs .tab-item {
    max-height: 145px;
    min-height: 145px;
    width: 100%;
    flex-basis: inherit !important;
    border-radius: 10px !important;
    flex-grow: initial !important;
  }
}
.SectionsTabs .tab-item[data-id="0"] {
  flex-grow: 3;
  background: #17858d;
  border-radius: 10px 0 0 10px;
}
.SectionsTabs .tab-item[data-id="1"] {
  flex-grow: 2;
  background: #0a6b72;
}
.SectionsTabs .tab-item[data-id="2"] {
  flex-grow: 1;
  background: #005056;
}
.SectionsTabs .tab-item figure {
  height: 100%;
}
.SectionsTabs .tab-item.active {
  width: 58%;
  flex-basis: 58%;
  cursor: normal;
}
@media (max-width: 768px) {
  .SectionsTabs .tab-item.active {
    max-height: 500px;
    min-height: 500px;
    width: 100%;
    flex-basis: 100%;
  }
}
.SectionsTabs .tab-item:last-of-type {
  border-radius: 0 10px 10px 0;
}
.SectionsTabs .tab-item[data-id="3"] {
  flex-grow: 3;
  background: #013c41;
}
.SectionsTabs .tab-item.active .tab-item-img {
  right: 0;
  transition: 0.6s ease;
}
.SectionsTabs .tab-item:last-of-type .tab-item-img {
  border-radius: 0 10px 10px 0;
}
.SectionsTabs .tab-item-img {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.SectionsTabs .tab-item-top {
  font-size: 96px;
  font-style: normal;
  font-weight: 300;
  position: absolute;
  top: 45px;
  left: 35px;
  max-width: 760px;
}

.tab-item-top > span:nth-child(1) {
    font-size: 80px;
}

@media (max-width: 768px) {
  .SectionsTabs .tab-item-top {
    font-size: 56px;
  }
}
.SectionsTabs .tab-item-text.text {
  font-size: 16.5px;
  line-height: 2.2em;
  font-weight: 400;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .SectionsTabs .tab-item-text.text {
    padding-right: 10px;
    font-size: 14px;
  }
}
.SectionsTabs .tab-item-title {
  margin-top: 35px;
  opacity: 0;
  display: block;
  transition: 0;
  font-size: clamp(0.875rem, -0.0354rem + 5.8333vw, 3.75rem);
  font-weight: 500;
}
.SectionsTabs .link-underline.tab-item-link {
  transition: all ease-in 0.2s;
  font-weight: 300;
  font-size: 15px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  position: relative;
  z-index: 0;
}
.SectionsTabs .link-underline.tab-item-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.8px;
  background: #fff;
  bottom: 3px;
  transition: all ease-in 0.2s;
  z-index: -1;
}
.SectionsTabs .link-underline.tab-item-link:hover::before {
  width: 0;
}
.SectionsTabs .tab-item-number {
  display: block;
}
.SectionsTabs .tab-item.active .tab-item-title {
  transition: 0.2s ease;
  transition-delay: 0s;
  transition-delay: 0.4s;
}
.SectionsTabs .tab-item.active .tab-item-title {
  opacity: 1;
}
.SectionsTabs .tab-item.active .tab-item-bottom {
  opacity: 1;
  transition: 0.2s ease;
  transition-delay: 0s;
  transition-delay: 0.4s;
}
.SectionsTabs .tab-item-bottom {
  position: absolute;
  left: 35px;
  bottom: 25px;
  opacity: 0;
  max-width: 720px;
}

.img-animation {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: 1.4s cubic-bezier(0.5, 0, 0, 1);
  transition-delay: 0s;
  transition-delay: 0.3s;
}

.img-animation.scroll {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.animeMyInnerHide {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: 1.4s cubic-bezier(0.5, 0, 0, 1);
  transition-delay: 0s;
  transition-delay: 0.3s;
}

.animeMyInnerHide.scroll {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.SectionsBoxFu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 1545px) {
  .SectionsBoxFu {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .SectionsBoxFu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.SectionsBoxFu .titleBox {
  margin: 0;
  text-align: center;
  color: #edece8;
  padding-bottom: 80px;
  width: -moz-max-content !important;
  width: max-content !important;
}
@media (max-width: 768px) {
  .SectionsBoxFu .titleBox {
    padding-bottom: 30px;
  }
}
.SectionsBoxFu .titleBox h2 {
  color: #edece8;
  font-size: 48px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .SectionsBoxFu .titleBox h2 {
    font-size: 20px;
  }
}
.SectionsBoxFu .features-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.SectionsBoxFu .features-wrap .feature-box {
  background-color: #004449;
  border-radius: 20px;
  padding: 20px 28px;
  flex: 0 1 calc(50% - 0.75rem);
  max-width: calc(50% - 0.75rem);
  min-height: 115px;
  max-height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .SectionsBoxFu .features-wrap .feature-box .SvgParent svg {
    width: 55px;
    height: 55px;
  }
}
.SectionsBoxFu .features-wrap .feature-box .TxtParent {
  width: calc(100% - 85px);
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .SectionsBoxFu .features-wrap .feature-box .TxtParent {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .SectionsBoxFu .features-wrap .feature-box {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.SectionsBoxFu .feature-box,
.SectionsBoxFu .titleBox {
  opacity: 0;
  transform: translateY(50px);
}

.SectionsVides {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 150px 42px;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  .SectionsVides {
    padding: 50px 20px;
  }
}
.SectionsVides .videosPlayerSingle {
  height: 700px;
  max-height: 700px;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  background: black;
  overflow: hidden;
}
@media (max-width: 768px) {
  .SectionsVides .videosPlayerSingle {
    height: 500px;
  }
}
.SectionsVides .videosPlayerSingle > span {
  position: absolute;
  bottom: 0;
  left: 25px;
}
.SectionsVides .videosPlayerSingle video {
  height: 700px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .SectionsVides .videosPlayerSingle video {
    height: 500px;
  }
}
.SectionsVides .videosPlayerSingle button {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.SectionsVides div#playButton {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  width: 80px;
  height: 80px;
  cursor: pointer;
  gap: 6px;
  z-index: 1;
}
.SectionsVides div#playButton svg {
  transition: all ease-in 0.3s;
}
.SectionsVides div#playButton > span {
  position: absolute;
  left: 32px;
  bottom: 40px;
  font-weight: 600;
  font-size: clamp(1.375rem, 0.5833rem + 3.3333vw, 3.25rem);
}
.SectionsVides div#playButton:hover svg {
  scale: 0.8;
  opacity: 0.6;
}

.drawFull,
.drawFullleft,
.drawFullright {
  background-color: rgba(255, 255, 255, 0.6392156863);
  transform: scaleX(0); /* افقی */
  will-change: transform;
}
@media (max-width: 768px) {
  .drawFull,
  .drawFullleft,
  .drawFullright {
    display: none;
  }
}

.drawFull {
  position: absolute;
  height: 0.8px;
  width: 100%;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
}

.drawFullleft,
.drawFullright {
  position: absolute;
  width: 0.8px;
  height: 100%;
  top: 0;
  transform: scaleY(0);
  transform-origin: top;
}

.drawFullleft {
  left: 0;
}

.drawFullright {
  right: 0;
}

.site-footer {
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  position: relative;
  padding: 0 40px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .site-footer {
    background-image: url(../img/mobilefooter.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 0;
    background-position-x: right;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-footer .footer-bg-move {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-fot-2.svg");
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.3s ease;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media (max-width: 768px) {
  .site-footer .footer-bg-move {
    display: none;
  }
}
.site-footer::before {
  position: absolute;
  content: url(../img/bg-fot-1.svg);
  bottom: -4px;
  z-index: 0;
  height: 50%;
}
@media (max-width: 768px) {
  .site-footer::before {
    display: none;
  }
}
.site-footer .downerside {
  width: 100%;
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .site-footer .downerside {
    flex-direction: column;
    margin-top: 40px;
  }
}
.site-footer .downerside .downersideItmes.center {
  position: relative;
}
.site-footer .downerside .downersideItmes.center .copyRight {
  position: absolute;
  bottom: 50px;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  right: 0;
  margin: auto;
  color: #edece8;
  font-size: 12.5px;
  font-weight: 300;
}
@media (max-width: 1080px) {
  .site-footer .downerside .downersideItmes.center .copyRight {
    display: none;
  }
}
.site-footer .downerside .downersideItmes {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: left;
  padding-top: 170px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .site-footer .downerside .downersideItmes {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.site-footer .downerside .downersideItmes:nth-child(2) {
  padding-right: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .site-footer .downerside .downersideItmes:nth-child(2) {
    padding: 0;
  }
}
.site-footer .downerside .downersideItmes:nth-child(2) h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  color: #edece8;
  margin-bottom: 34px;
  margin-right: auto;
}
@media (max-width: 768px) {
  .site-footer .downerside .downersideItmes:nth-child(2) h4 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.8em;
    color: #edece8;
    margin-bottom: 34px;
    margin-right: auto;
    text-align: center;
  }
}
.site-footer .downerside .downersideItmes:nth-child(2) p {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #edece8;
  text-align: justify;
}
@media (max-width: 768px) {
  .site-footer .downerside .downersideItmes:nth-child(2) p {
    text-align: center;
  }
}
.site-footer .downerside .downersideItmes:nth-child(2) img {
  position: absolute;
  top: 23px;
  left: 0;
  max-width: 160px;
	    max-height: 120px;
}
@media (max-width: 768px) {
  .site-footer .downerside .downersideItmes:nth-child(2) img {
    right: 0;
    position: unset;
    padding-bottom: 40px;
    max-width: 145px;
  }
}
.site-footer .downerside .downersideItmes:nth-child(3) h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  color: #edece8;
  margin-bottom: 34px;
}
.site-footer .downerside .downersideItmes:nth-child(3) .socialBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.site-footer .downerside .downersideItmes:nth-child(3) .socialBox .socialItem {
  transition: all ease-in 0.3s;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.site-footer .downerside .downersideItmes:nth-child(3) .socialBox .socialItem:hover {
  transform: rotateY(180deg);
  scale: 1.1;
}
@media (max-width: 768px) {
  .site-footer .downerside .downersideItmes:nth-child(3) .socialBox {
    margin-left: 0;
  }
}
.site-footer .downerside .downersideItmes:nth-child(4) .BranCerMy {
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media (max-width: 1080px) {
  .site-footer .downerside .downersideItmes:nth-child(4) .BranCerMy {
    display: none;
  }
}
.site-footer .downerside .downersideItmes:nth-child(4) h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  color: #edece8;
  margin-bottom: 34px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .site-footer .downerside .downersideItmes:nth-child(4) h4 {
    margin-left: 0;
  }
}
.site-footer .downerside .downersideItmes:nth-child(4) .contactWUBox {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #edece8;
}
@media (max-width: 768px) {
  .site-footer .downerside .downersideItmes {
    border: 0 !important;
    width: 100%;
  }
  .site-footer .downerside .downersideItmes:nth-child(1) {
    border: 0;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 0px;
    text-align: center;
  }
  .site-footer .downerside .downersideItmes:nth-child(1) h4 {
    margin-right: unset;
  }
  .site-footer .downerside .downersideItmes:nth-child(2) {
    border: 0;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .site-footer .downerside .downersideItmes:nth-child(2) {
    padding-top: 150px;
  }
}
@media (max-width: 768px) {
  .site-footer .downerside .downersideItmes:nth-child(3) {
    border: 0;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
.site-footer .upperside h4 {
  font-size: 70px;
  line-height: 90px;
  font-weight: 500;
  text-align: center;
}
.site-footer .upperside h4:nth-child(2) {
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .site-footer .upperside h4:nth-child(2) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .site-footer .upperside h4 {
    font-size: 24px;
    line-height: 2em;
  }
}
.site-footer .upperside .connectPaths {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 59px;
  gap: 30px 100px;
}
@media (max-width: 768px) {
  .site-footer .upperside .connectPaths {
    padding-top: 45px;
    padding-left: 20px;
    justify-content: start;
  }
}
.site-footer .upperside a.cPathsItem {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .site-footer .upperside a.cPathsItem {
    font-size: 22px;
  }
}
.site-footer .upperside a.cPathsItem::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0.8px;
  background: #fff;
  bottom: 3px;
  transition: all ease-in 0.2s;
  z-index: -1;
  right: 0;
}
.site-footer .upperside a.cPathsItem:hover::before {
  width: calc(100% - 50px);
}

.ParentsCopy {
  display: none;
}
@media (max-width: 768px) {
  .ParentsCopy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 15px;
  }
  .ParentsCopy p.copyRight {
    font-size: 11.5px;
    font-weight: 300;
    text-align: center;
    color: #edece8;
  }
}

.downSingleInfo {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
  border-bottom: 1px solid #075d63;
  padding-bottom: 8px;
  margin-bottom: 230px;
  flex-direction: row-reverse;
}
.downSingleInfo span {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}
.downSingleInfo .product-share-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.downSingleInfo .product-share-buttons > a {
  transition: all 0.4s linear;
}
.downSingleInfo .product-share-buttons > a:hover {
  transform: scale(1.085);
}
.downSingleInfo .product-share-buttons svg path {
  fill: white;
}/*# sourceMappingURL=home-style.css.map */



.loadingOverLay {
    display: flex
;
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100000;
    background: #3232327a;
    backdrop-filter: blur(15px);
}



.loadingOverLay > div {
    height: 180px;
    width: 180px;
    display: flex
;
    justify-content: center;
    align-items: center;
}