@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

:root {
	--primary-color: #e0d8cd;
	/* --secondary-color: #83362c; */
	--secondary-color: #000000;
	--white-color: #FFFFFF;
	--black-color: #000000;
	--default-font: "Barlow Condensed", arial;
}

.josefin-sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Preloader Container */
.tatha-preloader-index {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999999999999;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  animation: fadeOut 1s ease 3.0s forwards;
  animation: fadeOut 1s ease 2.0s forwards;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.tatha-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999999999999;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  animation: fadeOut 0s ease 0.0s forwards;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

/* Inner Preloader Container */
.container-preloader {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Title: TATHA ARCHITECTS */
.container-preloader h1 {
  animation: slideIn 2s ease forwards;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

/* Main Title */
.container-preloader > h1 > .main {
  font-size: 6vw;
  letter-spacing: 2vw;
  font-weight: 400;
}

/* Sub Title */
.container-preloader > h1 > .sub-main {
  font-size: 4.5vw;
  letter-spacing: 0.5vw;
  font-weight: 400;
}

/* Loader Text */
.three-loader {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.three-loader > span {
  font-size: 2vw;
  font-weight: 300;
  color: #000000;
  opacity: 0;
  animation: fadeInSpan 2.0s ease forwards;
}

.three-loader span:nth-child(1) { animation-delay: 0.5s; }
.three-loader span:nth-child(2) { animation-delay: 0.7s; }
.three-loader span:nth-child(3) { animation-delay: 0.9s; }
.three-loader span:nth-child(4) { animation-delay: 1.1s; }
.three-loader span:nth-child(5) { animation-delay: 1.3s; }
.three-loader span:nth-child(6) { animation-delay: 1.5s; }
.three-loader span:nth-child(7) { animation-delay: 1.7s; }

/* Animations */
@keyframes fadeInSpan {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeOut {
  to { opacity: 0; visibility: hidden; }
}

/* Responsive Adjustments for Smaller Screens */
@media (max-width: 768px) {
  .container-preloader h1 {
    flex-direction: column;
    gap: 5px;
  }

  .container-preloader > h1 > .main {
    font-size: 8vw;
    letter-spacing: 1vw;
  }

  .container-preloader > h1 > .sub-main {
    font-size: 6vw;
  }

  .three-loader > span {
    font-size: 4vw;
  }
}
/* animation logo at preloader  */
.logo-container {
      position: relative;
      display: inline-block;
      text-align: center;
      animation: slideIn 3s ease forwards;
    }

    .circle {
      position: absolute;
      top: 50%;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      /* background-color: rgba(0, 0, 0, 0.05); */
      background-color: #e0d8cd85;
      transform: translateY(-50%);
      animation: floatCircle 4s ease-in-out infinite;
    }

    .circle:nth-child(1) {
      left: -120px;
      animation-delay: 0s;
    }

    .circle:nth-child(2) {
      animation-delay: 1s;
      right: 60px;
    }

    .circle:nth-child(3) {
      left: 120px;
      animation-delay: 2s;
    }
    .circle:nth-child(4) {
      left: 60px;
      animation-delay: 3s;
    }

    @keyframes floatCircle {
      0%, 100% {
        transform: translateY(-50%) translateX(0);
      }
      50% {
        transform: translateY(-50%) translateX(10px);
      }
    }

    .logo-text {
      position: relative;
      font-size: 40px;
      font-weight: bold;
      z-index: 1;
      color: #222;
    }

    .subtext {
      font-size: 14px;
      color: #555;
      margin-top: 5px;
      letter-spacing: 2px;
    }
/* preloader end  */

/* .share-btn>span{
  display: none;
} */
.team-item_wrap{
  position: relative;
  overflow: hidden;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #fff;
}
.team-single h3{
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  padding: 0px 14px;
}
.team-single img{
  width: 170px;
}
.team-single p{
  text-align: center !important;
}
.sidebar-social>ul{
  display: flex;
  justify-content: center;
}
@media (max-width:1069px) {
.fw-carousel_contr_wrap{
  display: none;
}
}

.breadcrumb {
  margin-top: -10px;
  list-style: none;
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  position: relative;
  z-index: 10;
  background-color: #fff;
  margin-left: 36px;
  padding-bottom: 10px;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.breadcrumb li a:hover {
  color: #83362c;
}

/* Add separator icon */
.breadcrumb li:not(:last-child)::after {
  content: "\f105"; /* Font Awesome arrow-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  color: #888;
}

@media (max-width:1069px) {
  .breadcrumb{
    display: flex;
  }
  #wrapper{
    top: 130px;
  }
}
.left-sub-heading{
  color: #000 !important;
  font-size: 17px;
	padding-bottom: 15px;
}
.left-content-head{
  text-align: start;
  font-weight: 700;
  font-size: 23px;
  padding-bottom: 10px;
  color: #000;
  text-transform: capitalize;
}
.view-all-projects{
  display: none;
}
@media (max-width:1069px) {
  .view-all-projects{
    display: block;
}
}
/* hidden project number  */
.sc_num, .pr_num{
  display: none;
}