
body{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


}

/*Navigation*/
.main-nav{
    position: absolute;
    float: right;
    list-style-type: none;
    margin-top: 30px;
    z-index: 2002;
}

.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 */


.short-header{
display:  flex;
height:300px;
text-align: center;
color: white;
overflow: hidden;
}

.short-header video{
    width: 100vw
}
.header-content{
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 80px;
  }

  .header-overlay{
    
        height: 300px;
        width: 100vw;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(255, 196, 0);
        z-index: 1;
        opacity: 0.85;
    
    }

  

.header-content h1{
    font-size: 65px;
    color: rgb(236, 236, 236);
    text-shadow:2px 2px 6px #262626;
    top: 0;



}


.header-content p{
    color: black;
    font-size: 1.5rem;
    display: block;
    padding-bottom: 2rem;
    max-width: 650px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}



/*Payment Container*/

.container .row{
    display: grid;
    grid-template-columns: 1fr 1fr ;
    

}


section{
    width: 100%;
    box-sizing: border-box;
    padding: 0 ;
    background: url('./img/silver-bg.jpg');
    background-size: cover;
    height: 100vh;


}


.card{
    position: relative;
    max-width: 600px;
    height: auto;
    background: linear-gradient(-45deg,#1b1a1b,#ffa424);
    border-radius: 15px;
    margin: 100px auto;
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    transition: .5s;
    overflow: hidden;
    text-align: center;
    z-index: 20;

}

.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, #ffb145,#66625b);
}

.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: 60px;
    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;
}

.card form input{
    position: relative;
    height: 30px;
    
}

.soc-form-div input{
    position: relative;
    font-size: 20px;
    margin: 0;
    padding: 0;
    
}

.soc-form-div label{
    font-size: 20px;
    text-align: center;
    color: #292626;
}

.soc-form-div .option ul{
    grid-column: 1;
}

.soc-form-div .full{
    grid-column: 1;
}


.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;
}



/* 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: absolute;
    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;
}