@font-face {
    font-family: 'BrutaPro';
    src: url('brutapro.woff') format('woff');
    font-family: 'Gotham';
    src: url('gotham.woff') format('woff');
}           
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

h1{
    font-family: 'BrutaPro', sans-serif;
    background: linear-gradient(to right, #E3327F, #6F3C92);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
span{
    font-family: 'Gotham', sans-serif;
}

.container-fluid {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #F0FBFF, #C4F0FF);
    overflow: hidden;
}

.logo{
    margin-left:2%;
    margin-top:2%;
}
.layer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.layer img {
    width: 100%;
    height: auto;
}

#layer1 {
    z-index: 5;
    width: 110%;
}

#layer2 {
    z-index: 4;
    width: 110%;
}

#layer3 {
    z-index: 3;
    width: 45%;
}

#layer4 {
    z-index: 2;
    width: 75%;
}

#matahari {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: white;
    opacity: 0.6;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 1);
}
.content{
    margin-left:auto;
    margin-right:auto;
    z-index: 100;
    width:50%;
}

.contact-us{
    background: radial-gradient(circle at center, #E3327F, #6F3C92);
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.contact-us:hover{
    color:white;
}

