@font-face {
    font-family: 'FenomenSans-Book';
    src: url('../myFonts/FenomenSans-Book.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'FenomenSans-Bold';
    src: url('../myFonts/FenomenSans-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

/*
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 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
/* 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: 'FenomenSans-Bold', sans-serif;
    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%;
    font-family: 'FenomenSans-Book', sans-serif;

}

.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  */
.tGround {
    width: 100%;
    height: auto;
    background-color: white;
    border-radius: 10px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.title>h2 {
    font-size: 20px;
    color: black;
    margin-top: 20px;
    margin-left: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px;
}

.title {
    width: 100%;
    position: relative;
    text-align: center;
    justify-content: center;

}
.title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 75px;
    width: 90%;
    border-bottom: 2px #E4E4E4 solid;
}

/* input */
.text {
    font-size: 100px;
    font-weight: bold;
}

.iGround {
    width: 90%;
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    font-family:'FenomenSans-Book', sans-serif;
    font-weight: normal;
}

.input-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 8px;
    width: 70%;
}

label {
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: normal;
    color: black;
}

input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    font-size: 16px;
    transition: border-color 0.3s ease;
    border-radius: 10px;
}

input[type="text"]:focus {
    border-color: #A65A2A;
    outline: none;
}

.textarea-container {
    width: 100%;
}


.textarea-container>p>b {
    color: black;
    /* font-weight: normal; */
}

.iGroundTextArea {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    font-size: 16px;
    transition: border-color 0.3s ease;
    border-radius: 10px;
    min-height: 336px;
    max-height: 336px;
}

.iGroundTextArea[type="text"]:focus {
    border-color: #A65A2A;
    outline: none;
}

.aGround {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px
}

.aText {
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: bold;
    color: black;
}

.cBox {
    width: 30px;
    height: 30px;
}

.cGroundButton {
    margin-bottom: 20px;
    /* gap:20px; */
}

.bText {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}

.bText>.cBox {
    border: 1px #221F1F solid;
    border-radius: 30%;
}

.bText>p {
    width: 100%;
    height: 100%;
    text-align: start;
    margin-top: 15px;
    font-weight: bold;
    font-size: 17px;
}

.cBox {
    width: 30px;
    height: 30px;
}

.cGroundButton {
    margin-bottom: 20px;
    /* gap:20px; */
}

.cGroundButton button {
    width: auto;
    height: 50px;
    background-color: #F4AF31;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}
.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;
}