:root{
    --color: #87539f;
    --color1: #5e5f66;
    --kirmizi  : #e30614;
}

*, ::after, ::before {
    box-sizing: inherit;
}
html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    font-weight: 400;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}
body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    background: #fff;
    height: 100%;
    background: url(../image/bg.jpg) 0 151px;
    position: relative;
    box-sizing: border-box;
}
.flex2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-center{
    align-items: center;
}
.flex-end {
    justify-content: flex-end;
}
.flex {
    display: flex;
}
.f-wrap{
    flex-wrap: wrap;
}
.text-right{
    text-align: right;
}
a{
    text-decoration: none;
    color: var(--color);
}
a:hover{
    color: var(--color1);
}
.mt-50{
    margin-top: 50px;
}
.md-hide {
    display: none;
}

.sayfa{
    min-height: 550px;
}
.ortala {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.header{
    width: 100%;
    border-top: 7px solid var(--color);
    box-shadow: 0px 12px 21px -10px rgb(0 0 0 / 4%);
    padding: 15px 0 15px;
    position: relative;
    z-index: 99;
    background: #fff;
}
.header .headerTop ul{
    list-style: none;
}
header .headerTop ul li {
    margin-left: 18px;
    line-height: 1;
}
header .headerTop ul li a {
    color: var(--color);
    font-size: 17px;
    font-weight: 600;
}
header .headerTop ul li.loginbtn{
    background: var(--color);
    padding: 8px 8px;
    transition: all 340ms;
}
header .headerTop ul li.loginbtn a{
    color: #fff;
    font-size: 15px;
}
header .headerTop ul li.loginbtn:hover{
    background: var(--color1);
}
.menuzord {
    width: 100%;
    padding: 0 0px;
}
.menuzord-menu > li > a{
    color: var(--color1);
    font-size: 15px;
    font-weight: 600;
    padding: 26px 14px;
}
.menuzord ul > li:hover > a{
    color: var(--color);
}
.menuzord ul li.lang a{
    padding-right: 0;
}
.menuzord-menu ul.dropdown li a{
    color: var(--color1);
    font-size: 15px;
    font-weight: 600;
}
.menuzord-menu ul.dropdown li:hover a{
    color: var(--color);
}

.slider{
    flex: 1;
    height: 400px;
    box-shadow: 0px 0px 18px 0px rgba(207, 209, 214, 0.3);
}
.slider h5{
    font-size: 40px;
    font-weight: 700;
}
.slider p{
    font-weight: 400;
    font-size: 24px;
}
.slider .carousel-caption{
    bottom: 0;
    height: 100%;
    right: 0;
    left: 0;
    text-align: left;
}
.slider .carousel-caption.slider-ortala{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 65px;
}
.slider .carousel-caption.slider-ortala a.slider-btn{
    background: var(--color);
    color: #fff;
    padding: 8px 23px;
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
    transition: all 350ms;
}
.slider .carousel-caption.slider-ortala a.slider-btn:hover{
    background: var(--color1);
}
.slider .carousel-indicators{
    justify-content: center;
    margin-bottom: 25px;
}
.slider .carousel-indicators [data-bs-target]{
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: #8855a0;
}
.gelecekKongre{
    width: 290px;
    height: 400px;
    margin-left: 37px;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0px 0px 18px 0px rgba(207, 209, 214, 0.3);
    background: #fff;
}
.gelecekKongre img {
    object-fit: cover;
    height: 100%;
}

.carousels{
    margin-top: 50px;
    margin-bottom: 50px;
}
.item-carousel{
    box-shadow: 0px 0px 18px 0px rgba(207, 209, 214, 0.3);
}
.carousels .title{
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-left: 26px;
    margin-bottom: 0px;
    border-radius: 0px;
}
.carousels .bg1 .title{
    background: #db9dc6;
}
.carousels .bg2 .title{
    background: #8855a0;
}
.carousels .bg3 .title{
    background: #a398d9;
}
.single-item{
    position: relative;
    overflow: unset;
    background: #fff;
    padding: 26px;
    height: 360px;
}

.single-item .resimX img{
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    transition: all 1500ms;
}
.single-item .baslik{
    color: var(--color1);
    font-size: 16px;
    font-weight: 700;
    margin-top: 13px;
}
.single-item .subTitle{
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-top: 13px;
}
.single-item .devami{
    margin-top: 13px;
}
.single-item .devami a{
    color: #a9aab0;
    font-size: 13px;
    display: flex;
    align-items: center;
    transition: all 350ms;
}
.single-item .devami a span{
    width: 40px;
    height: 2px;
    display: inline-block;
    margin-left: 40px;
    transition: all 350ms;
}
.carousels .bg1 .single-item .devami a span{
    background: #87539f;
}
.carousels .bg1 .single-item:hover .devami a{
    color: #87539f;
}
.carousels .bg2 .single-item .devami a span{
    background: #87539f;
}
.carousels .bg2 .single-item:hover .devami a{
    color: #87539f;
}
.carousels .bg3 .single-item .devami a span{
    background: #a398d9;
}
.carousels .bg3 .single-item:hover .devami a{
    color: #a398d9;
}

.single-item:hover .devami a span{
    width: 55px;
}
.single-item .slick-prev, .single-item .slick-next {
    top: -22px;
}
.single-item .slick-next{
    right: 22px!important;
    color: var(--color2);
}
.single-item .slick-prev{
    left: auto;
    right: 45px;
    color: var(--color2);
}
.single-item .slick-prev img, .single-item .slick-next img{
    width: 20px;
}
.slick-prev:before,
.slick-next:before{
    display: none;
}

.hizliMenu{
    margin-top: 45px;
}
.hizliMenu .item:first-child{
    margin-left: 0;
}
.hizliMenu .item{
    box-shadow: 0px 0px 18px 0px rgba(207, 209, 214, 0.3);
    overflow: hidden;
    position: relative;
    margin-left: 40px;
}
.hizliMenu .item .resim{
    width: 297px;
    height: 157px;
}
.hizliMenu .item .resim img{
    width: 100%;
    transform: scale(1.0);
    transition: all 350ms;
}
.hizliMenu .item:hover .resim img{
    transform: scale(1.1);
}
.hizliMenu .item .text {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 125px;
}
.hizliMenu .item .text .title{
    font-size: 24px;
    font-weight: 700;
    font-family: inherit;
    color: #fff;
    line-height: 28px;
}
.hizliMenu .item .text .title span{
    display: block;
}
.hizliMenu .item .text .desc{
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    color: #fff;
    line-height: 20px;
}
.hizliMenu .item .text .desc span{
    display: block;
}
footer.footer{
    background: #5e5f66;
    padding: 35px 0 10px;
    margin-top: 50px;
}
.fBilgi {
    display: flex;
}
.fBilgi .item:first-child{
    width: 56%;
}
.fBilgi .item:last-child{
    width: 44%;
    display: flex;
    justify-content: flex-end;
}
footer.footer .f-adres .title h1{
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
}
footer.footer .f-adres p{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}
footer.footer .f-adres p b{
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
}
footer.footer .f-menu{
    list-style: none;
}
footer.footer .f-menu li a{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 7px;
    display: block;
}
.footerAlt{
    background: #53545a;
    padding-top: 15px;
}
.footerAlt p{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
}

.menuWrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    z-index: 99;
    background: var(--color);
}
.menuWrapper nav {
    width: 70%;
    height: 100%;
    background: #fff;
    float: right;
    position: relative;
    left: 50%;
}
.menuWrapper ul li ul {
    padding-left: 20px;
    display: none;
    margin-top: 10px;
}

.page-title {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: 0px;
}
.page-title::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 10%);
    height: 100%;
    width: 100%;
}
.page-title .container {
    height: 200px;
}
.page-title .title-holder {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.page-title .title-holder .title-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.page-title .title-holder .title-text h1 {
    color: #fff;
    font-size: 48px;
}
.page-title .title-holder .title-text .entry-meta {
    margin-top: 0px;
    padding: 0;
    list-style: none;
}
.page-title .title-holder .title-text .entry-meta li {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
.page-title .title-holder .title-text .entry-meta li a {
    color: #fff;
}

#page{
    margin-top: 50px;
}
#page ul{
    margin-left: 30px;
}
#page .baslik{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#page .baslik h1{
    color: var(--color);
    position: relative;
}
#page .baslik .brd{
    margin-left: 20px;
   width: 10%;
   height: 1px;
   background: var(--color);
}
.baskanlar .col-md-4{
    margin-bottom: 20px;
}
.baskanlar .item {
    height: auto;
    margin-bottom: 30px;
}
.baskanlar .item .media-holder{
    overflow: hidden;
}
.baskanlar .item .media-holder .circle {
    border-radius: 50%;
    border: 6px solid #ececec;
    height: 170px!important;
    width: 170px!important;
    overflow: hidden;
    margin: auto;
}
.baskanlar .item .media-holder img{
    width: 100%!important;
    height: 100%;
    object-fit: cover;
}
.baskanlar .item .baskan-title{
    color: var(--color1);
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.baskanlar .item .detail-container p {
    color: var(--color);
    font-size: 16px!important;
    text-align: center;
}
.baskanlar .item:hover .media-holder img{
    transform: scale(1.1);
}
.galeri .text {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    padding: 0 17px;
    border-radius: 5px;
    height: 305px;
}
.galeri .text .resim {
    width: 100%;
    height: 178px;
    margin: 17px auto 0;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 5px;
}
.galeri .text .resim img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    transition: all 1500ms;
}
.galeri .text .content {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 13px;
}
.Galeri {
    position: relative;
    margin: 0 -1% 10px;
    max-width: 100%;
}
.Galeri .gallery-item.resimler {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 23%;
    cursor: pointer;
    height: 250px;
}
.Galeri .gallery-item.resimler img {
    width: 100%!important;
    height: 100%;
    object-fit: cover;
}
.yazilar .text {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    padding: 0 17px 17px;
    border-radius: 5px;
    min-height: 550px;
    margin: 0 10px 35px;
}
.yazilar .text .resim {
    width: 100%;
    height: 461px;
    margin: 17px auto 0;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 5px;
}
.yazilar .text .resim img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    transition: all 1500ms;
}
.yazilar .text .content {
    color: #666;
    font-size: 16px;
    font-weight: 700;
    margin-top: 13px;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.boxitem3{
    display: block;
    box-shadow: 0 7px 16px 0 rgba(41,53,108,.25);
    background: #fff;
    width: auto;
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 15px;
    transition: all .3s;
    margin-left: 15px;
    line-height: 24px
}
.boxitem3 b{
    display: block;
}
.soruSor .form-control,
.kayitOl .form-control{
    height: 50px;
    border: none;
    background: #eef2f5;
    border-radius: 0;
    padding: 4px 16px;
    font-size: 16px;
    border-radius: 0px;
}
.soruSor textarea.form-control{
    resize: none;
    padding: 14px 16px;
    height: 150px;
}
.soruSor .form-control:focus,
.kayitOl .form-control:focus
{
    box-shadow: none;
    outline: 0;
    background: rgba(0,0,0,.02);
    border: 1px solid var(--color);
}
.soruSor .form-gonder-button{
    border: none;
    padding: 15px 20px;
    background-color: var(--color);
    color: #fff;
    min-height: 36px;
    min-width: 250px;
    cursor: pointer;
    margin-right: 0px;
    transition: all linear 0.3s;
    font-size: 16px;
    font-weight: 700;
}
.soruSor .form-gonder-button:hover {
    background: var(--color1);
}
.kayitOl,
.hak{
    width: 100%;
    margin: auto;
}

.kayitOl .form-gonder-button{
    border: none;
    padding: 15px 20px;
    background-color: var(--color);
    color: #fff;
    min-height: 36px;
    min-width: 250px;
    cursor: pointer;
    margin-left: 5px;
    transition: all linear 0.3s;
    font-size: 16px;
    font-weight: 700;
}
.kayitOl .form-gonder-button:hover {
    background: var(--color1);
}

.hak{
    display: block;
    box-shadow: 0 7px 16px 0 rgba(41,53,108,.25);
    background: #fff;
    width: auto;
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 15px;
    transition: all .3s;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;

}
.hak h3{
    font-weight: 700
}
.hak p{
    font-size: 14px
}
div#yorumOlAlert {
    padding-right: 15px;
}

.gemis-canli-yayinlar .item-box-2{
    position: relative;
    margin-bottom: 30px;
}

.temizle {
    clear: both;
}
.mb-15{
    margin-bottom: 15px!important;
}
.mr-15{
    margin-right: 15px;
}
.error{
    color      : var(--kirmizi);
    margin-top : 8px;
    font-weight: 700;
    font-size  : 12px;
    position   : absolute;
}
.konuError{
    background    : var(--kirmizi);
    color         : #fff;
    font-size     : 12px;
    display       : block;
    width         : auto;
    padding       : 8px 15px;
    margin        : 0 auto 15px;
    letter-spacing: 1px;
    font-weight   : 100;
}
.konuError b,
.konuSuccess b
{
    color:  #fff;
}
.konuSuccess{
    background    : #69c155;
    color         : #fff;
    font-size     : 12px;
    display       : block;
    width         : auto;
    padding       : 8px 15px;
    margin        : 0 auto 15px;
    letter-spacing: 1px;
    font-weight   : 100;
    line-height: 18px;
}
input[type="reset"]{
    background : blue;
    padding    : 8px 20px;
    color      : #fff;
    font-weight: 700;
    float      : right;
    margin-top : -25px;
    margin-bottom : 10px;
}
.maps {
    filter: gray;
    -webkit-filter: grayscale(99%);
}
.single-contact-option {
    margin-bottom: 10px;
    margin-top: 10px;
}
.single-contact-option h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--color);
    float: left;
}
.single-contact-option p {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
}
.iletisim .form-control {
    line-height: 18px;
    background-color: #fff;
    color: #686868;
    width: 100%;
    padding: 9px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    height: auto;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.iletisim .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--color);
    outline: 0;
    box-shadow: none;
}
.iletisim .form-control::placeholder {
    color: #666;
    font-size: 16px;
}
.iletisim .form-gonder-button {
    border: none;
    padding: 10px;
    background: var(--color);
    color: #fff;
    min-height: 50px;
    min-width: 304px;
    cursor: pointer;
    float: right;
    transition: all .3s linear;
    margin-bottom: 30px;
    border-radius: 0px;
}
.iletisim .form-gonder-button:hover{
    background: var(--color1);
}

.from-wrap {
    background: #fff;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    margin-bottom: 19px;
    border-radius: 0px;
    overflow: hidden;
}
.from-wrap .form-container {
    padding: 15px;
    height: auto;
    overflow: hidden;
}
.from-wrap .form-container .sayfa-title h1 {
    margin: 0;
    font-size: 26px;
    color: var(--color);
    line-height: 42px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--color);
    padding-bottom: 11px;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 14px;
}
.form-control {
    line-height: 18px;
    font-size: 14px;
    background-color: #fff;
    color: #686868;
    width: 100%;
    padding: 9px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    height: auto;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--color);
    outline: 0;
    box-shadow: none;
}
.form-gonder-button {
    border: none;
    padding: 8px 0;
    background-color: var(--color);
    color: #fff;
    min-height: 36px;
    min-width: 100%;
    cursor: pointer;
    float: right;
    transition: all .3s linear;
    font-size: 18px;
    border-radius: 0px;
}
.sifremiUnuttum {
    font-size: 14px;
    display: block;
    color: var(--color);
    margin-top: 15px;
}

@media (max-width: 1450px){
    .menuzord-menu > li > a {
        font-size: 14px;
        padding: 26px 10px;
    }
    .slider{
        height: auto;
    }
    .gelecekKongre{
        width: 250px;
        height: 350px;
    }
}

@media (max-width: 1199px){
    .xs-hide {
        display: none;
    }
    .md-hide {
        display: block;
    }
   
    .header {
        border: none;
        padding: 0px;
        position: relative;
        z-index: 300;
    }
    header .logo img {
        width: 75%;
        padding: 10px 0;
    }
    header .xsHeaderTop {
        background: var(--color);
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .xsHeaderTop ul{
        margin: 0;
        padding: 0;
    }
    header .xsHeaderTop ul li:first-child{
        margin-left: 0;
    }
    header .xsHeaderTop ul li{
        margin-left: 10px;
    }
    .info {
        font-size: 12px;
        margin-left: 10px;
        text-align: center;
    }
    header .xsHeaderTop ul li a {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
    }
    header .xsHeaderTop ul li.loginbtn{
        background: var(--color1);
        margin-left: 10px;
        padding: 5px 8px 9px;

    }
    header .xsHeaderTop ul li.loginbtn a {
        color: #fff;
        font-size: 12px;
    }
    header .menuLinks {
        width: auto;
        position: absolute;
        right: 55px;
        top: 61%;
        height: 60px;
        background: none;
        border: none;
        transform: translate(0, -50%);
    }
   
    header .menuLinks .btn {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		cursor: pointer;
	}
	header .menuLinks .btn span {
		display: block;
		width: 100%;
		height: 3px;
		background: #1e1e1e;
		transition: all .3s;
		position: relative;
		width: 32px;
		margin: auto; 
	}
	header .menuLinks .btn span + span {
		margin-top: 5px; 
	}
	header .menuLinks .btn span:last-child {
		background: none;
		font-size: 11px;
		color: #1e1e1e; 
	}
	header .menuLinks .btn.active span:nth-child(1) {
		animation: ease .7s top forwards; 
	}
	header .menuLinks .btn.not-active span:nth-child(1) {
		animation: ease .7s top-2 forwards; 
	}
	header .menuLinks .btn.active span:nth-child(2) {
		animation: ease .7s scaled forwards; 
	}
	header .menuLinks .btn.not-active span:nth-child(2) {
		animation: ease .7s scaled-2 forwards;
	}
	header .menuLinks .btn.active span:nth-child(3) {
		animation: ease .7s bottom forwards;
	}
	header .menuLinks .btn.not-active span:nth-child(3) {
		animation: ease .7s bottom-2 forwards;
	}
    header .menuLinks header .menuLinks .btn span:last-child {
        background: none;
        font-size: 11px;
        color: #1e1e1e;
    }
    @keyframes top {
		0% {
			top: 0; 
			transform: rotate(0);
		}
		50% {
			top: 8px;
			transform: rotate(0);
		}
		100% {
			top: 8px;
			transform: rotate(45deg);
		}
	}

	@keyframes top-2 {
		0% {
			top: 8px;
			transform: rotate(45deg);
		}
		50% {
			top: 8px;
			transform: rotate(0deg);
		}
		100% {
			top: 0;
			transform: rotate(0deg);
		}
	}

	@keyframes bottom {
		0% {
			bottom: 0;
			transform: rotate(0);
		}
		50% {
			bottom: 8px;
			transform: rotate(0);
		}
		100% {
			bottom: 8px;
			transform: rotate(135deg);
		}
	}

	@keyframes bottom-2 {
		0% {
			bottom: 8px;
			transform: rotate(135deg);
		}
		50% {
			bottom: 8px;
			transform: rotate(0);
		}
		100% {
			bottom: 0;
			transform: rotate(0);
		}
	}
	@keyframes scaled {
		50% {
			transform: scale(0);
		}
		100% {
			transform: scale(0);
		}
	}
	@keyframes scaled-2 {
		0% {
			transform: scale(0);
		}
		50% {
			transform: scale(0);
		}
		100% {
			transform: scale(1);
		}
	}

	.menuWrapper {
	    margin-top: 128px;
	    height: auto;
    	padding: 0;
    	overflow: hidden;
    	overflow-y: auto;
        position: absolute;

	}
	.menuWrapper nav {
	    width: 100%;
	    height: 100%;
	    background: #fff;
	}
	.menuWrapper nav .mobil-menu {
	    float: none;
	    width: 100%;
	    height: auto;
	    padding: 30px;
	}
	.menuWrapper nav .mobil-menu .box{
	    position: relative;
	    overflow: hidden;
	    height: 100%;
	    max-width: 100%;
	    outline: none;
	    direction: ltr;
	}
    .menuWrapper ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
	.menuWrapper ul li{
		padding: 5px 0;
	}
	.menuWrapper ul li a{
		color: #000;
	    padding-left: 30px;
	    position: relative;
	    letter-spacing: -1px;
	    font-size: 20px;
	}
	.menuWrapper ul li.dropdown > a:before {
	    font-family: FontAwesome;
   		content: "\f107";
	    speak: none;
	    font-style: normal;
	    font-weight: 400;
	    font-variant: normal;
	    text-transform: none;
	    white-space: nowrap;
	    word-wrap: normal;
	    direction: ltr;
	    line-height: 1;
	    position: absolute;
	    left: 0;
	    top: 5px;
	    font-size: 20px;
	}
	.menuWrapper ul li.dropdown a:hover {
	    color: var(--color);
	}
	.menuWrapper ul li ul li{
		padding: 0px 50px 10px 20px
	}
	.menuWrapper ul li ul li:last-child{
		padding: 0px 50px 0px 20px
	}
	.menuWrapper ul li ul li a {
	    font-size: 14px;
	    color: #2b2747;
	    padding-left: 0;
	    border-bottom: 1px solid #ddd;
	    display: block;
	    padding-bottom: 10px;
	}
    
    .slider{
        flex: unset;
    }
    .slider .carousel-caption.slider-ortala{
        padding: 10px;
        align-items: flex-start;
    }
    .slider h5 {
        font-size: 20px;
    }
    .slider p {
        font-size: 14px;
    }
    .slider .carousel-caption.slider-ortala a.slider-btn{
        font-size: 13px;
        padding: 5px 15px;
        margin-top: 0;
    }
    .slider .carousel-indicators {
        justify-content: flex-start;
        margin-left: 6px;
        margin-bottom: 0px;
    }
    .gelecekKongre {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .gelecekKongre img {
        object-fit: contain;
        height: 100%;
        width: 100%;
    }

    .hizliMenu .flex {
        display: flex;
        flex-wrap: wrap;
    }
    .hizliMenu .item:first-child {
        margin-left: auto;
    }
    .hizliMenu .item {
        margin-left: 0px;
        margin: 0px auto 20px;
    }
    
    .fBilgi {
        display: flex;
        flex-wrap: wrap;
    }
    .fBilgi .item:first-child {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .fBilgi .item:last-child {
        width: 100%;
        display: block;
        text-align: center;
    }
    footer.footer .f-menu {
        margin: 0;
        padding: 0;
    }
    footer.footer .f-menu li a{ 
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .footerAlt {
        text-align: center;
    }

}

/* Ana Konteyner Stili */
.baslik-alan h2 {
    font-size: 36px;
    font-weight: 600;
    color: #8855a0;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}
.baslik-alan h2::after{
    content: '';
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #db9dc6;
    margin-bottom: 7px;
    margin-left: 25px;
}
.baslik-alan p {
    color: #5e5f66;
    line-height: 1.6;
    
}
.ilk{
    display: flex;
    align-items: flex-start;
}
.ilk .karts{
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 25px;
    flex: 1;
}
.kart {
    color: white;
    font-weight: bold;
    border-radius: 8px;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.kart a{
    color: #fff;
}
.ilk .karts .kart:nth-child(1),
.ilk .karts .kart:nth-child(2){
    background: #db9dc6;
}
.ilk .karts .kart:nth-child(3),
.ilk .karts .kart:nth-child(4){
    background: #8855a0;
}
.son .karts{
    display: flex;
    flex-wrap: wrap;
    column-gap: 34px;
    row-gap: 25px;
    flex: 1;
}
.son .karts .kart:nth-child(6n + 1),
.son .karts .kart:nth-child(6n + 2),
.son .karts .kart:nth-child(6n + 3) { background: #db9dc6; }
.son .karts .kart:nth-child(6n + 4),
.son .karts .kart:nth-child(6n + 5),
.son .karts .kart:nth-child(6n + 6) { background: #8855a0; }
.son{
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}
.kart:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 320px){
    .ilk {
        flex-direction: column;
    }
    .baslik-alan {
        max-width: 100%;
        margin-right: 0;
    }
    .kart {
        width: 100%;
        font-size: 14px;
        padding: 0 14px;
    }
    .yazilar .text {
        min-height: 400px;
    }
    .yazilar .text .resim{
        height: 100%;
    }
}
@media (min-width: 992px){
    .ilk {
        flex-direction: unset;
    }
    .baslik-alan {
        max-width: 29.5%;
        margin-right: 51px;
    }
    .kart {
        width: 46.5%;
        font-size: 14px;
        padding: 0 14px;
    }
    .son .kart {
        width: 30.3%;
    }
    .baslik-alan p {
        font-size: 14px;
    }
    .single-item{
        height: 250px;
    }

    .single-item .baslik{
        font-size: 14px;
        line-height: 24px;
    }
    .single-item .devami a span{
        width: 30px;
        margin-left: 28px;
    }
    .yazilar .text {
        min-height: 200px;
    }
    .yazilar .text .resim{
        height: 141px;
    }
}
@media (min-width: 1200px){
    .baslik-alan {
        max-width: 29.5%;
        margin-right: 51px;
    }
    .kart{
        width: 47.5%;
        font-size: 16px;
        padding: 0 20px;
    }
    .son .kart {
        width: 31%;
    }
    .baslik-alan p {
        font-size: 16px;
    }
    .single-item{
        height: 300px;
    }

    .single-item .baslik{
        font-size: 16px;
        line-height: 26px;
    }
    .single-item .devami a span{
        width: 30px;
        margin-left: 28px;
    }
    .yazilar .text{
        min-height: 230px;
    }
    .yazilar .text .resim{
        height: 175px;
    }
}
@media (min-width: 1400px){
    .baslik-alan {
        max-width: 31.5%;
        margin-right: 33px;
    }
    .kart{
        width: 47.9%;
        font-size: 18px;
    }
    .son .kart{
        width: 31.5%;
    }
    .baslik-alan p {
        font-size: 20px;
		margin-top: 15px;
        margin-bottom: 2px;
    }

    .single-item{
        height: 300px;
    }
    .single-item .devami a span{
        width: 40px;
        margin-left: 40px;
    }
    .yazilar .text {
        min-height: 250px;
    }
    .yazilar .text .resim{
        height: 209px;
    }
}
