

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fillhomebody {
    background-color: #2A2F38;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.fillhomeinner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-top: 1.5%;
}

.sendfill-logo {   
    margin-bottom: 25px;
}

.fillhomeinner .title_2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 58px;
    color: #fff;    
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    margin-bottom: 40px;
}

.sendfill_logo_div,
.title_2_div {
    width: 100%;
}

.title_2_div .title_2 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.sendfillbtn_group {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.sendfillbtn_group .btn {
    font-size: 26px;
    font-weight: 700;
    line-height: 78px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    background: #FF4343;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0 25px;
    /*position: relative;*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.sendfillbtn_group .btn:not(:last-child) {
    margin-right: 20px;
}

.sendfillbtn_group .btn:hover {
    transition: 0.3s all ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.sendfillbtn_group .btn .icon {
    margin-right: 20px;
    display: flex;
}

.home-banner-img {
    max-width: 100%;
    max-height: 550px;
}

@media only screen and (max-height: 930px) {
    .sendfill-logo {      
        margin-bottom: 20px;
    }
    .fillhomeinner .title_2 {
        font-size: 42px;
        line-height: 54px;
        margin-bottom: 30px;
    }
    .sendfillbtn_group {
        margin-bottom: 35px;
    }
    .home-banner-img {
        max-height: 500px;
    }
    .sendfillbtn_group .btn {
        font-size: 22px;
        line-height: 72px;
    }
    .fillhomeinner {
        padding-top: 2.5%;
    }
}
/*--- End (max-height: 930px) ---*/

@media only screen and (max-height: 799px) {
    .fillhomeinner {        
        padding-top: 1.5%;
    }
    .sendfill-logo {      
        margin-bottom: 15px;
    }     
    .home-banner-img {
        max-height: 440px;
    }
}
/*--- End (max-height: 799px) ---*/

@media only screen and (max-width: 1023px) {
    .fillhomebody {
        padding-left: 30px;
        padding-right: 30px;
    }
    .fillhomeinner .title_2 {
        font-size: 36px;
        line-height: 46px;
    }
    .sendfillbtn_group .btn {
        font-size: 20px;
    }
}
/*--- End (max-height: 1023px) ---*/

@media only screen and (max-width: 767px) {
    .fillhomebody {
        padding: 15px;
    }
    .sendfill-logo {
        max-width: 130px;
        margin-bottom: 15px;
    }
    .fillhomeinner .title_2 {
        font-size: 24px;
        line-height: 30px;
    }
    .sendfillbtn_group {
        flex-wrap: wrap;
    }
    .sendfillbtn_group .btn {
        padding: 0 20px;
        font-size: 16px;
        line-height: 50px;
        width: 230px;
    }
    .sendfillbtn_group .btn .icon img {
        max-width: 30px;
        min-height: 30px;
    }
    .sendfillbtn_group .btn:not(:last-child) {
        margin: 0 0 15px;
    }
}
/*--- End (max-height: 1023px) ---*/

@media only screen and (max-width: 370px) {
    .fillhomeinner .title_2 {font-size: 22px;}
}
/*--- End (max-height: 370px) ---*/