html{
    scroll-behavior: smooth;

}
body{
    font-family: "Montserrat", system-ui;

}
::selection{
    background-color: #092e11;
    color: gold;
}
.body{
    padding: 0;
    margin: 0;
}
/* .nav-logo{
    width: 80px;
    height: auto;
} */

.navbar,.s-box{
    background-color: rgb(247, 247, 247);
    

}
.active.nav-link {
    color: gold;
    background-color: #092e11;
  }
.navbar-brand{
    line-height: 1.5;
    color: #092e11;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-link{
    text-transform:uppercase;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #092e11;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;

}
.nav-link:hover{
    color: gold;
    background-color: #092e11;

}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: gold;
    background-color: #092e11;
    border-radius: 18px;
} 


.parallax {
    background-image: url("../images/bi1.jpeg");
    height: 90vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.carousel-caption{
    justify-content: center;
    align-content: center;
    width: 20rem;
    transition: all 0.5s ease-in-out;
    height: 3rem;
    position: absolute;
    top: 70%;
    left: 10%;
    right: 70%;
    bottom: 0;
    border-top-right-radius:50rem;
    border-top-left-radius:50rem;
    border-bottom-right-radius: 5rem;
    border-bottom-left-radius: 5rem;

}
.carousel-caption.d-none.d-md-block {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: start;
}
.carousel-caption {
    padding: 0;
}
.carousel-caption:hover{
    box-shadow: 2px 2px 10px #000000b7 ;
}

.carousel-caption p{
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
}
.btn-c{
    top: 80%;
    right:50% ;
    transform: translate(-50%, -50%);
}
@keyframes slideInFromLeft {
    from {
        transform: translateX(-10%);
    }
    to {
        transform: translateX(0);
    }
}



@media (max-width: 992px) {
    .parallax{
        height: 90vh;
        width: 100%;
    }
    .carousel-caption{
        position: absolute;
        right: 0;
        bottom: 50%;
        left: 0%;
        top: 60%;
        width: 20rem;
        border-top-right-radius: 20rem;
        border-top-left-radius: 20rem;
        border-bottom-right-radius: 2rem;
        border-bottom-left-radius: 2rem;
    }
    .navbar{
        width: 100%;
}
}
.c-d-h{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    display: flex;
    align-items: center;
    background-color: gold;
    border-top-left-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    

}
.c-h{
    margin: 0;
    font-weight: 400;
    font-size: 2rem;
    padding: 5px;
    padding-top: 0;
}
.c-d-p{
    width: 100%;
    height: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    background-color: #092e11;
    border-bottom-right-radius: 1.3rem;
    border-bottom-left-radius: 1.3rem;
}
.c-d-p2{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    background-color: #092e11;
    padding-inline: 1rem;
}

.c-p{
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}
.r1 h3{
    font-size: 2.4rem;
    font-weight: 700;
    padding-block: 1.7rem;
    text-align: center;
}
.s2-d1{
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
}
.s2-d3 p{
    justify-content: center;
    align-items: center;
    align-content: center;
    display: block;
}
.s2-d1 img{
    width: 100%;
    filter: grayscale(90%);
    
}
.s2-d3 h3{
    font-size:1.8rem ;
    text-align: center;
}
.s3-d1 img{
    width: 70%;
}
.parallax2{
    background-image: url("../images/bi1.jpeg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-image 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.paral-2{
    margin-inline: auto;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: block;
    background-color: white; 
    padding: 2rem; 
    border-radius: 1rem;
}
.paral-2 img{
    width: 60%;
}
.s3-d1{
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
    padding-block:2rem;
}
@media (max-width:992px){
    .r1 h3{
        font-size: 1.5rem;
        text-align: center;
    }
    .s2-d1 img{
        width: 70%;
        padding-bottom: 4rem;
    }
    .s2-d3 h3{
        font-size: 1.5rem;
        text-align: center;
    }
    .s3-d1{
        justify-content: center;
        align-items: center;
        align-content: center;
        display: flex;
        padding-block:2rem;
    }
}
.project-section{
    padding-inline:4rem;
}
.project-card-1{
    background-color: #092e11;
    height:70vh;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;

}
.project-card-1 div{
    width: 80%;
    height: 75%;
    background-image: url('./images/collaps.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.project-card-bg-1{
    background-image: url("../images/bi3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:70vh;
    align-content: center;
    transition: background-image 0.5s ease-in-out;

}
.project-changing-content{
    width: 25vw;
    height:80% ;
    background-color: white;
    margin-left:35px;
    overflow: visible;
    transition: all 01s ease-in-out;
}
.project-card-bg-1{
    background-image: url("../images/bi3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:70vh;
    align-content: center;
    animation: slide 4s ease-in-out infinite;
}
@keyframes slide {
    0% {
        background-position: 50% center;
    }
    100% {
        background-position: 100% center;
    }
}
.inner2{
    justify-content: center;
    text-align: center;
    align-items: center;
    display: block;
}
.inner2 h2{
    text-transform: capitalize;
}
.inner2 p{
    padding-inline: 1rem;
}

.p-img-2{
    width: 90px;
    margin-top: 2rem;
}


@media (max-width:992px) {
    .project-card-1{
        /* height:60vh; */
        width: 80%;
        height:40vh;
    }
    .project-card-1 div{
        width: 30vh;
        height: 30vh;
    }
    .project-card-bg-1{
        margin-top: 2rem;
        height: 50vh;
        align-content: center;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .project-changing-content{
        height: 80%;
        align-content: center;
        width: 80%;
        margin: 0;
        padding: 2rem;

    }
    .project-section{
        padding-inline: 1rem;
    }

}
.section2-cards{
    border: 0;
    width: 22rem;
    transition: box-shadow .5s ease-in-out;
}
.section2-cards p{
    text-align: justify;
}
.section2-cards:hover{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);   
}
.c-row{
    margin-top: 20px;
}
@media (max-width:992px){
    .section2-cards{
        margin: 2rem 4rem;
    }
}


@keyframes display {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.c-body-center h2{
    text-align: center;
    padding-block: 1.2rem;
}
.c-body-center p{
    text-align: center;
}
.rbtn4:hover,.rbtn1:hover,.rbtn2:hover,.rbtn3:hover{
    font-size: 1.5rem;
}
.s2-r{
    justify-content: center;
    display: flex;
    margin-top: 2rem;
}
.c1,.c2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-block: 1rem;
}
.c2{
    /* padding-inline: 3rem; */
}
.c2 p{
    text-align: justify;
}
@media (max-width:992px){
    .c1{
        order: 1;
        
    }
    .c2{
        order: 2;
    }
}
/* .accordion{
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;

}
.accordion-body{
    text-align: justify;
}
.accordion-button{
    text-align: center;
}
.accordion-button:not(.collapsed){
    background-color: #092e11;
    color: white;
}
.accordion-item{
    background-color: #092e11;
    color: white;
}
.accordion-collapse{
    background-color: #092e11;
    color: white;
}
.accordion-body{
    background-color: #092e11;
    color: white;
}
.accordion-body p{
    text-align: justify;
} */
.project-row{
    justify-content: space-between;
}

.img-ps{
    width: 100%;
    margin-top: 2rem;
}
.project-col{
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;
}
@media (max-width:992px){
    .img-ps{
        width: 80%;
    }
}
.c1{
    overflow: hidden;
}


.img2p{
    transition: transform .5s ease-in-out;
}

.img2p:hover{
    transform: scale(1.1);
}
form label{
    opacity: 0;
    color: rgb(0, 0, 0);
}
/* form input{
    background-color: transparent;
} */
.form-div input::placeholder{
    color: #ffffff;
    opacity: .7;
}
.form-div textarea::placeholder{
    color: #ffffff;
    opacity: .7;
}
.list-unstyled a{
    text-decoration: none;
    color: #ffffff;
}
.list-unstyled{
    text-transform: capitalize;
}
.f-nav li{
    padding-block: 1rem;
    text-transform: uppercase;
}