@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+CA+Guides&display=swap");
.portfolio {
  background-color: #ffffff;
  padding-bottom: 0;
}

.portfolio .section-content {
  color: #fdfdfd;
}

.portfolio .section-content .portfolio-images {
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 26px;
  position: relative;
}

.portfolio .section-content .isotop-filter {
  text-align: center;
  margin-bottom: 35px;
}

.portfolio .section-content .element-item {
  margin-bottom: 15px;
  cursor: pointer;
}

.portfolio .portfolio-grid {
  padding: 5px;
}

.da-thumbs {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.da-thumbs li {
  float: left;
  background: #fff;
  padding: 0px;
  position: relative;
  width: 25%;
  padding: 5px;
}

.portfolio-grid.three-col li {
  width: 33.333%;
}

.portfolio-grid.two-col li {
  width: 50%;
}

.da-thumbs li.x2 {
  width: 50%;
}

.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  width: 100%;
}

.da-thumbs li a {
  overflow: hidden;
}

.da-thumbs li a .portfolio-detail-overlay {
  position: absolute;
  background: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.da-thumbs li a div span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  padding: 2px;
  font-size: 12px;
  display: block;
  letter-spacing: 1px;
}

.portfolio-detail-overlay h4 {
  color: #FFF;
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  line-height: normal;
}

.portfolio-detail-overlay .middle-align-wrap {
  display: table;
  height: 100%;
  width: 100%;
}

.portfolio-detail-overlay .middle-align-wrap .middle-align-cell {
  display: table-cell;
  vertical-align: middle;
}

.btn-isotop {
  font-weight: 400;
  border-radius: 2px;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 2px;
  line-height: 6px;
  text-transform: uppercase;
  background: none;
  border: 0 !important;
  padding: 6px 20px 15px;
  color: #000;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.btn-isotop:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 20px;
  background: #000000;
  height: 1px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.btn-isotop:active, .btn-isotop:focus, .btn-isotop:hover {
  color: #000;
  box-shadow: none;
  outline: none !important;
}

.is-checked.btn-isotop:before, .btn-isotop:hover:before {
  left: 0;
  right: 0;
}

.portfolio .container {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

.portfolio-details-single {
  margin-top: 60px;
}

.portfolio-details-single h3 {
  margin-bottom: 40px;
  position: relative;
}

.portfolio-details-single h3:before {
  position: absolute;
  content: "";
  width: 60px;
  background-color: black;
  height: 1px;
  bottom: -15px;
}

.portfolio-details-single ul {
  list-style: none;
  line-height: 2.5em;
  padding-left: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  olor: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /** Remove all paddings around the image on small screen  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

@media only screen and (max-width: 992px) {
  .portfolio-grid.three-col li {
    width: 33%;
  }
  .da-thumbs li {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-grid.three-col li {
    width: 50%;
  }
  .da-thumbs li {
    width: 50%;
  }
  .portfolio .portfolio-grid {
    padding: 5px 0;
  }
  .da-thumbs li a .portfolio-detail-overlay {
    padding: 10px;
  }
  .portfolio-detail-overlay h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .btn-isotop {
    letter-spacing: 1px;
    padding: 6px 10px 15px;
  }
  .portfolio .section-content .isotop-filter {
    margin-bottom: 10px;
  }
}
body {
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  background: #FEFEFE;
  margin: 0;
}

.head {
  line-height: 70px;
  font-size: 3.5rem;
  font-family: "Pacifico", cursive;
}
@media screen and (max-width: 767px) {
  .head {
    line-height: 50px;
    font-size: 2rem;
  }
}

.head_font {
  font-family: "Pacifico", cursive;
}

.playwrite-ca-guides-regular {
  font-family: "Playwrite CA Guides", cursive;
  font-weight: 400;
  font-size: 2rem;
  font-style: normal;
}

img, img:focus, input, input:focus, button, button:focus, a, a:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

.web {
  display: block;
}

.mobile {
  display: none;
}

input, input:focus, select:focus-visible {
  box-shadow: none !important;
}

p, ul li {
  text-align: justify;
  line-height: 1.5em;
  color: #2e2e38;
}

.container {
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}

.card, .amitShadow {
  box-shadow: 1px 1px 5px #aaa;
  transition: 0.5s all;
}
.card:hover, .amitShadow:hover {
  box-shadow: 0 14px 28px rgba(191, 191, 191, 0.2509803922), 0 10px 10px rgba(132, 132, 132, 0.2196078431);
}

.glass {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.tint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6); /* 60% black tint */
  z-index: 10;
}

.oneliner, .twoliner {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.oneliner {
  -webkit-line-clamp: 1;
}

.twoliner {
  -webkit-line-clamp: 2;
}

.html {
  scroll-behavior: smooth;
}

.shadow {
  box-shadow: 1px 1px 1px 1px rgba(51, 50, 50, 0.1), 1px 1px 1px 1px rgba(51, 50, 50, 0.1);
}
.shadow:hover {
  box-shadow: 1px 1px 1px 1px rgba(51, 50, 50, 0.1), 7px 7px 7px 5px rgba(51, 50, 50, 0.1);
}

.formstyle {
  margin-top: 3px;
  margin-bottom: 3px;
  width: 90%;
  padding: 3px 0px 3px 10px;
  background-color: transparent;
  z-index: 1000;
  width: 100%;
  background-color: #cccccc;
  border-radius: 10px;
}

.formstyle::-moz-placeholder {
  font-size: small;
}

.formstyle::placeholder {
  font-size: small;
}

.formstyle:focus-visible {
  outline: none;
}

.formstyle::-moz-placeholder {
  color: #000;
}

.formstyle::placeholder {
  color: #000;
}

.formbtn {
  color: #fff;
  border-radius: 10px;
  padding: 8px 25px 8px 25px;
  font-size: small;
  font-weight: 600;
  width: 100%;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.zoomBannerImage {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  animation: zoomin 20s ease-in infinite;
  transition: all 20s ease-in-out;
}

/* book now btn wave animation */
.button-wrapper {
  position: fixed;
  transform: translateY(-50%);
  z-index: 20;
}

.button-container {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto; /* adjust based on your button's size */
}

.button-container .circle {
  position: absolute;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: #400227;
  transition: transform 2.5s ease, opacity 2.5s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  z-index: -1; /* Ensure circles are under the button */
}

@keyframes waves {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.button-container .delay1 {
  animation: waves 2.5s linear infinite;
  animation-delay: 0s;
}

.button-container .delay2 {
  animation: waves 2.5s linear infinite;
  animation-delay: 0.6s;
}

.button-container .delay3 {
  animation: waves 2.5s linear infinite;
  animation-delay: 1.2s;
}

.button-container .delay4 {
  animation: waves 2.5s linear infinite;
  animation-delay: 1.8s;
}

/* whatsapp button */ /* book now btn wave animation */
.button-wrapper2 {
  position: fixed;
  transform: translateY(-50%);
  z-index: 20;
}

.button-container2 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto; /* adjust based on your button's size */
}

.button-container2 .circle {
  position: absolute;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: #4AEB67;
  transition: transform 2.5s ease, opacity 2.5s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  z-index: -1; /* Ensure circles are under the button */
}

@keyframes waves {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.button-container2 .delay1 {
  animation: waves 2.5s linear infinite;
  animation-delay: 0s;
}

.button-container2 .delay2 {
  animation: waves 2.5s linear infinite;
  animation-delay: 0.6s;
}

.button-container2 .delay3 {
  animation: waves 2.5s linear infinite;
  animation-delay: 1.2s;
}

.button-container2 .delay4 {
  animation: waves 2.5s linear infinite;
  animation-delay: 1.8s;
}

@media (max-width: 767px) {
  .web {
    display: none;
  }
  .mobile {
    display: block;
  }
  .container {
    width: 98%;
    max-width: 98%;
  }
}/*# sourceMappingURL=style.css.map */