

*{
    margin: 0;
    padding: 0;
}

header , section{
    overflow-x: hidden;
}

header a{
    font-size: 0.9em;
    color: whitesmoke;
}

header{
    background-image:linear-gradient(rgb(4,9,30,0.7),rgb(4,9,30,0.7)),url('img/49.jpg');
    min-height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

header nav{
    background: transparent;
}


.nav-item:last-child{
    padding-right: 1.5em;
}

.nav-item{
    padding: 0.9em;
}

.navbar-brand{
    padding-left: 8rem;
}

.nav-link:hover{
    color: black;
}

.col-md-5{
    padding: 15vmin 1vmin;
    padding-left: 1rem;
}

.col-md-10{
    padding: 17vmin 1vmin;
    padding-bottom: 20vmin;
    color: white;
}


.col-md-10 h2{
    font-size: 8.5vmin;
    font-weight: bold;
}

.col-md-10 p{
    padding: 1vmin 5vmin;
    font-size: 1.2rem;
}

.col-md-10 .jumlah{
    width:43%;
}

.col-md-7 button{
    border-radius: 30px;
    font-weight: bold ;
}

/* section 1 */
.section-1{
    padding: 20vmin 0;
}
.section-1 .row .col-md-6 .pray img {
    opacity: 0.8;
    width: 80%;
    border-radius: 0.2em;
}

.section-1 .row .col-md-6:last-child{
    position: relative;
}

.section-1 .row .col-md-6 .panel{
    position:  absolute;
    top: 7vmin;
    left: -18vmin;
    background: white;
    border-radius: 3px;
    text-align: left;
    padding: 13vmin 5vmin 20vmin 10vmin;
    box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.section-1 .row .col-md-6 .panel h1{
    font-weight: bold;
    padding: 0.4em 0;
    font-size: 2em;
}

.section-1 .row .col-md-6 .panel p{
    font-size: 0.9em;
    color: rgb(0, 0, 0, 0.5);
}

/* section 2 */
.cover{
    background-image: linear-gradient(rgb(4,9,30,0.7),rgb(4,9,30,0.7)), url('img/70.jpg');
    background-color: rgb(44, 165, 245);
    position: relative;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 55vmin;
}

.cover .content{
    height: 100%;
    width: 100%;
    padding-top: 19vmin;
}

.cover .content h1{
    font-size: 6vmin;
    color: whitesmoke;
}

.cover .content p{
    font-size: 3vmin;
    color: #e5e5e5;
}

.numbers .rect{
    position: relative;
    z-index: 1;
    background: white ;
    width: 17rem;
    height: 19rem;
    padding-top: 4.5vmin;
    margin: 1rem;
    border-radius: 1rem;
    box-shadow: 1px 2px 50px 0px rgba(9, 169, 243, 0.3);
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: flex-end;
}

.numbers{
    margin-top: -15vmin;
    justify-content: space-around;
}

.rect:hover{
    transform: translateY(20px) ;
}

.rect::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    transition:0.5s all;
    opacity: 0;
    border-radius: 1rem;
}

.rect:hover::before{
    opacity: 1;
}

.rect img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1rem;
}

.rect .info{
    position: relative;
    padding:  10px 10px;
    z-index: 3;
    color: #fff;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s all;
}

.rect:hover .info{
    transform: translateY(0px);
    opacity: 1;
}

.numbers .rect h1{
    font-size: 2rem;
    color: rgb(18, 217, 243);
}


/* purcahse */
.purchase h1{
    padding: 15vmin;
    padding-bottom: 0.1em;
}

.purchase p{
    color: black;
    font-size: 3vmin;
    padding-bottom: 10vmin;
}

.purchase .cards .card{
    width: 22rem;
    margin: 3vmin;
}

.cards div{
    margin: 0;
    padding: 0;
}

.cards .title{
    background: rgba(208, 241, 241,0.199);
    padding: 1.2rem  1.4rem ;
}

.cards .title h5{
    font-size: 1.5rem;
}

.card .card-text {
    padding: 2.5rem 3rem;
    color: black;
}

.card-body .pricing{
    background:rgba(208, 241, 241,0.199);
    border-top-right-radius:170px ;
    border-top-left-radius:170px ;

}

.card-body .pricing h1{
    font-size: 5vmin;
    padding: 1em 0.5em;
}

.card-body .pricing a{
    font-size: 1.5rem;
}

/* section -3*/
.section-3{
    height: 70vmin;
    margin-top:15vmin;
    background-image:linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(../img/101.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-3 .col-md-12 h1{
    padding:2em 0 0.5em 0;
    color: whitesmoke;
    font-size: 6vmin;
}

.section-3 .col-md-12 p{
    padding:0.4em;
    padding-bottom: 2em;
    color: black;
    font-size: 3vmin;
}

.section-3 .desktop{
    background: white;
    display: inline-block;
    border-radius: 3em;
    padding: 2vmin 4.5vmin;
    margin:1em ;
}



/* section 11*/
.section-11{
    padding: 20vmin 0;
    overflow: hidden;
}
.section-11 .row .col-md-6 .pray img {
    opacity: 0.9;
    width: 80%;
    border-radius: 0.2em;
}

.section-11 .row .col-md-6:last-child{
    position: relative;
}

.section-11 .row .col-md-6 .panel{
    position:  absolute;
    top: 0;
    left: -10vmin;
    background: white;
    border-radius: 3px;
    text-align: left;
    padding: 2vmin 2vmin 18.5vmin 10vmin;
    box-shadow: 0px 25px 42px rgb(0, 0, 0, 0.2);
}

.section-11 .row .col-md-6 .panel h1{
    font-weight: bold;
    font-size: 2em;
    padding-top: 5rem;
}

.section-11 .row .col-md-6 .panel p{
    font-size: 0.9em;
    padding-bottom: 0;
    color: rgba(0, 0, 0, 0.5);
}


/* program */
.programs{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top:100px ;
}

/*
/* section 4 */
.section-4 .container h1{
    font-size: 6vmin;
    padding-top: 14vmin;
}

.section-4 .team{
    padding: 10vmin 4vmin;
}

.section-4 .card{
    width: 22rem;
    margin-top: 10vmin;
}

.section-4 .card .card-text{
    padding:0.5em;
}

.section-4 .card .card-body a{
    font-size: 1.5em;
}

.section-4 .caraousel-item {
    padding-left: 3rem;
}

.border-radius{
    border-radius: 340px;
    width: 60%;
}

/* footer */
footer{
    background: black;
    overflow-x: hidden;
    padding: 5vmin 5vmin;
}

footer .col-md-2{
    margin: 8% 0;
}
footer p > span{
    color: rgb(18, 217, 243);
}

footer .column i{
    color: rgb(18, 217, 243);
}

footer .column i+i {
    padding: 0 0.5em;
}

footer .column a{
    padding: 0 0.2em;
}

/* section 22 */
.section-22{
    overflow: hidden;
}

.covers{
    width: 100%;
    height: 40vmin;
    background-size: 150%;
    position: relative;
}

.covers .content{
    background: #fff;
    height: 100%;
    width: 100%;
    padding-top: 1vmin;
}

.covers .content h1{
    font-size: 6vmin;
    color: black;
}

.covers .content p{
    font-size: 3vmin;
    color: black;
}

.number .recth{
    position: relative;
    z-index: 1;
    background: black ;
    width: 17rem;
    height: 19rem;
    padding-top: 3.5vmin;
    margin: 1rem;
    border-radius: 1rem;
    box-shadow: 1px 2px 50px 0px rgba(9, 169, 243, 0.3);
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: flex-end;
}

.number{
    margin-top: -15vmin;
    justify-content: space-around;
}

.recth:hover{
    transform: translateY(20px) ;
}

.recth::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    transition:0.5s all;
    opacity: 1;
    border-radius: 1rem;
    background-color:black;
}

.recth:hover::before{
    opacity: 1;
}

.recth img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1rem;
}

.recth .infos{
    position: relative;
    padding:  10px 10px;
    z-index: 3;
    color: #fff;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s all;
}

.recth:hover .infos{
    transform: translateY(0px);
    opacity: 1;
}

.number .recth h1{
    font-size: 2rem;
    color: rgb(18, 217, 243);
}


.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(18, 217, 243, 0.815);
    z-index: 9999;
    transition: all 1.5s ease;
}
















