* {
    padding: 0;
    margin: 0;
    font-family: Poppins;
}

:root {
    --navbar-bg-color: #1d1d1d;
    --hemen-katil-btn: #EB503F;
    --hemen-katil-btn-hover: #18315B;
    --company-name-color: #657285;
    --project-name-color: #16263D;
    --tags-background: #F7F8FB;
    --borclanmaya-dayali: #1F2E46;
    --tags-iot-background: #E8F7F3;
    --tags-pink-background: #FCE7F8;
    --road-map-background: #E2E2E2;
    --investor-about-background: #3077B8;
    --investor-about-hv-background: #083962;
    --user-feedback: #1A1A1A;
    --fon-information-p: #0C3860;
    --index-register-button: #0A76D1;
    --index-register-button-hover: #083962;
    --footer-text: #4D4D4D;
    --light-navbar-bg: #C6C6C6;
    --light-navbar-link-color: #585858;
    --green-color: #2a932d;
    --blog-card-title: #161C32;
    --blog-card-date: #666666;
}


/*navbar-start*/
#navbar {
    background-color: var(--navbar-bg-color);
    border-bottom: 0.5px solid #5C5C5C;
}

.logo,
.menu,
.user {
    margin-top: 15px;
    margin-bottom: 10px;
}

.nav-menu li {
    list-style-type: none;
}

.nav-menu li a {
    margin: 15px;
    font-weight: 400;
    color: white;
    font-size: 14px;
}

.nav-menu li a:hover {
    text-decoration: none;
}

.user {
    display: flex;
    justify-content: flex-end;
}

.user a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: white;
}

.dropdown-menu a {
    margin: 0px !important;
    padding: 2px 7px;
    color: #484848 !important;
}

.mobile-res-menu {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.hamburger-menu a i {
    color: white;
}

/*navbar-finish*/

/*light-navbar-start*/
#light-navbar {
    background: white;
    border-bottom: 0.5px solid #C6C6C6;
}

.light-nav-menu li {
    list-style-type: none;
}

.light-nav-menu li a {
    margin: 15px;
    font-weight: 400;
    color: var(--light-navbar-link-color);
    font-size: 14px;
}

.light-nav-menu li a:hover {
    text-decoration: none;
}

.light-user {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.light-user a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: var(--light-navbar-link-color);
}

/*light-navbar-finish*/

/*header-start*/
#header {
    background-color: var(--navbar-bg-color);
    padding: 20px;
}

.header-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-left>div {
    margin-bottom: 30px;
}

.header-title h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 47px;
}

.header-title h3,
.header-content p {
    color: white;
}

.header-content p {
    font-size: 17px;
    font-weight: 200;
}

.slider-img img {
    border-radius: 5px;
}

.slider-boxes {
    justify-content: flex-end;
}

.slider-text {
    margin-top: 15px;
    float: left;
}

.slider-text h4 {
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.slider-text span {
    color: white;
    font-size: 14px;
    font-weight: 200;
}

.header-btn a {
    background-color: var(--hemen-katil-btn);
    color: white;
    font-size: 16px;
    border-radius: 3px;
    padding: 13px 20px;
    transition: 300ms all;
}

.header-btn a:hover {
    text-decoration: none;
    color: white;
    background-color: var(--hemen-katil-btn-hover);
}

/*header-finish*/


/*cards-start*/
#cards {
    background-image: url(../img/card-bg.svg);
}

.orange,
.days {
    position: absolute;
    top: 10px;
    color: white;
    padding: 5px;
    border-radius: 5px;
    background-color: var(--hemen-katil-btn);
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    min-width: 77px;
}

.green-success {
    position: absolute;
    top: 10px;
    color: white;
    padding: 5px;
    border-radius: 5px;
    background-color: var(--green-color);
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    min-width: 77px;
}

.orange {
    top: 10px;
    left: 300px;
}

.days {
    left: 22px;
}

.tag-days {
    background-color: dodgerblue !important;
    margin: 10px;
    padding: 5px 9px;
    border-radius: 5px;
    color: white;
}

.card-content {
    padding: 20px;
    background-color: white;
}

.company-name {
    color: var(--company-name-color);
    font-size: 16px;
}

.project-name {
    height: 160px;
}

.project-name h5 {
    color: var(--project-name-color);
    font-size: 18px;
    font-weight: bold;
}

.project-name span {
    font-size: 14px;
    color: var(--company-name-color);
}

.project-tags {
    display: flex;
    justify-content: space-between;
}

.tag {
    background-color: var(--tags-background);
    margin: 10px;
    padding: 5px 9px;
    border-radius: 5px;
}

.tag span {
    font-size: 10px;
    color: white;
    font-weight: 600;
}

.tag-succes {
    background-color: var(--green-color) !important;
}

.tag-based-on-share {
    background-color: var(--hemen-katil-btn) !important;
}

.tag-iot {
    background-color: var(--tags-iot-background);
}

.tag-pink {
    background-color: var(--tags-pink-background);
}

.mobile-project-tags {
    margin-bottom: 4%;
}

.mobile-days,
.mobile-borc-pay {
    background-color: var(--hemen-katil-btn) !important;
    color: white;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
}

.mobile-borclanma {
    background-color: var(--borclanmaya-dayali);
    color: white;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
}

.borclanma {
    position: absolute;
    color: white;
    top: 10px;
    right: 20px;
    background-color: var(--borclanmaya-dayali) !important;
    max-inline-size: min-content;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    min-width: 80px;
}

.owl-card {
    margin-top: 10%;
    padding-bottom: 10%;
}

.briefly {
    overflow: hidden !important;
    display: inline-block;
    width: 300px;
    text-overflow: ellipsis;
    line-height: 13px;
    margin-top: 10px;
    height: 39px;
}

/*cards-finish*/
/*cooming-soon-card-blur*/
.based-on-share-blur {
    /* background-color:rgb(235 80 63 / 14%); */
    filter: blur(5px);
}
.preliminary-request-blur{
    /* background-color:rgb(25 190 107 / 14%); */
    filter: blur(5px);
}

/*cooming-soon-card-blur*/
/*road-map-start*/
#road-map {
    background-color: var(--road-map-background);
}

.road-map-title {
    padding-top: 10%;
    padding-bottom: 3%;
}

.road {
    padding-bottom: 10%;
}

.road-map-title h4 {
    font-size: 32px;
    font-weight: 700;
    color: #3F3F3F;
    text-align: center;
}

.map-title h5,
.map-number h5 {
    font-weight: 700;
    color: var(--hemen-katil-btn);
}

.map-title p {
    font-size: 12px;
}

.map-title-bottom {
    margin-left: 9%;
}

#map-p {
    width: 2px;
    height: 45px;
    background-color: #212121;
    margin-right: 2%;
    opacity: 0.7;
}

/*road-map-finish*/
/*size-neler-sagliyor-start*/
.facility-title h4 {
    color: var(--hemen-katil-btn);
    font-size: 34px;
    font-weight: 600;
    padding-top: 10%;
    padding-bottom: 2%;
}

.facility-title p {
    font-size: 20px;
    color: #3D3D3D;
    font-weight: 400;
}

.facility-content {
    margin-top: 5%;
}

.facility-text h4 {
    color: var(--hemen-katil-btn);
}

.facility-text span {
    font-size: 12px;
}

.investor-about {
    margin-top: 7%;
    margin-bottom: 10%;
}

.investor-about a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: var(--investor-about-background);
    transition: 300ms all;
    cursor: pointer;
    border-radius: 3px;
    color: white;
    padding: 15px;
}

.investor-about a:hover {
    background-color: var(--investor-about-hv-background);
    color: white;
    text-decoration: none;
}

/*size-neler-sagliyor-finish*/
/*user-feedback-start*/
#feedback {
    background-color: var(--user-feedback);
}

.fb-container {
    padding: 5% 0 5% 0;
}

.feedback-title h4 {
    font-size: 36px;
    color: white;
}

.feedback-title p {
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin-top: 2%;
}

.feedback-title h4 span {
    color: var(--hemen-katil-btn);
}

.user-feedback {
    margin-top: 5%;
    border: 1px solid white;
    border-radius: 5px;
    padding: 25px;
}

.user-feedback::before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #EB503F;
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: 0px;
    width: 60px;
    text-align: center;
}

.user-feedback-content p {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 16px;
    font-weight: 300;
}

.user-feedback-title p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: white;
}

.user-feedback-title p:nth-child(2) {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 0.7;
}

.entrepreneurs-title h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 25px;
    font-weight: 400;
}

.entrepreneurs-title p {
    color: #B87E0D;
    font-weight: 300;
    font-size: 18px;
}

.entrepreneurs-img {
    width: 35%;
    margin-right: 5%;
}

.entrepreneurs-img img {
    border-radius: 50%;
}

.entrepreneurs-img p {
    color: white;
}

.entrepreneurs-feedback h4 {
    color: white;
    font-size: 25px;
}

.entrepreneurs-content p {
    color: white;
    font-size: 17px;
    font-weight: 200;
}

.feedback-btn img {
    width: 5% !important;
}

/*user-feedback-finish*/
/*basefunder-info-start*/
.info-left {
    background-color: var(--hemen-katil-btn);
    margin-left: 0 !important;
    padding-top: 10%;
    padding-bottom: 10%;
}

.info-left h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: white;
}

.info-left p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: white;
}

.info-left a {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    border: 1px solid white;
    padding: 15px;
    font-size: 16px;
}

.info-left a:hover {
    color: white;
    text-decoration: none;
}

.info-title {
    margin: 0 10% 0 10%;
}

.info-span {
    font-size: 24px;
}

.info-text div {
    margin-left: 15%;
}

.info-text p {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--fon-information-p);
    font-size: 14px;
}

/*basefunder-info-finish*/
/*index-login-start*/
.login-title {
    padding-top: 10%;
}

.login-title h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}

.login-title h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}

.google-login-button {
    padding: 10px;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
}

.google-login-icon-text {
    margin-left: 25%;
}

.google-login-icon-text a {
    font-size: 14px;
    font-weight: 300;
    color: black;
}

.google-login-icon-text a:hover {
    color: black;
    text-decoration: none;
}

.register-form input {
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    width: 50%;
}

.register-form input:focus {
    outline: none;
}

.register-form button {
    border: none;
    background-color: var(--index-register-button);
    border-radius: 3px;
    padding: 15px 20px;
    color: white;
    transition: 300ms all;
    width: 50%;
}

.register-form button:hover {
    background-color: var(--index-register-button-hover);
    color: white;
    text-decoration: none;
}

/*index-login-finish*/

/*footer-start*/
.kurumsal,
.iletisim {
    padding-top: 10%;
}

.kurumsal-title h5,
.iletisim-title h5,
.social-media-title h5 {
    color: var(--footer-text);
    font-weight: 600;
    text-decoration: underline;
    font-size: 20px;
}

.kurumsal-content,
.iletisim-content {
    margin-top: 8%;
}

.iletisim-content div {
    margin-bottom: 8%;
}

.kurumsal-content a,
.iletisim-content a {
    color: var(--footer-text);
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 8%;
}

.kurumsal-content a:hover,
.iletisim-content a:hover {
    text-decoration: none;
    color: var(--footer-text);
}

.social-media-icon img {
    margin-right: 7%;
}

.company-information {
    color: var(--footer-text);
    font-size: 15px;
    font-weight: 300;
}

/*footer-finish*/
.owl-prev,
.owl-next {
    color: white !important;
}


/*proje-detay-sayfasi-start*/
.project-detail-card-title {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
}

.project-detail-card-title h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    color: #1A1A1A;
}

.project-detail-card-box {
    border: 1px solid #CCCCCC;
    padding: 50px;
}

.project-box-title-fav h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}

.box-title p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.toplanan,
.hedef {
    color: #EB503F;
    font-weight: 600;
}

.box-bar,
.box-bar-detail {
    border-radius: 15px;
}

#project-tabs-detail {
    padding-top: 10%;
}

.nav-pills a {
    margin-bottom: 7%;
}

.nav-link.active {
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    color: white;
    background-color: var(--hemen-katil-btn) !important;
    border-radius: 2px;
}

.nav-link {
    text-align: right;
    background-color: transparent;
    font-size: 16px;
    font-weight: 300;
    color: #8B97A7;
    transition: 300ms all;
    padding: 0.2rem 1rem;
}

/* .nav-link:hover{
    color: #8B97A7!important;
} */
.project-content {
    margin-bottom: 10%;
    color: #000000 !important;
}

.project-content strong {
    font-weight: 700 !important;
}

.project-content h4 {
    font-family: Helvetica, sans-serif;
    font-size: 35px;
    margin-bottom: 3%;
}

.project-content p {
    font-size: 16px;
    font-weight: 400;
}

.table thead th {
    border-bottom: 1px solid var(--hemen-katil-btn) !important;
}

.table td,
.table th {
    border-top: 1px solid var(--hemen-katil-btn) !important;
}

.table-title {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #1A1A1A;
}

.table-element {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #A7A7A7;
    background-color: #F3F3F3;
}

.back-btn {
    margin-top: 5%;
}

.back-btn a {
    margin-left: 10px;
    font-size: 18px;
    color: black;
    font-weight: 500;
}

.back-btn a:hover {
    text-decoration: none;
    color: black;
}

.financial-tabs {
    border: 1px solid var(--hemen-katil-btn);
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 30px;
    padding: 0px !important;
}

.financial-tabs a {
    font-size: 13px !important;
}

.financial-link a {
    margin-bottom: 0 !important;
}

.takim-content p {
    margin-top: 5%;
    font-size: 20px;
    font-weight: 300;
}

.company-form img {
    padding: 10px;
}

.custom-border {
    border: 1px solid #D1D1D1;
    border-radius: 4px;
}

.company-form a {
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 300;
}

.company-form a:hover {
    text-decoration: none;
    color: #1A1A1A;
}

.proje-butcesi {
    background-color: var(--hemen-katil-btn);
}

.proje-butcesi tr th {
    color: white;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

thead.personel-giderleri tr th {
    border-bottom: none !important;
    border-top: none !important;
}

.personel-giderleri {
    border: 1px solid #A6A6A6;
}

.personel-giderleri tr th {
    color: #282828;
    font-size: 14px;
    font-weight: 600;
}

.nakit-akim-sol p {
    border: 1px solid #A6A6A6;
    padding: 10px;
    color: #434343 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.ivu-icon-ios-ribbon-outline {
    font-size: 35px;
}

.campaign-gift-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    margin-bottom: 3%;
    color: #1A1A1A;
}

.custom-ribbon-icon-span {
    padding: 16px 16px 16px 20px !important;
}

.custom-ribbon-icon-span>.ivu-alert-icon {
    top: 2% !important;
    position: absolute !important;
    left: 10px !important;
    margin-top: 0 !important;
    font-size: 28px !important;
}

/*proje-detay-sayfasi-finish*/

/*giris-yap-start*/
.log-in {
    margin-right: 5%;
}

.giris-yap-title h4,
.uye-ol-title h4 {
    font-size: 32px;
    font-weight: 600;
    color: #202020;
}

.giris-yap-title p {
    font-size: 15px;
    font-weight: 400;
    color: #8B8B8B;
}

.giris-yap-title a,
.uye-ol-title a {
    color: #8B8B8B;
    text-decoration: underline;
}

.giris-yap-title a:hover,
.uye-ol-title a:hover {
    color: #8B8B8B;
}

.forget-password {
    margin-top: 3%;
    color: #262626;
    font-size: 14px;
    font-weight: 500;
}

.forget-password:hover {
    color: #262626;
    text-decoration: none;
}

/*giris-yap-finish*/

/*uye-ol-start*/
.uye-ol-title p {
    font-size: 20px;
    font-weight: 400;
}

.uye-ol-title p:nth-child(3) {
    font-size: 15px;
    color: #8B8B8B;
}

.dark-log-in {
    margin-right: 5%;
}

.dark-log-in:hover,
.dark-sign-up:hover {
    color: white;
    text-decoration: none;
}

/*uye-ol-finish*/
























/*yatirim-yap-start*/
.text-gradient {
    background: -webkit-linear-gradient(#1747A5, #773995);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yatirim-yap-title p {
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    color: #8B97A7;
}

.search-input input {
    padding: 5px;
    border: 1px solid #E4E9F2;
    border-radius: 6px;
    width: 100%;
}

.search-input input:focus {
    outline: none !important;
}

.search-input img {
    margin-top: 8px;
    margin-left: 8px;
    position: absolute;
}

.project-filter-dropdown,
.project-dropdown-item {
    background-color: transparent !important;
    font-family: Helvetica, sans-serif;
    font-size: 14px !important;
    color: #585858 !important;
}

.dropdown a.btn-secondary {
    border-color: #E4E9F2 !important;
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.project-card-owl {
    margin-top: 10%;
}

.project-card-owl h4 {
    font-family: Helvetica, sans-serif;
    font-size: 24px;
    margin-bottom: 2%;
}

/*yatirim-yap-finish*/

/*projelerim-yatirimlarim-favorilerim-start*/
.project-detail-title h4 {
    font-family: Arial, sans-serif;
    font-size: 48px !important;
    color: #16263D;
}

.project-detail-title p {
    font-family: Arial, sans-serif;
    font-size: 40px;
    color: var(--hemen-katil-btn);
}

.project-search-input input {
    border: 1px solid #E4E9F2;
    padding: 5px;
    border-radius: 6px;
}

.project-search-input input:focus {
    outline: none !important;
}

.project-search-input input::placeholder {
    font-size: 14px !important;
    color: black !important;
    padding: 5px;
}

.my-projects-card {
    margin-top: 5%;
}

.projects-box {
    background-image: linear-gradient(to bottom, #2b2b2b00, #1E1E1E), url(../img/project-detail-img.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
}

.projects-box-title {
    margin-top: 17%;
}

.projects-box-title p {
    color: white;
    font-size: 15px;
    font-weight: 300;
}

.projects-box-title h4 {
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.day,
.hasthag {
    font-size: 12px;
    color: white;
    font-weight: 300;
    margin-top: 3%;
}

.projects-box-detail {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid white;
}

.projects-box-btn {
    display: flex;
    justify-content: center;
    transition: display 0.5s;
}

.projects-box-btn a,
.projects-box-btn-send a {
    background-color: var(--hemen-katil-btn);
    color: white;
    text-decoration: none;
    margin: 5px;
    padding: 5px;
    font-size: 11px;
    font-weight: 300;
    border-radius: 5px;
}

.projects-box-btn a:hover,
.projects-box-btn-send a:hover {
    color: white;
    text-decoration: none;
}

.projects-box-btn-send {
    display: flex;
    justify-content: center;
}

.project-box-buttons {
    display: none;
    transition: display 0.5s;
}

.project-card {
    transition: 0.5s ease-out;
}

.projects-box:hover>.project-box-buttons {
    display: block !important;
    transition: display 0.5s;
}

.test {
    transition: display 0.5s;
}

.projects-box:hover>.projects-box-detail {
    display: none !important;
    transition: 0.3s;
}

/*projelerim-yatirimlarim-favorilerim-finish*/

/*yatirimci-hakkinda-start*/
.investor-title {
    padding-top: 5%;
}

.investor-left {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.investor-left h4 {
    color: var(--project-name-color);
    font-family: Arial, sans-serif;
    font-size: 48px;
}

.investor-left p {
    font-size: 20px;
    font-weight: 300;
    color: #252729;
    width: 70%;
}

.investor-right {
    overflow: hidden;
}

.investor-right img {
    transition: transform .9s ease;
}

.investor-right img:hover {
    transform: scale(1.2);
}

#investor-tabs {
    padding-top: 5%;
}

.inv a.active {
    color: #ffffff;
    border-bottom: 1px solid var(--hemen-katil-btn);
    background-color: var(--hemen-katil-btn);
    margin: 15px;
    padding: 10px;
}

.inv a.active:hover {
    color: #16263D;
    text-decoration: none;
}

.investor-links {
    font-size: 15px;
    color: #16263D;
    margin: 15px;
    padding: 10px;
    font-family: 'Inter', 'Poppins';
    background-color: white;
}

.ivu-affix .investor-links {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.investor-links:hover {
    color: var(--hemen-katil-btn);
    font-family: 'Inter', 'Poppins';
    text-decoration: none;
}

.investor-tabs-title,
.investor-tabs-second,
.investor-tabs-third {
    margin: 10%;
    margin-top: 50px;
}

.investor-tabs-title h4,
.investor-tabs-third-title h4,
.investor-tabs-third-fourth h4 {
    font-size: 25px;
    color: #252729;
    margin-bottom: 5%;
}

.investor-tabs-title h6 {
    color: #252729;
    font-size: 18px;
    margin-bottom: 2%;
}

.investor-tabs-title p,
.investor-tabs-third p,
.investor-tabs-third-fourth p {
    font-size: 18px;
    color: #252729;
    font-weight: 300;
    margin-bottom: 4%;
}

.tabs-img-text {
    position: absolute;
    left: 13%;
    bottom: 11%;
    font-size: 20px;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 1em grey, 0 0 0.2em black;
}

.investor-tabs-second-title h4 {
    color: #16263D;
    font-size: 25px;
    font-weight: 500;
}

.investor-tabs-second-title p {
    color: #252729;
    font-size: 18px;
    font-weight: 300;
}

.investor-tabs-second-box {
    display: flex;
    margin-top: 7%;
}

.investor-box {
    width: 24%;
    margin-right: 1%;
    background-color: #F0F3F8;
    padding: 18px;
    display: table;
    border-radius: 5px;
}

.investor-box p {
    display: table-cell;
    vertical-align: middle;
    color: #2B2C2D;
    font-size: 18px;
    font-weight: 500;
}

.tabs-img img {
    margin-top: 4%;
}

.inv-tabs-link-number {
    border: 1px solid #16263D;
    padding: 14px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
}

.investor-tabs-third-title {
    margin-bottom: 7%;
}

.investor-tabs-third-title p {
    width: 80%;
}

.investor-tabs-third-link {
    margin-bottom: 3%;
}

.card-header-title>a {
    display: block;
    position: relative;
}

.card-header-title>a:hover {
    cursor: pointer;
}

.card-header-title>a:after {
    content: "\f078";
    /* fa-chevron-down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
}

.card-header-title>a[aria-expanded="true"]:after {
    content: "\f077";
    /* fa-chevron-up */
}

.custom-accordion {
    margin: 10%;
    margin-top: 10%;
}

.custom-accordion-card {
    background-color: var(--hemen-katil-btn) !important;
    margin-bottom: 3%;
    border: none !important;
}

.custom-accordion-card-header {
    color: white !important;
    font-size: 18px !important;
}

.custom-card-body {
    background-color: #1F2E46 !important;
    color: white;
}

/*yatirimci-hakkinda-finish*/

/*projelerim-yatirimlarim-favorilerim-bos-start*/
.project-empty-content h4 {
    color: #16263D;
    font-size: 30px;
    margin-top: 3%;
    margin-bottom: 3%;
}

.project-empty-content p {
    color: #818181;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 3%;
}

.project-empty-content a {
    background-color: var(--hemen-katil-btn);
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 15px 50px;
    font-weight: 700;
    border-radius: 8px;
}

.project-empty-content a:hover {
    text-decoration: none;
    color: white;
}

.custom-btn-dropdown {
    white-space: normal !important;
}

/*projelerim-yatirimlarim-favorilerim-bos-finish*/

/*hakkimizda-start*/
#about-top {
    padding-top: 5%;
    padding-bottom: 5%;
}

.about-title h4 {
    margin-bottom: 2%;
    font-family: Helvetica, sans-serif;
    font-size: 30px;
    color: #16263D;
}

.tr {
    margin-left: 3%;
}

.tr p {
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #8B97A7;
    margin-bottom: 0 !important;
}

.about-company-greeting {
    background-color: #26C897;
    padding: 25px;
}

.about-company-greeting p {
    margin-bottom: 0 !important;
    color: white;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.about-project-logo {
    display: flex;
    align-items: center;
}

.about-project-box {
    display: flex;
    justify-content: space-between;
    border: 1px solid #D4DDEA;
    border-radius: 10px;
}

.about-project-name a {
    font-size: 25px;
    color: #16263D;
    margin-bottom: 0 !important;
    margin-top: 7%;
}

.about-project-fon p {
    font-size: 25px;
    color: var(--hemen-katil-btn);
    font-weight: 300;
}

#who-are-we {
    background-color: #1D1D1D;
    padding: 70px;
}

.who-are-we-title h4 {
    color: white;
    font-size: 30px;
}

.who-are-we-box {
    border: 1px solid #626262;
}

.who-are-we-box,
.what-are-we-doing-box {
    padding: 25px;
    float: left;
    width: 19%;
    margin-right: 1%;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 5px;
}

.who-are-we-box h4 {
    color: var(--hemen-katil-btn);
    font-weight: bold;
    font-size: 18px;
}

.who-are-we-box p {
    color: white;
    font-size: 15px;
}

#what-are-we-doing {
    padding-top: 5%;
    padding-bottom: 5%;
}

.what-are-we-doing-title h4 {
    font-size: 30px;
    color: #D1300D;
}

.what-are-we-doing-box {
    background-color: #F0F3F8;
}

.what-are-we-doing-box h4 p {
    color: #2D2E2F;
}

.what-are-we-doing-box h4 {
    font-size: 18px;
}

.what-are-we-doing-box p {
    font-size: 15px;
}

.partners-title {
    margin-bottom: 5%;
}

.partners-title h4 {
    font-size: 30px;
    color: #16263D;
}

.our-team-title {
    margin-bottom: 5%;
}

.our-team-title h4 {
    color: #16263D;
    font-size: 30px;
}

#partners {
    background-color: #FBFBFB;
    padding: 5%;
}

#our-team {
    padding-top: 5%;
    padding-bottom: 5%;
}

.our-team-detail {
    width: 100%;
    margin-bottom: 7%;
}

.our-team-img {
    width: 12%;
    margin-right: 3%;
}

.our-team-text {
    width: 85%;
}

.name-unvan {
    align-items: baseline;
}

.name-unvan p {
    font-family: Helvetica, sans-serif;
    color: #16263D;
    font-size: 18px;
    margin-right: 5%;
}

.name-unvan span {
    font-family: Helvetica, sans-serif;
    color: #aeaeae;
    font-size: 16px;
}

.cv p {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    color: #585858;
}

.about-banner-content h4 {
    font-size: 26px;
    color: black;
    margin-bottom: 3%;
    font-weight: 400;
}


.more-fade {
    background: linear-gradient(to bottom, rgb(255 255 255 / 43%) 0%, rgb(255 255 255) 75%);
    height: 500px;
    margin-top: -250px;
    position: relative;
    transition: 500ms all
}

.more-fade:hover {
    background: none;
}

.panel {
    position: relative;
    margin: 2em auto;
    width: 70%;
    max-height: 100vh;
    overflow: hidden;
    transition: max-height .5s ease;
}

/*hakkimizda-finish*/

/*hizmetlerimiz-start*/
#services-partners {
    padding-bottom: 5%;
}

.services-title h4 {
    font-family: Arial, sans-serif;
    font-size: 48px;
    color: #16263D;
    margin-bottom: 5%;
}

.services-text p {
    font-size: 20px;
    font-weight: 300;
    color: #7C7C7C;
}

.partners-img {
    width: 24%;
    margin-right: 1%;
}

.bf-services-box {
    display: flex;
    flex-direction: column;
}

.bf-services-boxes {
    margin-top: 5%;
}

.bf-services-text h4 {
    font-family: Arial, sans-serif;
    font-size: 30px;
    color: #16263D;
}

.bf-services-text span {
    color: var(--hemen-katil-btn);
}

.bf-services-box-text,
.bf-services-box-text-non-hover {
    padding: 25px;
    box-shadow: rgb(0 0 0 / 15%) 1px 5px 13px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    transition: 500ms all;
}

.bf-services-box-img img {
    width: 100%;
}

.bf-services-box-text h5,
.bf-services-box-text-non-hover h5 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #394049;
}

.bf-services-box-text p,
.bf-services-box-text-non-hover p {
    margin-top: 4%;
    font-size: 14px;
    color: #626262;
    transition: 500ms all;
}

.custom-text-hide {
    /* display: none; */
    transition: 500ms all;
}

#funding-types {
    padding-top: 5%;
    padding-bottom: 5%;
}

.funding-types-title h4 {
    font-family: Arial, sans-serif;
    font-size: 30px;
    color: #16263D;
    text-align: right;
    line-height: 50px;
}

.funding-types-title span {
    font-family: Arial, sans-serif;
    font-size: 30px;
    color: var(--hemen-katil-btn);
}

.funding-img-text h5 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: var(--hemen-katil-btn);
    margin-top: 5%;
    margin-bottom: 5%;
}

.funding-img-text p {
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: #1E1E1E;
}

/*hizmetlerimiz-finish*/

/*yonetim-kurulu-start*/
#board-member {
    padding-top: 5%;
    padding-bottom: 5%;
}

.board-member-title h4 {
    font-family: Arial, sans-serif;
    font-size: 48px;
    color: #16263D;
}

.board-member-title p {
    font-family: Arial, sans-serif;
    font-size: 40px;
    color: var(--hemen-katil-btn);
    margin-bottom: 5%;
}

.board-member-card {
    margin-bottom: 5%;
}

.board-member-img {
    width: 28%;
    margin-right: 2%;
}

.board-member-img img {
    border-radius: 50%;
}

.board-member-text {
    width: 70%;
}

.board-member-img {
    border: 1px solid #BCBCBC;
    border-radius: 10px;
}

.board-member-text {
    border: 1px solid #BCBCBC;
    border-radius: 10px;
}

.board-member-detail {
    padding: 20px;
}

.board-member-img h4 {
    font-size: 24px;
    margin-bottom: 5%;
}

.board-member-detail h4 {
    font-size: 23px;
    margin-bottom: 3%;
    color: #252729;
}

.board-member-detail p {
    font-size: 18px;
    font-weight: 300;
    color: black;
}

.show-more-btn {
    margin-top: 5%;
}

.show-more {
    background-color: var(--hemen-katil-btn);
    color: white !important;
    font-size: 15px;
    border-radius: 5px;
    padding: 15px 25px;
    box-shadow: rgb(0 0 0 / 15%) 1px 5px 13px;
}

.show-more:hover {
    color: white;
    text-decoration: none;
}

.board-member-btn {
    margin-right: 5%;
}

/*yonetim-kurulu-finish*/

/*ekibimiz-start*/
.team-member-card {
    border-radius: 10px;
    border: 1px solid #BCBCBC;
    width: 32%;
    margin-right: 1%;
    margin-top: 2%;
}

.team-card img {
    border-radius: 50%;
    width: 140px;
    margin-top: 3%;
    transition: transform .9s ease;
    overflow: hidden;
}

.team-card img:hover {
    transform: scale(1.1);
}

.team-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: black;
}

.team-card p {
    font-size: 18px;
    color: black;
    margin-top: 3%;
}

.board-name-img img {
    width: 140px;
}

.w-12 {
    width: 15px;
    height: 38px;
    background-color: var(--hemen-katil-btn);
    margin-right: 3%;
    margin-left: 3%;
}

.w-24 {
    width: 16px;
    height: 61px;
    background-color: #1F2E46;
}

.team-linkedin {
    margin-left: 5%;
}

.horizontal-w-12 {
    width: 41px;
    height: 12px;
    background-color: #1F2E46;
    margin-top: 3%;
}

.horizontal-w-24 {
    width: 25px;
    height: 12px;
    background-color: var(--hemen-katil-btn);
    margin-top: 3%;
}

/*ekibimiz-finish*/

/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*                                  BLOG EKLENDİKTEN SONRA                                                   */
/*************************************************************************************************************/
/*************************************************************************************************************/
/*uyelik-tipi-start*/
#membership-type {
    padding-top: 5%;
    padding-bottom: 5%;
}

.membership-title h4 {
    font-family: Arial, sans-serif;
    font-size: 48px;
    color: #16263D;
}

.membership-types {
    margin-top: 7%;
}

.member-type-input {
    border: 1px solid #CBCBCB;
    border-radius: 10px;
}

.member-type-input img {
    padding: 30px 60px;
    transition: 400ms all;
}

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio]+img {
    cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked+img {
    background-color: #1F2E46;
    border-radius: 10px;
}

.member-box p {
    font-size: 20px;
    color: #252729;
    font-weight: 500;
}

.member-checkbox-first {
    margin-bottom: 1%;
}

.member-checkbox-first label,
.member-checkbox-second label {
    font-size: 13px;
    color: #B3B3B3;
    vertical-align: text-top;
}

.member-next-btn {
    margin-top: 5%;
}

.member-next-btn a,
.member-next-btn button {
    background-color: var(--hemen-katil-btn);
    color: white;
    padding: 15px 30px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.member-next-btn a:hover {
    color: white;
    text-decoration: none;
}

.member-boxes {
    margin-right: 5%;
}

.member-box {
    margin-bottom: 3%;
}

.member-box label {
    font-size: 18px;
    color: black;
    font-weight: 500;
}

.member-box span {
    color: red;
    vertical-align: middle;
}

.member-input input,
.member-select,
.member-input textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #D4DDEA;
    border-radius: 8px;
    color: #B3B3B3;
    resize: none;
}

.member-input input:focus,
.member-input textarea:focus {
    outline: none !important;
}

.member-select:focus-visible {
    border: 1px solid #D4DDEA !important;
    border-radius: 8px !important;
    outline: none !important;
}

.verification h4 {
    font-size: 25px;
    color: #252729;
    margin-bottom: 2%;
}

.verification p {
    font-size: 18px;
    color: #252729;
    font-weight: 300;
    margin-bottom: 3%;
}

.verification p a {
    color: #252729;
    font-weight: 500;
}

.verification p a:hover {
    text-decoration: none;
}

.e-devlet a {
    border: 1px solid var(--hemen-katil-btn);
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    color: #323232;
    padding: 15px 20px;
}

.e-devlet a:hover {
    color: #323232;
    text-decoration: none;
}

.member-box-img {
    width: 200px;
}

.member-box-img-second {
    width: 230px;
}

/*uyelik-tipi-finish*/

/*sifremi-unuttum-start*/
#reset-password {
    padding-top: 5%;
    padding-bottom: 5%;
}

.reset-password-title h4 {
    font-size: 32px;
    font-weight: bold;
    color: #202020;
    text-align: center;
}

.reset-password-title p {
    font-size: 20px;
    font-weight: 400;
    color: #202020;
    text-align: center;
}

.reset-password-input input {
    width: 100%;
    padding: 15px;
    border: 1px solid #D4DDEA;
    border-radius: 8px;
}

.reset-password-input input:focus {
    outline: none !important;
}

.reset-password-btn button {
    background-color: #0A76D1;
    color: white;
    font-size: 14px;
    padding: 15px 60px;
    border-radius: 3px;
    transition: 300ms all;
    border: none;
}

.reset-password-btn button:hover {
    background-color: #083962;
    color: white;
    text-decoration: none;
}

/*sifremi-unuttum-finish*/

/*profili-duzenle-start*/
#edit-profile {
    padding-top: 5%;
    padding-bottom: 5%;
}

.edit-profile-title h4 {
    font-family: Helvetica, sans-serif;
    font-size: 48px;
    color: #1A1A1A;
}

.edit-profile-title p {
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    color: #8B97A7;
}

.profile-edit-verification h5 {
    font-size: 18px;
    color: #414141;
}

.profile-edit-verification p {
    font-size: 18px;
    color: #8B97A7;
}

.fa-envelope-open,
.fa-phone {
    position: absolute;
    right: 25px;
    bottom: 20px;
    color: #B3B3B3;
}

[type="date"] {
    background: url('https://www.basefunder.com/assets/icon/date-icon.svg') 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

/*profili-duzenle-finish*/

/*blog-page-start*/
#blog {
    padding-top: 5%;
    padding-bottom: 5%;
}

.blog-card {
    margin-top: 5%;
    display: flex;
    flex-direction: column;
}

.blog-card-img img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.blog-card-content {
    background-color: white;
    box-shadow: rgb(0 0 0 / 15%) 1px 5px 13px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-card-title,
.blog-card-text,
.blog-card-detail {
    padding: 15px;
}

.blog-card-title h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--blog-card-title);
}

.blog-card-detail {
    border-top: 1px solid #666666;
}

.blog-card-date p,
.blog-card-date i {
    color: var(--blog-card-date);
}

.blog-card-read-more i,
.blog-card-read-more a {
    color: var(--hemen-katil-btn);
}

.blog-card-read-more a:hover {
    color: var(--hemen-katil-btn);
    text-decoration: none;
}

.blog-card-title a:hover {
    text-decoration: none;
}

.blog-pagination ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-pagination ul i {
    color: var(--hemen-katil-btn);
    cursor: pointer;
}

.blog-pagination ul li {
    margin: 15px;
}

.blog-pagination ul li a {
    color: var(--hemen-katil-btn);
}

.blog-pagination ul li a:hover {
    text-decoration: none;
}

/*blog-page-finish*/
#blog-detail {
    padding-top: 5%;
    padding-bottom: 5%;
}

.blog-detail-bg {
    background-color: white;
    box-shadow: rgb(0 0 0 / 15%) 1px 5px 13px;
    padding: 10px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.blog-detail-img {
    padding: 0 !important;
}

.blog-detail-img img {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.blog-detail-top {
    margin-top: 3%;
}

.blog-detail-title h3 {
    font-size: 28px;
    color: var(--blog-card-title);
}

.blog-detail-content {
    margin-top: 5%;
}

.blog-detail-content-title h3 {
    font-size: 28px;
    color: #333333;
}

.blog-detail-contents p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.blog-detail-contents ul {
    list-style-type: none;
}

.blog-detail-contents ul li {
    font-size: 16px;
    color: #666666;
    margin-bottom: 1%;
}

.text-list-detail {
    margin-top: 20px;
}

.bf-bulletin {
    background-color: var(--hemen-katil-btn);
    padding: 15px;
    box-shadow: rgb(0 0 0 / 15%) 1px 5px 13px;
    border-radius: 5px;
}

.blog-text-list {
    list-style-type: circle !important;
    padding: 20px;
}

.bf-bulletin-title h5 {
    color: white;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.bf-bulletin-content {
    color: white;
    font-size: 14px;
    line-height: 21px;
}

.bf-bulletin-input input {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    width: 100%;
}

.bf-bulletin-input input:focus {
    outline: none;
}

.bf-bulletin-btn a {
    border: 1px solid white;
    border-radius: 12px;
    padding: 5px 10px;
    color: white;
}

.bf-bulletin-btn a:hover {
    text-decoration: none;
    color: white;
}

.recently-added {
    background-color: white;
    box-shadow: rgb(0 0 0 / 15%) 1px 5px 13px;
}

.recently-added-title {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px;
}

.recently-added-content {
    padding: 10px;
}

.recently-added-content div:last-of-type {
    border-bottom: none
}

.recently {
    border-bottom: 1px solid #E5E5E5;
}

.recently-link {
    margin-top: 3%;
}

.recently-link a {
    font-size: 16px;
    color: #666666;
}

.recently-link a:hover {
    text-decoration: none;
    color: #666666;
}

.blog-card-detail-date p {
    font-size: 14px;
    color: #999999;
}

/*iletisim-start*/
#contact-detail {
    padding-top: 5%;
}

.contact-icon i,
.mail-icon i,
.location-icon i {
    font-size: 40px;
    color: var(--hemen-katil-btn);
}

.contact-detail,
.mail-detail,
.location-detail {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 9px 3px #00000021;
    float: left;
    width: 32%;
    margin-right: 1%;
}

.contact-page-title p {
    font-family: Arial, sans-serif;
    font-size: 48px !important;
    color: var(--hemen-katil-btn);
}

.contact-title h5,
.mail-title h5,
.location-title h5 {
    color: #16263D;
    font-weight: bold;
}

.contact-number a,
.mail-name a,
.location-adress a {
    color: #16263D;
}

.g-maps iframe {
    width: 100%;
}

/*iletisim-finish*/

/*kitlesel-yatirim-agi-start*/
#crowd-investor-network {
    padding-top: 5%;
}

.crowd-detail-border {
    border: 1px solid #D4DDEA;
    border-radius: 10px;
    padding: 15px;
}

.crowd-logo img {
    border-radius: 50%;
}

.crowd-detail-btn a,
.kya-list-btn a {
    background-color: var(--hemen-katil-btn);
    color: white !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
}

.new-crowd-investor-network {
    float: right;
}

.new-cin-btn a {
    background-color: var(--investor-about-background);
    padding: 15px 25px;
    color: white;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
}

.new-cin-btn a:hover {
    color: white !important;
}

.kya-left-detail,
.a-list,
.leader-info-name,
.invite,
.managment-announcement {
    border: 1px solid #D4DDEA;
    border-radius: 10px;
    padding: 15px;
}

.a-list {
    margin-bottom: 4%;
}

.kya-description p:nth-child(2) {
    margin-top: 10px;
}

.kya-leader-member {
    width: 100%;
    justify-content: space-around;
}

.kya-managment-leader-member {
    justify-content: space-between !important;

}

.kya-managment-detail {
    border: 1px solid #D4DDEA;
    border-radius: 10px;
    padding: 15px;
}

.kya-user-detail ul li {
    list-style-type: none;
    padding: 15px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #D4DDEA;
    border-radius: 10px;
    margin-bottom: 1%;
}

.kya-user-detail ul li p,
.kya-user-detail ul li p span {
    font-weight: bold;
}

.custom-kya-badge {
    background-color: var(--hemen-katil-btn);
    padding: 10px 20px;
    font-size: 12px;
}

/*yonetim-start*/
.kya-managment-tabs {
    display: flex;
    justify-content: space-between;
}

.kya-managment-tabs a {
    font-size: 16px;
}

.managment-tabs-active {
    color: #ffffff;
    background-color: var(--hemen-katil-btn);
    margin: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    color: white !important;
    transition: 0.2s ease-in-out all;
    /* background-color: #FF6000;
    color: white!important;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0px 2px 5px 1px #FF6000;
    transition: 0.3s ease-in-out all; */
}

.managment-tabs-link {
    font-size: 15px;
    color: #16263D;
    margin: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #eeeeee;

}

.kya-managment-tabs-detail {
    margin: 20px;
}

.managment-announcement {
    margin-bottom: 4%;
}

.annoucment-add-btn {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2%;
}

/*yonetim-finish*/
/*kitlesel-yatirim-agi-finish*/

/*faaliyet-raporlari-ve-finansal-tablolar-start*/
#activity-reports {
    padding-top: 5%;
    padding-bottom: 5%;
}

.activity-title h4 {
    color: #16263D;
    text-align: center;
    margin-bottom: 5%;
    font-size: 35px;
}

.activity-text p {
    color: #7C7C7C;
}

.transparency-policy h4 {
    color: #16263D;
    text-align: center;
    line-height: 30px;
}

.transparency-policy-list ul li {
    line-height: 50px;
    font-size: 16px;
}

.transparency-policy-list ul li a {
    color: #7C7C7C;
    transition: 300ms all;
}

.transparency-policy-list ul li a:hover {
    color: #595858;
}

/*faaliyet-raporlari-ve-finansal-tablolar-finish*/
/*alt-sayfalar-start*/
#footer-subpages-content {
    padding: 90px 0 90px 0;
}
.subpages-sidebar,
.subpages-content{
    margin-top: 3%;
    margin-bottom: 3%;
}
.subpages-list-element li {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    height: 100%;
    transition: 300ms all;
}
.subpages-list-element li:hover {
    background-color: #d6d6d636;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.subpages-list-element li.page-active{
    font-size: 18px;
    font-weight: bold;
    color: #eb503f;
}
.subpages-list-element li a {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #484848;
}
.subpages-list-element li i{
    margin-right: 5px;
}
.subpages-list-element li.active i{
    font-size: 24px;
}
.subpages-content ul li {
    list-style-type: circle;
    font-size: 16px;
}
.subpages-content ul li i{
    font-size: 18px;
}
.subpages-content h4,
.subpages-content h5{
    margin-bottom: 10px;
}
.subpages-content h5{
    font-weight: 400;
    color: #484848;
}.subpages-text{
    margin-bottom: 15px;
}
.subpages-text span{
    font-weight: 600;
    color: #8d8d8d;
    font-size:16px;
}
.subpages-content-list{
    padding: 15px;
}
.subpages-content-list ul li{
    list-style-type: decimal;
}
.subpages-content-list ul li::marker{
    font-weight: bold;
}
.subpages-content ul li b{
    margin-right: 5px;
}
.subpages-sidebar-title{
    top: 40px;
}
.subpage-content{
    margin-top: 3rem;
}
.content-of-list ul li{
    list-style-type: none;
}
.sub-content-list{
    margin-left: 10px;
}
.content-text{
    margin-bottom: 20px;
}
.ingredient-list{
    color: #ff5757;
}
.subpages-text p,
.subpages-content-list ul li{
    margin-bottom: 10px;
}
.sticky-top{
    z-index: 0!important;
}
/*alt-sayfalar-end*/

/*yaklasimimiz*/
.custom-line-height p{
    margin-bottom: 15px;
}
/*yaklasimimiz*/