* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wow:first-child {
    visibility: hidden;
}

:root {
    --bg: #070707;
    --white: #ffffff;
    --gold: #e3af3e;
    --socialmediabg: #dcaa33;
}

body {
    background: var(--bg);
    color: var(--bg);
    overflow-x: hidden;
}

.header {
    background: var(--bg);
}

.nav-link {
    color: var(--white);
}

.nav-link:hover {
    /* border-bottom: 1px #ffffff solid; */
    color: var(--gold);
}


/* .bg{
    background: red;
} */

.img {
    width: 100%;
}

.paynow {
    overflow: hidden;
    width: 210px;
    border-radius: 5px;
    text-align: center;
    height: 41px;
}

.nomination {
    width: 180px;
    padding: 4px;
    border: 2px solid #fff;
    color: var(--white);
    text-align: center;
    border-radius: 5px;
    margin-left: 20px;
    background: linear-gradient(90deg, #B20D5D 0%, #4A0AB4 100%);
    text-decoration: none;
}

.navbar-expand-sm .navbar-collapse {
    justify-content: center;
}

.heading {
    font-size: 2em;
    font-weight: bold;
    color: var(--bg);
    text-transform: uppercase;
}

.heading span {
    color: var(--gold);
}

.border {
    width: 10%;
    background: #e3af3e;
    height: 3px;
    margin: 0 auto;
}

.parallax {
    background-image: url('../images/upcommingbg.png');
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0 5%;
}

.fixedtopbar {
    background-image: url('../images/common.jpg');
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 2%;
}

.contactbg {
    background-image: url('../images/contactus.jpg');
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 2%;
}

.whitetext {
    color: var(--white);
}

.gold {
    color: var(--gold);
}

.process {
    background-color: rgba(227, 172, 62, 0.6);
    border-radius: 5px;
    position: relative;
}

.contact {
    background-color: rgba(227, 172, 62, 0.6);
    border-radius: 5px;
    padding: 5% !important;
}

.card-header {
    background: var(--gold);
}

.submitbtn {
    background: var(--bg);
    padding: 6px 15px;
    border: none;
    border-radius: 8px;
    width: 150px;
    margin-top: 15px;
    color: var(--white);
    font-weight: bold;
}

.footer {
    padding: 2% 0 2%;
    color: var(--white);
}

.footer h5 {
    padding: 5px 0 10px;
    border-bottom: 2px solid var(--gold);
    font-size: 1.8em;
    width: 100%;
}



.fa {
    padding: 0px;
    font-size: 16px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.socialmedia {
    display: flex;
    /* justify-content: center; */
}

.socialmedia a:hover {
    background: var(--white);
}

.socialmediamain {
    background: var(--socialmediabg);
    color: white;
    width: 50px;
    height: 50px;
    padding: 14px;
    font-size: 25px;
    margin: 0 5px;
}

.copyright {
    background: var(--bg);
    color: #9a9a9a;
    padding: 1% 0 0;
}

.footer {
    background: #000;
}

.footer ul li {
    text-decoration: none;
    list-style-type: none;
}

.footer a {
    color: #fff;
    text-decoration: none;
    transition: all 1s;
}

.footer a:hover {
    color: var(--gold);
    margin-left: 5px;
}

.headericon {
    display: flex;
    justify-content: center;
    width: 90%;
    overflow: hidden;
    padding: 2% 1%;
}

.contact-two {
    position: relative;
    display: block;
    padding: 0 0 90px;
    z-index: 1;
    color: var(--white) !important;
}

.contact-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 30px;
    background: linear-gradient(90deg, #B20D5D 0%, #4A0AB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-two__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 4px;
    margin-top: 21px;
    color: var(--white);
}

.contact-two__text {
    line-height: 24px;
    color: var(--white);
}

.redmoreBtn {
    background: var(--gold);
    width: 150px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    color: var(--bg);
    font-weight: 600;
    border-radius: 20px;
    margin: 5% 0;
    display: inline-block;
}

.contactus {
    position: absolute;
    top: 17%;
    width: 50%;
    left: 15%
}

.privacy p {
    color: var(--white) !important;
}