@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap');

body{
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
html,body{
    overflow-x: hidden;
}
 p{
color: #777676;
} 
.logo-cus {
  width: 100%;
  max-width: 150px;
}

  .navbar_cus{
    background-color: transparent !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;  
    }

    .btn.start-btn {
  background: #C1A271;
  color: #fff;
  padding: 10px 25px;
  font-size: 17px;
  border-radius: 50px;
}

#navbarSupportedContent ul li a {
  font-size: 18px;
  font-weight: 600;
}

.top-hero {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
    height: 100vh;
}

.video-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
    object-fit: cover;
}
.video-overlay {
  background: rgba(0, 0, 0, 0.81);
  position: absolute;
  width: 100%;
  height: 100vh;
}

#service{
position: relative;
overflow: hidden;
min-height: 100%;
}

#service .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service .video-overlay {
background: rgba(0, 0, 0, 0.49);
  position: absolute;
  width: 100%;
  height: 100%;
}

.top-heading {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
}
.top-subheading {
  font-size: 20px;
  line-height: 1.4;
}
.overlay-col-top{
 width: 100%;
 max-width: 800px;
 margin: 0 auto;
}
.btn.hero-btn {
  background: #C1A271;
padding: 15px 35px;
  color: #fff;
  font-size: 17px;
border-radius: 50px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-collapse.collapse.show {
  background: #000;
  padding: 30px 20px;
}


.col-cus{
color: #C1A271;
}
#about-us h2,.services-heading,.why-choose-us-heading,#who-we-are h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

#about-us p {
  font-size: 18px;
  color:#777676 ;
}
#about-us ,#why-choose-us,#call-to-action {
  padding: 100px 15px;
}

/* #services{
background-color: #212121;
} */
.service-box {
  border: 1px solid #C1A27142;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 22px 25px;
  border-radius: 10px;
  background: #0000009e;
  min-height: 270px;
}
.btn.service-btn {
  background: #C1A271;
}
.btn.service-btn {
  background: #C1A271;
  padding: 12px 30px;
border-radius: 50px;
  color: #fff;
  font-size: 16px;
}
.service-box i {
  font-size: 40px;
}
.why-choose-para{
     font-size: 18px; 
}
.list-unstyled.why-choose-list li {
  font-size: 17px;
  padding-bottom: 10px;
  color: rgb(119, 118, 118);
}
.list-unstyled.why-choose-list li i {
  color: #C1A271;
}

.bg-col{
background-image: url('../assets/photographer-looking.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}
.call-action-col{
width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0px;
}
.btn.call-btn {
  background: #C1A271;
  padding: 12px 30px;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
}
.call-action-heading{
    font-size: 40px;
  font-weight: 700;
}
#call-to-action p {
  font-size: 18px;
}
.footer-bg{
    background-color: #212121;
}
.footer-list li {
  font-size: 18px;
}
.footer-logo{
    width: 100%;
    max-width: 200px;
}
.footer_col{
    border-bottom: 1px solid #e8e3e31f;
}
.copyright{
    color: #b8b6b6;
}
.top-sec-bg {
  background-image: url('../assets/dj-night-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0px 100px 0px;
}
.box-choose {
  background: #c1a271;
  padding: 20px 30px;
  min-height: 230px;
}

#who-we-are{
background: #f9f9f9;
}
.box-choose h5 {
  font-size: 23px;
  font-weight: 600;
}
.legal-page li a {
  color: #b8b6b6;
  font-size: 16px;
}
#services-page .service-box {
  background: #141313f2;
}
.contact-box {
  background: #c1a271;
  padding: 20px;
  border-radius:10px;
min-height: 200px;
}
.form-contact{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.form-control {
  width: 100%;
  height: 50px;
}

.submit-btn {
  background: #c1a271;
  border: 1px solid #c1a271;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 18px;
}
.submit-btn:hover {
  color: #fff;
}
.contact-box p {
  font-size: 16px;
}
.contact-box h4 {
  font-size: 22px;
  font-weight: 600;
}
.lang-option {
  padding: 0px !important;
  margin: 0px !important;
  font-size: 14px;
}
.counter-value {
  color: #c1a271;
  font-size: 50px;
  font-weight: 700;
}
.counter-label {
  font-size: 18px;
}

  .nav-link.active {
    color: #c1a271 !important;
  }

.all-project-box {
  min-height: 330px;
}



















/* responsive */
@media(max-width:768px){
    .top-heading {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}
.logo-cus {
  width: 100%;
  max-width: 120px;
}

#about-us h2,.services-heading,.why-choose-us-heading ,#who-we-are h2{
  font-size: 28px;

}
.btn.hero-btn {
  font-size: 16px;
}
.call-action-heading {
  font-size: 28px;
  font-weight: 700;
}
.top-sec-bg {
  padding: 150px 0px 100px 0px;
}
#about-us, #why-choose-us, #call-to-action {
  padding: 50px 15px;
}
.counter-value {
  color: #c1a271;
  font-size: 35px;
  font-weight: 700;
}
.fa-3x {
  font-size: 2em !important;
}

}

@media(max-width:992px){
.top-hero {
    height:70vh;
}

.video-bg {
  height:70vh;

    object-fit: cover;
}
.video-overlay {
  height:70vh;
}
.footer-list li {
  font-size: 17px;
  padding: 6px 0px;
}

}
 
 


