@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

body,
html {
    float: left;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.mt-1 {
    margin-top: 1% !important;
}

.mt-2 {
    margin-top: 2% !important;
}

.mt-3 {
    margin-top: 3% !important;
}

.mt-5 {
    margin-top: 5% !important;
}

.mb-1 {
    margin-bottom: 1% !important;
}

.mb-2 {
    margin-bottom: 2% !important;
}

.mb-3 {
    margin-bottom: 3% !important;
}

.mb-5 {
    margin-bottom: 5% !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.container {
    float: left;
    width: 1100px;
    margin: 0 calc(50% - 550px);
}

header {
    float: left;
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid red;
}

.headerLogo {
    float: left;
    width: 300px;
    height: 145px;
    cursor: pointer;
}

.headerLogo img {
    float: left;
    width: 125px;
    height: 125px;
    object-fit: contain;
    margin: 10px 5px 5px;
}

.headerLogo p {
    float: left;
    width: calc(100% - 150px);
    text-align: center;
    margin: 55px 0;
    font-weight: 600;
}

.headerMenu {
    float: left;
    width: calc(100% - 450px);
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerMenuMain {
    float: left;
    font-weight: 600;
    height: 160px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 0 30px;
    position: relative;
    cursor: pointer;
}

.headerMenuMain:hover {
    background-color: black;
    color: white;
}

.headerMenuSub {
    width: 250px;
    background-color: white;
    position: absolute;
    left: -30px;
    top: 150px;
    z-index: 999;
    box-shadow: 0 1.5px 3px 1px #ccc;
    padding: 3px 0;
    display: none;
    transition: 0.6s;
}

.headerMenuSubLink {
    float: left;
    width: 100%;
    border-bottom: 1px solid #222;
    padding: 8px 15px;
    color: #222 !important;
}

.headerMenuSubLink:last-child {
    border-bottom: none;
}

.headerMenuSubLink:hover {
    color: red !important;
}

.headerLink {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    float: left;
    width: 150px;
    padding: 8px 0 0;
}

.headerLink button {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    margin-bottom: 15px;
    gap: 10px;
    cursor: pointer;
    outline: none;
}

.headerLink button span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

.headerLink a {
    float: left;
    width: 100%;
    color: white;
    background-color: red;
    border-radius: 10px;
    padding: 3px 10px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.hlSearch {
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0 0;
}

.hlSearch input {
    float: left;
    width: 100%;
    padding: 5px 25px 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: right;
}

.hlSearch img {
    float: right;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 3px;
    top: 5px;
}



.midArea {
    float: left;
    width: 100%;
}

.slide {
    float: left;
    width: 100%;
    position: relative;
}

.slideCover {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 70vh;
    background: radial-gradient(circle, rgb(0, 0, 0, 0) 0%, #00000044 30%, #0000009a 50%, rgba(0, 0, 0) 100%);
}

.slide img {
    float: left;
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.scLeft {
    float: left;
    width: 100px;
    height: 60vh;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 25px;
    z-index: 99;
}

.scLeft img {
    float: left;
    width: 50px;
    object-fit: contain;
    filter: brightness(0.3);
    cursor: pointer;
    transition: 0.6s;
}

.scLeft img:hover {
    filter: brightness(1);
}

.scRight {
    float: left;
    width: 100px;
    height: 60vh;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 25px;
    z-index: 99;
}

.scRight img {
    float: left;
    width: 50px;
    object-fit: contain;
    filter: brightness(0.3);
    transform: rotate(180deg);
    cursor: pointer;
    transition: 0.6s;
}

.scRight img:hover {
    filter: brightness(1);
}

.slideBorder {
    float: left;
    width: 100%;
    margin: 7px 0;
    height: 2px;
    background-color: #ccc;
}



.bannerArea {
    float: left;
    width: 100%;
    padding: 20px 0;
    background-size: cover;
    background-position: center;
}

.baItem {
    float: left;
    width: 130px;
    margin: 10px 25px 5px;
    transition: 0.6s;
    cursor: pointer;
}

.baItemImage {
    float: left;
    width: 130px;
    height: 130px;
    object-fit: cover;
    border: 10px solid white;
    border-radius: 50%;
    transition: 0.6s;
}

.baItem:hover .baItemImage {
    border-color: #d73030;
}

.baItemImage img {
    float: left;
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: 20px;
    filter: none;
}

.baItem:hover .baItemImage img {
    filter: brightness(50%) sepia(100) saturate(100) hue-rotate(25deg);
}

.baItemText p {
    float: left;
    width: 100%;
    color: #e6e6e6;
    font-weight: 400;
    text-align: center;
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 16px;
}

.bolge g path {
    transition: 0.3s !important;
}

.bolge:hover g path {
    fill: #000 !important;
}

.pSlideArea {
    float: left;
    width: 100%;
    margin: 3% 0;
}

.psal {
    float: left;
    width: 50%;
    padding: 10px 50px 10px 10px;
}

.psal h2 {
    float: left;
    max-width: calc(100% - 70px);
}

.psaBtn {
    float: left;
    width: 70px;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 3px 0 3px 10px;
}

.psaBtn img {
    float: left;
    width: 15px;
    filter: invert(1);
}

.psabLeft,
.psabRight {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
    cursor: pointer;
}

.psabLeft:hover,
.psabRight:hover {
    background-color: black;
}

.psabLeft:hover img,
.psabRight:hover img {
    filter: invert(0);
}

.psabLeft {
    border-right: 1px solid #ccc;
}

.psabRight img {
    transform: rotate(180deg);
}

.psal p {
    float: left;
    width: 100%;
    margin-top: 5px;
    cursor: pointer;
}



.slider {
    position: relative;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide5 {
    min-width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.psalItems {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.psalItem {
    float: left;
    width: 48%;
    height: 300px;
    margin-right: 4%;
    box-shadow: 3px 3px 3px 2px #dfdfdf;
    position: relative;
}

.psalItem:last-child {
    margin-right: 0 !important;
}

.psalItem img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.psalItem span {
    float: left;
    width: calc(100% - 10px);
    position: absolute;
    left: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 14px;
    text-align: center;
}



.basinArea {
    float: left;
    width: 100%;
    padding: 5% 0;
    background: linear-gradient(90deg, #3f3f3f 0%, #292929 35%, #000 100%);
}

.baal {
    float: left;
    width: 50%;
    padding: 10px 50px 10px 10px;
}

.baal h2 {
    float: left;
    max-width: calc(100% - 70px);
    color: white;
}

.baaBtn {
    float: left;
    width: 70px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 3px 0 3px 10px;
}

.baabLeft img,
.baabRight img {
    float: left;
    width: 15px;
    filter: invert(0.4);
}

.baabLeft,
.baabRight {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0;
    border-radius: 5px;
    cursor: pointer;
}

.baabLeft:hover,
.baabRight:hover {
    background-color: white;
}

.baabLeft:hover img,
.baabRight:hover img {
    filter: invert(1) !important;
}

.baabRight img {
    transform: rotate(180deg);
}

.baal p {
    float: left;
    width: 100%;
    margin-top: 5px;
    color: white;
    cursor: pointer;
}

.baaItems {
    float: left;
    width: 100%;
}

.baaItem {
    float: left;
    width: 100%;
    height: 70px;
    position: relative;
    background-color: white;
    margin: 20px 0;
}

.baaItem img {
    float: left;
    width: 40px;
    height: 40px;
    object-fit: contain;
    position: absolute;
    left: 20px;
    top: 12px;
}

.baaItem p {
    float: left;
    margin: 0 0 0 70px;
    width: calc(100% - 70px);
    overflow: hidden;
    color: black;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 70px;
}

#errorMessage {
    display: none;
}

.show-error {
    display: block !important;
}

.tfDesc #checkboxError {
    color: red;
    margin-top: 10px;
    display: none;
}

.tfDesc .checkbox-container {
    margin-top: 20px !important;
    margin: 0;
    display: flex;
    align-items: center;
}

.tfDesc .checkbox-container input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #000;
    border: 2px solid #fff;
    cursor: pointer;
}

.tfDesc .checkbox-container label {
    cursor: pointer;
    margin-left: 5px;
}

.uyeVerileri {
    float: left;
    width: 100%;
    padding: 3% 0;
}

.uyeVerileri h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 32px;
    margin: 10px 0 5%;
    text-transform: uppercase;
}

.uyeVerileri span {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-top: -35px;
}

.uvDatas {
    float: left;
    width: 100%;
    background-color: black;
}

.uvData {
    float: left;
    width: 100%;
    background-color: white;
    padding: 50px 0;
}

.uvdDetails {
    float: left;
    width: 33%;
    padding: 10px 0;
}

.uvdDetails p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.uvdDetails h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 72px;
    font-weight: 700;
    margin-top: 20px;
}



.uvSlide {
    float: left;
    width: 100%;
    position: relative;
}

.uvSlideLeft img,
.uvSlideRight img {
    float: left;
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: invert(1)
}

.uvSlideRight img {
    transform: rotate(180deg);
}

.uvSlideLeft {
    position: absolute;
    left: 50px;
    top: 32px;
}

.uvSlideRight {
    position: absolute;
    right: 50px;
    top: 32px;
}



.uvSlideItems {
    float: left;
    width: 100%;
}

.uvSlideItem {
    float: left;
    width: 100%;
    margin: 1%;
    height: 110px;
    background-color: #ccc;
}



.hpSocialMedia {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hpSocialMedia a {
    float: left;
    width: 50px;
    height: 50px;
    margin: 10px 15px;
}

.hpSocialMedia a img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slogan {
    float: left;
    width: 100%;
    height: 500px;
    border-bottom: 1px solid red;
    background-size: cover;
    background-position: top;
}



footer {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-top: 2px solid red;
}

.footerLogo {
    float: left;
    width: 40%;
    margin: 0 2% 0 0;
}

.footerLogo img {
    float: left;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.footerLogo p {
    float: left;
    font-size: 24px;
    font-weight: 600;
    max-width: calc(100% - 180px);
    margin: 45px 0 45px 20px;
}

.footerMenus {
    float: left;
    width: 58%;
    margin: 20px 0;
}

.footerMenu {
    float: left;
    width: 30%;
    margin-right: 7%;
    text-align: left;
}

.footerMenu:first-child {
    width: 20%;
    text-align: left;
}

.footerMenu:last-child {
    width: 36%;
    text-align: left;
    margin-right: 0;
}

.footerMenu h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase;
}

.footerMenu a {
    float: left;
    width: 100%;
    margin: 5px 0;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footerMenu a:hover {
    color: red !important;
}

.footerMenu p {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0 10px;
}

.tal {
    text-align: left !important;
}

.footerCopy {
    float: left;
    width: 100%;
    margin: 30px 0 5px;
    font-weight: 600;
}

.footerCopy p {
    float: left;
    width: 100%;
}

.footerCopy img {
    float: left;
    width: 150px;
    margin-left: -12px;
}



.pageArea {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.pageArea h1 {
    float: left;
    width: 100%;
    font-size: 24px;
}

.haberSlide {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.newsAreas {
    float: left;
    width: 100%;
}

.newsArea {
    float: left;
    width: 100%;
    margin: 3% 0;
}

.newsArea img {
    float: left;
    width: 45%;
    height: 270px;
    object-fit: cover;
    margin-right: 3%;
    cursor: pointer;
}

.newsArea h3 {
    float: left;
    width: 52%;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    cursor: pointer;
}

.newsAreaP {
    float: left;
    width: 52%;
    font-size: 16px;
    height: 216px;
    overflow: hidden;
    color: #3f3f3f;
}

.newsAreaP p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #3f3f3f;
    letter-spacing: 1px;
    line-height: 20px;
}

.slide6 {
    min-width: 33.3333%;
    height: 200px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
    margin-bottom: 20px;
}

.newsSlideItem {
    width: 100%;
    height: 100%;
    background-color: #ccc;
    margin: 0 10px;
    transition: 0.6s;
    position: relative;
}

.newsSlideItem img {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsSlideItem a {
    float: left;
    position: absolute;
    left: 10px;
    bottom: 20px;
    width: calc(100% - 20px);
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
}

.newsSlideNav {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.newsSlideNav button {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
}

.newSlidePagination {
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.newSlidePagination button {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 14px;
    padding: 5px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.newAreas {
    float: left;
    width: 100%;
}

.newArea {
    float: left;
    width: 100%;
    margin: 3% 0;
}

.newArea img {
    float: left;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    margin: 5px 0 30px 0;
}

.newArea p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #3f3f3f;
    letter-spacing: 1px;
    line-height: 20px;
}

.newAreaE {
    float: left;
    width: 100%;
    margin: 3% 0;
}

.newAreaE img {
    float: left;
    max-width: 500px;
    max-height: 500px;
    object-fit: cover;
    margin: 5px 0 30px 0;
}

.newAreaE p {
    float: left;
    width: auto;
    font-size: 16px;
    color: #3f3f3f;
    letter-spacing: 1px;
    line-height: 20px;
}

#etkinlikPrev {
    float: left;
    left: -50px !important;
    top: 60px;
}

#etkinlikNext {
    float: left;
    right: -50px !important;
    top: 60px;
}

.uvSlideItem {
    float: left;
    width: 230px;
    height: 170px;
    margin: 1%;
    background-color: #ccc;
    position: relative;
}

.uvSlideItem img {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uvSlideItem a {
    float: left;
    position: absolute;
    left: 10px;
    bottom: 20px;
    width: calc(100% - 20px);
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
}



.taraftarGalerisi {
    float: left;
    width: 100%;
    margin: 3% 0;
}

.taraftarGalerisi p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}

.taraftarGalerisis {
    float: left;
    width: 7.5%;
    height: 80px;
    background-color: #ccc;
    margin: 0.4%;
}

.taraftarGalerisis img {
    float: left;
    width: 100%;
    height: 80px !important;
    object-fit: cover;
}

.taraftarKategori {
    float: left;
    width: 100%;
    margin: 3% 0 0;
}

.tkData {
    float: left;
    width: 18%;
    margin-right: 1%;
    height: 150px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.tkData img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.tkDataCover {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00000071;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10%;
    text-align: center;
}

.tkDataCover p {
    float: left;
    color: white;
}



.taraftarForm {
    float: left;
    width: 60%;
    margin-right: 40%;
}

.taraftarForm h4 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.tfItem {
    float: left;
    width: 48%;
    margin: 10px 2% 0 0;
}

.tfItemfw {
    float: left;
    width: 98%;
    margin-right: 2%;
}

.tfItem label {
    float: left;
    width: 90%;
    margin: 0 10% 5px 0;
}

.tfItemfw a {
    float: left;
    width: 130px;
    margin: 0 10% 10px 0;
    background-color: #000;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    margin-right: calc(100% - 150px)
}

.tfItem input {
    float: left;
    width: 90%;
    margin: 0 10% 10px 0;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.tfFotograf {
    float: left;
    width: 95%;
    height: auto;
    min-height: 200px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
}

.tfFotograf img {
    float: left;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: none;
}

.tfDesc {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.tfDesc p {
    float: left;
    width: 100%;
    margin: 3px 0;
    font-size: 14px;
    line-height: 15px;
}

.tfSubmit {
    float: left;
    padding: 10px 30px;
    background-color: black;
    color: white;
    font-size: 18px;
}



.iletisimText {
    float: left;
    width: 100%;
    margin: 15px 0 20px;
}

.iletisimForm {
    float: left;
    width: 60%;
    margin-right: 40%;
}

.iItem {
    float: left;
    width: 48%;
    margin: 10px 2% 0 0;
}

.iItemfw {
    float: left;
    width: 98%;
    margin-right: 2%;
}

.iItemfw textarea {
    float: left;
    width: 94%;
    height: 150px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.iItem label {
    float: left;
    width: 90%;
    margin: 0 10% 5px 0;
}

.iItem input {
    float: left;
    width: 96%;
    margin: 0 10% 10px 0;
    line-height: 20px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.iletisimBilgileri {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.iletisimBilgileri h2 {
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 24px;
    font-weight: 600;
}

.iletisimBilgileri p {
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 3px 0;
}



.login-success {
    margin: 25px 0;
    background: url(../images/login_success_background.jpg) no-repeat center center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-success h1 {
    margin: 90px 0 40px;
    font-family: "Montserrat", sans-serif;
    font-size: 72px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    float: inherit;
    color: #d90000;
}

.login-success p {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    margin-bottom: 22px;
}

strong {
    font-weight: 900;
}

em {
    font-style: italic;
}

.login-success a {
    margin: 24px 0 20px;
    padding: 10px 50px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #d90000;
    background: none;
    border: 1px solid #d90000;
    border-radius: 12px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.login-success a:hover {
    background: #d90000;
    border: 1px solid #ffffff;
    color: #ffffff;
}



.kurumsalArea {
    float: left;
    width: 100%;
}

.kurumsalArea img {
    float: left;
    max-width: 100%;
    margin: 10px 0 20px;
}

.kurumsalArea h2 {
    float: left;
    width: 100%;
    font-size: 24px;
    margin: 20px 0 10px;
}

.kurumsalArea h2:first-child {
    margin-top: 0;
}



.destekciler {
    float: left;
    width: 21%;
    margin: 2% 4% 2% 0;
    height: 180px;
    background-color: #ccc;
}

.destekciler p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 5px 0;
}



.tumKomisyonlar {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.accordion {
    width: 100%;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid #000;
    margin-bottom: 10px;
}

.accordion-header {
    background-color: #fff;
    padding: 15px 20px 15px 75px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

.komisyon-image {
    float: left;
    width: 60px;
    height: 50px;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.komisyon-image img {
    float: left;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.accordion-content {
    display: none;
    padding: 10px 20px;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-header::after {
    content: '\2B9E';
    font-size: 14px;
    color: black;
    position: absolute;
    right: 20px;
    top: 30%;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.accordion-item.active .accordion-header::after {
    transform: rotate(90deg);
}



.kurucular {
    float: left;
    width: 21%;
    margin: 2% 4% 2% 0;
}

.kurucular img {
    float: left;
    width: 100%;
    height: 200px;
    background-color: #ccc;
    object-fit: cover;
}

.kurucular p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.destekcilerD {
    float: left;
    width: 13%;
    margin: 2% 3% 2% 0;
}

.destekcilerD img {
    float: left;
    width: 100%;
    height: 150px;
    background-color: #ccc;
    object-fit: cover;
}

.destekcilerD p {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.mali-raporlar {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.mali-rapor {
    float: left;
    width: 100%;
    box-shadow: 0 0 5px 3px #f2f2f2;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #e3e3e3;
}

.mali-rapor p {
    float: left;
    width: calc(100% - 120px);
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0;
}

.mali-rapor a {
    float: right;
    width: 110px;
    background-color: red;
    border-radius: 12px;
    padding: 7px 15px 7px 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.mali-rapor img {
    float: right;
    width: 13px;
    float: right;
}



.projeler {
    float: left;
    width: 100%;
}

.projeAlanlari {
    float: left;
    width: 100%;
}

.projeAlanis {
    float: left;
    width: 26%;
    margin: 30px 11% 10px 0;
}

.projeAlanis:last-child {
    margin-right: 0;
}

.projeAlani {
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #454545;
    padding: 5% 10%;
}

.projeAlani h3 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 5px 0;
    color: red;
}

.projeAlani img {
    float: left;
    width: 140px;
    margin: 5px calc(50% - 70px);
}

.projeAlanis h4 {
    float: left;
    width: 80%;
    text-align: center;
    margin: 20px 10%;
}



.digerProjeler {
    float: left;
    width: 100%;
    margin: 5% 0;
}

.digerProjeler h3 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-size: 24px;
}

.digerProjeler h3 img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    transform: rotate(270deg);
    filter: invert(1);
    position: relative;
    top: 6px;
    right: 8px;
}

.digerProjeler h3 img:last-child {
    left: 8px;
}



.digerProje {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.digerProje h4 {
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 20px;
}

.digerProje p {
    float: left;
    width: 100%;
}

.projeOneriler {
    float: left;
    width: 100%;
    margin: 10% 0;
}

.projeOneriler h2 {
    float: left;
    width: 100%;
    margin: 20px 0;
}



.bolgeselTemsilcilikler {
    float: left;
    width: 100%;
}

.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}

.il-isimleri {
    position: absolute;
    z-index: 2;
}

.il-isimleri div {
    font-family: 'Open Sans';
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#svg-turkiye-haritasi {
    scale: 1.8;
    float: left;
    width: 100%;
    height: 350px;
    margin: 180px 0 -50px;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
}

/*
#svg-turkiye-haritasi path:hover {
    fill: #666;
}
*/

#bolge-1 g path {
    fill: #87cdde;
}

#bolge-2 g path {
    fill: #ac93a7
}

#bolge-3 g path {
    fill: #ffb380
}

#bolge-4 g path {
    fill: #cccccc
}

#bolge-5 g path {
    fill: #decd87
}

#bolge-6 g path {
    fill: #de8787
}

#bolge-7 g path {
    fill: #aade87
}

.btBolgeler {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9999;
    margin: 0 0 10px;
}

.btBolgeler h3 {
    float: left;
    width: 100%;
    margin: 15px 0 0;
}

.btBolge {
    float: left;
    width: 100%;
    margin: 10px 0 20px;
    display: none;
}

.temsilciBasvuru {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

.temsilciBasvuru p {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin: 50px 0;
}

.temsilciBasvuru a {
    color: red;
    font-weight: 700;
}

.temsilciBasvuru h3 {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.temsilciBasvuru span {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}



.maclarArea {
    float: left;
    width: 100%;
}

.maclarTitle {
    float: left;
    width: 100%;
    color: red;
    margin: 0 0 10px;
}

.maclarArea h3 {
    float: left;
    width: 100%;
    margin: 20px 0 5px;
}



.postOk {
    float: left;
    width: 100%;
    color: greenyellow;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: center;
}



.etkinlikDetay {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.etkinlikDetay h1 {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.etkinlikDetay img {
    float: left;
    max-width: 100%;
}

.etkinlikVeri {
    float: left;
    width: 100%;
    margin: 20px 0;
}



.fullwhr {
    float: left;
    width: 100%;
    margin: 8% 0;
    height: 1px;
    background-color: #ccc;
}



.subeler {
    float: left;
    width: 100%;
}

.sube {
    float: left;
    width: 50%;
    padding: 10px 10% 50px 0;
}

.sube h3 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}

.sube p {
    float: left;
    Width: 100%;
    text-align: center;
    margin: 5px 0;
    font-weight: 600;
}



.kurumsalBelgeler {
    float: left;
    width: 100%;
    margin: 50px 0 30px;
}

.kurumsalBelgeler a {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.kurumsalBelgeler a span {
    float: left;
    margin: 3px 10px 0 0;
    width: 290px;
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

.kurumsalBelgeler a img {
    float: left;
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 2px 0 !important;
}



.bolgeUser {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.bolgeUser img {
    float: left;
    height: 100px;
    width: 100px;
    object-fit: cover;
    margin-right: 20px;
}

.bolgeUserText {
    float: left;
    width: calc(100% - 120px);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bolgeUserText h4 {
    float: left;
    width: 100%;
    font-size: 18px;
}

.bolgeUserText a {
    float: left;
    width: 100%;
    font-weight: 600;
    margin: 5px 0 8px 0;
}

.bolgeUserText p {
    float: left;
    width: 100%;
    font-weight: 500;
}



.devaminiGor {
    float: left;
    width: 180px;
    height: auto;
    padding: 15px 20px;
    color: white;
    border-radius: 10px;
    margin: 20px calc(50% - 90px);
    text-align: center;
    background: linear-gradient(90deg, #292929 0%, #222 100%);
    ;
}

.socialTitle {
    font-size: 36px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.headerLink span {
    display: none;
}

.mobilMenuLogo {
    display: none;
}

.mmContact {
    display: none;
}

.mmSocial {
    display: none;
}





/*Revize style*/

.slide5 {
    display: block;
    width: 100%;
    min-width: 100%;
}

.slide6 {
    width: 100%;
    min-width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}

.uvSlideItem {
    float: left;
    width: 18%;
    height: 170px;
    margin: 1%;
    background-color: #ccc;
    position: relative;
}

.uvSlideLeft {
    position: absolute;
    left: 50px;
    top: calc(50% - 30px);
}

.uvSlideRight {
    position: absolute;
    right: 50px;
    top: calc(50% - 30px);
}

.onWindow {
    display: block;
}

.onMobile {
    display: none;
}

#prev5,
#next5 {
    display: block;
}

#prev6,
#next6 {
    display: none;
}





.hikayeVerileri {
    float: left;
    width: 100%;
    margin: 30px 0 50px;
}

.hikayeVerileri h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.slide7 {
    min-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.hikayeSlideLeft {
    position: absolute;
    left: -30px;
    top: calc(50% - 23px);
}

.hikayeSlideRight {
    position: absolute;
    right: -27px;
    top: calc(50% - 23px);
}

.hikayeSlideLeft img,
.hikayeSlideRight img {
    float: left;
    width: 46px;
    height: 46px;
    object-fit: contain;
    filter: invert(1)
}

.hikayeSlideRight img {
    transform: rotate(180deg);
}



.hikayeItem {
    float: left;
    width: 94%;
    margin: 10px 3%;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 15px 20px;
}

.hikayeItem img {
    float: left;
    width: auto;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.hikayeItemTop {
    float: left;
    width: 100%;
    margin: 15px 0 10px 0;
}

.hikayeItemTop h5 {
    float: left;
    width: 60%;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.hikayeItemTop span {
    float: left;
    width: 40%;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.hikayeItemDesc {
    float: left;
    width: 100%;
    height: 88px;
    overflow: hidden;
    line-height: 22px;
}

.hikayeItem a {
    float: left;
    width: 180px;
    margin: 20px calc(50% - 90px) 10px;
    background-color: #222;
    color: #fff;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
}



.hikayeItemFull {
    float: left;
    width: 97%;
    margin: 10px 1.5% 50px;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 15px 20px;
}

.hikayeItemFull img {
    float: left;
    width: auto;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hifTop {
    float: left;
    width: 100%;
    margin: 20px 0 30px 0;
}

.hifTop h5 {
    float: left;
    width: 60%;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.hifTop span {
    float: left;
    width: 40%;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.hifDesc {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 22px;
}

.hikayeItemFull a {
    float: left;
    width: 180px;
    margin: 20px calc(50% - 90px) 10px;
    background-color: #222;
    color: #fff;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
}



@media screen and (max-width:1500px) {

    .slideCover {
        height: 60vh;
    }

    .slide img {
        height: 60vh;
    }

    .psalItem img {
        width: 100%;
        height: 100%;
    }

    .baaItem img {
        width: 40px;
        height: 40px;
    }

    .uvSlideLeft {
        z-index: 998;
        left: 5px;
    }

    .uvSlideRight {
        z-index: 998;
        right: 5px;
    }

}

@media screen and (max-width:1200px) {

    .container {
        float: left;
        width: 1000px;
        margin: 0 calc(50% - 500px);
    }

    .baItem {
        width: 15%;
        margin-right: 2%;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .baItem:last-child {
        margin-right: 0;
    }

    .baItemImage {
        width: 90px;
        height: 90px;
    }

    .baItemImage img {
        width: 45px;
        height: 45px;
        margin: 13px;
    }

    .headerMenuMain {
        padding: 0 15px;
        margin: 0 15px;
    }

    .destekcilerD {
        width: 21%;
        margin: 10px 4% 20px 0;
    }

    .destekcilerD img {
        height: 180px;
    }

}

@media screen and (max-width: 1050px) {

    .slideCover {
        height: 50vh;
    }

    .slide img {
        height: 50vh;
    }

    .psalItem {
        height: 200px;
    }

    .psalItem img {
        width: 100%;
        height: 100%;
    }

    .baaItem {
        height: 50px;
        margin: 10px 0;
    }

    .baaItem img {
        width: 30px;
        height: 30px;
        top: 8px;
        left: 10px;
    }

    .baaItem p {
        line-height: 50px;
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 0 50px
    }

    .container {
        float: left;
        width: 90%;
        margin: 0 5%;
    }

    /*.slide5{min-width:33.3%;}*/



    .headerLogo,
    .headerMenu {
        height: 130px;
    }

    .headerLink {
        padding: 50px 0 0;
    }

    .headerLogo img {
        width: 115px;
        height: 115px;
        margin: 5px 5px 0;
    }

    .headerLogo p {
        margin: 42px 0;
    }

    .headerMenuMain {
        padding: 0 10px;
        margin: 0 10px;
        font-size: 14px;
        height: 100px;
    }



    .footerLogo {
        width: 100%;
    }

    .footerMenus {
        width: 100%;
    }



}

@media screen and (max-width: 950px) {

    .headerLink a {
        padding: 3px 5px;
        font-size: 13px;
    }

    .baItem {
        width: 100% !important;
        margin: 20px 0 !important;
    }

    .headerLink {
        float: right;
        width: 120px;
    }

    .hlSearch input {
        float: left;
        text-align: left;
        padding: 4px 25px 4px 10px;
        height: 25px;
    }

    .hlSearch img {
        top: 4px;
        right: 5px;
    }

    .iletisimForm {
        width: 80%;
    }

    .projeAlanis {
        width: 30%;
        margin: 30px 5% 10px 0;
    }

    .projeAlanis:last-child {
        margin: 30px 0 10px 0;
    }

    .uvSlideLeft {
        left: -5px;
    }

    .uvSlideRight {
        right: -2px;
    }

    .uvSlideLeft img,
    .uvSlideRight img {
        width: 50px;
        height: 50px;
    }

    .headerLogo p {
        display: none;
    }

    #svg-turkiye-haritasi {
        scale: 1.1;
        float: none;
        width: 100%;
        height: auto;
        margin: 61px 0 0px;
    }
}

@media screen and (max-width: 800px) {

    .headerLink button span {
        background: none;
        margin: 0;
        padding: 0;
    }

    .uvdDetails p {
        font-size: 18px;
        font-weight: 600;
    }

    .uvdDetails h3 {
        font-size: 48px;
    }

    .uyeVerileri h2 {
        font-size: 24px;
        margin: 10px 0 20px;
    }

    .uyeVerileri span {
        font-size: 16px;
        margin: -10px 0 10px 0;
    }

    .hpSocialMedia a {
        width: 40px;
        height: 40px;
    }

    .socialTitle {
        font-size: 32px !important;
        margin: 20px 0 10px !important;
    }

    /*.footerMenu{float:left;width:45%;min-height: 300px;margin:10px 2.5% 10px 0;}*/

    .psal {
        width: 600px;
        margin: 20px calc(50% - 300px);
    }

    .psalItem {
        height: 300px;
    }

    .baal {
        width: 600px;
        margin: 20px calc(50% - 300px);
    }

    .headerLogo {
        width: 220px;
        height: 100px;
    }

    .headerLogo img {
        width: 85px;
        height: 85px;
    }

    .headerLogo p {
        display: block;
        font-size: 14px;
        line-height: 15px;
        width: calc(100% - 100px);
        margin: 33px 0;
    }

    .headerMenuSub {
        left: 35px;
        top: 27px;
    }

    .headerMenu {
        display: block;
        position: fixed;
        right: 0;
        height: 100vh;
        width: 320px;
        background-color: white;
        z-index: 9999;
        box-shadow: 0 0 5px 3px #ccc;
        right: -320px;
        transition: 0.6s;
    }

    .mobilMenuLogo {
        float: left;
        display: block;
        width: 200px;
        margin: 30px calc(50% - 100px) 10px;
        position: relative;
    }

    .mobilMenuLogo span {
        position: absolute;
        top: -10px;
        left: -30px;
        font-weight: 600;
        font-size: 24px;
        cursor: pointer;
    }

    .mobilMenuLogo img {
        float: left;
        width: 100px;
        margin: 0 calc(50% - 50px) 10px;
    }

    .mobilMenuLogo p {
        float: left;
        width: 100%;
        font-weight: 600;
        text-align: center;
    }

    .mmContact {
        float: left;
        display: block;
        width: 100%;
        margin-top: 50px;
    }

    .mmContact a {
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
        text-align: center;
        font-weight: 500;
        font-size: 14px;
    }

    .mmContact a img {
        float: left;
        width: 30px;
        margin: 0 calc(50% - 15px) 5px;
    }

    .mmSocial {
        float: left;
        width: 100%;
        margin: 30px 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mmSocial a {
        float: left;
        width: 30px !important;
        margin: 5px 5px 5px 10px;
    }

    .mmSocial a img {
        float: left;
        width: 100% !important;
    }



    .headerMenuMain {
        float: left;
        display: block;
        width: 100%;
        height: auto;
        margin: 15px 0 5px;
        text-align: center;
        position: relative;
    }

    .headerLink {
        padding: 8px 0 0;
    }

    .headerLink span img {
        float: left;
        height: 17px;
        margin: 0 10px 0 5px;
        filter: invert(1);
    }

    .headerLink span {
        display: block;
        background-color: black;
        color: white;
        padding: 3px 10px;
        margin: 0 0 6px 0;
        border-radius: 10px;
        font-size: 14px;
        height: 25px;
        cursor: pointer;
    }

    .hlSearch {
        margin: 6px 0 0;
    }

    .mali-rapor p {
        font-size: 20px;
        line-height: 22px;
    }

    .destekcilerD {
        width: 30%;
        margin: 10px 3% 20px 0;
    }

    .destekcilerD img {
        height: 200px;
    }



    .slide5 {
        display: none;
    }

    .slide6 {
        display: block;
    }

    #prev5,
    #next5 {
        display: none;
    }

    #prev6,
    #next6 {
        display: block;
    }

    .slider6 {
        height: 330px;
    }

    .uvSlideItem {
        float: left;
        width: 31%;
        height: 150px;
        margin: 1%;
        background-color: #ccc;
        position: relative;
    }

    .uvSlideLeft {
        position: absolute;
        left: -5px;
        top: calc(50% - 23px);
    }

    .uvSlideRight {
        position: absolute;
        right: -5px;
        top: calc(50% - 23px);
    }

    .uvSlideLeft img,
    .uvSlideRight img {
        width: 46px;
        height: 46px;
    }

}

@media screen and (max-width: 700px) {

    .baItem {
        width: 31%;
        margin: 15px 2.3% 15px 0;
    }

    .psal {
        width: 90%;
        margin: 20px 5%;
        padding: 10px;
    }

    .psalItem {
        height: 250px;
    }

    .baal {
        width: 90%;
        margin: 20px 5%;
        padding: 10px;
    }

    .slideCover {
        height: 40vh;
    }

    .slide img {
        height: 40vh;
    }

    .newAreaE img {
        width: 95%;
        margin: 5px 5% 30px 0
    }

    .iletisimForm {
        width: 100%;
    }

    .mali-rapor p {
        font-size: 18px;
    }

    .projeAlanis {
        width: 80%;
        margin: 30px 10% 10px;
    }

    .tkData {
        width: 32%;
        margin-right: 1.3%
    }

    .taraftarGalerisis {
        width: 24%;
        margin: 5px 1% 5px 0;
        height: 120px;
    }

    .taraftarGalerisis img {
        height: 100% !important;
    }

    .taraftarForm {
        width: 80%;
    }

}

@media screen and (max-width: 600px) {

    .kurucular {
        width: 45%;
        margin: 10px 5% 20px 0;
    }

    .destekcilerD {
        width: 45%;
        margin: 10px 5% 20px 0;
    }

    .destekcilerD img {
        height: 160px;
    }

    .mali-rapor p {
        font-size: 16px;
    }

    .mali-rapor a {
        padding: 5px 10px 5px 15px;
        width: 100px;
    }

    .sube {
        width: 100%;
        padding: 10px 10% 20px;
    }

    .footerLogo {
        width: 320px;
        margin: 20px calc(50% - 160px) 0;
    }

    .footerLogo img {
        width: 80px;
        height: 80px;
    }

    .footerLogo p {
        font-size: 18px;
        max-width: calc(100% - 90px);
        margin: 17px 0 10px 10px;
    }

    .footerMenu:first-child,
    .footerMenu:last-child,
    .footerMenu {
        width: 300px;
        margin: 20px calc(50% - 150px);
        text-align: center;
    }

}

@media screen and (max-width: 525px) {

    .bolgeUserText p {
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 12px;
    }

    .baItem {
        width: 47.5%;
        margin: 15px 2.5% 15px 0;
    }

    .psalItem {
        height: 300px;
        width: 100%;
        margin: 20px 0;
    }

    .psal h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .uvdDetails {
        width: 280px;
        margin: 20px calc(50% - 140px)
    }

    .slide5 {
        min-width: 50%;
    }

    .socialTitle {
        font-size: 24px !important;
    }

    .footerMenu {
        min-height: 100px;
    }

    .slideCover {
        height: 32vh;
    }

    .slide img {
        height: 32vh;
    }

    .projeAlanis {
        width: 90%;
        margin: 30px 5% 10px;
    }

    .tkData {
        width: 48%;
        margin-right: 2%
    }

    .taraftarGalerisis {
        width: 48%;
        margin: 5px 2% 5px 0;
        height: 120px;
    }

    .taraftarForm {
        width: 95%;
    }

    .slider6 {
        height: 290px;
    }

    .uvSlideItem {
        float: left;
        width: 31%;
        height: 130px;
        margin: 1%;
        background-color: #ccc;
        position: relative;
    }

    .uvSlideLeft {
        position: absolute;
        left: -5px;
        top: calc(50% - 20px);
    }

    .uvSlideRight {
        position: absolute;
        right: -5px;
        top: calc(50% - 20px);
    }

    .uvSlideLeft img,
    .uvSlideRight img {
        width: 40px;
        height: 40px;
    }

    .uvSlideItem a {
        left: 5px;
        width: calc(100% - 10px);
        bottom: 5px;
        font-size: 13.5px;
        letter-spacing: -0.5px;
    }

}

@media screen and (max-width:420px) {

    .slideCover {
        height: 28vh;
    }

    .slide img {
        height: 28vh;
    }

    .kurucular {
        width: 260px;
        margin: 15px calc(50% - 130px);
    }

    .destekcilerD img {
        height: 140px;
    }

    header {
        padding: 0 5px;
    }

}

@media screen and (max-width:380px) {

    .slideCover {
        height: 25vh;
    }

    .slide img {
        height: 25vh;
    }

    .headerLogo img {
        margin: 5px 0 0;
    }

    .headerLogo {
        width: 200px;
    }

    .headerLogo p {
        font-size: 12px;
        font-weight: 500;
    }

}

@media screen and (max-width:350px) {

    .headerLogo {
        width: 150px;
    }

    .headerLogo p {
        display: none;
    }

}