/*

    1. IMPORTS 
    2. COLOR PALLET
    4. GLOBAL
    5. NAVIGATION
      *****See header.css******

    6. MAIN
      6.1 TYPOGRAPHY
      6.2 LAYOUT
      6.3 COMPONEMNTS
      6.4 IMAGES
      6.5 MEDIA QUERIES
    
    10. FOOTER
        6.1 TYPOGRAPHY
      6.2 LAYOUT
      6.3 COMPONEMNTS
      6.4 IMAGES
      6.5 MEDIA QUERIES







/* 
======================================================================== 
                              1. IMPORTS 
======================================================================== 
*/




/* 
======================================================================== 
                            2. COLOR PALLET 
======================================================================== 
*/

/* 
======================================================================== 
                             3. GLOBAL
======================================================================== 
*/

*,
*:before,
*:after {
    box-sizing: border-box;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    word-spacing: 0.25px;
    letter-spacing: 1px;
}


body,
html {
    min-width:320px;
}

/* h1 {
    color: whitesmoke;
    /* font-size: 5em;
    text-align: right;
    letter-spacing: 1rem;
    text-align: center;

} */


/* 
======================================================================== 
                             5. MAIN
======================================================================== 
*/

/* 
*******************************
4.1 TYPOGRAPHY
*******************************
*/

h1{
    font-size: clamp(4.5rem, 5.5vw, 7rem);
    letter-spacing: 3px;
    word-spacing: 5px;
}
/* 
*******************************
4.2 LAYOUT
*******************************
*/

.main-content {
    background-image: url("/assets/BG1.jpg");
    background-position: center;
    background-size: 100% 212%;
    height: 100vh;
}


.main-page-top-heading-wrapper {
    margin: CLAMP(1.5REM, 2VW, 3REM);
}


.main-page-top-button-wrapper {
    display: flex;
    margin: 50px;
}

.button {
    background-color: red;
    border: none;
    color: whitesmoke;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    margin: auto;
    font-size: 33px;
    cursor: pointer;
    box-shadow: 3px 3px 25px 10px grey;
    font-family: 'Bebas Neue', cursive;
    transition: all 0.3s ease-in-out;

}

.button:hover {
    transform: scale(1.1);
  }






/* 
*******************************
4.3 IMAGES
*******************************
*/
/* 
*******************************
4.4 MEDIA QUERIES
*******************************
*/




/* 
======================================================================== 
                             5. FOOTER
======================================================================== 
*/

/* 
*******************************
4.1 TYPOGRAPHY (NAV)
*******************************
*/
/* 
*******************************
4.2 LAYOUT (NAV)
*******************************
*/

.footer-content {
    height: 50px;
    background-color: black;
    display: flex;
    justify-content: center;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.logo-wrapper {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-wrap: none;
    margin-inline: auto;
}

.logo-img {
    margin-inline: -25px;
}


.logo-img:nth-child(1) {
    opacity: 0;
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 3s;
}

.logo-img:nth-child(2) {
    opacity: 0;
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}

.logo-img:nth-child(3) {
    opacity: 0;
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}

.logo-img:nth-child(4) {
    opacity: 0;
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 3s;
}


.logo-container-color {
    position: absolute;


}

.logo-img-color {
    width: 440px;
    height: 440px;
    margin-inline: -10px;
}

.logo-container-color:nth-child(1) {
    opacity: 0;
    animation: fadeInAnimation ease 7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}


.logo-container-color:nth-child(2) {
    opacity: 0;
    animation: fadeInAnimation ease 7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

.logo-container-color:nth-child(3) {
    opacity: 0;
    animation: fadeInAnimation ease 7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

/* 
*******************************
4.3 SOCIALS
*******************************
*/
/* 
*******************************
4.4 MEDIA QUERIES
*******************************
*/

@media only screen and (max-width : 1880px) {

    .logo-container .logo-img:nth-child(4), .logo-container-color .logo-img-color:nth-child(3){
        display:none;

    }

    .logo-wrapper{
        margin-inline:auto;
    }
}

@media only screen and (max-width : 1475px) {
    .logo-container .logo-img:nth-child(3), 
    .logo-container-color .logo-img-color:nth-child(2), 
    .logo-container .logo-img:nth-child(4), 
    .logo-container-color .logo-img-color:nth-child(3){
        
        display:none;

    }

    .logo-wrapper{
        margin-inline:auto;
    }

}

@media only screen and (max-width : 1000px) {
    .logo-container .logo-img:nth-child(3), 
    .logo-container-color .logo-img-color:nth-child(2), 
    .logo-container .logo-img:nth-child(4), 
    .logo-img:nth-child(2),
    .logo-img-color:nth-child(3),
    .logo-container .logo-img:nth-child(1), 
    .logo-container-color .logo-img-color:nth-child(2){
        
        display:none;

    }

    .logo-wrapper{
        margin-inline:auto;
    }


}


@media only screen and (max-width : 530px) and (min-width : 320px){

    .main-content{
        height: 100vh;
    }

    .wrapper{
        /* position: unset; */
        margin: auto;
    /* margin-top: 5rem; */
    transform: none;
    }

    /* .wrapper .heading h1{
        font-size:3.5rem;
    } */

    .logo-img-color {
        width: 300px;
        height: 300px;
    }

    h1 {
        font-size: clamp(3.5rem, 5.5vw, 4.5rem);
    }
    .wrapper {
        position: absolute;
        top: 5rem;
        left: 0%;
        width: 100%;

    }

    .footer-content {
         display: block;
    }
}




@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@keyframes fadeInOutAnimation {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

}
