body {
    font-family: 'Poppins', sans-serif;
}

.back-bac-cl {
    background-color: #C7252F;
    padding: 50px 0;
}

.dumhandi-logo img {
    max-width: 200px;
}

.back-br-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dum-banner {
    margin-top: 30px;
}

.dum-banner h1 {
    color: #fff;
    font-size: 42px;
}

.dum-banner h1 span {
    color: #fff;
}

.dum-banner h2 {
    color: #fff;
    font-size: 28px;
    margin-top: 20px;
}

.dum-banner h2 span {
    color: #f7931d;
}

h1 span {
    display: inline-block;
    animation: slideLeft 1.5s forwards;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(200px);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

.dumhandi_app {
    max-width: 550px;
}

.dumhandi_app h2 {
    background-color: rgba(247, 148, 29, 0.5);
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 30px 0;
    display: block;
    padding: 10px 15px;
    border-radius: 50px;
}

.dum-left-soto a {
    color: transparent;
}

.dum-left-soto {
    text-align: center;
}

.dum-left-soto span {
    margin: 10px 20px;
    display: inline-flex;
}

.dum-left-soto img {
    -webkit-animation: zoomeffect 5s infinite;
    -moz-animation: zoomeffect 5s infinite;
    animation: zoomeffect 5s infinite;
}

@-webkit-keyframes zoomeffect {
    0% {
        background-position: center;
        transform: scale(1);
    }
    50% {
        background-position: center;
        transform: scale(1);
    }
    100% {
        background-position: center;
        transform: scale(1);
    }
}

@keyframes zoomeffect {
    0% {
        background-position: center;
        transform: scale(1);
    }
    50% {
        background-position: center;
        transform: scale(1.1);
    }
    100% {
        background-position: center;
        transform: scale(1);
    }
}

.dum-mockep {
    animation: MoveUpDown 3s linear infinite;
    position: relative;
    right: 0;
    margin-top: 2rem;
}

@keyframes MoveUpDown {
    0%,
    100% {
        bottom: 0;
    }
    50% {
        bottom: 30px;
    }
}


/* Top Button  */

#top-arrow {
    display: inline-block;
    background-color: #222;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 1s ease;
}

#top-arrow:hover {
    cursor: pointer;
    margin-bottom: -10px;
    transition: all 1s ease;
}

#top-arrow.show {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
}


/* Footer css  */

.foot-tops {
    padding: 50px 0;
    border-top: 1px solid #F7941D;
    margin-top: 50px;
}

.footer-dum-handi h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-dum-handi p {
    color: #fff;
    margin: 0;
    font-weight: 100;
    font-size: 14px;
}

.footer-dum-handi ul {
    padding: 0;
    margin: 0;
}

.footer-dum-handi ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer-dum-handi ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    transition: all 1s ease;
}

.footer-dum-handi ul li a:hover {
    margin-left: -8px;
    color: #f7931d;
    border-bottom: 1px solid #f7931d;
    transition: all 1s ease;
}

.footer-dum-handi ul li a i {
    margin-right: 10px;
}

.footer-dum-handi .call-dum {
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    transition: all 1s ease;
}

.footer-dum-handi .call-dum:hover {
    color: #f7931d;
    transition: all 1s ease;
}

.footer-dum-handi .call-dum i {
    margin-right: 10px;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    text-align: center;
}

.footer-dum {
    background-color: #77161c;
    padding: 20px 0;
}

.footer-dum .power-by-dn p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.5px;
}


/* Responsive Media Query ------ */

@media (max-width:1366px) {}

@media (max-width:1200px) {}

@media (max-width:1024px) {}

@media (max-width:991px) {}

@media (max-width:846px) {}

@media (max-width:768px) {}

@media (max-width:640px) {}

@media (max-width:480px) {}

@media (max-width:414px) {}

@media (max-width:380px) {}