

/*
ALL ETICEKTS 
*/
* {
    margin: 0;
    box-sizing: border-box;

}

body {
    width: 100%;
    height: 100%;
    background-color: #F6EDE8;
}

a {
    text-decoration: none;
    color: white;
}

li{
    list-style: none;

}

main {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}




.title>h2 {
    text-transform:uppercase;
    font-size: 28px;
    color: #A65A2A;
    margin-top: 10px;
    margin-left: 20px;
        font-family:"Nunito Sans",sans-serif;font-weight:700!important;
    font-weight: normal;
    letter-spacing: 1px;

}

.title {
    width: 100%;
    position: relative;
}
.title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 10px;
    width: 98%;
    border-bottom: 2px #E4E4E4 solid;

}
.title>div>h2 {
    font-size: 25px;
    color: #A65A2A;
    margin-top: 10px;
    margin-left: 10px;
    /*font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
}
.title {
    width: 100%;
    position: relative;
}

.title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 10px;
    width: 98%;
    border-bottom: 2px #E4E4E4 solid;
}

.title>div {
    display: flex;
    flex-direction: row;
    text-align: center;
}

.title>div>img {
    background-color: #A65A2A;
    width: 37px;
    height: 40px;
    border-radius: 15%;
    padding: 5px;
    margin-left: 10px;
}
/* HEADER START */
.menuToggleCs{
    display: none;
}
header {
    width: 100%;
    height: auto;
}

.headerContainer {
    width: 100%;
    height: auto;
}

.headerContainerTop {
    width: 100%;
    height: 60px;
    background-color: #F4AF31;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.headerContainerTopİcon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.left {
    width: 50px;
    margin-right: 375px;

}

.left img {
    width: 100px;
    height: 50px;
}

.headerContainerTopİcon>.right>h5 {
    color: white;
        font-family:"Nunito Sans",sans-serif;font-weight:700!important;

    font-size: 13px;
    font-weight: bolder;
    font-style: initial;
    letter-spacing: 0.05rem;
    padding-top:10px;
}

.headerContainerTopİcon .right {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-left: 190px;
}


.headerContainerTopİcon .right>.menubarImage>img {
    width: 40px;
    height: 40px;
    display:none;

}

.headerContainerBottom {
    width: 100%;
    height: 45px;
    padding-right: 40px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #A65A2A;
    border-bottom: 1px white solid;
}

.headerContainerBottomText {
    width: 70%;
    height: 100%;


}

.headerContainerBottomText>ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.headerContainerBottomText>ul>li {
    color: white;
    /* border-right: 1px white solid; */
    padding-right: 10px;
    font-size: 18px;
    list-style-type: none;
}

.headerContainerBottomTextLi{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:30px;
}

.headerContainerBottomTextLine{
    /* display: none; */
    /* width: 0.5px; */
    height: 25px;
    /* font-weight: bold; */
    box-shadow: 0 0 0 0.5px white;
}

/* HEADER END  */

.cGround {
    width: 70%;
    height: auto;
    background-color: white;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cGround .title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}



.cGround .title button {
    background-color: #F6EDE8;
    color: #A65A2A;
    font-size: 17px;
    margin-right: 20px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
}

.cGroundIcon {
    width: 30px;
    height: 20px;
    padding-bottom: 3px;
}

.imageG {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /*align-items: center;*/
    text-align: center;
    gap:35px;
    /*margin-top: 30px;*/
    padding: 10px;
}

.imageG>img {
    width:500px;
    height:300px;
    /* max-width: 1318px;
    min-width: 1318px; */
    /*max-height: 600px;*/
    /*min-height: 600px;*/
    border-radius: 10px;

}

.iText {
    width: 99%;
    height: 100%;
    /*margin-top: 20px;*/
    margin-left: 10px;
    text-align: start   ;
        font-family:"Nunito Sans",sans-serif;font-weight:400!important;
}

.wordPage>a:hover{
    background-color: #A65A2A!important;
    transition: 0.5s;
}
.pGround{
    width: 100%;
    height: auto;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom:10px;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.pGround > p{
    font-weight: bold;
}
.pGround > div > img{
    width: 300px;
    border : none;
    border-radius: 10px;
    flex: auto;
}
.story {
    border : none;
    border-radius: 10px;
    width: 16%;
}
/*footer*/
.fGround {
    width: 100%;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:5px;
}

.icGround {
    margin-top: 10px;
}

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

.fText {
    display: flex;
    flex-direction: row;
    gap:5px;
}

.fText p {
    font-size: 12px;
    color: #A65A2A;
    padding-left: 5px;
    margin-bottom:0;
}

.fPromotion {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: #F4AF31;
}
.fPromotion .fText{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-top: 10px;
    gap:3px;
    margin-bottom:10px;
}

.fPromotion .fText > p{
    margin-bottom:0;
}




/* Modal Styles */
.modal {
    display: none;
    /* Modal başlangıçta görünmez */
    position:fixed;
    /* Modal tüm ekranı kaplayacak şekilde sabitlenir */
    z-index: 1;
    /* Diğer içeriklerin üstünde */
    padding-top: 200px;
    /* İçerikten biraz uzak durması için padding */
    left: 0;
    top: 0;
    width: 100%;
    /* Ekranın tamamını kapla */
    height: 100%;
    /* Ekranın tamamını kapla */
    overflow: auto;
    /* Taşan içeriği kaydır */
    background-color: rgb(0, 0, 0);
    /* Siyah arkaplan */
    background-color: rgba(0, 0, 0, 0.9);
    /* Şeffaf siyah arkaplan */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


.mobileResponsive{
    display: none!important;
}