@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #86868b;
  border: 4px solid #fff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1d1d1f;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #86868b;
}

.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all 50ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  -webkit-backdrop-filter: invert(1) hue-rotate(180deg);
          backdrop-filter: invert(1) hue-rotate(180deg);
  z-index: 1041;
}
.cursor.hover {
  width: 60px;
  height: 60px;
}

.cursor2 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  -webkit-backdrop-filter: invert(1) hue-rotate(180deg);
          backdrop-filter: invert(1) hue-rotate(180deg);
  z-index: 1041;
}
.cursor2.hover {
  width: 10px;
  height: 10px;
}

.para {
  line-height: 1.8;
}

.sliceBtn {
  border: none;
  background-color: #1d1d1f;
  border-radius: 55px;
  padding: 16px 40px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  color: #f7f4f2;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  transition: 0.5s all ease;
  white-space: nowrap;
}
.sliceBtn:hover {
  text-decoration: none;
  color: #df2b1d;
  background-color: #fadbd9;
}
.sliceBtn:active {
  transform: scale(0.98);
}
.sliceBtn.alt {
  background-color: #f7f4f2;
  color: #1d1d1f;
}
.sliceBtn.alt:hover {
  background-color: #df2b1d;
  color: #fadbd9;
}
.sliceBtn.whatsApp {
  background-color: #4FBB7C;
}
.sliceBtn.icon {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  padding-right: 30px;
}

.modal_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 20px;
  display: none;
}
.modal_bg button.close-gal-btn {
  top: 0;
  right: 0;
  color: #1d1d1f;
  font-size: 20px;
}
.modal_bg .modalCard {
  background-color: #fff;
  display: flex;
  border-radius: 25px;
  position: relative;
}
.modal_bg .modalCard #carouselExample {
  flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
}
.modal_bg .modalCard #carouselExample img {
  width: 100%;
  height: calc(100vh - 40px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 25px;
}
.modal_bg .modalCard .textArea {
  flex: 0 0 400px;
  width: 400px;
  padding: 30px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.modal_bg .modalCard .textArea::-webkit-scrollbar {
  display: none;
}

.uspList {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  gap: 12px;
}
.uspList li {
  text-align: center;
  flex: 0 0 calc(25% - 9px);
}
.uspList li i {
  width: 100%;
  height: 40px;
  display: grid;
  place-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  color: #df2b1d;
}
.uspList li span {
  font-size: 10px;
  display: block;
}

#prmBanner {
  position: relative;
}
#prmBanner .bannerCard {
  width: 100%;
  position: relative;
  background-color: #1d1d1f;
}
#prmBanner .bannerCard .bannerContent {
  padding: 45px;
  position: relative;
  z-index: 2;
  height: 360px;
  display: grid;
  align-content: flex-end;
  justify-content: flex-start;
}
#prmBanner .bannerCard .bannerContent h3 {
  color: #fff;
  font-weight: 900;
}
#prmBanner .bannerCard .bannerContent a {
  width: -moz-fit-content;
  width: fit-content;
}
#prmBanner .bannerCard img.banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.7;
}
#prmBanner .btnDiv {
  position: absolute;
  width: 100%;
  justify-content: space-between;
  display: flex;
  top: 50%;
  z-index: 2;
}
#prmBanner .btnDiv button {
  background-color: transparent;
  border: none;
}
#prmBanner .btnDiv button .arrow-icon::before {
  border-color: #f7f4f2;
}
#prmBanner .btnDiv button .arrow-icon::after {
  background-color: #f7f4f2;
}

.cardForm {
  background-color: #fff;
  padding: 40px;
  border-radius: 25px;
}
.cardForm h3 {
  font-family: "DM Sans", sans-serif;
  color: #1d1d1f;
  font-weight: 900;
  position: relative;
  margin-bottom: 16px;
}
.cardForm h3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #df2b1d;
  border-radius: 2px;
}

.link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #1d1d1f;
}
.link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 1px;
  width: 0;
  background-color: #df2b1d;
  transition: 0.5s all ease;
}
.link:hover {
  color: #df2b1d;
  text-decoration: none;
}
.link:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.link.alt {
  color: #f7f4f2;
}
.link.alt::before {
  background-color: #f7f4f2;
}
.link.alt:hover {
  color: #fadbd9;
}
.link.alt:hover::before {
  background-color: #fadbd9;
}

.breadcrumbs {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  gap: 40px;
}

header.mainHeader {
  position: fixed;
  width: 100%;
  z-index: 1040;
}
header.mainHeader nav {
  width: 100%;
  background-color: #1d1d1f;
  padding-top: 20px;
  padding-bottom: 20px;
}
header.mainHeader nav .container {
  display: flex;
  align-items: center;
}
header.mainHeader nav .container a.navBrand {
  display: inline-block;
}
header.mainHeader nav .container a.navBrand img {
  max-width: 260px;
  width: 100%;
}
header.mainHeader nav .container .navBtn {
  display: none;
}
header.mainHeader nav .container .navCollapse {
  margin-left: auto;
}
header.mainHeader nav .container .navCollapse ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
header.mainHeader nav .container .navCollapse ul a:not(.sliceBtn) {
  color: #fff;
}

.ruler {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1042;
  opacity: 0.8;
}
.ruler input[type=checkbox] {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  pointer-events: all;
}
.ruler input[type=checkbox]:checked + .container {
  display: none;
}
.ruler .col-1 {
  position: relative;
}
.ruler .col-1::before {
  content: "";
  display: block;
  height: 100vh;
  border-width: 0 1px;
  background-color: rgba(0, 255, 255, 0.4);
}

.sectionPad {
  padding-top: 100px;
  padding-bottom: 100px;
  scroll-margin-top: 86px;
}

.sectionHead {
  margin-bottom: 35px;
}
.sectionHead h2 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #AAAAAA;
}
.sectionHead h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 64px;
  color: #1d1d1f;
}

.partner-logo {
  display: inline-block;
}

.border-card {
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 25px;
}
.border-card .div-16-9 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.border-card h6 {
  color: #1d1d1f;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.border-card p {
  margin-bottom: 0;
  color: #86868b;
}
.border-card.hover {
  transition: 0.5s all ease;
  display: block;
  text-decoration: none;
}
.border-card.hover:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.border-card.hover h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.border-card.hover p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

main {
  padding-top: 86px;
  overflow: hidden;
}
main #home {
  background-color: #1d1d1f;
  position: relative;
}
main #home .row {
  min-height: calc(100vh - 86px);
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
main #home #carouselHero {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
main #home #carouselHero img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
main #home #carouselHero .carousel-item,
main #home #carouselHero .carousel-inner {
  max-height: 100%;
  height: 100%;
}
main #home .carouselContent {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  height: calc(100vh - 86px);
  display: grid;
  align-items: center;
  pointer-events: none;
  z-index: 2;
  text-align: center;
}
main #home .carouselContent h1 {
  font-weight: 900;
  font-size: 48px;
  font-family: "DM Sans", sans-serif;
  color: #f7f4f2;
  text-shadow: 0px 4px 20px #000000;
}
main #home .carouselContent a {
  pointer-events: all;
}
main #home .carouselContent .col-12 {
  margin-bottom: 60px;
}
main #home .carouselContent .imgCard {
  position: relative;
  width: 100%;
  height: calc(100vh - 476px);
  z-index: 1;
}
main #home .carouselContent .imgCard img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main #home .carouselContent .imgCard::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #f7f4f2;
  z-index: 0;
  top: 20px;
  left: 20px;
}
main #home .carousel:not(#carouselHero) .carousel.slide {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
main #home .carousel:not(#carouselHero) .carousel-item {
  min-height: calc(100vh - 88px);
  position: relative;
}
main #home .carousel:not(#carouselHero) .carousel-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 45%;
}
main #home .carousel:not(#carouselHero) .carousel-control-next, main #home .carousel:not(#carouselHero) .carousel-control-prev {
  opacity: 1;
}
main #testimonial .customPrevBtn,
main #testimonial .customNextBtn {
  border: none;
  background-color: transparent;
}
main #testimonial .owl-carousel .owl-stage-outer {
  overflow: visible;
}
main #testimonial .owl-carousel .owl-stage {
  display: flex;
}
main #testimonial .owl-carousel .owl-stage .owl-item {
  display: grid;
  float: none;
  transform: scaleX(1);
  transition: 0.3s all ease;
}
main #testimonial .owl-carousel .owl-stage .owl-item:not(.active) {
  opacity: 0;
  transform: translateY(50%);
}
main #testimonial .owl-carousel .owl-stage .owl-item .item {
  display: grid;
  padding: 0 5px;
}
main #testimonial .owl-carousel .owl-stage .owl-item .item .border-card {
  display: grid;
  align-content: space-between;
  padding: 50px;
}
main #testimonial .owl-carousel .owl-stage .owl-item .item .border-card q {
  margin-bottom: 25px;
}
main #testimonial .owl-carousel .owl-stage .owl-item .item .border-card h6 {
  font-size: 1rem;
}
main #testimonial .owl-carousel .owl-stage .owl-item .item .border-card .rating {
  justify-content: flex-start;
  margin-top: 5px;
}
main #whychooseus {
  background: #f7f4f2;
  overflow-x: hidden;
}
main #whychooseus .sticky-top {
  top: 95px;
}
main #whychooseus .touching-border-wrapper {
  row-gap: 24px;
}
main #whychooseus .touching-border-wrapper .border-content {
  background-color: #fff;
  border-radius: 25px;
  padding: 40px;
  text-align: center;
  transition: 0.5s all ease;
}
main #whychooseus .touching-border-wrapper .border-content i {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  place-content: center;
  width: 125px;
  height: 125px;
  margin-bottom: 30px;
  color: #86868b;
  font-size: 42px;
  width: 120px;
  height: 120px;
  background-color: #f7f4f2;
  border-radius: 50%;
  transition: 0.3s all ease;
}
main #whychooseus .touching-border-wrapper .border-content .icon {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  place-content: center;
  width: 125px;
  height: 125px;
  margin-bottom: 30px;
  width: 120px;
  height: 120px;
  background-color: #f7f4f2;
  border-radius: 50%;
  transition: 0.3s all ease;
}
main #whychooseus .touching-border-wrapper .border-content .icon img {
  width: 43px;
  height: 43px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
main #whychooseus .touching-border-wrapper .border-content h5 {
  font-weight: 300;
  color: #1d1d1f;
  margin-bottom: 0;
}
main #whychooseus .owl-carousel .owl-stage-outer {
  overflow: visible;
}
main #whychooseus .owl-stage {
  display: flex;
}
main #whychooseus .owl-stage .owl-item {
  display: grid;
}
main #whychooseus .owl-stage .owl-item .item {
  display: grid;
}
main #services .owl-carousel .owl-stage-outer {
  overflow: visible;
}
main #services .owl-stage {
  display: flex;
}
main #services .owl-stage .owl-item {
  display: grid;
}
main #services .owl-stage .owl-item .item {
  display: grid;
}
main #about {
  overflow-x: clip;
}
main #about .photo-grid {
  position: relative;
}
main #about .photo-grid img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 25px;
}
main #about .gap-24 {
  gap: 24px;
}
main #ribbon {
  position: relative;
  z-index: 1;
  background-image: url(../img/free-consult.webp);
  background-size: cover;
  background-position: center 85%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}
main #ribbon h2 {
  font-size: 62px;
  font-family: "DM Sans", sans-serif;
  color: #f7f4f2;
  font-weight: 900;
}
main #ribbon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(30, 30, 30, 0.9);
}
main #portfolio .borderCard img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
main #portfolio .borderCard:hover {
  background-color: #fadbd9;
  color: #df2b1d;
}
main #portfolio .nav-pills {
  gap: 12px;
}
main #portfolio .nav-pills .nav-link {
  border-radius: 55px;
  padding: 16px 40px;
  background-color: #f5f5f5;
  color: #1d1d1f;
}
main #portfolio .nav-pills .nav-link:hover {
  background-color: #fadbd9;
  color: #df2b1d;
}
main #portfolio .nav-pills .nav-link.active, main #portfolio .nav-pills .show > .nav-link {
  background-color: #1d1d1f;
  color: #f7f4f2;
}
main #portfolio .nav-pills .nav-link.active:hover, main #portfolio .nav-pills .show > .nav-link:hover {
  background-color: #df2b1d;
  color: #f7f4f2;
}
main #map iframe {
  width: 100%;
  height: 50vh;
}
main #contact .address-section {
  padding-top: 21px;
}
main #contact .address-section h5 strong {
  font-weight: 700;
  display: block;
}
main #contact .address-section .borderCard i {
  background-color: #fff;
  font-size: 16px;
  -webkit-text-stroke: unset;
  color: #86868b;
  border-radius: 20px;
}
main #contact .socialList {
  gap: 10px;
  display: flex;
}
main #contact .socialList li {
  margin-bottom: 0;
}
main #contact .map {
  height: 244px;
  width: 100%;
  border-radius: 25px;
  margin-bottom: 20px;
}
main .arrow-icon-round {
  width: 80px;
  height: 80px;
  background-color: rgba(247, 244, 242, 0.35);
  border-radius: 40px;
  position: relative;
  transition: 0.5s all ease;
}
main .arrow-icon-round::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  transform: rotate(45deg);
  border: solid #1d1d1f;
  transition: 0.5s all ease;
}
main .arrow-icon-round::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 80px;
  top: 50%;
  background-color: #1d1d1f;
  transform: translateY(-50%);
  transition: 0.5s all ease;
}
main .arrow-icon-round.left::before {
  border-width: 0 0 4px 4px;
}
main .arrow-icon-round.left::after {
  left: calc(50% - 12px);
}
main .arrow-icon-round.left:active::before {
  left: calc(50% - 20px);
}
main .arrow-icon-round.left:active::after {
  left: calc(50% - 22px);
}
main .arrow-icon-round.right::before {
  border-width: 4px 4px 0 0;
}
main .arrow-icon-round.right::after {
  right: calc(50% - 12px);
}
main .arrow-icon-round.right:active::before {
  left: calc(50% + 0px);
}
main .arrow-icon-round.right:active::after {
  right: calc(50% - 22px);
}
main .arrow-icon-round:hover {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
main .arrow-icon-round:active {
  width: 70px;
  height: 70px;
}
main .arrow-icon {
  width: 40px;
  height: 40px;
  border: none;
  position: relative;
  transition: 0.5s all ease;
}
main .arrow-icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  transform: rotate(45deg);
  border: solid #1d1d1f;
  transition: 0.5s all ease;
}
main .arrow-icon::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  top: 50%;
  background-color: #1d1d1f;
  transform: translateY(-50%);
  transition: 0.5s all ease;
}
main .arrow-icon.left::before {
  border-width: 0 0 4px 4px;
  left: 2px;
}
main .arrow-icon.left::after {
  left: 0;
}
main .arrow-icon.left:active::before {
  left: -20px;
}
main .arrow-icon.left:active::after {
  left: -22px;
}
main .arrow-icon.right::before {
  border-width: 4px 4px 0 0;
  right: 2px;
}
main .arrow-icon.right::after {
  right: 0;
}
main .arrow-icon.right:active::before {
  right: -20px;
}
main .arrow-icon.right:active::after {
  right: -22px;
}
main .arrow-icon:active {
  transform: scale(0.95);
}
main #blogDetails h1 {
  color: #1d1d1f;
}

.tabSection .sectionTab {
  padding: 30px;
  background-color: #fff;
  border-radius: 25px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: -9;
  transition: 0.3s all ease;
}
.tabSection .sectionTab.active {
  position: unset;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
}
.tabSection .sectionTab .form-check-label,
.tabSection .sectionTab .form-label {
  color: #1d1d1f;
  font-weight: 700;
}
.tabSection .sectionTab .form-check-input:checked {
  background-color: #df2b1d;
  border-color: #df2b1d;
}

.kitchenSpec {
  display: none;
}
.kitchenSpec.active {
  display: block;
}

.qtyDivWrapper {
  display: flex;
  border: 1px solid #fadbd9;
  background-color: #fadbd9;
  border-radius: 10px;
  padding: 3px;
  gap: 3px;
}
.qtyDivWrapper button {
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  background-color: #fadbd9;
  color: #df2b1d;
  border-radius: 7px;
  font-weight: 700;
  transition: 0.3s all ease;
}
.qtyDivWrapper button:hover {
  background-color: #df2b1d;
  color: #fff;
}
.qtyDivWrapper input {
  width: 40px;
  text-align: center;
  border: none;
  border-radius: 5px;
}

.radioWrapper .radioDiv {
  position: relative;
}
.radioWrapper .radioDiv input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: -11;
}
.radioWrapper .radioDiv input:checked + label {
  color: #df2b1d;
  border-color: #fadbd9;
  background-color: #fadbd9;
  font-weight: 700;
  cursor: auto;
}
.radioWrapper .radioDiv label {
  display: block;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 15px;
  text-align: center;
  font-size: 1.1rem;
  cursor: pointer;
  background-color: #fff;
  transition: 0.3s all ease;
}
.radioWrapper .radioDiv label:hover {
  border-color: #df2b1d;
  color: #df2b1d;
}

.addressList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.addressList .listItem {
  flex: 0 0 calc(50% - 12px);
  width: calc(50% - 12px);
}
.addressList .listItem .icon {
  width: 24px;
  height: 24px;
  display: grid;
  margin-bottom: 10px;
  place-content: center;
}
.addressList .listItem .icon img {
  width: 20px;
  height: 20px;
}
.addressList .listItem h6 {
  text-transform: uppercase;
  font-weight: 700;
  color: #1d1d1f;
}

.imgSq {
  position: relative;
  padding-top: 100%;
}
.imgSq img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.projectCard {
  text-align: center;
  display: block;
  color: #1d1d1f;
  text-decoration: none;
}
.projectCard .imgSq {
  margin-bottom: 10px;
}
.projectCard .imgSq img {
  border-radius: 25px;
  border: 1px solid #eee;
}
.projectCard span {
  font-weight: 700;
}

#process {
  border-top: 1px solid #eee;
}

.processList {
  display: flex;
  counter-set: stepCounter;
}
.processList .processItem {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  flex: 0 0 20%;
}
.processList .processItem::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  background-color: #df2b1d;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.processList .processItem::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #d9d9d9;
  height: 2px;
  top: 9px;
  left: 0;
  display: block;
}
.processList .processItem:first-child::after {
  width: 50%;
  left: 50%;
}
.processList .processItem:last-child::after {
  width: 50%;
}
.processList .processItem img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  width: 80%;
  height: 80%;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}
.processList .processItem .textContent {
  counter-increment: stepCounter;
}
.processList .processItem .textContent::before {
  content: "STEP " counter(stepCounter);
  font-weight: 200;
  font-size: 32px;
  color: #1d1d1f;
}
.processList .processItem .textContent h6 {
  color: #1d1d1f;
  font-weight: 700;
  margin-bottom: 10px;
}

#estimate {
  background-color: #f7f4f2;
}

.col-div-5 {
  flex: 0 0 auto;
  width: 20%;
}

.serviceCard {
  text-align: center;
  padding: 30px;
}
.serviceCard .icon {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 10px;
}
.serviceCard p {
  color: #1d1d1f;
}
.serviceCard:hover p {
  color: #df2b1d;
}

.estimateCard {
  padding: 50px;
  background-color: #fff;
  border-radius: 25px;
}
.estimateCard i {
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  color: #df2b1d;
  font-size: 40px;
  margin-bottom: 35px;
}
.estimateCard h5 {
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 10px;
}
.estimateCard p {
  margin-bottom: 50px;
}

#clients .imgSq {
  border: 1px solid #eee;
  border-radius: 26px;
}
#clients img {
  border-radius: 25px;
}

#faq {
  background-color: #f7f4f2;
}

.faqList {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.faqList .faqItem {
  background-color: #fff;
  padding: 30px 100px 30px 30px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}
.faqList .faqItem::before {
  content: "";
  display: grid;
  width: 24px;
  height: 24px;
  place-content: center;
  font-size: 20px;
  color: #1d1d1f;
  background-color: #1d1d1f;
  line-height: 1;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-clip-path: polygon(calc(50% - 1px) 2px, calc(50% + 1px) 2px, calc(50% + 1px) calc(50% - 1px), calc(100% - 2px) calc(50% - 1px), calc(100% - 2px) calc(50% + 1px), calc(50% + 1px) calc(50% + 1px), calc(50% + 1px) calc(100% - 2px), calc(50% - 1px) calc(100% - 2px), calc(50% - 1px) calc(50% + 1px), 2px calc(50% + 1px), 2px calc(50% - 1px), calc(50% - 1px) calc(50% - 1px));
          clip-path: polygon(calc(50% - 1px) 2px, calc(50% + 1px) 2px, calc(50% + 1px) calc(50% - 1px), calc(100% - 2px) calc(50% - 1px), calc(100% - 2px) calc(50% + 1px), calc(50% + 1px) calc(50% + 1px), calc(50% + 1px) calc(100% - 2px), calc(50% - 1px) calc(100% - 2px), calc(50% - 1px) calc(50% + 1px), 2px calc(50% + 1px), 2px calc(50% - 1px), calc(50% - 1px) calc(50% - 1px));
  transition: 0.3s all ease;
}
.faqList .faqItem .question {
  color: #1d1d1f;
  font-weight: 700;
}
.faqList .faqItem .answer {
  padding-top: 20px;
  display: none;
}
.faqList .faqItem.active::before {
  -webkit-clip-path: polygon(calc(50% - 1px) calc(50% - 1px), calc(50% + 1px) calc(50% - 1px), calc(50% + 1px) calc(50% - 1px), calc(100% - 2px) calc(50% - 1px), calc(100% - 2px) calc(50% + 1px), calc(50% + 1px) calc(50% + 1px), calc(50% + 1px) calc(50% + 1px), calc(50% - 1px) calc(50% + 1px), calc(50% - 1px) calc(50% + 1px), 2px calc(50% + 1px), 2px calc(50% - 1px), calc(50% - 1px) calc(50% - 1px));
          clip-path: polygon(calc(50% - 1px) calc(50% - 1px), calc(50% + 1px) calc(50% - 1px), calc(50% + 1px) calc(50% - 1px), calc(100% - 2px) calc(50% - 1px), calc(100% - 2px) calc(50% + 1px), calc(50% + 1px) calc(50% + 1px), calc(50% + 1px) calc(50% + 1px), calc(50% - 1px) calc(50% + 1px), calc(50% - 1px) calc(50% + 1px), 2px calc(50% + 1px), 2px calc(50% - 1px), calc(50% - 1px) calc(50% - 1px));
}

.unlist {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.unlist li:not(:last-child) {
  margin-bottom: 10px;
}
.unlist.icon li {
  display: flex;
  gap: 10px;
  color: #86868b;
}
.unlist.icon li:not(:last-child) {
  margin-bottom: 18px;
}
.unlist.icon li .icon {
  flex: 0 0 16px;
  width: 16px;
  padding-top: 2px;
  color: #fff;
}

.div-16-9 {
  position: relative;
  padding-top: 56.25%;
}
.div-16-9 > * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.otherSection {
  padding-top: 15px;
}

.rating {
  display: flex;
  gap: 3px;
  font-size: 12px;
}
.rating i {
  color: #fff;
}
.rating i.active {
  color: #000;
}

@media (min-width: 992px) {
  .side-fill {
    max-width: 960px;
    left: calc(50% - 161px);
  }
}
@media (min-width: 1200px) {
  .side-fill {
    max-width: 1140px;
    left: calc(50% - 190px);
  }
}
@media (min-width: 1400px) {
  .side-fill {
    max-width: 1320px;
    left: calc(50% - 220px);
  }
}
.acnt-color {
  color: #1d1d1f;
}

.zForm .inpGroup {
  margin-bottom: 30px;
}
.zForm .inpGroup .lbl {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 5px;
  line-height: 1;
}
.zForm .inpGroup .inp {
  border: 1px solid #ddd;
  background-color: transparent;
  border-radius: 10px;
  padding: 15px 25px;
  line-height: 1;
  width: 100%;
  transition: 0.5s all ease;
}
.zForm .inpGroup .inp:focus {
  outline: none;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.zForm .inpGroup select.inp {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) calc(50% + 1px);
}

.word-break {
  word-break: break-all;
}

.borderCard {
  padding: 10px;
  text-decoration: none;
  color: #1d1d1f;
  transition: 0.5s all ease;
  text-align: center;
  display: block;
  margin-bottom: 24px;
  background-color: #f7f4f2;
  border-radius: 25px;
}
.borderCard i {
  display: grid;
  width: 40px;
  height: 40px;
  place-content: center;
  font-size: 33px;
  color: transparent;
  -webkit-text-stroke: 1px #1d1d1f;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.borderCard h5 {
  font-weight: 300;
  font-size: 1rem;
}
.borderCard.action:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  text-decoration: none;
  color: #1d1d1f;
  transform: translateY(-2px);
}
.borderCard.action:active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.socialList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: space-between;
  list-style-type: none;
}
.socialList li {
  margin-bottom: 10px;
  flex: 0 0 50px;
  width: 50px;
}
.socialList li a {
  display: inline-grid;
  transition: 0.5s background-color ease;
  width: 50px;
  height: 50px;
  place-content: center;
  background-color: #86868b;
  color: #f7f4f2;
  text-decoration: none;
  border-radius: 25px;
}
.socialList li a.fb:hover {
  background-color: #1877F2;
}
.socialList li a.insta:hover {
  background-color: #E4405F;
}
.socialList li a.pin:hover {
  background-color: #BD081C;
}
.socialList li a.twtr:hover {
  background-color: #1DA1F2;
}
.socialList li a.yt:hover {
  background-color: #CD201F;
}
.socialList li a.lin:hover {
  background-color: #0A66C2;
}

footer {
  background-color: #1d1d1f;
  color: #f7f4f2;
  overflow: hidden;
}
footer .topFooter {
  padding-top: 60px;
  padding-bottom: 40px;
}
footer .topFooter .socialList {
  justify-content: unset;
}
footer .topFooter .socialList li {
  margin-right: 10px;
}
footer .topFooter .socialList img {
  filter: invert(1);
}
footer .copy {
  padding: 15px;
  border-top: 1px solid #f7f4f2;
}

.line {
  background-color: #1d1d1f;
  margin: 50px 0;
  width: 100%;
  height: 1px;
}

.floatIcons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 99;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.floatIcons .bigBtn {
  background-color: #1d1d1f;
  border: 1px solid #fff;
  border-radius: 55px;
  padding: 16px 40px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  color: #f7f4f2;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  transition: 0.5s all ease;
}
.floatIcons .bigBtn:hover {
  background-color: #fadbd9;
  color: #df2b1d;
  border-color: #fadbd9;
}
.floatIcons .callBtn, .floatIcons .whatsappBtn {
  border: 1px solid #fff;
  width: 48px;
  height: 48px;
  display: grid;
  place-content: center;
  border-radius: 55px;
  text-decoration: none;
}
.floatIcons .callBtn {
  background: linear-gradient(#4b73e7, #03b7ed);
  color: #fff;
}
.floatIcons .callBtn:hover {
  background: #007AFF;
  border-color: #007AFF;
}
.floatIcons .whatsappBtn {
  background: linear-gradient(#34b77d, #5bbd7c);
  color: #fff;
}
.floatIcons .whatsappBtn:hover {
  background-color: #34C759;
  border-color: #34C759;
}

#otherPage {
  background-color: #f7f4f2;
  border-bottom: 1px solid #1d1d1f;
}

.categories {
  margin-top: -37px;
  position: sticky;
  top: 88px;
  background-color: #fff;
}
.categories h4 {
  color: #1d1d1f;
}
.categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.categories .radioBtn label {
  display: flex;
  border: 1px solid #86868b;
  color: #86868b;
  font-weight: 600;
  padding: 10px;
  position: relative;
  align-items: center;
  white-space: nowrap;
}
.categories .radioBtn label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid #86868b;
  margin-right: 10px;
}
.categories .radioBtn label::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 5px;
  opacity: 0;
  border: solid #1d1d1f;
  border-width: 0 0 1px 1px;
  top: 18px;
  left: 12px;
  transition: 0.5s all ease;
}
.categories .radioBtn input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.categories .radioBtn input:checked + label {
  border-color: #1d1d1f;
  color: #1d1d1f;
}
.categories .radioBtn input:checked + label::before {
  border-color: #1d1d1f;
}
.categories .radioBtn input:checked + label::after {
  border-color: #1d1d1f;
  width: 15px;
  opacity: 1;
  transform: rotate(-45deg);
}

.servCard {
  background-color: #1d1d1f;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.servCard img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.servCard h6 {
  position: absolute;
  width: 100%;
  height: 50%;
  color: #f7f4f2;
  bottom: 0;
  left: 0;
  display: grid;
  align-items: flex-end;
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}

@media (max-width: 1399px) {
  header.mainHeader nav .container .navCollapse ul {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  header.mainHeader nav .container .navBtn {
    display: block;
    width: 47px;
    height: 47px;
    margin-left: auto;
    background-color: rgba(247, 244, 242, 0.2);
    border: 1px solid #1d1d1f;
    position: relative;
    border-radius: 10px;
  }
  header.mainHeader nav .container .navBtn span {
    display: block;
    width: 27px;
    height: 4px;
    position: absolute;
    background-color: #f7f4f2;
    transition: 0.5s all ease;
    border-radius: 2px;
  }
  header.mainHeader nav .container .navBtn span:nth-child(1) {
    top: 10px;
    left: 10px;
    width: 14px;
  }
  header.mainHeader nav .container .navBtn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
  header.mainHeader nav .container .navBtn span:nth-child(3) {
    bottom: 10px;
    right: 10px;
    width: 14px;
  }
  header.mainHeader nav .container .navBtn.active span {
    width: 27px;
  }
  header.mainHeader nav .container .navBtn.active span:nth-child(1) {
    transform-origin: left center;
    left: 50%;
    top: 50%;
    transform: rotate(45deg) translate(calc(-50% - 1px), -50%);
  }
  header.mainHeader nav .container .navBtn.active span:nth-child(2) {
    transform-origin: center center;
    transform: rotate(-45deg) translate(calc(-50% + 15px), -50%);
  }
  header.mainHeader nav .container .navBtn.active span:nth-child(3) {
    transform-origin: right center;
    right: 50%;
    bottom: 50%;
    transform: rotate(45deg) translate(calc(-50% + 28.8px), calc(-50% + 2.8px));
  }
  header.mainHeader nav .container .navCollapse {
    position: absolute;
    min-width: 300px;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #1d1d1f;
    z-index: -1;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: 1s all ease;
  }
  header.mainHeader nav .container .navCollapse::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    right: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    transition: 1s all ease;
  }
  header.mainHeader nav .container .navCollapse::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%231d1d1f;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M0,0C70.69,0,128,57.31,128,128V0H0Z'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    right: 100%;
    top: 87px;
  }
  header.mainHeader nav .container .navCollapse ul {
    flex-direction: column;
    justify-content: end;
  }
  header.mainHeader nav .container .navCollapse ul li {
    margin-right: 0;
    margin-left: auto;
  }
  header.mainHeader nav .container .navCollapse.active {
    transform: translateX(0);
  }
  header.mainHeader nav .container .navCollapse.active::before {
    width: calc(100vw - 300px);
  }
}
@media (max-width: 991px) {
  main #testimonial .side-fill {
    position: unset;
    padding-top: 20px;
    transform: none;
  }
  main #about .photo-grid {
    margin-top: 20px;
  }
  main #about .photo-grid::before {
    top: 20px;
  }
  main #whychooseus .touching-border-wrapper .border-content {
    padding: 25px 10px 10px;
  }
  main #whychooseus .touching-border-wrapper .border-content i {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  main #whychooseus .touching-border-wrapper .border-content h5 {
    font-size: 0.875rem;
  }
  main #ribbon h2 {
    font-size: 46px;
  }
  .col-div-5 {
    width: 25%;
  }
  .sectionHead h3 {
    font-size: 46px;
  }
  .sectionHead h2 {
    font-size: 14px;
    letter-spacing: 7px;
  }
  .processList {
    flex-direction: column;
  }
  .processList .processItem {
    display: flex;
    gap: 20px;
    padding-left: 40px;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 14px;
    align-items: center;
  }
  .processList .processItem::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .processList .processItem::after {
    left: 9px;
    top: 0;
    width: 2px;
    height: 100%;
  }
  .processList .processItem:first-child::after {
    left: 9px;
    top: 50%;
    height: 50%;
    width: 2px;
  }
  .processList .processItem:last-child::after {
    left: 9px;
    top: 0%;
    height: 50%;
    width: 2px;
  }
  .processList .processItem .imgSq {
    flex: 0 0 25%;
    padding-top: 25%;
    margin-bottom: 0;
  }
  .modal_bg .modalCard {
    max-height: calc(100svh - 40px);
    overflow-y: auto;
    flex-wrap: wrap;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .modal_bg .modalCard::-webkit-scrollbar {
    display: none;
  }
  .modal_bg .modalCard button.close-gal-btn {
    position: fixed;
    top: 25px;
    right: 25px;
  }
  .modal_bg .modalCard #carouselExample {
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #ffe6e5;
  }
  .modal_bg .modalCard #carouselExample img {
    width: 100%;
    height: 50svh;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .modal_bg .modalCard .textArea {
    max-height: auto;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  main #home .carouselContent h1 {
    font-size: 36px;
  }
  main #about .gap-24 {
    margin-top: 24px;
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  }
  main #about .photo-grid .divh100,
  main #about .photo-grid .divh50 {
    position: relative;
    padding-top: 50%;
  }
  main #about .photo-grid .divh100 img,
  main #about .photo-grid .divh50 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 15px;
  }
  main #whychooseus .touching-border-wrapper .border-content {
    padding: 15px;
  }
  main #whychooseus .touching-border-wrapper .border-content i {
    font-size: 30px;
    width: 80px;
    height: 80px;
  }
  main .categories {
    order: -1;
    margin-top: 0;
  }
  main .categories ul {
    flex-direction: row;
    max-width: 100%;
    overflow-x: scroll;
  }
  .sectionPad {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .col-div-5 {
    width: 33.333333%;
  }
  #prmBanner {
    flex-wrap: wrap;
  }
  #prmBanner .bannerCard {
    width: 100%;
    flex: 0 0 100%;
  }
  #prmBanner .bannerCard .bannerContent {
    height: 60vw;
  }
}
@media (max-width: 575px) {
  :root {
    font-size: 14px;
  }
  .cursor, .cursor2 {
    display: none;
  }
  header.mainHeader nav .container a.navBrand img {
    width: 75%;
  }
  main #home .carouselContent h1 {
    font-size: 2rem;
  }
  main .arrow-icon-round {
    width: 50px;
    height: 50px;
  }
  main .arrow-icon-round::before {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
  }
  main .arrow-icon-round::after {
    width: 50px;
  }
  main .arrow-icon-round.left::after {
    left: calc(50% - 6px);
  }
  main .arrow-icon-round.right::after {
    right: calc(50% - 6px);
  }
  main #ribbon {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  main #ribbon h2 {
    font-size: 2.143rem;
  }
  main #whychooseus .touching-border-wrapper .border-content {
    padding: 15px;
  }
  main #testimonial .owl-carousel .owl-stage {
    align-items: center;
  }
  main #testimonial .owl-carousel .owl-stage .owl-item .item .border-card {
    padding: 10px;
    border-radius: 5px;
  }
  main #testimonial .owl-carousel .owl-stage .owl-item .item .border-card q {
    font-size: 12px;
    margin-bottom: 15px;
  }
  main #testimonial .btnDiv {
    text-align: center;
  }
  main .faqList .faqItem {
    padding: 15px 40px 15px 15px;
  }
  main .faqList .faqItem::before {
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
  }
  .sectionHead h2 {
    font-size: 0.857rem;
  }
  .sectionHead h3 {
    font-size: 2.143rem;
  }
  .col-div-5 {
    width: 50%;
  }
  .processList .processItem .imgSq {
    flex: 0 0 35%;
    width: 35%;
    padding-top: 35%;
  }
  .estimateCard {
    padding: 30px;
  }
  .floatIcons {
    justify-content: flex-end;
    justify-content: center;
    right: 0;
    bottom: 0;
    gap: 0px;
    width: 100%;
    flex-direction: row;
    align-items: unset;
  }
  .floatIcons .bigBtn {
    order: 3;
    padding: 0px;
    border-radius: 0;
    border: none;
    flex: 0 1 auto;
    width: 100%;
    display: grid;
    align-items: center;
    text-align: center;
  }
  .floatIcons .callBtn, .floatIcons .whatsappBtn {
    border: none;
    border-radius: 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }
  footer {
    padding-bottom: 126px;
  }
  .modal_bg .modalCard #carouselExample img {
    height: calc(100vw - 40px);
  }
}
.blogCard {
  display: block;
  text-decoration: none;
  background-color: #f7f4f2;
  color: #86868b;
  padding: 15px;
  border-radius: 25px;
  transition: 0.3s all ease;
}
.blogCard .blogDetails {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: space-between;
}
.blogCard .blogDetails .iconCard {
  font-size: 0.7rem;
}
.blogCard .blogDetails .iconCard i {
  color: #df2b1d;
  transition: 0.3s color linear;
}
.blogCard .blogDetails .iconCard span {
  color: #1d1d1f;
}
.blogCard h6 {
  font-size: 1.2rem;
  font-family: "DM Sans", sans-serif;
  color: #1d1d1f;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s color linear;
}
.blogCard p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.blogCard:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  text-decoration: none;
  color: #86868b;
  transform: translateY(-2px);
}
.blogCard:hover .blogDetails .iconCard i {
  color: #1d1d1f;
}
.blogCard:hover h6 {
  color: #df2b1d;
}
.blogCard:active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

#blogcardsList .container {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.blogCard img {
  width: 100%;
  margin-bottom: 1rem;
}/*# sourceMappingURL=main.css.map */