body {
    font-family: 'Montserrat', sans-serif;
    background-attachment: scroll;
    background-size: cover;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: black;

}

header, footer {
    background-color: rgba(18, 72, 133, 0.8);
    color: white;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0 0 50% 50%;
    margin-bottom: 20px;
    animation: arcAnimation 25s ease-in-out infinite alternate;
}

header {
    border-radius: 0 0 50% 50%;
}

footer {
    border-radius: 50% 50% 0 0;
    margin-top: 20px;
}

header img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

header h1, footer p {
    margin: 0;
}
a{
    color: white;
    text-decoration: none;
    padding: 0px 0px;
    margin: 1px;
    font-size: large;
    
}
a:hover{
    color: aquamarine;
}
.actlink{
    color: lightgreen;
    text-decoration: none;
    padding: 0px 0px;
    margin: 1px;
    font-size: large;
    font-style: italic;
    
}


main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    padding: 20px;
    background-image: url('Dac/planet.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: black;
    background-position: center;
}

h1{
    color: #fafdff;
    font-size: xx-large;
}
h1:hover{
    color: aliceblue;
}

h2 {
    color: white;
    font-size: xx-large;
    font-family: 'Raleway', sans-serif;
}
h2:hover {
    color: rgb(122, 208, 230);

}

p {
    color: #cac4c4;
    font-size: x-large;
}
p:hover{
    color: rgb(80, 235, 235);
}

button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
button:hover{
    color: #242a66;
}

.nav-link {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #242a66;
    border-radius: 51px;
    margin: 5px;
    font-size: xx-large;
}

.nav-link:hover {
    background-color: #777;
}

/* Products */

.product {
    margin: 20px 0;
    text-align: center;
    max-width: 75%;
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in-out, border-radius 1.3s ease, transform 1.3s ease;
    border-radius: 100%;
    width: 75%;
    height: auto;
}

.fade-in.visible {
    opacity: 1;
}

.fade-in:hover {
    border-radius: 0;
    transform: scale(1.1);
}

mainP {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    padding: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: black;
    background-position: center;
}

.product-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

input#passkey {
    padding: 10px;
    font-size: 16px;
    border: 2px solid #007BFF;
    border-radius: 5px;
    margin-top: 20px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input#passkey:focus {
    border-color: #0056b3;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

/* Who are we */


.director-image {
    width: 1000px;
    height: auto;
    border-radius: 100%;
    margin: 20px 0;
}

whoAreWe {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    padding: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgb(31, 102, 160);
    background-position: center;
    animation: arcAnimation2 55s ease-in-out infinite alternate, colorChange 30s infinite;
}

whoAreWeTextBox{
    max-width: 75%;
    background-color: darkblue;
    border-radius: 93% 7% 93% 7% / 7% 81% 19% 93%   ;
    text-align: justify;
    word-wrap: break-word;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 130px;
    padding-right: 130px;
    margin-top: 20px;
    margin-bottom: 20px;
    animation: arcAnimation2 25s ease-in-out infinite alternate, colorChange 50s infinite;
}

/* Partners! */

palsBack{
    max-width: 100%;
    background-color: darkblue;
    text-align: justify;
    word-wrap: break-word;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    background: linear-gradient(to bottom, #227bc4,rgb(23, 145, 150),rgb(42, 43, 42));
    

}
pals1{
    max-width: 75%;
    background: linear-gradient(to bottom, #227bc4,rgb(16, 94, 97));
    border-radius: 10% 90% 41% 59%;
    text-align: justify;
    word-wrap: break-word;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 130px;
    padding-right: 130px;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

pals2{
    max-width: 75%;
    background: linear-gradient(to top, #227bc4,rgb(23, 150, 86));
    border-radius: 90% 10% 59% 41%;
    text-align: justify;
    word-wrap: break-word;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 130px;
    padding-right: 130px;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

#fsg {
    width: 55%;
    height: auto;
    border-radius: 100% 100% 100% 100%;

    background-color: rgb(7, 59, 14);
    float: right;
}

#FDVEC {
    width: 55%;
    height: auto;
    border-radius: 50% 50% 50% 50% / 90% 90% 10% 15% ;

    background-color: rgb(7, 59, 14);
    float: left;
}


#SS {
    width: 55%;
    height: auto;
    border-radius: 10% 10% 10% 10% / 70% 70% 10% 10% ;

    background-color: rgb(7, 59, 14);
    float: right;
}
#Van {
    width: 55%;
    height: auto;
    border-radius: 50% 50% 50% 50% / 90% 90% 10% 15% ;

    background-color: rgb(7, 59, 14);
    float: left;
}
#Ind {
    width: 55%;
    height: auto;
    border-radius: 100% 100% 100% 100% ;

    background-color: rgb(7, 59, 14);
    float: right;
}
#RRR {
    width: 55%;
    height: auto;
    margin: 10px 10px;
    float: left;
}


/* Causes  */
cause1{
    max-width: 100%;
    background-color: darkblue;
    text-align: justify;
    word-wrap: break-word;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    background: linear-gradient(to bottom, #227bc4, #050c18);
    

}

cause2{
    max-width: 75%;
    background-color: darkblue;
    text-align: justify;
    word-wrap: break-word;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    border-radius: 18% 82% 12% 88% / 84% 13% 87% 16% ;
    padding: 5% 5% 8% 5%;
    animation: colorChange 230s infinite;

}
cause3{
    max-width: 75%;
    background-color: darkblue;
    text-align: justify;
    word-wrap: break-word;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    border-radius: 87% 13% 90% 10% / 37% 75% 25% 63% ;
    padding: 5% 5% 8% 5%;
    animation: colorChange 130s infinite;

}
#habitation-image {
    width: 75%;
    height: auto;
    border-radius: 47% 53% 49% 51% / 89% 92% 8% 11% ;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 1.3s ease, border-radius 1.3s ease ;
}

#habitation-image:hover {
    transform: scale(1.05);
    border-radius: 20px;
}

#arts-image {
    width: 100%;
    height: auto;
    border-radius: 55% 45% 62% 38% / 89% 8% 92% 11%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 1.3s ease, border-radius 1.3s ease ;
}

#arts-image:hover {
    transform: scale(1.05);
    border-radius: 20px;

}

#environment-image {
    width: 100%;
    height: auto;
    border-radius: 17% 83% 51% 49% / 22% 35% 65% 78% ;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 1.3s ease, border-radius 1.3s ease ;
}

#environment-image:hover {
    transform: scale(1.05);
    border-radius: 20px;

}

/* Wave Bar */

.wave-bar {
    position: relative;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, black 50%, rgb(30, 133, 69) 50%);
    overflow: hidden;
}

.wave-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(to bottom, #227bc4 10%, #227bc4 50%);
    border-radius: 75% 100% 0 0;
    animation: wave 5s ease-in-out infinite alternate;

}






@keyframes wave {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes arcAnimation {
    0% {
        border-radius: 0 0 100% 100%;
    }
    100% {
        border-radius: 20% 20% 20% 20%;
    }
}
@keyframes arcAnimation2 {
    0% {
        border-radius: 76% 24% 76% 24%;
    }
    100% {
        border-radius: 20% 20% 20% 20%;
    }
}

@keyframes colorChange {
    0% {
        background-color: darkblue;
    }
    25% {
        background-color: rgb(20, 78, 64);
    }
    50% {
        background-color: rgb(18, 140, 170);
    }
    75% {
        background-color: rgb(10, 71, 73);
    }
    100% {
        background-color: darkblue;
    }
}


