body {
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0px 0px 0px;
    background-attachment: fixed;
}


.test {
    border: solid 1px yellow;
}

header {
    text-align: center;
}

header .logo {
    height: 60px;
}

main {
    margin-top: 140px;
    padding-bottom: 100px;
}

main h2 {
    font-family: Unbounded;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

main h1 {
    font-family: Unbounded;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 100px;
}

main h1 span {
    color: #00DAEB;
}

main p {
    font-family: Wix Madefor Display;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}

main .grid {
    margin-top: 0px;
    margin-bottom: 80px;
}

main .boxes .row {
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

main .boxes .col {
    border: solid 1px #5b5b5b;
    border-radius: 15px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(20deg, rgba(180, 180, 180, 0.3), rgba(0, 0, 0, 0.2) 90%);
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    transition: all 300ms;
    transform-origin: center bottom;
}

main .boxes .col:hover {
    transform: skewX(-4deg);
}

.boxes h3 {
    padding: 6px 10px;
    color: #fff;
    font-size: 22px;
    font-family: Unbounded;
    font-weight: 300;
    line-height: 1.4;
    display: flex;
    flex-direction: row;
}

main .addr {
    margin-top: 30px;
}

main .addr .boxes .col:hover {
    transform: skewX(0deg);
}

.addr .boxes .col {
    min-height: 120px;
    height: auto;
}

.addr .boxes h3 {
    font-size: 24px;
    padding-top: 24px;
    margin-bottom: 60px;
}

.addr address {
    color: #cdcecf;
    padding: 0px 12px;
    font-family: Wix Madefor Display;
    font-size: 18px;
    word-spacing: 3px;
    line-height: 1.6;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact p {
    margin-bottom: 30px;
}

.contact h3 a {
    margin-bottom: 10px;
}

.contact a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    /* font-family: Wix Madefor Display; */
    font-family: Unbounded;
    font-size: 26px;
    font-weight: 400;
    transition: all 300ms;
}

.contact span {
    display: inline-block;
    width: 2px;
    height: 22px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 12px;
}

.contact a:hover {
    transform: translateY(-5px);
    color: #00DAEB;
}


.contact ion-icon {
    position: relative;
    top: 6px;
    font-size: 28px;
    margin-right: 8px;
}

.contact h3.phone {
    margin-top: 40px;
}

.contact h3.phone a {
    font-size: 60px;
    font-weight: 600;
    font-family: Unbounded;
}

.contact1 a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-family: Unbounded;
    transition: all 300ms;
}

.contact1 a:hover {
    transform: translateY(-5px);
    color: #00DAEB;
}

h4.phone {
    margin-top: 0px;
    margin-bottom: 26px;
    margin-left: 12px;
}

h4.phone a {
    margin-top: 8px;
    font-size: 30px;
    font-weight: 600;
    font-family: Unbounded;
}

ion-icon {
    color: rgba(255, 255, 255, 0.15);
}

.contact h3.phone ion-icon {
    position: relative;
    top: 6px;
    font-size: 50px;
    margin-right: 12px;
}

footer {
    background: linear-gradient(20deg, rgba(100, 100, 100, 0.1), rgba(0, 0, 0, 0.05));
    backdrop-filter: blur(8px) saturate(120%);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
    border-top: solid 2px rgba(255, 255, 255, 0.1);
}

footer p {
    padding: 40px 0px 30px 0px;
    margin: 0px;
    font-family: Wix Madefor Display;
    color: #aaa;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 1.8;
}

footer p a {
    color: #fff;
    text-decoration: none;
}

p.bottom-text {
    margin: 0px;
    font-family: Wix Madefor Display;
    font-size: 20px;
    margin-top: 60px;
    font-weight: 300 !important;
    padding: 0px 220px;
}

@media (max-width: 680px) {
    header {
        padding-top: 50px;
        text-align: left;
    }

    main h2 {
        text-align: left;
        font-size: 20px;
        line-height: 1.7;
        font-weight: 300;
    }

    main h1 {
        text-align: left;
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 50px;
    }

    main p {
        text-align: left;
    }

    main p br {
        display: none;
    }

    .cover {
        padding: 0px 20px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 100vh;
        height: 100vh;
        overflow: auto;
    }

    main .boxes .row {
        gap: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    main .grid {
        margin-bottom: 40px;
    }

    main {
        margin-top: 80px;
        padding-bottom: 50px;
    }

    main .grid.addr .row {
        display: flex;
        flex-direction: column !important;
    }

    main .grid.addr address br {
        /*display: none;*/
    }

    .contact1 h4.phone a {
        font-size: 23px;
    }

    .contact a {
        font-size: 20px;
        text-align: left;
    }

    .contact span {
        display: none;
    }

    .contact {
        align-items: start;
    }

    .boxes h3 {
        font-size: 18px;
    }

    .contact h3.phone {
        margin-top: 20px;
    }

    .contact h3.phone a {
        font-size: 23px;
    }

    .contact h3.phone ion-icon {
        font-size: 33px;
    }

    .addr .boxes h3 {
        font-size: 18px;
    }

    .cover::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 100vh;
        height: 100vh;
        z-index: -10;
        background: url('../img/bg-mob.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }

    p.bottom-text {
        margin: 0px;
        font-size: 16px;
        margin-top: 40px;
        padding: 0px 30px 0px 0px;
    }
    
    footer p{
        padding-bottom:80px;
    }
}