.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(180deg, rgba(0, 0, 0, 0.5490196078) 19%, transparent 42%);
}

.home-banner .banner::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2196078431) 0%, transparent 43%);
  z-index: 0;
}

.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 figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 3rem;
  bottom: 28%;
  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: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .home-banner .banner figcaption {
    justify-content: center;
  }
}

@media only screen and (max-width: 675px) {
  .home-banner .banner figcaption {
    padding: 0 15px;
  }
}

.home-banner .banner figcaption .content {
  flex: 1;
}

.home-banner .banner figcaption .content>* {
  color: var(--white);
}

.home-banner .banner figcaption .content h1 {
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 48px;
  text-transform: initial;
  font-family: Kugile;
  text-transform: uppercase;
  max-width: 510px;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient);
  -webkit-background-clip: text;
}

@media only screen and (max-width: 540px) {
  .home-banner .banner figcaption .content h1 {
    font-size: 41px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 675px) {
  .home-banner .banner figcaption .content h1 {
    font-size: 40px;
    text-align: center;
  }
}

.home-banner .banner figcaption .content h5 {
  font-size: 32px;
  font-family: Optima;
}

@media only screen and (max-width: 540px) {
  .home-banner .banner figcaption .content h5 {
    font-size: 18px;
    display: block;
    font-style: normal;
    margin-top: 20px;
    line-height: 1.3;
    text-align: center;
  }
}

.home-banner .banner figcaption .content h5 {
  max-width: 355px;
  font-size: 28px;
  line-height: 1.18;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 1152px) {
  .home-banner .banner figcaption .content h5 {
    font-size: 24px;
    margin-bottom: 5px;
    max-width: 250px;
    margin: auto;
  }
}

@media only screen and (max-width: 675px) {
  .home-banner .banner figcaption .content h5 {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

.home-banner .banner figcaption .content h3 {
  margin-bottom: 10px;
  font-size: 30px;
  font-family: Optima;
  padding-bottom: 10px;
}

@media only screen and (max-width: 675px) {
  .home-banner .banner figcaption .content h3 {
    text-align: center;
    font-size: 20px;
  }
}

.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);
  -webkit-backdrop-filter: blur(2px);
  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: #000;
  }
}

@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 .btm-rt-cntr2_wrap a:last-child {
    grid-column: span 2;
  }
}

.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;
}

@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;
  }
}

.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;
  }
}

.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 .bradN {
  width: 200px;
  margin: 0 auto 20px;
}

.home-secA .heading .bradN img {
  max-width: 100%;
  height: 100%;
}

.home-secA .content {
  text-align: center;
  position: relative;
}

.home-secA .content .heading,
.home-secA .content .descrip {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}

.home-secA .content .heading h2,
.home-secA .content .descrip h2 {
  max-width: 900;
  margin: 0 auto;
}

.home-secA .content .descrip {
  line-height: 1.625;
  letter-spacing: 0.02em;
  margin-top: 20px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 675px) {
  .home-secA .content .descrip {
    margin-top: 25px;
    margin-bottom: 0;
  }
}

.home-secA .content .brands-container {
  max-width: 900px;
  padding: 30px 15px 0px 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 46px;
}

.highlights {
  padding-top: 10px;
}

@media only screen and (max-width: 991px) {
  .home-secA .content .brands-container {
    gap: 15px;
  }
}

@media only screen and (max-width: 540px) {
  .home-secA .content .brands-container {
    padding: 20px 15px 0;
    flex-direction: column;
  }
}

.home-secA .content .brands-container .brands p {
  font-size: 14px;
  font-weight: 24px;
  font-weight: 400;
  padding-bottom: 0px;
}

.home-secA .content .brands-container .brands .brand-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-secA .content .btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.home-secA .content .btn {
  margin-top: 60px;
}

@media only screen and (max-width: 675px) {
  .home-secA .content .btn {
    margin-top: 30px;
  }
}

.home-secA .content .boxes {
  left: calc(100% + 30px);
  top: 0;
}

@media only screen and (max-width: 1007px) {
  .home-secA .content .boxes {
    left: auto;
    right: 15%;
    top: -8%;
  }
}

@media only screen and (max-width: 675px) {
  .home-secA .content .boxes {
    right: 0;
  }
}

.img-sectionA {
  height: calc(100vh - var(--headerfixed));
  background: url(../../images/home/bg.jpg) 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: #fff;
}

.armn-sectionb.armn-sectionc .col-Md {
  background: #fff;
}

@media only screen and (max-width: 675px) {
  .armn-sectionb.armn-sectionc .col-Md {
    flex-direction: column-reverse;
  }
}

.armn-sectionb.armn-sectionc .col-Md figure {
  flex: 0 1 65%;
  max-width: 65%;
  width: 100%;
}

@media only screen and (max-width: 860px) {
  .armn-sectionb.armn-sectionc .col-Md figure {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0 0 1rem;
  }
}

.armn-sectionb.armn-sectionc .col-Md figcaption {
  flex: 0 1 35%;
  max-width: 35%;
  width: 100%;
}

@media only screen and (max-width: 860px) {
  .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: 30px;
  }
}

.armn-sectionb.armn-sectionc .col-Md figcaption .content-wrap .content ul {
  padding-left: 20px;
}

.armn-sectionb.armn-sectionc .col-Md figcaption .content-wrap .content ul li {
  list-style: disc;
  font-size: 16px;
  padding-bottom: 5px;
}

.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 {
  height: 100%;
}

.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 1rem;
  }
}

.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: 24px;
  }
}

.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: 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: 15%;
}

@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: #f1dbcc;
  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: 25px;
}

@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 {
  padding-bottom: 5px;
  font-size: 16px;
  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: 20px;
  margin-top: 0;
  font-size: 18px;
}

.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: 100%;
  text-align: center;
  margin: 0 auto;
}

.home-secM .content {
  max-width: 730px;
  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;
  height: calc(100vh - var(--headerfixed));
  background: #f1dbcc;
  border-top: 1px solid #f1dbcc;
}

@media only screen and (max-width: 1366px) {
  .VidCopmledProj {
    height: initial;
  }
}

.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: initial;
  }
}

.VidCopmledProj figure {
  position: relative;
}

.VidCopmledProj figure iframe {
  filter: grayscale(1);
}

.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;
}

@media only screen and (max-width: 540px) {
  .VidCopmledProj figure img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.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 10px;
}

@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 .grid .item .desc p.disc {
  font-weight: 600;
}

.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 {
    margin-top: 92%;
    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 .swiper-wrapper {
  justify-content: center;
}

@media only screen and (max-width: 675px) {
  .price-sec .price-wrap .layout-slider .swiper-wrapper {
    justify-content: start;
  }
}

.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 {
  border: 1px solid #ccc;
  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 {
  padding: 10px 12px 1rem;
  text-align: center;
}

.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;
  }
}

.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 */


/* Blur effect and hover button */
.blur-hover {
  position: relative;
  overflow: hidden;
}

.blur-hover img {
  filter: blur(4px);
  transition: 0.3s ease;
}

/* Call & WhatsApp Icon Css */

.fixed_enquiry_btn_web {
  position: fixed;
  left: 15px;
  bottom: 0;
  z-index: 9999;

}

.fixed_enquiry_btn_web a:nth-child(1) {
  background-color: #F15D30;
  padding: 13px 15px 8px 15px;
  border-radius: 211px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
}

.fixed_enquiry_btn_web a span {
  font-size: 20px;
  color: #fff;
}

.fixed_enquiry_btn_web a:nth-child(2) {
  background-color: #24CC63;
  padding: 13px 15px 8px 15px;
  border-radius: 100px;
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}

.fixed_enquiry_btn_web>a:nth-child(3),
.envelope {
  background-color: #0693e3;
  padding: 13px 15px 8px 15px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .3px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}

.fixed_enquiry_btn_web a span svg {
  color: #fff;
  fill: #fff;
  position: relative;
  top: -2px;
  font-size: 25px;
}

.area {
  display: flex;
}