@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
}

.container_section {
    width: 100%;
}

.banner_cont {
    width: 100%;
    height: 480px;
    position: relative;
}


.bann_img {
    width: 100%;
    top: 0;
    height: 100%;
    position: relative;
}

.bann_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.container_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 70px 50px;
    display: flex;
    align-items: center;
    color: #fff;


}


.text_wrapper {
    width: 40%;
    padding: 20px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.7);
}

#btn {
    width: 200px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #002F51;
    padding: 12px;
    transition: all .5s;
}

#btn:hover {
    background-color: #fff;
    color: #002F51;
}

.btn_li {
    display: flex;
    margin-top: 20px;
}


.container_content h2 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 40px;
    margin-bottom: 20px;
}

.container_content p {
    color: #fff;
}


.container_con {
    padding: 50px 70px;
    width: 100%;
    display: flex;
    align-items: stretch;
}

.contaner_war {
    width: 50%;
}

.img_ {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contaner_war img {
    width: 80%;
    height: auto;
}

.con_h2 {
    margin-bottom: 15px
}

.con_h2 h2 {
    color: #00233b;
    font-size: 2.5rem;
    text-transform: capitalize;
}

.text {
    padding: 15px;
}

.text p {
    font-size: 1rem;
    color: #002F51;
    line-height: 30px;
    margin-bottom: 10px;
}

.cont_li_re {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

.cont_li_re a {
    text-decoration: none;
    padding: 15px 12px;
    width: 250px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    transition: .5s ease;
    background-color: #00233b;
}

.cont_li_re a:hover {
    background-color: #004374;
}

.container_marquee {
    padding: 10px;
    width: 100%;
}


marquee img {
    width: 70px;
    margin-left: 30px;
    margin-right: 30px;
}


@media screen and (max-width : 600px) {

    .container_content {
        padding: 30px 20px;
    }

    .text_wrapper {
        width: 100%;
    }

    .text_wrapper h2 {
        font-size: 1.8rem;
        text-align: left;
    }


    .container_con {
        padding: 25px 20px;
        flex-direction: column;
    }

    .contaner_war {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .contaner_war img {
        width: 100%;
    }

    .img_ {
        margin-top: 40px;
    }

    .text {
        padding: 0;
    }

    .con_h2 h2 {
        font-size: 2rem;
        text-align: center;
    }

    .text p {
        line-height: 25px;
    }

}

@media screen and (min-width :320px) and (max-width : 400px) {

    .container_content {
        padding: 30px 12px;
    }

    .text_wrapper h2 {
        font-size: 1.6rem;
        line-height: 32px;
    }
}

@media screen and (min-width :350px) and (max-width : 400px) {

    .text_wrapper h2 {
        font-size: 1.8rem;
        line-height: 37px;
    }

    .container_content p {
        font-size: 16px;
    }
}


@media screen and (min-width :401px) and (max-width : 500px) {

    .text_wrapper h2 {
        font-size: 1.9rem;
        line-height: 37px;
    }

    .container_content p {
        font-size: 16px;
    }

    .con_h2 {
        width: 100%;
        padding: 0px 5px;
    }

    .con_h2 h2 {
        font-size: 35px;
    }

    .text p {
        font-size: 17px;
    }
}


@media screen and (min-width :416px) and (max-width : 500px) {

    .text_wrapper h2 {
        font-size: 2.1rem;
        line-height: 37px;
    }

}

@media screen and (min-width :450px) and (max-width : 600px) {

    .text_wrapper h2 {
        font-size: 2.1rem;
        line-height: 40px;
    }

    .container_content p {
        font-size: 17px;
    }

    .text p {
        font-size: 18px;
    }

}

@media screen and (min-width : 500px) and (max-width : 600px) {
    .con_h2 h2 {
        font-size: 2.8rem;
        text-align: center;
    }

    .text_wrapper h2 {
        font-size: 2.5rem;
        line-height: 49px;
    }

    .container_content p {
        font-size: 18px;
    }

    #btn,
    .cont_li_re a {
        font-size: 18px;
    }
}

@media screen and (min-width : 550px) and (max-width : 600px) {

    .text_wrapper h2 {
        font-size: 2.7rem;
        line-height: 50px;
    }

    .container_content p {
        font-size: 21px;
    }

    .con_h2 h2 {
        font-size: 2.9rem;
        text-align: center;
    }

    .text p {
        font-size: 19px;
    }


}

@media screen and (min-width : 564px) and (max-width : 600px) {

    .con_h2 h2 {
        font-size: 3.1rem;
        text-align: center;
    }

    .text_wrapper h2 {
        font-size: 3rem;
        line-height: 54px;
    }

    #btn,
    .cont_li_re a {
        font-size: 20px;
    }

    .text p {
        font-size: 20px;
    }
}

@media screen and (min-width : 601px) and (max-width : 1199px) {
    .text_wrapper {
        width: 100%;
    }

    .container_content h2 {
        font-size: 2.7rem;
        line-height: 48px;
    }

    .container_content p {
        font-size: 20px;
    }

    #btn,
    .cont_li_re a {
        font-size: 20px;
    }

    .container_con {
        padding: 50px 30px;
        flex-direction: column;
    }

    .contaner_war {
        width: 100%;
        margin-bottom: 40px;
    }

    .con_h2 h2 {
        font-size: 3rem;
        text-align: left;
    }

    .text p {
        font-size: 1.1rem;
    }
}

@media screen and (min-width : 633px) and (max-width : 1199px) {
    .con_h2 h2 {
        font-size: 3.2rem;
    }

}

@media screen and (min-width : 650px) and (max-width : 1199px) {
    .con_h2 h2 {
        font-size: 3.4rem;
    }

    .container_content p {
        font-size: 22px;
    }

    .container_content h2 {
        font-size: 2.9rem;
        line-height: 53px;
    }

    .text p {
        font-size: 1.2rem
    }
}

@media screen and (min-width : 700px) and (max-width : 1199px) {

    .container_content h2 {
        font-size: 3.3rem;
        line-height: 61px;
    }

    .con_h2 h2 {
        font-size: 3.6rem;
    }

    .container_content p {
        font-size: 24px;
    }

}

@media screen and (min-width : 740px) and (max-width : 1199px) {
    .con_h2 h2 {
        font-size: 3.8rem;
    }

    .text p {
        font-size: 1.3rem;
    }

    .container_content h2 {
        font-size: 3.6rem;
        line-height: 64px;
    }

}

@media screen and (min-width : 777px) and (max-width : 1199px) {
    .container_content h2 {
        font-size: 3.8rem;
        line-height: 73px;
    }

    .con_h2 h2 {
        font-size: 4rem;
        margin-bottom: 30px;
    }
}


@media screen and (min-width : 812px) and (max-width : 1199px) {
    .con_h2 h2 {
        font-size: 4.5rem;
    }
}

@media screen and (min-width : 900px) and (max-width : 1199px) {

    .container_content h2 {
        font-size: 4.2rem;
        line-height: 73px;
    }

    .con_h2 h2 {
        font-size: 4rem;
    }

}

@media screen and (min-width : 1000px) and (max-width : 1199px) {

    .container_con {
        flex-direction: row;
    }

    .con_h2 h2 {
        font-size: 3cqi;
    }

    .text p {
        font-size: 1rem;
        line-height: 23px;
    }

    #btn,
    .cont_li_re a {
        font-size: 18px;
    }

    .contaner_war img {
        width: 97%;
    }

}

@media screen and (min-width : 1060px) and (max-width : 1199px) {
    .con_h2 h2 {
        font-size: 2.2rem;
    }
}


/* mini laptop  */

@media screen and (min-width : 1200px) and (max-width : 1365px) {
    .text_wrapper {
        width: 45%;
    }

    .banner_cont {
        height: 430px;
    }

    .con_h2 h2 {
        font-size: 2.1rem;
    }

    .cont_li_re a {
        width: 230px;
        font-size: 17px;
        padding: 13px 11px;
    }

    .text p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media screen and (min-width : 1246px) and (max-width : 1365px) {
    .con_h2 h2 {
        font-size: 2.3rem;
    }

    .text p {
        font-size: 16px;
        line-height: 27px;
    }
}

@media screen and (min-width : 1292px) and (max-width : 1365px) {
    .con_h2 h2 {
        font-size: 2.3rem;
    }
}


@media screen and (min-width : 1337px) and (max-width : 1365px) {
    .con_h2 h2 {
        font-size: 2.5rem;
    }


}