/*** Use Mixin breakpoints
    @include breakpoints(desktop) {}

    @include breakpoints(large) {}

    @include breakpoints(medium) {}

    @include breakpoints(small) {}

    @include breakpoints(mobile) {}
  ***/
@font-face {
  font-family: "avenirRoman";
  src: url("../fonts/avenir/AvenirLTStd-Roman.woff");
}
@font-face {
  font-family: "merriweatherBlack";
  src: url("../fonts/Merriweather/Merriweather-Black.woff");
}
@font-face {
  font-family: "merriweatherBold";
  src: url("../fonts/Merriweather/Merriweather-Bold.woff");
}
.font-merriweatherBlack {
  font-family: "merriweatherBlack";
}

.font-merriweatherBold {
  font-family: "merriweatherBold";
}

.font-avenirRoman {
  font-family: "avenirRoman";
}

/*** Use Mixin breakpoints
    @include breakpoints(desktop) {}

    @include breakpoints(large) {}

    @include breakpoints(medium) {}

    @include breakpoints(small) {}

    @include breakpoints(mobile) {}
  ***/
@font-face {
  font-family: "avenirRoman";
  src: url("../fonts/avenir/AvenirLTStd-Roman.woff");
}
@font-face {
  font-family: "merriweatherBlack";
  src: url("../fonts/Merriweather/Merriweather-Black.woff");
}
@font-face {
  font-family: "merriweatherBold";
  src: url("../fonts/Merriweather/Merriweather-Bold.woff");
}
.font-merriweatherBlack {
  font-family: "merriweatherBlack";
}

.font-merriweatherBold {
  font-family: "merriweatherBold";
}

.font-avenirRoman {
  font-family: "avenirRoman";
}

.w-90 {
  width: 90%;
}

.no-opacity {
  opacity: 0;
  transition: 0.3s linear;
}

.opacity-1 {
  opacity: 1;
  transition: 0.3s linear;
}

p {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}

.py-section {
  padding: 75px 0;
}

.py-50 {
  padding: 50px 0;
}

.pb-section {
  padding-bottom: 75px;
}

.pt-section {
  padding-top: 75px;
}

.pt-section-large {
  padding-top: 150px;
}

@media (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 12px;
  }
}

.fit-object {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.line-normal {
  line-height: normal;
}

body {
  background-color: #f5f5f5;
}

.navbar-nav {
  text-align: center;
}
@media (max-width: 991.98px) {
  .navbar-nav {
    margin: 1.5rem 0;
    font-size: 12px;
  }
}
.navbar-nav .nav-item .nav-link {
  font-size: 15px;
}
@media (max-width: 1199.98px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 10px;
  }
}

.body-home {
  background-color: #e8e2d5;
  border-radius: 20px;
}
.body-home .btn-brown {
  background-color: #8f5a31;
  color: white;
  border-radius: 10px;
  padding: 10px 40px;
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .body-home .btn-brown {
    font-size: 10px;
    padding: 10px 25px;
  }
}
.body-home .hero {
  min-height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .body-home .hero {
    min-height: 70vh;
  }
}
.body-home .hero h1 {
  font-size: 120px;
  line-height: 120px;
}
@media (max-width: 991.98px) {
  .body-home .hero h1 {
    font-size: 50px;
    line-height: normal;
  }
}
.body-home .hero p {
  font-size: 14px;
  color: #757575;
}
.body-home .hero .black-btn {
  background-color: #2c2c38;
  color: white;
  border-radius: 10px;
  padding: 10px 40px;
  font-size: 14px;
}

.body-about {
  background-color: #2c2c38;
  border-radius: 20px;
}
.body-about .about-section span {
  color: #e8e2d5;
  font-size: 22px;
}
.body-about .about-section h1 {
  font-size: 55px;
}
@media (max-width: 991.98px) {
  .body-about .about-section h1 {
    font-size: 35px;
  }
}
.body-about .about-section p {
  color: #e8e2d5;
  font-size: 18px;
}
.body-about .about-section h3 {
  color: #e8e2d5;
}
.body-about .about-section .shape {
  top: -35%;
  right: -5%;
  width: 550px;
}
@media (max-width: 991.98px) {
  .body-about .about-section .shape {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .body-about .about-section .vision-mission {
    margin-top: 4rem;
  }
}
.body-about .about-section .vision-mission h3 {
  font-size: 22px;
}

.core-values span {
  color: #757575;
  font-size: 22px;
}
.core-values h2 {
  font-size: 50px;
  color: #2c2c38;
}
@media (max-width: 991.98px) {
  .core-values .value {
    margin-top: 3rem;
  }
}
.core-values .value p {
  font-size: 22px;
  color: #2c2c38;
}

.body-services {
  background-color: #e8e2d5;
  border-radius: 20px;
}
.body-services span {
  color: #757575;
  font-size: 22px;
}
.body-services h2 {
  font-size: 50px;
  color: #2c2c38;
}
@media (max-width: 991.98px) {
  .body-services h2 {
    font-size: 25px;
  }
}
.body-services .accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #8f5a31;
}
.body-services .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .body-services .accordion .accordion-item .accordion-header .accordion-button {
    padding-left: 0;
    padding-right: 0;
  }
}
.body-services .accordion .accordion-item .accordion-header .accordion-button .header-content {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .body-services .accordion .accordion-item .accordion-header .accordion-button .header-content {
    width: 85%;
  }
}
.body-services .accordion .accordion-item .accordion-header .accordion-button .header-content .num {
  color: #757575;
  font-size: 22px;
}
.body-services .accordion .accordion-item .accordion-header .accordion-button .header-content .header-content {
  font-size: 18px;
  color: #2c2c38;
}
.body-services .accordion .accordion-item .accordion-body ul {
  color: #757575;
  width: 80%;
}
@media (max-width: 991.98px) {
  .body-services .accordion .accordion-item .accordion-body ul {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.partners h2 {
  font-size: 50px;
  color: #2c2c38;
}
.partners .swiper-partners .swiper-wrapper .swiper-slide,
.partners .swiper-partners-two .swiper-wrapper .swiper-slide {
  opacity: 0.4;
}

.our-work {
  background-color: #2c2c38;
  border-radius: 20px;
}
.our-work span {
  color: #e8e2d5;
  font-size: 22px;
}
.our-work h2 {
  font-size: 50px;
  color: #fffcf7;
}
@media (max-width: 991.98px) {
  .our-work h2 {
    font-size: 35px;
  }
}
.our-work .our-work-swiper {
  overflow: hidden;
}
.our-work .our-work-swiper .swiper .swiper-slide .work-card a {
  text-decoration: none;
}
.our-work .our-work-swiper .swiper .swiper-slide .work-card a .img-holder {
  max-height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.our-work .our-work-swiper .swiper .swiper-slide .work-card a .card-content h2 {
  font-size: 24px;
  color: #e8e2d5;
}
.our-work .our-work-swiper .swiper .swiper-slide .work-card a .card-content p {
  font-size: 16px;
  color: #fffcf7;
}
.our-work a {
  color: #2c2c38;
  font-size: 14px;
  text-decoration: none;
}
.our-work a .discover-work-btn {
  background-color: #e8e2d5;
  border-radius: 10px;
  padding: 10px 40px;
}

.what-we-do .swiper .swiper-slide,
.dont-be-shy .swiper .swiper-slide {
  width: auto;
}
.what-we-do .swiper .swiper-slide .stroke-text,
.dont-be-shy .swiper .swiper-slide .stroke-text {
  font-size: 80px;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #c5c5c5;
  margin: 0;
}
@media (max-width: 991.98px) {
  .what-we-do .swiper .swiper-slide .stroke-text,
  .dont-be-shy .swiper .swiper-slide .stroke-text {
    font-size: 50px;
  }
}

.dont-be-shy .swiper .swiper-slide .stroke-text {
  -webkit-text-stroke-color: #decec3;
}

.the-team {
  background-color: #8f5a31;
  border-radius: 20px;
}
.the-team span {
  color: #e8e2d5;
  font-size: 22px;
}
.the-team h2 {
  font-size: 50px;
  color: #fffcf7;
}
@media (max-width: 991.98px) {
  .the-team h2 {
    font-size: 35px;
  }
}
.the-team p {
  color: #e8e2d5;
  font-size: 18px;
}
.the-team .the-team-swiper {
  overflow: hidden;
}
.the-team .the-team-swiper .swiper .swiper-slide .team-card .img-holder {
  border-radius: 20px;
  overflow: hidden;
  min-width: 341px;
  max-height: 400px;
}
@media (max-width: 991.98px) {
  .the-team .the-team-swiper .swiper .swiper-slide .team-card .img-holder {
    min-width: auto;
    max-height: auto;
  }
}
.the-team .the-team-swiper .swiper .swiper-slide .team-card .card-content h2 {
  font-size: 24px;
  color: #fffcf7;
}
.the-team .the-team-swiper .swiper .swiper-slide .team-card .card-content p {
  font-size: 18px;
  color: #e8e2d5;
}

.testimonials {
  background-color: #e8e2d5;
  border-radius: 20px;
}
.testimonials span {
  color: #757575;
  font-size: 22px;
}
.testimonials h2 {
  font-size: 50px;
  color: #2c2c38;
}
@media (max-width: 991.98px) {
  .testimonials h2 {
    font-size: 40px;
  }
}
.testimonials p {
  color: #757575;
  font-size: 18px;
}
.testimonials .testimonials-swiper {
  overflow: hidden;
}
.testimonials .testimonials-swiper .swiper .swiper-slide .testimonial-card {
  border-radius: 10px;
  background-color: #fffcf7;
  min-height: 650px;
}
.testimonials .testimonials-swiper .swiper .swiper-slide .testimonial-card .img-holder {
  border-radius: 100%;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
@media (max-width: 991.98px) {
  .testimonials .testimonials-swiper .swiper .swiper-slide .testimonial-card .img-holder {
    width: 60px;
    height: 60px;
  }
}
.testimonials .testimonials-swiper .swiper .swiper-slide .testimonial-card p {
  font-size: 18px;
  color: #2c2c38;
}
@media (max-width: 991.98px) {
  .testimonials .testimonials-swiper .swiper .swiper-slide .testimonial-card p {
    font-size: 14px;
  }
}
.testimonials .testimonials-swiper .swiper .swiper-slide .testimonial-card h2 {
  font-size: 22px;
  color: #2c2c38;
}
@media (max-width: 991.98px) {
  .testimonials .testimonials-swiper .swiper .swiper-slide .testimonial-card h2 {
    font-size: 18px;
  }
}
.testimonials .testimonials-swiper .swiper .swiper-slide .testimonial-card span {
  color: #8f5a31;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .testimonials .testimonials-swiper .swiper .swiper-slide .testimonial-card span {
    font-size: 14px;
  }
}

.blogs {
  background-color: #8f5a31;
  border-radius: 20px;
}
.blogs span {
  color: #e8e2d5;
  font-size: 22px;
}
.blogs h2 {
  font-size: 50px;
  color: #fffcf7;
}
@media (max-width: 991.98px) {
  .blogs h2 {
    font-size: 35px;
  }
}
.blogs .our-blogs-swiper {
  overflow: hidden;
}
.blogs .our-blogs-swiper .swiper .swiper-slide .blog-card a {
  text-decoration: none;
}
.blogs .our-blogs-swiper .swiper .swiper-slide .blog-card a .img-holder {
  max-height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.blogs .our-blogs-swiper .swiper .swiper-slide .blog-card a .card-content h2 {
  font-size: 24px;
  color: #e8e2d5;
}
.blogs .our-blogs-swiper .swiper .swiper-slide .blog-card a .card-content p {
  font-size: 16px;
  color: #fffcf7;
}
.blogs a {
  color: #2c2c38;
  font-size: 14px;
  text-decoration: none;
}
.blogs a .discover-blogs-btn {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px 40px;
}

.body-contact .contact-section {
  background-color: #2c2c38;
  border-radius: 20px;
}
.body-contact .contact-section span {
  color: #e8e2d5;
  font-size: 22px;
}
.body-contact .contact-section h1 {
  font-size: 60px;
}
@media (max-width: 991.98px) {
  .body-contact .contact-section h1 {
    font-size: 25px;
  }
}
.body-contact .contact-section .contact-info {
  position: relative;
}
.body-contact .contact-section .contact-info::after {
  position: absolute;
  content: "";
  width: 347px;
  height: 382px;
  top: -50%;
  left: -20%;
  background-image: url("../img/contact-shape.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.body-contact .contact-section .contact-info h4 {
  font-size: 22px;
  color: #ffffff;
}
.body-contact .contact-section .contact-info .contact-card .contact-item span {
  font-size: 16px;
  font-family: "avenirRoman";
}
.body-contact .contact-section .inquiry-form .form-floating .form-control {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
}
.body-contact .contact-section .inquiry-form .form-floating label {
  font-size: 16px;
  font-family: "avenirRoman";
  color: #ffffff;
}
.body-contact .contact-section .inquiry-form .form-floating textarea {
  resize: none;
  height: 150px;
}
.body-contact .contact-section .inquiry-form .submit-btn {
  background-color: #e8e2d5;
  color: #2c2c38;
  border-radius: 10px;
  padding: 10px 40px;
  font-size: 14px;
}

.copy-rights p {
  color: #757575;
  font-size: 12px;
}
.copy-rights p a {
  color: #757575;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

/* Loader styling */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffcf7;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
@media (max-width: 991.98px) {
  .loader .loader-holder {
    width: 500px;
  }
}

.our-blogs-page h2 {
  font-size: 60px;
}
@media (max-width: 991.98px) {
  .our-blogs-page h2 {
    font-size: 25px;
  }
}
.our-blogs-page .blog-card a {
  text-decoration: none;
}
.our-blogs-page .blog-card a .img-holder {
  max-height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.our-blogs-page .blog-card a .card-content h3 {
  font-size: 24px;
  color: #757575;
}
.our-blogs-page .blog-card a .card-content p {
  color: #2C2C38;
  font-size: 16px;
}

.our-work-page h2 {
  font-size: 60px;
}
@media (max-width: 991.98px) {
  .our-work-page h2 {
    font-size: 25px;
  }
}
.our-work-page .work-card a {
  text-decoration: none;
}
.our-work-page .work-card a .img-holder {
  max-height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.our-work-page .work-card a .card-content h3 {
  font-size: 24px;
  color: #2C2C38;
}
.our-work-page .work-card a .card-content p {
  color: #757575;
  font-size: 16px;
}

.single-blog-page .back-btn a {
  text-decoration: none;
}
.single-blog-page .back-btn a h3 {
  color: #2C2C38;
  font-size: 16px;
  text-transform: capitalize;
}
.single-blog-page .content .img-holder {
  max-height: 700px;
  border-radius: 20px;
  overflow: hidden;
}
.single-blog-page .content h2 {
  color: #2C2C38;
  font-size: 50px;
}
@media (max-width: 991.98px) {
  .single-blog-page .content h2 {
    font-size: 28px;
  }
}
.single-blog-page .content p {
  color: #757575;
  font-size: 18px;
}

.other-blogs h2 {
  font-size: 60px;
}
@media (max-width: 991.98px) {
  .other-blogs h2 {
    font-size: 25px;
  }
}
.other-blogs .blog-card a {
  text-decoration: none;
}
.other-blogs .blog-card a .img-holder {
  max-height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.other-blogs .blog-card a .card-content h3 {
  font-size: 24px;
  color: #757575;
}
.other-blogs .blog-card a .card-content p {
  color: #2C2C38;
  font-size: 16px;
}

.single-work-page .back-btn a {
  text-decoration: none;
}
.single-work-page .back-btn a h3 {
  color: #2C2C38;
  font-size: 16px;
  text-transform: capitalize;
}
.single-work-page .content .client-info .header {
  color: #2C2C38;
  font-size: 16px;
}
.single-work-page .content .client-info .value {
  color: #2C2C38;
  font-weight: 900;
  font-size: 16px;
}
.single-work-page .content .img-holder {
  max-height: 700px;
  border-radius: 20px;
  overflow: hidden;
}
.single-work-page .content .single-work-swiper .swiper-slide .work-card .img-holder {
  max-height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.single-work-page .content h2 {
  color: #2C2C38;
  font-size: 48px;
}
@media (max-width: 991.98px) {
  .single-work-page .content h2 {
    font-size: 28px;
  }
}
.single-work-page .content p {
  color: #757575;
  font-size: 18px;
}

.other-work h2 {
  font-size: 60px;
}
@media (max-width: 991.98px) {
  .other-work h2 {
    font-size: 25px;
  }
}
.other-work .work-card a {
  text-decoration: none;
}
.other-work .work-card a .img-holder {
  max-height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.other-work .work-card a .card-content h3 {
  font-size: 24px;
  color: #2C2C38;
}
.other-work .work-card a .card-content p {
  color: #757575;
  font-size: 16px;
}

#whatsappWrapper {
  position: fixed;
  right: 20px;
  bottom: 60px;
  display: flex;
  align-items: center;
  z-index: 9;
  font-family: "Poppins", sans-serif;
}

/* Your Existing WhatsApp Icon */
#fixedWhatsAppIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #54b460;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

#fixedWhatsAppIcon:hover {
  background-color: #339933;
  transform: scale(1.1);
}

/* Popup Message */
#whatsappMsg {
  background: #fff;
  color: #333;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 10px 14px;
  margin-right: 10px;
  position: relative;
  font-size: 14px;
  animation: fadeIn 0.4s ease-in-out;
}

#whatsappMsg::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #fff;
}

/* Close Button */
#closeWhatsappMsg {
  position: absolute;
  top: -8px;
  left: -8px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  background-color: black;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */