@import url("https://use.typekit.net/gww6ijh.css");
body {
    margin: 0px;
    padding: 0px;
    font-family: poppins, sans-serif;
    color: #333;
    font-size: 14px;
    background-image: url(../../images/bg-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.header {
    background-image: url(../../images/headerbg.jpg);
    background-size: cover;
    background-repeat: none;
    background-position: center center;
    padding: 30px 30px 0px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
    position: relative;
    z-index: 2;
}

.header-in {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
    background-color: white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
    margin-top: 80px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
}

.header-in>.row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-photo {
    border-radius: 50%;
    display: flex;
    width: 165px;
    height: 165px;
    overflow: hidden;
    padding: 0px;
    margin-top: -80px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    justify-content: center;
    align-items: flex-end;
}

.profile-photo>img {
    width: 200px;
    height: 200px;
}

.header-info {
    display: flex;
    flex-direction: column;
    padding: 0px 15px;
    align-items: center;
}

.header-info>h1 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    margin-top: 10px;
}

.header-info>a {
    font-weight: 500;
    color: #333;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.buttons-area {
    padding: 0px 30px 40px;
    position: relative;
    z-index: 1;
}

.buttons-area-in {
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
    background-color: white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #F5F5F5;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

a.btn.btn-default {
    width: 100%;
    display: flex;
    border: 1px solid #DDDDDD;
    background-color: #FCFCFC;
    border-radius: 20px;
    height: 60px;
    align-items: center;
    padding: 0px 3px;
    margin-bottom: 10px;
}

a.btn.btn-default>button {
    display: flex;
    height: 54px;
    width: 54px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
}

a.btn.btn-default>button.rehber {
    background-color: #37AEE2;
}

a.btn.btn-default>button.rehber>img {
    height: 23px;
}

a.btn.btn-default>span {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    color: #6E6E6E;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-bottom: -4px;
}

a.btn.btn-default>button.fatura {
    background-color: #1461FF;
}

a.btn.btn-default>button.fatura>img {
    height: 23px;
}

.whatsapp {
    background-color: #53D132;
    color: white;
    font-size: 28px;
}

.facebook {
    background-color: #2968CC;
    color: white;
    font-size: 28px;
}

.instagram {
    background-color: #C13584;
    color: white;
    font-size: 28px;
}

.linkedin {
    background-color: #0076B2;
    color: white;
    font-size: 28px;
}

.twitter {
    background-color: #1DA1F2;
    color: white;
    font-size: 28px;
}

.pinterest {
    background-color: #E60023;
    color: white;
    font-size: 28px;
}
.behance {
    background-color: #053eff;
    color: white;
    font-size: 28px;
}
.youtube {
    background-color: #FF0000;
    color: white;
    font-size: 28px;
}
.buttons-area-in a.bank-btn {
    width: 49%;
    display: flex;
    border: 1px solid #DDDDDD;
    background-color: #FCFCFC;
    border-radius: 20px;
    height: 60px;
    align-items: center;
    padding: 0px 3px;
    margin-bottom: 10px;
    justify-content: center;
}

.buttons-area-in a.bank-btn>img {
    width: 85px;
}