@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Heebo", sans-serif;
  color: #fff;
  background-color: #161616;
}
ul.wp-block-list
 {
    list-style: disc;
}
ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.banner-text {
  position: relative;
  text-align: left;
  max-width: 600px;
  padding-left: 50px; /* adjust if needed */
}
.banner-text {
  max-width: 700px;
  padding: 20px;
}

.banner-text h1 {
  font-size: 32px;
  line-height: 1.2;
}

.banner-text p.heartfelt {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Button styles */
.banner-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.banner-btns .btn {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1520px;
  width: 100%;
  margin: auto;
}
.ffi{
  font-family: "Ibarra Real Nova", serif;
}


.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.text-warning{
  color: #CB9D42 !important;
}
.bg-secondary{
  background-color: #161616 !important;
}


.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25{
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}

/* 0 */

/* 01 */
h1, .h1{
  font-size: 50px;
}


.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px ;
}
.fs-23 {
  font-size: 23px ;
}

.fs-25 {
  font-size: 25px ;
}


.fs-30 {
  font-size: 30px;
}


/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
  padding: 14px 24px;
  border: 1px solid;
  border-radius: 5px;
  line-height: normal;
  font-size: 16px;
  font-weight: 500;
}
.btn-warning, .btn-light:hover, .btn-dark:hover{
  background-color: #CB9D42;
  color: #fff !important;
  border-color: #CB9D42;
}
.btn-light, .btn-warning:hover{
  background-color: transparent;
  color: #CB9D42;
  border-color: #CB9D42 ;
}
.btn-dark{
  background-color: #000!important ;
  border-color: #000;
  color: #CB9D42;
}



.scroll header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
    z-index: 99;
}
.navbar-brand {
  display: inline-block;
  width: 327px;
}

.navbar-nav .nav-link {
  line-height: normal;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  padding: 8px 20px !important;
  display: inline-block;
  border-radius: 30px;
}
.navbar-nav > li + li {
  margin-left: 2px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
  background-color: #CB9D42;
  color: #fff;
}
.footer-links ul li a:hover{
  color: #CB9D42;
}


/* .offcanvas, .site-logo, .nav-right{
  width: 33%;
} */
button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #CB9D42;
  z-index: 99;
  color: #CB9D42;
}

button#ScrollToTop:hover {
  background: #CB9D42;
  color: #fff;
}

@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
          overflow-y: visible;
  }
}
/* .carousel-inner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 40%);
  z-index: 1;
} */
 .welcome-img::before, .contact-sec::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 20%);
  /* z-index: 1; */
 }
 .contact-se::before{
  background-color: rgb(0 0 0 / 60%);

 }
 .rounded-icn{
  width: fit-content;
  margin:  auto;
  position: relative;
  z-index: 9;
 }
 .rounded-icn::before{
  content: '';
  background: rgba(203, 157, 66, 0.5);
  border-radius: 50%;
  width: 125px;
  height: 125px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translate(0%, -50%);
  z-index: -1;

 }
.contact-heading .rounded-icn::before{
  background: #fff;
}

 .serv-img{
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
 }
 .slick-prev:before, .slick-next:before {
  content: '';
  font-family: "FontAwesome";
}
.slick-next:before{
  content: '';
}
.slick-slide {
  padding: 0 250px;
}
.contact-sec{
  background-image: url(../images/recent-img-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-group input{
  /*background: #ffffff;*/
  border-radius: 5px !important;
  height: 70px;
}
.form-group textarea{
  background: #ffffff;
  border-radius: 5px !important;
  height: 140px;
}
.post-img.h-75 {
  height: 60% !important;
}
.post-img.h-25 {
  height: 40% !important;
}
.footer-social ul li a{
  width: 40px;
  height: 40px;
  display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
border: 1px solid #CB9D42;
border-radius: 50%;
}
.footer-social ul li a:hover{
  background-color: #CB9D42;
  color: #fff !important;
}
.footer-links ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 30px;
    list-style: none;
}
.footer-links ul > li + li {
  border-left: 1px solid #fff;
}
.copy-right{
  border-color: rgba(217, 217, 217, 0.5) !important;
}


@media(max-width:1500px){
  .container {
    padding-left: 2%;
    padding-right: 2%;
  }
  .navbar-brand {
    width: 260px;
}
.navbar-nav .nav-link {
    font-size: 14px;
}
.btn {
    padding: 12px 20px;
    font-size: 14px;
}
.fs-25 {
    font-size: 22px;
}
h1, .h1 {
    font-size: 40px;
}
.fs-30 {
    font-size: 25px;
}
.fs-18 {
    font-size: 16px;
}
.rounded-icn::before {
    width: 100px;
    height: 100px;
    left: -50px;
}
.fs-16 {
    font-size: 14px;
}
.fs-23 {
    font-size: 20px;
}
.slick-next {
    right: -5px;
}
.slick-prev {
    left: -5px;
}
.slick-slide {
    padding: 0 150px;
}
.form-group input {
    height: 60px;
}
.form-group textarea {
    height: 120px;
}
.footer-links ul li a {
    font-size: 16px;
}
.fs-14 {
    font-size: 12px;
}
}
@media (max-width:1199px){
  .navbar-brand {
    width: 200px;
}
.navbar-nav .nav-link {
padding: 7px 15px !important;
}
.btn {
    padding: 10px 15px;
    font-size: 12px;
}
.fs-25 {
    font-size: 20px;
}
h1, .h1 {
    font-size: 35px;
}
.fs-30 {
    font-size: 22px;
}
.fs-18 {
    font-size: 14px;
}
.yt-icn {
width: 80px;
}
.rounded-icn::before {
    width: 80px;
    height: 80px;
    left: -40px;
}
.fs-23 {
font-size: 17px;
}
.slick-slide {
    padding: 0 100px;
}
.form-group input {
    height: 50px;
}
.footer-links ul li a {
    font-size: 14px;
}
.footer-social ul li a {
width: 35px;
height: 35px;
}
}



@media (max-width: 991px) {
  .navbar-toggler {
    font-size: 30px;
    padding: 0;
    color: #fff;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
}

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #000 ;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    /* filter: brightness(1) invert(0); */
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
  }
  .rounded-icn::before {
    width: 60px;
    height: 60px;
    left: -20px;
}
.footer-links ul li a
 {
        font-size: 12px;
    }
.banner-text {
    padding-left: 30px; /* less padding for smaller screens */
    max-width: 70%; /* prevents covering image */
  }

}

@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .navbar-brand {
    width: 160px;
}
.navbar-toggler {
    font-size: 25px;
}
.fs-25 {
    font-size: 13px;
}
h1, .h1 {
    font-size: 14px;
}
.banner-text {
		margin-top: -35px !important;
}
.carousel-item {
height: 300px;
}
.yt-icn {
    width: 60px;
}
.fs-30 {
    font-size: 20px;
}
.fs-23 {
    font-size: 16px;
}
.slick-slide {
    padding: 0 25px;
}
.form-group input {
    height: 45px;
}
.form-group textarea {
    height: 100px;
}
.footer-links ul li a {
    font-size: 10px;
    padding: 0px 15px;
}
.fs-14 {
    font-size: 10px;
}
.post-sec .col-md-4 .row.h-100{
  height: auto !important;
}
.footer-links ul > li + li {
  margin: 5px 0;
}

.footer-logo a {
  display: inline-block;
  width: 200px;
}
	.banner-text {
    text-align: center;
    padding: 20px 10px;
  }

  .banner-text h1 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .banner-text p.heartfelt {
    font-size: 16px;
    line-height: 1.5;
  }

  .banner-btns {
    flex-direction: column;
    align-items: center;
  }

  .banner-btns .btn {
    width: 90%;
    max-width: 280px;
  }
	.heartfelt{ 
	display: none !important;
	}
}
/* Mobile */
@media (max-width: 575px) {
  .banner-text {
   padding-left: 0px !important;
max-width: 51% !important;
  }

  .banner-btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
