@font-face {
    font-family: Vertigo;
    src: url(../fonts/Vertigo-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Vertigo-Light.woff) format("woff"), url(../fonts/Vertigo-Light.otf) format("opentype"), url(../fonts/Vertigo-Light.ttf) format("truetype"), url(../fonts/Vertigo-Light.svg#Vertigo-Light) format("svg");
    font-weight: 300
}

@font-face {
    font-family: Vertigo;
    src: url(../fonts/Vertigo.eot?#iefix) format("embedded-opentype"), url(../fonts/Vertigo.woff) format("woff"), url(../fonts/Vertigo.otf) format("opentype"), url(../fonts/Vertigo.ttf) format("truetype"), url(../fonts/Vertigo.svg#Vertigo) format("svg");
    font-weight: 400
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url(../fonts/Poppins-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins-Regular.woff) format("woff"), url(../fonts/Poppins-Regular.otf) format("opentype"), url(../fonts/Poppins-Regular.ttf) format("truetype");
    font-style: normal;
}

* {
    box-sizing: border-box
}

body {
    background-color: #fff;
    color: #3d3d3d;
    padding: 0px 30px 30px;
    margin: 0;
    font-family: Vertigo, Poppins, Helvetica, Arial, sans-serif;
    text-align: center;
}

h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.25em;
    margin: 60px 0 10px;
    color: #3d3d3d;
}

h2 {
    font-size: 34px;
    color: #808080;
    font-family: sans-serif;
    font-weight: 300;
    margin: 0;
}

@media (min-width: 768px) {
    h1 {
        font-size: 40px;
        margin: 80px 0 20px;
    }
}

h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25em;
    color: #3d3d3d;
}

@media (min-width: 768px) {
    h3 {
        font-size: 20px
    }
}

.button {
    color: #002559;
    text-align: center;
    padding: 0.775rem 0.5rem 0.175rem;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    border-radius: 1.5625rem;
    white-space: nowrap;
    letter-spacing: .0625rem;
    font-weight: 400;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 2px solid #002559;
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Poppins-Regular';
}
/* 
.button:after {
    content: '';
    width: 24px;
    height: 24px;
    float: right;
    top: -8px;
    position: relative;
    background-image: url(../images/right-arrow.png);
    background-size: 24px;
    background-repeat: no-repeat;
} */

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1120px
}

.container .row {
    margin: 0 -10px
}

.logo-div {
    display: flex;
    justify-content: end;
    background: #fad809;
}
@media (max-width: 1199px) {
    .logo-div {
        margin: 0 -30px;
    }
}
.logo {
    width: 480px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/Venom_logo_new.png');
}

.languages {
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin-top: 80px;
}

.languages .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center
}

.languages .column {
    position: relative;
    width: 33.33%;
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .languages {
        margin-top: 50px;
    }
    .languages .column {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .languages .column {
        width: 33.33%;
    }
}

.languages .column .card:hover {
    height: 361px
}

.languages .column .card:hover .body-img {
    transform: scale(1.1);
    transition: all .2s linear
}

/* .languages .column .card:hover a {
    transform: scale(1.1);
    transition: all .2s linear;
    font-size: 16px;
    padding: .81rem 1.5rem
} */
.languages .column .card .button span {
    width: 24px;
    height: 24px;
    float: right;
    top: -5px;
    position: relative;
    background-size: 24px;
    background-repeat: no-repeat;
    background-image: url('../images/right-arrow.png');
}
.languages .column .card .button:hover {
    background-color: #444 !important;
    border-color: #444;
    color: #fff
}
.languages .column .card .button:hover span {
    background-image: url('../images/right-arrow-invert.png');
}

.languages .column .card-header {
    background-color: #FBF3BE;
    border-radius: 40px 40px 0 0;
    height: 170px;
    position: relative
}

@media (min-width: 576px) and (max-width: 992px) {
    .languages .column .card-header {
        height: 150px
    }
}

.languages .column .card-img-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.languages .column .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    position: relative;
    background-color: #f8f8f8;
    border-radius: 0 0 40px 40px
}

@media (min-width: 576px) and (max-width: 992px) {
    .languages .column .card-body {
        padding: 1rem
    }
}

.languages .column .body-img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media (min-width: 576px) and (max-width: 992px) {
    .languages .column .body-img {
        top: -90px
    }
}

.languages .column .body-img img {
    width: 40%
}

.languages .column .content {
    margin: 70px 0 20px;
}

.languages .column .content .name {
    padding: 0;
    margin: 0;
    color: #3d3d3d;
}

@media (min-width: 768px) {
    .languages .column .content .name {
        padding: 15px 0 0;
        margin-bottom: 5px;       
    }
}

.languages .column a {
    text-decoration: none;
}
