@font-face {
    font-family: 'Proxima Nova';
    src: url("ProximaNova.otf") format("opentype");
}
@font-face {
    font-family: "Freight Big Pro Book";
    src: url("Freight.otf") format("opentype");
}
h1, h2, h3, h4{
    font-family: "Freight Big Pro Book";
    font-weight: 500;
}
p, span{
    font-family: 'Proxima Nova';
}
body{
    margin: 0px;
}
.container{
    max-width: 1350px;
    margin: auto;
    padding: 40px;
}
.align-center{
    align-content: center;
}
.row{
    display: flex;
    gap: 80px;
}
.col-2{
    width: 50%;
}
.col-3{
    width: 33%;
}
.bg-hero{
    background-image: url("../img/banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
}
.text-center{
    text-align: center;
}
.content-padding-y{
    padding-top: 100px;
    padding-bottom: 50px;
}
.title{
    font-size: 68px;
    line-height: 68px;
    color: #ffffff;
    margin-top: 150px;
}
.test-title-page{
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    font-family: "Freight Big Pro Book";
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: bold;
}
.subtitle-test-page{
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Proxima Nova";
    max-width: 85%;
    margin: auto;
    margin-top: 10px;
}
.subtitle{
    font-size: 55px;
    line-height: 60px;
    color: #000000;
    font-family: "Freight Big Pro Book";
    margin-bottom: 80px;
}
.paragraph{
    font-size: 28px;
    line-height: 47px;
    font-weight: 500;
    font-family: "Proxima Nova";
}
.paragraph-column{
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    font-family: "Proxima Nova";
}
.vertical-align{
    display: flex;
    align-items: center;
}
.text-white{
    color: #FFF;
}
.text-black{
    color: #000;
}
button{
    width: 280px;
    height: 69px;
    background-color: #478fa2;
    color: #FFF;
    border: none;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Proxima Nova";
    text-align: center;
    cursor: pointer;
}
.bg-aquamarine{
    background-color: #EDEEF0;
}

@media only screen and (max-width: 1024px) {
    
    .test-title-page{
        font-size: 30px;
        line-height: 35px;
        font-weight: bold;
        padding: 20px 0px 0px 0px;
    }
    .subtitle-test-page {
        font-size: 19px;
        line-height: 25px;
        font-weight: 500;
        font-family: "Proxima Nova";
        max-width: 100%;
        margin: 0px;
        margin-top: 10px;
        text-align: center;
    }
    .subtitle {
        font-size: 42px;
        line-height: 45px;
        margin: 20px 0px;
    }    
    .bg-hero{
        min-height: 95vh;
        padding-top: 20px;
    }
    .title {
        font-size: 35px;
        line-height: 45px;
    }
    .paragraph{
        font-size: 22px;
        line-height: 30px;
    }
    .container{
        max-width: 100%;
        padding: 0px 20px;
    }
    .content-padding-y{
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .testimonial-name{
        font-weight: bold;
        font-size: 22px;
    }
    .row{
        display: block;
    }
    .col-2{
        width: 100%;
    }
    .col-3{
        width: 100%;
        margin: 0px 0px 100px 0px;
    }
    img.logo{
        width: 60%;
        height: auto;
    }
    .icon-mobile-size{
        width: 25%;
        height: auto;
    }
    .starts-picture{
        max-width: 35%;
    }
    .testimonial-image{
        max-width: 95%;
    }
    /* swiper */
    .swiper {
        width: 95%;
        height: auto;
    }
    .vertical-align{
        display: block
    }
    .image-right{
        width: 100%;
        height: auto;
    }
    form .text-white{
        color: #000;
    }
    
}
@media (min-width: 768px) and (max-width: 1024px) {
    .title {
        font-size: 65px;
        line-height: 75px;
    }
    .paragraph {
        font-size: 30px;
        line-height: 35px;
    }
    .hero .col-2.align-center{
        min-height: 90vh;
    }
    .logo {
        width: 50%;
        height: auto;
    }
    .paragraph-column {
        font-size: 30px;
        line-height: 40px;
    }
    .subtitle {
        font-size: 60px;
        line-height: 65px;
    }
    form .text-white{
        color: #000;
    }
    
  }


  