@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.container {
  width: 90% !important;
}
/* CSS */
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;

  border-radius: 50%;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.owl-prev {
  left: -50px;
}
.owl-carousel .owl-nav button.owl-next,
button.owl-prev {
  color: #fff;
  background: transparent !important;
  text-decoration: none;
}
.owl-next {
  right: -75px;
}

.owl-prev i,
.owl-next i {
  font-size: 24px;
  color: #000000;
}
.accordion.active .py-4 {
  background-color: transparent;
}

@media (max-width: 768px) {
  .mobile-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .m-0 {
    margin-top: -31px !important;
    margin-bottom: 47px !important;
  }
}
@media only screen and (max-width: 767px) {
  .weTake {
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 43px !important;
    text-align: center !important;
    text-transform: capitalize !important;

    color: #b8507f;
  }
}
@media only screen and (max-width: 767px) {
  .enjoy {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 40px !important;
    margin-bottom: -1px !important;
    text-align: center !important;
    letter-spacing: -0.02em !important;
    text-transform: capitalize !important;
    margin-bottom: 32px !important;
    color: #252152;
  }
}

@media only screen and (max-width: 767px) {
  .happyClient .mb-7 {
    font-family: "Montserrat" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize !important;
    margin-top: 40px;
    margin-bottom: 30px !important;
    color: #252152 !important;
    background: none !important;
  }
  .happyClient {
    background: none !important;
    margin-top: 50px !important;
    border-radius: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .hideFooter {
    display: none !important;
  }
}
/* begin external css: flickity.css
/*! Flickity v2.0.4
 * https://npmcdn.com/flickity@2/dist/flickity.css
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 259.525px;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 39%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: -40px;
}
.flickity-prev-next-button.next {
  right: -40px;
}
/* right to left */
*/
/* .flickity-rtl .flickity-prev-next-button.previous { */
/*   left: auto; */
/*   right: 10px; */
/* } */
/* .flickity-rtl .flickity-prev-next-button.next { */
/*   right: auto; */
/*   left: 10px; */
/* } */

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

* {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

.carousel {
  background: #fafafa;
}

.carousel-main {
  margin-bottom: 8px;
}

.carousel-cell {
  width: 100%;
  margin-right: 8px;
  border-radius: 5px;
  /* counter-increment: carousel-cell; */
}

/* cell number */
/* .carousel-cell:before { */
/*   display: block; */
/*   text-align: center; */
/*   content: counter(carousel-cell); */
/*   line-height: 200px; */
/*   font-size: 80px; */
/*   color: white; */
/* } */

.carousel-nav .carousel-cell {
  height: 90px;
  width: 104px;
  margin-bottom: 10px;
}

/* .carousel-nav .carousel-cell:before { */
/*   font-size: 50px; */
/*   line-height: 80px; */
/* } */

/* .carousel-nav .carousel-cell.is-nav-selected { */
/*   background: #ED2; */
/* } */

/* Atelierbram edit */
.carousel-main img {
  display: block;
  margin: 0 auto;
}

h1 {
  text-align: center;
}
/* Style for the mobile menu */
#mobile-menu {
  position: absolute;
  top: 72px;
  left: -16px;
  right: -16px;
  background-color: white;
  padding: 16px;
  z-index: 1;
}

#mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mobile-menu a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: black;
  margin-left: 12px !important;
  margin: 10px 0px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;

  color: #252152;
}
@import url(https://fonts.googleapis.com/css?family=Montserrat);

#multistepsform {
  margin: 0px auto;
  text-align: center;
  position: relative;
}
#multistepsform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  position: relative;
  background: #faf9fd;
  border-radius: 40px 1px 40px 40px;
}
@media only screen and (max-width: 767px) {
  #multistepsform fieldset {
    background: white;
    border: 0 none;
    box-shadow: none !important;
    background: #faf9fd;
    width: 100%;
    padding: 20px 10px;
  }
  #hovButton1.active > #h1Text1 {
    margin: 10px;
  }
  #h1Text1 {
    margin: 10px;
  }
  #hovButton1 {
    margin: 10px 3px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 32px;
    padding: 3px 4px;
    font-size: 12px !important;
  }
}

#multistepsform fieldset:not(:first-of-type) {
  display: none;
}
#multistepsform input,
#multistepsform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #767676 !important;
  font-size: 13px;
}
#multistepsform input:focus,
#multistepsform textarea:focus {
  border-color: #679b9b;
  outline: none;
  color: #637373;
}
#progress-form .action-button {
  width: 180px;
  height: 50px;
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #fff !important;
  transition: 150ms;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  /* margin: 10px 5px; */
  background: #b8507f !important;
  border-radius: 25px 25px 1px 25px;
  margin-bottom: 60px !important;
}
#action-button-2 {
  width: 180px;
  height: 50px;
  font-family: "Montserrat" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #767676 !important;
  transition: 150ms;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  /* margin: 10px 5px; */
  margin-right: 24px;
  background: #faf9fd;
  border: 1px solid #cecece;
  border-radius: 25px 25px 1px 25px;
  margin-bottom: 60px !important;
}

#multistepsform .action-button:hover,
#multistepsform .action-button:focus {
  box-shadow: 0 0 0 2px #f08a5d, 0 0 0 3px #ff9 76;
  color: #fff;
}
.fs-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  margin: 0 auto;
  color: #252152;
}
#multistepsform .fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
#multistepsform #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}
#multistepsform #progressbar li {
  list-style-type: none;
  color: #679b9b;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}
#multistepsform #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #fff;
  background: #679b9b;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
#multistepsform #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #679b9b;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
}
#multistepsform #progressbar li:first-child:after {
  content: none;
}
#multistepsform #progressbar li.active {
  color: #ff9a76;
}
#multistepsform #progressbar li.active:before,
#multistepsform #progressbar li.active:after {
  background: #ff9a76;
  color: white;
}
#planNow:hover {
  background: #252152 !important;
  transform: scaleX(1.1);
  /* height: 56px; */
}
#planNow > h1 {
  display: flex;
  justify-content: center;
}
#planNow {
  display: flex;
  justify-content: center;
  background-color: #b8507f;
  border-radius: 24px 24px 1px 24px;
  width: 170px;
  height: 56px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff !important;
  text-decoration: none;
  transition: width 3.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: auto 0;
}

#navbar {
  /* initial styles without box shadow */
  box-shadow: none;
  background: #faf9fd;
}

#navbar.darkHeader {
  /* styles with box shadow */

  background: rgba(255, 255, 255, 0.4) !important;
  opacity: 46.86;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

/* Change color of active page link */
#navbar a.active {
  color: #b8507f;
}

/* Add blue underline to active page link */
#navbar a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 2px;
  bottom: -8px;
  left: 0;
  background-color: #252152;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

/* Change color of hovered links */
#navbar a:not(.active)::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -8px;
  left: 0;
  background-color: #b4008c;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#navbar a {
  position: relative;
}

/* Add blue underline to hovered links */
#navbar a:hover:not(.active)::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.nav1 {
  position: absolute;
  left: -29px;
  top: 192px;
  border-radius: 160.5px;
}
.nav2 {
  position: absolute;
  right: 58px;
  top: 13px;
  border-radius: 160.5px;
}
.gallery_Mob {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  color: #252152;
}
/* hide in mobile */
@media (max-width: 768px) {
  .sideDesign,
  .roundDesign,
  .rightDesing,
  .ourFacy,
  .ourFacy2,
  .ourFacy3,
  .ourFacy4,
  .ourServ1,
  .ourServ2,
  .aboutUs1,
  .aboutUs3,
  .aboutUs4,
  .happy1,
  .happy2,
  .nav1,
  .nav2,
  .faci2,
  .sideDesignServer,
  .smallCircle,
  .servLeft,
  .ourService1,
  .hideInMobile,
  .xmark #desktop {
    display: none !important;
  }
}
/* Hide in Desktop */
@media (min-width: 769px) {
  .index4,
  .wetakeround,
  .servIndex1,
  .servIndex2,
  .indexBigRoundLeft,
  .indexBigRoundRight,
  .Aboutindex1,
  .Aboutindex2,
  .happy1,
  .happy2,
  .contactIndex1,
  .lastRound,
  #mobile {
    display: none !important;
  }
}

/* For Mobile */

@media (max-width: 768px) {
  #planNow {
    margin: 0px !important;
    width: 193px !important;
  }
  .mt-wetake {
    padding-bottom: 50px !important;
    padding-top: 0px !important;
    margin-top: 50px !important;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 40px 40px 0px 0px;
    background: white;
  }
  .weTakeContactGallery {
    padding-bottom: 50px !important;
    padding-top: 0px !important;
    margin-top: 50px !important;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 40px 40px 0px 0px;
    background: white;
  }
  .weTakeContact {
    margin-top: 0px !important;
    padding-bottom: 50px !important;
    padding-top: 0px !important;
    background: white;
  }
  .mobFacilities > h1 {
    margin-top: 19px !important;
    margin-bottom: 48px !important;
  }
  .mt-wetakeFaci {
    padding-bottom: 50px !important;
    padding-top: 0px !important;
    margin-top: 50px !important;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 40px 40px 0px 0px;
    background: white;
  }
  .mt-about > h1 {
    margin-top: 40px !important;
    margin-bottom: 25px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    padding-bottom: 20px;
  }
  .carSur {
    font-size: 16px !important;
    text-align: start !important;
  }
  .carousel-3 {
    /* padding: 0px 17px !important; */
    margin: 0px 19px !important;
  }
  .carousel-3 > .m-10 {
    margin: 1.5rem !important;
  }
  .review {
    background: #f4f1ff;
    margin: 0px 12px;
    border-radius: 40px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px !important;
  }
  .owl-theme .owl-dots .owl-dot span {
    margin: -0px 3px !important;
  }
  .text-with-background {
    background-color: #b8507f;
    color: white;
    width: 122px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 1px;
    bottom: 1px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
  }
  .whatsapp-float {
    position: fixed !important;
    right: 8px !important;
    z-index: 99999 !important;
    top: 89vh !important;
  }
  #width_90 {
    width: 90% !important;
  }
  #multistepsform {
    margin: 0px 21px !important;
  }
  #open-modal > section {
    width: 92% !important;
  }
  #desktopey {
    background-image: none !important;
    height: calc(100vh - 72px) !important;
  }
  #progress-form .action-button {
    width: 162px;
    height: 50px;
    background: #b8507f;
    border-radius: 25px 25px 1px 25px;
  }
  #action-button-2 {
    width: 162px;
    height: 50px;
    font-family: "Montserrat" !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #767676 !important;
    transition: 150ms;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    /* margin: 10px 5px; */
    margin-right: 24px;
    background: #faf9fd;
    border: 1px solid #cecece;
    border-radius: 25px 25px 1px 25px;
    margin-bottom: 60px !important;
  }
  .gallery_Mob {
    margin-top: 24px !important;
  }
  .fs-title {
    margin-bottom: 0px !important;
  }
  #progress-form__panel-1 {
    margin-top: 0px !important;
  }
  #progress-form__panel-2 > div {
    margin-top: 0px !important;
  }
  #revieMobileMar {
    margin-top: 50px !important;
    padding-bottom: 50px !important;
  }
  #reviewContainer {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    width: 90% !important;
    margin: 0px !important;
  }
}
#inputey > input {
  padding: 15px !important;
  border: 1px solid #bcbcbc !important;
  border-radius: 8px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  font-size: 13px;
  font-weight: 400;
  background: none !important;
  font-size: 16px;
  color: #767676 !important;
}
.index1 {
  position: absolute;
  left: -3px;
  top: -16px;
  border-radius: 160.5px;
}

.sample_accordion_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
}

.sa_main {
  display: flex;
  width: 100%;
  height: max-content;
}

.sa_main_closed {
  display: flex;
  width: 100%;
  height: max-content;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sa_main_opened {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  height: 208px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 16px 24px;
  display: none;
}
.whatsapp-float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 20px;
  z-index: 100;
}
.whatsapp_float_mobile {
  position: fixed;
  right: 7px;
  z-index: 99999;
  top: 89vh;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.my-float {
  width: 100%;
  height: 100%;
}
#aboutUstextey {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  color: #252152;
}
#desktopey {
  background-image: url(/asset/images/Rectangle\ 108.png);
  height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* For desktop */
@media (min-width: 769px) {
  .aboutUsDesk {
    padding: 204px 0px;
  }

  #facility {
    flex-wrap: wrap;
    padding: 2rem;
    width: 80% !important;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 90px;
  }
  #ourFaciPad {
    padding-top: 90px;
  }
}
/* Common Class */
.ftco-animate {
  opacity: 0;
  visibility: hidden;
}
#aboutUsparagraph {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #797979 !important;
}
.image__title {
  border-bottom: 4px solid #db3f85;
  color: #fff;
  margin-top: 10px;
  padding-bottom: 19px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.image__description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
}
#firstSection > h1 {
  text-align: left;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  color: #252152;
  flex: none;
  order: 0;
  flex-grow: 0;
}
/* For size Laptop 1024 px */
@media screen and (min-width: 1024px) {
  #firstSection > h1 {
    font-size: 3.1052083333333335vw !important;
    line-height: 3.9713541666666665vw !important;
  }
  #liney {
    width: 178px !important;
  }
  #firstSection > p {
    width: auto !important;
  }
  .aboutUsDesk {
    padding: 75px 0px;
  }
  #aboutUstextey {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #252152;
  }
  #aboutUsparagraph {
    font-size: 14px;
    line-height: 22px;
  }
  .aboveWebp {
    width: 33%;
  }
  .ourFacy3 {
    right: 0px !important;
  }
  .image__title {
    font-size: 20px;
  }
  .image__description {
    font-size: 14px;
    padding: 0px 20px;
  }
  #lapmapey {
    height: auto;
    /* height: 40vh; */
  }
  #lapmapeyInside {
    height: auto;
  }
  /* #ImageLap {
    width: 100% !important;
    padding: 0px;
  } */
}

/* For size XL  Laptop 1440px */
@media screen and (min-width: 1440px) {
  #liney {
    width: 239px !important;
  }
  #aboutUstextey {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    color: #252152;
  }
  #aboutUsparagraph {
    font-size: 16px;
    line-height: 26px;
  }
  .ourFacy3 {
    right: 198px !important;
  }
  .image__title {
    font-size: 24px;
  }
  .image__description {
    font-size: 14px;
  }
  #lapmapey {
    height: auto;
  }
  #lapmapeyInside {
    height: auto;
  }
  /* #ImageLap {
    width: 90% !important;
  } */
}

/* For size 4K 2560px */
@media screen and (min-width: 2560px) {
  #firstSection > h1 {
    font-size: 50px !important;
    line-height: 61px !important;
  }
  #liney {
    width: 256px !important;
  }
  #lapmapey {
    height: auto;
  }
  #lapmapeyInside {
    height: auto;
  }
}
