html{
    scroll-behavior: smooth;
}
body{
    font-family: "Montserrat", system-ui;

}
::selection{
    background-color: #092e11;
    color: gold;
}

/* footer */
.footer a,
.footer a:hover,
.footer a:focus,
.footer a:active {
     text-decoration: none;
     outline: none;
 }
 
.footer a,
.footer a:active,
.footer a:focus {
     color: #333;
     text-decoration: none;
     transition-timing-function: ease-in-out;
     -ms-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
     -webkit-transition-timing-function: ease-in-out;
     -o-transition-timing-function: ease-in-out;
     transition-duration: .2s;
     -ms-transition-duration: .2s;
     -moz-transition-duration: .2s;
     -webkit-transition-duration: .2s;
     -o-transition-duration: .2s;
 }
 
 .footer ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }
.footer img {
max-width: 100%;
height: auto;
}

.footer {
background: linear-gradient(105deg,#090a0b ,#092e11);
padding-top: 80px;
padding-bottom: 40px;
}
/*END FOOTER SOCIAL DESIGN*/
.single_footer{}
@media only screen and (max-width:768px) { 
.single_footer{margin-bottom:30px;}
}
.single_footer h4 {
color: #fff;
margin-top: 0;
margin-bottom: 25px;
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
}
.single_footer h4::after {
content: "";
display: block;
height: 2px;
width: 90px;
background: #fff;
margin-top: 20px;
}
.single_footer p{color:#fff;}
.single_footer ul {
margin: 0;
padding: 0;
list-style: none;
}
.single_footer ul li{}
.single_footer ul li a {
color: #fff;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 36px;
font-size: 15px;
text-transform: capitalize;
}
.single_footer ul li a:hover { color: gold; }

.single_footer_address{}
.single_footer_address ul{}
.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
font-weight: 400;
color: #fff;
line-height: 28px;
}
.contact_social ul {
list-style: outside none none;
margin: 0;
padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
display: block;
position: relative;
margin-top: 15px;
width: 100%;
}
.subscribe__input {
background-color: #fff;
border: medium none;
border-radius: 5px;
color: #333;
display: block;
font-size: 15px;
font-weight: 500;
height: 60px;
letter-spacing: 0.4px;
margin: 0;
padding: 0 150px 0 20px;
text-align: center;
text-transform: capitalize;
width: 100%;
}
.subscribe__input::placeholder{
    color: #092e11;
}

@media only screen and (max-width:768px) { 
.subscribe__input{padding: 0 50px 0 20px;}
}

.subscribe__btn {
background-color: transparent;
border-radius: 0 25px 25px 0;
color: #000000;
cursor: pointer;
display: block;
font-size: 20px;
height: 60px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.subscribe__btn i{transition: all 0.3s ease 0s;}
@media only screen and (max-width:768px) { 
.subscribe__btn{right:0px;}
}

.subscribe__btn:hover i{
color:gold;
}
.footer button {
padding: 0;
border: none;
background-color: transparent;
-webkit-border-radius: 0;
border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:40px;}
.social_profile ul{
list-style: outside none none;
display: flex;
justify-content: center;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
text-align: center;
border: 0px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
margin: 3px;
font-size: 18px;
color: #fff;
border-radius: 30px;
width: 50px;
height: 50px;
line-height: 50px;
display: block;
border: 1px solid rgba(255,255,255,0.2);
}
@media only screen and (max-width:768px) { 
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) { 
.social_profile ul li a{
width:40px;
height:40px;
line-height:40px;
margin: 2px;
}
}
.social_profile ul li a:hover{
background:gold;
border: 1px solid gold;
color:#092e11;
border:0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
margin-top: 70px;
padding-top: 40px;
color:#fff;
font-size: 15px;
border-top: 1px solid rgba(255,255,255,0.4);
text-align: center;
}
.copyright a{color:gold;transition: all 0.2s ease 0s;}
.copyright a:hover{color:goldenrod;}

#about{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#about .row1{
    height: 40vh;
    width: 100%;
    background-image: url("./images/aboutus.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    text-align: center;
    align-items: center;
}
#about .row1 h2{
    font-size: 50px;
    color: white;
    filter: drop-shadow();
    font-weight: 600;
}
#about .row2{
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
#about .row2 div{
    display: flex;
    flex-direction: column;

}
#about .row2 div p{
    text-align: justify;
    font-size:16px;
    font-weight: 300;
}

#about .row2 div h2{
    text-align: center;
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: 600;
}
#about .row3{
    display: flex;
    justify-content: center;
    padding-block: 2rem;
}
#about .row3 div h3{
    margin-top: 2rem;
    font-size: 16px;
    font-weight: 500;
}
#about .row3 div h1{
    font-size: 40px;
    font-weight: 500;
}
#about .row3 div p{
    text-align: justify;
    font-size:13px;
    font-weight: 500;
    font-style: italic;
}
#about .row3 div .p2{
    text-align: justify;
    font-size:18px;
    font-weight: 500;
}
#about .row4 p{
    text-align: justify;
    font-size:18px;
    font-weight: 200;
    padding: 0 20px 0 20px;
}



#services{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#services .row1{
    height: 50vh;
    width: 100%;
    background-image: url("./images/services-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0; 
    display: flex;
    text-align: center;
    align-items: center;
}
#services .row1 h2{
    font-size: 50px;
    color: white;
}
#services .row2{
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
#services .row2 div{
    display: flex;
    flex-direction: column;

}
#services .row2 div p{
    text-align: justify;
    font-size:16px;
    font-weight: 300;
}

#services .row2 div h2{
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 300;
    text-align: center;
}
#services .row3{
    display: flex;
    justify-content: center;
}
#services .row3 div h3{
    margin-top: 2rem;
    font-size: 16px;
    font-weight: 500;
}
#services .row3 div h1{
    font-size: 40px;
    font-weight: 500;
}
#services .row3 div p{
    text-align: justify;
    font-size:16px;
    font-weight: 300;
}
#services .row4 .content-left{
    display: flex;
    flex-direction: column;
    align-items:end;
    text-align: end;
    align-content: center;
    justify-content: center;
    /* order: 2; */
}
#services .row4 .content-right{
    display: flex;
    flex-direction: column;
    align-items:start;
    text-align: start;
    align-content: center;
    justify-content: center;
}
#services .row4 .image-left{
    display: flex;
    justify-content: end;
}
#services .row4 .image-right{
    display: flex;
    justify-content: start;
}
#services .row4 .image-left img,
#services .row4 .image-right img{
    width: 40%;

    }
@media (max-width:768px){
    #services .row4 .image-left,
    #services .row4 .image-right{
        order: 1;
        display: flex;
        justify-content: center;
    }
    #services .row4 .image-left img,
    #services .row4 .image-right img{
        width: 60%;
    }
    #services .row4 .content-left,
    #services .row4 .content-right{
        order: 2;
        align-items:center;
        text-align: center;
        margin-top: 1rem;
    }
}

#contact{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#contact .row1{
    height: 40vh;
    width: 100%;
    background-image: url("./images/conatct1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    text-align: center;
    align-items: center;
}
#contact .row1 h2{
    font-size: 50px;
    color: white;
}
#contact .row2{
    display: flex;
    justify-content: space-around;
    padding-block: 2rem;
}

#contact .row2 .col-md-7{
    display: flex;
    align-items: center;
}
#contact .contact-form .form-control {
    border: 1px solid #092e11;
}
#contact .contact-form  button{
    background-color: #092e11;
    color: white;
}
/* #contact .contact-form .form-control:focus {
    box-shadow:  0 .5rem 1rem rgba(9, 46, 17, 0.25);
} */

@media (max-width:768px){
    #contact .row2 .col-md-7{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        align-content: center;
    }
    #projects .card{
        margin-top: 2rem;
    }
}

#contact .row2 .col-md-7 h3{
    font-weight: 300;
}


#projects{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#projects .title{
    margin-top: 2rem;
}
#projects .row1 .card{
    overflow: hidden;
}
#projects .row1 .card .card-body,#projects .row1 .card,#projects .row1 .card .card-body a,#projects .row1 .card .card-body img{
    transition: all 0.3s ease-in-out
}
#projects .row1 .card img,#projects .row1 .card .card-body{
    transition: all 0.3s ease-in-out;
}
#projects .row1 .card:hover{
    border-radius: 2%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#projects .row1 .card:hover img{
    filter: brightness(40%);
    border-radius: 2%;
    transform: scale(1.1);
}
#projects .row1 .card:hover .card-body{
    display: flex;
    position: absolute;
    bottom: 0;
    color: white;
    background-color: rgba(56, 56, 56, 0.311);
}
#projects .row1 .card:hover .card-body a{
    color: white;
    width: 30px;
}
#projects .row1 .card .card-body .card-title:hover,#projects .row1 .card .card-body p:hover{
    color: gold;
}
#projects .row1 .card .card-body a:hover{
    color: gold;
}

#projects .row1 .card .card-body{
    display: none;
}
#projects .row1 .card .card-title{
    display: flex;
    justify-content: space-between;
    padding-right: 2rem;
} 
#projects .row1 .card .card-body .right_content {
    
    display: flex;
    align-items: center;
}
#projects .row1 .card .card-body .right_content a {
    
}



.whatsapp-btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
  }