:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #000000;
}

.btn-danger {
    color: #fff;
    background-color: #EE193A !important;
    border-color: #EE193A !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@font-face {
    font-family: Periodico;
    src: url(../fonts/PeriodicoD-Rg-It.ttf);
    font-style: italic;
    font-weight: 200;
    font-display: swap
}

@font-face {
    font-family: Periodico;
    src: url(../fonts/PeriodicoD-Rg.ttf);
    font-style: normal;
    font-weight: 200;
    font-display: swap
}

@font-face {
    font-family: Periodico;
    src: url(../fonts/PeriodicoD-Md-It.ttf);
    font-style: italic;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Periodico;
    src: url(../fonts/PeriodicoD-SmBd.ttf);
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Solido;
    src: url(../fonts/Solido-Medium.otf);
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Caput;
    src: url(../fonts/Caput.otf);
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Caput;
    src: url(../fonts/0131_caput_bold.otf);
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Caput;
    src: url(../fonts/0121_caput_reg.otf);
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Caput;
    src: url(../fonts/Caput.otf);
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

.bg-dark {
    background-color: #000 !important;
}

/*** Heading ***/


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: Periodico !important;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
}

.super-title {
    font-family: Periodico !important;
    font-size: 40px;
    font-weight: 700 !important;
}

.main-title {
    font-family: Periodico !important;
    font-size: 26px;
    font-weight: 700 !important;
}

.sub-title {
    font-family: Periodico !important;
    font-size: 20px;
    font-weight: 700 !important;
}

.brands {
    font-family: Periodico !important;
    font-size: 20px;
    font-weight: 700 !important;
}

p {
    font-family: caput !important;
}

.article {
    font-family: caput !important;
}

.top-article {
    font-family: caput !important;
    font-size: 18px;
    align-items: center;
}

.byline {
    font-family: solido !important;
}

.square {
    height: 30px;
    width: 30px;
    background-color: #555;
}

.brand-title span {
    height: 25px;
    width: 25px;
    align-self: center;
    margin: 6px 5px auto;
}

.bg-latest {
    background: #B72025 !important;
    color: transparent;
}

.bg-sports {
    background: #0BB10B !important;
}

.bg-health {
    background: #4997A1 !important;
}

.bg-insider {
    background: rgba(255, 216, 11, 0.3) !important;
}

.bg-share {
    background: rgb(237 26 59 / 10%) !important;
}

.bg-entertainment {
    background: #B72025 !important;
}

.bg-farm {
    background: #276B3C !important;
}

.bg-nairobian {
    background: #00508F !important;
}

.bg-eve {
    background: #b72025 !important;
}

.no-background {
    background: transparent !important;
}

.Premium {
    background-color: #bfb270;
    color: #fff !important;
    font-weight: 400;
    font-family: 'solido';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    display: inline;
    padding: 4px 4px 3px 6px;
    border-radius: 6px 0px 6px 0px;
}

.category {
    border: 1px solid #b72025 !important;
    color: #b72025 !important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}

.category-politic {
    border: 1px solid #01AEBC !important;
    color: #01AEBC !important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}

.category-business {
    border: 1px solid #075190 !important;
    color: #075190 !important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}

.category-sports {
    border: 1px solid #0BB10B !important;
    color: #0BB10B !important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}

.category-eve {
    border: 1px solid #b72025 !important;
    color: #b72025 !important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}

.f-600 {
    font-weight: 600;
}

.share-style {
    text-transform: uppercase;
    letter-spacing: 12px;
    font-size: 12px;
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 18px !important;
}

.category-entertainment {
    border: 1px solid #B72025 !important;
    color: #B72025 !important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}

.category-health {
    border: 1px solid #4997A1 !important;
    color: #4997A1 !important;
    font-family: 'Caput';
    font-size: 14px;
    display: inline;
    padding: 2px 8px 2px 10px;
}

.muted-padding {
    padding-left: 10px
}

.style-image {
    max-height: 360px;
    object-fit: cover;
    object-position: top;
}

.style-image-two {
    max-height: 180px;
    object-fit: cover;
    object-position: top;
}

.style-image-three {
    max-height: 270px;
    object-fit: cover;
    object-position: top;
}

.card-body {
    flex: 1 1 auto;
    padding-top: 0rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.item img {
    width: 100%;
    object-fit: cover;
}

.top-0 {
    position: absolute;
    top: 0;
}

.h-85 {
    height: 85%;
}

.text-muted {
    color: #b1b4b7 !important;
}

.border-right-menu {
    border-right: 1px solid #6e6d6d !important;
}

.border-left-menu {
    border-left: 1px solid #6e6d6d !important;
}

.border-bottom-menu {
    border-bottom: 1px solid #6e6d6d !important;
}

.border-top-menu {
    border-top: 1px solid #6e6d6d !important;
}

.main-boda {
    border: 4px solid #000;
}

.boda-bottom {
    border-bottom: 1px solid #6e6d6d !important;
    padding-bottom: 15px;
    padding-top: 0px;
}

.boda-right {
    border-right: 1px solid #6e6d6d !important;
}

.boda-left {
    border-left: 1px solid #6e6d6d !important;
}

.boda-top {
    border-top: 1px solid #6e6d6d !important;
}

.border-thick {
    border-top: 4px solid #000 !important;
}

.byline-margin {
    margin-left: 10px;
}

.float-right {
    float: right;
}

.navhead {
    background-color: #eee;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    text-transform: uppercase;
    font-size: 18px;
    /* color: #fff; */
    font-weight: 700;
    font-family: 'Periodico';
}

.navheading {
    background-color: #ddd;
    display: none;
}

.desgin .bi-chevron-right {
    display: none;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: inline-flex;
}

@media (max-width: 767.98px) {
    .border-right-menu {
        border-right: 0px solid #6e6d6d !important;
        border-bottom: 1px solid #6e6d6d !important;
    }

    .navheading {
        background-color: #ddd;
        display: contents;
    }

    .desgin .bi-chevron-right {
        display: inline-flex;
    }

    .mobile-only {
        display: inline-flex;
    }

    .desktop-only {
        display: none;
    }

    .search-desktop-only {
        display: none !important;
    }

    .pad-o {
        padding: 0 !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 0.5);
        font-size: 13px;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        font-family: 'Caput';
        position: relative;
    }
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 1);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    margin-top: 12px;
}

.overlay a {
    padding: 1px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: solido !important;
    font-size: 14px;
    color: #d3d6d7;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 16px;
    right: 45px;
    font-size: 28px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 16px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

ol, ul {
    padding-left: 1rem !important;
}

.list-style-none {
    list-style: none !important;
}

.top-styling {
    background: #111212;
    padding: 25px;
    font-size: 14px;
    color: #c2cfd1;
    font-weight: 100;
    line-height: 1.8;
    font-family: caput;
}

.logo-style {
    margin-bottom: 20px;
    padding: 10px;
    background: #ddd;
    width: 100%;
}

.menu-border-left {
    border-left: 1px solid #484848;
    padding-left: 30px;
}

.pad-logo {
    padding-top: 30px;
}

body {
    margin: 0;
    font-family: caput;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000 !important;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.searchform {
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 0px;
}

@media (min-width: 992px) {
    .searchform {
        width: 300px;
    }
}

.searchform .form-control {
    width: calc(80% - 50px);
    border: none;
    background: #f3f1f1 !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 14px;
}

.searchform .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .search {
    width: 50px;
    height: 50px;
    background: #000000 !important;
}

.searchform .search span {
    font-size: 16px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .searchform .form-control {
        width: calc(100% - 50px);
        border: none;
        background: #f3f1f1 !important;
        color: rgba(0, 0, 0, 0.7) !important;
        font-size: 14px;
    }

    .searchform .search {
        width: 50px;
        height: 50px;
        background: #000000 !important;
    }

    .searchform .search span {
        font-size: 16px;
        color: #fff;
    }

    .center-login {
        justify-content: center;
    }

    .menu-mobile-border {
        border-bottom: 1px solid #ddd;
    }

    .boda-right {
        border-right: 0px solid #6e6d6d !important;
        border-bottom: 1px solid #6e6d6d !important;
        padding-top: 10px;
    }

    .boda-left {
        border-left: 0px solid #6e6d6d !important;
        border-bottom: 1px solid #6e6d6d !important;
        padding-top: 10px;
    }

    .play-circle {
        position: absolute;
        font-size: 57px;
        color: white;
        display: inline-block;
        padding: 25px;
        position: absolute;
        top: 17% !important;
        left: 70% !important;
        transform: translate(-100%, 0%) !important;
    }

    .play-circle-small {
        position: absolute;
        font-size: 41px;
        color: white;
        padding-left: 140px !important;
        padding-top: 75px !important;
    }

    .share-social {
        padding-top: 14px;
        /* justify-content:flex-end!important; */
        justify-content: space-between !important;
    }
}

.navborders {
    border-top: 1px solid #6e6d6d;
    border-bottom: 4px solid #000;
}

.navborder-live {
    /* border-bottom: 1px solid #6e6d6d; */
    box-shadow: 0px 8px 18px -15px rgb(0 0 0 / 56%);
    border-radius: 0px;
}

a {
    color: #000;
    text-decoration: none !important;
}

a:hover {
    color: #686465 !important;
}

.nav-live {
    font-size: 12px;
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 200 !important;
}

.live-style {
    font-weight: 600 !important;
    color: #ed1a3b !important;
}

.section-phase {
    padding-top: 25px;
}

@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1500px !important;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1300px;
    }
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 18px !important;
    }
}

.pad-r {
    padding-right: 10px;
}

.overcome {
    flex: 1 1 auto !important;
    padding-top: 0rem !important;
    padding-right: 0px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
}

.bg-light-grey {
    background-color: #f1f1f1;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff !important;
}

.footer input {
    padding: 10px;
    border: none;
    border: 1px solid #6e6d6d !important;
}

.newslettericon {
    color: #000;
    border: 2px solid #000;
    padding: 11px;
}

.w-75 {
    width: 75% !important;
}

.social-icon {
    border: 3px solid #000 !important;
    padding: 10px;
    width: 50px;
    margin-right: 20px;
}

.dispplay {
    justify-content: center;

}

.grey {
    color: grey !important;
}

.width {
    width: 320px;
}

.hum-style {
    color: #000 !important;
    vertical-align: middle;
    font-size: 20px;
}

.section-style {
    font-size: 18px;
    color: #000 !important;
    font-family: solido;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    border-right: 1px solid #6e6d6d !important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.openbtn {
    font-size: 18px;
    cursor: pointer;
    background-color: #fff;
    color: white;
    padding: 0px 5px 0px 5px;
    border: none;
}

.sidebar a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #000;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.open-display {
    display: contents;
}

.openbtn:hover {
    background-color: #f3f0f0;
}

#main {
    transition: margin-left .5s;
    padding: 0px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    margin: 0;
    font-size: 1rem;
    color: #6b6a75;
    line-height: 1.0 !important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    border-radius: 2px !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #ddd !important;
}

.sidebar-padding-active {
    background: #ddd;
    padding: 9px !important;
    margin: 2px;
}

.sidebar-padding {
    background: #f7f5f5;
    padding: 9px !important;
    margin: 2px;
}

.play-circle {
    font-size: 67px;
    color: white;
    display: inline-block;
    left: 48%;
    position: absolute;
    place-self: center;
    top: 17%;
}

.play-circle-small {
    position: absolute;
    font-size: 30px;
    color: white;
    padding-left: 80px;
    padding-top: 40px;

}

.navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 50px !important;
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.links, .links:hover {
    text-decoration: none;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1 !important;
}

.caption-style {
    background: #fde8eb;
    padding: 10px;
    margin-bottom: 0px !important;
}

.style-image-article {
    max-height: 500px;
    object-fit: cover;
    object-position: top;
}

.paragraph-style {
    font-size: 20px;
    line-height: 35px;
    font-family: 'Periodico' !important;
}

.border-thick-red {
    border-top: 4px solid #ed1a3b !important;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #fde8eb !important;
}

.social-icon-top {
    border: 2px solid #000 !important;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
}

.bg-eve
.social-icon-top {
    border: 2px solid #000 !important;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    background: whitesmoke;

}

.facebook {
    color: #4267B2;
}

.youtube {
    color: #b72025;
}

.twitter {
    color: #00acee;
}

.linkedin {
    color: #0072b1;
}

.whatsapp {
    color: #34B7F1;
}

.telegram {
    color: #229ED9;
}

.share-social {
    padding-top: 14px;
    justify-content: flex-end
    /* justify-content: space-between; */
}

.share-social-bottom {
    padding-top: 14px;
    justify-content: flex-start !important;
}

.sub-title-picture {
    font-family: Periodico !important;
    font-size: 17px;
    font-weight: 700 !important;
}

.search-desktop-only {
    display: block;
}


#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: Periodico;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar {
    display: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .brand-title span {
        height: 25px;
        width: 25px;
        align-self: center;
        margin: 2px 5px auto;

    }

    .style-image {
        max-height: 360px;
        object-fit: cover;
        object-position: top;
        width: 100%;
    }

    .margin-moblie {
        margin-top: 22px !important;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-family: 'Caput';
    position: relative;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}

.ftco-navbar-light {
    /* background: #ffffff !important; */
    z-index: 3;
    padding: 0;


}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #fff !important;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 12px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: caput;
    position: relative;
    opacity:1!important;

}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #b72025;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #b72025;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
    width: 100%;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .7rem;
        padding-bottom: .7rem;
        color: #000;
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
        color: #fff;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    margin-top: 45px;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 0px;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #000;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background: #b72025;
    color: #fff;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
        display: block !important;
        background: #fff;
    }

    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.8);
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #b72025;
    border-radius: 0px;
}

@media (max-width: 767.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: #b72025;
        border-radius: 4px;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #b72025;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #fff;
    }
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: #000 !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:focus {
    outline: none !important;
}

.navbar-brand {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0px !important;
}

.navbar-brand span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
}

.navbar-brand:hover, .navbar-brand:focus {
    color: #000;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

/*** Carousel ***/
.carousel-caption {
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    color: #fff !important;
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }
    50% {
        left: 145px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }
    50% {
        left: 50%;
        margin-left: 45px;
    }
    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }
    50% {
        left: 85px;
    }
    100% {
        left: 0;
    }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}


.nice {
    font-size: 13px;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-family: 'Caput';
    position: relative;
    opacity: 1 !important;
}

.justify-content-inherit {
    justify-content: inherit !important;
}


.overlay .closebtn {
    font-family: 'Font Awesome 5 Free' !important;
}

.bg-eve .sub-title {
    font-family: Periodico !important;
    font-size: 20px;
    font-weight: 700 !important;
    color: whitesmoke;
}

.nav-item .nav-link.nav-live {
    color: #000 !important;
}

.content-body p:first-child::first-letter {
    font-size: 70px;
    line-height: 70px;
    font-family: 'Viral-Text';
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    align-items: center;
    float: left;
    height: 60px;
    margin-right: 8px;
    color: #000;
}

.round img {
    border-radius: 50%;
    height: 250px !important;
    width: 250px !important;
    border: 10px solid #a70e5a82;
}

.labels {
    position: absolute !important;
    left: 0;
    background: #76191c;
    letter-spacing: 5px;

}

.h400 {
    height: 408px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.video .bg-eve .style-image-three {
    height: 270px;
    object-fit: cover;
    object-position: top;
}

.h200 {
    height: 200px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.card-img-overlay {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
    background: linear-gradient(180deg, transparent, #000000a6, #000000db, #141414f2, #141414);
}

.style2,
.style2 a {
    background: rgb(183 32 37) !important;
    width: max-content;
    margin-right: 10px;
    color: white !important;
}

.scroll {
    width: 100%;
    overflow-x: scroll;
}


