@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'solution-vcard-icons';
    src: url('fonts/solution-vcard-icons.eot');
    src: url('fonts/solution-vcard-icons.eot?#iefix') format('embedded-opentype'),
        url('fonts/solution-vcard-icons.woff2') format('woff2'),
        url('fonts/solution-vcard-icons.woff') format('woff'),
        url('fonts/solution-vcard-icons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    box-sizing: border-box;
}

body{
    color: #82848f;
    font-size: 14px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
}
.vcard-header {
    padding-top: 60px;
    position: relative;
    text-align: center;
}
.red-bg {
    background: rgb(198, 22, 42);
}

.vcard-header-wrapper {
    margin: 0 auto;
    box-shadow: 0 -5px 40px 7px rgb(0 0 0 / 8%);
    padding-top: 40px;
}

.vcard-top-info {
    color: #fffefe;
}

.img-julide {
    background: url('julide-sizanli.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}

.img-gizem {
    background: url('Gizem.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}
.img-nuran {
    background: url('Nuran Gelici.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}
.img-fatma {
    background: url('FATMA_YASAR.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}
.img-melis {
    background: url('MELİS CERAHMAN.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}
.img-ferda {
    background: url('FERDA KARSLIOĞLU.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}
.img-cihan {
    background: url('CİHAN SÜNMEZ.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}

.img-klodya {
    background: url('mari-klodya.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}

.img-natali {
    background: url('natali.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}

.img-ozlem {
    background: url('ÖZLEM ARDIC.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}

.img-nikoleta {
    background: url('NikoletaGiamvria.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}

.img-maria {
    background: url('MariaTsilikidou.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}

.img-dimou {
    background: url('Athanasia_Dimou.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}

.img-lydia {
    background: url('LydiaTsekoura.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}

.img-duygu {
    background: url('DuyguKarasu.svg');
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    margin: 10px auto 0 auto;
}

.name {
    padding: 20px 0 15px 0;
    font-weight: 400;
    margin: 0;
}

.title {
    padding: 0 0 25px 0;
    font-weight: 300;
    line-height: 1.4;
    max-width: 170px;
    margin: 0 auto;
    opacity: .75;
    font-size: 13px;
}

.vcard-functions {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.vcard-functions-wrapper {
    display: table;
    margin: 0 auto;
    height: 56px;
    text-align: center;
}
.vcard-functions a {
    min-width: 100px;
    display: table-cell;
    cursor: pointer;
    color: #fff;
    padding: 10px 0;
    margin: 0;
    border-right: 1px solid rgba(255,255,255,0.15);
}
.vcard-functions a:hover {
    background-color: rgba(0,0,0,0.1);
}

.last-element {
    border-right: 0px!important;
}

.vcard-header .vcard-functions a i{display:inline-block;font-size:18px;margin-bottom:8px}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "solution-vcard-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
    content: "\70";
}

.vcard-header .vcard-functions a i{
    display: inline-block;
    font-size: 18px;
    margin-bottom: 8px;
}

.vcard-header .vcard-functions a small{
    display: block;
    text-transform: uppercase;
    font-size: 10px;
}



.icon-send:before {
    content: "\75";
}

.icon-mail:before {
    content: "\71";
}

.icon-work:before {
    content: "\72";
}
.icon-earth:before {
    content: "\74";
}
.icon-insta:before {
    content: "\69";
}
.icon-fab-share-add:before {
    content: "\27";
}

.vcard-body-wrapper {
    margin: 0 auto;
    box-shadow: 0 -5px 40px 7px rgb(0 0 0 / 8%);
    margin-bottom: 60px;
    overflow: hidden;
}

.vcard-body {
    padding-bottom: 40px;
    padding-top: 20px;
    height: 100%;
    position: relative;
    float: left;
    width: 100%;
    box-shadow: 0 -5px 40px 7px rgb(0 0 0 / 8%);
    padding: 20px 45px 40px;
}

.vcard-row {
    position: relative;
    padding: 20px 0 20px 65px;
    float: left;
    width: 100%;
}

.vcard-row i {
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 20px;
    color: #b3b4bb;
}

.vcard-row h4 {
    line-height: 1.3;
    margin-bottom: 5px!important;
    color: #323032;
    font-weight: 400;
    margin: 0;
}

.vcard-row h4 a{
    text-decoration: none;
    color: #323032;
    outline: none;
}
.vcard-row small{
    display: block;
    color: #82848f;
    font-size: 13px;
}
.vcard-separator {
    height: 1px;
    background-color: #eaeaea;
    float: right;
    width: calc(100% - 65px);
}

.fabs {
    position: relative;
    margin: 0 auto;
    max-width: 438px;
    bottom: 0;
    right: 0;
    z-index: 998;
}

.fab {
    background: rgb(198, 22, 42);
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 2px;
    margin-top: 0!important;
    text-align: center;
    color: #fff;
    margin: 25px auto 0;
    box-shadow: 0px 10px 14.1px 0.9px rgb(0 0 0 / 24%), 0px 4px 19.6px 0.4px rgb(0 0 0 / 16%);
    cursor: pointer;
    position: relative;
    z-index: 998;
    overflow: hidden;
}

.fab span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    line-height: 56px;
    position: relative;
    padding-left: 45px;
}
.fab span i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
}

.footer {
    display: flex;
    position: relative;
    bottom: 0;
    height: 80px;
    width: 100%;
    justify-content: center;
}


.forte_logo {
    width: auto;
    height: 80%;
}

@media (min-width: 667px){
    .vcard-header-wrapper {
        width: 570px;
    }
    .vcard-functions-wrapper {
        width: 570px;
    }
    .vcard-body-wrapper {
        width: 570px;
    }
    .vcard-functions a {
        min-width: 190px;
    }

    .visible-xs {
        display: none!important;
    }
}

@media (max-width: 666px) {
    .fixed-button {
        position: fixed !important;
        bottom: 16px;
        right: 40px;
        width: 56px !important;
        padding: 0 !important;
    }

    .fab {
        border-radius: 50%!important;
    }
    .fabs {
        float: right;
        position: relative;
        margin: 0;
    }
    .hidden-xs {
        display: none!important;
    }

    .prime {
        top: 50%!important;
        left: 50%!important;
        transform: translate(-50%, -50%);
        font-size: 27px!important;
    }

    .vcard-body {
        padding: 20px 0px 40px;
    }
}
