.banner.home-banner {
  background: var(--white);
}

.home-secA {
  background: #F6F4F2;
  padding: 5rem 0;
}
@media only screen and (max-width: 1152px) {
  .home-secA {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secA {
    padding: 3rem 0;
  }
}
.home-secA .flex .colA {
  flex: 0 1 53%;
  padding-right: 5rem;
}
@media only screen and (max-width: 1152px) {
  .home-secA .flex .colA {
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1007px) {
  .home-secA .flex .colA {
    flex: 0 1 100%;
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
.home-secA .flex .colA .heading {
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .home-secA .flex .colA .heading {
    margin: 0 auto;
    max-width: 250px;
    text-align: center;
  }
}
.home-secA .flex .colA .content {
  margin: 14px 0 35px;
}
@media only screen and (max-width: 767px) {
  .home-secA .flex .colA .content {
    margin: 1rem 0 35px;
  }
}
.home-secA .flex .colA .content .intpzk {
  display: none;
}
.home-secA .flex .colA .content p:not(:last-child) {
  margin-bottom: 20px;
}
.home-secA .flex .colA .intpzk-btn {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .home-secA .flex .colA .intpzk-btn {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-secA .flex .colA .count-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 530px) {
  .home-secA .flex .colA .count-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-secA .flex .colA .count-wrap .count-info h4 {
  font-size: 28px;
}
.home-secA .flex .colA .count-wrap .count-info p {
  margin-top: 3px;
}
.home-secA .flex .colB {
  flex: 0 1 47%;
  max-width: 47%;
  line-height: 0;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.home-secA .flex .colB::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(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 75%);
}
@media only screen and (max-width: 1007px) {
  .home-secA .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.home-secA .flex .colB::before {
  z-index: 4;
}
.home-secA .flex .colB .swiper-slide {
  height: auto;
}
.home-secA .flex .colB img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secA .flex .colB .colB-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4rem;
  z-index: 5;
  text-align: center;
}
@media only screen and (max-width: 530px) {
  .home-secA .flex .colB .colB-dots {
    bottom: 2rem;
  }
}
.home-secA .flex .colB .colB-dots .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
}
.home-secA .flex .colB .colB-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--peach);
}

.home-secB {
  padding: 4rem 0 2.5rem;
}
@media only screen and (max-width: 1007px) {
  .home-secB {
    padding: 3rem 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secB .container {
    padding-right: 0;
  }
}
.home-secB .heading {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1007px) {
  .home-secB .heading {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secB .heading {
    padding-right: 15px;
  }
}
.home-secB .cowork-space-wrap {
  position: relative;
}
.home-secB .cowork-slider {
  padding: 5px;
  max-width: calc(100% - 115px);
}
@media only screen and (max-width: 767px) {
  .home-secB .cowork-slider {
    max-width: 100%;
  }
}
.home-secB .cowork-slider .swiper-slide {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.home-secB .cowork-slider .swiper-slide figure {
  flex: 0 1 auto;
}
.home-secB .cowork-slider .swiper-slide figcaption {
  flex: 1;
  position: relative;
  padding-bottom: 45px;
}
.home-secB .cowork-slider .swiper-slide figcaption .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .home-secB .cowork-nav {
    display: none;
  }
}
.home-secB .cowork-nav button.disabled {
  display: none;
}

.amenity-sec {
  padding: 2.5rem 0;
  background: #F6F4F2;
}
.amenity-sec .amenity-wrap {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 1024px) {
  .amenity-sec .amenity-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .amenity-sec .amenity-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 420px) {
  .amenity-sec .amenity-wrap {
    grid-template-columns: 100%;
  }
}
.amenity-sec .amenity-wrap .item {
  border: 1px solid var(--peach);
  padding: 20px 15px;
  border-radius: 5px;
  text-align: center;
}
.amenity-sec .amenity-wrap .item .ico {
  width: 35px;
  aspect-ratio: 1;
  margin-bottom: 0.4rem;
  margin-left: auto;
  margin-right: auto;
}
.amenity-sec .amenity-wrap .item .ico svg {
  width: 100%;
  height: 100%;
}
.amenity-sec .amenity-wrap .item h6 {
  font-size: 16px;
}
.amenity-sec .amenity-wrap .item .text {
  margin-top: 20px;
}

.faq-content .col {
  border: 1px solid #CCCCCC;
  transition: 0.5s ease;
  border-radius: 5px;
  --paddingtb: 18px;
  --paddinglr: 25px;
  --icon: 15px;
}
@media only screen and (max-width: 1024px) {
  .faq-content .col {
    --paddingtb: 15px;
    --paddinglr: 15px;
  }
}
@media only screen and (max-width: 675px) {
  .faq-content .col {
    --paddingtb: 8px;
    --paddinglr: 15px;
  }
}
.faq-content .col:not(:last-child) {
  margin-bottom: 19px;
}
.faq-content .col.active {
  border-color: var(--peach);
}
.faq-content .col.active .title p {
  color: var(--black);
}
.faq-content .col.active .title::before {
  background: var(--black);
  transform: rotate(-90deg);
  background-size: 100% 100%;
  background-position: 100% 50%;
  background-size: contain;
}
.faq-content .col .title {
  position: relative;
  cursor: pointer;
  padding: var(--paddingtb) var(--paddinglr);
}
.faq-content .col .title::before {
  content: "";
  position: absolute;
  height: var(--icon);
  width: var(--icon);
  left: calc(100% - (var(--icon) + var(--paddinglr)));
  top: 50%;
  translate: 0 -50%;
  --gray: url(../../icon/arrow-down-gray.svg) no-repeat;
  --black: url(../../icon/arrow-down-black.svg) no-repeat;
  background: var(--gray);
  transition: 0.5s ease;
  transform-origin: center;
  background-size: 100% 100%;
  background-position: 100% 50%;
  background-size: contain;
}
.faq-content .col .title p {
  font-weight: 600;
  transition: 0.5s ease;
  padding-right: 40px;
}
@media only screen and (max-width: 675px) {
  .faq-content .col .title p {
    line-height: 1.4;
  }
}
@media only screen and (max-width: 320px) {
  .faq-content .col .title p {
    font-size: 14px;
  }
}
.faq-content .col article .content {
  padding: 0 var(--paddinglr) var(--paddingtb);
}
@media only screen and (max-width: 320px) {
  .faq-content .col article .content * {
    font-size: 14px;
  }
}

.faq-section-home {
  padding: 2.5rem 0 5rem;
}
@media only screen and (max-width: 420px) {
  .faq-section-home {
    padding: 1.5rem 0 3rem;
  }
}
.faq-section-home .heading {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 420px) {
  .faq-section-home .heading {
    margin-bottom: 2.5rem;
  }
}

.contact-sec-home {
  display: flex;
  flex-wrap: wrap;
  background: #F6F4F2;
}
.contact-sec-home .colA, .contact-sec-home .colB {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-sec-home .colA, .contact-sec-home .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.contact-sec-home .colA iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  border: 0;
}
@media only screen and (max-width: 767px) {
  .contact-sec-home .colA iframe {
    height: 400px;
  }
}
.contact-sec-home .colA iframe:focus {
  outline: none;
}
.contact-sec-home .colB {
  padding: 4rem 0;
}
@media only screen and (max-width: 420px) {
  .contact-sec-home .colB {
    padding: 3rem 0;
  }
}
.contact-sec-home .colB .card {
  max-width: 465px;
  margin: 0 auto;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .contact-sec-home .colB .card {
    max-width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .contact-sec-home .colB .card {
    padding: 0 15px;
  }
}
.contact-sec-home .colB .card .heading {
  margin-bottom: 2rem;
}
.contact-sec-home .colB .card .heading h3 {
  font-size: 38px;
  text-align: center;
}
.contact-sec-home .colB .card .heading p {
  margin-top: 0.5rem;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .contact-sec-home .colB .card .heading p {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-sec-home .colB .card .heading p a {
  color: var(--text);
}
.contact-sec-home .colB .card .heading p a:hover {
  color: var(--peach);
}
.contact-sec-home .colB .card .form {
  --item: 1;
  --inputsize: 48px;
  --labelbefore: var(--text);
  --labelafter: var(--black);
  --paddingleftright: 16px;
  --gaptb: 14px;
  --gaplr: 14px;
  --labelbackground: #F6F4F2;
}
@media only screen and (max-width: 675px) {
  .contact-sec-home .colB .card .form {
    --item: 1;
    --gaptb: 10px;
  }
}
.contact-sec-home .colB .card .form .form-group {
  background: var(--white);
  border-radius: 5px;
}
.contact-sec-home .colB .card .form .form-group::before {
  display: none;
}

.home-secE {
  position: relative;
}
@media only screen and (max-width: 1007px) {
  .home-secE {
    padding: 4rem 0;
    background: #F6E9DD;
  }
}
.home-secE::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-position: 0 100%;
}
@media only screen and (max-width: 1007px) {
  .home-secE::before {
    display: none;
  }
}
.home-secE .bg {
  line-height: 0;
  height: 721px;
  position: relative;
}
.home-secE .bg::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(90.49deg, rgba(246, 233, 221, 0) 5.28%, #F6E9DD 87.62%);
}
@media only screen and (max-width: 1007px) {
  .home-secE .bg {
    display: none;
  }
}
.home-secE .bg img, .home-secE .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secE .contact-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  z-index: 3;
}
@media only screen and (max-width: 1007px) {
  .home-secE .contact-wrapper {
    position: unset;
    translate: 0 0;
  }
}
.home-secE .contact-wrapper .form-wrap {
  max-width: 473px;
  margin-left: auto;
}
@media only screen and (max-width: 1007px) {
  .home-secE .contact-wrapper .form-wrap {
    margin-right: auto;
  }
}
.home-secE .contact-wrapper .form-wrap .heading {
  max-width: 349px;
  margin: 0 auto 32px;
}
.home-secE .contact-wrapper .form-wrap .heading h3 {
  color: var(--black);
}
.home-secE .contact-wrapper .form-wrap .heading p {
  color: var(--text);
  margin-top: 15px;
}
.home-secE .contact-wrapper .form-wrap .form {
  --item: 2;
  --color: var(--black);
  --labelbefore: var(--peach);
  --labelafter: var(--peach);
  --borderbefore: var(--peach);
  --borderafter: var(--peach);
  --gaptb: 17px;
  --gaplr: 35px;
}
@media only screen and (max-width: 675px) {
  .home-secE .contact-wrapper .form-wrap .form {
    --item: 1;
  }
}
.home-secE .contact-wrapper .form-wrap .form .submit-grp .btn {
  --padding: 30px;
}

.home-secF {
  padding: 5rem 0;
  background: #F6F4F2;
}
@media only screen and (max-width: 1536px) {
  .home-secF {
    background-size: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .home-secF {
    background-size: 11%;
  }
}
@media only screen and (max-width: 675px) {
  .home-secF {
    background-size: 18%;
    background-position: 10% 100%, 90% 90%;
    padding: 2rem 0;
    background: var(--white);
  }
}
.home-secF .content-wrap {
  text-align: center;
}
.home-secF .content-wrap .devika-logo {
  display: block;
  max-width: 247px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 675px) {
  .home-secF .content-wrap .devika-logo {
    max-width: 160px;
  }
}
.home-secF .content-wrap .devika-logo img {
  width: 100%;
}
.home-secF .content-wrap .snc {
  text-align: center;
  color: var(--text);
  margin-top: 2px;
  margin-bottom: 2rem;
}
.home-secF .content-wrap .svnty-yr {
  display: block;
  margin: 54px auto;
}
.home-secF .content-wrap .content {
  max-width: 649px;
  margin: 0 auto;
}
.home-secF .content-wrap .content p {
  color: var(--text);
}
.home-secF .content-wrap .count-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 787px;
  margin: 42px auto;
}
@media only screen and (max-width: 1152px) {
  .home-secF .content-wrap .count-wrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home-secF .content-wrap .count-wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-secF .content-wrap .count-wrap .count-info:nth-child(2) {
    border-right: none !important;
  }
}
.home-secF .content-wrap .count-wrap .count-info h5 {
  font-family: "Optima";
  font-size: 40px;
  line-height: 1;
  color: var(--peach);
}
@media only screen and (max-width: 1007px) {
  .home-secF .content-wrap .count-wrap .count-info h5 {
    font-size: 26px;
  }
}
.home-secF .content-wrap .count-wrap .count-info h6 {
  font-family: "Optima";
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--black);
  margin: 12px 0 8px;
}
@media only screen and (max-width: 1007px) {
  .home-secF .content-wrap .count-wrap .count-info h6 {
    font-size: 16px;
  }
}
.home-secF .content-wrap .count-wrap .count-info p {
  font-size: 14px;
  color: var(--text);
  text-transform: uppercase;
}

.amenities-sec {
  padding: 40px 0 50px;
}
@media only screen and (max-width: 767px) {
  .amenities-sec {
    padding: 2rem 0 0;
  }
}
.amenities-sec .heading {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 520px) {
  .amenities-sec .heading {
    max-width: 330px;
  }
}
.amenities-sec .heading h3 {
  margin-top: 10px;
}
.amenities-sec .amenity-wrap {
  position: relative;
}
.amenities-sec .amenity-wrap .swiper-nav {
  max-width: 90%;
}
@media only screen and (max-width: 675px) {
  .amenities-sec .amenity-wrap .swiper-nav {
    max-width: 100%;
    padding: 0 15px;
  }
}
.amenities-sec .amenity-slider swiper-slide {
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.amenities-sec .amenity-slider swiper-slide .img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.8s ease;
}

.home-secC {
  background: linear-gradient(360deg, #FFFFFF 0%, #EADDD5 100%);
  padding: 85px 0;
}
@media only screen and (max-width: 1007px) {
  .home-secC {
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secC {
    padding: 2rem 0;
  }
}
.home-secC .heading {
  max-width: 662px;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .home-secC .heading {
    max-width: 422px;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secC .heading h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .home-secC .heading h3 {
    font-size: 23px;
    max-width: 330px;
    margin: 0 auto;
  }
}
.home-secC .testimonial-wrap {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .home-secC .testimonial-wrap {
    max-width: 590px;
  }
}
.home-secC .testimonial-wrap .ico {
  text-align: center;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .home-secC .testimonial-wrap .ico {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secC .testimonial-wrap .ico svg {
    width: 35px;
  }
}
.home-secC .testimonial-wrap .testimonial-slider {
  max-width: 75%;
  margin: 0 auto;
}
.home-secC .testimonial-wrap .testimonial-slider .item .card p {
  margin-bottom: 35px;
}
.home-secC .testimonial-wrap .testimonial-slider .item .card .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.home-secC .testimonial-wrap .swiper-nav .swiper-prev, .home-secC .testimonial-wrap .swiper-nav .swiper-next {
  border: none;
}
.home-secC .testimonial-wrap .swiper-nav .swiper-prev path, .home-secC .testimonial-wrap .swiper-nav .swiper-next path {
  transition: 0.5s ease;
  stroke: var(--white);
}
.home-secC .testimonial-wrap .swiper-nav .swiper-prev:hover, .home-secC .testimonial-wrap .swiper-nav .swiper-next:hover {
  background: transparent;
  border-color: transparent;
}
.home-secC .testimonial-wrap path {
  stroke: var(--white);
  fill: var(--peach);
}
@media only screen and (max-width: 520px) {
  .home-secC .testimonial-wrap path button svg {
    width: 15px;
  }
}/*# sourceMappingURL=home.css.map */