

body{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: url('./img/gold-bg.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
}


/*Navigation*/
.main-nav{
    position: absolute;
    float: right;
    list-style-type: none;
    margin-top: 20px;
    z-index: 12;
}

.main-nav li{
    display: inline-block;

}

.main-nav li a{
    color:rgb(248, 248, 248);
    text-decoration: none;
    padding: 5px 20px;
    font-family: sans-serif;
    font-size: 25px;

}

.main-nav li.active a{
    border: 1px solid rgb(255, 251, 240);

}


.main-nav li a:hover{
    border: 1px solid rgb(255, 251, 240);
    color: black;
}

/*Short Header */
.sr-header{
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 8px;

    
}

.sr-header h2{
    border-radius: 8px 8px 0px 0px;

    padding: 10px 20px;
    color: rgb(251, 251, 251);
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421);
    text-align: center;
    border: 2px solid #fbba07;
    text-shadow: #252421 2px 2px 4px ;
    

}

.sr-header p{
    border-radius: 8px;

    padding: 0px 20px;
}

.sr-header span.ig{
    color: rgb(255, 9, 132);
}

.sr-header span.tw{
    color: rgb(12, 168, 235);
}

section{
    display: grid;
    grid-template-columns: 1fr 1fr;
}




.soc-rule1{
    position: relative;
    margin: 0px 70px;
}

.rule1h{
    background: rgba(255, 255, 255, 0.6);
    max-width: 400px;
}

.rule1h h2{
    color: white;
    text-align: center;
    margin: 0px;
    padding: 10px 40px;
    border-bottom: 2px solid goldenrod;
    background: rgba(0, 0, 0, .7);
    
}

.rule1h p{
    padding: 5px 10px;

}

.soc-info{
    margin: 70px;
    position: relative;
width: 400px;
    overflow: hidden;
}

.soc-header{
    background: rgba(255, 255, 255, 0.6);
    max-width: 400px;
    border-radius: 8px;

}


.soc-header h2{
    color: white;
    text-align: center;
    margin: 0px;
    padding: 10px 40px;
    border-bottom: 2px solid goldenrod;
    background: rgba(0, 0, 0, .7);
}

.soc-header p{
    padding: 5px 10px;
}

  
/*Sign Up Rules % Info */


.alert{
    text-align: center;
    padding: 10px;
    background: #79c797;
    color: white;
    margin-bottom: 10px;
    display: none;

}
/*Payment Container*/

.container .row{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    

}




.card{
    position: relative;
    max-width: 600px;
    height: auto;
    background: linear-gradient(-45deg,#1b1a1b,#ffa424);
    border-radius: 15px;
    margin: 70px 70px;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    transition: .5s;
    overflow: hidden;
    text-align: center;

}

.card:hover{
    transform: scale(1.1);
}

.col-sm-4:nth-child(1) .card, .col-sm-4:nth-child(1) .card .title .fab{
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421);
}

.col-sm-4:nth-child(2) .card, .col-sm-4:nth-child(2) .card .title .fab{
    background: linear-gradient(-45deg,#1b1a1b, #868584,#252421);
}

.col-sm-4:nth-child(3) .card, .col-sm-4:nth-child(3) .card .title .fab{
    background: linear-gradient(-45deg,#1b1a1b, #ffb145,#66625b);
}


.card:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width:  100%;
    height: 40%;
    background: rgba(255,255,255, .1);
    z-index: -1;
    transform: skewY(-5deg) scale(1.5)

}

.title .fab{

    position: relative;
    color: #fff;
    font-size: 65px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .8);
}


.title h2{
    position: relative;
    margin: 20px 0 0 ;
    padding: 0;
    color: #fff;
    font-size: 28px;
    z-index: 2;
}

.price{
    position: relative;
    z-index: 2;
}

.price h4{
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-size: 40px;
    font-weight: 200;

}

.option{
    position: relative;
    z-index: 2;
}

.option ul{
    margin: 0;
    padding: 0;

}


.option ul li{
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
}


.card a{
    position: relative;
    z-index: 2;
    background: #fff;
    color:   black  ;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
    text-decoration: none;
    

}

.card a:hover{
    background: #fbba07;

}

.card form{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.card form input{
    position: relative;
    height: 30px;
    
}

.soc-form-div input{
    position: relative;
    font-size: 18px;
    margin: 0;
    padding: 0;
    
}

.soc-form-div label{
    font-size: 18px;
    color: #dbdbdb;
}

.soc-form-div .option ul{
    grid-column: 1;
}

.soc-form-div .full{
    grid-column: 2;
}


.soc-form-div button{
    position: relative;
    z-index: 2;
    background: #fff;
    color:   black  ;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
    text-decoration: none;
}

.soc-form-div button:hover{
    background: #fbba07;
}

/* RightSide Overlay*/





.rightside-overlay p{
    color: #dbdbdb;
    padding: 0 20px;
}

.rightside-overlay{
    position: absolute;
    right: 0;
    z-index: 500;
    width: 40%;
    background: #262626;
    height: 100vh;
    opacity: 0.8;
}



.rightside-overlay h2{
    font-size: 60px;
    text-align: center;
    color: #fbba07;
    margin: auto 0;
}



/*Right Slides */
section .events{
    position: relative;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,.5);
    float: right;
    box-sizing: border-box;
}

section .events ul{
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    margin: 0;
    padding:  40px;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
    height: 90vh;
}

section .events ul li{
    list-style: none;
    background: #fff;
    box-sizing: border-box;
    height: 200px;
    margin: 15px 0;


}

section .events ul li .time{
    position: relative;
    padding: 20px;
    background: #262626;
    box-sizing: border-box;
    width: 30%;
    height: 100%;
    float: left;
    text-align: center;
    transition: .5s;
}


section .events ul li:hover .time{
    background: goldenrod;
}

section .events ul li .time h2{
    position: absolute;
    margin: 0;
    padding: 0;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 60px;
    line-height: 30px;

}

section .events ul li .time h2 span{
    font-size: 30px;
}


section .events ul li .details{
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    width: 70%;
    height: 100%;
    floaT: left;
}

section .events ul li .details h3{
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 22px;

}

section .events ul li .details p{
    position: relative;
    margin: 10px 0 0;
    padding: 0;
    font-size: 16px;
}

section .events ul li .details a{
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    border: 2px solid #262626;
    margin-top: 5px;
    font-size: 18px;
    transition: .5s;
    
}

section .events ul li .details a:hover{
    background: goldenrod;
    color: #fff;
    border-color: goldenrod;
    
}


 .right2{
    animation-delay: .3s;
}

.right3{
    animation-delay: .5s;
}


ul ::-webkit-scrollbar{
    width: 200px;
  
}

::-webkit-scrollbar-thumb{

    background: orange;
    border-radius: 50px;

}




/* Events title */

.events-title{
    padding: 0 40px;
    margin: 0px
}
.events-title h2{
    color: #fbba07;
    text-align: center;
    font-size: 60px;
    margin: 0;
    padding: 0;
}

.events-title p{
    padding: 0;
    color: #fff;
}

/* Start Footer*/
a{
    text-decoration: none;
    outline: none;
}


.footer-main-div{
    width: 100%;
    height: auto;
    margin: auto;
    background: #272727;
    padding: 20px 0px;
    display: inline-block;
}

.footer-social-icons{
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    top: 20px;
}

.footer-social-icons ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.footer-social-icons ul li{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px 10px;
    border-radius: 100%;
    background: goldenrod;

}

.footer-social-icons ul li a{
    color: #272727;
    font-size: 25px;
    display: block;
}

.footer-social-icons ul li a i{
    line-height: 50px;
}





footer{
    position: relative;
    bottom: 0;
    z-index: 501;
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
    height: 100px;
    border-top: 2px goldenrod solid;
    background-color: #272727;
}

.footer-copyright{
    width: 50%;
    float: left;
    font-size: 35px;
}

.footer-copyright p{
    padding-left: 10%;
    color: white;
    font-size: 0.7em;
    text-transform: capitalize;
    letter-spacing: 1px;
}



/* Keyframes for Mobile*/
@media screen and (max-width:760px){

    *body{
        width: 720px;
    }


    section{
        display: grid;
        grid-template-columns: 1fr;
    }
    

    .card{
        position: relative;
        max-width: 600px;
        height: auto;
        background: linear-gradient(-45deg,#1b1a1b,#ffa424);
        border-radius: 15px;
        margin: 10px 40px;
        padding: 40px 20px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
        transition: .5s;
        overflow: hidden;
        text-align: center;
    
    }

    .main-nav{
        position: absolute;
        float: left;
        list-style-type: none;
        margin: 15px;
        z-index: 12;
    }
    
    .main-nav li{
        display: inline-block;
    
    }
    
    .main-nav li a{
        color:rgb(248, 248, 248);
        text-decoration: none;
        padding: 5px 20px;
        font-family: sans-serif;
        font-size: 15px;
    
    }

    /* Start Footer*/
a{
    text-decoration: none;
    outline: none;
}


.footer-main-div{
    width: 100%;
    height: auto;
    margin: auto;
    background: #272727;
    padding: 20px 0px;
    display: inline-block;
}

.footer-social-icons{
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    top: 20px;
}

.footer-social-icons ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.footer-social-icons ul li{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0px 10px;
    border-radius: 100%;
    background: goldenrod;

}

.footer-social-icons ul li a{
    color: #272727;
    font-size: 25px;
    display: block;
}

.footer-social-icons ul li a i{
    line-height: 40px;
}





footer{
    position: relative;
    bottom: 0;
    z-index: 501;
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
    height: 100px;
    border-top: 2px goldenrod solid;
    background-color: #272727;
}

.footer-copyright{
    width: 50%;
    float: left;
    font-size: 25px;
}

.footer-copyright p{
    padding-left: 10%;
    color: white;
    font-size: 0.7em;
    text-transform: capitalize;
    letter-spacing: 1px;
}

}