@import url('https://fonts.googleapis.com/css2?family=Acme&family=Lobster&family=Patua+One&family=Rubik&family=Sniglet&display=swap');
.carousel-inner img {
    width: 100%;
    height: 450px;
}
body{
    background-color: white;
}
*{
    box-sizing: border-box;
}
header,
section,
footer{
    overflow-x: hidden;
}
:root{
    --Snigle-font:"Snigle",cursive;
    --Rubik:"Rubik",cursive;
    --Patua:"Patua",cursive;
    --Lobster:"Lobster",cursive;
    --light-black:#2e2c2caf;
    --bggradient:linear-gradient(
        to bottom,
        #dd2476,#ff512f);
    --light-gray:rgba(255,255,255,0.5);
}
header a{
    font-family: var(--Snigle-font);
    font-size: 0.9em;
    color: whitesmoke;
}
header{
    background: var(--bggradient);
}
header .nav-item:last-child{
    padding-right: 2.5em;
}
header .navbar-brand{
    font-size: 1.6em;
}
header .navbar-brand:hover{
    text-shadow: 2px 2px 3px black;
}
header .nav-item{
    padding: 0.3em;
    font-size: 1.2em;
}
header .nav-link:hover{
    color: black;
    text-shadow: 2px 2px 2px blue;
}
.payment-logo{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: #f8f8f8;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-align: center;
}
.card-text{
    padding: 10px;
}
.section-1{
    padding: 15vmin 0;
    position: relative;
    min-height: 600px;
    background-color: rgba(0,0,255,0.15);
}
.section-1 .row .col-md-4 .pray img{
    width:80%;
    border-radius: 0.2em;
}

.section-1 .row .col-md-8 .panel{
    position: relative;
    max-height: 100%;
    width: 100%;
    top: -5vmin;
    left:-15vmin;
    background: white;
    border-radius: 3px;
    text-align: left;
    padding:8vmin 5vmin 0vmin 10vmin;
    box-shadow: 0px 25px 42px rgba(0,0,0,0.2);
    z-index: -1;
    font-family: var(--Rubik);
}
.section-1 .row .col-md-8 .panel h1{
    font-weight: bold;
    padding: 0.4em 0;
    font-size: 2em;

}
.section-1 .row .col-md-8 .panel p{
    color: rgba(0,0,0,1);
}
.cover{
    width: 100%;
    height: 60vmin;
    background: url("images/section-2.jpg");
    background-size: 150%;
    background-position: -24rem -19rem;
    position: relative;
}
.cover .content{
    height: 100%;
    width: 100%;
    padding-top: 19vmin;
}
.cover .content >h1{
    font-family: var(--Patua);
    font-size: 8vmin;
    font-weight: bold;
    color: rgb(24, 15, 82);
    text-shadow: 2px 2px 3px red;
}
.numbers{
    margin-bottom: 60px;
    margin-top: -17vmin;
}
.numbers .rect{
    position: relative;
    z-index: 1;
    background: white;
    width: 17rem;
    height: 12rem;
    padding-top: 3.5vmin;
    margin: 1rem;
    border-radius: 0.5em;
    box-shadow: 1px 2px 10px 0px purple;
}
.numbers .rect h1{
    font-size: 3.8rem;
    color: black;
    text-shadow: 3px 3px 5px red;
}
.numbers .rect p{
    font-size: 2.1rem;
    font-weight: bolder;
}
.purchase{
    padding: 10px;
    padding-bottom: 30px;
}
.purchase .card{
    box-shadow: 1px 2px 15px 2px purple;
}
.purchase .card-body{
    font-family: var(--Rubik);
}
.purchase .card-body h4{
    font-size: 2rem;
    font-weight: bold;
}
.purchase .card-body p{
    font-size: 1rem;
}
.section-3{
    background-color:  white;
}
.section-3 .row{
    position: relative;
    padding: 27px 15px 0px 15px;
    
}
.section-3 p{
    font-family: var(--Rubik);
    color: black;
}
.section-3 h1{
    font-family: var(--Rubik);
    font-weight: bold;
}
footer .row{
    padding: 4vmin;
    padding-bottom: 0.2vmin;
}
footer .row h3,h4{
    margin-bottom: 3.5vmin;
}
footer .column i{
    color: #dd2490;
    font-size: 1.5em;
    margin-top: 1.9vmin;
}
footer input::placeholder{
    color: white !important;
}
footer .input-group-text{
    background: var(--bggradient);
}
.section-6{
    background: radial-gradient(#333,#000);
    position: relative;
    height: 100%;
    width: 100%;
}
.box-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    overflow: hidden;
    
}
.box-area li{
    position: absolute;
    display: block;
    list-style:none;
    width: 25px;
    height: 25px;
    background: rgba(255,255,255,0.3);
    animation: animate 20s linear infinite;
    bottom: -150px;
}
.box-area li:nth-child(1){
    left: 86%;
    width: 80px;
    height: 80px;
    animation-delay: 1s;
}
.box-area li:nth-child(2){
    left: 2%;
    width: 60px;
    height: 60px;
    animation-delay: 3.5s;
    animation-duration: 10s;
}
.box-area li:nth-child(3){
    left: 70%;
    width: 100px;
    height: 100px;
    animation-delay: 1.5s;
}
.box-area li:nth-child(4){
    left: 25%;
    width: 150px;
    height: 150px;
    animation-delay: 1.5s;
    animation-duration: 8.5s;
}
.box-area li:nth-child(5){
    left: 65%;
    width: 40px;
    height: 40px;
    animation-delay: 1.5s;
}.box-area li:nth-child(6){
    left: 15%;
    width: 100px;
    height: 100px;
    animation-delay: 1.5s;
}
.box-area li:nth-child(7){
    left: 30%;
    width: 60px;
    height: 60px;
    animation-delay: 3s;
    animation-duration: 7.5s;
}
.box-area li:nth-child(8){
    left: 25%;
    width: 60px;
    height: 60px;
    animation-delay: 4.5s;
}
.box-area li:nth-child(9){
    left: 50%;
    width: 60px;
    height: 60px;
    animation-delay: 1.5s;
    animation-duration: 7.5s;
}
.box-area li:nth-child(10){
    left: 70%;
    width: 60px;
    height: 60px;
    animation-delay: 2s;
    animation-duration: 6.5s;
}
.box-area li:nth-child(11){
    left: 45%;
    width: 60px;
    height: 60px;
    animation-delay: 3.5s;
    animation-duration: 7.5s;
}
.box-area li:nth-child(12){
    left: 10%;
    width: 60px;
    height: 60px;
    animation-delay: 2s;
    animation-duration: 5.5s;
}
@keyframes animate{
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100%{
        transform: translateY(-4200px) rotate(360deg);
        opacity: 0;
    }
}
.section-6 .team{
    padding: 6vmin;
}
.section-6 .col-md-3{
    margin: 4vmin;
}
.section-6 .col-md-4{
    margin-bottom: 4vmin;
}
footer .col-md-12{
    margin: 2vmin;
    margin-bottom: 0;
}
#hid{
    display: none;
}
