@media screen and (max-width: 431px) and (min-width: 0px) {
    /* HEADER START */
    .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%;
        padding: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .headerContainerTopİcon>.left {
        margin: 0px;
        padding: 0px;
        width: 50%;
    }

    .headerContainerTopİcon>.left img {
        width: 100px;
    }

    .headerContainerTopİcon>.right {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: end;
        text-align: center;
        gap: 3px;
        margin: 0px;
        padding: 0px;
        /* padding-left:90px; */
        width: 50%;
    }

    .headerContainerTopİcon>.right h5 {
        padding-top: 10px;
    }

    .headerContainerBottom {
        width: 100%;
        height: auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .headerContainerBottomText {
        width: 100%;
        height: auto;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin-top: 10px;
    }

    .headerContainerBottomText>ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        /* margin-top:10px; */
    }

    .headerContainerBottomText>ul>li {
        color: white;
        padding: 0px;
    }

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

    .headerContainerBottomTextLine {
        background-color: white;
        width: 100px;
        height: 1px;
    }
    /* HEADER END */
    /*GROUND*/
    .cGround {
        width: 100%;
        /* 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; */
    }

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

    .imageG {
        width: 100%;
        height: auto;
        display: flex;
        /* justify-content: center;
        align-items: center; */
        margin:0px;
        padding:0px;
        margin-top: 10px;

        /* background-color: red; */

    }

    .imageG>img {
        width: 99%;
        height: 100%;
        max-width: 100%;
        min-width: 100%;
        max-height: 200px;
        min-height: 200px;
        border-radius: 10px;
    }
    /*GROUND END*/


    /* PGROUND START */

    .dontResponsive{
        display: none!important;
    }

    .phoneResponsiveDesign{
        width: 100%;
        height: auto;
        display: flex!important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap:20px;
    }

    .phoneResponsiveDesignTwoRow{
        width: 100%;
        height: auto;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap:10px
    }

    .phoneResponsiveDesignTwoRow > img{
        width: 48%;
        height:125px ;
        border-radius: 10px;
    }



    /* PGROUND END */

    /*TITLE*/
    .title {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .title > div > h2 {
        font-size: 15px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: bold;
        margin-left: 10px ;
    }
    .title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10px;
        width: 95%;
        border-bottom: 2px #E4E4E4 solid;
    }


    /*TITLE END*/
    /*IMAGE*/

    /*IMAGE END*/

}


@media screen and (max-width:1440px) and (min-width:1025px ) {
    .pGround > div img{
    !important;
        width: 100px;
    }
}


@media screen and (max-width: 1024px) and (min-width:769px ) {

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

    .headerContainerBottomTextLi li{
    !important;
        font-size:10.7px;
        font-weight: bold;
    }

    .title h2 {
    !important;
        text-transform:uppercase;
        font-size: 22px;
        color: #A65A2A;
        margin-top: 10px;
        margin-left: 20px;
        font-family: 'FenomenSans-Bold', sans-serif;
        font-weight: normal;
        letter-spacing: 1px;

    }


    .imageG {
    !important;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap:35px;
        margin-top: 30px;
    }

    .imageG>img {
    !important;
        width:300px;
        height:200px;
        /* max-width: 1318px;
        min-width: 1318px; */
        /*max-height: 600px;*/
        /*min-height: 600px;*/
        border-radius: 10px;
        margin-right:10px;
        /*margin-bottom:300px;*/
    }


    .pGround > div img{
    !important;
        width: 100px;
    }

    .iText {
    !important;
        width: 99%;
        height: 100%;
        /*margin-top: 20px;*/
        margin-left: 10px;
        text-align: start   ;
        font-family: 'FenomenSans-Book', sans-serif;
        font-weight: normal;
        font-size:12px;
    }

}

@media screen and (max-width:1023px) and (min-width:768px){

    .cGround {
        width: 100%;
        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;
    }

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

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

    .iText {
        width: 99%;
        height: 100%;
        /*margin-top: 20px;*/
        margin-left: 10px;
        text-align: start   ;
        font-family: 'FenomenSans-Book', sans-serif;
        font-weight: normal;
        font-size:15px;
    }

    .pGround > div > img{
        width: 100px;
        border : none;
        border-radius: 10px;
        flex: auto;
    }

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



}

@media screen and (max-width: 767px) and (min-width:320px ){

    .mobileResponsiveNone{
        display: none!important;
    }

    .mobileResponsive{
        display: block!important;
    }


    .headerContainerBottom{
        display: none!important;
    }

    .imageG {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap:35px;
    }

    .imageG>img {
        width: 90%;
        height: 100%;
        max-width: 90%;
        min-width: 90%;
        max-height: 300px;
        min-height: 300px;
        border-radius: 10px;
        margin-top:50px;
    }

    .iText {
        width: 99%;
        height: 100%;
        /*margin-top: 20px;*/
        margin-left: 10px;
        text-align: start   ;
        font-family: 'FenomenSans-Book', sans-serif;
        font-weight: normal;
        font-size:13px;
    }

    .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;
    }

    .cGround{
        height: auto;
    }

}

