@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.nav_list li {
  padding: 10px;
}
html,
body{
  scroll-behavior: smooth !important;
}
.header{
  position: sticky;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  z-index: 999;
  background: #0c1524 !important;
  padding: 12px 0;
}
.sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s ease-in-out;
  border-bottom: 2px solid #c4975c;
 
}

.sticky .logo_wrapper {
  height: 50px;
  max-width: 180px;
  width: 100%;
}
.img_div{
  position: relative;
}

.bg_image {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-40%);
  z-index: 99;
  max-width: 700px;
  width: 100%;
}
.contact_detail{
  box-shadow: 0 0 10px rgb(113, 112, 112);
  width: 100%;
  padding: 15px;
}
.bg_content,
.bg_image .bg_content {
  background-color: #c4975cde;
}
.for_pc{
  display: none !important;
}
.logo_wrapper {
  height: 50px;
  max-width: 180px;
  width: 100%;
}
.nav_list li a,
.nav_list li a.active {
  font-weight: 600;
  color: #ffffff;
  position: relative;
  padding: 0 6px;
  transition: 0.4s ease-in-out;
}

.nav_list li a::after,
.nav_list li a.active::after {
  position: absolute;
  top:100%;
  left: 0px;
  content: "";
  width: 100%;
  height: 5px;
  transition: 0.4s ease-in-out;
}

.nav_list li a.active::after,
.nav_list li a:hover::after {
  
}
.nav_list li a.active,
.nav_list li a:hover {
  color: #c4975c;
}


.bg_content {
  max-width: 780px;
  width: 100%;
  border-radius: 60px 0 60px 0;
  padding: 3rem 0;
  overflow: hidden !important;
}
.bg_content h2 {
  font-weight: 700;
  font-size: 55px;
  /* backdrop-filter: blur(15px); */
}
.bg_content h5 {
  font-weight: 700;
  font-size: 25px;
}
.bg_content h6{
  font-weight: 700;
  font-size: 18px;
}
.bg_content p{
  font-size: 14px;
  font-weight: 600;

}
.contact_detail {
  background-color: #ffffffff;
  border-radius: 10px;
  
}
input {
  border: 1px solid rgb(206, 203, 203);
  border-radius: 8px;
}
input:focus {
  outline: none !important;
}
.heading {
  color: rgb(17 17 82) !important;
  margin-top: 65px;
}
.bg_section{
  position: relative;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 90vh; */
}
.Master{
  max-width: 1200px;
  width: 100%;
  transition: 0.4s ease-in-out;
}
.Master:hover{
  transform: translateY(-8px);
}
.Master img{
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Company{
  color: #c4975c;
}
.footer_text p{
  color: #fff;
  font-size: 15px;
}
footer{
  background: #0c1524;
}
.footer_link li{
  margin-top: 6px;
}
.footer_link li a{
  color: #ffffff;
}
.footer_link li:hover a{
  color: #c4975c;
}
.for_mobile {
  display: none !important;
}

.popup_wrapper{
  max-width: 450px;
  width: 100%;
  height: 300px;
  background-color: #ffffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(155, 154, 154);
  display:  flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.popup_wrapper {
  animation: animate 4s ease-in-out infinite;
}
.popup_wrapper h1{
  font-size: 30px;
  font-weight: 700;
  align-items: center;
  backdrop-filter: blur(15px);
  color: rgb(4, 4, 53);
  
}

.img_wrapper{
  height: 280px;
  overflow: hidden;
}
.img_wrapper img{
  height: 100%;
  width: 100%;
}
.contact_btn{
  position: fixed;
  transform: rotate(270deg) !important;
  top: 50%;
  right: -86px;
  background-color: #c4975c;
  z-index: 999;
  padding: 6px 10px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  animation: contact 3s  linear infinite;
  border-radius: 4px;
}
@keyframes contact {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(0.85);
  }
  100%{
    transform: scale(1);
  }
  
}

@keyframes animate {
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(0.94);
  }
  100%{
    transform: scale(1);
  }
}
.thankuok{
  max-width: 80px;
  padding: 6px 15px;
  width: 100%;
  font-weight: 600;
  background-color: #c4975c;
}
.Roadmap{
  max-width: 400px;
  width: 100%;
  height: 200px;
}
.image-row {
  display: flex;  
}


.image-row .image {
  margin: 12px;
  height: 300px;  
}

.image { 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
 transition: 0.4s ease-in-out;
 
}
.image:hover{
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 
  0 6px 20px rgba(0, 0, 0, 0.15),
  0 6px 20px rgba(0, 0, 0, 0.7);
}
.image-01 {
  background-image: url(../image/g1\ \(10\).jpg);
  flex: 1;  
}

.image-02 {
  background-image: url(../image/g1\ \(20\).jpg);
  flex: 1;  
}

.image-03 {
  background-image: url(../image/g1\ \(3\).jpg);
  flex: 2;  
}

.image-04 {
  background-image: url(../image/g1\ \(4\).jpg);
  flex: 1;
}

.image-05 {
  background-image: url(../image/g1\ \(5\).jpg);
  flex: 2;
}

.image-06 {
  background-image: url(../image/g1\ \(6\).jpg);
  flex: 2;
}

.image-07 {
  background-image: url(../image/g1\ \(7\).jpg);
  flex: 1;
}

.image-08 {
  background-image: url(../image/g1\ \(8\).jpg);
  flex: 3;
}

.image-09 {
  background-image: url(../image/g1\ \(9\).jpg);
  flex: 1;
}

.image-10 {
  background-image: url(../image/g1\ \(11\).jpg);
  flex: 1;
}

.image-11 {
  background-image: url(../image/g1\ \(10\).jpg);
  flex: 1;
}

.image-12 {
  background-image: url(../image/g1\ \(20\).jpg);
  flex: 1;
}
.image-13 {
  background-image: url(../image/new.jpg);
  flex: 1;
}
.image-14 {
  background-image: url(../image/new1.jpg);
  flex: 1;
}

@media screen and (max-width: 778px) {
  .image-row {
    flex-direction: column;
  }
  
  .image-row .image {
    flex-basis: auto;
  }
}

.section_bg{
  background-image: url(../image/section-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
  text-align: center;
  position: relative;
  padding: 4rem 0 ;

}

.section_bg::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: .9;
  z-index: -1;
}
.section-title h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: #333;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.section-title h5{
max-width: 600px;
color: #c4975c;
font-size: 22px;
font-weight: 300;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 0.7px;
font-family: 'Rajdhani', sans-serif;
margin: 0 auto;
}
.section-wrapper{
  overflow-y: scroll;
  height: 490px;
}
.section-wrapper::-webkit-scrollbar {
  display: none;
}

.section-wrapper {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.All_btn{
  background: #0c1524dc;
  padding: 8px 10px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  font-weight: 500;
  color: #ffffff;
}
.All_btn:hover{
  background: #0c1524;
}

.read_more{
  border-bottom: 2px solid #0c1524 !important;
  padding: 0px 5px;
  position: relative;
  z-index: 1;
  
}
.read_more::before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 0%;
  width: 100%;
  background: #0c1524;
  z-index: -1;
  transition: 0.4s ease-in-out;
  
}
.read_more:hover.read_more{
  color: #ffffff;
}
.read_more:hover::before{
  height: 100%;
  
}
.more_content{
  display: none;
}
.list li{
  margin-top: 5px;
}
.list li span{
  font-size: 12px;
  color: #0c1524;
  margin-right: 5px;
}
.card {
  margin-bottom: 1.5rem;
  box-shadow: 0 0 10px rgb(223, 221, 221);
}
.card {
  color: #c4975c!important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #0c1524 !important;
  background-clip: border-box;
  border: 0 solid rgba(192, 190, 190, 0.125) !important;
  border-radius: .25rem;
}
.text-lite {
  color: #ffffff;
}
.card-header {
  border-bottom: 1px solid #ffffff !important;
}
.card-header{
  background: #0c1524 !important;
  color: #ffffff !important;
}
.Price-text{
  font-weight: 600;
  font-size: 15px;
}

.input_style:focus{
outline: 1px solid #c4975c !important;
}
.form-style{
  box-shadow: 0 0 10px #c4975c;
}
.chat{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.chat .Whatsapp_c,
.chat .Whatsapp{
  background: #c4975c;
  border-radius: 20px 20px 0px 0;
  padding: 6px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.chat .Whatsapp_c{
  border-radius: 20px 20px 0px 0;
}
.bhk{
 background: #f2f2f2;
 position: relative;
}


@media screen and (max-width: 1063px) {
  .bg_image{
    display: none !important;
  }
  .for_pc{
    flex-direction: column !important;
    gap:30px;
  }
  .for_pc{
    display: flex !important;
  }
  .heading {
    color: rgb(17 17 82) !important;
    margin-top: 40px;
  }
  .bhk{
   display: none;
   }
}

@media screen and (max-width: 998px) {
  .chat{
    display: initial;
  }
}
@media only screen and (max-width: 768px) {
  .nav_list {
    display: none !important;
  }
  .bg_content h2 {
    font-weight: 700;
    font-size: 32px;
  }
 
.bg_content h5 {
  font-weight: 600;
  font-size: 14px;
}
.bg_content {
  padding: 2rem;
}
}

