@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*                    font-family: 'Montserrat', sans-serif;                */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
/*                    font-family: 'Nunito Sans', sans-serif;                          */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
               /* font-family: 'Work Sans', sans-serif;   */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/*                     roboto regular */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
button {
    cursor: pointer;
}
.justify-content-xxl-between {
    justify-content: space-between;
}

/* xxl 1400 <= infinity */
.container {
    max-width: 1140px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}
.margin {
    margin: auto;
}
h1 , h2 , h3 ,h4 ,h5 ,h6 {
    font-weight: normal;
}

.col-xxl-1 {
    width: calc(100%/12 * 1);
    padding: 0 15px;
}

.col-xxl-2 {
    width: calc(100%/12 * 2);
    padding: 0 15px;
}

.col-xxl-3 {
    width: calc(100%/12 * 3);
    padding: 0 15px;
}

.col-xxl-4 {
    width: calc(100%/12 * 4);
    padding: 0 15px;
}

.col-xxl-5 {
    width: calc(100%/12 * 5);
    padding: 0 15px;
}

.col-xxl-6 {
    width: calc(100%/12 * 6);
    padding: 0 15px;
}

.col-xxl-7 {
    width: calc(100%/12 * 7);
    padding: 0 15px;
}

.col-xxl-8 {
    width: calc(100%/12 * 8);
    padding: 0 15px;
}

.col-xxl-9 {
    width: calc(100%/12 * 9);
    padding: 0 15px;
}

.col-xxl-10 {
    width: calc(100%/12 * 10);
    padding: 0 15px;
}

.col-xxl-11 {
    width: calc(100%/12 * 11);
    padding: 0 15px;
}

.col-xxl-12 {
    width: calc(100%/12 * 12);
    padding: 0 15px;
}

/* xl 1200 <= 1399 */
@media (max-width: 1399px) {
    .container {
        max-width: 1140px;
    }
}

/* lg 992 <= 1199 */
@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
}

/* md 768 <= 991 */
@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
}

/* sm 576 <= 767px */
@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

/* xs <= 575 */
@media (max-width: 575px) {
    .container {
        width: 100%;
    }
}

/* ===========================header start */
header nav .xw{
    display: block;
    margin-top: 29px;
}

header nav ul{
    display: flex;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

header nav ul li a{
    color: #191919;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    margin-left: 28px;
}

header nav ul li a:hover{
    color: #007d2f;
}

header .info{
    background: #007d2f;
    margin-top: 6px;
}

header .info h2{
    padding-top: 110px;
    text-align: center;
    color: #171717;
    font-size: 30px;
    line-height: 66px;
    font-weight: 500;
    font-family: "Montserrat";
}

.col-xxl-6{
    margin: auto;
}

header .info p{
    text-align: center;
    padding-top: 32px;
    color: #fefefe;
    font-family: "Roboto";
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 97px;
}

/* =============================section start */

.eightHover .box{
    background-image: url(./img/img1.jpg);
    height: 300px;
    background-size: cover;
     position: relative; 
}
.eightHover .box img{
    cursor: pointer;
}

.eightHover .box:nth-child(2){
    background-image: url(./img/jpg2.jpg);
}
.eightHover .box:nth-child(3){
    background-image: url(./img/jpg3.jpg);
}
.eightHover .box:nth-child(4){
    background-image: url(img/jpg4.jpg);
}
.eightHover .box:nth-child(5){
    background-image: url(./img/jpg5.jpg);
}
.eightHover .box:nth-child(6){
    background-image: url(./img/jpg6.jpg);
}
.eightHover .box:nth-child(7){
    background-image: url(./img/jpg7.jpg);
}
.eightHover .box:nth-child(8){
    background-image: url(./img/jpg8.jpg);
}
.eightHover .box:nth-child(9){
    background-image: url(./img/jpg9.jpg);
}
.eightHover .box:nth-child(10){
    background-image: url(./img/jpg10.jpg);
}
.eightHover .box:nth-child(11){
    background-image: url(./img/jpg11.jpg);
}
.eightHover .box:nth-child(12){
    background-image: url(./img/jpg12.jpg);
}

.eightHover .box .hover{
    background-color: rgba(0, 0, 0, 0.359);
     position: absolute; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: .2s;
    background: rgb(red, green, blue);
}
.eightHover .box:hover .hover{
    transform: scale(1);
    width: 100%;
    height: 100%;
    background-color: rgb(55, 137, 86);
    opacity: 0.851;
    
}

/* ============================footer start */

footer {
    background-color: black;
    padding: 100px 0px;
    color: #bcbcbc;
    font-family: "Nunito Sans";
}
footer a{
    color: #bcbcbc;
}
footer .leftpartf h3 {
    font-size: 18px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
}
footer .leftpartf h4{
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.05px;
    margin-top: 25px;
    margin-bottom: 10px;
}

footer .rightpartf{
    display: flex;
    justify-content: space-between;
}
footer a{
    transition: .2s;
}
footer a:hover{
    color: white;
}



/* xl 1200<=1399 */
@media (max-width: 1399px) {
 
    footer .rightpartf{
        display: flex;
        justify-content: space-around;
    }
}

/* lg 992 <= 1199 */
@media (max-width: 1199px) {
    .col-lg-5 {
        width: calc(100%/12 * 5);
        padding: 0 15px;
    }

    .justify-content-lg-around{
        justify-content: space-around;
    }

    header nav ul{
        margin-right: 40px;
    }

    header .info h2{
        font-size: 25px;
        margin-top: 10px;
    }

    header .info p{
        padding-top: 20px;
        font-size: 14px;
        padding-bottom: 80px;
    }
    

}

/* md 768 <= 991 */
@media (max-width: 991px) {

    .col-md-4 {
        width: calc(100%/12 * 4);
        padding: 0 15px;
    }

    .col-md-6 {
        width: calc(100%/12 * 6);
        padding: 0 15px;
    }

    .col-md-2 {
        width: calc(100%/12 * 2);
        padding: 0 15px;
    }

    .col-md-3 {
        width: calc(100%/12 * 3);
        padding: 0 15px;
    }

    .justify-content-md-between{
        justify-content: space-between;
    }

    .justify-content-md-around{
        justify-content: space-around;
    }

    header .info h2{
        font-size: 25px;
        line-height: 30px;
        margin-top: 0px;
    }

    header .info p{
        padding-top: 20px;
        font-size: 14px;
        padding-bottom: 80px;
    }

    footer .leftpartf h3 {
        font-size: 13px;
        font-family: "Montserrat";
        color: rgb(255, 255, 255);
    }
    footer .leftpartf h4{
        font-size: 11px;
        line-height: 24px;
        letter-spacing: 0.05px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    footer a{
        font-size: 13px;
        line-height: 20px;
    }


}

/* sm 576 <= 767 */
@media (max-width: 767px) {
    .col-sm-6 {
        width: calc(100%/12 * 6);
        padding: 0 15px;
    }

    .col-sm-4 {
        width: calc(100%/12 * 4);
        padding: 0 15px;
    }

    .col-sm-9 {
        width: calc(100%/12 * 9);
        padding: 0 15px;
    }

    .col-sm-3 {
        width: calc(100%/12 * 3);
        padding: 0 15px;
    }

    .justify-content-sm-between{
        justify-content: space-between;
    }

    footer .rightpartf{
        margin: auto;
        margin-top: 30px;
    }



}

/* xs 320 <= 575 */
@media (max-width: 575px) {
    .col-8 {
        width: calc(100%/12 * 8);
        padding: 0 15px;
    }

    .col-12 {
        width: calc(100%/12 * 12);
        padding: 0 15px;
    }

    .col-7 {
        width: calc(100%/12 * 7);
        padding: 0 15px;
    }

    .col-4 {
        width: calc(100%/12 * 4);
        padding: 0 15px;
    }

    footer .leftpartf{
        margin: auto;
    }

    footer .centerpartf{
        margin: auto;
        margin-bottom: 10px;
    }

    footer .rightpartf{
        margin: auto;
    }

}