@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  opacity: 1;
  overflow-y: scroll;
  margin: 0;
  background-color: #f2ede8;
  overflow-x: hidden;
}

/* Layout for landing page skeleton*/
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
  border: 0;
  transition: all 0.5s ease;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.mainIcon {
  display: block;
  max-width: 90px;
  height: auto;
  margin: 0 auto 30px auto;
  animation: rotate 8s linear infinite; /* Adjust duration as needed */
}

.slide-bg-image {
  background-image: url("/assets/img/bg/bg-01.png");
  background-position: center;
  height: 100vh;
  background-size: cover;
}
.hero-subtitle {
  font-size: 16px;
  font-weight:bold;
  line-height: 14.4px;
  letter-spacing: 4px;
  color: #ffffff;
  text-transform: uppercase;
}

/* Aligning the logo and navigation items */
#topnav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#topnav .navigation-menu {
  display: flex;
  gap: 20px;
}

#topnav .logo img {
  width: 130px; /* Adjust logo size as needed */
}

.logo.position-absolute.start-50 {
  top:-15px;
}
 
#topnav.scrolled .logo.position-absolute.start-50 {
  top:-22px;
}


#topnav .nav-link {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s;
}

#topnav .nav-link:hover,
#topnav .nav-item.active .nav-link {
  color: #c9c8c8;
}

/* Ensuring the header overlays the background image */
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
}
.custom-btn {
  width: 213px;
  background-color: #ffffff;
  color: #647c90;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #ffffff;
  border-radius: 3px;
  padding: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-toggler-icon {
  background-image: url("../img/icons/offcanvas.png");
  width: 38px;
}
.bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 20px;
}
.bottom-bar span {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
}

.service-section .container-fluid p {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 35.82px;
  color: #647c90;
}

.service-section .service-bg {
  background-image: url("../img/bg/service.png");
  background-size: cover;
  background-position: center;
  padding: 100px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .service-section .service-bg {
    padding: 50px;
  }

  .service-section .service-container,
  .service-section .service-bg .service-bg-container {
    background: rgb(54, 34, 33, 0.3) !important;
  }

  .bottom-bar .col-sm-12 {
    margin-bottom: 15px;
    text-align: center;
  }

  .bottom-bar .col-sm-12:last-child {
    margin-bottom: 0;
  }
  .translate-middle-x {
    transform: translateX(0%) !important;
  }
  .start-50 {
    left: 4% !important;
  }
  .service-section .container {
    padding: 0px;
    border-radius: 0px;
  }
  .service-section .service-bg {
    border-radius: 0px;
  }

  #about-us h4{
    padding: 30px 20px 0px 20px !important;
  }
  #about-us p {
    padding: 20px 20px 60px 20px !important;
    margin-top: 0px !important;
  }
  

  #about-us .container {
    padding: 0px !important;
    overflow: hidden;
  }
  #about-us .container .row{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  
}

@media (max-width: 992px) {
  .service-section .service-container {
    width: 100% !important;
  }

  .order-last-lg {
    order: 6 !important;
  }
}

.service-section .service-bg .service-bg-container {
  background: rgb(54, 34, 33, 0.4);
  backdrop-filter: blur(30px);
  border-radius: 20px;
}
.service-section .service-bg h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}
.service-section .service-container {
  background: rgba(54, 34, 33, 0.4);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  height: 90px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #ffffff26;
}
.service-container:hover {
  cursor: pointer;
  background: rgba(189, 189, 189, 0.2);
  transition: background 0.4s ease-in-out;
}
.service-section .service-container h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.service-section .service-bg p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  line-height: 35px;
}

.line {
  opacity: 0.6;
  height: 1px;
  width: 75px;
  margin: 20px auto;
  background-color: #647c90;
}

.client-project-section h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #647c90;
}

#about-us {
  background-color: #e4dbd4;
}


#about-us h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 5px;
  color: #647c90;
  text-transform: uppercase;
}
#about-us p {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  color: #647c90;
}

@media (min-width: 768px) {
  #clients .container {
    max-width: 1100px;
  }
}

@media (max-width: 576px) {
  .service-section .service-bg {
    padding: 50px 20px;
  }
}

#footer {
  background-color: #647c90;
}
#footer #contact .made-for-you {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #ffffff;
}

#footer #contact h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #ffffff;
}

#footer #contact p {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
}

#footer #contact p.contact-details {
  font-weight: 400;
  font-size: 18px;
}

/* Custom styles for input fields and placeholder text */
.custom-input {
  padding: 10px 25px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
}

.custom-input::placeholder {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 6px;
}

.custom-input:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}

#footer .footer-text .contact-heading {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

#footer .footer-text .contact-details {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

#footer .copyrights span {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}

#footer .line {
  background-color: #fff;
}

/* Preloader container */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* Background color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Loader animation */
.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spin animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#topnav.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.5s ease;
}

#topnav.scrolled {
      padding-top: 35px !important;
    padding-bottom: 35px !important;
}

/* Fade-in animation */
.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transform: translateY(50px); /* Initial position for fade/slide effect */
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}


.offcanvas-header .btn-close{
    font-size: 20px !important;
    filter: invert(100%);
}