@font-face {
    font-family: Gravity-Regular;
    src: url('/webfonts/Gravity-Regular.otf');
}
@font-face {
    font-family: Gravity-Bold;
    src: url('/webfonts/Gravity-Bold.otf');
}
@font-face {
    font-family: Gravity-Light;
    src: url('/webfonts/Gravity-Light.otf');
}
@font-face {
    font-family: Gravity-Book;
    src: url('/webfonts/Gravity-Book.otf');
}

@font-face {
    font-family: Oliciy;
    src: url('/webfonts/Oliciy.otf');
}

*{
    font-family: Gravity-Regular;
}

html{
    scroll-behavior: smooth;
}

.onepage__header{
    top: 0;
}

.onepage__language{
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: lowercase;
}

.onepage__language  a {
    text-decoration: none;
    color: grey;
    margin: auto;
    padding: 1rem;
    cursor: pointer;
}

.onepage__nav{
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background-color: #04A198;
}

.onepage__navLinks {
    width: 30%;
    display: flex;
    margin-left: 36px;
}

.onepage__navLinks > a {
    text-decoration: none;
    cursor: pointer;
}

.onepage__navLinks > span{
    display: flex;
    top: 7px;
    position: relative;
    margin: 0 -7px;
}

.onepage__navLinks > img {
    width: 50px;
    height: 50px;
    bottom: 3px;
    position: relative;
}

.onepage__menu{
    display: none;
}

.onepage__navLinks > i{
    display: none;
}

.onepage__menuLogo > img{
    display: none;
}

.onepage__navLogo{
    display: flex;
    width: 40%;
    justify-content: center;
    align-items: center;
}

.onepage__navLogo > img{
    width: 30%;
    top: 20px;
    position: relative;
    right: 110px;
}

.onepage__navSocial {
    width: 20%;
    margin-right: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.onepage__navSocial a > i{
    font-size: 24px;
}

.onepage__message{
    position: relative;
    top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #04A198;
}

.onepage__message > h1 {
    font-size: 21px;
    width: 800px;
    text-align: center;
    width: 50%;
    align-self: center;
    font-family: Gravity-Regular;
    letter-spacing: 1px;
    word-spacing: 5px;
    margin: -10px;
    line-height: 35px;
}

.onepage__message > h2 {
    font-size: 16px;
    color: rgba(255, 254, 254, 0.774);
    text-align: center;
    align-self: center;
    font-family: Gravity-Light;
    letter-spacing: 1px;
    margin-top: 10px;
}

.onepage__grid{
    display: flex;
    justify-content: center;
    height: 72vh;
    padding: 55px;
}

.onepage__gridImages{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
}
.onepage__gridImages > div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 20px;
}

.onepage__gridImages > div > img {
    position: absolute;
    width: 90%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    margin-bottom: 32px;
    top: 0;
}

.onepage__gridImages > div > div {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.892);
    color: #000;
    width: 73%;
    height: 66%;
    object-fit: cover;
    object-position: center right;
    margin-bottom: 32px;
    left:0;
    right:0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Gravity-Bold;
    font-size: 24px;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.onepage__gridImages > div > div > h3{
    font-family: Oliciy;
    color: black;
    margin: 0;
    font-size: 42px;
}
.onepage__gridImages > div > div > p{
    color: #000;
    padding: 16px;
    text-align: center;
    line-height: 46px;
    font-size: 28px;
}

.onepage__gridImages > div > div:hover{
    opacity: 1;
}

.onepage__circle{
    border-radius: 50%;
}

.onepage__mobileApps{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.onepage__mobileApps > h4{
    color: black;
}

.onepage__mobileAppsMessage{
    margin-top: 15px;
    width: 100%;
    background-color: #ECEBED;
    text-align: center;
    padding: 10px;
}

.onepage__mobileAppsMessage > h3{
    color: black;
    font-size: 16px;
}

.onepage__mobileAppsMessage > h4{
    color: black;
    font-family: Gravity-Light;
    font-size: 14px;
}

.onepage__mobileAppsLinks{ 
    padding: 14px;
}

.onepage__mobileAppsLinks > img{
    width: 100px;
}

.onepage__mobileAppQr {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.onepage__mobileApps > h4 {
    font-size: 14px;
    font-family: Gravity-Light;
}

.onepage__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.onepage__contactForm {
    display: flex;
    flex-direction: column;
    margin-top: 46px;
    width: 40%;
}

.onepage__contactForm > label {
    color: #fff;
}

.onepage__contactForm > input {
    background-color: #80D1CC;
    color: #fff;
    border: none;
    padding: 6px;
    margin-bottom: 24px;
    padding-left: 12px;
}

.onepage__contactForm > input::placeholder { 
    color: #CCEDEB;
    font-family: Gravity-Light;
}

.onepage__contactForm > textarea {
    background-color: #80D1CC;
    color: #fff;
    border: none;
    height: 125px;
    resize: none;
    margin-bottom: 40px;
}

.onepage__contactForm > textarea::placeholder {
    color: #CCEDEB;
    padding-left: 12px;
    font-family: Gravity-Light;
}

.onepage__contactForm > input[type="submit"] {
    color: #80D1CC;
    width: 80px;
    background-color: #fff;
    border: none;
    align-self: center;
    justify-self: center;
    padding: 8px;
    text-transform: uppercase;
}

.onepage__contactSocial {
    margin-top: 56px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.onepage__contactSocial > a > i {
    font-size: 24px;
}
.onepage__navigate{
    display: none;
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    border: none;
    outline: none;
    background-color: #80D1CC; 
    color: white; 
    cursor: pointer;
    border-radius: 50%; 
    font-size: 26px; 
    height: 75px;
    width: 75px;
}

.onepage__navigate:hover{
    background-color: #555; 
}

footer{
    background-color: #fff;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 32px;
    margin-top: 24px;
}

.onepage__footer {
    margin: 0 120px;
}
.onepage__footer > a {
    color: #000; 
    text-decoration: none;
}

.onepage__footer > img {
    width: 80px;
    margin-right: 6px;
}

@media screen and (max-width: 2060px){
    .onepage__navLogo > img{
        width: 25%;
        margin-bottom: -8px;
    }

    .onepage__gridImages > div > div > h3 {
        font-size: 22px;
    }

    .onepage__gridImages > div > div > p {
        font-size: 12px;
        padding: 10px;
        line-height: initial;
    } 
}
@media screen and (max-width: 2560px) and (max-height: 800px){
    .onepage__gridImages > div > div {  
        width: 55%;
        height: 90%;
    }

    .onepage__gridImages > div > div > p {
        font-size: 17px;
    }
}   

@media screen and (max-width: 1920px) and (min-height: 976px){
    .onepage__gridImages > div > div {  
        height: 75%;
    }
} 

@media screen and (max-width: 1550px) and (min-height: 700px){
    .onepage__gridImages > div > div {  
        width: 82%;
    }
} 

@media screen and (max-width: 1520px) and (min-height: 900px){
    .onepage__gridImages > div > div {  
        height: 75%;
    }
} 

@media screen and (max-width: 1440px){
    .onepage__navLogo > img{
        right: 80px;
    }
    .onepage__message{
        top: 30px;
    }

    .onepage__gridImages > div > div {
        width: 70%;
        height: 66%;
    }    
}

@media screen and (max-width: 1440px) and (min-height: 900px){
    .onepage__gridImages > div > div {  
        width: 78%;
    }
} 

@media screen and (max-width: 1200px){
    .onepage__language{
        display: none;
    }

    .onepage__navLinks {
        display: none;
    }

    .onepage__navLinks.active{
        background-color: #fff;
        width: 60%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        transform: translate(0);
        margin: 0;
    }

    .onepage__navLinks.active > a{
        color: #04A198;
    }
    .onepage__navLinks.active > span{
        display: none;
    }

    .onepage__navLinks.active > i{
        color: #04A198;
        display: block;
        position: absolute;
        font-size: 52px;
        top: 5%;
        right: 10%;
        background-color: transparent;
    }

    .onepage__menuLogo > img{
        display: block;
    }

    .onepage__menu{
        display: block;
        font-size: 32px;
        margin-left: 32px;
    }

    .onepage__navSocial{
        display: none;
    }

    .onepage__message > h1 {
        width: 70%;
    }

    .onepage__gridImages{
        display: grid;
        height: 100%;
        align-items: center;
        justify-items: center;
        grid-column-gap: 10px;
    }

    .onepage__gridImages > div {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .onepage__gridImages > div > div {
        width: 90%;
        height: 65%;
    }

    .onepage__gridImages > div > img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center right;
        margin-bottom: 32px;
    }

    .onepage__contactSocial {
        width: 40%;
    }
}

@media screen and (max-width: 1280px) and (min-height: 900px){
    .onepage__gridImages > div > div {  
        width: 74%;
        height: 47%;
    }
} 

@media screen and (max-width: 1024px){
    .onepage__grid{
        height: 800px;
    }
    
    .onepage__gridImages{
        width: 100%;
        height: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        grid-row-gap: 10px;
    }
    
    .onepage__gridImages > div {
        width: 80%;
        height: 100%;
    }
    
    .onepage__gridImages > div > div {
        width: 30%;
        height: 90%;
    }
    
    .onepage__gridImages > div > div > h3{
        font-size: 18px;
    }

    .onepage__gridImages > div > div > p{
        font-size: 12px;
        line-height: 16px;
    }
    
    .onepage__navLogo > img{
        right: -30px;
    }
    
}

@media screen and (max-width: 768px){
    .onepage__navLogo > img{
        width: 50%;
    }
    .onepage__gridImages > div > div {
        width: 40%;
    }
    

    .onepage__gridImages > div > div > h3{
        font-size: 12px;
        margin-bottom: -16px;
    }

    footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .onepage__footer{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: row;
        margin: 0;
    }

    .onepage__footer > a{
        text-align: center;
    }
}
@media screen and (max-width: 600px){
    .onepage__navLogo > img{
        width: 70%;
        right: 0;
        top: 0;
    }
    .onepage__navLinks.active{
        width: 100%;
    }
    
    .onepage__gridImages > div > div {
        width: 80%;
        height: 90%;
    }

    .onepage__gridImages > div > div > h3{
        font-size: 12px;
        margin-bottom: -16px;
    }

    .onepage__mobileAppsLinks{
        padding: 14px;
    }

    .onepage__mobileAppsLinks > img {
        width: 80px;
        margin: 4px;
    }

    .onepage__mobileApps > h4 {
        text-align: center;
        padding: 8px;
    }

    .onepage__contactForm {
        width: 70%;
    }
}

@media screen and (max-width: 400px){
    .onepage__gridImages > div > img {
        position: absolute;
        width: 150%;
        height: 100%;
    }

    .onepage__gridImages > div > div {
        width: 90%;
        height: 85%;
    }

    .onepage__navLogo > img{
        width: 90%;
    
    }
}

@media screen and (max-width: 320px){
    .onepage__gridImages > div > img {
        position: absolute;
        width: 150%;
        height: 100%;
    }

    .onepage__gridImages > div > div {
        width: 120%;
        height: 85%;
        left: -10%;
        top: 8%;
    }

    .onepage__gridImages > div > div > p{
        font-size: 10px;
    }

    .onepage__downloadApp{
        display: none;
    }
}