*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.box1{
    width: 100%;
    height:100vh;
    background-image: url("img/bgc\ box1.jpg");
    background-size: 100% 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.box1 .p12{
    display:flex;
    width: 30%;
    background-color:rgb(232 236 244);
}
.box1 .p11{
    display: flex;
    width: 30%;
    height:80%;
    flex-direction: column-reverse;
    justify-content: space-around;
    color:white;
}
.box1 .c111{
    height:65%;
    width: 100%;
}
.box1 .g111{
    width:32%;
    height: 15%;
    margin: 10% ;
    padding: 2%;
    display: flex;
    border-radius: 15px;
    align-items: center;
    background-color: rgba(132, 122, 122,0.3);
}
.box1 .pg111{
    margin-left: 5%;
    font-size: 0.8rem;
}
.box1 h4{
    margin: -5% 10%;
}
.box1 h1:first-of-type{
    margin: 7% 10%;
    font-family: "Google Sans Code";
    color: aliceblue;
}
.box1 .c112{
    background: linear-gradient(to right ,#BF092F,#16476A);
    background-clip: text;
    color: transparent;
    text-shadow: none;
    width: 100%;
    height: 21%;
    margin: -3% 10%;
    font-size: 2.5rem;
    font-weight: 900;
    font-family:"Google Sans Code";
}
.box1 .p12{
    height: 80%;
    border-radius: 10px;
    overflow: hidden;
    outline: 6px solid RGBA(227, 242, 253,0.4);
    display: flex;
    flex-direction: column;
}
.box1 H5{
    margin: 5% 10%;
    color: rgb(169, 163, 163);
    font-size: 1.3rem;
}
.box1 .c12{
    width: 100%;
    height:45%;
    background-image: url("img/bgbox1.jpg");
    background-size: 100% 100%;
    display: flex;
}
.box1 .c122{
    height: 55%;
    width: 85%;
    display: flex;
    align-self: center;
    padding-top: 9%;
    flex-direction: column;
    justify-content: space-between;
}
.box1 .c122 .h21{
    font-family: "Google Sans Code";
    font-size: 1rem;
    font-weight:600;
    letter-spacing: 0px;
    word-spacing: 3px;
    line-height: 1.7rem;
    display: flex;
}
.box1 .text21{
    font-size: 0.88rem;
}
.box1 .child-box1{
    width: 100%;
    height: 26%;
    display: flex;
    margin-bottom: 5%;
}
.box1 .babay-box1{
    display: flex;
    height: 100%;
    width: 20%;
    justify-content: center;
    align-items: center;
}
.box1 .babay-box2{
    height: 100%;
    width: 80%;
    box-sizing: border-box;
}
@media (min-width:375px ) and (max-width:767px){
    .box1{
        flex-direction: column;
    }
    body{
        font-size: 0.5rem;
        background-color: #BF092F;
    }
    .box1 .g111{
        width: 98%;
    }
}