*{
   margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
body {
   font-family: Arial, sans-serif;
   background-color: var(--primary-color);
}
:root {
  --primary-color: #000000;
  --secondary-color: #ffffff;
  --tertiary-color: #FEB408;
}


body,
html {
 
  overflow-x: hidden;
}

/* common class */

a {
  display: inline-block;
  text-decoration: none;
}
ul {
  list-style-type: none;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col-50 {
  width: 50%;
  padding: 0 15px;
}

/* header section */

.container {
  max-width: 1850px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container2{
   max-width: 1350px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container3{
   max-width: 1920px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}


/* topbar */
 .top-bar {
  background-color: var(--primary-color);
  font-size: 14px;
}
.top-left,
.top-left2{
    color: #cccccc;
}
.top-center,
.ms-3
{
    color: var(--secondary-color);
}
.ms-3:hover{
  color: var(--tertiary-color);
  cursor: pointer;
  
}
 .top-left i {
  color: var(--tertiary-color);
  margin-right: 5px;
} 
/* navbar   */
/* .main-navbar {
  background-image: linear-gradient(to right, #2b2b2b, #4b4b4b);
  padding: 15px 0;
} */
.main-navbar {
   background: rgba(245, 239, 239, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 15px 50px;
  border-top: 1px solid #746d6d;
  border-bottom: 1px solid #746d6d;
  padding: 15px 0;
}
.nav-logo {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 24px;
}

.nav-logo span {
  color: var(--tertiary-color)
}

.navbar-nav .nav-link {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
}
.nav-link{
    position: relative;
}
.nav-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background:var(--tertiary-color);
    transition: 0.5s linear;
    transform: translateY(2px);
}
.nav-link:hover::after{
    width: 100%;
}
.nav-link:hover{
    transition: 0.5s linear;
    transform: translateY(2px);
    
}
.navbar-nav .nav-link.active {
  color: var(--tertiary-color);
}

.navbar-nav .nav-link:hover {
  color:var(--tertiary-color);
  transition: 0.5s linear;
  transform: translateY(2px);
}

.nav-icons i {
  color: var(--secondary-color);
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
}

.nav-icons i:hover {
  color: var(--tertiary-color);
   transition: 0.5s linear;
  transform: translateY(2px);
}
 
 
.dropdown {
  position: relative;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  /* left: 40px; */
  max-width: 200px;
  width: 100%;
  padding: 10px 0;
  display: none;

}
.property-box {
  width: 260px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--secondary-color);
}

.property-box ul li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  cursor: pointer;
}

 .property-box ul li:last-child {
  border-bottom: none;
}

.property-box ul li:hover {
  color: var(--tertiary-color);
  
}
 /* .dropdown-content li a {
  font-size: 18px;
  /* color: var(--primary-color); */
  /* font-family: "Inter", sans-serif;
  padding: 6px 0px;
  max-width: 55px;
  color: var(--tertiary-color);
}  */
  .nav-links{
    /* color: var(--tertiary-color); */
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 500;
    padding: 6px 0px;
  }


.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover i {
  transform: rotate(180deg);
  transition: 0.5s;
}
.navbar-toggler{
  display: none;
}
/* banner section  */
.banner-sec{
  background:  linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url('../assets/bannerimg4.jpeg')  no-repeat center/cover;

  min-height: 60vh;
   display: flex;
   justify-content: center;
   align-items: center;
   
}

.banner-sec h1{
 font-size: 80px;
 font-weight: 400;
 color:var(--secondary-color);
  text-align: center;
 margin: 0 auto;  
   
}

.text-wrap {
 display: inline-flex;
  align-items: center; 
   gap: 12px; 
  font-size: 18px;
}


.text-link {
  color: var(--secondary-color);
  cursor: pointer;
}

.text-link:hover {
  color: #f5c542;
   transition: 0.5s linear;
  transform: translateY(2px);
}

.text-box {
  width: 10px;
  height: 10px;
  background-color: #f5c542;
  display: inline-block;
}
.text-current {
  color: #f5c542;
  cursor: pointer;
}
 .text-current:hover{
  transition: 0.5s linear;
  transform: translateY(2px);
 }
/*about  section  */
.about-sec{
  padding: 60px 0px;
   background: radial-gradient(circle at center, #1a160e, #0d0c09);
}
.about-img1{
  max-width: 500px;
  
}

.about-img1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.about-img1 :hover{
  transition: 0.5s linear;
  transform: translateY(3px);
}
.title1{
  font-size: 16px;
  font-weight: 700;
  color: var(--tertiary-color);
text-align: end;
}
.about-text h2{
  font-size: 30px;
  font-weight: 500;
  color: var(--secondary-color);
  text-align: end;
  margin: 20px 0px;
}
.about-text p{
  font-size: 16px;
  font-weight: 400;
  color: #cccccc;
  text-align: end;
}
.about-btn{
  text-align: end;
 padding: 20px 0px;
 font-size: 20px;
 font-weight: 400;
 
}
.btn-1{
border: 1px solid #cccccc;
background-color: transparent;
color: var(--secondary-color);
text-transform: capitalize;
padding: 12px 10px 12px 20px;
cursor: pointer;

}
.btn-1:hover{
  border: 1px solid var(--tertiary-color);
  transition: 0.5s linear;
  transform: translateY(2px);
  box-shadow: 5px 5px 8px #f5c542;
}
.arrow-box{
  background-color: var(--tertiary-color);
  padding: 15px 15px;
}
.about-img2{
  max-width: 320px;
  margin: 30px 0px;
  float: right;
}
.about-img2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  
}
.about-img2 :hover{
  transition: 0.5s linear;
  transform: translateY(3px);
}
/* collection section  */
.collection-sec{
  padding: 60px 0px;
   background: radial-gradient(circle at center, #1a160e, #0d0c09);
   position: relative;
}
.title2{
  font-size: 16px;
  font-weight: 700;
  color: var(--tertiary-color);

}
.left-part h2{
   font-size: 30px;
  font-weight: 500;
  color: var(--secondary-color);
  margin: 20px 0px;
}
.details-btn{
 padding: 20px 0px;
 font-size: 20px;
 font-weight: 400;
 margin-bottom: 70px;
 
}
.btn-2{
border: 1px solid #cccccc;
background-color: transparent;
color: var(--secondary-color);
text-transform: capitalize;
padding: 12px 10px 12px 20px;
cursor: pointer;

}
.btn-2:hover{
  border: 1px solid var(--tertiary-color);
transition: 0.5s linear;
transform: translateY(2px);
 box-shadow: 5px 5px 8px #f5c542;
}
.arrow-box{
  background-color: var(--tertiary-color);
  padding: 15px 15px;
}
.left-img{
  max-width: 420px;
  cursor: pointer;
}
.left-img img{
    width: 100%;
  height: 100%;
  object-fit: cover;
}
.left-img:hover{
  box-shadow:5px 5px 5px #f5c542;
  transition: 0.5s linear;
  transform: translateY(2px);
}
.middle-img{
  max-width: 422px;
   position: absolute;
bottom: 9%;
}
.middle-img img{
    width: 100%;
  height: 100%;
  object-fit: cover;
 
}
.right-img{
  max-width: 424px;
   cursor: pointer;
}
.right-img img{
    width: 100%;
  height: 100%;
  object-fit: cover;
 
}
.right-img:hover{
  box-shadow:5px 5px 5px #f5c542;
  transition: 0.5s linear;
  transform: translateY(2px);
}
.text-part{
   font-size: 16px;
  font-weight: 400;
  color: #cccccc;
  max-width: 380px;
  padding: 10px 0px 0px 0px;
}
.text-part:hover{
  cursor: pointer;
  transition: 0.5s linear;
transform: translateY(1px);
}
/* advertisement section  */
.advertisement-sec {
  padding: 60px 0;
  overflow: hidden;
   background: radial-gradient(circle at center, #1a160e, #0d0c09);
}

 .advertisement-wrapper {
  overflow: hidden;
  width: 100%;
} 

 .advertisement-track {
  display: flex;
  animation: ad-marquee 12s linear infinite;
} 

.advertisement-wrapper:hover .advertisement-track {
  animation-play-state: paused;
}

.advertisement-content {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 60px;
  flex-shrink: 0;
}

.advertisement-content h2 {
  font-size: 48px;
  font-weight: 500;
  white-space: nowrap;
  color: var(--secondary-color);
}

.star-img img {
  width: 40px;
  height: 40px;
}

/* Animation */
@keyframes ad-marquee {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
/* team section  */
.team-sec{
   padding: 60px 0;
   background: radial-gradient(circle at center, #1a160e, #0d0c09);
}
.title3{
  font-size: 16px;
  font-weight: 700;
  color: var(--tertiary-color);
   text-align: center;
   padding: 20px 0px;
}
.team-sec h2{
   font-size: 30px;
  font-weight: 500;
  color: var(--secondary-color);
  text-align: center;

}
.swiper-button-prev,.swiper-button-next,.swiper-pagination{
  display: none;
}
.member-img{
  margin: 60px 0px 0px 0px;
  cursor: pointer;
}
.member-img img{
   box-shadow:5px 5px 5px #f5c542;
}
.member-img img:hover{
  
  transition: 0.5s linear;
  transform: translateY(2px);
}
.team-sec h4{
  font-size: 25px;
  font-weight: 500;
  color: var(--secondary-color);
  text-align: center;
  padding: 25px 0px 0px 0px;
  cursor: pointer;
}
.team-sec h4:hover{
transition: 0.5s linear;
transform: translateY(2px);
text-decoration: underline;
}
.team-sec h6{
  font-size: 16px;
  font-weight: 700;
  color: var(--tertiary-color);
  text-align: center;
  padding: 7px 0px 0px 0px;
}
/* photo section  */
.photo-sec{
   background: url('../assets/frame6.png')  no-repeat center/cover;
  min-height: 60vh;
  animation: bgZoom 5s ease-in-out infinite;
}

@keyframes bgZoom {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 108%;
  }
  100% {
    background-size: 100%;
  }
}
/* testimonial section  */
.testimonial-sec {
  padding:60px 0px ;
  background: radial-gradient(circle at center, #1a160e, #0d0c09);
}


.testimonial-tag {
 color: #f4c56d;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.testimonial-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  color: var(--secondary-color);
}

.testimonial-text {
  max-width: 450px;
  font-size: 16px;
  font-weight: 500;
  color: #bdbdbd;
  text-align: center;
}

.client-name {
  font-size: 25px;
  color: #f4c56d;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.client-name:hover{
  cursor: pointer;
   transition: 0.5s linear;
  transform: translateY(2px);
  text-decoration: underline;
  
}
.client-role {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
display: flex;
justify-content: center;
margin-top: 10px;
}
.testimonial-btn{
  width: 81px;
  height: 40px;
  border: 1px solid #f6c85f;
  border-radius: 20px;
  display: flex;
   align-items: center; 
  justify-content: center;
}
.btn-4{
 color: #f6c85f;
  font-size: large;
 
}
.swiper-button-prev,
.swiper-button-next {
 display: none;
}
.img1{
  width: 80px;
  height: 80px;
  margin: 25px 0px;
  cursor: pointer;
}
.img1:hover{
  transition: 0.5s linear;
  transform: translateY(2px);
  /* border-radius: 50%; 
   border: 1px solid var(--secondary-color); */
}
/* footer section  */
.footer-sec {
  background: radial-gradient(circle at center, #1a160e, #0d0c09);
 padding: 60px 0px;
  
}
.newsletter-tag {
color: #f4c56d;
  font-size: 16px;
  font-weight: 600;
}

.newsletter-title {
   font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  max-width: 341px;
 color: var(--secondary-color);
 text-align: center;
 margin: 0 auto;

}

.newsletter-form {
  max-width: 653px;
  display: flex;
 border-bottom: 1px solid rgba(255,255,255,0.3);
 text-align: center;
margin: 0 auto;
margin-top: 90px;
 margin-bottom: 90px;
}

.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--secondary-color);
  padding: 10px 0;
  outline: none;
 
}

.newsletter-form button {
  background: none;
  border: none;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.newsletter-form button:hover{
  transition: 0.5s linear;
  transform: translateY(2px);
  color: var(--tertiary-color);
}
.footer-logo {
  font-size: 28px;
  font-weight: 700;
  max-width: 109px;
  color: var(--secondary-color);
    margin: 50px 0px 0px 0px;
}
.footer-logo span {
  color: #f6c85f;
}

.footer-text {
  font-size: 14px;
  color: #bcbcbc;
  margin: 50px 0;
  max-width: 400px;
}
.footer-phone{
   color: #f6c85f;
    font-weight: 400;
}
.footer-number {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 15px;
}

.footer-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--secondary-color);
   margin: 50px 0px;
}
/* .footer-title:hover{
   transition: 0.5s linear;
  transform: translateY(2px);
  color: var(--tertiary-color);
  cursor: pointer;
} */
.footer-list{
  padding: 0;
}
.footer-links {
  font-size: 19px;
  font-weight: 400;
   color: var(--secondary-color);
   margin-bottom: 25px;
   border-bottom: 2px solid #939292;
   cursor: pointer;
}
.footer-links:hover{
  transition: 0.5s linear;
  transform: translateY(2px);
   color: var(--tertiary-color);
  cursor: pointer;
}
.footer-address {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
  max-width: 250px;
}
.footer-email{
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  border: 2px solid rgba(255,255,255,0.2);
  color: var(--secondary-color);
  margin-right: 8px;
  cursor: pointer;
   margin-top: 20px;
}

.social-icons a:hover {
  background: #f5c542; 
color:var(--primary-color) ;
 transition: 0.5s linear;
  transform: translateY(2px);
   
}

.footer-line {
  border: 1px solid #939292;
}

.copyright {
  font-size: 16px;
  font-weight: 400;
  color: #bcbcbc;
cursor: pointer;
margin: 30px 0px;
}
.copyright:hover{
   color: var(--tertiary-color);
    transition: 0.5s linear;
  transform: translateY(2px);

}
/* topbar media section  */
@media screen and  (max-width: 993px) {
 .top-bar .container {
    flex-direction: column;
  gap: 8px;
    text-align: center;
  }
  .top-left{
    font-size: 14px;
    margin-top: 10px;
  }
  
.top-center {
    font-size: 14px;
  }
  .top-right {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
  }
 .top-right .ms-3 {
    margin-left: 0;
  }
}
/* navbar media section  */
 @media screen and (max-width: 993px) {
   .navbar-toggler {
     display: block;
    
  } 

   .navbar-toggler-icon {
    filter: invert(1);
    
  } 
  .navbar-collapse {
    background-color: var(--primary-color);
    backdrop-filter: blur(20px);
    padding: 20px 0;
    margin-top: 15px;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .dropdown-content {
    position: static;
    display: none;
    text-align: center;
  }

  .dropdown.show .dropdown-content {
    display: block;
  }
 .dropdown-content ul {
  padding: 0;
  margin: 0; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-links{
  font-size: 16px;
}
  .nav-icon {
     /* justify-content: center;
    margin-top: 15px;  */
    display: none;
  }
}
/* banner media section  */
@media screen and  (max-width: 1200px){
  .banner-sec h1{
    font-size: 60px;
  }
  
}
@media screen and  (max-width: 576px){
  .banner-sec h1{
    font-size: 40px;
  }
 
}
/* about media section  */
@media screen and (max-width:993px){
  .about-img1{
    text-align: center;
    margin: 0 auto;
    max-width: 320px;
  }
  .title1{
     text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }
  .about-text h2{
     text-align: center;
    margin: 0 auto;
    margin-top: 10px;
  }
  .about-text p{
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
  }
  .about-btn{
     text-align: center;
    margin: 0 auto;
margin-top: 10px;
  }
  .about-img2{
   float: none;
     text-align: center;
    margin: 0 auto;
    max-width: 250px;
    margin-top: 10px;
  }
}
@media screen and (max-width:576px){
   .about-img1{
    text-align: center;
    margin: 0 auto;
    max-width: 250px;
  }
  .about-text h2{
     text-align: center;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 10px;
  }
  .about-text p{
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    margin-top: 10px;
  }
  .about-img2{
   float: none;
     text-align: center;
    margin: 0 auto;
    max-width: 220px;
    margin-top: 10px;
  }
}
/* collection media section  */
@media screen and (max-width:1200px){
  .title2{
    text-align: center;
    margin: 0 auto;
  }
  .left-part h2 {
    font-size: 26px;
     text-align: center;
    margin: 0 auto;
    margin-top: 15px;
  }

  .details-btn {
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
  }

  .left-img,
  .middle-img,
  .right-img {
    max-width: 330px;
  }
  .middle-img {
    position: static;
    margin: 20px auto 0;
    display: block;
  }

  .left-img,
  .right-img {
    margin: 0 auto;
  }
.right-img{
  margin-top: 20px;
}
  .text-part {
   text-align: center;
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media screen and (max-width:576px){
  .left-part h2 {
    font-size: 20px;
     text-align: center;
    margin: 0 auto;
    margin-top: 15px;
  }
  
  .left-img,
  .middle-img,
  .right-img {
    max-width: 260px;
  }
}
/* team media section  */
 @media screen and (max-width:1200px){
  
  .team-sec h2 {
    font-size: 26px;
  }

  .title3 {
    font-size: 15px;
    padding: 15px 0;
  }
  .member-img {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }

  .member-img img {
    max-width: 200px;
  }

  .team-sec h4 {
    font-size: 22px;
    
  }

   .team-sec h6 {
    font-size: 15px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .swiper-pagination {
    display: none;
    margin-top: 20px;
  }
} 
@media screen and (max-width:993px){

  .title3 {
    font-size: 14px;
    padding: 10px 0;
  }

  .team-sec h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  
  .member-img {
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
  }

  .member-img img {
    max-width: 100%;
    height: auto;
  }

  .team-sec h4 {
    font-size: 20px;
    padding-top: 15px;
  }

  .team-sec h6 {
    font-size: 14px;
    padding-top: 5px;
  }


  .swiper-button-prev,
  .swiper-button-next,
  .swiper-pagination {
    display: none;
  }

}
/* testimonial media  section  */
@media screen and (max-width:993px){
.testimonial-sec {
    padding: 40px 15px;
  }

  .testimonial-title {
    font-size: 28px;
    line-height: 1.4;
    max-width: 100%;
  }

  .testimonial-text {
    font-size: 15px;
    max-width: 100%;
  }

  .swiper {
    margin-top: 20px;
  }

  .img1 {
    width: 60px;
    height: 60px;
    margin: 15px 0;
  }

  .client-name {
    font-size: 20px;
    margin-top: 15px;
  }

  .client-role {
    font-size: 15px;
    margin-top: 5px;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .swiper-pagination {
    margin-top: 15px;
  }
 }
 /* footer media section  */
 @media screen and (max-width:993px){
  .newsletter-title{
    font-size: 28px;
    margin-top: 10px;
  }
 hr{
  display: none;
 }
 .footer-logo{
  text-align: center;
  margin: 0 auto;
 }
 .footer-text{
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
 }
 .footer-number{
   text-align: center;
  margin: 0 auto;
  margin-top: 15px;
 }
 .footer-title{
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
 }
 .footer-list{
  text-align: center;
  margin: 0 auto;
   margin-top: 12px;
 }
 .footer-address{
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
 }
 .footer-email{
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
 }
 .social-icons {
  display: flex;
  justify-content: center;
  
 }
 .social-icons a{
  padding: 10px 10px;
margin-top: 10px;
 }
 .footer-bottom{
  margin-top: 20px;
 }
}
@media screen and (max-width:576px){
  .newsletter-form button{
    font-size: 12px;
  }
  .footer-title{
    font-size: 18px;
  }
  .footer-links{
     font-size: 16px;
  }
  .footer-address{
     font-size: 16px;
     margin-top: 10px;
  }
  .footer-email{
     font-size: 16px;
  }
  
}

