/* color Variables */
/* color Variables */
/* Basic css */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #D1D5DB;
  line-height: 140%;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-optical-sizing: auto;
  font-style: normal;
  color: #6B7280;
  position: relative;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: inherit;
}
a:hover, a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: 300;
}

label,
span,
div,
input,
select,
textarea {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

.container-full {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.container-lg {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.container-sm {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  text-align: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button:hover, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button {
  position: relative;
  outline: none;
  cursor: pointer;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  border: 0;
  font-size: 17px;
  line-height: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  transition: top 0.25s ease;
  opacity: 1;
  height: 44px;
  padding-left: 29px;
  padding-right: 49px;
  z-index: 1;
}
.button::before {
  content: "";
  width: 29px;
  height: 44px;
  background-image: url("../assets/images/button_left_shape.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.button::after {
  content: "";
  width: 49px;
  height: 44px;
  background-image: url("../assets/images/button_right_shape.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.button span {
  color: #fff;
  height: 100%;
  background-color: #1F2A44;
  letter-spacing: 0;
  transition: all 0.2s;
}
@media (max-width: 600px) {
  .button span {
    max-width: 280px;
    text-align: center;
    white-space: wrap;
  }
}
.button:hover span {
  letter-spacing: 1px;
}
@media (max-width: 1080px) {
  .button:hover span {
    letter-spacing: 0;
  }
}

.circleBtn {
  width: 180px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.05s linear;
  z-index: 9999;
  display: none;
  padding: 0;
  padding: 12px;
}
@media (max-width: 1080px) {
  .circleBtn {
    display: none !important;
  }
}
.circleBtn span {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  width: 100px;
  text-align: center;
  width: 100%;
}

.flatBtn {
  width: initial;
  padding: 12px 12px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  text-transform: uppercase;
  gap: 7px;
}
.flatBtn img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

.fontPrimary, .homeHeroSection .heroTextWrap .herotextBottom h2, .sectionheadingsm, .teamSection .teamCard .textCard h3, .homeServiceSection .homeServiceCont .serviceWrapper .servicecaard .textCard h3, .uniqueSection .uniqueCont .uniqueWrapper .uniquecard .textCard h3, .blogLarge .blogLargeCont .blogLargeInfo h2, .recentWrapper h2, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h3, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h2, .sectionheadingmd, .resDetailsHead .infoHeading h1, .detailsSection .detailsContiner .detailsWrapper .infoWrap .infoHeading h1, .sectionheadinglg, .wheelSection .wheelCont .wheelTextCont .topwrap h2, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h1 {
  font-family: "Palanquin Dark", sans-serif;
}

.fontSecondary, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h2.subInfo, body, .button {
  font-family: "Montserrat", sans-serif;
}

.wt400,
.regular {
  font-weight: 400;
}

.wt500,
.medium {
  font-weight: 500;
}

.wt600,
.semibold {
  font-weight: 600;
}

.wt700,
.bold {
  font-weight: 700;
}

.wt800,
.extrabold {
  font-weight: 800;
}

.wt900,
.black {
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.sectionheadinglg, .wheelSection .wheelCont .wheelTextCont .topwrap h2, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h1 {
  font-size: 50px;
  font-weight: bold;
  color: #1F2A44;
  text-transform: uppercase;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 600px) {
  .sectionheadinglg, .wheelSection .wheelCont .wheelTextCont .topwrap h2, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h1 {
    font-size: 28px;
  }
}
.sectionheadinglg.colorLight, .wheelSection .wheelCont .wheelTextCont .topwrap h2.colorLight, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h1.colorLight {
  color: #D1D5DB;
}
.sectionheadinglg.colorGrey, .wheelSection .wheelCont .wheelTextCont .topwrap h2.colorGrey, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h1.colorGrey {
  color: #6B7280;
}

.sectionheadingmd, .resDetailsHead .infoHeading h1, .detailsSection .detailsContiner .detailsWrapper .infoWrap .infoHeading h1 {
  font-size: 32px;
  font-weight: bold;
  color: #1F2A44;
  text-transform: capitalize;
  line-height: 100%;
  text-align: center;
}
.sectionheadingmd.colorLight, .resDetailsHead .infoHeading h1.colorLight, .detailsSection .detailsContiner .detailsWrapper .infoWrap .infoHeading h1.colorLight {
  color: #D1D5DB;
}

.sectionheadingsm, .teamSection .teamCard .textCard h3, .homeServiceSection .homeServiceCont .serviceWrapper .servicecaard .textCard h3, .uniqueSection .uniqueCont .uniqueWrapper .uniquecard .textCard h3, .blogLarge .blogLargeCont .blogLargeInfo h2, .recentWrapper h2, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h3, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h2 {
  font-size: 28px;
  font-weight: bold;
  color: #1F2A44;
  text-transform: capitalize;
  line-height: 100%;
  text-align: center;
}
.sectionheadingsm.colorLight, .teamSection .teamCard .textCard h3.colorLight, .homeServiceSection .homeServiceCont .serviceWrapper .servicecaard .textCard h3.colorLight, .uniqueSection .uniqueCont .uniqueWrapper .uniquecard .textCard h3.colorLight, .blogLarge .blogLargeCont .blogLargeInfo h2.colorLight, .recentWrapper h2.colorLight, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h3.colorLight, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h2.colorLight {
  color: #D1D5DB;
}

.paragraphPrimary, .textImgSection .textImgCont .textSection p, .teamSection .teamCard .textCard p, .uniqueSection .uniqueCont .uniqueWrapper .uniquecard .textCard p, .homeAbtSection .homeAbtCont .textSection .ownerCrad h5, .homeAbtSection .homeAbtCont .textSection p, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ol li, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ul li, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont p, .formRow label, .contactSection .contactContainer .contactInfo p, .legalSection .legalCont .legalWrap ol li, .legalSection .legalCont .legalWrap ul li, .legalSection .legalCont .legalWrap p, .legalSection .legalCont .legalWrap h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #6B7280;
}
@media (max-width: 600px) {
  .paragraphPrimary, .textImgSection .textImgCont .textSection p, .teamSection .teamCard .textCard p, .uniqueSection .uniqueCont .uniqueWrapper .uniquecard .textCard p, .homeAbtSection .homeAbtCont .textSection .ownerCrad h5, .homeAbtSection .homeAbtCont .textSection p, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ol li, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ul li, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont p, .formRow label, .contactSection .contactContainer .contactInfo p, .legalSection .legalCont .legalWrap ol li, .legalSection .legalCont .legalWrap ul li, .legalSection .legalCont .legalWrap p, .legalSection .legalCont .legalWrap h3 {
    font-size: 17px;
  }
}
.paragraphPrimary.colorLight, .textImgSection .textImgCont .textSection p.colorLight, .teamSection .teamCard .textCard p.colorLight, .uniqueSection .uniqueCont .uniqueWrapper .uniquecard .textCard p.colorLight, .homeAbtSection .homeAbtCont .textSection .ownerCrad h5.colorLight, .homeAbtSection .homeAbtCont .textSection p.colorLight, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ol li.colorLight, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ul li.colorLight, .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont p.colorLight, .formRow label.colorLight, .contactSection .contactContainer .contactInfo p.colorLight, .legalSection .legalCont .legalWrap ol li.colorLight, .legalSection .legalCont .legalWrap ul li.colorLight, .legalSection .legalCont .legalWrap p.colorLight, .legalSection .legalCont .legalWrap h3.colorLight {
  color: #D1D5DB;
}

.formRow textarea::-moz-placeholder, .formRow input::-moz-placeholder {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #6B7280;
}

.paragraphPrimarysm, .formRow textarea::placeholder, .formRow textarea, .formRow select, .formRow input::placeholder, .formRow input {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #6B7280;
}
@media (max-width: 600px) {
  .formRow textarea::-moz-placeholder, .formRow input::-moz-placeholder {
    font-size: 14px;
  }
  .paragraphPrimarysm, .formRow textarea::placeholder, .formRow textarea, .formRow select, .formRow input::placeholder, .formRow input {
    font-size: 14px;
  }
}
.formRow textarea.colorLight::-moz-placeholder, .formRow input.colorLight::-moz-placeholder {
  color: #D1D5DB;
}
.paragraphPrimarysm.colorLight, .formRow textarea.colorLight::placeholder, .formRow textarea.colorLight, .formRow select.colorLight, .formRow input.colorLight::placeholder, .formRow input.colorLight {
  color: #D1D5DB;
}

.paragraphPrimarylg, .homeAbtSection .homeAbtCont .textSection .ownerCrad h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  color: #6B7280;
}
.paragraphPrimarylg.colorLight, .homeAbtSection .homeAbtCont .textSection .ownerCrad h3.colorLight {
  color: #D1D5DB;
}

.paragraphPrimaryxl {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  color: #6B7280;
}
.paragraphPrimaryxl.colorLight {
  color: #D1D5DB;
}

.flexcenter, .sliderWrapCont .sliderThumb p, .sliderWrapCont .sliderThumb, .sliderWrapCont, .storySection .historySectionWeb .historyWebCont, .storySection, .noticeSection, .readySection .readyCont, .readySection, .installSection .installCont, .installSection, .linupTop, .verificationSection, .breathlyzerSection .breatContRes .abtheroTextWrap, .breathlyzerSection .breatCont .abtheroTextWrap, .breathlyzerSection .breatCont, .breathlyzerSection .abtheroTextWrapRes, .breathlyzerSection .abtheroTextWrap, .breathlyzerSection, .lineupSection .lineupCont, .lineupSection, .centerTextSection .centerTextCont, .centerTextSection, .additionalHeroSection .heroCont, .accordionSection .accordionCont .accordionWrapper .accordioncard, .accordionSection .accordionCont .accordionWrapper, .accordionSection .accordionCont, .accordionSection, .seatsSection .seatsCont, .seatsSection, .serviceSection, .textImgSection .textImgCont .imgSection, .textImgSection, .maintanHeroSectionRes, .maintanHeroSection, .largeBtnSectionAbtRes, .largeBtnSectionAbt, .teamSection .teamCard .imgCard, .valueSection .valueCont .valueWrapper .valueCard, .valueSection .valueCont .valueWrapper, .valueSection .valueCont, .valueSection, .aboutHeroSection .abtheroTextWrap .abtHeroTextRow, .aboutHeroSection .abtheroTextWrap, .aboutHeroSection, .largeBtnSectionRes, .largeBtnSection, .chooseSection .chooseCont .chooseWrapper, .chooseSection .chooseCont, .chooseSection, .addSliderSection .addSliderCont, .addSliderSection, .homeServiceLatgeSection .homeServiceCont, .homeServiceLatgeSection, .wheelSection .wheelCont .wheelTextCont .wheelTextWrap .owl-nav button.owl-next, .wheelSection .wheelCont .wheelTextCont .wheelTextWrap .owl-nav button.owl-prev, .wheelSection .wheelCont, .wheelSection, .homeServiceSection .homeServiceCont .serviceWrapper .servicecaard .textCard, .homeServiceSection, .uniqueSection .uniqueCont .uniqueWrapper .uniquecard .imgCard, .uniqueSection .uniqueCont, .uniqueSection, .autoSliderSection, .homeAbtSection .homeAbtCont .imgSection, .homeAbtSection .homeAbtCont, .homeAbtSection, .homeHeroSection .heroTextWrap .herotextBottom, .homeHeroSection .heroTextWrap .largeText, .homeHeroSection .heroTextWrap, .homeHeroSection, .actionWrapper .callWrapper, .detailsSection .detailsContiner .detailsRelated, .detailsSection .detailsContiner, .detailsSection, .productSection, .blogsSection, .blogCard, .paginationWrap ul li .pTriger, .paginationWrap ul li.navBtn img, .paginationWrap ul, .paginationWrap, .categoryWrapper .categoryDiv li a, .categoryWrapper .categoryDiv, .categoryWrapper, .blogDetailsSection .blogDetailsCont, .blogDetailsSection, .contactSection .contactContainer .contactForm .messageWrapper, .contactSection, .legalSection, .foundSection .foundCont, .foundSection, .footerSection, .menuWrapper .closeTriger, .menuWrapper, .headerSectionLight .headerContainer .headerWrapper .menuTiger, .headerSectionLight .headerContainer .headerWrapper .topInfo li p, .headerSectionLight .headerContainer .headerWrapper .topInfo li a, .headerSectionLight .headerContainer .headerWrapper .topInfo, .headerSectionLight .headerContainer, .headerSectionLight, .headerSection .headerContainer .headerWrapper .menuTiger, .headerSection .headerContainer .headerWrapper .topInfo li p, .headerSection .headerContainer .headerWrapper .topInfo li a, .headerSection .headerContainer .headerWrapper .topInfo, .headerSection .headerContainer, .headerSection, .button span, .flatBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Basic css */
/* Cursor */
@property --cursor-size {
  syntax: "<length>";
  inherits: false;
  initial-value: 40px;
}
@property --cursor-opacity {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}
.cursor-trailer {
  width: var(--cursor-size);
  height: var(--cursor-size);
  border: 2px solid #1F2A44;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  opacity: var(--cursor-opacity);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out, transform 0.2s ease-in-out, opacity 0.4s ease-in-out;
}
.cursor-trailer.hide-cursor-trailer {
  display: none;
}

/* Reveal Word */
.reveal-word {
  display: inline-block;
  overflow: hidden;
}
.reveal-word .reveal-word-inner {
  display: inline-block;
}

.reveal-line {
  display: inline-block;
  overflow: hidden;
}
.reveal-line .reveal-line-inner {
  display: inline-block;
}
.reveal-line .highwhiteed-wrapper {
  display: inline-block;
}

/* Reveal Word */
/* Reveal Element */
.reveal-wrapper {
  position: relative;
  overflow: hidden;
}

.reveal-element {
  will-change: transform;
}

.reveal-unmask {
  position: relative;
  overflow: hidden;
}
.reveal-unmask .overlay-mask {
  position: absolute;
  inset: 0;
  background-color: #fff;
  z-index: 2;
  transition: transform 1s ease;
}

/* Reveal Element */
/* Universal css */
/* Universal css */
/* Header css */
.headerSection {
  width: 100%;
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  padding: 0 24px;
  z-index: 500;
  transition: all 0.2s ease;
}
@media (max-width: 1080px) {
  .headerSection {
    top: 10px;
  }
}
.headerSection.navActive {
  top: 10px;
}
.headerSection.navActive .headerContainer .headerWrapper .headerLogo {
  max-width: 45px;
}
.headerSection.navActive .headerContainer .headerWrapper .headerLogo img:first-child {
  opacity: 0;
  transform: scale(0.95);
  position: absolute;
}
.headerSection.navActive .headerContainer .headerWrapper .headerLogo img:last-child {
  opacity: 1;
  transform: scale(1);
  position: relative;
}
.headerSection.navActive .headerContainer .headerWrapper .menuTiger {
  background-color: #fff;
}
.headerSection.navActive .headerContainer .headerWrapper .menuTiger img:first-child {
  opacity: 0;
  position: absolute;
}
.headerSection.navActive .headerContainer .headerWrapper .menuTiger img:last-child {
  opacity: 1;
  position: relative;
}
.headerSection .headerContainer {
  width: 100%;
  max-width: 1200px;
  transition: all 0.2s;
}
.headerSection .headerContainer .headerWrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  transition: all 0.2s;
}
@media (max-width: 1080px) {
  .headerSection .headerContainer .headerWrapper {
    padding: 6px 6px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.14);
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
  }
}
.headerSection .headerContainer .headerWrapper .headerLogo {
  width: initial;
  height: 45px;
  position: relative;
  width: 100%;
  max-width: 206px;
  transition: all 0.2s ease;
}
@media (max-width: 1080px) {
  .headerSection .headerContainer .headerWrapper .headerLogo {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .headerSection .headerContainer .headerWrapper .headerLogo {
    height: 22px;
    max-width: initial;
    width: initial;
  }
}
.headerSection .headerContainer .headerWrapper .headerLogo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.headerSection .headerContainer .headerWrapper .headerLogo img:first-child {
  opacity: 1;
  transform: scale(1);
  position: relative;
}
.headerSection .headerContainer .headerWrapper .topInfo {
  width: initial;
  gap: 24px;
  padding: 12px 12px;
  border-radius: 150px;
  background-color: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  transition: all 1s;
}
@media (max-width: 1080px) {
  .headerSection .headerContainer .headerWrapper .topInfo {
    display: none;
  }
}
.headerSection .headerContainer .headerWrapper .topInfo li {
  list-style: none;
}
.headerSection .headerContainer .headerWrapper .topInfo li a {
  font-size: 16px;
  font-weight: bold;
  color: #1F2A44;
  gap: 6px;
  transition: all 0.2s;
}
.headerSection .headerContainer .headerWrapper .topInfo li a:hover {
  opacity: 0.8;
}
.headerSection .headerContainer .headerWrapper .topInfo li a img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.headerSection .headerContainer .headerWrapper .topInfo li p {
  font-size: 16px;
  font-weight: bold;
  color: #1F2A44;
  gap: 6px;
  transition: all 0.2s;
}
.headerSection .headerContainer .headerWrapper .topInfo li p img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.headerSection .headerContainer .headerWrapper .menuTiger {
  width: 56px;
  height: 56px;
  background-color: #1F2A44;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media (min-width: 1081px) {
  .headerSection .headerContainer .headerWrapper .menuTiger:hover img {
    opacity: 0.8 !important;
  }
}
@media (max-width: 1080px) {
  .headerSection .headerContainer .headerWrapper .menuTiger {
    width: 30px;
    height: 30px;
  }
}
.headerSection .headerContainer .headerWrapper .menuTiger img {
  position: absolute;
  width: 32px;
  height: auto;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 1080px) {
  .headerSection .headerContainer .headerWrapper .menuTiger img {
    height: 10px;
  }
}
.headerSection .headerContainer .headerWrapper .menuTiger img:first-child {
  opacity: 1;
  position: relative;
}

.headerSectionLight {
  width: 100%;
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  padding: 0 24px;
  z-index: 500;
  transition: all 0.2s ease;
}
@media (max-width: 1080px) {
  .headerSectionLight {
    top: 10px;
  }
}
.headerSectionLight.navActive {
  top: 10px;
}
.headerSectionLight.navActive .headerContainer .headerWrapper .headerLogo {
  max-width: 45px;
}
.headerSectionLight.navActive .headerContainer .headerWrapper .headerLogo img:first-child {
  opacity: 0;
  transform: scale(0.95);
  position: absolute;
}
.headerSectionLight.navActive .headerContainer .headerWrapper .headerLogo img:last-child {
  opacity: 1;
  transform: scale(1);
  position: relative;
}
.headerSectionLight .headerContainer {
  width: 100%;
  max-width: 1200px;
  transition: all 0.2s;
}
.headerSectionLight .headerContainer .headerWrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  transition: all 0.2s;
}
@media (max-width: 1080px) {
  .headerSectionLight .headerContainer .headerWrapper {
    padding: 6px 6px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.14);
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
  }
}
.headerSectionLight .headerContainer .headerWrapper .headerLogo {
  width: initial;
  height: 45px;
  position: relative;
  width: 100%;
  max-width: 206px;
  transition: all 0.2s ease;
}
@media (max-width: 1080px) {
  .headerSectionLight .headerContainer .headerWrapper .headerLogo {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .headerSectionLight .headerContainer .headerWrapper .headerLogo {
    height: 22px;
    max-width: initial;
    width: initial;
  }
}
.headerSectionLight .headerContainer .headerWrapper .headerLogo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.headerSectionLight .headerContainer .headerWrapper .headerLogo img:first-child {
  opacity: 1;
  transform: scale(1);
  position: relative;
}
.headerSectionLight .headerContainer .headerWrapper .topInfo {
  width: initial;
  gap: 24px;
  padding: 12px 12px;
  border-radius: 150px;
  background-color: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  transition: all 1s;
}
@media (max-width: 1080px) {
  .headerSectionLight .headerContainer .headerWrapper .topInfo {
    display: none;
  }
}
.headerSectionLight .headerContainer .headerWrapper .topInfo li {
  list-style: none;
}
.headerSectionLight .headerContainer .headerWrapper .topInfo li a {
  font-size: 16px;
  font-weight: bold;
  color: #D1D5DB;
  gap: 6px;
  transition: all 0.2s;
}
.headerSectionLight .headerContainer .headerWrapper .topInfo li a:hover {
  opacity: 0.8;
}
.headerSectionLight .headerContainer .headerWrapper .topInfo li a img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.headerSectionLight .headerContainer .headerWrapper .topInfo li p {
  font-size: 16px;
  font-weight: bold;
  color: #D1D5DB;
  gap: 6px;
  transition: all 0.2s;
}
.headerSectionLight .headerContainer .headerWrapper .topInfo li p img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.headerSectionLight .headerContainer .headerWrapper .menuTiger {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
.headerSectionLight .headerContainer .headerWrapper .menuTiger:hover img {
  opacity: 0.8 !important;
}
@media (max-width: 1080px) {
  .headerSectionLight .headerContainer .headerWrapper .menuTiger {
    width: 26px;
    height: 26px;
  }
}
.headerSectionLight .headerContainer .headerWrapper .menuTiger img {
  position: absolute;
  width: 32px;
  height: auto;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (max-width: 1080px) {
  .headerSectionLight .headerContainer .headerWrapper .menuTiger img {
    height: 10px;
  }
}
.headerSectionLight .headerContainer .headerWrapper .menuTiger img:first-child {
  opacity: 1;
  position: relative;
}

.menuWrapper {
  width: 100%;
  background: linear-gradient(0deg, rgb(147, 147, 147) 0%, rgb(108, 113, 128) 63%);
  padding: 24px;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  height: 100dvh;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
@media (max-width: 600px) {
  .menuWrapper {
    background: linear-gradient(0deg, rgb(185, 186, 189) 0%, rgb(108, 113, 128) 100%);
  }
}
.menuWrapper.gsap-animated {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menuWrapper .closeTriger {
  width: 66px;
  height: 66px;
  background-color: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  transition: all 0.2s;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  z-index: 10;
}
.menuWrapper .closeTriger.screenSm {
  display: none;
}
@media (max-width: 600px) {
  .menuWrapper .closeTriger.screenSm {
    display: flex;
  }
}
.menuWrapper .closeTriger.screenLg {
  display: flex;
}
@media (max-width: 600px) {
  .menuWrapper .closeTriger.screenLg {
    display: none;
  }
}
@media (max-width: 1440px) {
  .menuWrapper .closeTriger {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .menuWrapper .closeTriger {
    width: 26px;
    height: 26px;
    background-color: #1F2A44;
  }
}
.menuWrapper .closeTriger:hover {
  background-color: #1F2A44;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.menuWrapper .closeTriger img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1440px) {
  .menuWrapper .closeTriger img {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 600px) {
  .menuWrapper .closeTriger img {
    width: 12px;
    height: 12px;
  }
}
.menuWrapper .infoWrap {
  display: none;
  width: 100%;
}
@media (max-width: 600px) {
  .menuWrapper .infoWrap {
    display: block;
  }
}
.menuWrapper .infoWrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 600px) {
  .menuWrapper .infoWrap ul {
    font-size: 17px;
    gap: 10px;
  }
}
.menuWrapper .infoWrap ul li a {
  font-size: 30px;
  line-height: 100%;
  color: #1F2A44;
  font-weight: bolder;
  transition: all 0.2s;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 600px) {
  .menuWrapper .infoWrap ul li a {
    font-size: 17px;
    gap: 6px;
  }
}
.menuWrapper .infoWrap ul li a img {
  width: 32px;
  height: 32px;
}
@media (max-width: 600px) {
  .menuWrapper .infoWrap ul li a img {
    width: 18px;
    height: 18px;
  }
}
.menuWrapper .infoWrap ul li p {
  font-size: 30px;
  line-height: 100%;
  color: #1F2A44;
  font-weight: bolder;
  transition: all 0.2s;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 600px) {
  .menuWrapper .infoWrap ul li p {
    font-size: 17px;
    gap: 6px;
  }
}
.menuWrapper .infoWrap ul li p img {
  width: 32px;
  height: 32px;
}
@media (max-width: 600px) {
  .menuWrapper .infoWrap ul li p img {
    width: 18px;
    height: 18px;
  }
}
.menuWrapper .menuWrap {
  width: 100%;
  max-width: 1600px;
  background-color: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  padding: 40px;
}
@media (max-width: 1440px) {
  .menuWrapper .menuWrap {
    max-width: 1200px;
  }
}
@media (max-width: 600px) {
  .menuWrapper .menuWrap {
    padding: 24px;
  }
}
.menuWrapper .menuWrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1440px) {
  .menuWrapper .menuWrap ul {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .menuWrapper .menuWrap ul {
    gap: 12px;
  }
}
.menuWrapper .menuWrap ul li.active a {
  color: #1F2A44;
  font-style: italic;
}
.menuWrapper .menuWrap ul li a {
  font-size: 50px;
  line-height: 100%;
  color: #D1D5DB;
  font-weight: 900;
  transition: all 0.2s;
  text-transform: uppercase;
}
.menuWrapper .menuWrap ul li a:hover {
  color: #1F2A44;
}
@media (max-width: 1440px) {
  .menuWrapper .menuWrap ul li a {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .menuWrapper .menuWrap ul li a {
    font-size: 18px;
  }
}

/* Header css */
/* Footer css */
.footerSection {
  padding: 60px 24px 300px;
  flex-direction: column;
  background-color: #6B7280;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1080px) {
  .footerSection {
    padding: 60px 24px 200px;
  }
}
@media (max-width: 600px) {
  .footerSection {
    padding: 24px 24px 60px;
  }
}
.footerSection .largeLogo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.footerSection .footerContainer {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .footerSection .footerContainer {
    flex-direction: column;
    gap: 24px;
  }
}
.footerSection .footerContainer .footerMenu {
  width: initial;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.footerSection .footerContainer .footerMenu li a {
  font-size: 24px;
  font-weight: bolder;
  line-height: 100%;
  color: #D1D5DB;
  transition: all 0.2s;
}
.footerSection .footerContainer .footerMenu li a:hover {
  color: #1F2A44;
}
.footerSection .footerContainer .footerMenu li:last-child {
  display: none;
}
@media (max-width: 600px) {
  .footerSection .footerContainer .footerMenu li:last-child {
    display: block;
  }
}
.footerSection .footerContainer .footerInfo {
  width: 100%;
  max-width: 570px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.footerSection .footerContainer .footerInfo .infocard {
  width: 100%;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.14);
  padding: 24px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.footerSection .footerContainer .footerInfo .infocard li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: #1F2A44;
  transition: all 0.2s;
}
.footerSection .footerContainer .footerInfo .infocard li a:hover {
  color: #D1D5DB;
}
.footerSection .footerContainer .footerInfo .infocard li a img {
  width: 32px;
  height: 32px;
}
.footerSection .footerContainer .footerInfo .infocard li p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: #1F2A44;
  transition: all 0.2s;
}
.footerSection .footerContainer .footerInfo .infocard li p img {
  width: 32px;
  height: 32px;
}
.footerSection .footerContainer .footerInfo .linkTextWrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.footerSection .footerContainer .footerInfo .linkTextWrap h3 {
  font-size: 24px;
  font-weight: 600;
  color: #D1D5DB;
  line-height: 140%;
  font-style: italic;
}
@media (max-width: 600px) {
  .footerSection .footerContainer .footerInfo .linkTextWrap h3 {
    font-size: 17px;
  }
}
.footerSection .footerContainer .footerInfo .linkTextWrap a {
  color: #1F2A44;
  font-style: italic;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  transition: all 0.2s;
  text-decoration: underline;
}
.footerSection .footerContainer .footerInfo .linkTextWrap a:hover {
  color: #D1D5DB;
}
@media (max-width: 600px) {
  .footerSection .footerContainer .footerInfo .linkTextWrap a {
    font-size: 17px;
  }
}
.footerSection .footerContainer .footerInfo .copyWrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.footerSection .footerContainer .footerInfo .copyWrap p {
  color: #D1D5DB;
  font-size: 16px;
  font-weight: bolder;
  line-height: 140%;
}
@media (max-width: 600px) {
  .footerSection .footerContainer .footerInfo .copyWrap p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .footerSection .footerContainer .footerInfo .copyWrap p.breaker {
    display: none;
  }
}
.footerSection .footerContainer .footerInfo .copyWrap a {
  color: #D1D5DB;
  font-size: 16px;
  font-weight: bolder;
  line-height: 140%;
  transition: all 0.2s;
}
.footerSection .footerContainer .footerInfo .copyWrap a:hover {
  color: #1F2A44;
}
@media (max-width: 600px) {
  .footerSection .footerContainer .footerInfo .copyWrap a {
    display: none;
  }
}

/* Footer css */
/* All css */
.foundSection {
  width: 100%;
  min-height: 100svh;
  padding: 250px 24px 150px;
}
@media (max-width: 600px) {
  .foundSection {
    padding: 80px 24px 50px;
    min-height: initial;
  }
}
.foundSection .foundCont {
  width: 100%;
  max-width: 770px;
  flex-direction: column;
  gap: 24px;
}
.foundSection .foundCont img {
  width: 100%;
}
.foundSection .foundCont h1 {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .foundSection .foundCont h1 {
    font-size: 24px;
    margin-bottom: 0px;
  }
}

.legalSection {
  width: 100%;
  min-height: 100svh;
  padding: 150px 24px 150px;
}
@media (max-width: 600px) {
  .legalSection {
    padding: 70px 24px 50px;
  }
}
.legalSection .legalCont {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .legalSection .legalCont {
    max-width: 720px;
  }
}
.legalSection .legalCont .legalWrap {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 600px) {
  .legalSection .legalCont .legalWrap {
    margin-top: 15px;
  }
}
.legalSection .legalCont .legalWrap h2 {
  font-size: 24px;
  line-height: 140%;
  color: #6B7280;
  margin-bottom: 15px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .legalSection .legalCont .legalWrap h2 {
    font-size: 20px;
  }
}
.legalSection .legalCont .legalWrap h3 {
  color: #6B7280;
  text-transform: uppercase;
  font-weight: 600;
}
.legalSection .legalCont .legalWrap p {
  color: #6B7280;
  margin-bottom: 24px;
  line-height: 150%;
}
@media (max-width: 600px) {
  .legalSection .legalCont .legalWrap p {
    font-size: 17px;
  }
}
.legalSection .legalCont .legalWrap ul {
  margin-bottom: 24px;
  padding-left: 30px;
}
.legalSection .legalCont .legalWrap ul li {
  list-style: disc;
  color: #6B7280;
  margin-bottom: 5px;
  line-height: 150%;
}
@media (max-width: 600px) {
  .legalSection .legalCont .legalWrap ul li {
    font-size: 17px;
  }
}
.legalSection .legalCont .legalWrap a {
  word-break: break-all;
}
.legalSection .legalCont .legalWrap ol {
  margin-bottom: 24px;
  padding-left: 30px;
}
.legalSection .legalCont .legalWrap ol li {
  list-style: decimal;
  color: #6B7280;
  margin-bottom: 5px;
  line-height: 150%;
}
@media (max-width: 600px) {
  .legalSection .legalCont .legalWrap ol li {
    font-size: 17px;
  }
}

.contactSection {
  width: 100%;
  min-height: 100svh;
  padding: 200px 24px 100px;
  flex-direction: column;
  gap: 150px;
}
@media (max-width: 600px) {
  .contactSection {
    padding: 70px 24px 50px;
    gap: 56px;
  }
}
.contactSection .contactContainer {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 600px) {
  .contactSection .contactContainer {
    grid-template-columns: 1fr;
  }
}
.contactSection .contactContainer .contactInfo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.contactSection .contactContainer .contactInfo h1 {
  margin-bottom: 15px;
}
.contactSection .contactContainer .contactInfo p {
  color: #1F2A44;
  margin-bottom: 24px;
}
.contactSection .contactContainer .contactInfo .infoDiv {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.contactSection .contactContainer .contactInfo .infoDiv li a {
  font-size: 16px;
  font-weight: bold;
  color: #1F2A44;
  transition: all 0.2s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.contactSection .contactContainer .contactInfo .infoDiv li a img {
  width: 32px;
  height: 32px;
}
.contactSection .contactContainer .contactInfo .infoDiv li a:hover {
  opacity: 0.8;
}
.contactSection .contactContainer .contactInfo .infoDiv li p {
  font-size: 16px;
  font-weight: bold;
  color: #1F2A44;
  transition: all 0.2s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.contactSection .contactContainer .contactInfo .infoDiv li p img {
  width: 32px;
  height: 32px;
}
.contactSection .contactContainer .contactInfo .infoDiv li ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 284px;
  margin-top: 12px;
}
.contactSection .contactContainer .contactInfo .infoDiv li ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.contactSection .contactContainer .contactInfo .infoDiv li ul li span {
  font-size: 16px;
  font-weight: bold;
  color: #1F2A44;
}
.contactSection .contactContainer .contactInfo .contactSocial {
  width: initial;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.contactSection .contactContainer .contactInfo .contactSocial a {
  transition: all 0.2s;
}
.contactSection .contactContainer .contactInfo .contactSocial a:hover {
  opacity: 0.8;
}
.contactSection .contactContainer .contactInfo .contactSocial a img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactSection .contactContainer .contactForm {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
.contactSection .contactContainer .contactForm .formWrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}
.contactSection .contactContainer .contactForm .formWrap .formCol {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .contactSection .contactContainer .contactForm .formWrap .formCol {
    grid-template-columns: 1fr;
  }
}
.contactSection .contactContainer .contactForm .messageWrapper {
  width: 100%;
  padding: 24px 24px;
  border-radius: 8px;
  background-color: #1F2A44;
  flex-direction: column;
  gap: 24px;
}
.contactSection .contactContainer .contactForm .messageWrapper h2 {
  font-size: 28px;
  font-weight: bold;
  color: #D1D5DB;
  text-align: center;
  line-height: 120%;
}
@media (max-width: 992px) {
  .contactSection .contactContainer .contactForm .messageWrapper h2 {
    font-size: 20px;
  }
}
.contactSection .contactContainer .contactForm .messageWrapper p {
  font-size: 18px;
  font-weight: 500;
  color: #D1D5DB;
  text-align: center;
  line-height: 120%;
}
@media (max-width: 992px) {
  .contactSection .contactContainer .contactForm .messageWrapper p {
    font-size: 17px;
  }
}
.contactSection .mapContainer {
  width: 100%;
  max-width: 1200px;
  border-radius: 12px;
  overflow: hidden;
}
.contactSection .mapContainer img {
  width: 100%;
}
.contactSection .mapContainer img:last-child {
  display: none;
}
@media (max-width: 600px) {
  .contactSection .mapContainer img:last-child {
    display: block;
  }
}
.contactSection .mapContainer img:first-child {
  display: block;
}
@media (max-width: 600px) {
  .contactSection .mapContainer img:first-child {
    display: none;
  }
}

.formRow {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.formRow label {
  color: #6B7280;
}
.formRow input {
  width: 100%;
  border-radius: 6px;
  color: #fff;
  padding: 0 25px;
  color: #6B7280;
  font-weight: 600;
  height: 54px;
  border: 0;
  outline: none;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.1);
}
.formRow input::-moz-placeholder {
  color: #6B7280;
  font-weight: normal;
}
.formRow input::placeholder {
  color: #6B7280;
  font-weight: normal;
}
.formRow .error {
  font-size: 12px;
  color: #f00;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.formRow select {
  width: 100%;
  border-radius: 6px;
  color: #fff;
  padding: 0 25px;
  color: #6B7280;
  font-weight: 600;
  height: 54px;
  border: 0;
  outline: none;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.formRow.formRowSelect {
  position: relative;
}
.formRow.formRowSelect::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../assets/images/select_drop.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  bottom: 18px;
}
.formRow textarea {
  width: 100%;
  height: 120px;
  border-radius: 6px;
  color: #fff;
  padding: 25px 25px;
  color: #6B7280;
  font-weight: 600;
  border: 0;
  outline: none;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.1);
  resize: none;
}
.formRow textarea::-moz-placeholder {
  color: #6B7280;
  font-weight: normal;
}
.formRow textarea::placeholder {
  color: #6B7280;
  font-weight: normal;
}

.blogDetailsSection {
  width: 100%;
  min-height: 100svh;
  background-color: #D1D5DB;
  padding: 150px 24px 100px;
}
@media (max-width: 600px) {
  .blogDetailsSection {
    padding: 70px 24px 50px;
  }
}
.blogDetailsSection .blogDetailsCont {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsCont {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsCont.bblogCont {
    gap: 24px;
  }
}
.blogDetailsSection .blogDetailsCont .detailsWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .mainImg {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsCont .detailsWrapper .mainImg {
    display: none;
  }
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .mainImgRes {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  display: none;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsCont .detailsWrapper .mainImgRes {
    display: block;
  }
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h1 {
  text-align: left;
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h2 {
  color: #6B7280;
  margin-bottom: 20px;
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h2 span {
  font-weight: normal;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h2 span {
     margin-right:10px;
	 margin-left:10px;
  }
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h2 a {
  transition: all 0.2s;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h2 a {
    display: block;
  }
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h2 a:hover {
  color: #6B7280;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h2 {
    font-size: 18px;
    text-align: left;
    line-height: 120%;
    margin-bottom: 12px;
  }
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont p {
  color: #1F2A44;
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont p a {
  transition: all 0.2s;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont p a {
    display: block;
  }
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont p a:hover {
  color: #6B7280;
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h3 {
  color: #1F2A44;
  margin: 32px 0;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont h3 {
    margin: 12px 0;
    font-size: 20px;
    text-align: left;
  }
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ul {
  margin-bottom: 32px;
  padding-left: 20px;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ul {
    margin-bottom: 10px;
  }
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ul li {
  color: #1F2A44;
  list-style: disc;
  line-height: 120%;
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ul li a {
  transition: all 0.2s;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ul li a {
    display: block;
  }
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ul li a:hover {
  color: #6B7280;
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ol {
  margin-bottom: 32px;
  padding-left: 20px;
}
@media (max-width: 600px) {
  .blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ol {
    margin-bottom: 10px;
  }
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ol li {
  color: #1F2A44;
  line-height: 120%;
  list-style: decimal;
}
.blogDetailsSection .blogDetailsCont .detailsWrapper .textCont ol li a {
  text-decoration: underline;
}

.categoryWrapper {
  width: 100%;
  flex-direction: column;
  gap: 40px;
}
.categoryWrapper .categoryDiv {
  position: relative;
  height: 44px;
  padding-left: 29px;
  padding-right: 49px;
}
@media (max-width: 600px) {
  .categoryWrapper .categoryDiv {
    display: none;
  }
}
.categoryWrapper .categoryDiv::before {
  content: "";
  width: 29px;
  height: 44px;
  background-image: url("../assets/images/button_left_shape.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.categoryWrapper .categoryDiv::after {
  content: "";
  width: 49px;
  height: 44px;
  background-image: url("../assets/images/button_right_shape.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.categoryWrapper .categoryDiv li.cateActive a {
  font-weight: bold;
  font-style: italic;
}
.categoryWrapper .categoryDiv li.cateActive a:hover {
  color: #D1D5DB;
}
.categoryWrapper .categoryDiv li a {
  height: 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: #D1D5DB;
  transition: all 0.2s;
  background-color: #1F2A44;
  padding: 0 12px;
}
.categoryWrapper .categoryDiv li a:hover {
  color: #6B7280;
}

.resCategoryDiv {
  width: 100%;
  position: relative;
  display: none;
}
@media (max-width: 600px) {
  .resCategoryDiv {
    display: flex;
  }
}
.resCategoryDiv::after {
  content: "";
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/images/category_drop.svg");
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 10;
}
.resCategoryDiv select {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  background-color: #1F2A44;
  padding: 6px 12px;
  position: relative;
  color: #D1D5DB;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  outline: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.recentWrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
}
.recentWrapper.recrntDtl {
  gap: 40px;
}
@media (max-width: 600px) {
  .recentWrapper.recrntDtl {
    gap: 24px;
  }
}
.recentWrapper h2 {
  color: #1F2A44;
  font-weight: 900;
}
.recentWrapper .recrntCont {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 600px) {
  .recentWrapper .recrntCont {
    grid-template-columns: 1fr;
  }
}
.recentWrapper .recrntCont.recentCopntdtl {
  gap: 40px 24px;
}
@media (max-width: 600px) {
  .recentWrapper .recrntCont.recentCopntdtl {
    gap: 24px 24px;
  }
}

.paginationWrap {
  width: 100%;
}
.paginationWrap.paginationCategory {
  padding-left: 200px;
}
@media (max-width: 600px) {
  .paginationWrap.paginationCategory {
    padding-left: initial;
  }
}
.paginationWrap ul {
  gap: 5px;
}
.paginationWrap ul li {
  list-style: none;
}
.paginationWrap ul li.pageActive .pTriger {
  border-color: #1F2A44;
}
.paginationWrap ul li.pageActive .pTriger:hover {
  opacity: 1;
}
.paginationWrap ul li.navBtn {
  width: 38px;
  height: 38px;
  transition: all 0.2s;
}
.paginationWrap ul li.navBtn:hover {
  opacity: 0.7;
}
.paginationWrap ul li.navBtn img {
  width: 100%;
  height: 100%;
}
.paginationWrap ul li .pTriger {
  width: 36px;
  height: 36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: #1F2A44;
  border-radius: 4px;
  border: solid 1px transparent;
  transition: all 0.2s;
}
.paginationWrap ul li .pTriger:hover {
  opacity: 0.8;
}

.blogCard {
  width: 100%;
  position: relative;
  flex-direction: column;
  border: solid 1px rgba(31, 42, 68, 0.12);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s;
  justify-content: flex-start;
}
.blogCard:hover .blogCardTop img {
  opacity: 0.8;
}
.blogCard .blogCardTop {
  width: 100%;
  position: relative;
  transition: all 0.2s;
}
.blogCard .blogCardTop img {
  width: 100%;
  height: 218px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
}
.blogCard .blogCardTop .floatText {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  z-index: 10;
}
.blogCard .blogCardTop .floatText p {
  font-size: 12px;
  font-weight: 500;
  color: #1F2A44;
  line-height: 100%;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #D1D5DB;
}
.blogCard .blogCardTop .floatText img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.2s;
}
.blogCard .blogText {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  padding: 12px 12px;
}
.blogCard .blogText .category {
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #1F2A44;
  color: #D1D5DB;
  font-size: 12px;
  font-weight: 500;
}
.blogCard .blogText .title {
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
  font-style: italic;
  color: #1F2A44;
  text-align: left;
  transition: all 0.2s;
}
.blogCard .blogText p {
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  color: #1F2A44;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogLarge {
  width: 100%;
  max-width: 1200px;
}
.blogLarge .blogLargeCont {
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s;
  display: block;
}
.blogLarge .blogLargeCont:hover .blogLargeImg img {
  opacity: 0.9;
}
.blogLarge .blogLargeCont .blogLargeImg {
  width: 100%;
  height: initial;
  height: 490px;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}
.blogLarge .blogLargeCont .blogLargeImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s;
}
@media (max-width: 600px) {
  .blogLarge .blogLargeCont .blogLargeImg img.blogimg {
    display: none;
  }
}
.blogLarge .blogLargeCont .blogLargeImg img.blogimgRes {
  display: none;
}
@media (max-width: 600px) {
  .blogLarge .blogLargeCont .blogLargeImg img.blogimgRes {
    display: block;
  }
}
.blogLarge .blogLargeCont .blogLargeInfo {
  width: 100%;
  max-width: 420px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.56);
  padding: 24px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
}
@media (max-width: 600px) {
  .blogLarge .blogLargeCont .blogLargeInfo {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: initial;
    width: initial;
    padding: 12px 12px;
  }
}
.blogLarge .blogLargeCont .blogLargeInfo ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.blogLarge .blogLargeCont .blogLargeInfo ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: #D1D5DB;
  background-color: #1F2A44;
  padding: 4px 6px;
  border-radius: 4px;
}
@media (max-width: 600px) {
  .blogLarge .blogLargeCont .blogLargeInfo ul li {
    font-size: 17px;
  }
}
.blogLarge .blogLargeCont .blogLargeInfo span {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  color: #1F2A44;
}
@media (max-width: 600px) {
  .blogLarge .blogLargeCont .blogLargeInfo span {
    font-size: 17px;
  }
}
.blogLarge .blogLargeCont .blogLargeInfo h2 {
  color: #1F2A44;
  text-align: left;
}
@media (max-width: 600px) {
  .blogLarge .blogLargeCont .blogLargeInfo h2 {
    font-size: 20px;
  }
}
.blogLarge .blogLargeCont .blogLargeInfo p {
  font-size: 18px;
  font-weight: 500;
  color: #1F2A44;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 120%;
}
@media (max-width: 600px) {
  .blogLarge .blogLargeCont .blogLargeInfo p {
    font-size: 17px;
  }
}

.blogsSection {
  width: 100%;
  min-height: 100svh;
  background-color: #D1D5DB;
  flex-direction: column;
  gap: 40px;
  padding: 150px 24px 100px;
}
@media (max-width: 600px) {
  .blogsSection {
    padding: 70px 24px 50px;
    gap: 24px;
  }
}

.productSection {
  width: 100%;
  flex-direction: column;
  gap: 40px;
  padding: 150px 24px 100px;
}
@media (max-width: 1080px) {
  .productSection {
    padding: 100px 24px 50px;
  }
}
@media (max-width: 600px) {
  .productSection {
    gap: 24px;
    padding: 70px 24px 50px;
  }
}
.productSection .productsCont {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 600px) {
  .productSection .productsCont {
    flex-direction: column;
    gap: 24px;
  }
}
.productSection .productsCont .productsListWrap {
  width: calc(100% - 200px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 24px;
}
@media (max-width: 1080px) {
  .productSection .productsCont .productsListWrap {
    width: 100%;
    gap: 24px 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .productSection .productsCont .productsListWrap {
    width: 100%;
    gap: 24px 24px;
    grid-template-columns: 1fr;
  }
}
.productSection .productsCont .categoryWrapper {
  width: 160px;
  position: sticky;
  top: 100px;
}
@media (max-width: 600px) {
  .productSection .productsCont .categoryWrapper {
    display: none;
  }
}
.productSection .productsCont .categoryWrapper .categoryCont {
  width: 100%;
  height: initial;
  background-color: #1F2A44;
  position: relative;
  padding: 12px 24px;
}
.productSection .productsCont .categoryWrapper .categoryCont::after {
  content: "";
  height: 60px;
  background-image: url("../assets/images/category-shape.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -59px;
}
.productSection .productsCont .categoryWrapper .categoryCont li.active a {
  font-weight: bold;
  font-style: italic;
}
.productSection .productsCont .categoryWrapper .categoryCont li.active:hover a {
  color: #D1D5DB;
}
.productSection .productsCont .categoryWrapper .categoryCont li:hover a {
  color: #6B7280;
}
.productSection .productsCont .categoryWrapper .categoryCont li a {
  font-size: 18px;
  font-weight: 500;
  color: #D1D5DB;
  text-align: left;
  padding: 12px 0;
  display: block;
  line-height: 120%;
  transition: all 0.2s;
}

.productcard {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.26);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 22px;
  padding: 22px 22px;
  border-radius: 12px;
  transition: all 0.2s;
}
.productcard:hover img {
  opacity: 0.8;
}
.productcard img {
  width: 100%;
  height: 205px;
  border-radius: 6px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
.productcard .proBottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.productcard .proBottom h2 {
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
  color: #1F2A44;
  width: calc(100% - 32px);
  font-style: italic;
}
.productcard .proBottom img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.detailsSection {
  width: 100%;
  padding: 200px 24px 100px;
  min-height: 100svh;
}
@media (max-width: 1080px) {
  .detailsSection {
    padding: 150px 24px 100px;
  }
}
@media (max-width: 600px) {
  .detailsSection {
    padding: 80px 24px 50px;
  }
}
.detailsSection .detailsContiner {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 600px) {
  .detailsSection .detailsContiner {
    gap: 56px;
  }
}
.detailsSection .detailsContiner .detailsWrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .detailsSection .detailsContiner .detailsWrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .detailsSection .detailsContiner .detailsWrapper {
    gap: 24px;
  }
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap {
  width: 100%;
  overflow: hidden;
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
}
@media (max-width: 600px) {
  .detailsSection .detailsContiner .detailsWrapper .resGalleryWrap {
    display: flex;
  }
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .mainSlider {
  width: 100%;
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .mainSlider .mainImg {
  width: 100%;
  aspect-ratio: 1/1;
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .mainSlider .mainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .mainSlider .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .mainSlider .owl-nav button {
  width: 32px;
  height: 32px;
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .mainSlider .owl-nav button img {
  width: 100%;
  height: 100%;
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .mainSlider .owl-nav button span {
  display: none;
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .mainSlider .owl-nav button.owl-prev {
  background-image: url("../assets/images/slider-left.svg");
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .mainSlider .owl-nav button.owl-next {
  background-image: url("../assets/images/slider-right.svg");
  -o-object-fit: contain;
     object-fit: contain;
  background-position: center;
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .thumbSlider {
  width: 100%;
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .thumbSlider .thumbNail {
  width: 100%;
  border: solid 1px transparent;
  transition: all 0.2s;
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .thumbSlider .thumbNail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s;
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .thumbSlider .thumbNail.active {
  border-color: #fff;
}
.detailsSection .detailsContiner .detailsWrapper .resGalleryWrap .thumbSlider .thumbNail.active img {
  opacity: 0.5;
}
.detailsSection .detailsContiner .detailsWrapper .gallaryWrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 13px;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .detailsSection .detailsContiner .detailsWrapper .gallaryWrap {
    flex-direction: column-reverse;
  }
}
@media (max-width: 600px) {
  .detailsSection .detailsContiner .detailsWrapper .gallaryWrap {
    display: none;
  }
}
.detailsSection .detailsContiner .detailsWrapper .gallaryWrap .gallerySlideWrap {
  width: 70px;
  overflow: auto;
  position: relative;
  height: 100%;
  max-height: 490px;
}
@media (max-width: 1080px) {
  .detailsSection .detailsContiner .detailsWrapper .gallaryWrap .gallerySlideWrap {
    height: 100%;
    max-height: 70px;
    width: 100%;
  }
}
.detailsSection .detailsContiner .detailsWrapper .gallaryWrap .gallerySlideWrap::-webkit-scrollbar {
  width: 0px;
}
.detailsSection .detailsContiner .detailsWrapper .gallaryWrap .gallerySlideWrap ul {
  width: 100%;
  height: initial;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0px;
  overflow: auto;
}
@media (max-width: 1080px) {
  .detailsSection .detailsContiner .detailsWrapper .gallaryWrap .gallerySlideWrap ul {
    gap: 5px;
    flex-direction: row;
  }
}
.detailsSection .detailsContiner .detailsWrapper .gallaryWrap .gallerySlideWrap ul li {
  width: 100%;
  aspect-ratio: 1/1;
}
@media (max-width: 1080px) {
  .detailsSection .detailsContiner .detailsWrapper .gallaryWrap .gallerySlideWrap ul li {
    width: 70px;
    height: 70px;
  }
}
.detailsSection .detailsContiner .detailsWrapper .gallaryWrap .gallerySlideWrap ul li.active button img {
  border-color: #6B7280;
  opacity: 0.4;
}
.detailsSection .detailsContiner .detailsWrapper .gallaryWrap .gallerySlideWrap ul li button {
  width: 100%;
  transition: all 0.2s;
}
.detailsSection .detailsContiner .detailsWrapper .gallaryWrap .gallerySlideWrap ul li button:hover {
  opacity: 0.7;
}
.detailsSection .detailsContiner .detailsWrapper .gallaryWrap .gallerySlideWrap ul li button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 2px transparent;
  transition: all 0.2s;
}
.detailsSection .detailsContiner .detailsWrapper .gallaryWrap .galleryMain {
  width: calc(100% - 83px);
  height: 490px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.2s;
  aspect-ratio: 1/1;
}
@media (max-width: 1080px) {
  .detailsSection .detailsContiner .detailsWrapper .gallaryWrap .galleryMain {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .detailsSection .detailsContiner .detailsWrapper .gallaryWrap .galleryMain {
    height: initial;
  }
}
.detailsSection .detailsContiner .detailsWrapper .gallaryWrap .galleryMain img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}
.detailsSection .detailsContiner .detailsWrapper .gallaryWrap .galleryMain img.fade-out {
  opacity: 0;
}
.detailsSection .detailsContiner .detailsWrapper .infoWrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 600px) {
  .detailsSection .detailsContiner .detailsWrapper .infoWrap {
    border-top: solid 1px #6B7280;
    padding-top: 24px;
  }
}
.detailsSection .detailsContiner .detailsWrapper .infoWrap .infoHeading {
  width: 100%;
  padding-bottom: 24px;
  border-bottom: solid 1px #6B7280;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 600px) {
  .detailsSection .detailsContiner .detailsWrapper .infoWrap .infoHeading {
    display: none;
  }
}
.detailsSection .detailsContiner .detailsWrapper .infoWrap .infoHeading h1 {
  text-align: left;
}
.detailsSection .detailsContiner .detailsWrapper .infoWrap .infoHeading .tag {
  font-size: 18px;
  font-weight: normal;
  color: #D1D5DB;
  background-color: #1F2A44;
  border-radius: 4px;
  padding: 4px 6px;
  transition: all 0.2s;
}
.detailsSection .detailsContiner .detailsWrapper .infoWrap .infoHeading .tag:hover {
  opacity: 0.7;
}
.detailsSection .detailsContiner .detailsWrapper .infoWrap .infoDiv {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.detailsSection .detailsContiner .detailsWrapper .infoWrap .infoDiv h2 {
  font-size: 18px;
  color: #1F2A44;
  font-weight: bold;
  line-height: 100%;
}
.detailsSection .detailsContiner .detailsWrapper .infoWrap .infoDiv p {
  font-size: 18px;
  color: #6B7280;
  font-weight: 500;
  line-height: 120%;
}
.detailsSection .detailsContiner .detailsWrapper .infoWrap .infoDiv ul {
  padding-left: 30px;
}
.detailsSection .detailsContiner .detailsWrapper .infoWrap .infoDiv ul li {
  list-style: disc;
  font-size: 18px;
  color: #6B7280;
  font-weight: 500;
  line-height: 120%;
}
.detailsSection .detailsContiner .detailsRelated {
  width: 100%;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .detailsSection .detailsContiner .detailsRelated {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }
}
.detailsSection .detailsContiner .detailsRelated .detailsRelatedWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 24px;
}
@media (max-width: 1080px) {
  .detailsSection .detailsContiner .detailsRelated .detailsRelatedWrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .detailsSection .detailsContiner .detailsRelated .detailsRelatedWrap {
    grid-template-columns: 1fr;
  }
}

.resDetailsHead {
  display: none;
}
@media (max-width: 600px) {
  .resDetailsHead {
    display: block;
  }
}
.resDetailsHead .infoHeading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 600px) {
  .resDetailsHead .infoHeading {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.resDetailsHead .infoHeading h1 {
  text-align: left;
}
@media (max-width: 600px) {
  .resDetailsHead .infoHeading h1 {
    font-size: 28px;
  }
}
.resDetailsHead .infoHeading .tag {
  font-size: 18px;
  font-weight: normal;
  color: #D1D5DB;
  background-color: #1F2A44;
  border-radius: 4px;
  padding: 4px 6px;
}

.actionWrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 500;
  transition: all 0.2s;
}
.actionWrapper.actionActive .callWrapper span {
  width: 0;
  height: 0;
  opacity: 0;
  padding-right: 0px;
}
@media (max-width: 1080px) {
  .actionWrapper {
    bottom: 24px;
    right: 24px;
  }
}
.actionWrapper .callWrapper {
  padding: 12px 12px;
  border-radius: 150px;
  background-color: #1F2A44;
  transition: all 0.2s;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.38);
}
@media (max-width: 1080px) {
  .actionWrapper .callWrapper {
    padding: 6px 6px;
  }
}
.actionWrapper .callWrapper:hover img {
  opacity: 0.7;
}
.actionWrapper .callWrapper:hover span {
  opacity: 0.7;
}
.actionWrapper .callWrapper span {
  font-size: 16px;
  font-weight: bold;
  color: #D1D5DB;
  text-transform: uppercase;
  line-height: 140%;
  transition: all 0.2s;
  width: 287px;
  overflow: hidden;
  padding-right: 12px;
  opacity: 1;
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .actionWrapper .callWrapper span {
    display: none;
  }
}
.actionWrapper .callWrapper img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.2s;
}
@media (max-width: 1080px) {
  .actionWrapper .callWrapper img {
    width: 20px;
    height: 20px;
  }
}
/* 
.homeHeroSection {
  width: 100%;
  height: 100svh;
  background: linear-gradient(141deg, rgb(185, 186, 189) 0%, rgb(108, 113, 128) 100%);
  position: relative;
  z-index: 0;
}
@media (max-width: 1440px) {
  .homeHeroSection {
    height: 100svh;
  }
}
@media (max-width: 1200px) {
  .homeHeroSection {
    height: initial;
  }
}
@media (max-width: 600px) {
  .homeHeroSection {
    height: 400px;
  }
}
.homeHeroSection .heroImgWrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .homeHeroSection .heroImgWrap {
    height: 100%;
  }
}
.homeHeroSection .heroImgWrap img {
  width: 100%;
  height: 100%;
}
.homeHeroSection .heroImgWrap img.desktop {
  display: block;
}
@media (max-width: 1440px) {
  .homeHeroSection .heroImgWrap img.desktop {
    display: none;
  }
}
.homeHeroSection .heroImgWrap img.laptop {
  display: none;
}
@media (max-width: 1440px) {
  .homeHeroSection .heroImgWrap img.laptop {
    display: block;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroImgWrap img.laptop {
    display: none;
  }
}
.homeHeroSection .heroImgWrap img.mobile {
  display: none;
}
@media (max-width: 600px) {
  .homeHeroSection .heroImgWrap img.mobile {
    display: block;
    height: 100%;
  }
}
.homeHeroSection .heroTextWrap {
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  z-index: 10;
  bottom: 80px;
}
@media (max-width: 1440px) {
  .homeHeroSection .heroTextWrap {
    bottom: 50px;
  }
}
.homeHeroSection .heroTextWrap .heroLogoWrap {
  position: absolute;
  left: 0;
  top: 50px;
  height: 80px;
}
@media (max-width: 992px) {
  .homeHeroSection .heroTextWrap .heroLogoWrap {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroTextWrap .heroLogoWrap {
    height: 25px;
  }
}
@media (max-width: 1440px) {
  .homeHeroSection .heroTextWrap .heroLogoWrap {
    top: 40px;
    left: 80px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .homeHeroSection .heroTextWrap .heroLogoWrap {
    top: 20px;
    left: 100px;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .homeHeroSection .heroTextWrap .heroLogoWrap {
    left: 20px;
  }
}
.homeHeroSection .heroTextWrap .heroLogoWrap img {
  height: 100%;
}
.homeHeroSection .heroTextWrap .largeText {
  flex-direction: column;
  gap: 20px;
  font-size: 218px;
  text-transform: uppercase;
  line-height: 80%;
  color: #D1D5DB;
  font-weight: 900;
  font-style: italic;
}
@media (max-width: 1680px) {
  .homeHeroSection .heroTextWrap .largeText {
    font-size: 180px;
  }
}
@media (max-width: 1440px) {
  .homeHeroSection .heroTextWrap .largeText {
    font-size: 170px;
    line-height: 80%;
    gap: 0px;
  }
}
@media (max-width: 1280px) {
  .homeHeroSection .heroTextWrap .largeText {
    font-size: 150px;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .homeHeroSection .heroTextWrap .largeText {
    font-size: 90px;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroTextWrap .largeText {
    font-size: 70px;
    gap: 8px;
  }
}
.homeHeroSection .heroTextWrap .largeText span {
  position: relative;
}
.homeHeroSection .heroTextWrap .largeText span:first-child {
  right: -250px;
}
@media (max-width: 992px) {
  .homeHeroSection .heroTextWrap .largeText span:first-child {
    right: -150px;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroTextWrap .largeText span:first-child {
    right: -60px;
  }
}
.homeHeroSection .heroTextWrap .largeText span:last-child {
  right: -160px;
}
@media (max-width: 992px) {
  .homeHeroSection .heroTextWrap .largeText span:last-child {
    right: -60px;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroTextWrap .largeText span:last-child {
    right: -30px;
  }
}
.homeHeroSection .heroTextWrap .largeText span:nth-child(2) {
  left: -100px;
}
@media (max-width: 992px) {
  .homeHeroSection .heroTextWrap .largeText span:nth-child(2) {
    left: -20px;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroTextWrap .largeText span:nth-child(2) {
    left: -30px;
  }
}
.homeHeroSection .heroTextWrap .herotextBottom {
  width: 100%;
}
.homeHeroSection .heroTextWrap .herotextBottom h2 {
  font-size: 40px;
  font-weight: bold;
  color: #D1D5DB;
  text-transform: uppercase;
  line-height: 120%;
  position: relative;
  left: -100px;
}
@media (max-width: 1440px) {
  .homeHeroSection .heroTextWrap .herotextBottom h2 {
    left: -30px;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroTextWrap .herotextBottom h2 {
    font-size: 14px;
  }
}
 */


.homeHeroSection {
  width: 100%;
  height: 100svh;
  background: linear-gradient(141deg, rgb(185, 186, 189) 0%, rgb(108, 113, 128) 100%);
  position: relative;
  z-index: 0;
}
@media (max-width: 1440px) {
  .homeHeroSection {
    height: 100svh;
  }
}
@media (max-width: 1200px) {
  .homeHeroSection {
    height: initial;
  }
}
@media (max-width: 600px) {
  .homeHeroSection {
    height: 400px;
  }
}
.homeHeroSection .heroImgWrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #6C7180;
  overflow: hidden;
}
@media (max-width: 600px) {
  .homeHeroSection .heroImgWrap {
    height: 100%;
  }
}
.homeHeroSection .heroImgWrap .leftImg {
  position: absolute;
  left: 0;
  top: 0 !important;
  bottom: 0 !important;
  right: initial !important;
  z-index: 30;
  opacity: 1;
  height: 100%;
}
@media (max-width: 1440px) {
  .homeHeroSection .heroImgWrap .leftImg {
    left: -70px;
  }
}
@media (max-width: 1080px) {
  .homeHeroSection .heroImgWrap .leftImg {
    left: -150px;
  }
}
.homeHeroSection .heroImgWrap .rightImg {
  position: absolute;
  right: 0;
  top: 0 !important;
  bottom: 0 !important;
  left: initial !important;
  z-index: 30;
  opacity: 1;
  height: 100%;
}
@media (max-width: 1440px) {
  .homeHeroSection .heroImgWrap .rightImg {
    right: -120px;
  }
}
@media (max-width: 1440px) {
  .homeHeroSection .heroImgWrap .rightImg {
    right: -100px;
  }
}
.homeHeroSection .heroImgWrap .mainImg {
  width: 100%;
  height: 100%;
  opacity: 0.47;
}
.homeHeroSection .heroImgWrap .mainImg.desktop {
  display: block;
}
@media (max-width: 1440px) {
  .homeHeroSection .heroImgWrap .mainImg.desktop {
    display: none;
  }
}
.homeHeroSection .heroImgWrap .mainImg.laptop {
  display: none;
}
@media (max-width: 1440px) {
  .homeHeroSection .heroImgWrap .mainImg.laptop {
    display: block;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroImgWrap .mainImg.laptop {
    display: none;
  }
}
.homeHeroSection .heroImgWrap .mainImg.mobile {
  display: none;
}
@media (max-width: 600px) {
  .homeHeroSection .heroImgWrap .mainImg.mobile {
    display: block;
    height: 100%;
  }
}
.homeHeroSection .heroTextWrap {
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  z-index: 10;
  bottom: 80px;
}
@media (max-width: 1440px) {
  .homeHeroSection .heroTextWrap {
    bottom: 50px;
  }
}
.homeHeroSection .heroTextWrap .heroLogoWrap {
  position: absolute;
  left: 0;
  top: 50px;
  height: 80px;
}
@media (max-width: 1080px) {
  .homeHeroSection .heroTextWrap .heroLogoWrap {
    height: 50px;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroTextWrap .heroLogoWrap {
    height: 25px;
  }
}
@media (max-width: 1440px) {
  .homeHeroSection .heroTextWrap .heroLogoWrap {
    top: 40px;
    left: 80px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .homeHeroSection .heroTextWrap .heroLogoWrap {
    top: 0px;
    left: 100px;
  }
}
@media (max-width: 1440px) and (max-width: 600px) {
  .homeHeroSection .heroTextWrap .heroLogoWrap {
    left: 20px;
  }
}
.homeHeroSection .heroTextWrap .heroLogoWrap img {
  height: 100%;
}
.homeHeroSection .heroTextWrap .largeText {
  flex-direction: column;
  gap: 20px;
  font-size: 218px;
  text-transform: uppercase;
  line-height: 80%;
  color: #D1D5DB;
  font-weight: 900;
  font-style: italic;
}
@media (max-width: 1680px) {
  .homeHeroSection .heroTextWrap .largeText {
    font-size: 180px;
  }
}
@media (max-width: 1440px) {
  .homeHeroSection .heroTextWrap .largeText {
    font-size: 170px;
    line-height: 80%;
    gap: 0px;
  }
}
@media (max-width: 1280px) {
  .homeHeroSection .heroTextWrap .largeText {
    font-size: 150px;
    gap: 20px;
  }
}
@media (max-width: 1080px) {
  .homeHeroSection .heroTextWrap .largeText {
    font-size: 90px;
  }
}
@media (max-width: 992px) {
  .homeHeroSection .heroTextWrap .largeText {
    font-size: 54px;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroTextWrap .largeText {
    font-size: 70px;
    gap: 8px;
  }
}
.homeHeroSection .heroTextWrap .largeText span {
  position: relative;
}
.homeHeroSection .heroTextWrap .largeText span:first-child {
  right: -250px;
}
@media (max-width: 1080px) {
  .homeHeroSection .heroTextWrap .largeText span:first-child {
    right: -100px;
  }
}
@media (max-width: 992px) {
  .homeHeroSection .heroTextWrap .largeText span:first-child {
    right: -120px;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroTextWrap .largeText span:first-child {
    right: -60px;
  }
}
.homeHeroSection .heroTextWrap .largeText span:last-child {
  right: -160px;
}
@media (max-width: 992px) {
  .homeHeroSection .heroTextWrap .largeText span:last-child {
    right: -60px;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroTextWrap .largeText span:last-child {
    right: -30px;
  }
}
.homeHeroSection .heroTextWrap .largeText span:nth-child(2) {
  left: -100px;
}
@media (max-width: 992px) {
  .homeHeroSection .heroTextWrap .largeText span:nth-child(2) {
    left: -20px;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroTextWrap .largeText span:nth-child(2) {
    left: -30px;
  }
}
.homeHeroSection .heroTextWrap .herotextBottom {
  width: 100%;
}
.homeHeroSection .heroTextWrap .herotextBottom h2 {
  font-size: 40px;
  font-weight: bold;
  color: #D1D5DB;
  text-transform: uppercase;
  line-height: 120%;
  position: relative;
  left: -100px;
}
@media (max-width: 1440px) {
  .homeHeroSection .heroTextWrap .herotextBottom h2 {
    left: -30px;
  }
}
@media (max-width: 600px) {
  .homeHeroSection .heroTextWrap .herotextBottom h2 {
    font-size: 14px;
  }
}



.homeAbtSection {
  width: 100%;
  padding: 150px 24px;
  background-color: #D1D5DB;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .homeAbtSection {
    padding: 60px 24px 48px;
  }
}
.homeAbtSection .floatImg {
  width: 100%;
  position: absolute;
  top: -40px;
}
@media (max-width: 600px) {
  .homeAbtSection .floatImg {
    top: -10px;
  }
}
.homeAbtSection .floatImg img {
  width: 100%;
  height: initial;
}
.homeAbtSection .homeAbtCont {
  width: 100%;
  max-width: 1200px;
  gap: 50px;
}
@media (max-width: 600px) {
  .homeAbtSection .homeAbtCont {
    flex-direction: column;
  }
}
.homeAbtSection .homeAbtCont .textSection {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.homeAbtSection .homeAbtCont .textSection .ownerCrad {
  width: 100%;
  padding: 24px 24px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.homeAbtSection .homeAbtCont .textSection .ownerCrad h3 {
  color: #6B7280;
  line-height: 140%;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .homeAbtSection .homeAbtCont .textSection .ownerCrad h3 {
    font-size: 18px;
  }
}
.homeAbtSection .homeAbtCont .textSection .ownerCrad h4 {
  font-size: 32px;
  color: #1F2A44;
  line-height: 140%;
  font-style: italic;
  font-weight: bold;
}
@media (max-width: 600px) {
  .homeAbtSection .homeAbtCont .textSection .ownerCrad h4 {
    font-size: 24px;
  }
}
.homeAbtSection .homeAbtCont .textSection .ownerCrad h5 {
  color: #6B7280;
  line-height: 140%;
  font-weight: 500;
}
.homeAbtSection .homeAbtCont .imgSection {
  width: 100%;
  max-width: 400px;
  position: relative;
}
.homeAbtSection .homeAbtCont .imgSection .bgimg {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media (max-width: 600px) {
  .homeAbtSection .homeAbtCont .imgSection .bgimg {
    width: 80%;
  }
}
.homeAbtSection .homeAbtCont .imgSection .mainImg {
  width: 250px;
  height: initial;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .homeAbtSection .homeAbtCont .imgSection .mainImg {
    width: 200px;
  }
}

.sectionHeadingWrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.sectionHeadingWrap img {
  width: 61px;
}
@media (max-width: 600px) {
  .sectionHeadingWrap img {
    width: 30px;
  }
}
.sectionHeadingWrap h2 {
  width: 100%;
  text-align: left;
}

.bgImgAnimation {
  opacity: 1;
  left: 0px;
}

.autoSliderSection {
  width: 100%;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .autoSliderSection {
    padding: 24px 0;
  }
}
.autoSliderSection .sliderSmCont {
  width: 100%;
}
.autoSliderSection .sliderSmCont .logo_items {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  left: 0;
}
.autoSliderSection .sliderSmCont .logo_items img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin: 0 50px;
}
@media (max-width: 600px) {
  .autoSliderSection .sliderSmCont .logo_items img {
    width: 44px;
    height: 44px;
    margin: 0 20px;
  }
}

.uniqueSection {
  width: 100%;
  padding: 100px 24px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .uniqueSection {
    padding: 48px 24px;
  }
}
.uniqueSection .uniqueCont {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 40px;
}
.uniqueSection .uniqueCont .headingWrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .uniqueSection .uniqueCont .headingWrap {
    gap: 12px;
  }
}
.uniqueSection .uniqueCont .headingWrap h3 {
  font-size: 32px;
  color: #6B7280;
  font-weight: 600;
  font-style: italic;
  line-height: 120%;
  padding-left: 70px;
}
@media (max-width: 600px) {
  .uniqueSection .uniqueCont .headingWrap h3 {
    font-size: 17px;
    padding-left: 40px;
  }
}
.uniqueSection .uniqueCont .uniqueWrapper {
  width: 100%;
  max-width: 1082px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 600px) {
  .uniqueSection .uniqueCont .uniqueWrapper {
    grid-template-columns: 1fr;
    gap: 69px;
  }
}
.uniqueSection .uniqueCont .uniqueWrapper .uniquecard {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.uniqueSection .uniqueCont .uniqueWrapper .uniquecard .imgCard {
  width: 100%;
  position: relative;
}
.uniqueSection .uniqueCont .uniqueWrapper .uniquecard .imgCard .bgimg {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.uniqueSection .uniqueCont .uniqueWrapper .uniquecard .imgCard .mainImg {
  width: 100%;
  position: relative;
  z-index: 2;
}
.uniqueSection .uniqueCont .uniqueWrapper .uniquecard .textCard {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.uniqueSection .uniqueCont .uniqueWrapper .uniquecard .textCard h3 {
  color: #1F2A44;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800 !important;
  text-align: left;
  min-height: 56px;
}
@media (max-width: 600px) {
  .uniqueSection .uniqueCont .uniqueWrapper .uniquecard .textCard h3 {
    font-size: 24px;
    text-align: left;
  }
}
.homeServiceSection {
  width: 100%;
  padding: 100px 24px;
}
@media (max-width: 600px) {
  .homeServiceSection {
    padding: 48px 24px;
  }
}
.homeServiceSection .homeServiceCont {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .homeServiceSection .homeServiceCont {
    gap: 24px;
  }
}
.homeServiceSection .homeServiceCont .serviceWrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 600px) {
  .homeServiceSection .homeServiceCont .serviceWrapper {
    gap: 14px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.homeServiceSection .homeServiceCont .serviceWrapper .servicecaard {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
@media (max-width: 600px) {
  .homeServiceSection .homeServiceCont .serviceWrapper .servicecaard {
    height: 200px;
  }
}
.homeServiceSection .homeServiceCont .serviceWrapper .servicecaard .textCard {
  width: 50%;
  background-color: #D7DADF;
  padding: 24px 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .homeServiceSection .homeServiceCont .serviceWrapper .servicecaard .textCard {
    padding: 14px 14px;
  }
}
.homeServiceSection .homeServiceCont .serviceWrapper .servicecaard .textCard::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 200px solid #D7DADF;
  border-right: 100px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -99px;
}
.homeServiceSection .homeServiceCont .serviceWrapper .servicecaard .textCard h3 {
  text-transform: uppercase;
  text-align: left;
  font-style: italic;
  line-height: 140%;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 900 !important;
}
@media (max-width: 600px) {
  .homeServiceSection .homeServiceCont .serviceWrapper .servicecaard .textCard h3 {
    font-size: 18px;
  }
}
.homeServiceSection .homeServiceCont .serviceWrapper .servicecaard .imgCard {
  height: 200px;
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .homeServiceSection .homeServiceCont .serviceWrapper .servicecaard .imgCard {
    height: initial;
    width: initial;
  }
}
.homeServiceSection .homeServiceCont .serviceWrapper .servicecaard .imgCard img {
  height: 100%;
}

.wheelSection {
  width: 100%;
  padding: 100px 24px;
  background-color: #6B7280;
  overflow: hidden;
}
@media (max-width: 600px) {
  .wheelSection {
    padding: 48px 24px;
  }
}
.wheelSection .wheelCont {
  width: 100%;
  max-width: 1200px;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (max-width: 600px) {
  .wheelSection .wheelCont {
    flex-direction: column;
  }
}
.wheelSection .wheelCont .wheelBg {
  width: 700px;
  height: 700px;
  position: absolute;
  right: 0;
}
@media (max-width: 600px) {
  .wheelSection .wheelCont .wheelBg {
    width: 350px;
    height: 350px;
    right: initial;
    left: initial;
    top: -280px;
  }
}
.wheelSection .wheelCont .wheelBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.8s ease-in-out;
  transform: rotate(0deg);
}
.wheelSection .wheelCont .wheelBg img.rotated {
  transform: rotate(180deg);
}
.wheelSection .wheelCont .wheelTextCont {
  width: 100%;
  max-width: 780px;
  border-radius: 12px;
  padding: 40px 40px;
  background-color: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
  position: relative;
  z-index: 10;
}
@media (max-width: 600px) {
  .wheelSection .wheelCont .wheelTextCont {
    padding: 24px 24px;
    gap: 24px;
  }
}
.wheelSection .wheelCont .wheelTextCont .topwrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}
.wheelSection .wheelCont .wheelTextCont .topwrap h2 {
  color: #D1D5DB;
  text-align: left;
  max-width: 650px;
  width: 100%;
}
.wheelSection .wheelCont .wheelTextCont .wheelTextWrap {
  width: 100%;
  padding-bottom: 64px;
}
@media (max-width: 600px) {
  .wheelSection .wheelCont .wheelTextCont .wheelTextWrap {
    padding-bottom: 50px;
  }
}
.wheelSection .wheelCont .wheelTextCont .wheelTextWrap .wheelTextCard {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 600px) {
  .wheelSection .wheelCont .wheelTextCont .wheelTextWrap .wheelTextCard {
    gap: 12px;
  }
}
.wheelSection .wheelCont .wheelTextCont .wheelTextWrap .wheelTextCard img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .wheelSection .wheelCont .wheelTextCont .wheelTextWrap .wheelTextCard img {
    width: 32px;
    height: 32px;
  }
}
.wheelSection .wheelCont .wheelTextCont .wheelTextWrap .wheelTextCard p {
  font-size: 24px;
  color: #D1D5DB;
  line-height: 140%;
  font-weight: 600;
  font-style: italic;
}
@media (max-width: 600px) {
  .wheelSection .wheelCont .wheelTextCont .wheelTextWrap .wheelTextCard p {
    font-size: 17px;
  }
}
.wheelSection .wheelCont .wheelTextCont .wheelTextWrap .wheelTextCard h3 {
  font-size: 32px;
  color: #D1D5DB;
  font-weight: bold;
  line-height: 120%;
}
@media (max-width: 600px) {
  .wheelSection .wheelCont .wheelTextCont .wheelTextWrap .wheelTextCard h3 {
    font-size: 24px;
  }
}
.wheelSection .wheelCont .wheelTextCont .wheelTextWrap .owl-nav {
  width: initial;
  border-radius: 12px;
  background-color: #D1D5DB;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -64px;
}
@media (max-width: 600px) {
  .wheelSection .wheelCont .wheelTextCont .wheelTextWrap .owl-nav {
    bottom: -50px;
  }
}
.wheelSection .wheelCont .wheelTextCont .wheelTextWrap .owl-nav button {
  width: 16px;
  height: 16px;
  padding: 10px;
}
.wheelSection .wheelCont .wheelTextCont .wheelTextWrap .owl-nav button span {
  display: none;
}
.wheelSection .wheelCont .wheelTextCont .wheelTextWrap .owl-nav button.owl-prev {
  width: 32px;
  height: 32px;
  position: relative;
}
.wheelSection .wheelCont .wheelTextCont .wheelTextWrap .owl-nav button.owl-prev::after {
  content: "|";
  font-size: 20px;
  font-weight: normal;
  color: #6B7280;
  position: absolute;
  right: -4px;
  top: 4px;
}
.wheelSection .wheelCont .wheelTextCont .wheelTextWrap .owl-nav button.owl-prev::before {
  content: "";
  -o-object-fit: contain;
     object-fit: contain;
  background-image: url("../assets/images/left-slide-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.wheelSection .wheelCont .wheelTextCont .wheelTextWrap .owl-nav button.owl-next {
  width: 32px;
  height: 32px;
  position: relative;
}
.wheelSection .wheelCont .wheelTextCont .wheelTextWrap .owl-nav button.owl-next::before {
  content: "";
  -o-object-fit: contain;
     object-fit: contain;
  background-image: url("../assets/images/right-slider-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.homeServiceLatgeSection {
  width: 100%;
  background: linear-gradient(0deg, rgb(185, 186, 189) 0%, rgb(108, 113, 128) 100%);
  padding: 80px 24px;
}
@media (max-width: 600px) {
  .homeServiceLatgeSection {
    padding: 48px 24px;
  }
}
.homeServiceLatgeSection .homeServiceCont {
  width: 100%;
  max-width: 1138px;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .homeServiceLatgeSection .homeServiceCont {
    gap: 24px;
  }
}
.homeServiceLatgeSection .homeServiceCont .largeText {
  position: relative;
  width: 100%;
}
.homeServiceLatgeSection .homeServiceCont .largeText h2 {
  font-size: 218px;
  font-weight: 900;
  font-style: italic;
  color: #D1D5DB;
  line-height: 90%;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .homeServiceLatgeSection .homeServiceCont .largeText h2 {
    font-size: 160px;
  }
}
@media (max-width: 992px) {
  .homeServiceLatgeSection .homeServiceCont .largeText h2 {
    font-size: 120px;
  }
}
@media (max-width: 600px) {
  .homeServiceLatgeSection .homeServiceCont .largeText h2 {
    font-size: 60px;
  }
}
.homeServiceLatgeSection .homeServiceCont .largeText h2 span {
  display: block;
  text-align: left;
}
.homeServiceLatgeSection .homeServiceCont .largeText .floatText {
  width: 100%;
  max-width: 538px;
  text-align: left;
  position: absolute;
  right: 0;
  top: 50%;
}
@media (max-width: 1280px) {
  .homeServiceLatgeSection .homeServiceCont .largeText .floatText {
    top: 40%;
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .homeServiceLatgeSection .homeServiceCont .largeText .floatText {
    top: 40%;
    font-size: 30px;
    max-width: 350px;
  }
}
@media (max-width: 600px) {
  .homeServiceLatgeSection .homeServiceCont .largeText .floatText {
    font-size: 20px;
    max-width: 175px;
    width: 100%;
    top: 28%;
    right: 0;
  }
}

.addSliderSection {
  width: 100%;
  padding: 100px 24px;
  background-color: #D1D5DB;
}
@media (max-width: 600px) {
  .addSliderSection {
    padding: 48px 24px;
  }
}
.addSliderSection .addSliderCont {
  width: 100%;
  max-width: 1200px;
  border: solid 6px #1F2A44;
  padding: 60px 60px;
  border-radius: 60px;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .addSliderSection .addSliderCont {
    padding: 24px 24px;
    gap: 24px;
    border-radius: 24px;
  }
}
.addSliderSection .addSliderCont .addSliderWrapper {
  width: 100%;
  max-width: 1000px;
  overflow: visible;
}
@media (max-width: 600px) {
  .addSliderSection .addSliderCont .addSliderWrapper {
    max-width: 250px;
  }
}
.addSliderSection .addSliderCont .addSliderWrapper .owl-carousel {
  overflow: visible;
}
.addSliderSection .addSliderCont .addSliderWrapper .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.addSliderSection .addSliderCont .addSliderWrapper .owl-carousel .owl-item {
  display: flex;
}
.addSliderSection .addSliderCont .addSliderWrapper .owl-carousel .item {
  height: 100%;
}
.addSliderSection .addSliderCont .addSliderWrapper .productcard {
  padding: 12px 12px;
  gap: 12px;
}
.addSliderSection .addSliderCont .addSliderWrapper .productcard::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../assets/images/blog-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 175px;
  display: none;
}
.addSliderSection .addSliderCont .addSliderWrapper .productcard .proBottom {
  align-items: flex-start;
}
.chooseSection {
  width: 100%;
  padding: 100px 24px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 600px) {
  .chooseSection {
    padding: 48px 24px;
  }
}
.chooseSection::before {
  content: "";
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: rgba(107, 114, 128, 0.76);
  inset: 0;
  z-index: 1;
  position: absolute;
}
.chooseSection .chooseCont {
  width: 100%;
  max-width: 740px;
  position: relative;
  z-index: 10;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .chooseSection .chooseCont {
    gap: 24px;
  }
}
.chooseSection .chooseCont .chooseWrapper {
  width: 100%;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .chooseSection .chooseCont .chooseWrapper {
    gap: 24px;
  }
}
.chooseSection .chooseCont .chooseWrapper .choosecard {
  width: 100%;
  padding: 24px 24px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.chooseSection .chooseCont .chooseWrapper .choosecard span {
  font-size: 60px;
  font-weight: bold;
  color: #1F2A44;
  letter-spacing: -10%;
  line-height: 100%;
}
@media (max-width: 600px) {
  .chooseSection .chooseCont .chooseWrapper .choosecard span {
    font-size: 28px;
  }
}
.chooseSection .chooseCont .chooseWrapper .choosecard p {
  font-size: 28px;
  font-weight: 900;
  color: #1F2A44;
  line-height: 140%;
}
@media (max-width: 600px) {
  .chooseSection .chooseCont .chooseWrapper .choosecard p {
    font-size: 18px;
  }
}

.largeBtnSection {
  width: 100%;
  padding: 100px 24px;
  background-color: #6B7280;
}
@media (max-width: 1280px) {
  .largeBtnSection {
    display: none;
  }
}
.largeBtnSection .largeBtnCont {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}
.largeBtnSection .largeBtnCont h3 {
  text-align: left;
}
.largeBtnSection .largeBtnCont h2 {
  font-size: 218px;
  color: #D1D5DB;
  font-weight: 900;
  line-height: 80%;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 1280px) {
  .largeBtnSection .largeBtnCont h2 {
    font-size: 180px;
  }
}
.largeBtnSection .largeBtnCont a {
  display: none;
}
@media (max-width: 1080px) {
  .largeBtnSection .largeBtnCont a {
    display: flex;
  }
}

.largeBtnSectionRes {
  width: 100%;
  padding: 100px 24px;
  background-color: #6B7280;
  display: none;
}
@media (max-width: 1280px) {
  .largeBtnSectionRes {
    display: flex;
  }
}
@media (max-width: 600px) {
  .largeBtnSectionRes {
    padding: 48px 24px;
  }
}
.largeBtnSectionRes .largeBtnCont {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .largeBtnSectionRes .largeBtnCont {
    gap: 22px;
  }
}
.largeBtnSectionRes .largeBtnCont h3 {
  text-align: left;
}
@media (max-width: 600px) {
  .largeBtnSectionRes .largeBtnCont h3 {
    font-size: 20px;
  }
}
.largeBtnSectionRes .largeBtnCont h2 {
  font-size: 218px;
  color: #D1D5DB;
  font-weight: 900;
  line-height: 80%;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 1280px) {
  .largeBtnSectionRes .largeBtnCont h2 {
    font-size: 160px;
  }
}
@media (max-width: 992px) {
  .largeBtnSectionRes .largeBtnCont h2 {
    font-size: 120px;
  }
}
@media (max-width: 600px) {
  .largeBtnSectionRes .largeBtnCont h2 {
    font-size: 60px;
  }
}
.largeBtnSectionRes .largeBtnCont a {
  display: none;
}
@media (max-width: 1080px) {
  .largeBtnSectionRes .largeBtnCont a {
    display: flex;
  }
}

.btnLeft {
  width: 100%;
  text-align: left;
}

.aboutHeroSection {
  width: 100%;
  position: relative;
  z-index: 0;
  flex-direction: column;
}
@media (max-width: 600px) {
  .aboutHeroSection {
    background-image: none;
    background-color: #1F2A44;
  }
}
.aboutHeroSection::before {
  content: "";
  width: 50%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D1D5DB;
  z-index: 0;
}
@media (max-width: 600px) {
  .aboutHeroSection::before {
    display: none;
  }
}
.aboutHeroSection .abtheroImgWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 600px) {
  .aboutHeroSection .abtheroImgWrap {
    height: 100%;
  }
}
.aboutHeroSection .abtheroImgWrap img {
  width: 100%;
  height: 100%;
}
.aboutHeroSection .abtheroImgWrap img.desktop {
  display: block;
}
@media (max-width: 1440px) {
  .aboutHeroSection .abtheroImgWrap img.desktop {
    display: none;
  }
}
.aboutHeroSection .abtheroImgWrap img.laptop {
  display: none;
}
@media (max-width: 1440px) {
  .aboutHeroSection .abtheroImgWrap img.laptop {
    display: block;
  }
}
@media (max-width: 600px) {
  .aboutHeroSection .abtheroImgWrap img.laptop {
    display: none;
  }
}
.aboutHeroSection .abtheroTextWrap {
  width: 100%;
  min-height: 100svh;
  height: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 10;
  padding-top: 100px;
}
@media (max-width: 1280px) {
  .aboutHeroSection .abtheroTextWrap {
    max-width: 1000px;
  }
}
@media (max-width: 1080px) {
  .aboutHeroSection .abtheroTextWrap {
    min-height: initial;
    padding: 200px 0 100px;
    max-width: 650px;
  }
}
@media (max-width: 600px) {
  .aboutHeroSection .abtheroTextWrap {
    padding: 132px 0 50px;
    max-width: 342px;
  }
}
.aboutHeroSection .abtheroTextWrap .abtHeroTextRow {
  width: 100%;
  position: relative;
}
.aboutHeroSection .abtheroTextWrap .abtHeroTextRow h1 {
  font-size: 136px;
  line-height: 90%;
  color: #D1D5DB;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 1280px) {
  .aboutHeroSection .abtheroTextWrap .abtHeroTextRow h1 {
    font-size: 100px;
  }
}
@media (max-width: 1080px) {
  .aboutHeroSection .abtheroTextWrap .abtHeroTextRow h1 {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .aboutHeroSection .abtheroTextWrap .abtHeroTextRow h1 {
    font-size: 40px;
  }
}
.aboutHeroSection .abtheroTextWrap .abtHeroTextRow img {
  width: 422px;
  position: absolute;
  right: 0;
}
@media (max-width: 1080px) {
  .aboutHeroSection .abtheroTextWrap .abtHeroTextRow img {
    width: 250px;
  }
}
@media (max-width: 600px) {
  .aboutHeroSection .abtheroTextWrap .abtHeroTextRow img {
    width: 124px;
  }
}
.aboutHeroSection .abtheroTextWrap .abtHeroTextRow h2 {
  font-size: 136px;
  line-height: 90%;
  color: #D1D5DB;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 1280px) {
  .aboutHeroSection .abtheroTextWrap .abtHeroTextRow h2 {
    font-size: 100px;
  }
}
@media (max-width: 1080px) {
  .aboutHeroSection .abtheroTextWrap .abtHeroTextRow h2 {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .aboutHeroSection .abtheroTextWrap .abtHeroTextRow h2 {
    font-size: 40px;
  }
}
.aboutHeroSection .abtheroTextWrap .abtHeroTextRow:last-child {
  text-align: right;
}
.aboutHeroSection .contentWrap {
  padding: 100px 0;
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .aboutHeroSection .contentWrap {
    max-width: 900px;
  }
}
@media (max-width: 1080px) {
  .aboutHeroSection .contentWrap {
    padding: 50px 0;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .aboutHeroSection .contentWrap {
    padding: 50px 0;
    max-width: 500px;
  }
}
@media (max-width: 600px) {
  .aboutHeroSection .contentWrap {
    padding: 24px 24px;
    background-color: #1F2A44;
  }
}
.aboutHeroSection .contentWrap p {
  font-size: 24px;
  color: #D1D5DB;
  font-weight: 600;
  font-style: italic;
  text-align: left;
  line-height: 140%;
}
@media (max-width: 1080px) {
  .aboutHeroSection .contentWrap p {
    font-size: 17px;
  }
}

.valueSection {
  width: 100%;
  padding: 100px 24px;
}
@media (max-width: 600px) {
  .valueSection {
    padding: 48px 24px;
  }
}
.valueSection .valueCont {
  width: 100%;
  max-height: 1200px;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 1080px) {
  .valueSection .valueCont {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .valueSection .valueCont {
    gap: 24px;
  }
}
.valueSection .valueCont .valueWrapper {
  width: 100%;
  max-width: 900px;
  flex-wrap: wrap;
  gap: 32px 32px;
}
@media (max-width: 600px) {
  .valueSection .valueCont .valueWrapper {
    gap: 24px;
  }
}
.valueSection .valueCont .valueWrapper .valueCard {
  padding: 24px 24px;
  border-radius: 12px;
  gap: 32px;
  background-color: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
@media (max-width: 600px) {
  .valueSection .valueCont .valueWrapper .valueCard {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }
}
.valueSection .valueCont .valueWrapper .valueCard img {
  width: 80px;
}
@media (max-width: 600px) {
  .valueSection .valueCont .valueWrapper .valueCard img {
    width: 40px;
  }
}
.valueSection .valueCont .valueWrapper .valueCard span {
  font-size: 28px;
  font-weight: 900;
  font-style: italic;
  color: #1F2A44;
  line-height: 140%;
}
@media (max-width: 600px) {
  .valueSection .valueCont .valueWrapper .valueCard span {
    font-size: 18px;
  }
}

.teamSection {
  padding: 150px 24px;
}
@media (max-width: 1080px) {
  .teamSection {
    padding: 80px 24px;
  }
}
@media (max-width: 600px) {
  .teamSection {
    padding: 48px 24px;
  }
}
@media (max-width: 600px) {
  .teamSection .uniqueWrapper {
    gap: 24px !important;
  }
}
.teamSection .teamCard {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.teamSection .teamCard .imgCard {
  width: 100%;
  position: relative;
}
.teamSection .teamCard .imgCard .bgimg {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.teamSection .teamCard .imgCard .mainImg {
  width: 100%;
  position: relative;
  z-index: 2;
}
.teamSection .teamCard .textCard {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.teamSection .teamCard .textCard h3 {
  color: #1F2A44;
  font-weight: 400 !important;
  font-style: italic;
  line-height: 140%;
}
@media (max-width: 600px) {
  .teamSection .teamCard .textCard h3 {
    font-size: 24px;
    text-align: left;
  }
}
.teamSection .teamCard .textCard h4 {
  font-size: 18px;
  color: #1F2A44;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .teamSection .teamCard .textCard h4 {
    margin-bottom: 12px;
  }
}
.largeBtnSectionAbt {
  width: 100%;
  padding: 100px 24px;
  background: linear-gradient(180deg, rgb(185, 186, 189) 0%, rgb(108, 113, 128) 100%);
}
@media (max-width: 1280px) {
  .largeBtnSectionAbt {
    display: none;
  }
}
.largeBtnSectionAbt .largeBtnContAbt {
  width: 100%;
  max-width: 1213px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.largeBtnSectionAbt .largeBtnContAbt h3 {
  text-align: left;
}
.largeBtnSectionAbt .largeBtnContAbt h2 {
  font-size: 170px;
  color: #D1D5DB;
  font-weight: 900;
  line-height: 80%;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 30px;
}
@media (max-width: 1280px) {
  .largeBtnSectionAbt .largeBtnContAbt h2 {
    font-size: 180px;
  }
}
.largeBtnSectionAbt .largeBtnContAbt a {
  display: none;
}
@media (max-width: 1080px) {
  .largeBtnSectionAbt .largeBtnContAbt a {
    display: flex;
  }
}

.largeBtnSectionAbtRes {
  width: 100%;
  padding: 100px 24px;
  background: linear-gradient(180deg, rgb(185, 186, 189) 0%, rgb(108, 113, 128) 100%);
  display: none;
}
@media (max-width: 1280px) {
  .largeBtnSectionAbtRes {
    display: block;
  }
}
@media (max-width: 600px) {
  .largeBtnSectionAbtRes {
    padding: 48px 24px;
  }
}
.largeBtnSectionAbtRes .largeBtnContAbt {
  width: 100%;
  max-width: 1213px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  .largeBtnSectionAbtRes .largeBtnContAbt {
    gap: 5px;
  }
}
.largeBtnSectionAbtRes .largeBtnContAbt h4 {
  text-align: left;
}
.largeBtnSectionAbtRes .largeBtnContAbt h3 {
  text-align: left;
}
.largeBtnSectionAbtRes .largeBtnContAbt h2 {
  font-size: 100px;
  color: #D1D5DB;
  font-weight: 900;
  line-height: 80%;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .largeBtnSectionAbtRes .largeBtnContAbt h2 {
    font-size: 60px;
    margin-top: 20px;
    line-height: 90%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.largeBtnSectionAbtRes .largeBtnContAbt a {
  display: none;
}
@media (max-width: 1080px) {
  .largeBtnSectionAbtRes .largeBtnContAbt a {
    display: flex;
  }
}

.maintanHeroSection {
  width: 100%;
  min-height: 100svh;
  height: 100%;
  padding: 0px 24px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .maintanHeroSection {
    min-height: initial;
    height: 380px;
  }
}
@media (max-width: 600px) {
  .maintanHeroSection {
    display: none;
  }
}
.maintanHeroSection::before {
  content: "";
  width: 435px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: url("../assets/images/mantanance_ban_left_overlay.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 50;
}
@media (max-width: 1680px) {
  .maintanHeroSection::before {
    width: 320px;
  }
}
@media (max-width: 1440px) {
  .maintanHeroSection::before {
    width: 200px;
  }
}
@media (max-width: 1366px) {
  .maintanHeroSection::before {
    width: 100px;
  }
}
.maintanHeroSection::after {
  content: "";
  width: 435px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../assets/images/mantanance_ban_right_overlay.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 50;
}
@media (max-width: 1680px) {
  .maintanHeroSection::after {
    width: 320px;
  }
}
@media (max-width: 1440px) {
  .maintanHeroSection::after {
    width: 200px;
  }
}
@media (max-width: 1366px) {
  .maintanHeroSection::after {
    width: 100px;
  }
}
.maintanHeroSection .maintaneHeroImg {
  position: absolute;
  inset: 0;
  width: 100%;
}
.maintanHeroSection .maintaneHeroImg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  inset: 0;
  z-index: 10;
}
.maintanHeroSection .maintaneHeroImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .maintanHeroSection .maintaneHeroImg img.desktop {
    display: none;
  }
}
.maintanHeroSection .maintaneHeroImg img.laptop {
  display: none;
}
@media (max-width: 1440px) {
  .maintanHeroSection .maintaneHeroImg img.laptop {
    display: block;
  }
}
.maintanHeroSection .maintaneHeroImg img.mobile {
  display: none;
}
@media (max-width: 600px) {
  .maintanHeroSection .maintaneHeroImg img.mobile {
    display: block;
  }
}
.maintanHeroSection .maintanHeroCont {
  width: 100%;
  max-width: 1050px;
  position: relative;
  z-index: 20;
}
@media (max-width: 1280px) {
  .maintanHeroSection .maintanHeroCont {
    max-width: 750px;
  }
}
@media (max-width: 992px) {
  .maintanHeroSection .maintanHeroCont {
    max-width: 500px;
  }
}
.maintanHeroSection .maintanHeroCont h1 {
  font-size: 140px;
  color: #D1D5DB;
  text-align: left;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 90%;
}
@media (max-width: 1280px) {
  .maintanHeroSection .maintanHeroCont h1 {
    font-size: 90px;
  }
}
@media (max-width: 992px) {
  .maintanHeroSection .maintanHeroCont h1 {
    font-size: 70px;
  }
}

.maintanHeroSectionRes {
  width: 100%;
  height: 380px;
  padding: 0px 24px;
  position: relative;
  overflow: hidden;
  display: none;
}
@media (max-width: 600px) {
  .maintanHeroSectionRes {
    display: flex;
  }
}
.maintanHeroSectionRes::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: url("../assets/images/mantanance_ban_left_overlay.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 50;
}
.maintanHeroSectionRes::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../assets/images/mantanance_ban_right_overlay.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 50;
}
.maintanHeroSectionRes .maintaneHeroImg {
  position: absolute;
  inset: 0;
  width: 100%;
}
.maintanHeroSectionRes .maintaneHeroImg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  inset: 0;
  z-index: 10;
}
.maintanHeroSectionRes .maintaneHeroImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .maintanHeroSectionRes .maintaneHeroImg img.desktop {
    display: none;
  }
}
.maintanHeroSectionRes .maintaneHeroImg img.laptop {
  display: none;
}
@media (max-width: 1440px) {
  .maintanHeroSectionRes .maintaneHeroImg img.laptop {
    display: block;
  }
}
.maintanHeroSectionRes .maintaneHeroImg img.mobile {
  display: none;
}
@media (max-width: 600px) {
  .maintanHeroSectionRes .maintaneHeroImg img.mobile {
    display: block;
  }
}
.maintanHeroSectionRes .maintanHeroCont {
  width: 100%;
  max-width: 1050px;
  position: relative;
  z-index: 20;
}
@media (max-width: 1280px) {
  .maintanHeroSectionRes .maintanHeroCont {
    max-width: 750px;
  }
}
@media (max-width: 992px) {
  .maintanHeroSectionRes .maintanHeroCont {
    max-width: 500px;
  }
}
.maintanHeroSectionRes .maintanHeroCont h1 {
  font-size: 40px;
  color: #D1D5DB;
  text-align: left;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 90%;
}
.maintanHeroSectionRes .maintanHeroCont a {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  color: #D1D5DB;
}
.maintanHeroSectionRes .maintanHeroCont a img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

.textImgSection {
  width: 100%;
  padding: 150px 24px;
  background-color: #D1D5DB;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .textImgSection {
    padding: 60px 24px 48px;
  }
}
.textImgSection.addTextImgSection .textImgCont {
  gap: 0px;
}
@media (max-width: 992px) {
  .textImgSection.addTextImgSection .textImgCont {
    gap: 40px;
  }
}
.textImgSection .textImgCont {
  width: 100%;
  max-width: 1200px;
  gap: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 992px) {
  .textImgSection .textImgCont {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .textImgSection .textImgCont {
    flex-direction: column;
  }
}
.textImgSection .textImgCont .textSection {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.textImgSection .textImgCont .imgSection {
  width: 100%;
  position: relative;
}
.textImgSection .textImgCont .imgSection img {
  width: 100%;
}

.serviceSection {
  width: 100%;
  padding: 100px 24px;
}
@media (max-width: 992px) {
  .serviceSection {
    padding: 48px 24px;
  }
}
.serviceSection .serviceCont {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 992px) {
  .serviceSection .serviceCont {
    flex-direction: column-reverse;
  }
}
.serviceSection .serviceCont .serviceText {
  max-width: 400px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  order: 2;
  position: sticky;
  top: 120px;
}
@media (max-width: 992px) {
  .serviceSection .serviceCont .serviceText {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}
.serviceSection .serviceCont .serviceText p {
  font-size: 24px;
  color: #6B7280;
  font-weight: 600;
  font-style: italic;
  line-height: 140%;
}
@media (max-width: 992px) {
  .serviceSection .serviceCont .serviceText p {
    font-size: 17px;
  }
}
.serviceSection .serviceCont .serviceWrapper {
  width: calc(100% - 44px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 992px) {
  .serviceSection .serviceCont .serviceWrapper {
    width: 100%;
    gap: 12px;
  }
}
.serviceSection .serviceCont .serviceWrapper .serviceAnimation {
  width: 86px;
  position: sticky;
  top: 120px;
}
@media (max-width: 600px) {
  .serviceSection .serviceCont .serviceWrapper .serviceAnimation {
    width: 42px;
    height: 110px;
    top: 80px;
  }
}
.serviceSection .serviceCont .serviceWrapper .serviceAnimation .chainAnimation {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.serviceSection .serviceCont .serviceWrapper .serviceAnimation .chainAnimation img {
  width: 100%;
}
.serviceSection .serviceCont .serviceWrapper .serviceCardWrapper {
  width: calc(100% - 110px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 992px) {
  .serviceSection .serviceCont .serviceWrapper .serviceCardWrapper {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .serviceSection .serviceCont .serviceWrapper .serviceCardWrapper {
    gap: 12px;
  }
}
.serviceSection .serviceCont .serviceWrapper .serviceCardWrapper .serviceCard {
  border-radius: 24px;
  background-color: rgba(107, 114, 128, 0.1);
  padding: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 600px) {
  .serviceSection .serviceCont .serviceWrapper .serviceCardWrapper .serviceCard {
    padding: 12px;
    border-radius: 12px;
  }
}
.serviceSection .serviceCont .serviceWrapper .serviceCardWrapper .serviceCard img {
  width: 100%;
  border-radius: 24px;
}
@media (max-width: 600px) {
  .serviceSection .serviceCont .serviceWrapper .serviceCardWrapper .serviceCard img {
    border-radius: 12px;
  }
}
.serviceSection .serviceCont .serviceWrapper .serviceCardWrapper .serviceCard .cardhead {
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  color: #1F2A44;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .serviceSection .serviceCont .serviceWrapper .serviceCardWrapper .serviceCard .cardhead {
    font-size: 20px;
  }
}
.serviceSection .serviceCont .serviceWrapper .serviceCardWrapper .serviceCard .cardlist {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.serviceSection .serviceCont .serviceWrapper .serviceCardWrapper .serviceCard .cardlist li {
  font-size: 16px;
  font-weight: 800;
  color: #1F2A44;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .serviceSection .serviceCont .serviceWrapper .serviceCardWrapper .serviceCard .cardlist li {
    font-size: 14px;
  }
}

.seatsSection {
  width: 100%;
  padding: 150px 24px;
  background-color: #6B7280;
}
@media (max-width: 992px) {
  .seatsSection {
    padding: 48px 24px;
  }
}
.seatsSection .seatsCont {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 40px;
}
.seatsSection .seatsCont .seatcardWrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .seatsSection .seatsCont .seatcardWrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .seatsSection .seatsCont .seatcardWrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.seatsSection .seatsCont .seatcardWrapper .seatsCard {
  width: 100%;
  padding: 20px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 26px;
  background-color: #1F2A44;
}
.seatsSection .seatsCont .seatcardWrapper .seatsCard img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.seatsSection .seatsCont .seatcardWrapper .seatsCard p {
  font-size: 16px;
  color: #D1D5DB;
  font-weight: 600;
  line-height: 140%;
}

.accordionSection {
  width: 100%;
  padding: 150px 24px;
}
@media (max-width: 992px) {
  .accordionSection {
    padding: 48px 24px;
  }
}
.accordionSection .accordionCont {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 992px) {
  .accordionSection .accordionCont {
    gap: 24px;
  }
}
.accordionSection .accordionCont .accordionWrapper {
  width: 100%;
  flex-direction: column;
  gap: 12px;
}
.accordionSection .accordionCont .accordionWrapper .accordioncard {
  width: 100%;
  border: solid 1px #6B7280;
  flex-direction: column;
}
.accordionSection .accordionCont .accordionWrapper .accordioncard.active .accordionBody {
  height: 100%;
}
.accordionSection .accordionCont .accordionWrapper .accordioncard.active .accordionHead .iconDiv img:first-child {
  opacity: 0;
}
.accordionSection .accordionCont .accordionWrapper .accordioncard.active .accordionHead .iconDiv img:last-child {
  opacity: 1;
}
.accordionSection .accordionCont .accordionWrapper .accordioncard .accordionHead {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 24px 24px;
  padding-right: 60px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .accordionSection .accordionCont .accordionWrapper .accordioncard .accordionHead {
    padding-right: 40px;
  }
}
.accordionSection .accordionCont .accordionWrapper .accordioncard .accordionHead h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  color: #6B7280;
  font-style: italic;
}
@media (max-width: 600px) {
  .accordionSection .accordionCont .accordionWrapper .accordioncard .accordionHead h2 {
    font-size: 18px;
  }
}
.accordionSection .accordionCont .accordionWrapper .accordioncard .accordionHead .iconDiv {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: all 0.2s;
}
@media (max-width: 600px) {
  .accordionSection .accordionCont .accordionWrapper .accordioncard .accordionHead .iconDiv {
    width: 18px;
    height: 18px;
    right: 12px;
  }
}
.accordionSection .accordionCont .accordionWrapper .accordioncard .accordionHead .iconDiv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 0.25s ease;
  position: absolute;
}
.accordionSection .accordionCont .accordionWrapper .accordioncard .accordionHead .iconDiv img:first-child {
  opacity: 1;
}
.accordionSection .accordionCont .accordionWrapper .accordioncard .accordionHead .iconDiv img:last-child {
  opacity: 0;
}
.accordionSection .accordionCont .accordionWrapper .accordioncard .accordionBody {
  width: 100%;
  height: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordionSection .accordionCont .accordionWrapper .accordioncard .accordionBody p {
  font-size: 18px;
  font-weight: 500;
  color: #1F2A44;
  line-height: 140%;
  padding: 0 24px 24px;
}
@media (max-width: 600px) {
  .accordionSection .accordionCont .accordionWrapper .accordioncard .accordionBody p {
    font-size: 17px;
  }
}

.bgGradientlight {
  background: linear-gradient(180deg, rgb(209, 213, 219) 0%, rgb(108, 113, 128) 100%);
}

.additionalHeroSection {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.additionalHeroSection .heroMainImg {
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 20;
}
.additionalHeroSection .heroMainImg .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 25;
}
.additionalHeroSection .heroMainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.additionalHeroSection .heroMainImg img.desktop {
  display: block;
}
@media (max-width: 600px) {
  .additionalHeroSection .heroMainImg img.desktop {
    display: none;
  }
}
.additionalHeroSection .heroMainImg img.mobile {
  display: none;
}
@media (max-width: 600px) {
  .additionalHeroSection .heroMainImg img.mobile {
    display: block;
  }
}
.additionalHeroSection .heroMainImg::before {
  content: "";
  width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 30;
  background-image: url("../assets/images/add_banner_left.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 1440px) {
  .additionalHeroSection .heroMainImg::before {
    left: -100px;
  }
}
@media (max-width: 600px) {
  .additionalHeroSection .heroMainImg::before {
    left: -200px;
  }
}
.additionalHeroSection .heroMainImg::after {
  content: "";
  width: 190px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background-image: url("../assets/images/add_banner_right.png");
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 1440px) {
  .additionalHeroSection .heroMainImg::after {
    right: -100px;
  }
}
@media (max-width: 600px) {
  .additionalHeroSection .heroMainImg::after {
    right: -150px;
  }
}
.additionalHeroSection .heroCont {
  position: relative;
  z-index: 50;
  width: 100%;
  min-height: 100svh;
  padding: 0 24px;
}
@media (max-width: 1080px) {
  .additionalHeroSection .heroCont {
    min-height: 60svh;
  }
}
@media (max-width: 600px) {
  .additionalHeroSection .heroCont {
    display: none;
  }
}
.additionalHeroSection .heroCont.heroContRes {
  display: none;
  min-height: 400px;
  padding-top: 80px;
}
@media (max-width: 600px) {
  .additionalHeroSection .heroCont.heroContRes {
    display: flex !important;
  }
}
.additionalHeroSection .heroCont .heroWrap {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1280px) {
  .additionalHeroSection .heroCont .heroWrap {
    max-width: 700px;
  }
}
@media (max-width: 992px) {
  .additionalHeroSection .heroCont .heroWrap {
    max-width: 500px;
    gap: 9px;
  }
}
.additionalHeroSection .heroCont .heroWrap h1 {
  font-size: 136px;
  color: #D1D5DB;
  font-weight: 900;
  line-height: 90%;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .additionalHeroSection .heroCont .heroWrap h1 {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .additionalHeroSection .heroCont .heroWrap h1 {
    font-size: 40px;
  }
}
.additionalHeroSection .heroCont .heroWrap h2 {
  font-size: 28px;
  color: #D1D5DB;
  font-weight: 900;
  line-height: 120%;
  text-align: left;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .additionalHeroSection .heroCont .heroWrap h2 {
    font-size: 18px;
  }
}
.additionalHeroSection .heroCont .heroWrap a {
  background-color: #1F2A44;
}

.centerTextSection {
  width: 100%;
  padding: 100px 24px;
}
@media (max-width: 600px) {
  .centerTextSection {
    padding: 48px 24px;
  }
}
.centerTextSection .centerTextCont {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 24px;
}
.centerTextSection .centerTextCont p {
  font-size: 24px;
  color: #6B7280;
  font-weight: 600;
  font-style: italic;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 600px) {
  .centerTextSection .centerTextCont p {
    font-size: 18px;
    line-height: 140%;
  }
}

.lineupSection {
  width: 100%;
  padding: 100px 24px;
}
@media (max-width: 600px) {
  .lineupSection {
    padding: 48px 24px;
  }
}
.lineupSection .lineupCont {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 120px;
}
.lineupSection .lineupCont .lineupCardWrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 120px 24px;
}
@media (max-width: 600px) {
  .lineupSection .lineupCont .lineupCardWrap {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 85px 24px;
  }
}
.lineupSection .lineupCont .lineupCardWrap .lineUpcard {
  width: 100%;
  padding: 40px;
  border-radius: 12px;
  background-color: #1F2A44;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 600px) {
  .lineupSection .lineupCont .lineupCardWrap .lineUpcard {
    padding: 20px;
    border-radius: 7px;
    padding-top: 50px;
  }
}
.lineupSection .lineupCont .lineupCardWrap .lineUpcard .lineupImage {
  position: relative;
}
.lineupSection .lineupCont .lineupCardWrap .lineUpcard .lineupImage .lineupImgDiv {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: solid 10px #D1D5DB;
  overflow: hidden;
  position: absolute;
  top: -190px;
}
@media (max-width: 600px) {
  .lineupSection .lineupCont .lineupCardWrap .lineUpcard .lineupImage .lineupImgDiv {
    width: 110px;
    height: 110px;
    border: solid 5px #D1D5DB;
    top: -120px;
  }
}
.lineupSection .lineupCont .lineupCardWrap .lineUpcard .lineupImage .lineupImgDiv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lineupSection .lineupCont .lineupCardWrap .lineUpcard .lineupText {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 600px) {
  .lineupSection .lineupCont .lineupCardWrap .lineUpcard .lineupText {
    gap: 10px;
  }
}
.lineupSection .lineupCont .lineupCardWrap .lineUpcard .lineupText h3 {
  font-size: 28px;
  font-weight: 800;
  color: #D1D5DB;
  text-transform: uppercase;
  line-height: 140%;
}
@media (max-width: 600px) {
  .lineupSection .lineupCont .lineupCardWrap .lineUpcard .lineupText h3 {
    font-size: 18px;
  }
}
.lineupSection .lineupCont .lineupCardWrap .lineUpcard .lineupText ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 600px) {
  .lineupSection .lineupCont .lineupCardWrap .lineUpcard .lineupText ul {
    gap: 8px;
  }
}
.lineupSection .lineupCont .lineupCardWrap .lineUpcard .lineupText ul li {
  font-size: 18px;
  font-weight: 500;
  color: #D1D5DB;
  line-height: 120%;
}
@media (max-width: 600px) {
  .lineupSection .lineupCont .lineupCardWrap .lineUpcard .lineupText ul li {
    font-size: 14px;
  }
}

.breathlyzerSection {
  width: 100%;
  background: linear-gradient(141deg, rgb(185, 186, 189) 0%, rgb(108, 113, 128) 100%);
  position: relative;
  z-index: 0;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .breathlyzerSection {
    background-image: none;
    background-color: #1F2A44;
  }
}
.breathlyzerSection::before {
  content: "";
  width: 50%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D1D5DB;
  z-index: 0;
}
@media (max-width: 1280px) {
  .breathlyzerSection::before {
    display: none;
  }
}
.breathlyzerSection .abtheroImgWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1280px) {
  .breathlyzerSection .abtheroImgWrap {
    display: none;
  }
}
.breathlyzerSection .abtheroImgWrap img {
  width: 100%;
  height: 100%;
}
.breathlyzerSection .abtheroImgWrap img.desktop {
  display: block;
}
@media (max-width: 1440px) {
  .breathlyzerSection .abtheroImgWrap img.desktop {
    display: none;
  }
}
.breathlyzerSection .abtheroImgWrap img.laptop {
  display: none;
}
@media (max-width: 1440px) {
  .breathlyzerSection .abtheroImgWrap img.laptop {
    display: block;
  }
}
@media (max-width: 600px) {
  .breathlyzerSection .abtheroImgWrap img.laptop {
    display: none;
  }
}
.breathlyzerSection .abtheroTextWrap {
  width: 100%;
  min-height: 100svh;
  height: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 10;
  padding-top: 0px;
}
@media (max-width: 1680px) {
  .breathlyzerSection .abtheroTextWrap {
    padding-top: 100px;
  }
}
@media (max-width: 1280px) {
  .breathlyzerSection .abtheroTextWrap {
    display: none;
  }
}
.breathlyzerSection .abtheroTextWrap .abtHeroTextRow {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 24px;
}
@media (max-width: 1080px) {
  .breathlyzerSection .abtheroTextWrap .abtHeroTextRow {
    justify-content: center;
    align-items: center;
  }
}
.breathlyzerSection .abtheroTextWrap .abtHeroTextRow h1 {
  font-size: 136px;
  line-height: 90%;
  color: #D1D5DB;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 1280px) {
  .breathlyzerSection .abtheroTextWrap .abtHeroTextRow h1 {
    font-size: 100px;
  }
}
@media (max-width: 1080px) {
  .breathlyzerSection .abtheroTextWrap .abtHeroTextRow h1 {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .breathlyzerSection .abtheroTextWrap .abtHeroTextRow h1 {
    font-size: 40px;
  }
}
.breathlyzerSection .abtheroTextWrap .abtHeroTextRow img {
  width: 100%;
  max-width: 550px;
  position: absolute;
  right: 0;
  bottom: 100px;
}
@media (max-width: 1280px) {
  .breathlyzerSection .abtheroTextWrap .abtHeroTextRow img {
    width: 380px;
  }
}
@media (max-width: 1080px) {
  .breathlyzerSection .abtheroTextWrap .abtHeroTextRow img {
    position: relative;
    bottom: initial;
  }
}
.breathlyzerSection .abtheroTextWrap .abtHeroTextRow h2 {
  font-size: 28px;
  line-height: 120%;
  color: #D1D5DB;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  width: 100%;
  max-width: 680px;
  text-align: left;
}
@media (max-width: 1080px) {
  .breathlyzerSection .abtheroTextWrap .abtHeroTextRow h2 {
    font-size: 20px;
  }
}
.breathlyzerSection .abtheroTextWrapRes {
  width: 100%;
  min-height: 100svh;
  height: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 10;
  padding-top: 0px;
  display: none;
}
@media (max-width: 1280px) {
  .breathlyzerSection .abtheroTextWrapRes {
    min-height: initial;
    padding: 200px 100px 100px;
    max-width: 100%;
    display: flex;
  }
}
.breathlyzerSection .abtheroTextWrapRes .abtHeroTextRow {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 24px;
}
@media (max-width: 1080px) {
  .breathlyzerSection .abtheroTextWrapRes .abtHeroTextRow {
    justify-content: center;
    align-items: center;
  }
}
.breathlyzerSection .abtheroTextWrapRes .abtHeroTextRow h1 {
  font-size: 136px;
  line-height: 90%;
  color: #D1D5DB;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 1280px) {
  .breathlyzerSection .abtheroTextWrapRes .abtHeroTextRow h1 {
    font-size: 100px;
  }
}
@media (max-width: 1080px) {
  .breathlyzerSection .abtheroTextWrapRes .abtHeroTextRow h1 {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .breathlyzerSection .abtheroTextWrapRes .abtHeroTextRow h1 {
    font-size: 40px;
  }
}
.breathlyzerSection .abtheroTextWrapRes .abtHeroTextRow img {
  width: 100%;
  max-width: 550px;
  position: absolute;
  right: 0;
  bottom: 100px;
}
@media (max-width: 1280px) {
  .breathlyzerSection .abtheroTextWrapRes .abtHeroTextRow img {
    width: 380px;
  }
}
@media (max-width: 1080px) {
  .breathlyzerSection .abtheroTextWrapRes .abtHeroTextRow img {
    position: relative;
    bottom: initial;
  }
}
.breathlyzerSection .abtheroTextWrapRes .abtHeroTextRow h2 {
  font-size: 28px;
  line-height: 120%;
  color: #D1D5DB;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  width: 100%;
  max-width: 680px;
  text-align: left;
}
@media (max-width: 1080px) {
  .breathlyzerSection .abtheroTextWrapRes .abtHeroTextRow h2 {
    font-size: 20px;
  }
}
.breathlyzerSection .contentWrap {
  padding: 100px 0;
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1680px) {
  .breathlyzerSection .contentWrap {
    max-width: 900px;
  }
}
@media (max-width: 1280px) {
  .breathlyzerSection .contentWrap {
    max-width: 100%;
    padding: 100px 100px;
    background-color: #6B7280;
  }
}
.breathlyzerSection .contentWrap p {
  font-size: 24px;
  color: #D1D5DB;
  font-weight: 600;
  font-style: italic;
  text-align: left;
  line-height: 140%;
}
@media (max-width: 1080px) {
  .breathlyzerSection .contentWrap p {
    font-size: 17px;
  }
}
.breathlyzerSection .contentWrap h2 {
  text-align: left;
}

.breathlyzerSection {
  width: 100%;
  background: linear-gradient(141deg, rgb(185, 186, 189) 0%, rgb(108, 113, 128) 100%);
  position: relative;
  z-index: 0;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .breathlyzerSection {
    background-image: none;
    background-color: #1F2A44;
  }
}
.breathlyzerSection::before {
  content: "";
  width: 50%;
  height: 415px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #D1D5DB;
  z-index: 0;
}
@media (max-width: 1680px) {
  .breathlyzerSection::before {
    height: 425px;
  }
}
@media (max-width: 1440px) {
  .breathlyzerSection::before {
    height: 386px;
  }
}
@media (max-width: 1280px) {
  .breathlyzerSection::before {
    display: none;
  }
}
.breathlyzerSection .abtheroImgWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1280px) {
  .breathlyzerSection .abtheroImgWrap {
    display: none;
  }
}
.breathlyzerSection .abtheroImgWrap img {
  width: 100%;
  height: 100%;
}
.breathlyzerSection .abtheroImgWrap img.desktop {
  display: block;
}
@media (max-width: 1440px) {
  .breathlyzerSection .abtheroImgWrap img.desktop {
    display: none;
  }
}
.breathlyzerSection .abtheroImgWrap img.laptop {
  display: none;
}
@media (max-width: 1440px) {
  .breathlyzerSection .abtheroImgWrap img.laptop {
    display: block;
  }
}
@media (max-width: 600px) {
  .breathlyzerSection .abtheroImgWrap img.laptop {
    display: none;
  }
}
.breathlyzerSection .breatCont {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 50;
}
.breathlyzerSection .breatCont .abtheroTextWrap {
  width: 100%;
  min-height: 100svh;
  height: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 10;
  padding-top: 0px;
}
@media (max-width: 1680px) {
  .breathlyzerSection .breatCont .abtheroTextWrap {
    padding-top: 100px;
  }
}
@media (max-width: 1280px) {
  .breathlyzerSection .breatCont .abtheroTextWrap {
    display: none;
  }
}
.breathlyzerSection .breatCont .abtheroTextWrap .abtHeroTextRow {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 24px;
}
@media (max-width: 1080px) {
  .breathlyzerSection .breatCont .abtheroTextWrap .abtHeroTextRow {
    justify-content: center;
    align-items: center;
  }
}
.breathlyzerSection .breatCont .abtheroTextWrap .abtHeroTextRow h1 {
  font-size: 136px;
  line-height: 90%;
  color: #D1D5DB;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 1280px) {
  .breathlyzerSection .breatCont .abtheroTextWrap .abtHeroTextRow h1 {
    font-size: 100px;
  }
}
@media (max-width: 1080px) {
  .breathlyzerSection .breatCont .abtheroTextWrap .abtHeroTextRow h1 {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .breathlyzerSection .breatCont .abtheroTextWrap .abtHeroTextRow h1 {
    font-size: 40px;
  }
}
.breathlyzerSection .breatCont .abtheroTextWrap .abtHeroTextRow img {
  width: 100%;
  max-width: 550px;
  position: absolute;
  right: 0;
  bottom: 100px;
}
@media (max-width: 1280px) {
  .breathlyzerSection .breatCont .abtheroTextWrap .abtHeroTextRow img {
    width: 380px;
  }
}
@media (max-width: 1080px) {
  .breathlyzerSection .breatCont .abtheroTextWrap .abtHeroTextRow img {
    position: relative;
    bottom: initial;
  }
}
.breathlyzerSection .breatCont .abtheroTextWrap .abtHeroTextRow h2 {
  font-size: 28px;
  line-height: 120%;
  color: #D1D5DB;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  width: 100%;
  max-width: 680px;
  text-align: left;
}
@media (max-width: 1080px) {
  .breathlyzerSection .breatCont .abtheroTextWrap .abtHeroTextRow h2 {
    font-size: 20px;
  }
}
.breathlyzerSection .breatContRes {
  display: none;
  width: 100%;
}
@media (max-width: 1280px) {
  .breathlyzerSection .breatContRes {
    display: flex;
  }
}
.breathlyzerSection .breatContRes .abtheroTextWrap {
  width: 100%;
  min-height: 100svh;
  height: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 10;
  padding-top: 0px;
  display: none;
}
@media (max-width: 1280px) {
  .breathlyzerSection .breatContRes .abtheroTextWrap {
    min-height: initial;
    padding: 200px 100px 100px;
    max-width: 100%;
    display: flex;
  }
}
@media (max-width: 600px) {
  .breathlyzerSection .breatContRes .abtheroTextWrap {
    min-height: initial;
    padding: 70px 24px 24px;
    max-width: 100%;
    display: flex;
  }
}
.breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 24px;
}
@media (max-width: 1080px) {
  .breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow {
    gap: 12px;
    align-items: flex-start;
  }
}
.breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow h1 {
  font-size: 136px;
  line-height: 90%;
  color: #D1D5DB;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 1280px) {
  .breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow h1 {
    font-size: 100px;
  }
}
@media (max-width: 1080px) {
  .breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow h1 {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow h1 {
    font-size: 32px;
  }
}
.breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow img {
  width: 100%;
  max-width: 550px;
  position: absolute;
  right: 0;
  bottom: 100px;
}
@media (max-width: 1280px) {
  .breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow img {
    width: 380px;
  }
}
@media (max-width: 1080px) {
  .breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow img {
    position: relative;
    bottom: initial;
  }
}
@media (max-width: 600px) {
  .breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow img {
    width: 100%;
    margin-bottom: 12px;
  }
}
.breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow h2 {
  font-size: 28px;
  line-height: 120%;
  color: #D1D5DB;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  width: 100%;
  max-width: 680px;
  text-align: left;
}
@media (max-width: 1080px) {
  .breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow h2 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow a {
  align-items: center;
  justify-content: center;
}
.breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow a span {
  white-space: nowrap;
}
.breathlyzerSection .breatContRes .abtheroTextWrap .abtHeroTextRow a img {
  margin-bottom: 0px;
  width: initial;
}
.breathlyzerSection .contentWrap {
  padding: 100px 0;
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1680px) {
  .breathlyzerSection .contentWrap {
    max-width: 900px;
  }
}
@media (max-width: 1280px) {
  .breathlyzerSection .contentWrap {
    max-width: 100%;
    padding: 100px 100px;
    background-color: #6B7280;
  }
}
@media (max-width: 600px) {
  .breathlyzerSection .contentWrap {
    padding: 40px 24px;
  }
}
.breathlyzerSection .contentWrap p {
  font-size: 24px;
  color: #D1D5DB;
  font-weight: 600;
  font-style: italic;
  text-align: left;
  line-height: 140%;
}
@media (max-width: 1080px) {
  .breathlyzerSection .contentWrap p {
    font-size: 17px;
  }
}
.breathlyzerSection .contentWrap h2 {
  text-align: left;
}

.verificationSection {
  width: 100%;
  padding: 100px 24px;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .verificationSection {
    padding: 40px 24px;
    gap: 24px;
  }
}
.verificationSection h2 {
  width: 100%;
  max-width: 1200px;
  text-align: left;
}
.verificationSection .verificationCont {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 600px) {
  .verificationSection .verificationCont {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.verificationSection .verificationCont .verificationTextWrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.verificationSection .verificationCont .verificationTextWrap h3 {
  font-size: 28px;
  color: #6B7280;
  font-weight: 900;
}
@media (max-width: 600px) {
  .verificationSection .verificationCont .verificationTextWrap h3 {
    font-size: 24px;
  }
}
.verificationSection .verificationCont .verificationTextWrap p {
  font-size: 18px;
  color: #6B7280;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 600px) {
  .verificationSection .verificationCont .verificationTextWrap p {
    font-size: 17px;
  }
}
.verificationSection .verificationCont .verificationImg {
  width: 100%;
}
.verificationSection .verificationCont .verificationImg img {
  width: 100%;
}

.linupTop {
  width: 100%;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 24px;
}
.linupTop p {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #6B7280;
}

.installSection {
  width: 100%;
  padding: 100px 24px;
}
@media (max-width: 600px) {
  .installSection {
    padding: 40px 24px;
  }
}
.installSection .installCont {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 40px;
}
.installSection .installCont .linupTop {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .installSection .installCont .linupTop {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .installSection .installCont .linupTop h2 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .installSection .installCont .linupTop img {
    display: none;
  }
}
.installSection .installCont .linupTop p {
  font-size: 24px;
  font-style: italic;
}
@media (max-width: 600px) {
  .installSection .installCont .linupTop p {
    font-size: 18px;
    text-align: center;
  }
}
.installSection .installCont .installcardWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .installSection .installCont .installcardWrap {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .installSection .installCont .installcardWrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.installSection .installCont .installcardWrap .installcard {
  width: initial;
}
.installSection .installCont .installcardWrap .installcard img {
  width: initial;
  height: 80px;
  max-width: 345px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .installSection .installCont .installcardWrap .installcard img {
    height: 27px;
  }
}

.readySection {
  width: 100%;
  padding: 60px 24px;
}
@media (max-width: 600px) {
  .readySection {
    padding: 40px 24px;
  }
}
.readySection .readyCont {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  gap: 24px;
}
.readySection .readyCont .readtImgLg {
  width: 100%;
}
.readySection .readyCont .linupTop {
  position: relative;
}
@media (max-width: 600px) {
  .readySection .readyCont .linupTop h2 {
    text-align: center;
    max-width: 300px;
  }
}
.readySection .readyCont .linupTop p {
  font-style: italic;
}
.readySection .readyCont .linupTop a {
  top: 0;
  right: 0;
  position: absolute;
}
@media (max-width: 600px) {
  .readySection .readyCont .linupTop a {
    position: relative;
  }
}
.readySection .readyCont .linupTop p {
  font-size: 24px;
}
@media (max-width: 600px) {
  .readySection .readyCont .linupTop p {
    font-size: 18px;
    text-align: center;
  }
}

.noticeSection {
  width: 100%;
  padding: 40px 24px;
}
.noticeSection .noticeCont {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
.noticeSection .noticeCont h2 {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  color: #1F2A44;
}
.noticeSection .noticeCont p {
  font-size: 18px;
  font-weight: 500;
  color: #6B7280;
  line-height: 140%;
}
@media (max-width: 600px) {
  .noticeSection .noticeCont p {
    font-size: 17px;
  }
}
.noticeSection .noticeCont p a {
  text-decoration: underline;
  transition: all 0.2s;
}
.noticeSection .noticeCont p a:hover {
  color: #1F2A44;
}

.storySection {
  width: 100%;
  padding: 200px 0px;
  flex-direction: column;
  gap: 80px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .storySection {
    padding: 40px 0px;
    gap: 24px;
  }
}
.storySection .sectionHeadingWrap {
  max-width: 1248px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
.storySection .historySectionWeb {
  width: 100%;
}
@media (max-width: 1200px) {
  .storySection .historySectionWeb {
    display: none;
  }
}
.storySection .historySectionWeb .historyWebCont {
  width: 100%;
  position: relative;
}
.storySection .historySectionWeb .historyWebCont .historyWebLine {
  width: 4000px;
  position: absolute;
  z-index: 5;
  top: -160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.storySection .historySectionWeb .historyWebCont .historyWebLine svg {
  width: 100%;
  max-width: initial;
  left: 100px;
}
.storySection .historySectionWeb .historyWebCont .historyWebLine img {
  max-width: initial;
}
.storySection .historySectionWeb .historyWebCont .historyWebCardWrapper {
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 65px;
  position: relative;
  z-index: 10;
}
.storySection .historySectionWeb .historyWebCont .historyWebCardWrapper .historyWebCard {
  width: 250px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  transition: all 0.2s;
}
.storySection .historySectionWeb .historyWebCont .historyWebCardWrapper .historyWebCard:first-child {
  padding-top: 95px;
}
.storySection .historySectionWeb .historyWebCont .historyWebCardWrapper .historyWebCard:nth-child(2) {
  padding-top: 0;
}
.storySection .historySectionWeb .historyWebCont .historyWebCardWrapper .historyWebCard:nth-child(3) {
  padding-top: 110px;
}
.storySection .historySectionWeb .historyWebCont .historyWebCardWrapper .historyWebCard:nth-child(4) {
  padding-top: 120px;
}
.storySection .historySectionWeb .historyWebCont .historyWebCardWrapper .historyWebCard img {
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.storySection .historySectionWeb .historyWebCont .historyWebCardWrapper .historyWebCard .historyCardText {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}
.storySection .historySectionWeb .historyWebCont .historyWebCardWrapper .historyWebCard .historyCardText h2 {
  font-size: 28px;
  font-weight: 900;
  color: #6B7280;
  line-height: 100%;
}
.storySection .historySectionWeb .historyWebCont .historyWebCardWrapper .historyWebCard .historyCardText p {
  font-size: 18px;
  color: #6B7280;
  line-height: 140%;
  font-weight: 500;
}
.storySection .historySectionMob {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  padding-bottom: 20px;
  position: relative;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1200px) {
  .storySection .historySectionMob {
    display: flex;
  }
}
.storySection .historySectionMob .historyViewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.storySection .historySectionMob .historySectionMobCont {
  position: relative;
  white-space: nowrap;
  height: initial;
  width: 1130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 0px;
  will-change: transform;
  transition: transform 0.1s linear;
}
.storySection .historySectionMob .historySectionMobCont .historyLine {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1130px;
  overflow: hidden;
  height: 365px;
}
.storySection .historySectionMob .historySectionMobCont .historyLine img {
  width: 2100px !important;
  max-width: initial !important;
  position: absolute;
  top: -180px;
  left: -415px;
}
.storySection .historySectionMob .historySectionMobCont .historyCardCont {
  width: 1130px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 59px;
  position: relative;
  z-index: 10;
  padding-left: 60px;
  padding-right: 60px;
}
.storySection .historySectionMob .historySectionMobCont .historyCardCont .historyCard {
  width: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
  position: relative;
  top: 0;
  white-space: wrap;
}
.storySection .historySectionMob .historySectionMobCont .historyCardCont .historyCard:first-child {
  padding-top: 95px;
}
.storySection .historySectionMob .historySectionMobCont .historyCardCont .historyCard:nth-child(2) {
  padding-top: 0;
}
.storySection .historySectionMob .historySectionMobCont .historyCardCont .historyCard:nth-child(3) {
  padding-top: 50px;
}
.storySection .historySectionMob .historySectionMobCont .historyCardCont .historyCard:nth-child(4) {
  padding-top: 150px;
}
.storySection .historySectionMob .historySectionMobCont .historyCardCont .historyCard img {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.storySection .historySectionMob .historySectionMobCont .historyCardCont .historyCard .historyCardText {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}
.storySection .historySectionMob .historySectionMobCont .historyCardCont .historyCard .historyCardText h2 {
  font-size: 24px;
  font-weight: 900;
  color: #6B7280;
  line-height: 100%;
}
.storySection .historySectionMob .historySectionMobCont .historyCardCont .historyCard .historyCardText p {
  font-size: 16px;
  color: #6B7280;
  line-height: 140%;
  font-weight: 500;
}

.sliderWrapCont {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.sliderWrapCont .sliderTrack {
  width: 100%;
  height: 4px;
  background-color: #6B7280;
  border-radius: 10px;
}
.sliderWrapCont .sliderThumb {
  gap: 5px;
  border: solid 2px #6B7280;
  border-radius: 50px;
  padding: 5px 5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sliderWrapCont .sliderThumb:active {
  cursor: grabbing;
}
.sliderWrapCont .sliderThumb p {
  font-size: 14px;
  font-weight: 600;
  color: #1F2A44;
  gap: 5px;
  white-space: nowrap;
}
.menuWrapper .menuWrap ul li.current-menu-item a {
    color: #1F2A44;
    font-style: italic;
}
.subInfo{
	font-size:24px !important;
}
@media (max-width: 900px) {
  .subInfo{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	text-align: left;  
}	
}
/* form css */
/* .wpcf7 form.sent .messageWrapper {
    display: block;
} */

/* .messageWrapper {
    display: none !important;
} */
.wpcf7-form-control-wrap {
    width: 100% !important;
}
/*# sourceMappingURL=main.css.map */