::selection {
    background-color: rgb(189, 0, 50);
    color: #ffffff;
}

@font-face {
    font-family: 'Montserrat Regular'; !important;
}

body {
    font-family: "Montserrat Regular", sans-serif; !important;
}



.extra {
    font-family: "Montserrat ExtraBold", sans-serif; !important;
}

.bold {
    font-family: "Montserrat SemiBold", sans-serif; !important;
}

.colormain {
    color: rgb(189, 0, 50);
}

.colormainbg {
    background-color: rgb(189, 0, 50);
}
/*.confirm {*/
/*    background: url(/web/img/main/back1.jpg) no-repeat center center ;*/
/*    width: 100%;*/
/*    height: 1080px;*/
/*    background-size: 100%;*/
/*}*/

.upbtn {
    z-index: 9999;
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transform: scale(0);
    transition: all .7s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    color: rgba(14, 14, 14, 0.7);

}
.ar1024 a img {
    opacity: 0.2;
    transition: opacity 124ms linear, transform 124ms linear;
}

.ar1024:hover a img {
    opacity: 1;
}

.scroll {

    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -250px;
    animation: updown 4s ease infinite;

}

.angle {
    border-radius: 20px;
}

@keyframes updown {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}


.palet {
    color: #ffffff;
    opacity: 1;
}

@media (max-width: 720px) {
    .pallet-home .container-fluid .carousel-item .pallet-home-title {
        font-size: 30px;
        letter-spacing: 5px;
        text-transform: uppercase;

    }
}


.pallet-home-title2 {
    font-size: 45px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

@media (max-width: 720px) {
    .pallet-home-title2 {
        font-size: 25px;
        letter-spacing: 5px;
        text-transform: uppercase;

    }
}



@media (max-width: 768px) {

    .business-home .home-center .business-home-subtitle {
        font-size: 29px;
    }

    .business-home .home-center .intro .typing {
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 4px;
        height: auto;
        margin-left: 10px;
        position: relative;
    }

    .mbl {
        height: 35px;
    }
    .fc {
        font-size: 22px;
        max-width: 450px;
    }
}


@media (max-width: 720px) {
    .scroll {

        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: -100px;
        animation: updown 4s ease infinite;

    }

}