body{
}
.boxes{
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}

/*box 1*/
#box_1{
    display: grid;
    grid-template-columns: 1fr;
    background-position-y: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
#box_1_img{
    width: 0%;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%);
    transition: 1s;
}
#box_1_text_1{
    position: absolute;
    top: -100%;
    text-align: center;
    right: 50%;
    transition: 1s;
    width: 70%;
    transform: translate(50%);
    color: #333;
    font-weight: 1000;
}
#box_1_text_2{
    position: absolute;
    top: 400px;
    text-align: center;
    right: -1000px;
    transition: 1s;
    width: 90%;
    transform: translate(50%);
    color: #333;
}

/*box 2*/
#box_2_1, #box_3, #box_2{
    background-position-y: top;
    background-size: 100%;
    background-repeat: no-repeat;
}
#box_2_1{
    background-position-y: bottom !important;
}
#in_back_1{
    position: absolute;
    width: 150%;
    left: -300px;
    z-index: -1;
    height: 200%;
}

.box_2_texts{
    transition: 1s;
    font-weight: bold;
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 5px;
}
#box_2_text_1, #box_2_test_1_1, #box_2_text_2 , #box_2_2_text_1, #box_2_test_1_1_sub{
    margin-left: -100%;
}
#box_2_text_first{
    transition: 1s;
    background: #333b;
    color: #bbb;
    text-align: center;
    height: 0px;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.box_2_text_box{
    margin: 50px auto;
    width: 80%;
}
.aInTag{
    color: #ddd;
    background: #333;
    padding: 5px;
    border-radius: 5px;
}
#box_2_why_us{
    background: #333b;
    color: #bbb;
    text-align: center;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 1s;
}

.box_2_text_box_sub{
    width: 80%;
    margin: 120px auto;
}
#box_2_text_box_sub_ul{
    padding: 0 20px;
    margin-left: -150%;
    width: calc(100% - 40px);
    transition: 1s;
}
#box_3{
    display: flex !important;
    flex-wrap: wrap;
}
#box_3_text_1{
    transition: 1s;
    height: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #333b;
    color: #bbb;
    text-align: center;
    width: 100%;
    justify-content: center;
}
.feedback_box{
    width: 80%;
    margin: 100px auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    background: #333b;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(0,145,255,0.7) 0%, rgba(0,180,110,0.3) 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.fb_box_1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.fb_box_3{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.fb_box_2{
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}
.fb_box_1_sub{
    width: 100%;
    padding: 0;
}
.fb_box_2_sub{
    width: 100%;
    padding: 40px 0;
}
.fb_text{
    width: 100%;
    font-weight: 1000;
    margin: 0;
    color: #333;
}
.fb_title{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.fb_input{
    width: 100%;
    font-size: 17px;
    border: 0;
    border-bottom: 3px solid;
    color: #333;
    background: transparent;
}
#fb_ta{
    width: calc(100% - 20px);
    font-size: 17px;
    border: 3px solid;
    color: #333;
    background: transparent;
    border-radius: 5px;
    padding: 10px;
    height: 140px;
}
.fb_input:focus, #fb_ta:focus{
    outline: none;
}
.fb_btns{
    background: #e65f5f;
    border: 0;
    padding: 10px;
    font-size: 19px;
    font-weight: bold;
    width: 100px;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
}


@media screen and (max-width: 500px){
    #box_1, #box_2_1, #box_3, #box_2{
        background-size: 200%;
        background-position-x: center;
    }
    #box_1_text_2{
        top: 480px;
    }
}