@font-face {
    font-family: montserrat;
    src: url('../../fonts/Montserrat/Montserrat-Thin.otf');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: montserrat;
    src: url('../../fonts/Montserrat/Montserrat-Light.otf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: montserrat;
    src: url('../../fonts/Montserrat/Montserrat-Regular.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: montserrat;
    src: url('../../fonts/Montserrat/Montserrat-Medium.otf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: montserrat;
    src: url('../../fonts/Montserrat/Montserrat-Bold.otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


* {
    font-weight: 300;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;

    font-family: montserrat, sans-serif, calibri, arial, tahoma, verdana;
}

h1{
    font-weight: 700!important;
}

p{
    font-size: 1.4vw;
}

.hpadding{
    padding: 0 8vw;
}

.top-10{
    padding-top: 1.9vw;
}

.logo, .flex.row{
    display: flex;
    flex-direction: row;
}

.logo figure{
    min-height: 90px;
    width: 90px;
    position: relative;
    margin-right: 10px;
}

.logo img{
    border-radius: 1vw;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 18%);
}

.middle{
    align-self: center;
}

img.contain{
    display: block;
    position: absolute;
    width: 100%;
    object-fit: contain;
}

.content .left{
    margin-top: 6vw;
}

.link{
    padding-top: 2vw;
}

.link .btn{
    margin-top: 2vw;
    text-decoration: none;
    min-width: 5.20vw;
    background-color: #ffffff;
    color: black;
    padding: 1.2vw 2.4vw;
    border-radius: .63vw;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 18%);
    position: relative;
    margin-right: 10px;
    display: inline-block;
    font-size: 1.3vw;
}

.btn:hover{
    opacity: .9;
}

.link .btn:first-child{
    margin-right: 20px;
}

.content .right{
    margin-top: 2.5vw;
    text-align: right
}

.content .body{
    margin-top: 1.5vw;
    line-height: 2vw;
}

.content h1{
    font-size: 4vw;
    font-weight: bolder;
}

footer{
    color: white;
    padding: 3.2vw 0;
    margin-top: 10.62vw;
    background-color: #292929;
}

footer .line{
    background-color: rgba(255, 255, 255, 0.123);
    margin: 4vw 0 3.5vw 0;
    padding-top: .1px;
    width: 100%;
}

footer small{
    color: gray;
}

.right img{
    width: 80%;
    border-radius: 3vw;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 18%);
    border: 10px solid #f4f4f4;
}

.left .title{
    margin-top: 7vw;
}

.top{
    background-image: url('../../img/screen.jpg');
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(20px);

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.space{
    justify-content: space-between;
}

.absolute{
    position: absolute;
}



@media(max-width:768px){
    .right{
        display: none;
    }

    .absolute{
        position: inherit;
    }

    .top{
        display: none;
    }

    .content .body{
        line-height: 1.5;
    }

    .link .btn{
        margin-top: 3vw;
        width: 100%;
        text-align: center;
        padding: 2vw;
        font-size: 19px;
    }

    .link .btn:first-child{
        margin-top: 50px;
    }

    .content h1 {
        font-size: 7vw;
    }

    .content .body {
        margin-top: 4vw;
    }

    .left .title {
        margin-top: 10vw;
    }

    .logo figure{
        margin: auto;
    }

    footer figure{
        display: none;
    }

    .flex.row{
        text-align: center;
        display: block;
    }

    .logo{
        display: block;
    }

    footer{
        padding: 7vw 0;
    }

    footer *{
        text-align: center;
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    .logo img {
        box-shadow: none;
    }

    span{
        margin-top: 1.5vw!important;
    }

    .hpadding {
        padding: 0 5vw;
    }

    p{
        font-size: 19px;
    }
}
