@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #ea8d27;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", serif;
}

.video-benar {

  height: 100vh;
  width: 100vw;
  object-fit: cover;
  padding: 0% !important;
  margin: 0% !important;
}

.logo {
  position: absolute;
  top: 0;
  bottom: 0;


}

.logo img {
  height: 80px;
  width: auto;
}

.addd {
  position: relative;
  overflow: hidden !important;
  
}

.video-1 {
  height: 100vh !important;
  overflow: hidden !important;
  /* bottom: 0; */
}

.menu-btn {
  height: 35px !important;
  width: 40px !important;
  /* border: none !important; */
  color: #fff;
}

.ultimate {
  position: absolute;
  top: 30%;
  bottom: 0;
  right: 0;
  left: 0;

}

.ultimate-1 {
  background: linear-gradient(to Right, #dc411f, #e9982e);
  font-size: 50px;
  text-transform: capitalize;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  display: inline-block;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  /* Needed for most browsers */
  color: transparent;
  /* Hide solid text to reveal gradient */
}

.overly {
  background: linear-gradient(to Top, #000000ca, transparent);
}

/* From Uiverse.io by gharsh11032000 */
.button {
  position: relative;
  background-color: transparent;
  color: #e8e8e8;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
  width: 190px;
  height: 60px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid white;
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.2);
  line-height: 1;


}

.button:hover {
  background-color: #ea8d27;
  border: 1px solid #ea8d27;

}

.button::before {
  content: "Know More";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translate(0%, 90%);
  border-radius: 5px !important;
  z-index: 99;
  position: relative;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  color: #000;
}

.button::after {
  content: "Know More";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  pointer-events: none;
  transform-origin: top;
  transform: translate(0%, -100%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button:hover::before {
  transform: translate(0%, 0%);
}

.button:hover::after {
  transform: translate(0%, -200%);
}

.button:focus {
  outline: none;
}

.button:active {
  scale: 0.95;
}

.committing-page {
  background-color: #fff;
}

.about-page {
  color: #000;
}

.about-aekum {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.Committed-h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.15;
  text-align: center;
  color: #ea8d27;
  font-weight: 800;

}
 .stand-p {
  color: rgb(125, 124, 124);
  font-size: 14px;
} 


.read-m-btn {
  position: relative;
  background-color: transparent;
  color: #ea8d27;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
  width: 150px;
  height: 60px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #ea8d27;
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.2);

}

.read-m-btn:hover {
  background-color: #ea8d27;
  border: 1px solid #ea8d27;
  color: #fff;

}

.read-m-btn::before {
  content: "READ MORE";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translate(0%, 90%);
  border-radius: 5px !important;
  z-index: 99;
  position: relative;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.read-m-btn::after {
  content: "READ MORE";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  pointer-events: none;
  transform-origin: top;
  transform: translate(0%, -100%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.read-m-btn:hover::before {
  transform: translate(0%, 0%);
}

.read-m-btn:hover::after {
  transform: translate(0%, -200%);
}

.read-m-btn:focus {
  outline: none;
}

.read-m-btn:active {
  scale: 0.95;
}

.committing-page {
  background-image: url(/img/Elements-1.svg);
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: top right !important;
  padding-top: 60px;
  /* padding-bottom: 60px; */
}

.year-p {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.age-p {
  font-size: 50px;
  font-weight: 800;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  color: #ea8d27;
}

.year-p span {
  font-size: 14px;
  color: #000;
}

.featured-s p {
  color: black;
  font-size: 20px;
}

.featured-s h2 {
  font-size: 40px;
  color: #ea8d27;
  font-weight: 800;
}

.img-color {
  background-color: #f8f9f0;
}

.img-ss {
  width: 100%;
  height: 100%;
}

.hub-h2 h2 {
  font-size: 35px;
  color: #ea8d27;
  font-weight: 800;
}

.hub-h2 p {
  font-size: 18px;
  color: rgb(141, 140, 140);
}

.button3 {
  position: relative;
  background-color: #f8f9f0;
  color: #ea8d27;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
  width: 150px;
  height: 60px;
  /* border: none; */
  border: 1px solid #ea8d27;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  /* border: 1px solid white; */
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.2);

}

.button3:hover {
  background-color: #ea8d27;
  border: 1px solid #ea8d27;
  color: #fff;

}

.button3::before {
  content: "VIEW PRODUCT";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translate(0%, 90%);
  border-radius: 5px !important;
  z-index: 99;
  position: relative;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button3::after {
  content: "VIEW PRODUCT";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  pointer-events: none;
  transform-origin: top;
  transform: translate(0%, -100%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button3:hover::before {
  transform: translate(0%, 0%);
}

.button3:hover::after {
  transform: translate(0%, -200%);
}

.button3:focus {
  outline: none;
}

.button3:active {
  scale: 0.95;
}

.youtub {
  background-image: url(/img/IMG_4642.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.youtub-img {
  height: 100vh;
  /* width: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  z-index: 1000;
  left: 0;
  right: 0;
  top: 10px;

}

.card-container {
  display: flex;
  justify-content: center;
  margin: 20px;
}

.card {
  padding: 20px;
  background-color: #f3f4f6;
  border-left: 8px solid #002f6c;
  border-radius: 15px;
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #c69214;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-right: 15px;
}

.user-info {
  font-family: Arial, sans-serif;
}

.user-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #002f6c;
}

.user-location {
  font-size: 0.875rem;
  color: #6b7280;
}

.stars {
  display: flex;
  color: #fbbf24;
  margin-top: 5px;
}

.stars span {
  font-size: 1.25rem;
}

.quote {
  font-size: 1rem;
  font-style: italic;
  color: #374151;
  margin-bottom: 15px;
}

.read-more {
  font-size: 1rem;
  font-weight: 600;
  color: #c69214;
  text-decoration: none;
  position: relative;
}

.read-more::after {

  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #c69214;
  transition: width 0.3s ease;
}

.read-more:hover::after {
  width: 100%;
}


.rahul-img {
  height: 100px;
  width: 100px !important;
  border-radius: 50%;
  vertical-align: middle;
}

.Buying-p {
  background-color: #ea8d27;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  height: 350px;
  /* width: 380px; */
}

.Buying-p span {
  font-size: 18px;
  font-weight: 400;
}

.img-psec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.reviews-h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.15;
  text-align: center;
  color: #ea8d27;
  font-weight: 800;
  margin-top: 100px !important;
  margin-bottom: 70px;

}

.img-left {
  background-image: url(/img/Elements-4.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: bottom right !important;
  position: relative;

}

/* .happybtn {
  position: absolute;
  top: 50%;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  z-index: 9;
} */


.happybtn .prev {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 4;
}


.happybtn .next {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 4;

}

.hapbtn {
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  background-color: #fff;
  color: #ea8d27;
  border: 1px solid #ea8d27;
}

.hapbtn:hover {
  background-color: #fff;
  color: #ea8d27;
  border: 1px solid #ea8d27;
}

.name-your {
  padding: 15px 40px;
  border-radius: 5px;
  border: 1px solid #ea8d27;
}

.sumit-btn {
  background-color: #ea8d27;
  padding: 15px 103px;
  border-radius: 5px;
  border: 1px solid #ea8d27;
  color: #fff;
}

.sumit-btn:hover {
  background-color: #000;
}

.connct-p {
  color: black;
  font-size: 20px;
}

.tell-c {
  background-color: #f9faf1;
  padding: 100px 0px;
  background-image: url(/img/Elements-4.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: bottom left !important;
  position: relative;

}

.tell-m {
  background-color: #fff;
  padding-left:45px !important;
  padding-right: 45px !important;
}

.checkbox-1 {
  background-color: #ea8d27 !important;
  color: #e8e8e8;
  border-radius: 50%;
}

.teams {
  color: #ea8d27 !important;
}

.background-c {
  /* width: 100vw !important; */
  background-color: #ea8d27;
}

.icons {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.f-icons {
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1.3px solid #ea8d27;
  border-radius: 50%;
  font-size: 14px;
  color: #ea8d27;
}

.home-menu {
  color: #FFF;
  list-style: none;
  line-height: 2.5;
}

.quick-p {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
}

.moon-c {
  list-style: none;
  color: #fff;
  line-height: 2.5;
}

.moon-c li a {
  color: #FFF;

}

.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* .sticky + .content {
  padding-top: 102px;
} */
.home-btn {
  background: linear-gradient(45deg, #dc411f, #e9982e);
  color: #fff;

  border-radius: 5px;
  font-size: 20px;
  font-weight: 400;
  border: unset;
}

.content-btn {
  background: linear-gradient(45deg, #dc411f, #e9982e, #f7c259, #dc411f);
  background-size: 300% 300%;
  /* Makes the gradient much larger for a wave effect */
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  line-height: 1;
  font-size: 17px;
  font-weight: 500;
  border: unset;
  animation: waveEffect 5s infinite linear;
  /* Smooth looping animation */
  transition: transform 0.3s ease, filter 0.3s ease;
  /* Smooth scaling on hover */
}

@keyframes waveEffect {
  0% {
    background-position: 0% 50%;
    /* Starts the gradient from one side */
  }

  50% {
    background-position: 100% 50%;
    /* Moves the gradient to the other side */
  }

  100% {
    background-position: 0% 50%;
    /* Returns the gradient to its original position */
  }
}

.content-btn:hover {
  transform: scale(1.1);
  /* Slightly enlarges the button */
  filter: brightness(1.2);
  /* Increases brightness */
  cursor: pointer;
}

.premium-img {
  background-image: url(/img/PicRetouch_20250102_162624486.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
}


.parth-p {
  font-size: 14px;
  color: rgb(141, 140, 140);
}
.img-untitled{
  width: 100%;
  height: 100%;
}
.bhk3{
  color:#fff;
  background-color:#ea8d27;
  font-size: 30px !important;
  display:inline-block;
  padding: 10px;
  border-radius: 10px;
}
.bhk4{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.furni-h2{
  font-size: 40px;
  color: #ea8d27;
  font-weight: 800;
  margin-bottom: 20px;
}
.sec-pp h4{
  padding-top:20px ;
}
.feratures-s{
  border:1px solid #ea8d27;
  background-color: #ea8d27;
  padding: 20px;
  color: white;
  border-radius: 20px;
  line-height:1.2;
  margin-top: 20px;
}
.contact-icons{
  display: flex;
  align-items: center;
  color: #fff;
  margin: 0;
}
.parth-c{
  background-color: #ea8d27;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
}
.icon-ul li a{
  text-decoration: none;
}
.step-p{
  font-size: 14px !important;
}
.spacious-h4{
  /* background-color: #ea8d27; */
 color: #ea8d27;
 /* display: inline-block; */
 /* padding: ; */
}
.bk-cg{
  background-color:#d9d8d892;
  opacity: 6;
}
.QUICK-t p {
  color:#ea8d27 ;
}
.QUICK-t h4{
  color:#ea8d27;
}
.QUICK-p{
  color:#ea8d27;

}
.QUICK-p:hover{
  color:#ea8d27;
}
.interior-sc{
  border: 1px solid rgba(0, 0, 0, 0.192) ;
  display: flex;
  align-items: center;
  color: #000 !important;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  border-radius: 10px;
  /* width: 200px; */
}
.QUICK-l{
  color:#ea8d27;
  font-size: 20px;
  padding-bottom: 10px;
}