@font-face{
    font-family: 'Tay Birdie';
    src: url(./../../assets/fonts/Tay-birdie.otf);
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Beattle';
    src: url(./../../assets/fonts/Beattle.otf);
    font-weight: 300;
    font-style: normal;
}


/* G E N E R A L E S 
----------------------------------------------------*/
body {
    width: 100vw;
    height: 100vh;
    background-color: #FFF8E1;
}

.bg-coming {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    background-image: url(./../../assets/images/greenprana_mountain.png);
}

.logo {
    width: 22vw;
}

/* Coming soon */
@keyframes fadeIn {
    to {top: 100; opacity: 1;}
    from {top: 20%; opacity: 0;}
    
}
  
@-webkit-keyframes fadeIn {
    to {top: 100; opacity: 1;}
    from {top: 20%; opacity: 0;}
    
}
  
.wrapper {
    top: 60%;
    left: 50%;
    position: absolute;
    animation: fadeIn 1000ms ease;
    transform: translate(-50%, -50%);
    -webkit-animation: fadeIn 1000ms ease;
    -webkit-transform: translate(-50%, -50%);
    
}

a {
    text-decoration: none;
}

h1 {
    line-height: 1;
    font-size: 55px;
    color: #28473E;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Tay Birdie';
}
  
.dot {
    color: #28473E;
}
  
p {
    font-size: 20px;
    margin: 0px 18px;
    color: #28473E;
    text-align: center;
    font-weight: normal;
    font-family: 'Beattle';
    
}
  
.icons {
    text-align: center;
    
}
  
.icons i {
    width:55px;
    height:55px;
    display: flex;
    padding: 10px;
    margin: 0 10px;
    font-size: 25px;
    color: #A4A48B;
    background: #fff;
    position: relative;
    border-radius: 50px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    border: 2px solid #fff;
    transition: all 200ms ease;
}
  
.icons i:hover, .icons i:active {
    color: #5B5F50;
    transform: scale(1.2);
    text-decoration: none;
    cursor: pointer !important;
    -webkit-transform: scale(1.2);
    background: rgba(255, 255, 255, 0.305);
    
}
/* End Coming soon */


@media only screen and (min-width: 1px) and (max-width: 600px) {
    .logo {
        width: 67vw;
    }

    /* Coming soon */
    .wrapper {
        left: 50%;
        top: inherit;
        margin-top: 3rem;
        position: relative;
        animation: fadeIn 1000ms ease;
        transform: translate(-50%, -50%);
        -webkit-animation: fadeIn 1000ms ease;
        -webkit-transform: translate(-50%, -50%);
    }

    p {
        font-size: 22px;
        margin: 5px 18px;
        color: #28473E;
        text-align: center;
        font-weight: normal;
        line-height: normal;
        font-family: 'Beattle';
    }

    .icons i {
        width: 55px;
        height: 55px;
        display: flex;
        padding: 10px;
        margin: 0 10px;
        font-size: 20px;
        color: #A4A48B;
        background: #fff;
        position: relative;
        border-radius: 50px;
        align-items: center;
        text-decoration: none;
        justify-content: center;
        border: 2px solid #fff;
        transition: all 200ms ease;
    }
    /* End Coming soon */
}


@media only screen and (min-width: 768px) and (max-width: 770px) {
    .logo {
        width: 45vw;
    }

    /* Coming soon */
    .wrapper {
        top: 50%;
        left: 50%;
        position: absolute;
        animation: fadeIn 1000ms ease;
        transform: translate(-50%, -50%);
        -webkit-animation: fadeIn 1000ms ease;
        -webkit-transform: translate(-50%, -50%);
    }

    p {
        font-size: 22px;
        margin: 0px 0px;
        color: #28473E;
        text-align: center;
        font-weight: normal;
        font-family: 'Beattle';
    }

    .icons i {
        width: 55px;
        height: 55px;
        display: flex;
        padding: 10px;
        margin: 0 10px;
        font-size: 20px;
        color: #A4A48B;
        background: #fff;
        position: relative;
        border-radius: 50px;
        align-items: center;
        text-decoration: none;
        justify-content: center;
        border: 2px solid #fff;
        transition: all 200ms ease;
    }
    /* End Coming soon */

}

@media only screen and (min-width: 820px) and (max-width: 825px) {
    .logo {
        width: 45vw;
    }

    /* Coming soon */
    .wrapper {
        top: 50%;
        left: 50%;
        position: absolute;
        animation: fadeIn 1000ms ease;
        transform: translate(-50%, -50%);
        -webkit-animation: fadeIn 1000ms ease;
        -webkit-transform: translate(-50%, -50%);
    }

    p {
        font-size: 22px;
        margin: 0px 0px;
        color: #28473E;
        text-align: center;
        font-weight: normal;
        font-family: 'Beattle';
    }

    .icons i {
        width: 55px;
        height: 55px;
        display: flex;
        padding: 10px;
        margin: 0 10px;
        font-size: 20px;
        color: #A4A48B;
        background: #fff;
        position: relative;
        border-radius: 50px;
        align-items: center;
        text-decoration: none;
        justify-content: center;
        border: 2px solid #fff;
        transition: all 200ms ease;
    }
    /* End Coming soon */

}