@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap");
body {
  font-family: "Raleway", sans-serif;
}

.navigation {
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
.navigation .navbar {
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
.navigation .navbar ul li a {
  padding: 25px 10px;
  position: relative;
}
.navigation .navbar ul li.active a {
  color: #FE497B;
}
.navigation .navbar ul li.active a:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FE497B;
}
.navigation .navbar .whatsapp-icon {
  margin: 0 25px;
}
.navigation .navbar .free-estimate a {
  background: linear-gradient(90deg, #7319af 0%, #c73172 31.47%, #ff497b 100%);
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 28px;
}
@media (max-width: 1200px) {
  .navigation .navbar .free-estimate a {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 500;
  }
}

.custom-btn {
  border: none;
  box-shadow: none;
  background: linear-gradient(90deg, #7319af 0%, #c73172 31.47%, #ff497b 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 45px;
  border-radius: 30px 5px 30px 5px;
  text-transform: capitalize;
}
@media only screen and (max-width: 992px) {
  .custom-btn {
    padding: 12px 21px;
    border-radius: 20px 5px 20px 5px;
    font-size: 16px;
  }
}
.custom-btn:hover {
  color: #fff;
}
.custom-btn.custom-btn-text {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #7319AF;
  border-bottom: dashed 2px #7319AF;
}
.custom-btn.custom-btn-sm {
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 15px 5px 15px 5px;
}

.main-padding {
  padding: 100px 0;
}
@media only screen and (max-width: 992px) {
  .main-padding {
    padding: 50px 0;
  }
}

.main-heading {
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .main-heading {
    padding-bottom: 40px;
  }
}
.main-heading h1 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .main-heading h1 {
    font-size: 35px;
  }
}
.main-heading h1 em {
  color: #7319AF;
  font-style: normal;
}
.main-heading h1 span {
  color: #FE497B;
}
.main-heading p.primary {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .main-heading p.primary {
    font-size: 16px;
  }
}
.main-heading p.secondary {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .main-heading p.secondary {
    font-size: 16px;
  }
}
.main-heading p.secondary span {
  color: #7319AF;
  font-weight: 800;
}
.main-heading p.secondary em {
  color: #FE497B;
  font-weight: 800;
  font-style: normal;
}
.main-heading.main-heading-light h1 {
  color: #fff;
}

.banner {
  height: calc(100vh - 79px);
}
@media only screen and (max-width: 992px) {
  .banner {
    height: auto;
    padding: 30px 0;
  }
}
.banner img.banner-img {
  width: 100%;
  height: calc(90vh - 79px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 100px 100px 0;
}
@media only screen and (max-width: 992px) {
  .banner img.banner-img {
    height: auto;
  }
}
.banner .banner-content h1 {
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .banner .banner-content h1 {
    font-size: 35px;
  }
}
.banner .banner-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
@media only screen and (max-width: 992px) {
  .banner .banner-content p {
    font-size: 16px;
  }
}

.google-reviews .google-review-box {
  border: solid 1px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.google-reviews .google-review-box .happy-clients p {
  font-size: 14px;
  font-weight: 500;
}
.google-reviews .google-review-box .name h2 {
  font-size: 25px;
  font-weight: 600;
}
.google-reviews .google-review-box .name p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.google-reviews .google-review-box a.google-rating {
  color: #000;
  text-decoration: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  display: block;
}
.google-reviews .google-review-box a.google-rating h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.google-reviews .google-review-box a.google-rating .overall-rating em {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
}
.google-reviews .google-review-box a.google-rating .overall-rating span {
  font-size: 18px;
  font-weight: 600;
}

.cost-calculator .cost-calculator-box {
  display: block;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  padding: 40px;
  height: 100%;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cost-calculator .cost-calculator-box h6 {
  margin: 40px 0 15px;
  font-size: 20px;
  font-weight: 700;
}
.cost-calculator .cost-calculator-box p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.services-cont img {
  border-radius: 20px;
}
.services-cont .service-content {
  height: 100%;
  position: relative;
  padding-bottom: 87px;
}
.services-cont .service-content h4 {
  font-size: 20px;
  font-weight: 800;
  margin: 20px 0 15px;
}
@media only screen and (max-width: 992px) {
  .services-cont .service-content h4 {
    font-size: 18px;
  }
}
.services-cont .service-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
@media only screen and (max-width: 992px) {
  .services-cont .service-content p {
    font-size: 14px;
  }
}
.services-cont .service-content a {
  position: absolute;
  bottom: 40px;
}

.getting-excited {
  position: relative;
}
.getting-excited:before {
  content: "";
  background: rgba(249, 71, 122, 0.05);
  border-top: solid 3px #FE497B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 489px;
}
.getting-excited .steps .figure .figure-caption p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.getting-excited .steps .figure .figure-caption p span {
  font-size: 50px;
  font-weight: 400;
}

.why-us.services-cont .service-content {
  padding-bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0.1;
  position: relative;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .why-us.services-cont .service-content {
    opacity: 1;
    margin-top: 0px;
  }
}
.why-us.services-cont .service-content.bottom-animate {
  opacity: 1;
}
.why-us.services-cont .service-content img {
  border-radius: 0;
}
.why-us.services-cont .service-content h4 {
  font-size: 40px;
  font-weight: 800;
}
@media only screen and (max-width: 992px) {
  .why-us.services-cont .service-content h4 {
    margin-top: 30px;
    font-size: 25px;
  }
}
.why-us.services-cont .service-content a {
  position: static;
}

.global-brands .supplier-slider .swiper {
  padding: 0 30px;
}
.global-brands .supplier-slider .swiper img {
  width: 130px;
}
.global-brands .supplier-slider .swiper .swiper-slide {
  text-align: center;
  width: auto;
}
.global-brands .supplier-slider .swiper .swiper-button-next:after, .global-brands .supplier-slider .swiper .swiper-button-prev:after {
  display: none;
}
.global-brands .supplier-slider .swiper .swiper-button-next {
  right: 0;
  left: auto;
}
.global-brands .supplier-slider .swiper .swiper-button-prev {
  left: 0;
  right: auto;
}

.consultation {
  background: #10001B;
}

.site-banner {
  height: 625px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .site-banner {
    height: auto;
  }
}
.site-banner .site-banner-img {
  height: 625px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .site-banner .site-banner-img {
    height: 250px;
  }
}
.site-banner .site-banner-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.site-banner .site-banner-content {
  height: 100%;
  background: rgba(115, 25, 175, 0.12);
}
.site-banner .site-banner-content h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}
.site-banner .site-banner-content h1 em {
  font-style: normal;
  color: #7319AF;
  font-weight: 800;
}
.site-banner .site-banner-content h1 span {
  color: #FE497B;
  font-weight: 800;
}
.site-banner .site-banner-content p.false-ceiling {
  font-size: 30px;
  font-weight: 500;
}
.site-banner .site-banner-content p.false-ceiling span {
  font-weight: 800;
}
.site-banner .site-banner-content .price-cont div.main-price {
  width: 278px;
}
.site-banner .site-banner-content .price-cont div.main-price em {
  position: absolute;
  left: 12px;
  top: -3px;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
}
.site-banner .site-banner-content .price-cont div.main-price .actual-price, .site-banner .site-banner-content .price-cont div.main-price .offer-price {
  padding-bottom: 10px;
}
.site-banner .site-banner-content .price-cont div.main-price .actual-price p, .site-banner .site-banner-content .price-cont div.main-price .offer-price p {
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  line-height: 61px;
}
.site-banner .site-banner-content .price-cont div.main-price .actual-price {
  background: #fff;
  padding-right: 30px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  border-radius: 10px 0 0 10px;
}
.site-banner .site-banner-content .price-cont div.main-price .actual-price p:before {
  content: " ";
  position: absolute;
  width: 109px;
  height: 3px;
  background: #FE497B;
  left: 21px;
  bottom: 30px;
  transform: rotate(-24deg);
}
.site-banner .site-banner-content .price-cont div.main-price .offer-price {
  background: #7319AF;
  color: #fff;
  padding: 0 20px 0 20px;
  margin-left: -24px;
  border-radius: 0px 10px 10px 0px;
}
.site-banner .site-banner-content p {
  margin-top: 5px;
}
.site-banner .site-banner-content p small {
  font-size: 18px;
  font-weight: 500;
}

.choose-fabyss .figure h5 {
  font-size: 20px;
  font-weight: 800;
  padding: 15px 0 5px 0;
}
.choose-fabyss .figure p {
  font-size: 16px;
  font-weight: 500;
}

.swiper .swiper-slide {
  width: auto;
}
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
  display: none;
}

.why-choose-ss .site-service-slider {
  padding: 0 47px;
}
.why-choose-ss .site-service-slider .swiper-slide {
  width: auto;
}
.why-choose-ss .site-service-slider .swiper-slide .figure h5 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.why-choose-ss .site-service-slider .swiper-slide .figure .figure-caption ul {
  margin-top: 30px;
  margin-bottom: 0;
}
.why-choose-ss .site-service-slider .swiper-slide .figure .figure-caption ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #000;
}
.why-choose-ss .site-service-slider .swiper-slide .figure .figure-caption ul li:last-child {
  margin-bottom: 0px;
}
.why-choose-ss .site-service-slider .swiper-slide .figure .figure-caption ul li img {
  position: absolute;
  left: 0;
  top: 4px;
}
.why-choose-ss .site-service-slider .swiper-button-next, .why-choose-ss .site-service-slider .swiper-button-prev {
  background: #fff;
  height: 100%;
  top: 22px;
}
.why-choose-ss .site-service-slider .swiper-button-next {
  right: 0;
}
.why-choose-ss .site-service-slider .swiper-button-prev {
  left: 0;
}

.site-services-list .figure h5 {
  font-size: 40px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 50px;
}

.complete-site-service {
  background: rgba(249, 71, 122, 0.05);
  border-top: 3px solid #FE497B;
}
.complete-site-service .figure {
  padding: 30px 38px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100%;
}
.complete-site-service .figure img {
  margin-bottom: 0;
}
.complete-site-service .figure h6 {
  margin-left: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #FE497B;
  text-transform: uppercase;
  line-height: 17px;
}
.complete-site-service .figure ul {
  margin-top: 30px;
  margin-bottom: 0;
}
.complete-site-service .figure ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
.complete-site-service .figure ul li:last-child {
  margin-bottom: 0px;
}
.complete-site-service .figure ul li img {
  position: absolute;
  left: 0;
  top: 4px;
}

#kitchenForm .wizard-step .pick-package label h6 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
#kitchenForm .wizard-step .pick-package label p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
#kitchenForm .wizard-step .pick-package label img {
  display: inline-block;
  margin: 15px 0;
}
#kitchenForm .wizard-step .pick-package label ul li {
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  text-align: left;
  margin-bottom: 8px;
}
#kitchenForm .wizard-step .pick-package label ul li:before {
  content: "";
  background: url(../images/checkmark-outline.svg) no-repeat left center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.kitchen-banner {
  height: auto;
}
.kitchen-banner .banner-content h1 {
  line-height: 65px;
}
.kitchen-banner .banner-content h1 span {
  color: #FE497B;
}

.design-by-us.design-by-us2 h1 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.design-by-us.design-by-us2 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.design-by-us.design-by-us2 p.special-text {
  font-size: 25px;
  font-weight: 500;
  color: #FE497B;
  margin-bottom: 30px;
}

.kitchen-services p.main-sentence {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.kitchen-services .kitchen-category {
  position: relative;
  overflow: hidden;
}
.kitchen-services .kitchen-category img {
  transition: 0.5s all;
}
.kitchen-services .kitchen-category p {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 10px 15px;
}
.kitchen-services .kitchen-category:hover img {
  transform: scale(1.1);
  transition: 0.5s all;
}

.key-factors .card {
  background: #5B507A;
  color: #fff;
  padding: 25px;
  height: 100%;
  border-radius: 15px;
}
.key-factors .card img {
  border-radius: 10px;
}
.key-factors .card .card-body {
  padding: 0;
}
.key-factors .card .card-body .card-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
}
.key-factors .card .card-body .card-content p {
  margin-bottom: 0;
  font-size: 14px;
}
.key-factors .card .card-body .card-content p strong {
  opacity: 1;
}
.key-factors .card .card-body .card-content p span {
  opacity: 0.8;
}
.key-factors p.pro-tip {
  border: solid 2px #000;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.key-factors p.pro-tip span {
  color: #FE497B;
}

.gallery a {
  display: block;
  height: 100%;
}
.gallery a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.three-d-banner img.banner-img {
  border-radius: 100px 0 0 100px;
}

.cta {
  background: #000 url(../images/cta-bg.jpg) fixed center center/cover;
  height: 366px;
  text-align: center;
  position: relative;
}
.cta:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 0;
}
.cta .cta-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cta .cta-content h2 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
.cta .cta-content p {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}
.cta .cta-content a {
  background: transparent;
  border: solid 2px #fff;
  transition: 0.5s ease all;
}
.cta .cta-content a:hover {
  background: #FE497B;
  border: solid 2px #FE497B;
}

.footer {
  background: #10001B;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.footer h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.footer h5:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33px;
  height: 3px;
  border-radius: 5px;
  background: #FE497B;
}
.footer ul li {
  color: #fff;
}
.footer ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 26px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s ease;
}
.footer ul li a:hover {
  color: #FE497B;
}
.footer ul li a span {
  opacity: 0.7;
}
.footer ul.connect li span {
  opacity: 0.7;
}
.footer .copyright {
  color: #fff;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}
.footer .copyright p, .footer .copyright ul {
  margin-bottom: 0;
}
.footer .copyright .left {
  opacity: 0.7;
}

.whatsapp-chat {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 20;
}

.chat-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}

.contact-modal .modal-dialog .modal-header {
  background: linear-gradient(90deg, #7319af 0%, #c73172 31.47%, #ff497b 100%);
  text-align: center;
  justify-content: center;
  padding: 12px 15px;
}
.contact-modal .modal-dialog .modal-header .modal-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.contact-modal .modal-dialog .modal-header .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.contact-modal .modal-dialog .modal-body {
  padding: 15px 30px;
}
.contact-modal .modal-dialog .modal-body p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
.contact-modal .modal-dialog .modal-body form span {
  font-size: 14px;
  font-weight: 600;
}
.contact-modal .modal-dialog .modal-body form .btn {
  border: solid 2px #FE497B;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-right: 8px;
}
.contact-modal .modal-dialog .modal-body form .btn-check:checked + .btn {
  background: #FE497B;
  color: #fff;
}
.contact-modal .modal-dialog .modal-body .form-control {
  border: none;
  border-bottom: solid 2px #000;
  border-radius: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
  outline: none;
}/*# sourceMappingURL=main.css.map */