:root {
    --nexin-font-two: "Marcellus", sans-serif;
    --evention-font-two: "EB Garamond", sans-serif;
    /* --nexin-base: #4A24E8; */
    --nexin-base: #ffdd00;
    --nexin-base-rgb: 255, 221, 0;
    --evention-bg: #0c0b0c;
}

.evention-font {
    font-family: var(--evention-font-two);
}

.home-body-two {
    background-color: var(--evention-bg);
    color: white !important;
}

.home-body-two .page-wrapper {
    padding-left: 100px;
    padding-right: 100px;
}

.border-shape-1 {
    position: absolute;
    top: 0;
    left: 99px;
    bottom: 0;
    width: 1px;
    background-color: white;
}

.border-shape-2 {
    position: absolute;
    top: 0;
    right: 99px;
    bottom: 0;
    width: 1px;
    background-color: white;
}

@media (max-width: 1319px) {
    .home-body-two .page-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .border-shape-1,
    .border-shape-2 {
        display: none;
    }
}

/*==============================================
   
===============================================*/
