html {
    scroll-behavior: smooth;
  }

html,body 
{ 
    height: 100%; 
    background-color: #c2a364;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.mb8 { margin-bottom: 8px; }
.mb16 { margin-bottom: 16px; }
.mr16 { margin-right: 16px; }
.mb24 { margin-bottom: 24px; }
.mr24 { margin-right:  24px; }
.mb32 { margin-bottom: 32px; }
.mb40 { margin-bottom: 40px; }

.white { color: #ffffff;}

.center
{
    text-align: center;
}

h1, h2, h3, h4, h5, h6
{
    text-align: center;
    letter-spacing: 1px;
}

h1 { font-size: 2em; line-height: 1.25em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }

a{
    text-decoration: none;
    transition: color 0.4s ease-in;
    font-weight: 700;
}

p{
    width: 100%;
}

p.small
{
    font-size: 0.875em;
}

ul
{
    list-style: none;
    padding: 0px;
}

a:hover
{
    text-decoration: underline;
}

.uppercase
{
    text-transform: uppercase;
}

.bold
{
    font-weight: 800;
}

.center
{
    text-align: center;
}

.wrapper
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper #animatedBackground
{
    position: absolute;
    width: 100%;
    max-width: 1400px;
    height: 700px;
    background-image: url("../assets/header_default.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 0;
    transition: background-image 0.4s ease-in;
    z-index: 0;
    display: none;
}

.wrapper #photoBackground
{
    width: 100%;
    position: relative;
}

.wrapper #photoBackground .image
{
    position: absolute;
    max-width: 1000px;
    border: 10px solid #fff;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.4);
    transition: transform 0.4s ease-in-out;
}

.aboutPhoto
{
    max-width: 1000px;
    border: 4px solid #fff;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    max-width: 400px;
}

.wrapper #photoBackground .image.selected
{
    transform: rotate(0deg) scale(1);
}

.wrapper #photoBackground .image0 { top: 30px; left: 350px; transform: rotate(3deg) scale(0.98); z-index: 0; }
.wrapper #photoBackground .image1 { top: 40px; transform: rotate(-3deg) scale(0.98); z-index: 0; }
.wrapper #photoBackground .image2 { top: 34px; right: 300px;transform: rotate(-2deg) scale(0.98);  z-index: 0; }
.wrapper #photoBackground .image3 { left: 300px; top: 90px; transform: rotate(2deg) scale(0.98);  z-index: 0; }
.wrapper #photoBackground .image4 { left: 400px; top: 30px; transform: rotate(-2deg) scale(0.98);  z-index: 0;}
.wrapper #photoBackground .image5 { top: 30px; transform: rotate(2deg) scale(0.98);  z-index: 0;}
.wrapper #photoBackground .image6 { right: 340px; top: 90px; transform: rotate(-2deg) scale(0.98);  z-index: 0;}
.wrapper #photoBackground .image7 { top: 30px; left: 200px; transform: rotate(-2deg) scale(0.98); z-index: 0; }

.wrapper #animatedBackground .gradient
{
    display: none;
    position: absolute;
    width: 100%;
    height: 300px;
    background-image: linear-gradient(rgba(0,0,0,0), #c2a364);
    bottom: 0px;
}

.wrapper
{
    width: 100%;
    height: auto;
}

.wrapper .top_section
{   
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}


.wrapper .top_section .content
{
    width: 100%;
    max-width: 1100px;
    padding-left: 16px;
    padding-right: 16px;
}

    .wrapper .top_section .header
    {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .wrapper .top_section .header .content
    {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;      
        padding-top: 16px;
        padding-bottom: 16px;  
    }

    .wrapper .top_section .header .content .logo .dark
    {
        display: none;
    }


    .wrapper .top_section .content .intro
    {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;    
        width: 100%;
        padding-top: 32px;
        padding-bottom: 64px;
    }

    .wrapper .top_section .content .intro .phone
    {
        position: relative;
        width: 400px;
        max-width: 400px;
        z-index: 0;
        padding-left: 16px;
        padding-right: 16px;
        z-index: 2;
    }

    .wrapper .top_section .content .intro .phone .clickable
    {
        cursor: pointer;
        user-select: none;
        user-drag: none;
        -webkit-user-drag: none;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }

    .wrapper .top_section .content .intro .marker
    {
        position: absolute;
        top: 10%;
        left: 70%;
        height: 44px;
        width: 44px;
        background-color: #ffffff;
        border-radius: 500px;
        opacity: 0;
        pointer-events: none;
        user-select: none;
    }

    .wrapper .top_section .content .intro .checkmark
    {
        position: absolute;
        top: 0px;
        height: 30px;
        width: 30px;
        background-color: red;
    }

    .wrapper .top_section .content .intro .marker.animate
    {
        opacity: 1;
        animation: 3s infinite alternate click;
    }


      @keyframes click {
        0%   {top: 13%; opacity: 0;}
        20%   {top: 13%; opacity: 0.8; scale: 1;}
        25%   {top: 13%; opacity: 0.8; scale: 0.8;}
        30%   {top: 13%; opacity: 0.8; scale: 1;}
        45%   {top: 20%; opacity: 0.8; scale: 1;}
        50%   {top: 20%; opacity: 0.8; scale: 0.8;}
        55%   {top: 20%; opacity: 0.8; scale: 1;}
        70%   {top: 27%; opacity: 0.8; scale: 1;}
        75%   {top: 27%; opacity: 0.8; scale: 0.8;}
        80%   {top: 27%; opacity: 0.8; scale: 1;}
        95%   {top: 34%; opacity: 0.8; scale: 1;}
        100%   {top: 34%; opacity: 0.8; scale: 0.8;}
      }

.wrapper .section
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper .section.green
{
    background-color: #427b43;
}


.wrapper .section .content
{
    width: 100%;
    max-width: 1100px;
    display: flex;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
}

.wrapper .section .content .col
{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    flex-basis: 0;
}

.wrapper .section .content .col #screenshot
{
    max-width: 200px;
}

.monly
{
    display: none;
}

.wrapper .footer
{
    width: 100%;
    height: 100px;
    background-color: #1b1f23;
    display: flex;
    justify-content: center;
}

.wrapper .footer .content
{
    width: 100%;
    max-width: 1100px;  
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button
{
    border: none;
    min-height: 50px;
    padding: 16px 24px;
    color: #ffffff;
    background-color: #427b43;
    cursor: pointer;
}

button:hover
{
 opacity: 0.9;
}

button.small
{
    border: none;
    height: 30px;
    padding: 8px 16px;
    color: #ffffff;
    background-color: #427b43;
}

#stamp
{
    position: absolute;
    width: 160px;
    bottom: 80px;
    right: 38px;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

#stamp.animate
{
    animation: 1s stamp;
    animation-fill-mode: forwards;
}

@keyframes stamp {
    0%   { scale: 1.5; opacity: 0; }
    25%   { scale: 1; opacity: 0.8; }
    50%   { scale: 1.1; opacity: 0.8; }
    100%   { scale: 1; opacity: 1.0; }
  }

  .android {
    background-color: #404040;
  }

@media screen and (max-width: 480px)
{

    .wrapper .top_section .header.dark * a
    {
        color: #000000;
    }

    .wrapper .top_section .header.dark > .content .logo .light
    {
        display: none;
    }

    .wrapper .top_section .header.dark > .content .logo .dark
    {
        display: block;
    }
    
    .wrapper .top_section .content
    {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .wrapper .section .content
    {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

  
    .wrapper .top_section .content .intro .phone
    {
        width: 100%;
    }

    .wrapper .section .content
    {
        flex-direction: column;
    }

    .wrapper .section .content .col
    {
        margin-bottom: 48px;
    }

    .wrapper .section .content .col:last-child
    {
        margin-bottom: 0px;
    }
    
    .wrapper .top_section .header .content    
    {
        flex-direction: column;
        padding-top: 24px;
    }

    .wrapper .top_section .header .navigation
    {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 16px;
    }

    .wrapper .top_section .content .intro .marker.animate
    {
        animation: 3s infinite alternate click;
    }

    .wrapper #animatedBackground
    {
        height: 575px;
        display: block;
    }

    .donly
    {
        display: none;
    }

    .monly
{
    display: block;
}

.wrapper .top_section .content .intro .phone
{
    opacity: 0.94;
}

#stamp
{
    width: 140px;
    bottom: 100px;
    right: 36px;
}

.wrapper #animatedBackground .gradient
{
  display: block;
}

.wrapper #animatedBackground
{
    height: 575px;
}

.wrapper #photoBackground
{
    display: none;
}

.aboutPhoto
{
    max-width: 90%;
}

}
