:root {
  --primary-color: #FFDE32;
  --secondary-color: #C88119;
  --third-color:#DFE9F2;

  --secondary2:#7d7d7b;
  --primary2:#FFDE32;

}



.top-bar {
background-color: var(--secondary2);
}

.navbar{
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 , .navbar-01 .navbar-items li a { 
    color: black;
}

.navbar-01 .navbar-items li a {
    font-weight:500 !important;
}

.navbar-01 .navbar-items li.active > a {
    color:black !important;
}

img.logo {
    width: 80px;
    /* margin-top: -8px; */
    /* border: 1px solid var(--primary2) !important; */
}

.navbar-01{
    padding: 15px;
}

     .swiper {
      width: 100%;
      border-bottom: 1px solid var(--primary-color);

    }

.swiper-button-next, .swiper-button-prev {
color:var(--primary-color);
background-color: white;
padding:26px;
border-radius: 60%;
font-weight: 600;
font-size: 10px !important;
    }

.swiper-button-next:after, .swiper-button-prev:after {
font-size: 29px;
}

.intro-section .icon-box {
color: var(--secondary2);
}

.btn-open {
color: var(--secondary2);
}

 .fun-facts-section {
    background-image: url('../assests/banner/back.jpg');
    background-attachment: fixed;
    padding-top: 30px;
 }

 .section-block2{
    margin-bottom: 0px;
    padding-bottom: 0px;
 }

 .custom-space{
    /* padding-bottom: 0px; */
    margin-bottom: 0px !important;
 }

 .portfolio-section .portfolio-sorting {
margin-bottom: 10px;
margin-top: 30px;
 }

 .portfolio-section .portfolio-details {
background-color: #ce000064;
background-color: #181818af;
 }

 h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color:#ffffff;
}

.portfolio-section .portfolio-category .mixitup-control-active {
    color: var(--primary-color) !important;
}

.btn-narrow {
background: var(--primary2) !important;
color: black;
font-weight: 800;
}


.btn-narrow:hover {
background:var(--secondary2) !important;
}

.testimonial-section:after {
    background: #0000009c;
}

.testimonial-section {
background: url('../assests/banner/testimonial.png');
background-attachment: fixed;
}

.site-footer .contact-info {
background-color: var(--primary2) !important;
}

.site-footer .contact-info {
background-color:var(--primary-color)
}


.site-footer .icon-box {
background: var(--third-color) !important;
color:#FFCF30;
}

.testimonial-item-h2,.testimonial-content p{
    color: white;
}

.testimonial-content p{
    padding-bottom: 16px ;
    font-weight: 400;
}

/* footer css */

.footer-ul{
    color: #ffffff ;
}

.site-footer .footer-about p {
    color: #ffffff;
}


.site-footer .widget-title {
    margin-bottom: 0px;
}

.headline{
    height:3px;
    width:70px;
    background-color: var(--primary2);
    margin-bottom: 10px;
    margin-top: 5px;
}


.footer-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; /* Adjust as needed */
}

.footer-ul li {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #ffffff; /* Default text color */
    padding: 5px 0; /* Space between list items */
    cursor: pointer; /* Pointer cursor on hover */
    position: relative; /* For the underline effect */
    transition: color 0.3s ease;
}

/* Hover effect */
.footer-ul li:hover {
    color: white; /* Change text color on hover */
}

/* Underline animation */
.footer-ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color); /* Color of the underline */
    transition: width 0.3s ease;
}

.footer-ul li:hover::after {
    width:45px; /* Full width underline on hover */
}


.testimonial-carousel .slick-btn {
    background: white !important;
    border-radius: 60%;
    color: var(--primary-color);

}

.custom-margin{
    margin-bottom: 0px !important;
}



/* .navbar-header{
    position: relative;
    left: -140px;
    top: -20px;
    z-index: 1000;
} */
.d-flex{
    display: flex;
    align-items: center;
    padding-bottom:30px;
}


.navbar-01 .navbar-items li.active > a {
color: var(--primary-color);

}

.navbar-items li a {
    font-weight: 500 !important;
}

.portfolio-item{
    border: 2px solid var(--primary2);
}


.swiper-slide img{
    border: 5px solid var(--primary2);
}

.navbar-01 .navbar-items li a:after {
    background-color: black;
}

.footer-ul li a{
    color:white !important;
}

.site-footer .icon-box {
    color: white;
    background-color: #222222 !important;
}

.contact-info p,.contact-info a{
    color: #222222 !important;
    font-weight: 600;
}