* {
    font-family: 'Roboto', sans-serif !;
}

#form:hover::after {
    left: 22px !important;
}

marquee a {
    color: white;
}

.topphone {
    margin: 5px;
}

/* HEADER NAVBAR SCROLL ANIMATION */
.is-stuck {
    position: fixed;
    top: 0;
    transition: 1s ease-in-out;
}

h1 {
    font-size: 50px;
}

#call-to-action {
    font-weight: 500;
    position: relative;
}

::selection {
    color: white;
    background-color: rgb(255, 0, 0);
}

#main-header-collapse {
    width: max(240px);
}

a[onclick="RedirectTo()"]:hover {
    cursor: pointer;
}

div[onclick="RedirectTo()"]:hover {
    cursor: pointer;
}

div[onclick="RedirectTo()"] .contents h3 {
    text-transform: capitalize;
}

div[onclick="RedirectTo()"] .contents p {
    text-transform: capitalize;
}

.custom-bg-dark {
    background: linear-gradient(45deg, #e56c02, #e56c02);
}

.title-style {
    text-shadow: 4px 3px rgba(0, 0, 0);
    text-transform: capitalize;
}

.title-color {
    color: rgb(255, 0, 0);
    text-transform: capitalize;
}

.gradient-shadow {
    box-shadow: 0;
    position: relative;
    isolation: isolate;
}

.gradient-shadow::before,
.gradient-shadow::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(45deg,
            #fc6175, rgb(255, 0, 0));
}

.gradient-shadow::before {
    filter: blur(0.75em);
}

.gradient-shadow::after {
    opacity: 0.5;
    filter: blur(2em);
}

.icon-hover {
    cursor: pointer;
    background-color: rgb(255, 0, 0) !important;
    color: aliceblue;
    transition: all .3s !important;
}

.icon-hover:hover {
    scale: 1.1;
}

.flip-hover {
    background-color: rgb(255, 0, 0);
    ;
}

.font-size-20 {
    text-shadow: 2px 2px black;
}

.breadcrumb {
    background-color: rgb(255 255 255 / 55%) !important;
    color: black;
    font-weight: 600;
    text-transform: capitalize;
}

.tag-box a {
    color: rgb(255, 0, 0);
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 15px;
    border: 1px solid rgb(255, 0, 0);
    border-radius: 50px;
    margin: 10px;
    line-height: 4;
    font-size: 16px;
    transition: all .5s;
    cursor: pointer;
    /* background-color: rgb(255, 0, 0); */
}

.tag-box a:hover {
    background-color: rgb(147, 14, 0);
    color: rgb(255, 255, 255);
}

.text-bold {
    font-weight: 600;
    color: black;
    text-transform: capitalize;
}

.tag-box {
    word-break: break-all;
    text-align: center;
}

.main-header-overlay {
    background-color: #00000017;
}

/* header-icons */
.header-icons {
    display: flex;
    gap: 1rem;
}

.header-icons .header-icon {
    width: 2.5rem;
    aspect-ratio: 1;
    cursor: pointer;
    position: relative;
    background-color: blue;
    background-color: var(--clr);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vw;
    color: white;
    font-size: 1rem;
}

.header-icons .header-icon:nth-child(1) {
    --clr: hsl(120, 100%, 25%);
}

.header-icons .header-icon:nth-child(2) {
    --clr: hsl(0, 100%, 50%);
}

.header-icons .header-icon::before {
    content: attr(data-val);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(1rem);
    color: white;
    width: max-content;
    height: max-content;
    padding: .25em .5em;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
    font-size: 12px;
    line-height: 1;
}

.header-icons .header-icon:hover::before {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
}

.btn-pulse::before {
    content: "";
    width: 40px;
    margin-top: 2px;
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border-style: solid;
    border-width: 5px;
    border-color: transparent #030363;
    /* border: 5px solid #0e1f97; */
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding-left: 45px;
        padding-right: 45px;
        opacity: 0.75;
    }

    75% {
        padding-left: 60px;
        padding-right: 60px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#big-img::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 2px;
    width: 25px;
    height: 25px;
    background-image: var(--back);
    background-size: cover;
    z-index: 1;
}

#big-img::after {
    content: "BACK";
    display: grid;
    color: red;
    font-weight: 700;
    place-items: center;
    position: absolute;
    top: 20px;
    left: 55px;
    padding: 2px;
    width: 25px;
    height: 25px;
    z-index: 1;
}

:root {
    --color-gradient-start: rgb(255, 0, 0);
    --color-gradient-stop: #fc6571;
    --back: url("https://biz15.com/plugin/cw-desk-bottom-menu-v6/images/back-arrow.png");
    --call: url("https://biz15.com/plugin/cw-desk-bottom-menu-v6/images/call.png");
    --whatsapp: url("https://biz15.com/plugin/cw-desk-bottom-menu-v6/images/whatsapp.png");
    --form: url("https://biz15.com/plugin/cw-desk-bottom-menu-v6/images/form.png");
    --headset: url("https://biz15.com/plugin/cw-desk-bottom-menu-v6/images/headset.svg");
    --logoback: url("https://biz15.com/plugin/cw-desk-bottom-menu-v6/images/logo-back.png");
}

.is-stuck .mainbar-container .mainbar .mainbar-row .col-auto .navbar-header .navbar-brand {
    padding: 5px 10px !important;
}

.is-stuck .mainbar-container .mainbar .mainbar-row .col .header-module .header-icon {
    width: 2.2rem;
}

.is-stuck .mainbar-container .mainbar .mainbar-row {
    height: 100px;
}

@media only screen and (min-width: 1200px) {
    .navbar-brand {
        padding: 30px 10px !important;
    }

}


/* qr code */
img[alt="qr-code-v-card"]+p {
    font-size: 12px;
    margin-bottom: 0px;
}