.bor-buttom {
    border-bottom: 5px solid #FB6816;
    
}
.bor-buttom-1px {
    border-bottom: 1px solid #FB6816;
    
}
.All-bottom {
    margin-top: 60px;
    display: block;
    color: #fff;
    background-color: var(--main-color);
    width: fit-content;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: inset 0px 1px 0px #FB6816, 0px 2px 0px 0px #D45711;
    padding: 16px 40px;
    border: none;
    cursor: pointer;
}
@media (max-width:992px) {
    .All-bottom{
        padding: 12px 25px;
    }
}
@media (max-width:668px) {
    .All-bottom {
        padding: 8px 20px;
    }
}
    .All-bottom:hover {
    background-color: #FF7A30;
}
.mask {
    margin: 80px 0;
    background-image: url(../images/child.jpg);
    height: 450px;

}
.mask-layer {
    width: 100%;
    height: 100%;
    background-color: #202835cc;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
}