@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,900");
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

@font-face {
    font-family: handle;
    src: url(../css/fonts/Handlee-Regular.ttf);
}

@font-face {
    font-family: exo;
    src: url(../css/fonts/Exo-Regular.ttf);
}

@font-face {
    font-family: anton;
    src: url(../css/fonts/Anton-Regular.ttf);
}

@font-face {
    font-family: adv-p;
    src: url(../css/fonts/JosefinSans-Bold.ttf);
}
section{
    margin: 0 0 15% 0;
}
.logo-default {
    width: 150px;
    height: auto;
    cursor: pointer;
}

#home-animation-wrapper {
    width: 100%;
    height: 30vh;
    position: absolute;
    float: left;
    left: 0%;
    top: 23%;
}

#home-animation-wrapper svg {
    width: 55%;
    max-height: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.navbar-brand {
    float: right;
    width: 100%;
    cursor: none;
}

.logo {
    width: auto;
    height: 90px;
    float: right;
}

.dropdown a {
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 600;
    color: #272727;
}

.header-bottom {
    padding: 15px 23px;
    margin-top: -148px;
    left: 0%;
    float: right;
    position: relative;
    clip-path: polygon(25% -6%, 194% 7%, 100% 100%, -23% 100%, 25% 92%, 40% 0%);
    background: #272727;
    z-index: 2;
}

.header-bottom ul li {
    display: block;
}
.language:hover{
    color: #44D62C;
}
.lock {
    position: relative;
}
.lock img{
    width: 40px;
    margin: 15px 0 0px 0;
}
.green-padlock{
    display: none;
    position: absolute;
    top: -19px;
    left: 0;
    z-index: 3;
}
.lock:hover .green-padlock{
    display: inline;
}

.language {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.cards {
    float: right;
    position: relative;
    margin-top: -56px;
}

.card {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 170px;
    background: #272727;
    position: relative;
    cursor: none;
    z-index: 3;
}

.card1 {
    clip-path: polygon(0% 0, 79% 0%, 100% 100%, 0 100%);
}

.card2 {
    clip-path: polygon(21% 0, 100% 0%, 100% 100%, 0 100%);
}

.card3 {
    clip-path: polygon(0% 0, 100% 0%, 79% 100%, 0 100%);
}

.card4 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 16% 100%);
}

.card5 {
    clip-path: polygon(0% 0%, 100% 0%, 74% 100%, 0% 100%);
}

.card img {
    height: 60px;
    margin: 7px 5px;
    flex: 1;
    order: 1;
    position: absolute;
}

.card1 img,
.card3 img,
.card5 img {
    float: left;
}

.card2 img,
.card4 img {
    float: right;
    left: 150px;
}

.cards ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0;
}

.cards li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    display: block;
    width: 220px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 550ms cubic-bezier(0.01, -0.5, 0, 1.02);
}

.cards a {
    display: block;
    height: 150px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    transition: all 550ms cubic-bezier(0.01, -0.5, 0, 1.02);
    flex: 2;
    order: 2;
}

.card1 a {
    padding: 40px 0 0 80px;
    margin: 0 40px;
}

.card2 a {
    padding: 40px 0 0 215px;
}

.card3 a {
    padding: 30px 0 0 120px;
}

.card4 a {
    padding: 30px 0px 0 215px;
}

.card5 a {
    padding: 30px 50px 0 73px;
}

.section-title {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 22px;
    background: rgba(0, 0, 0, .5);
    padding: 10px 0;
    width: 100%;
    font-weight: 700;
    text-align: center;
}

.cards .card:hover .section-title {
    display: none;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.card-part1 {
    width: 50%;
    position: relative;
}

.card-part2 {
    width: 50%;
    position: relative;
}

.card-part2 button {
    width: 150px;
    height: 50px;
    margin-top: 10px;
    background: transparent;
    font-weight: bold;
}

.card1-part2 button {
    border: 1px solid #44D62C;
}

.card2-part2 button {
    border: 1px solid #ffe400;
}

.card3-part2 button {
    border: 1px solid #ff652f;
}

.card-part2 button:hover {
    opacity: 0.5;
    color: #272727;
}

.card1-part2 button:hover {
    background: #44D62C;
}

.card2-part2 button:hover {
    background: #ffe400;
}

.card3-part2 button:hover {
    background: #ff652f;
}

.card-part2 h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-family: 'handle';
}

.card-part2 h2 strong {
    font-size: 28px;
    font-weight: 500;
}

.card1-part2 h2 strong {
    color: #44D62C;
}

.card2-part2 h2 strong {
    color: #ffe400;
}

.card3-part2 h2 strong {
    color: #ff652f;
}

.card-part2 h2 span {
    font-size: 18px;
    color: #747474;
    font-family: Arial, Helvetica, sans-serif;
}

.cards a * {
    opacity: 0;
    position: relative;
    overflow: hidden;
    transition: all 550ms cubic-bezier(0.01, -0.5, 0, 1.02);
    color: #fff;
}

.tag-wrap {
    -webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
    filter: drop-shadow(10px 6px 3px rgba(50, 50, 0, 0.5));
}

.cards a p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding: 0 0 0 0px;
    line-height: 24px;
    color: white;
    text-align: left;
    vertical-align: middle;
    position: absolute;
}

.card1 a p span,
.card5 a p span {
    color: #44D62C;
}

.card2 a p span,
.card4 a p span {
    color: #ffe400;
}

.card3 a p span {
    color: #ff652f;
}

.cards:hover li {
    width: 220px;
}

.cards:hover li:hover {
    width: 60%;
}

.cards:hover li:hover a {
    background: rgba(0, 0, 0, .35);
}

.card:hover li:hover .card2 img {
    position: relative;
}

.cards:hover li:hover * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

h4.section-title {
    color: #fff;
    font-family: sans-serif;
}

#home {
    position: relative;
    width: 100%;
    height:auto;
    /* margin: 0 0 10% 0; */
}
/*---------------------------------------------for article in main home page-----------------------------*/
#more{
    display: block;
}
#articleBtn{
    display: none!important;
    display: block;
    border: none;
    background: #272727;
    color: #fff;
    border-radius: 3px;

}
#dots-article{
    display: none;
}
/*--------------------------part2--------------------------------------------*/

#advice {
    position: relative;
    width: 100%;
    height: auto;
}

.left-text,
.left-text-mobile{ 
    float: left;
    font-size: 109px;
    font-weight: bold;
    color: #272727;
    font-family: 'anton';
    background: linear-gradient(to bottom, #272727 40%, #747474 83%, #44D62C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.left-text-mobile {
    display: none;
}

.text-right {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0px;
    word-spacing: 1.5px;
    font-family: "form";
}

.margin-text {
    margin: 0 190px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}


/*---------------------- advantage----------------------- */

#advantages {
    width: 100%;
    height: auto;
    margin: 10% 0;
}

.advantage-head h1 {
    font-size: 109px;
    font-weight: bold;
    color: #272727;
    text-align: center;
    font-family: 'anton';
    background: linear-gradient(to bottom, #272727 46%, #ff652f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-adv {
    height: 200px;
    background: #272727;
    clip-path: polygon(12% 0, 100% 0%, 116% 79%, 0 122%);
    position: relative;
    z-index: 1;
    margin-top: 15%;
}
.advantage-card{
    text-align: center;
    margin: auto;
}
.card-adv-img {
    position: absolute;
    z-index: 3;
    width: 112px;
    margin-top: 14%;
    margin-left: -45px!important;
}
.advantage-icon {
    background: #747474;
    width: 151px;
    height: 151px;
    border: 5px solid white;
    position: absolute;
    margin: 27px 0 0 0px;
    border-radius: 50%;
    z-index: 1;
}

.card-adv p {
    color: #fff;
    font-size: 27px;
    padding: 62px 0 0 163px;
    font-family: 'adv-p';
}

.adv-shadow {
    -webkit-filter: drop-shadow(14px 16px 7px rgba(50, 50, 0, 0.5));
    filter: drop-shadow(14px 16px 7px rgba(50, 50, 0, 0.5));
    transition: 0.7s ease-in-out;
}

.adv-shadow:hover {
    -webkit-filter: drop-shadow(0px 0px 0px rgba(50, 50, 0, 0.5));
    filter: drop-shadow(0px 0px 0px rgba(50, 50, 0, 0.5));
}


