.cover {
    background-image: url(../images/sample-2-drak.jpg);
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
}


.cover_bd_content_1 {
    display: flex;
}

.cover_bd_content_1 a {
    color: #fff;
    display: inline-block;
    list-style: none;
    font-weight: 700;
    font-size: 16px;
}

.cover_bd_content_1 span {
    color: #fff;
}

.cover_bd_content_p1 {
    color: #b01e22;
    font-size: 16px;
    font-weight: 700;
}

.cover_bd_content_2 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
}

@media (max-width:768px) {

    .cover_bd_content_2 {
        font-size: 60px;
        font-weight: 700;
        color: #fff;
    }
}

@media (max-width:576px) {

    .cover_bd_content_2 {
        font-size: 45px;
        font-weight: 700;
        color: #fff;
    }

    .cover {
        background-image: url(../images/sample-2-drak.jpg);
        position: relative;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 90vh;
        padding-top: 350px;
        padding-bottom: 0px;
        overflow: hidden;
    }
    
}

/* us */

.us {
    padding: 100px 0px;
}

.us_bd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 36px;
}

.us_bd_content_1 {
    display: grid;
    grid-template-columns: 5.5fr 5fr;
    column-gap: 22px;
    position: relative;
}

.us_bd_content_1_img img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    margin-top: 100px;
}

.us_bd_content_2_img img {
    width: 100%;
    height: 80%;
    object-fit: cover;
}

.us_bd_content_box {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(0%,0%);
    color:#fff;
    opacity: 0.9;
}

.us_bd_content_box_p1 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;    
    margin-top: 20px;
}

.us_bd_content_box_p2 {
    font-size: 19px;
    font-weight: 500;
    text-align: center;    
    margin-top: 10px
}

.us_bd_content_2_p1 {
    color: #b01e22;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.us_bd_content_2_p2 {
    font-size: 48px;
    line-height: 60px;
    padding: 0;
    margin: 0;
    color:#000;
    font-weight: 700;
    margin-bottom: 20px;
}

.us_bd_content_2_p3 {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.us_bd_content_2_a a{
    background: #b01e22;
    color:#fff;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    padding: 17px 43px;
    text-align: center;
    font-weight: 700;
    font-family: var(--heading-font);
    z-index: 3;
    position: relative;
    transition: 0.4s;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 6px;
}

@media (max-width:1200px) {

    .us_bd {
        display: grid;
        grid-template-columns:  1fr;
        column-gap: 36px;
    }

    .us_bd_content_1 {
        display: grid;
        grid-template-columns: 5.5fr 5fr;
        column-gap: 22px;
        position: relative;
        margin-bottom: 50px;
    }
}

@media (max-width:768px) {

    .us_bd_content_2_p2 {
        font-size: 42px;
        line-height: 60px;
        padding: 0;
        margin: 0;
        color:#000;
        font-weight: 700;
        margin-bottom: 20px;
    }
}

@media (max-width:578px) {

    .us_bd_content_1 {
        display: grid;
        grid-template-columns: 4fr 6fr;
        column-gap: 22px;
        position: relative;
    }

    .us_bd {
        display: grid;
        grid-template-columns:  1fr;
        column-gap: 36px;
        row-gap: 60px;
    }

    .us_bd_content_2_p2 {
        font-size: 31px;
        line-height: 38px;
        padding: 0;
        margin: 0;
        color:#000;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .us_bd_content_2_img img {
        width: 100%;
        height: 110%;
        object-fit: cover;
    }

    
.us_bd_content_box img{
    width: 110px;   
}
}

/* service */
.service {
    background-color: #f4f4f4;
}

.service .w {
    padding: 100px 0px;
}

.service_tittle_p1 {
    color: #b01e22;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.service_tittle_p2 {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.service_tittle_p3 {
    color: #131313;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}

.service_bd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
    position: relative;
}

.service_bd_content {
    justify-self: center;
    text-align: center;
    padding: 40px;
    background-color:#fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.service_bd_content:hover {
    justify-self: center;
    text-align: center;
    padding: 40px;
    background-color: #b01e22;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.service_bd_content:hover .service_bd_content_img-2 {
    opacity: 1;
}

.service_bd_content::after {
    position: absolute;
    content: "";
    right: -50px;
    top: -50px;
    width: 137px;
    height: 137px;
    opacity: 0.1;
    background: rgb(255, 167, 167);
    border-radius: 50%;
    transition: 0.4s;
}

.service_bd_content_img {
    margin-bottom: 20px;
    position: relative;
}

.service_bd_content_img img {
    max-width: 80px;
}

.service_bd_content_img-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity:0;
    transition: 0.4s;
    z-index: 1;
}

.service_bd_content_p1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service_bd_content_p2 {
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
}


@media (max-width:1200px) {

    .service_bd {
        display: grid;
        grid-template-columns: 1fr 1fr ;
        column-gap: 24px;
        row-gap: 24px;
    }
} 

@media (max-width:768px) {

    .service_bd {
        display: grid;
        grid-template-columns: 1fr ;
        column-gap: 24px;
        row-gap: 24px;
    }
    
    .service_tittle_p2 {
        font-weight: 700;
        font-size: 42px;
        text-align: center;
        margin-bottom: 20px;
    }
} 

@media (max-width:576px) {

    .service .w {
        padding: 50px 0px;
    }

    .service_bd {
        display: grid;
        grid-template-columns: 1fr ;
        column-gap: 24px;
        row-gap: 24px;
    }
    
    .service_tittle_p2 {
        font-weight: 700;
        font-size: 31px;
        text-align: center;
        margin-bottom: 20px;
    }
} 


/* turnkey */
.turnkey {
    padding: 100px 0px 120px 0px;
}

.turnkey_tittle_p1 {
    color: #b01e22;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.turnkey_tittle_p2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}

.turnkey_tittle_p3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.turnkey_bd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 36px;
}

.turnkey_bd_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.turnkey_bd_1_img_1 img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.turnkey_bd_1_img_2 img{
    max-width: 100%;
    height: 90%;
    object-fit: cover;
    margin-top: 150px;
}

.turnkey_tittle_icon{
    display: flex;
}

.turnkey_tittle_icon span{
    display: inline-block;
    font-size: 18px;
    background-color: #b01e22;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 5px;
    margin-left: 10px;
}

.turnkey_tittle_icon span img {
    max-height: 30px;
}


@media (max-width:1200px) {

    .turnkey_bd {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 36px;
        row-gap: 36px;
    }
    
}

@media (max-width:576px) {

    .turnkey_bd {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 36px;
        row-gap: 36px;
    }

    .turnkey_tittle_p2 {
        font-size: 31px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .turnkey_tittle_icon span img {
        max-height: 20px;
    }

    .turnkey_tittle_icon span{
        display: inline-block;
        font-size: 14px;
        background-color: #b01e22;
        color: #fff;
        font-weight: 600;
        padding: 10px 10px;
        border-radius: 5px;
        margin-left: 5px;
    }
    

    .turnkey {
        padding: 100px 0px 160px 0px;
    }
}

/* client */

.client {
    background-color: #f4f4f4;
}

.client_bd{
    padding: 100px 0px;
    border-bottom: 1px solid #383838;
}


.client_bd_content_1_inner_0 {
    color: #b01e22;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.client_bd_content_1_inner_1 {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.client_bd_content_1_inner_2{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.client_bd_content_2{
    padding: 50px 0px 0px 0px;
}

.client_bd_content_2_inner_bd{
    padding: 0;
    margin-top: 20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    column-gap: 30px;
    row-gap: 110px;
}

.client_bd_content_2_inner_bd img {
    height: 70px;   
    filter: grayscale(100%);
    transition: all 0.3s;
}

.client_bd_content_2_inner_bd img:hover {
    scale: 1.1;
}

@media (max-width:991px) {

    .client_bd_content_1 {
        display: grid;
        grid-template-columns:1fr;
        column-gap: 10px;
        row-gap: 30px;
    }

    .client_bd_content_1_inner_1 {
        font-size: 28px;
        font-weight: 700;
    }
}


@media (max-width:576px) {

    
.client_bd{
    padding: 50px 0px;
    border-bottom: 1px solid #383838;
}


.client_bd_content_2_inner_bd img {
    height: 50px;   
    filter: grayscale(100%);
    transition: all 0.3s;
}

    
.client_bd_content_1 {
    display: grid;
    grid-template-columns:1fr;
    column-gap: 0px;
}

.client_bd_content_2_inner_bd{
    padding: 0;
    margin-top: 20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    column-gap: 50px;
    row-gap: 80px;
}
    
}

