@keyframes color-change {
  0% {
    background-color: var(--tertiary);
  }
  50% {
    background-color: var(--brown);
  }
  100% {
    background-color: var(--tertiary);
  }
}
.home-banner {
  display: flex;
  flex-wrap: wrap;
}
.home-banner .banner {
  flex: 1;
}
@media only screen and (max-width: 1007px) {
  .home-banner .banner {
    flex: 0 1 100%;
  }
}
.home-banner .banner::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 29.24%, rgba(0, 0, 0, 0.48) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 21.38%, rgba(0, 0, 0, 0.35) 100%);
}
.home-banner .banner figure {
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .home-banner .banner figure {
    height: 600px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .banner figure {
    height: 450px;
  }
}
.home-banner .banner figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, transparent 75%);
}
.home-banner .banner figure img {
  -o-object-position: bottom;
     object-position: bottom;
}
.home-banner .banner figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  bottom: 12%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .home-banner .banner figcaption {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner .banner figcaption {
    bottom: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner .banner figcaption {
    justify-content: center;
    bottom: 10%;
  }
}
@media only screen and (max-width: 675px) {
  .home-banner .banner figcaption {
    padding: 0 15px;
  }
}
.home-banner .banner figcaption .content {
  position: relative;
  flex: 1;
  max-width: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 675px) {
  .home-banner .banner figcaption .content {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .banner figcaption .content {
    max-width: 280px;
  }
}
.home-banner .banner figcaption .content h5, .home-banner .banner figcaption .content h1, .home-banner .banner figcaption .content p {
  color: var(--white);
  text-align: center;
}
.home-banner .banner figcaption .content h1 {
  line-height: 1;
  font-size: 100px;
  text-transform: initial;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .home-banner .banner figcaption .content h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .banner figcaption .content h1 {
    margin-bottom: 6px;
    font-size: 41px;
  }
}
@media only screen and (max-width: 675px) {
  .home-banner .banner figcaption .content h1 {
    order: 2;
    font-size: 32px;
    text-align: center;
  }
}
.home-banner .banner figcaption .content h1 em {
  font-size: 32px;
}
@media only screen and (max-width: 540px) {
  .home-banner .banner figcaption .content h1 em {
    font-size: 18px;
    display: block;
    font-style: normal;
    margin-top: 20px;
    line-height: 1.3;
  }
}
.home-banner .banner figcaption .content h5 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 6px;
  font-weight: 300;
  text-align: center;
  font-family: "Optima";
}
@media only screen and (max-width: 1152px) {
  .home-banner .banner figcaption .content h5 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 675px) {
  .home-banner .banner figcaption .content h5 {
    order: 3;
    font-size: 16px;
    margin-bottom: 4px;
    text-align: center;
  }
}
.home-banner .banner figcaption .content h5 strong {
  font-weight: 600;
}
.home-banner .banner figcaption .content .price {
  animation: color-change 2s linear infinite alternate;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--tertiary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  left: 400px;
}
@media only screen and (max-width: 675px) {
  .home-banner .banner figcaption .content .price {
    order: 1;
    position: relative;
    margin: 0px auto 0;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }
}
.home-banner .banner figcaption .content .price p {
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .home-banner .banner figcaption .content .price p {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
.home-banner .banner figcaption .content .price p:nth-child(2) {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 675px) {
  .home-banner .banner figcaption .content .price p:nth-child(2) {
    font-size: 14px;
  }
}
.home-banner .banner figcaption .content p {
  font-size: 16px;
  margin-bottom: 4px;
}
.home-banner .banner figcaption .play-btn {
  flex: 0 1 auto;
  height: 58px;
  width: 58px;
  border-radius: 58px;
  border: 1px solid var(--white);
  position: relative;
}
.home-banner .banner figcaption .play-btn svg, .home-banner .banner figcaption .play-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 14.5px;
  height: 14.5px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 2.5px;
}
.home-banner .banner figcaption .play-btn svg path, .home-banner .banner figcaption .play-btn img path {
  fill: var(--white);
}
.home-banner .banner figcaption .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translateX(-50%) translateY(-50%);
  background: var(--white);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: 0;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-banner .banner figcaption .play-btn {
    position: absolute;
    bottom: calc(100% + 35px);
    left: 50%;
    translate: -50% 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner .banner .koiewd3 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column-reverse;
  }
}
.home-banner .banner .banner-form {
  position: absolute;
  right: 30px;
  max-width: 350px;
  width: 100%;
  top: 49%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 22px;
  z-index: 3;
  border-radius: 10px;
}
@media only screen and (max-width: 1152px) {
  .home-banner .banner .banner-form {
    max-width: 330px;
    right: 15px;
    padding: 25px;
    top: 48%;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner .banner .banner-form {
    position: relative;
    transform: none;
    top: 0;
    z-index: 4;
    max-width: 100%;
    right: 0;
    border-radius: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 3rem 15px;
  }
}
@media only screen and (max-width: 675px) {
  .home-banner .banner .banner-form {
    background: var(--white);
  }
}
.home-banner .banner .banner-form .ttl-form-bnr {
  display: none;
  margin-bottom: 1.5rem;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 675px) {
  .home-banner .banner .banner-form .ttl-form-bnr {
    display: block;
  }
}
.home-banner .banner .banner-form .form {
  --inputsize: 37px;
  --gaptb: 12px;
  --labelfontbefore: 14px;
  --labelfontafter: 12px;
  --textareaheight: 50px;
  --color: var(--white);
  --labelbefore: var(--white);
  --labelafter: rgb(256 256 256 / .5);
  --borderbefore: var(--white);
  --borderafter: var(--white);
}
@media only screen and (max-width: 991px) {
  .home-banner .banner .banner-form .form {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 675px) {
  .home-banner .banner .banner-form .form {
    --color: var(--black);
    --labelbefore: rgb(0 0 0 / .5);
    --labelafter: rgb(0 0 0 / .5);
    --borderbefore: rgb(0 0 0 / .5);
    --borderafter: rgb(0 0 0 / .5);
    padding: 0 50px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .banner .banner-form .form {
    padding: 0 10px;
  }
}
.home-banner .banner .banner-form .form input, .home-banner .banner .banner-form .form textarea {
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 675px) {
  .home-banner .banner .banner-form .form input, .home-banner .banner .banner-form .form textarea {
    border-color: rgba(0, 0, 0, 0.5);
  }
}
.home-banner .banner .banner-form .form .form-group::before, .home-banner .banner .banner-form .form .form-group::after {
  display: none;
}
.home-banner .banner .banner-form .form .sbmt-btn {
  margin-top: 13px;
}
@media only screen and (max-width: 991px) {
  .home-banner .banner .banner-form .form .sbmt-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-banner .banner .banner-form .form .sbmt-btn {
    margin-top: 15px;
  }
}
.home-banner .banner .banner-form .form .sbmt-btn span {
  color: var(--black);
}
.home-banner .banner .btm-rt-cntr2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .home-banner .banner .btm-rt-cntr2 {
    position: unset;
  }
}
.home-banner .banner .btm-rt-cntr2 .btm-rt-cntr2_wrap {
  padding: 25px 2rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1098039216);
  backdrop-filter: blur(2px);
}
@media only screen and (max-width: 1366px) {
  .home-banner .banner .btm-rt-cntr2 .btm-rt-cntr2_wrap {
    padding: 20px 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner .banner .btm-rt-cntr2 .btm-rt-cntr2_wrap {
    padding: 12px 1rem;
    background: var(--brown);
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .banner .btm-rt-cntr2 .btm-rt-cntr2_wrap {
    padding: 12px 0.5rem;
  }
}
.home-banner .banner .btm-rt-cntr2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 125%, rgba(255, 255, 255, 0) 73%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 675px) {
  .home-banner .banner .btm-rt-cntr2::before {
    background: none;
  }
}
.home-banner .banner .btm-rt-cntr2 .flex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
@media only screen and (max-width: 1007px) {
  .home-banner .banner .btm-rt-cntr2 .flex {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-banner .banner .btm-rt-cntr2 .flex {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-banner .banner .btm-rt-cntr2 .item {
  display: flex;
  gap: 18px;
  color: #fff;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .home-banner .banner .btm-rt-cntr2 .item {
    gap: 12px;
  }
}
.home-banner .banner .btm-rt-cntr2 span {
  border-right: 1px solid rgba(255, 255, 255, 0.3294117647);
  padding-right: 18px;
  height: 100%;
  display: flex;
  align-items: center;
  height: 43px;
}
@media only screen and (max-width: 1366px) {
  .home-banner .banner .btm-rt-cntr2 span {
    padding-right: 12px;
  }
}
.home-banner .banner .btm-rt-cntr2 span svg {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1366px) {
  .home-banner .banner .btm-rt-cntr2 span svg {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 675px) {
  .home-banner .banner .btm-rt-cntr2 span svg {
    width: 22px;
    height: 22px;
  }
}
.home-banner .banner .btm-rt-cntr2 .inf {
  line-height: 21px;
  padding-right: 12px;
}
@media only screen and (max-width: 1366px) {
  .home-banner .banner .btm-rt-cntr2 .inf {
    padding-right: 0;
  }
}
.home-banner .banner .btm-rt-cntr2 .inf b {
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.home-banner .banner .btm-rt-cntr2 .inf em {
  font-style: normal;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1366px) {
  .home-banner .banner .btm-rt-cntr2 .inf p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 675px) {
  .home-banner .banner .btm-rt-cntr2 .inf p {
    font-size: 12px;
  }
}
.home-banner .form-wrap {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
  background: var(--brown);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 11rem;
}
@media only screen and (max-width: 1366px) {
  .home-banner .form-wrap {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 1280px) {
  .home-banner .form-wrap {
    flex: 0 1 36%;
    max-width: 36%;
  }
}
@media only screen and (max-width: 1007px) {
  .home-banner .form-wrap {
    display: block;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 65px 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-banner .form-wrap {
    padding: 45px 0;
  }
}
.home-banner .form-wrap .logo-wrp {
  max-width: 200px;
  margin: 0 auto 10px;
}
.home-banner .form-wrap .logo-wrp img {
  width: 100%;
  max-width: 90px;
}
@media only screen and (max-width: 675px) {
  .home-banner .form-wrap .logo-wrp img {
    max-width: 120px;
    display: block;
    margin: 0 auto;
  }
}
.home-banner .form-wrap .logo-wrp p {
  text-align: center;
  color: var(--white);
}
.home-banner .form-wrap .form {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  gap: 18px 0;
  --bacground: var(--pink);
  --font: 400;
  --border: rgb(256 256 256 / .6);
}
@media only screen and (max-width: 675px) {
  .home-banner .form-wrap .form {
    max-width: 100%;
    padding: 0 25px;
  }
}
.home-banner .form-wrap .form .sbmit-btn {
  margin-top: 40px;
  width: 100%;
  padding: 12px 0;
  text-transform: uppercase;
  border-radius: 40px;
}
.home-banner .form-wrap .form .captcha-form {
  color: #fff;
}

.home-secA {
  padding: 5rem 0;
}
@media only screen and (max-width: 675px) {
  .home-secA {
    padding: 3rem 0;
  }
}
.home-secA p {
  color: var(--text);
}
.home-secA .heading h4 {
  margin-top: 20px;
}
.home-secA .heading h2 {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .home-secA .heading h2 {
    font-size: 28px;
    max-width: 320px;
  }
}
.home-secA .content {
  text-align: center;
  position: relative;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 70px;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .home-secA .content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA .content {
    margin-top: 25px;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.home-secA .content .heading {
  max-width: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 675px) {
  .home-secA .content .heading {
    max-width: 320px;
  }
}
.home-secA .content .descrip {
  line-height: 1.625;
  letter-spacing: 0.02em;
  margin-bottom: 0px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 991px) {
  .home-secA .content .descrip {
    text-align: center;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA .content .descrip {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
  }
}
.home-secA .content .descrip p {
  text-align: justify;
}
.home-secA .content .brands-container {
  position: sticky;
  top: 130px;
  justify-content: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  gap: 46px;
}
@media only screen and (max-width: 991px) {
  .home-secA .content .brands-container {
    gap: 15px;
    position: static;
    top: auto;
    height: auto;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA .content .brands-container {
    position: static;
    top: auto;
    height: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .content .brands-container {
    padding: 20px 15px 0;
    flex-direction: column;
  }
}
.home-secA .content .brands-container figure {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secA .content .brands-container figure img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA .content .brands-container figure img {
    width: 150px;
  }
}
.home-secA .content .brands-container .brands p {
  font-size: 14px;
  font-weight: 24px;
  font-weight: 400;
  padding-bottom: 10px;
}
.home-secA .content .brands-container .brands .brand-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secA .brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 46px;
  margin-top: 56px;
}
@media only screen and (max-width: 1007px) {
  .home-secA .brands {
    margin-top: 32px;
    gap: 16px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA .brands {
    margin-top: 20px;
    gap: 22px;
  }
}
.home-secA .brands figure img {
  max-width: 130px;
  height: auto;
}
.home-secA .btn {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (max-width: 675px) {
  .home-secA .btn {
    margin-top: 30px;
  }
}
.home-secA .btn .boxes {
  left: calc(100% + 30px);
  top: 0;
}
@media only screen and (max-width: 1007px) {
  .home-secA .btn .boxes {
    left: auto;
    right: 15%;
    top: -8%;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA .btn .boxes {
    right: 0;
  }
}

.img-sectionA {
  height: calc(100vh - var(--headerfixed));
  background: url(../../images/land/view-nine.jpeg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
}
@media only screen and (max-width: 1007px) {
  .img-sectionA {
    height: 500px;
  }
}
@media only screen and (max-width: 675px) {
  .img-sectionA {
    background-attachment: initial;
    height: 300px;
    background-size: cover;
  }
}

@media only screen and (max-width: 675px) {
  .armn-sectionb:not(.armn-sectionc) .col-Md {
    flex-direction: column;
  }
}
@media only screen and (max-width: 675px) {
  .armn-sectionb:not(.armn-sectionc) figcaption {
    padding: 0 15px;
  }
}
.armn-sectionb.armn-sectionc {
  background: #eeede0;
}
.armn-sectionb.armn-sectionc .col-Md {
  background: #eeede0;
}
@media only screen and (max-width: 675px) {
  .armn-sectionb.armn-sectionc .col-Md {
    flex-direction: column-reverse;
  }
}
.armn-sectionb.armn-sectionc .col-Md figure {
  padding: 5rem 0;
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .armn-sectionb.armn-sectionc .col-Md figure {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 1rem 0;
  }
}
.armn-sectionb.armn-sectionc .col-Md figcaption {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .armn-sectionb.armn-sectionc .col-Md figcaption {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.armn-sectionb.armn-sectionc .col-Md figcaption .content-wrap .heading h3 {
  color: var(--black);
  font-size: 38px;
}
@media only screen and (max-width: 675px) {
  .armn-sectionb.armn-sectionc .col-Md figcaption .content-wrap .heading h3 {
    font-size: 26px;
  }
}
.armn-sectionb.armn-sectionc .col-Md figcaption .content-wrap .content ul {
  padding: 0 0 0 20px;
}
.armn-sectionb.armn-sectionc .col-Md figcaption .content-wrap .content ul li {
  font-size: 14px;
  padding-bottom: 5px;
  list-style: disc;
  color: var(--text);
}
.armn-sectionb.armn-sectionc .col-Md figcaption .content-wrap .content ul li::marker {
  color: var(--brown);
}
.armn-sectionb .col-Md {
  display: flex;
  flex-wrap: wrap;
  background: #081022;
}
.armn-sectionb .col-Md figure {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
  line-height: 0;
}
@media only screen and (max-width: 860px) {
  .armn-sectionb .col-Md figure {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.armn-sectionb .col-Md figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.armn-sectionb .col-Md figure .secB-img-slider {
  max-width: 500px;
  height: 100%;
}
.armn-sectionb .col-Md figure .secB-img-slider.secC-img-slider {
  max-width: 100%;
  max-height: 600px;
}
.armn-sectionb .col-Md figure .secB-img-slider .swiper-slide {
  height: auto;
}
.armn-sectionb .col-Md figcaption {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  .armn-sectionb .col-Md figcaption {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.armn-sectionb .col-Md figcaption .content-wrap {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
}
@media only screen and (max-width: 860px) {
  .armn-sectionb .col-Md figcaption .content-wrap {
    max-width: 90%;
  }
}
@media only screen and (max-width: 675px) {
  .armn-sectionb .col-Md figcaption .content-wrap {
    max-width: 100%;
    padding: 1.5rem 0;
  }
}
.armn-sectionb .col-Md figcaption .content-wrap .heading {
  margin-bottom: 1.2rem;
  max-width: 430px;
}
@media only screen and (max-width: 675px) {
  .armn-sectionb .col-Md figcaption .content-wrap .heading {
    text-align: left;
  }
}
.armn-sectionb .col-Md figcaption .content-wrap .heading h3 {
  color: var(--white);
  font-size: 42px;
}
@media only screen and (max-width: 1366px) {
  .armn-sectionb .col-Md figcaption .content-wrap .heading h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 675px) {
  .armn-sectionb .col-Md figcaption .content-wrap .heading h3 {
    font-size: 28px;
  }
}
.armn-sectionb .col-Md figcaption .content-wrap .heading h3 em {
  font-family: "Optima";
}
.armn-sectionb .col-Md figcaption .content-wrap .content p {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1366px) {
  .armn-sectionb .col-Md figcaption .content-wrap .content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 675px) {
  .armn-sectionb .col-Md figcaption .content-wrap .content p {
    font-size: 14px;
  }
}
.armn-sectionb .col-Md figcaption .content-wrap .content p:not(:last-child) {
  margin-bottom: 16px;
}
.armn-sectionb .col-Md figcaption .secB-nav {
  display: flex;
  align-items: center;
  gap: 0 12px;
  margin-top: 2rem;
}
@media only screen and (max-width: 540px) {
  .armn-sectionb .col-Md figcaption .secB-nav {
    margin-bottom: 1rem;
  }
}
.armn-sectionb .col-Md figcaption .secB-nav .secB-prev, .armn-sectionb .col-Md figcaption .secB-nav .secB-next {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.armn-sectionb .col-Md figcaption .secB-nav .secB-prev svg, .armn-sectionb .col-Md figcaption .secB-nav .secB-next svg {
  width: 5px;
}
.armn-sectionb .col-Md figcaption .secB-nav .secB-prev.secB-prev2, .armn-sectionb .col-Md figcaption .secB-nav .secB-prev.secB-next2, .armn-sectionb .col-Md figcaption .secB-nav .secB-next.secB-prev2, .armn-sectionb .col-Md figcaption .secB-nav .secB-next.secB-next2 {
  background: none;
  border: 1px solid var(--black);
}
.armn-sectionb .col-Md figcaption .secB-nav .secB-prev.secB-prev2 svg path, .armn-sectionb .col-Md figcaption .secB-nav .secB-prev.secB-next2 svg path, .armn-sectionb .col-Md figcaption .secB-nav .secB-next.secB-prev2 svg path, .armn-sectionb .col-Md figcaption .secB-nav .secB-next.secB-next2 svg path {
  fill: #000;
}
.armn-sectionb .col-Md figcaption .secB-nav .secB-prev.secB-prev2:hover, .armn-sectionb .col-Md figcaption .secB-nav .secB-prev.secB-next2:hover, .armn-sectionb .col-Md figcaption .secB-nav .secB-next.secB-prev2:hover, .armn-sectionb .col-Md figcaption .secB-nav .secB-next.secB-next2:hover {
  background: var(--black);
}
.armn-sectionb .col-Md figcaption .secB-nav .secB-prev.secB-prev2:hover svg path, .armn-sectionb .col-Md figcaption .secB-nav .secB-prev.secB-next2:hover svg path, .armn-sectionb .col-Md figcaption .secB-nav .secB-next.secB-prev2:hover svg path, .armn-sectionb .col-Md figcaption .secB-nav .secB-next.secB-next2:hover svg path {
  fill: var(--white);
}
.armn-sectionb .col-Md figcaption .secB-nav .btn {
  margin-left: auto;
  --height: 38px;
  --padding: 24px;
  font-size: 14px;
}

.amenity-sec {
  position: relative;
}
.amenity-sec::before {
  background: linear-gradient(0deg, #000 0%, transparent 100%);
}
.amenity-sec figure {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.amenity-sec figure img {
  height: calc(100vh - var(--headerfixed));
}
@media only screen and (max-width: 860px) {
  .amenity-sec figure img {
    height: 640px;
  }
}
@media only screen and (max-width: 675px) {
  .amenity-sec figure img {
    height: 400px;
  }
}
.amenity-sec > figcaption {
  bottom: 8%;
}
@media only screen and (max-width: 1366px) {
  .amenity-sec > figcaption {
    bottom: 2%;
  }
}
@media only screen and (max-width: 991px) {
  .amenity-sec > figcaption {
    bottom: -190%;
  }
}
.amenity-sec > figcaption .heading {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1366px) {
  .amenity-sec > figcaption .heading {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .amenity-sec > figcaption .heading {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 675px) {
  .amenity-sec > figcaption .heading {
    margin-bottom: 4rem;
  }
}
.amenity-sec > figcaption .heading h3 {
  color: var(--white);
  font-weight: 600;
  font-size: 40px;
}
.amenity-sec > figcaption .heading p {
  max-width: 420px;
  margin: 20px auto 0;
  color: var(--white);
  font-style: italic;
}
.amenity-sec > figcaption .amenity-slider {
  color: var(--white);
}
@media only screen and (max-width: 675px) {
  .amenity-sec > figcaption .amenity-slider {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 540px) {
  .amenity-sec > figcaption .amenity-slider {
    padding: 0;
  }
}
.amenity-sec > figcaption .amenity-slider .aminity-nav {
  display: flex;
  justify-content: space-between;
  width: 98%;
  align-items: center;
  position: absolute;
  top: 45%;
  z-index: 2;
  left: 12px;
}
@media only screen and (max-width: 540px) {
  .amenity-sec > figcaption .amenity-slider .aminity-nav {
    left: 1%;
  }
}
.amenity-sec > figcaption .amenity-slider .aminity-nav button {
  background: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 0;
  transition: 0.5s ease;
}
.amenity-sec > figcaption .amenity-slider .aminity-nav button:hover {
  background: var(--secondary);
}
.amenity-sec > figcaption .amenity-slider .swiper-wrapper .item {
  border-radius: 10px;
  overflow: hidden;
}
.amenity-sec > figcaption .amenity-slider .swiper-wrapper .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.amenity-sec > figcaption .amenity-slider .swiper-wrapper .item figure {
  display: block;
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.amenity-sec > figcaption .amenity-slider .swiper-wrapper .item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.amenity-sec > figcaption .amenity-slider .swiper-wrapper .item figcaption {
  text-align: center;
  color: var(--white);
  padding: 0 20px 30px;
}
.amenity-sec > figcaption .amenity-slider .swiper-wrapper .item figcaption h6 {
  font-size: 18px;
}
.amenity-sec > figcaption .btn-div {
  margin: 2rem 0 2rem;
}
@media only screen and (max-width: 675px) {
  .amenity-sec > figcaption .btn-div {
    margin: 2rem 0;
  }
}
.amenity-sec > figcaption .amenity-dots {
  --swiper-pagination-color: var(--white);
  --swiper-pagination-bullet-inactive-color: rgb(256 256 256 / .2);
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  caret-color: transparent;
}

.home-secE {
  background: #eeede0;
  padding: 90px 0;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .home-secE {
    padding: 0;
  }
}
@media only screen and (max-width: 1152px) {
  .home-secE {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE {
    padding-bottom: 1rem;
  }
}
.home-secE .colA, .home-secE .colB {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .home-secE .colA, .home-secE .colB {
    flex: 0 1 100%;
  }
}
.home-secE .colA {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1152px) {
  .home-secE .colA .content-common-wrap {
    padding: 50px 40px 70px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .colA .content-common-wrap {
    padding: 50px 0px;
  }
}
.home-secE .colA .content-common-wrap .heading {
  margin-bottom: 12px;
}
@media only screen and (max-width: 675px) {
  .home-secE .colA .content-common-wrap .heading {
    text-align: center;
  }
}
.home-secE .colA .content-common-wrap .master-plans {
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  .home-secE .colA .content-common-wrap .master-plans {
    padding: 10px;
  }
}
.home-secE .colA .content-common-wrap .master-plans ul li {
  font-size: 16px;
  padding-bottom: 5px;
  list-style: disc;
}
@media only screen and (max-width: 540px) {
  .home-secE .colA .content-common-wrap .master-plans ul li {
    font-size: 14px;
  }
}
.home-secE .colA .content-common-wrap .master-plans ul li::marker {
  color: var(--brown);
}
.home-secE .colA .content-common-wrap .btn {
  margin-top: 1.3rem;
}
@media only screen and (max-width: 991px) {
  .home-secE .colA .content-common-wrap .btn {
    margin: 1.3rem auto 0;
    display: flex;
  }
}
@media only screen and (max-width: 675px) {
  .home-secE .colA .content-common-wrap .btn {
    display: block;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-secE .colA .content-common-wrap p, .home-secE .colA .content-common-wrap ul, .home-secE .colA .content-common-wrap ol {
  margin-bottom: 14px;
  margin-top: 0;
}
.home-secE .colA .content-common-wrap h4 {
  font-size: 18px;
  color: #333;
  font-family: "Roboto", sans-serif;
  margin-top: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 675px) {
  .home-secE .colA .content-common-wrap h4 {
    font-size: 16px;
  }
}
.home-secE .colB {
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .home-secE .colB {
    display: none;
  }
}
.home-secE .colB img {
  max-width: 500px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1007px) {
  .home-secE .colB img {
    max-width: 100%;
  }
}

.home-secM {
  padding: 5rem 0;
  background: #fff;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 675px) {
  .home-secM {
    padding: 3.5rem 0;
  }
}
.home-secM .heading {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 540px) {
  .home-secM .heading {
    margin-bottom: 0.5rem;
  }
}
.home-secM .heading h3 {
  max-width: 410px;
  text-align: center;
  margin: 0 auto;
}
.home-secM .content {
  max-width: 685px;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .home-secM .content {
    max-width: 332px;
  }
}
.home-secM .content .ico {
  display: block;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 675px) {
  .home-secM .content .ico {
    max-width: 150px;
  }
}
.home-secM .content p {
  letter-spacing: 0.02em;
  color: var(--text);
  text-align: center;
}
.home-secM .form {
  --bacground: var(--white);
  --theme: $text;
  --label: rgb(0 0 0 / .6);
  --color: $text;
  --font: 400;
  --border: var(--pink);
  margin-top: 65px;
}
@media only screen and (max-width: 540px) {
  .home-secM .form {
    margin-top: 30px;
  }
}
.home-secM .form .sbmit-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (max-width: 540px) {
  .home-secM .form .sbmit-btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secM .boxes {
    display: none;
  }
}
.home-secM .boxes.box1 {
  right: -20px;
  top: 50px;
  --color1: var(--orange);
  --color2: var(--bluelight);
}
.home-secM .boxes.box2 {
  left: -20px;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 991px) {
  .home-secM .boxes.box2 {
    top: 82%;
  }
}

.VidCopmledProj {
  display: flex;
  flex-wrap: wrap;
  max-height: calc(100vh - var(--headerfixed));
  background: #eeede0;
  border-top: 1px solid #eeede0;
}
@media only screen and (max-width: 1366px) {
  .VidCopmledProj {
    height: initial;
  }
}
@media only screen and (max-width: 991px) {
  .VidCopmledProj {
    height: 450px;
  }
}
@media only screen and (max-width: 675px) {
  .VidCopmledProj {
    flex-direction: column;
    max-height: initial;
    height: 360px;
  }
}
.VidCopmledProj figure, .VidCopmledProj figcaption {
  flex: 1;
  height: 100%;
}
@media only screen and (max-width: 1366px) {
  .VidCopmledProj figure, .VidCopmledProj figcaption {
    height: initial;
  }
}
@media only screen and (max-width: 991px) {
  .VidCopmledProj figure, .VidCopmledProj figcaption {
    flex: 0 1 100%;
    max-width: 100%;
    height: 100%;
  }
}
.VidCopmledProj figure {
  position: relative;
}
.VidCopmledProj figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1254901961);
  transition: 0.5s ease;
  opacity: 0;
}
.VidCopmledProj figure:hover::before, .VidCopmledProj figure:hover a {
  opacity: 1;
}
.VidCopmledProj figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: grayscale(100%);
}
@media only screen and (max-width: 540px) {
  .VidCopmledProj figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.VidCopmledProj figure a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
  opacity: 0;
}
.VidCopmledProj figure a:hover {
  background: #fff;
}
.VidCopmledProj figcaption {
  display: flex;
  align-items: center;
}
.VidCopmledProj figcaption .content-wrap {
  width: 100%;
  padding: 3rem 2rem;
}
.VidCopmledProj figcaption .content-wrap .heading {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1366px) {
  .VidCopmledProj figcaption .content-wrap .heading {
    margin-bottom: 1.8rem;
  }
}
.VidCopmledProj figcaption .content-wrap .heading h3 {
  text-align: center;
}
.VidCopmledProj figcaption .content-wrap .content {
  text-align: center;
}
.VidCopmledProj figcaption .content-wrap .content .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media only screen and (max-width: 540px) {
  .VidCopmledProj figcaption .content-wrap .content .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.VidCopmledProj figcaption .content-wrap .content .grid .item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #666;
  border-radius: 10px;
  padding: 15px 5px;
}
@media only screen and (max-width: 540px) {
  .VidCopmledProj figcaption .content-wrap .content .grid .item {
    justify-content: start;
  }
}
.VidCopmledProj figcaption .content-wrap .content .grid .item .icon svg {
  width: 30px;
  height: 100%;
}
.VidCopmledProj figcaption .content-wrap .content .grid .item .desc {
  text-align: center;
}
.VidCopmledProj figcaption .content-wrap .content .grid .item .desc h3 {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 600;
}
.VidCopmledProj figcaption .content-wrap .content .grid .item .desc p {
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
}
.VidCopmledProj figcaption .content-wrap .content .btn {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .VidCopmledProj figcaption .content-wrap .content .btn {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.price-sec {
  padding: 5rem 0;
}
@media only screen and (max-width: 675px) {
  .price-sec {
    padding: 3rem 0;
  }
}
.price-sec .heading {
  max-width: 460px;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 675px) {
  .price-sec .heading {
    margin-bottom: 2.5rem;
  }
}
.price-sec .heading p {
  color: var(--text);
  margin-top: 0.5rem;
}
.price-sec .price-wrap .layout-slider .layout-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: absolute;
  top: 45%;
  z-index: 2;
  left: 0;
}
.price-sec .price-wrap .layout-slider .layout-nav button {
  background: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 0;
  transition: 0.5s ease;
}
.price-sec .price-wrap .layout-slider .layout-nav button:hover {
  background: var(--secondary);
}
.price-sec .price-wrap .layout-slider .item {
  display: flex;
  flex-wrap: wrap;
}
.price-sec .price-wrap .layout-slider .item:hover figure .btn {
  opacity: 1;
}
.price-sec .price-wrap .layout-slider .item figure {
  line-height: 0;
  border-right: 1px solid #ccc;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 675px) {
  .price-sec .price-wrap .layout-slider .item figure {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.price-sec .price-wrap .layout-slider .item figure .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  pointer-events: none;
}
.price-sec .price-wrap .layout-slider .item figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.price-sec .price-wrap .layout-slider .item figcaption {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 675px) {
  .price-sec .price-wrap .layout-slider .item figcaption {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.price-sec .price-wrap .layout-slider .item figcaption .card {
  text-align: center;
  border-radius: 10px;
  background: var(--secondary);
  overflow: hidden;
  border: 1px solid #ccc;
}
.price-sec .price-wrap .layout-slider .item figcaption .card .plot-type {
  padding: 10px;
  background: var(--tertiary);
}
.price-sec .price-wrap .layout-slider .item figcaption .card .plot-type p {
  text-align: center;
  color: #fff;
}
.price-sec .price-wrap .layout-slider .item figcaption .card .size {
  padding: 20px;
}
.price-sec .price-wrap .layout-slider .item figcaption .card .size p {
  color: var(--brown);
  font-size: 36px;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .price-sec .price-wrap .layout-slider .item figcaption .card .size p {
    font-size: 26px;
  }
}
.price-sec .price-wrap .layout-slider .item figcaption .card .size p:nth-child(2) {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 675px) {
  .price-sec .price-wrap .layout-slider .item figcaption .card .size p:nth-child(2) {
    font-size: 16px;
  }
}
.price-sec .price-wrap .layout-slider .item figcaption .card .btn {
  margin-bottom: 30px;
  margin-top: 0px;
}
.price-sec .price-wrap .layout-slider .item figcaption p {
  font-size: 18px;
  color: var(--black);
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .price-sec .price-wrap .layout-slider .item figcaption p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 675px) {
  .price-sec .price-wrap .layout-slider .item figcaption p {
    font-size: 16px;
  }
}
.price-sec .price-wrap .layout-slider .item figcaption .btn {
  margin-top: 16px;
}

.avidJ-sc .heading {
  max-width: 418px;
  margin: 0 auto;
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .avidJ-sc .heading {
    padding: 2rem 15px;
  }
}
.avidJ-sc .compare-wrap {
  height: calc(100vh - var(--headerfixed));
  line-height: 0;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 1007px) {
  .avidJ-sc .compare-wrap {
    height: auto;
  }
}
.avidJ-sc .compare-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.avidJ-sc .compare-wrap .compare-after {
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 1;
  background-image: url(../../images/home/img9-b.jpg);
  background-size: cover;
}
.avidJ-sc .compare-wrap .compare-after::before {
  content: "";
  position: absolute;
  left: 100%;
  height: 100%;
  background: #fff;
  width: 1px;
}/*# sourceMappingURL=home.css.map */