﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500&display=swap');

*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}

/*
Header---------------------------------------------------------------------------------------------------------------
*/

.logo {
    cursor: pointer;
}

header{
    text-align: center;
    height: 130px;
    width: 100%;
    background: #79c9c7;
}

.navigation li a {
    font-family: "Quicksand", sans-serif;;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}

.navigation {
    display: flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
    list-style: none;
}

nav .navigation {
    background-color: #6cc7c5;
}

.navigation li {
    display: inline-block;
    padding: 0 40px;
}

.navigation li a{
    transition: all 0.3s ease-out;
    background-color: #6cc7c5;
    border-radius: 20px;
}

.navigation li a:not(.cta):hover{
    padding: 7px 25px;
    color: #2d5a51;
    background-color: #1fbab8;
}

.cta button {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    color: #f05c1e;
    padding: 9px 25px;
    background-color: #ffba9d;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.cta button:hover {
    background-color: #f05c1e;
    color: #fff;
}
/*
Body---------------------------------------------------------------------------------------------------------------
*/

.glassC{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1%;
    align-items: center;
    z-index: -1;
}

.glass {
    position: relative;
    width:80%;
    height: 90%;
    margin: auto;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(13px);
    top: 30%;
    text-align: center;
    z-index:1;
}

.glass .dash2 {
    border-radius: 30px;
    background-color: #959595;
    width: 15%;
    height: 6px;
    position: absolute;
    top: 53%;
    left: 43%;
}

.glass h1 {text-align: left;
    font-size: 28pt;
    position: relative;
    top: 10%;
    font-family: Quicksand, serif;
    font-weight: 500;
    color: #1fbab8;
    left: 10%;
    z-index:5;
}

.glass h5 {
    position: relative;
    font-size: 13pt;
    width: 80%;
    font-family: Quicksand, serif;
    font-weight: 300;
    margin: auto;
    top: 22%;
    color: #6c6c6c;
    z-index:5;
}

.block {
    border-radius: 22px;
    border: #f05c1e 4px solid;
    width: 90%;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.95);
    top: 20%;
    left: 5%;
    position: absolute;
    z-index: -3;
    box-shadow:0 0 8px rgba(0,0,0,0.2);
}


.info {
    color: #6c6c6c;
    font-family: arial, serif;
    position: absolute;
    text-decoration: none;
    padding: 3% 10%;
    list-style: none;
    transition: all 0.3s ease 0s;
    top: 55%;
    left: 24%;
    font-size: 20pt ;
}

/*
FOOTER--------------------------------------------------------------------------------------------------------------
*/
body {
background-color: #35363a;
max-width: 1920px;
}


.face {
left: 8.4%;
position: absolute;
bottom: -38.7%;
z-index:3;
}

.insta {
position: absolute;
bottom: -38.7%;
z-index:3;
left: 32%;
}

.bottom{
  position: absolute;
  top: 130%;
  width: 100%;
  background-color: #fff;
  color: #323232;
  text-align: center;
  border-bottom: 4vh solid #fff;
  box-shadow:0 0 8px rgba(0,0,0,0.1);
 }

.links {
    color:#747474;
    font-family: arial, serif;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    padding: 3% 10%;
    list-style: none;
    transition: all 0.3s ease 0s;
}

.links:visited {
color:#747474;
}

.link1 :hover{
color: #f05c1e;
}

.link2 :hover{
color: #f05c1e;
}


.backContent {
position: relative;
width: 100%;
z-index:-5;
top: 0;
}
