﻿html, body, #root {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
}

html {
    scroll-behavior: smooth;
}


@font-face {
    font-family: "Main";
    src: url("/fonts/main.woff2") format("woff2");
    font-display: swap;
}


.internal-link {
    color: rgb(204,0,0,1);
    transition: color 0.2s ease;
}

    .internal-link:hover {
        color: rgb(165 2 2);
        text-decoration: underline;
    }

.external-link {
    color: #212529bf;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

    .external-link:hover {
        color: rgb(165 2 2);
    }

.pricing-table {
    border-collapse: collapse;
    table-layout: fixed;
}

    .pricing-table th,
    .pricing-table td {
        border: 1px solid #dee2e6;
        font-size: clamp(14px, 2vw, 16px);
        color: #212529bf;
    }

.custom-serif-bold {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
}

.custom-serif-semibold {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.custom-serif-strong {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.embossFont {
    text-transform: none !important;
    text-shadow: 10px 10px 10px black !important;
}

.btn-home-red {
    background: rgb(204,0,0,1);
    font-weight: 600;
    color: white;
    white-space: nowrap;
    transition: all .25s ease;
}

    .btn-home-red:hover {
        background: rgb(165 2 2);
        border: 1px solid rgb(165 2 2) !important;
        color: white;
        transform: translateY(-2px);
    }
/*footer*/
.sr-footer {
    background: linear-gradient(180deg,#181b1f 0%,#111315 100%);
    color: #d9d9d9;
    padding: 30px ;
    position: relative;
    overflow: hidden;
    font-size: 15px;
}

    /* Background Decoration */

    .sr-footer::before {
        content: "";
        position: absolute;
        top: -120px;
        right: -120px;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        background: rgba(228,30,38,.04);
    }

    .sr-footer::after {
        content: "";
        position: absolute;
        left: -120px;
        bottom: -120px;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: rgba(255,255,255,.02);
    }

    /* Keep everything above decorations */

    .sr-footer .container-lg {
        position: relative;
        z-index: 2;
    }

.sr-footer-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
}

.sr-footer-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sr-logo {
    height: 60px;
    width: auto;
}

.sr-footer-divider {
    width: 1px;
    background: rgba(255,255,255,.5);
}

.sr-divider {
    margin: 55px 0 25px;
    border-color: rgba(255,255,255,.08);
}

.sr-footer-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sr-mid-line {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 14px;
}

.sr-powered-link {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.sr-copy {
    margin-top: 0.5rem;
    font-size: 12px;
}

.sr-footer-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .sr-footer-right a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #444;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        transition: .3s;
    }

        .sr-footer-right a:hover {
            transform: translateY(-2px);
        }

.sr-footer-links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

    .sr-footer-links a {
        color: rgb(108,117,125);
        text-decoration: none;
        font-weight: 500;
        transition: .3s;
    }

        .sr-footer-links a:hover {
            color: #e41e26;
        }

    .sr-footer-links span {
        color: #777;
    }

@media (max-width:768px) {

    .sr-footer-links {
        justify-content: center;
    }
}

@media (max-width:991px) {

    .sr-footer {
        padding: 20px;
    }

    .sr-footer-container {
        flex-direction: column;
        text-align: center;
    }

    .sr-footer-left,
    .sr-footer-center,
    .sr-footer-right {
        justify-content: center;
        text-align: center;
    }

    .sr-footer-divider {
        display: none;
    }

    .sr-mid-line {
        justify-content: center;
    }
}
/*end footer*/
/*header*/
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

    .navbar.scrolled {
        background: white;
        /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);*/
        box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2);
    }

.navbar-nav .nav-link {
    /*  font-weight: 600;*/
    padding: 0.75rem 1rem;
    white-space: nowrap;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.dropdown-item {
    padding: 0.65rem 1rem;
}

    .dropdown-item:hover {
        background: #f8f9fa;
    }

.dropdown-divider {
    border-top: 1px dashed grey;
    margin: 3px 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .dropdown-toggle.active {
    color: rgb(204,0,0,1) !important;
    font-weight: 600;
}

.dropdown-menu .dropdown-item.active {
    background-color: rgb(204,0,0,0.05);
    color: rgb(204,0,0,1);
}

@media (max-width: 991px) {
    .navbar-nav .nav-link {
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
    }
}
/*end header*/
