@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@font-face {
  font-family: main;
  src: url(../font/Nexa-Book.ttf);
}

@font-face {
  font-family: Font-bold;
  src: url(../font/Nexa\ Bold.otf);
}

@font-face {
  font-family: Font-heavy;
  src: url(../font/Nexa-Heavy.ttf);
}

@font-face {
  font-family: Font-New;
  src: url(../font/Butler/Butler_Regular.otf);
}

@font-face {
  font-family: Font-New-bold;
  src: url(../font/Butler/Butler_Bold.otf);
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  /* font-family: main, sans-serif; */
  font-family: "Source Sans 3", sans-serif;
  /* font-family: Font-New, sans-serif; */
}

html,
body {
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}


select::placeholder , select , input{
color: #828487!important;
}
option , select:focus{
color: #000000 !important;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cca869;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}


input::placeholder , textarea::placeholder{
  font-size: 16px !important;
  font-family: "Source Sans 3", sans-serif;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}


.font {
  /* font-family: Font-bold, sans-serif; */
  /* font-family: Font-New, sans-serif; */
  font-family: "Merriweather", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-b {
  /* font-family: Font-heavy, sans-serif; */
  /* font-family: Font-New-bold, sans-serif; */
  font-family: "Merriweather", serif;
}

.font-l {
  font-family: "Source Sans 3", sans-serif;
  /* font-family: main, sans-serif; */
  /* font-family: Font-New, sans-serif; */
}

.color {
  color: #cca869;
}

.color2 {
  color: #5e605b;
}

.bg {
  background-color: #cca869;
}

.bg2 {
  background-color: #5e605b;
}

/* ---------- header ----------------- */


header .logo{
  width: 300px;
}

.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #00c9d0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.lead {
  font-size: 13px;
}

.loader div {
  background-color: #d9b06a;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: .5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ballPulseDouble {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


header {
  -webkit-backdrop-filter: blur(35.70000076293945px);
  backdrop-filter: blur(35.70000076293945px);
  background: rgba(204, 168, 105, 0.59);
  border-radius: 100px;
  top: 20px !important;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}


header.fixed {
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}

.mobile {
  position: fixed;
  width: 100%;
  background-color: #555;
  height: 100vh;
  z-index: 1031;
  padding: 30px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mobile.active {
  -webkit-transform: translateY(-0);
  -ms-transform: translateY(-0);
  transform: translateY(-0);
}

.mobile a {
  color: #fff;
}

header a {
  color: #fff;
}

header a:hover {
  color: #ffdfa9;
}

section.banner .video-container {
  height: 90vh;
  /* Full viewport height */
  width: 100%;
  /* Adjust if you don't want full width */
  overflow: hidden;
  /* Hide any overflow caused by the aspect ratio */
  position: relative;
}

section.banner .video-container video {
  width: 100%;
  /* Fill the container width */
  height: 100%;
  /* Maintain aspect ratio */
  -o-object-fit: cover;
  object-fit: cover;
  /* Cover the container while maintaining aspect ratio */
}

section.banner .card-img-overlay {
  /* bottom: 15%; */
  bottom: 35%;
  top: auto;
  left: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cca869;
}

.owl-theme .owl-nav {
  display: none;
}

.owl-theme .owl-dots {
  margin-top: 10px;
}

section.banner .overlay {
  position: absolute;
  background: rgb(0 0 0 / 32%);
  mix-blend-mode: color;
  width: 100%;
  height: 100%;
}

section.banner h5 {
  font-size: 50px;
  line-height: 1.1;
}

section.banner h5 span {
  font-size: 50px;
  line-height: 1.1;
}

section.banner img {
  -webkit-animation: move 2s ease infinite;
  animation: move 2s ease infinite;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.padding {
  padding: 100px 0;
}

.line {
  width: 40px;
  height: 1px;
  background-color: #000;
}

section.story .para {
  line-height: 10px;
}

.btn_1 {
  border: 2px solid #5e605b;
  border-radius: 5px;
  width: 148px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #5e605b;
}

.btn_1:hover {
  border: 2px solid transparent;
  color: #ffffff;
  background-color: #cca869;
}

section.choose .card {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
}

section.choose .inside {
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.choose .card:hover .inside {
  background-color: #1d1a15;
  border-radius: 10px;
}

section.values {
  background: url("../Images/bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.values .play {
  border: 1px solid white;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-animation: zoom 5s ease infinite 0s;
  animation: zoom 5s ease infinite 0s;
}

section.values .play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid white;
  border-radius: 50%;
  height: 70px;
  width: 70px;
}

section.values .play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid white;
  border-radius: 50%;
  height: 130px;
  width: 130px;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

section.values .cricle {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #cca869;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 6px;
  z-index: 10;
}

section.values .cricle span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #ffffff;
}

section.service .card {
  background-color: #ffffff;
  color: #5e605b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  gap: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(237, 237, 237, 0.264);
  box-shadow: 2px 2px 2px rgba(237, 237, 237, 0.264);
}

section.service .box {
  background-color: #cca869;
  color: #fff;
  padding: 4px 19px;
  font-size: 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.space .left {
  background-color: #f2ebde;
}

section.space .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.space img {
  -o-object-fit: cover;
  object-fit: cover;
}

section.excellence {
  background-color: #fffbf3;
}

section.excellence .box {
  border-radius: 10px;
  padding: 36px 20px;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  /* -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.05); */
 
}

section.excellence .main_box .box:nth-child(1) {
  position: sticky;
  top: 190px;
  background-color: #fff4df;
  /* left: -300px; */
}

section.excellence .main_box .box:nth-child(2) {
  position: sticky;
  top: 190px;
  background-color: #fff4df;
}

section.excellence .main_box .box:nth-child(3) {
  position: sticky;
  top: 190px;
  background-color: #fff4df;
}

section.excellence .main_box .box:nth-child(4) {
  position: sticky;
  top: 190px;
  background-color: #fff4df;
}

section.excellence .main_box .box:nth-child(5) {
  position: sticky;
  top: 190px;
  background-color: #fff4df;
}

section.excellence .sticky {
  position: sticky;
  top: 190px;

}

marquee a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

section.form .overlay {
  min-height: 340px;
  width: 100%;
  background-color: #5e605b;
  position: absolute;
  top: 0;
  z-index: -1;
}

section.form input::-webkit-input-placeholder {
  font-size: 14px;
}

section.form input::-moz-placeholder {
  font-size: 14px;
}

section.form input:-ms-input-placeholder {
  font-size: 14px;
}

section.form input::-ms-input-placeholder {
  font-size: 14px;
}

section.form input::placeholder {
  font-size: 14px;
}

section.form .btn {
  background-color: #cca869;
  color: #fff;
  padding: 8px 20px;
}

section.form ul {
  position: relative;
  top: 130px;
}

section.form ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  margin-bottom: 26px;
}

section.form ul li a {
  color: #5e605b;
}

.bar {
  width: 35px;
  height: 35px;
  border-radius: 6px;
  background-color: #cca869;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.line_1 {
  width: 100px;
  height: 2px;
  opacity: 1;
  background-color: #cca869;
  color: #cca869;
}


/* section.story img {
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.story img:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
} */



/* ---------------- about page ---------------------- */

section.other-banner .container {
  padding-top: 12%;
  height: 386px;
}

section.service img {
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}


section.service_page {
  background: url(../Images/bg-2.webp) no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}


section.value_page .card {
  background-color: #fff8ed;
  height: 100%;
  border-radius: 20px;
}


/* .effect {
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.effect:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
} */

/* section.excellence .pattern{
  position: sticky;
  right: 0;
  top: 200px;
} */


section.feedback .card{
  box-shadow: 2px 2px 2px rgba(242, 235, 222, 0.246);
}

section.feedback .btn_1:hover{
  background-color: #5e605b;
  color: #fff;
  border: 1px solid transparent !important;
}

section.excellence .owl-item.center .item {
  opacity: 1;
  transform: scale(1.1);
}
section.excellence .owl-item .item {
  opacity: 0.2;
  transition: all 1s ease;
}
section.excellence .owl-item .item p {
  opacity: 0;
}
section.excellence .owl-item .item h4 {
  font-size: 16px;
}
section.excellence .owl-item.center .item p {
  opacity: 1;
}
section.excellence .owl-item.center .item h4 {
  font-size: 20px;
}
section.excellence .owl-item.center .item .box {
  /* border: 1px solid #ededec; */
}