body {
    box-sizing: border-box;
    padding: 0;
    margin-bottom: -50px;
    /* background-color: #8dc2fb37; */
    backdrop-filter: brightness(80%);
 }
 .html.body{
    height: 100%;
    width: 100%;
 }
 
/* 
    position: absolute;
    width: 69%;
    top: -7px;
    left: -14px;
    background-color: transparent !important;
    color: white !important;
    z-index: 1000;
} */
a:hover {
    text-decoration: none;
}

a {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.small-container {
    width: 96%;
    margin: 0 auto;
}

.overlay {
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
}

h2 span {
    text-decoration: underline #ffe25b;
}

h2 {
    margin-bottom: 30px;
}
/* div */

.div h3 {
    font-size:40px;
    margin-left: 12px;
    color: #eac700e3;
}
.div p {
    font-size:x-large;
    margin-left: 12px;
    color: #007bff;
}
/* about- clent */
      
.container-1 {
    max-width: 1200px;
    margin: 0 0px;
    padding: 40px;
    
}
.custom-links-1 a {
    display: inline-block;
    text-decoration: none;
    color: #ee0911;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-size: xx-large;
    column-gap: 20px;
    text-decoration: overline;
    font-family: inherit;
}
.custom-links a:hover {
    background-color: #2380af3c;
}
 
/* button */

.read-more-btn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
  }

  .read-more-btn:hover {
    background-color: #499b3d; /* Darker Green */
  }

   

/* navbar */

.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent !important;
    color: white !important;
    z-index: 1000;
    
    
     
}

.navbar a {
    color: white !important;
}

.navbar-toggler {
    background-color: rgba(226, 233, 231, 0.312);
 }
  
.navbar ul li.search {
    position: relative;
}

.navbar ul form {
    position: absolute;
    width: 250px;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    right: -30px;
    display: none;
}

.navbar ul form input {
    padding: 5px 10px 5px 5px;
    background-color: #DDD;
    width: 100%;
    border: 1px solid #737272;
}
     .nav-item {
    font-size:16px;
    font-weight: 450;
    font-family: 'Roboto', sans-serif;
    
}
 
.navbar-nav .nav-link:hover {
    color: #fff; /* Change the text color on hover */
    background-color: rgba(3, 4, 5, 0.684); /* Change the background color on hover */
    border-radius: 6px;
    padding: 3px; /* Optional: Add border radius for a rounded look */
}
 
/* Container */
 
/* header */

header {
    position: relative;
}

header img {
    width: 100%;
    height: 100%;
    
  
    
}

header .content {
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    backdrop-filter: brightness(60%);
}

header .carousel-inner, header .carousel-item {
    height: 100%;
}

.carousel-control-prev, .carousel-control-next {
    z-index: 7;
}

header .content > div:first-of-type {
    height: 95%;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: white;
}

header .content > div:first-of-type h1 {
    margin-bottom: 10px;
    
    
}


header .content {
    background-color: rgba(0,0,0, .3);
    width: 100%;
    height: 100%;
}

header .content a {
    width: 170px;
    border: 2px solid #ffe25b;
    margin-top: 30px;
    text-align: right;
    color: white;
}

header .content a i {
    padding: 5px 15px;
    color: rgb(0, 0, 0);
    background-color: #ffe25b
}

header .content a span {
    margin-right: 20px;
    position: relative;
    bottom: 7px;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    right: 0;
    text-align: center;
    top: 85%;
    height: 40px;
    width: 60px;
    line-height: 40px;
    background-color: white;
}

header .carousel-control-next i, header .carousel-control-prev i {
    font-size: 22px;
    color: black;
}

header .carousel-control-next {
    background-color: #ffe25b;
    top: 77%;
}

header .carousel-control-prev {
    position: absolute;
    left: auto;
}

 
/*  blog */
 .blog {
    margin-left: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000000;
    font-size: larger;
 }

/* about */

.about {
    padding: 50px 0;
}

.about .img {
    width: 85%;
}

.about .img img{
    width: 100%;
    height: auto;
}

.about .row > .col-lg-6:first-of-type {
    position: relative;
}

.about .about-child {
    width: 92%;
}
 

.about .about-child > p:first-of-type {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
 
}

.about  a {
    width: 170px;
    border: 2px solid #ffe25b;
    margin-top: 30px;
    text-align: left;
    color: black;
    float: right;
  
    
}
.about h3 {
    color: rgb(15, 16, 0);
    text-align: center;
    font-size: xx-large;
    margin-left: 25px;
    background-color: #27332855;
    padding: 12px;
    
}
.about p {
    font-size: x-large;
    margin-left: 25px;
    font-family: "Arbutus Slab";
}
 

.about a i {
    padding: 5px 15px;
    color: black;
    background-color: #ffe25b;
}

.about a span {
    margin-left: 20px;
    position: relative;
    bottom: 7px;
}

.display-4 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    

}

/* services */

.services {
    margin-bottom: 50px;
    
}

.services .container {
    overflow: hidden;
}

.services .services-child {
    background-color: #ffffff;
    padding: 60px 0;
}

.services img {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    
}

.services .col-lg-4 > div {
    width: 100%;
    height: 100%;
}

.services .link {
    border: 3px solid #ffe25b;
    width: 160px;
    float: right;
}

.services .row a {
    color: rgb(248, 239, 239);
}

.services .row a:hover {
    color: #ffe25b;
}

.services .container > a {
    width: 170px;
    border: 2px solid #ffe25b;
    margin-top: 30px;
    text-align: left;
    color: black;
    float: right;
}

.services .container > a i {
    padding: 5px 15px;
    color: black;
    background-color: #ffe25b
}

.services .container > a span {
    margin-left: 20px;
    position: relative;
    bottom: 7px;
}

/* CSS for hover effect */
ul li:hover {
    /* Add your desired hover styles here */
    color: #07111a; /* Change text color on hover */
    cursor: pointer; /* Change cursor to pointer on hover */
}


/* projects */
/* Styles for project section */
.project .project-child {
    padding: 120px 0;
    background-color: #151201;
}

.project img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.project a {
    color: black;
    text-decoration: none;
}

.project .col-lg-4 {
    position: relative;
    height: 300px;
}

.project .col-lg-4 > div {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.project .col-lg-4 > div .yellow-overlay {
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background-color: rgba(154, 150, 33, 0.603);
    transition: width 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.project .col-lg-4 > div:hover .yellow-overlay {
    width: 100%;
}

.project .col-lg-4 > div .yellow-overlay p {
    text-align: center;
    font-size: 25px;
    color: #333;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project .col-lg-4 > div:hover .yellow-overlay p {
    opacity: 1;
}

.project .col-lg-4:hover img {
    transform: scale(1.1);
}


/* contact */

.contact {
    padding: 70px 0;
}

.contact-child {
    background-color: #ffe25b;
    background-image: url('../imgs/contact.jpg');
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: right;
    padding: 50px 0;
}

.contact form input{
    width: 80%;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.contact form textarea {
    width: 80%;
    resize: none;
    height: 100px;
    margin-bottom: 15px;
}

.contact form input[type="submit"] {
    background-color: #fcfcfc;
    border: none;
    display: block;
    font-weight: bold;
    width: 180px;
    height: 50px;
    cursor: pointer;
    margin-bottom: 0;
}

/* testimonial */

.testimonial .test-child {
    background-color: black;
    padding: 50px 0;
    color: white;
}

.testimonial .container {
    overflow: hidden;
}

.testimonial img {
    width: 100%;
    height: 100%;
}

.testimonial .row {
    overflow: hidden;
}

.testimonial .row:first-of-type {
    margin-bottom: 40px;
}

/* footer*/
.app-footer a {
    color: #00000079; /* Default link color */
    text-decoration: none; /* Remove underline */
}

.app-footer a:hover {
    color: #f7ff07; /* Change text color on hover */
    text-decoration: underline; /* Add underline on hover */
}
 
/* media queries */

@media (max-width: 1200px) {
    
    
}

@media (max-width: 992px) {
    
    /* navbar */
    
    .navbar ul {
        background-color:rgba(117, 177, 199, 0.893);
        padding: 10px 20px;
        max-width: 100%;
    }
    .navbar ul li a {
        color: black !important;
    }
    .navbar ul li a:hover {
        color: #b5702b !important;
    }
    .navbar ul form {
        position: static;
        width: 50%;
        
    }
    /* py-5 */
/* 
     @media (max-width: 425px) {
        .row h3 {
          margin-top: 0px;
        }
      }  */


    /* about */
    
    .about .img {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 30px
    }
    .about .f-bg,
    .about .s-bg {
        display: none;
    }
    .about .about-child {
        width: 60%;
        margin: 0 auto;
    }
    
    /* service */
    
    .services .col-lg-4 {
        margin-bottom: 30px;
    }
    
    /* project */
    
    .project .col-lg-4 {
        position: static;
        margin-bottom: 25px;
    }
    
    /* contact */
    
    .contact-child {
        background-image: none;
    }
    
    /* footer */
    
    footer .logo {
        margin-bottom: 30px;
        display: block;
    }
    footer .container > .row:nth-of-type(2) > div {
        margin-bottom: 30px;
    }
}

@media (max-width: 479px) {
    header .content > div:first-of-type {
        height: 145%;
        width: 60%;
        margin: 0 auto;
        text-align: center;
        color: white;
    }
    .navbar-toggler{
        font-size: 8px;
         
    }
    
    
    /* header */
    
     
     
    
    /* about */
    
    .about .img,
    .about .about-child {
        width: 75%;
    }
    
    /* services */
    
    .services img {
        height: auto;
    }
    
    /* footer */
    
    footer .row > .col-lg-9 {
        text-align: left;
        padding-left: 20px;
    }
    footer .row > .col-lg-9 > div > div {
        margin: 15px 0;
    }
    footer .row > .col-lg-9 > div > div i {
        font-size: 25px;
    }
}

 
@media (max-width: 576px) {
    /* about */
    
    .about .img,
    .about .about-child {
        width: 90%;
    }
}