                        /* ****************Loading**********************/

                    
                        .lds-facebook {
                            display: inline-block;
                            position: relative;
                            width: 80px;
                            height: 80px;
                          }
                          .lds-facebook div {
                            display: inline-block;
                            position: absolute;
                            left: 8px;
                            width: 16px;
                            background: #1A4990;
                            animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
                          }
                          .lds-facebook div:nth-child(1) {
                            left: 8px;
                            animation-delay: -0.24s;
                          }
                          .lds-facebook div:nth-child(2) {
                            left: 32px;
                            animation-delay: -0.12s;
                          }
                          .lds-facebook div:nth-child(3) {
                            left: 56px;
                            animation-delay: 0;
                          }
                          @keyframes lds-facebook {
                            0% {
                              top: 8px;
                              height: 64px;
                            }
                            50%, 100% {
                              top: 24px;
                              height: 32px;
                            }
                          }
                         /* ****************Loading**********************/
               
               
               body{
                    border: 0;
                    margin: 0;
                    /* overflow-x: hidden; */
                }

                    a{text-decoration: none;
                    color: inherit;
                    
                    }
                    
                    a:focus, a:hover {
                        text-decoration: none;
                    }
                    
                    
                    body{margin: 0;}
                    ul{list-style: none;}
                    
                    /* ****************header PC**********************/

                    header {
                        position: absolute;
                        width: 100%;
                    }
                    .page{
                        font-size: 0;
                        width: 1px;
                        height: 1px;
                        display: inline-block;
                        overflow: hidden;
                        position: absolute!important;
                        border: 0!important;
                        padding: 0!important;
                        margin: 0!important;
                        clip: rect(1px,1px,1px,1px);
                    }
                    
                    
                    .pc-header {
                        height: 100px;
                        width: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        position: relative;
                        z-index: 1;
                    }


                    .img_menu_div {
                        width: 100%;
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                        align-items: stretch;
                    }
                    .img_menu_div img {

                        height: 100%;
                    }
                    

                    .icon-img-div {
                        height: 55%;
                        width: 25%;
                        display: flex;
                        justify-content: flex-end;
                    }
                    .icon-img-div a {
                        display: flex;
                        justify-content: flex-end;

                    }

                    .icon-img-div img {
                        height: 100%;
                    }
                    .text-M-div {
                        display: flex;
                        width: 50%;
                        justify-content: center;
                        align-items: center;
                        HEIGHT: 100%;
                    }
                    .text-s-div {
                        margin-left: 2%;
                        margin-right: 2%;
                        display: flex;
                        flex-direction: column;
                        height: 100%;
                        position: relative;
                        justify-content: center;
                    }


                    .text-s-div p {
                        margin: 0;
                        font-size: 1.3vw;
                        font-family: 'Bebas Neue', cursive;
                        color: #ffffff;
                        white-space: nowrap;
                        cursor: pointer;
                        text-shadow: 0px 0px 10px #000000;
                    }
                    .lang-ling-div{
                        width: 25%;
                        height: 100%;
                    }
                    .text-lang-phone-div{
                        height: 100%;
                        display: flex;
                        width: fit-content;
                        position: relative;
                        right: 15%;
                    }
                    .text-info-header-div{
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        background-color: #1A4990;

                        }
                    .text-phone-p{
                        margin: 0;
                        font-size: 1.1vw;
                        font-family: 'Bebas Neue', cursive;
                        color: #ffffff;
                        white-space: nowrap;
                        margin-left: 3px;

                    }
                    .text-email-p{
                        margin: 0;
                        font-size: 0.8vw;
                        font-family: 'Bebas Neue', cursive;
                        color: #ffffff;
                        white-space: nowrap;
                        margin-left: 10px;
                        margin-right: 10px;
                    } 
                    .text-email-p a:hover,.text-email-p a:focus,
                    .text-phone-p a:hover,.text-phone-p a:focus{
                        color: #ddd;
                    }
                    .text-lang-header-div{
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        align-items: center;
                        background-color: white;
                        position: relative;

                    }
                    .text-lang-header-div p {
                        margin: 0;
                        font-size: 30px;
                        font-family: 'Bebas Neue', cursive;
                        color: #1A4990;
                        white-space: nowrap;
                        cursor: pointer;
                        margin-right: 10px;
                        margin-left: 10px;
                    }
                    .text-img-p-div {
                        width: 30px;
                        height: 30px;
                        background-color: white;
                        overflow: hidden;
                        border-radius: 120px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                    .text-img-p-div img {
                        height: 35px;
                    }
                    .M-DIV-IMG-POHONE {
                        margin-left: 10px;
                        margin-right: 10px;
                        display: flex;
                        align-items: center;
                    }
                    .line-text-m {
                        width: 100%;
                        height: 0px;
                        background-color: #1A4990;
                        position: absolute;
                        bottom: 0;
                        transition: all 0.2s;

                    }
                    .text-id-M{
                        transition: all 0.2s;
                    }
                    .lang-H-M {
                        width: 100%;
                        background-color: #1a4990;
                        position: absolute;
                        z-index: -1;
                        bottom: 0;
                        visibility: hidden;
                        transition: all 0.3s;

                    }
                    .lang-text-M{
                        width: 100%;
                        background-color: #1a4990;
                        border-style: solid;
                        border-width: 1px;
                        border-color: rgb(255, 255, 255);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        transition: all 0.2s;
                        cursor: pointer;
                    }
                    .lang-text-M p{
                        font-size: 20px;
                        font-family: 'Bebas Neue', cursive;
                        color: white;
                        margin: 0;
                        transition: all 0.2s;
                    }

                    .lang-text-M p a {
                        color: #fff;
                    }

                    .PRODUCTS-MI-DIV-BIG {
                        width: 800px;
                        background-color: rgb(255, 255, 255);
                        position: absolute;
                        display: flex;
                        justify-content: center;
                        right: -370px;
                        height: 0px;
                        top: 100px;
                        overflow: hidden;
                        transition: all 0.4s;
                        box-shadow: 0px 0px 15px #000000;
                    }
                    .PRODUCTS-S-DIV {
                        width: 34%;
                        background-color: #ffffff;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        

                        

                    }

                    .PRODUCTS-S-DIV p{
                        font-size: 1.0vw;
                        margin: 0;
                        margin-bottom: 15px;
                        color: #333;
                        text-shadow: 0px 0px 0px #000000;

                    }
                    .big-text-div p{
                        font-size: 1.3vw;
                        margin: 0;
                        margin-bottom: 15px;
                        margin-top: 15px;
                        color: #1A4990;
                        text-shadow: 0px 0px 0px #000000;

                    }
                    .PRODUCTS-S-mid{
                        border-style: solid;
                        border-color: #696969;
                        border-bottom: none;
                        border-width: 1px;
                        border-top: none;
                        
                    }
                    .a-mune-text{
                        text-decoration: none;
                        color: inherit;
                        margin-left: 2%;
                        margin-right: 2%;
                        height: 100%;}
                    

                    
                    
                   
                        
                    /* **************** header PC hover **********************/

                    .text-s-div:hover .PRODUCTS-MI-DIV-BIG {height: 280px;}
                    
                    .PRODUCTS-S-TEXT:hover{
                        color: #111;
                        transform: scale(1.2);}
                    
                    .PRODUCTS-BIG-TEXT:hover{
                        color: #111;
                        transform: scale(1.2);}


                    
                    .text-lang-header-div:hover .lang-H-M{
                        visibility: visible;
                        bottom: -92px;
                    }
                    .phone-header{display: none;}



                    .text-s-div:hover .line-text-m{height: 8px;}
                    

                    .lang-text-M:hover {background-color: #065ad8;}

                    /* **************** header phone **********************/
                    
                    @media only screen and (max-width: 1000px) {
                        .pc-header{display: none;}
                        
                        .phone-header{

                            box-shadow: 0px 0px 20px #000000;
                            width: 100%;
                            height: 60px;
                            position: fixed;
                            z-index: 110;
                            background-color: white;
                            display: flex;
                        }
                        .W-LOG-X{
                            width: 50%;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }
                        .W-LOG-X a {
                            width: 100%;
                            height: 100%;
                            display: flex;
                            align-items: center;
                            justify-content: center;}


                        .W-LOG-X img{
                            height: 65%;
                        }
                        .Close-line-div{
                            width: 45px;
                            height: 100%;
                            display: flex;
                            flex-direction: column;
                            justify-content: space-evenly;
                            cursor: pointer;
                        }
                        .Close-line-div-B{
                            width: 100%;
                            height: 6px;
                            border-radius: 5px;
                            background-color: #1A4990;
                        }
                        .W-LOG-l{                            
                            width: 20%;
                            display: flex;
                            align-items: center;
                            justify-content: flex-start;
                        }
                        .Close-W{
                            height: 65%;
                            position: relative;
                            left: 20px;
                        }
                        .W-LOG-R{
                            width: 30%;
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;
                        }
                        .W-LOG-R a {
                            display: inline-block;
                            background-color: #1A4990;
                            color: #fff;
                            border-radius: 5px;
                            margin-right: 5px;
                            padding: 5px 10px;
                        }
                        .W-LOG-R span{
                            width: 100%;
                            height: 50%;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            font-family: 'Bebas Neue', cursive;
                            color: #ffffff;
                            white-space: nowrap;
                        }
                        .W-LOG-R span.u {
                            align-content: flex-end;
                        }
                        .W-LOG-R span.d {
                            align-content: flex-start;
                        }
                        .W-LOG-R span img{
                            width: 20px;
                            height: 20px;
                            margin-right: 10px;
                            background-color: #fff;
                            border-radius: 15px;
                        }
                        .menu-phone{
                            display: flex;
                            position: fixed;
                            top: 60px;
                            width: 50%;
                            flex-direction: column;
                            height: 0px;
                            visibility: hidden;
                            transition: all 0.5s;
                            overflow: hidden;
                            left: 0;
                        }

                        .text-mune-phone {
                            display: flex;
                            align-content: center;
                            align-items: center;
                            justify-content: flex-start;
                            background-color: #1A4990;
                            cursor: pointer;
                        }
                        .text-mune-phone p{
                            margin: 0;
                            position: relative;
                            right: -23px;
                            margin-top: 5px;
                            margin-bottom: 5px;
                            font-size: 20px;
                            font-family: 'Bebas Neue', cursive;
                            color: white;

                        }
                        
                        

                        .lang-div-phone{
                            display: flex;
                            justify-content: space-around;
                            align-items: center;
                            align-content: center;
                            position: fixed;
                            width: 50%;
                            background-color: white;
                            top: 330px;
                            height: 0;
                            overflow: hidden;
                            transition: all 0.2s;

                        }
                        .lang-div-phone p{
                            display: flex;
                            margin: 0;
                            font-family: 'Bebas Neue', cursive;
                            font-size: 20px;
                            margin-top: 5px;
                            margin-bottom: 5px;
                            color: #333;
                            right: 0;

                            
                        }
                        .lang-text-phone{
                            width: 33.33333333333333%;
                            height: 100%;
                            background-color: white;
                            cursor: pointer;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }
                        
                        .lang-text-phone-M{
                            border-style: solid;
                            border-color: #696969;
                            border-bottom: none;
                            border-width: 1px;
                            border-top: none;
                        }

                        .lang-text-phone a:hover {
                            color: #fff;
                        }

                        .Pro-div-M{
                            display: flex;
                            flex-direction: column;
                            align-items: flex-start;}

                        .pro-mune-phone{
                            width: 100%;
                            height: 100%;
                            background-color: white;
                            display: flex;
                            justify-content: center;
                        }
                        .pro-mune-phone p{
                            color: #333;
                            right: 0;
                            
                        }

                        .pro-mune-phone-M{
                            display: flex;
                            flex-direction: column;
                            width: 100%;
                            height: 0px;
                            overflow: hidden;
                            transition: all 0.3s;
                        
                        
                        }

        


            /* **************** header phone hover **********************/    


                .Pro-div-M:hover .pro-mune-phone-M{height: 120px;}

                        
                .pro-mune-phone:hover .text-mune-phone-text-s{transform: scale(1.2);}
                        
                .lang-text-phone:hover {background-color: #1A4990;}
                .lang-text-phone:hover p {color: white;}
                .text-mune-phone:hover .lang-div-phone{height: 40px;}
                .text-mune-phone:hover .text-mune-phone-text {transform: scale(1.2);}
                .Close-W:hover .menu-phone{ height: 390px; visibility: visible;}
            }

            /* **************** header END **********************/   
                    
                    
                    

                    


            /* **************** backgrond_pc **********************/   
            .backgrond_section{
                
                height: 50vh;
                width: 100%; 
            }
            .div_img{
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                position: relative;
            }
            .div_img img{width: 100%;}
            
            .text_img_S_div{
                
                position: absolute;
                left: 15%;
                display: flex;
                flex-direction: column;
                margin-bottom: 90px;
                }
            .DIV_IMG_S{
                width: 70px;
                height: 70px;
                margin-left: 10px;
            }
            .DIV_IMG_M_BIG{
                display: flex;


            }
            .text_M_BAC{
                font-family: 'Bebas Neue', cursive;
                font-size: 50px;
                margin: 0;
                color: #ffffff;
                top: 221px;
                left: 15%;
                text-shadow: 0px 0px 10px #000000;
                margin-left: 10px;
                margin-right: 10px;
                }
                
                
                /* **************** backgrond_phone **********************/   

                @media only screen and (max-width: 1000px) {
                    
                    .backgrond_section {
                        height: auto;
                    }
                    
                    
                    .text_img_S_div{
                        top: 120px;
                        right: auto;
                        left: auto;
                    }
                    .div_img img{
                        margin-top: 60px;
                    }


                    .text_M_BAC{
                        font-size: 25px;
                    }
                    .DIV_IMG_S{
                        width: 40px;
                        height: 40px;
                        margin-top: auto;
                    }
                    .DIV_IMG_S img {
                        margin-top: 0;
                        margin: 0px;

                    }


                    .div_img{
                        align-items: center;
                    }


                    
                }


                /* **************** backgrond_end **********************/   
                
                /* **************** notfound_section **********************/
                .notfound_section{
                    width: 100%;
                    text-align: center;
                    margin-top: 160px;
                    margin-bottom: 100px;
                }                
                
                .notfound_section > p.head {
                    color: #333;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 40px;
                    margin: 0px;
                  }

                /* **************** PRODUCTS_section **********************/
                .PRODUCTS_section{
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-top: 160px;
                    margin-bottom: 100px;
                    
                }
                .PRODUCTS_div_m{
                    width: 350px;
                    height: 350px;
                    box-shadow: 0px 0px 15px #000000;
                    display: flex;
                    justify-content: center;
                    position: relative;
                    overflow: hidden;
                    transition: all 0.2s;
                    margin-right: 50px;
                    cursor: pointer;
                }
                .PRODUCTS_div_m_A{
                    display: flex;
                    justify-content: center;
                    position: relative;
                }
                
                .PRODUCTS_div_m_3{
                    width: 350px;
                    height: 350px;
                    box-shadow: 0px 0px 15px #000000;
                    display: flex;
                    justify-content: center;
                    position: relative;
                    overflow: visible;
                    transition: all 0.2s;
                    cursor: pointer;
                }


                .PRODUCTS_div_img_3{
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                }
                .text_PRODUCTS{
                    font-family: 'Bebas Neue', cursive;
                    font-size: 40px;
                    margin: 0;
                    color: #ffffff;
                    text-shadow: 0px 0px 10px #000000;
                    position: absolute;
                }
                .PRODUCTS_div_text{
                    position: absolute;
                    height: 100%;
                    display: flex;
                    width: 100%;
                    align-items: center;
                    justify-content: center;
                }
                .text_PRODUCTS_s{
                    font-family: 'Bebas Neue', cursive;
                    color: #ffffff;
                    font-size: 18px;
                    position: absolute;
                    bottom: 0px;
                    text-shadow: 0px 0px 10px #000000;
                }
                .PRODUCTS_div_img{transition: all 0.2s;}



                .PRODUCTS_div_m:hover{
                    box-shadow: 0px 10px 20px #000000;
                    transform: scale(1.05);
                }
                
                .PRODUCTS_div_m_3:hover{
                    box-shadow: 0px 10px 20px #000000;
                    transform: scale(1.05);
                }

                /* **************** PRODUCTS_phone **********************/
                
                @media only screen and (max-width: 1000px) {
                    
                    .PRODUCTS_section{
                        margin-top: 50px;
                        margin-bottom: 40px;
                        display: flex;
                        justify-content: space-around;
                    }
                    .PRODUCTS_div_m_3 {
                        width: 110px;
                        height: 110px;
                    }
                    .PRODUCTS_div_m {
                        width: 110px;
                        height: 110px;
                        margin: 0;
                    }
                    .text_PRODUCTS{
                        font-size: 20px;
                    }
                    .text_PRODUCTS_s{
                        display: none;
                    }






                }



                /* **************** Minare **********************/
                .Minare_section{
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin-bottom: 80px;
                }
                .MI_TEXT_DIV p{                    
                    color: #333;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 40px;
                    margin: 0px; }

                .MI_IMG_TEXT_M_BIG_DIV{
                    width: 100%;
                    display: flex;
                    position: relative;
                    margin-bottom: 20px;
                    flex-direction: column;
                }



                
                .MI_IMG_TEXT_DIV{
                    display: flex;
                    width: 100%;
                    justify-content: center;
                    transition: all 0.5s;
                    /* position: absolute; */
                    top: 0px;


                }
                .MI_B_DIV{

                    width: 100%;
                    height: 20px;                   
                    justify-content: center;
                    margin-top: 10px;
                    display: none;
                    /* display: flex; */
                    /* margin-top: 350px; */

                    
                }


                .itme_MI_IMG_TEXT{
                    width: 200px;
                    height: 340px;
                    display: flex;
                    overflow: hidden;
                    flex-direction: column;
                    align-items: center;
                    position: relative;
                    border-style: solid;
                    border-width: 1px;
                    margin: 10px;

                }

                .itme_MI_IMG_TEXT_A_DIV{
                    display: flex;
                    overflow: hidden;
                    flex-direction: column;
                    align-items: center;
                }



                .itme_MI_IMG_TEXT img{
                    
                    height: 100%;
                    transition: all 0.3s;
                    cursor: pointer;
                } 
                
                
                .itme_MI_IMG_TEXT p{
                    
                    position: absolute;
                    bottom: 0px;
                    width: 100%;
                    background-color: rgb(255, 255, 255);
                    text-align: center;
                    margin: 0;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 25px;
                    color: #333;
                    transition: all 1s;
                } 
                

                .MI_B_DIV_S{
                    width: 50px;
                    height: 25px;
                    border-radius: 20px;
                    margin-left: 10px;
                    margin-right: 10px;
                    cursor: pointer;
                    border-style: solid;
                    border-width: 1px;
                    border-color: #333;
                    transition: all 0.2s;

                }
                .B_MI_1{
                    background-color: #333;
                    border-style: none;
                }
                
                
                .itme_MI_IMG_TEXT:hover img {transform: scale(1.2);}
                .itme_MI_IMG_TEXT:hover p {background-color: #333;color: white;} 
                
                .Minare_phone{
                    display: none;
                }

                /* **************** Minare phone **********************/
                @media only screen and (max-width: 1000px) {
                    
                    .Minare_section{
                        display: none;
                    }


                    .Minare_phone{
                        display: flex;
                    }
                    
                    .Minare_section{
                        margin: 0;
                    }
                    
                    .MI_TEXT_DIV p{
                        
                        font-size: 25px;
                    }
                    .MI_IMG_TEXT_DIV{
                        
                        position: absolute;
                    }
                    
                    
                    .itme_MI_IMG_TEXT p{

                        font-size: 18px;

                    }
                    .itme_MI_IMG_TEXT{

                        height: 250px;
                        margin: 5px;

                    }

                    .MI_B_DIV{
                        
                        margin-top: 250px;
                        display: flex;
                    }


                }
                
                



                
    

                


                /* **************** NUM_section **********************/

                .NUM{
                    width: 100%;
                    height: 350px;
                    margin-bottom: 100px;
                    margin-top: 130px;
                    display: flex;
                    flex-direction: row;
                }
                
                .img_div_num{
                    width: 50%;
                    height: 100%;
                    overflow: hidden;
                    display: flex;
                    flex-direction: column;
                    align-items: center;


                }
                
                .img_div_num_text{
                    width: 46%;
                    height: 100%;
                    display: flex;
                    justify-content: flex-start;
                }
                .text_m_num{
                    width: 80%;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                }
                .line_num{
                    height: 100%;
                    width: 2px;
                    background-color: #333;
                }
                .text_num_m_div{
                    width: 30%;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: space-between;
                }
                .line_num_s{
                    width: 80%;
                    height: 2px;
                    background-color: #333;
                }
                .text_m_s_div{
                    width: 100%;
                    height: 49%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                .text_m_s_div p {
                    color: #333;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 30px;
                    margin: 0px;
                    text-align: center;
                }
                 /* **************** NUM_phone **********************/
                @media only screen and (max-width: 1000px) {
                    .NUM{
                        height: 400px;
                        margin-top: 50px;
                        margin-bottom: 50px;
                        display: flex;
                        flex-direction: column;
                    }
                    .img_div_num_text{
                        width: 100%;
                    }
                    .img_div_num{
                        width: 100%;
                    }
                    .text_m_num{
                        width: 100%;
                    }
                    .text_m_s_div p{
                        font-size: 20px;
                    }
                    .ref_m_div_s p{
                        display: none;
                    }





                }




                /* **************** HWW **********************/
                .HWW_section{
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    flex-direction: column;
                    align-items: center;
                    margin-bottom: 170px;
                    margin-top: 150px;
                    position: relative;

                }
                .HWW_DIV_TEXT_M{
                    border-style: solid;
                    border-radius: 120px;
                    border-color: #333;
                    border-width: 1px;
                    display: flex;
                    background-color: white;


                }
                .HWW_DIV_TEXT_M p{                    
                    color: #333;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 40px;
                    margin: 0;
                    text-align: center;
                    margin-left: 15px;
                    margin-right: 15px; }
                .HWW_DIV_IMG_M{
                    width: 70%;
                    display: flex;
                    justify-content: space-evenly;
                    margin-top: 70px;
                }
                .HWW_DIV_IMG_s{
                    width: 23%;
                    height: 230px;
                    display: flex;
                    position: relative;
                    justify-content: center;
                }
                .hww_S_TEXT_DIV{
                    position: absolute;
                    top: -50px;
                    background-color: #333;
                    width: 100px;
                    height: 100px;
                    border-radius: 120%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                }
                .text_hww { 
                    
                    color: rgb(255, 255, 255);
                    font-family: 'Bebas Neue', cursive;
                    font-size: 20px;
                    margin: 0;

                }
                .text_hww_1 {
                    color: #fff;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 40px;
                    margin: 0;
                    position: absolute;
                    top: -26px;
                    text-shadow: 0px 0px 6px #000000;
                }
                .HWW_SEC_LINE{
                    width: 70%;
                    height: 100%;
                    border-style: solid;
                    position: absolute;
                    bottom: -28px;
                    z-index: -10;
                    border-width: 1px;
                }
                
                /* **************** HWW phone **********************/
                @media only screen and (max-width: 1000px) {
                    .HWW_section{
                        margin-top: 80px;
                        margin-bottom: 80px;
                    }
                    .HWW_SEC_LINE{
                        width: 90%;

                    }
                    .HWW_DIV_IMG_M {
                        width: 90%;
                        display: flex;
                        margin-top: 0px;
                        flex-direction: row;
                        flex-wrap: wrap;
                        align-content: center;
                    }
                    .HWW_DIV_IMG_s{
                        width: 48%;
                        overflow: hidden;

                        display: flex;
                        position: relative;
                        justify-content: center;
                        align-items: center;
                        margin-top: 20px;

                    }

                    .HWW_DIV_TEXT_M p{
                        font-size: 30px;
                    }
                    

                    
                    .hww_S_TEXT_DIV{
                        top: 0px;
                    }
                    .HWW_DIV_IMG_s img {
                        width: 100%;
                    }
                    .hww_S_TEXT_DIV{
                        width: 70px;
                        height: 70px;
                    }
                    .text_hww{
                        font-size: 16px;
                    }
                    .text_hww_1{
                        font-size: 40px;
                        top: 40px;
                    }


                }




                /* **************** Category_section **********************/

                .PRODUCTS_Category_section{
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin-bottom: 100px;
                    margin-top: 50px;
            
                }
                .Category_div_M{
                    width: 70%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    box-shadow: rgb(0 0 0) 0px 0px 15px;
                }
                .Category_DIV_Mx{
                    width: 24%;
                    display: flex;
                    flex-direction: column;
                    overflow: hidden;
                    align-items: center;
                    cursor: pointer;
                }
                .Category_DIV_M_big{
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    width: 90%;
                }

                .Category_text_M{
                    
                    color: #333;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 30px;
                    margin: 10px;

                }
                .Category_text_s{
                    color: #333;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 25px;
                    margin: 0;
                    margin-top: 10px;
                }

                .lien_div{
                    width: 70%;
                    height: 3px;
                    background-color: #333;
                    margin-bottom: 30px;

                }
                .category_img_div_hover{
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                }


                .Category_DIV_Mx img{
                    width: 100%;
                    transition: all 0.2s;}

                .Category_DIV_Mx:hover img {transform: scale(1.2);}

                /* **************** Category_phone **********************/
                @media only screen and (max-width: 1000px) {

                    .PRODUCTS_Category_section{
                        margin-top: 50px;
                        margin-bottom: 50px;
                    }
                    .Category_text_M{
                        font-size: 20px;
                    }

                    .Category_div_M{
                        width: 100%;
                    }
                    .Category_DIV_M_big{
                        width: 95%;
                    }
                    .Category_text_s{
                        font-size: 15px;
                    }


                }




                /* **************** REFERANSLAR text **********************/
                
                .REFERANSLAR_text{
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-bottom: 10px;

                }
                .REF_text_p{
                    color: #333;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 40px;
                    margin: 0px;
                }
                .REF_line{
                    width: 40%;
                    height: 2px;
                    background-color: #333;
                }

                /* **************** REFERANSLAR text phone **********************/
                @media only screen and (max-width: 1000px) {
                    
                    .REF_text_p{
                        font-size: 20px;
                    }


                }







                /* **************** REFERANSLAR*********************/
                .REFERANSLAR_section{
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin-bottom: 120px
                }
                .REFERANSLAR_M_DIV {
                    width: 70%;
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    justify-content: center;
                    position: relative;
                }
                .ref_m_div_s{
                    width: 220px;
                    height: 220px;
                    box-shadow: rgb(0 0 0) 0px 0px 10px;
                    margin: 20px;
                    overflow: hidden;
                    display: flex;
                    justify-content: center;
                    border-radius: 10px;
                    position: relative;
                }
                .ref_m_div_s img {
                    cursor: pointer;
                    transition: all 0.2s;}

                .ref_m_div_s p {
                    margin: 0;
                    position: absolute;
                    bottom: 0;
                    text-align: center;
                    background: white;
                    font-size: 20px;
                    font-family: 'Bebas Neue', cursive;
                    width: 100%;
                    opacity: 0;
                    transition: all 0.2s;
                }    



                .ref_m_div_s_text {
                    position: absolute;
                    bottom: -50px;
                    cursor: pointer;
                }
                
                .ref_m_div_s_text h1 {                    
                    
                    color: #1A4990;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 30px;
                    margin: 0px;
                }
                .line_text_ref{
                    height: 2px;
                    width: 100%;
                    background-color: #1A4990;
                    transition: all 0.3s;
                }

                



                .ref_m_div_s_text:hover div {height: 6px;}
                .ref_m_div_s:hover p { opacity: 100%;}
                .ref_m_div_s:hover img {transform: scale(1.1);}

                /* **************** REFERANSLAR phone*********************/
                @media only screen and (max-width: 1000px) {
                    .REFERANSLAR_section{

                        margin-bottom: 85px;
                    }
                    
                    .REFERANSLAR_M_DIV{
                        width: 90%;
                    }
                    

                    .ref_m_div_s{
                        width: 100px;
                        height: 100px;
                        margin: 10px;
                    }
                    .ref_m_div_s_text p{
                        font-size: 20px;
                    }


                }







                
                /*****************KATALOG_section*********************/  
                .KATALOG_section{
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    margin-bottom: 80px;
                    margin-top: 50px;
                }
                .KATALOG_div {
                    width: 70%;
                    display: flex;
                    flex-direction: row-reverse;
                    justify-content: center;
                }
                .KATALOG_img_text img {
                    transition: all 0.2s;
                    cursor: pointer;
                    margin: 10px;
                    width: 80%;}
                .KATALOG_img_text p { 
                    font-size: 130px; 
                    color: #333;
                    font-family: 'Bebas Neue', cursive;
                    margin: 10px;
                }
                .KATALOG_img_text span { 
                    font-size: 100px; 
                    color: #333;
                    font-family: 'Bebas Neue', cursive;
                    margin: 10px;
                }
                .KATALOG_img_text:hover img{

                    box-shadow: rgb(0 0 0) 0px 10px 10px;
                    transform: scale(1.1);}


                    /*****************KATALOG_section phone*********************/  
                   
                    @media only screen and (max-width: 1000px) {
                        
                        .KATALOG_section{
                            margin-bottom: 50px;
                        }

                        .KATALOG_img_text img {
                            width: 100%;
                        }
                        .KATALOG_img_text p{
                            font-size: 45px;
                        }



                    }








                
                /*****************NEWS-Section*********************/  
                
                .news-section {
                    width: 100%;
                    height: 100px;
                    box-shadow: rgb(0 0 0) 0px 0px 10px;
                    display: flex;
                    justify-content: center;
                    margin-bottom: 35px;
                    align-items: center;
                }

                .news_div-text{
                    margin-right: 100px;
                }


                .news_div {
                    width: 120px;
                    height: 45px;
                    background-color: #333;
                    margin: 10px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    transition: all 0.2s;
                }

                .news_div-text h1{                    
                    
                    color: #333;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 50px;
                    margin: 0px; 
                }

                .news_div_a{   

                    width: 120px;
                    height: 45px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }


                .news_div_a img {
                    height: 140%;
                    
                }

                .news_div:hover {box-shadow: 0px 0px 20px #000000;}


                /*****************NEWS-Section phone*********************/   
                @media only screen and (max-width: 1000px) {
                .news-section {
                    width: 100%;
                    height: auto;
                    box-shadow: rgb(0 0 0) 0px 0px 10px;
                    display: flex;
                    justify-content: center;
                    margin-bottom: 35px;
                    align-items: center;
                    flex-direction: row;
                    flex-wrap: wrap;
                }
                .news_div-text {
                    width: 100%;
                    text-align: center;
                    margin: 0px;
                }
                .news_div-text p{
                    font-size: 25px;
                }

            }










































            /* ****************footer**********************/
            footer{
                width: 100%;
                height: 420px;
                background-color: #4B4B4B;
                display: flex;
                flex-direction: row;
            }
            
            .footer-L{
                width: 50%;
                height: 100%;
                display: flex;
                align-content: center;
                justify-content: center;
                align-items: center;
            }
            .footer-R{
                height: 100%;
                width: 50%;
                display: flex;
                align-content: center;
                justify-content: center;
                align-items: center;
            }
            .footer-R-M {
                height: 70%;
                width: 80%;
                display: flex;
                justify-content: space-evenly;
                position: relative;
                right: -84px;
            }
            .footer-L-M{
                height: 70%;
                width: 80%;
                position: relative;
                right: 50px;

            }
            .footer-R-L{
                height: 100%;
                width: 33%;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
            }
            .footer-R-M-TEXT-DIV{
                width: 100%;
                height: 20%;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .footer-R-S-TEXT-DIV{
                width: 100%;
                height: 14%;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .footer-R-M-TEXT{
                margin: 0;
                font-size: 25px;
                font-family: 'Bebas Neue', cursive;
                color: white;

            }
            .footer-R-S-TEXT{
                margin: 0;
                font-size:0.8vw;
                color: white;
            }
            .footer-M-line{
                height: 80%;
                width: 2px;
                background-color: white;
                align-self: center;
            }
            .footer-Conact-DIV {
                height: 80%;
                width: 100%;
                display: flex;
            }
            .footer-social-DIV{
                height: 20%;
                width: 100%;
                display: flex;
                flex-direction: row;
            }
            .footer-social-TEXT-DIV {
                width: 20%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .footer-social-IMG-DIV-M {
                width: 80%;
                display: flex;
                height: 100%;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                align-content: center;
            }

            .footer-social-img-M{
                height: 80%;

            }
            
            
            
            .footer-social-IMG {
                height: 40px;
                background-color: rgb(255, 255, 255);
                width: 40px;
                margin-right: 20px;
                display: flex;
                justify-content: center;
                border-radius: 150px;
                overflow: hidden;
                align-content: center;
                align-items: center;
            }
            .footer-social-IMG a {
                height: 40px;
                background-color: rgb(255, 255, 255);
                width: 40px;
                display: flex;
                justify-content: center;
                border-radius: 150px;
                overflow: hidden;
                align-content: center;
                align-items: center;
            }
            
                .footer-social-TEXT{
                margin: 0;
                font-size: 25px;
                color: white;
                font-family: 'Bebas Neue', cursive;
            }
            .footer-Conact-TEXT-DIV {
                height: 100%;
                width: 20%;
                display: flex;
                justify-content: space-evenly;
                position: relative;
                top: 20px;
            }
            .footer-Conact-img-text-DIV {
                height: 100%;
                width: 80%;
                display: flex;
                flex-direction: column;
                justify-content: space-around;
            }
            .footer-Conact-M-TEXT{
                margin: 0;
                font-size: 25px;
                color: white;
                font-family: 'Bebas Neue', cursive;
            }
            .footer-Conact-TEXT-DIV-S {
                width: 100%;
                height: 20%;
                display: flex;
                justify-content: space-between;
            }
            .footer-Conact-TEXT-DIV-S-S {
                height: 100%;
                width: 40%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                align-content: space-around;
            }
            .footer-Conact-img-S-DIV {
                height: 30px;
                width: 30px;
                border-radius: 150%;
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-content: center;
                background-color: white;
                align-items: center;
            }
            .footer-Conact-img-SS{
                height: 80%;
            }
            .footer-Conact-TEXT-SS {
                color: white;
                font-size: 0.91vw;
                margin: 0%;
                margin-left: 10px;
                margin-right: 10px;
            }
            .footer-Conact-TEXT-SS a:hover, .footer-Conact-TEXT-SS a:focus{
                color: #ddd;
            }
            .footer-Conact-TEXT-DIV-S-E {
                height: 20%;
                width: 100%;
                display: flex;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                align-self: center;
                position: relative;
            }
            .footer-Conact-img-S-DIV-E{
                height: 30px;
                width: 30px;
                border-radius: 150%;
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-content: center;
                background-color: white;
                align-items: center;
            }
            .footer-Conact-img-SS-E{
                height: 80%;
            }

            .footer-Conact-TEXT-SS-E{
                color: white;
                font-size: 0.66vw;
                margin: 0%;
                margin-left: 10px;
                margin-right: 10px;
            }

            /* ****************footer hover**********************/
            .footer-R-M-TEXT-DIV:hover .footer-R-M-TEXT {transform: scale(1.1);}
            
            .footer-R-S-TEXT-DIV:hover .footer-R-S-TEXT {transform: scale(1.1);}





            /* ****************footer phone**********************/


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


                footer{
                    height: 360px;
                }
                .footer-M-line{display: none;}

                .footer-R{display: none;}

                .footer-L{
                    width: 100%;
                    padding-bottom: 60px;
                }
                .footer-Conact-TEXT-SS{
                    font-size: 2.5vw;

                }
                .footer-Conact-TEXT-SS-E{
                    font-size: 12px;
                    margin-left: 40px;
                }
                .footer-L-M {
                    height: 70%;
                    width: 100%;
                    position: relative;
                    right: auto;
                }
                .footer-Conact-img-S-DIV{
                    height: 30px;
                    width: 30px;
                }
                .footer-Conact-img-S-DIV-E{
                    width: 30px;
                    height: 30px;
                    position: absolute;
                }
                .footer-social-IMG{
                    width: 40px;
                    height: 40px;
                }
                .footer-Conact-TEXT-DIV{
                    top: auto;
                }
                .footer-Conact-TEXT-DIV-S-S{
                    width: 49%;
                }
                .footer-Conact-M-TEXT {
                    margin: 0;
                    font-size: 25px;
                    color: white;
                    font-family: 'Bebas Neue', cursive;
                    position: relative;
                    top: 7%;
                }















            }
            /* ****************WHATSAPP-section**********************/
            .WHATSAPP-section {
                position: fixed;
                bottom: 90px;
                display: flex;
                justify-content: flex-end;
                width: 100%;
                height: 0;
                display: none;
            }
            .WHATSAPP-img-div {
                height: 50px;
                width: 230px;

            }
            .WHATSAPP-div-M {
                height: 100%;
                width: 80%;
                background-color: #00A859;
                border-radius: 10px;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }






            .WHATSAPP-img-div-img{
                height: 50px;
                width: 50px;
                background-color: white;
                display: flex;
                align-content: center;
                justify-content: center;
                border-radius: 0px 9px 9px 0px;

            }

            .WHATSAPP-text-div p {
                font-size: 25px;
                color: white;
                font-family: 'Bebas Neue', cursive;
                margin: 0;

            }
            
            .WHATSAPP-text-div {
                height: 100%;
                width: 180px;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .WHATSAPP-img-div:hover .WHATSAPP-div-M{background-color: #01ff88d5;}
                             
            /* ****************v**********************/

                             .backgrund {
                                position: fixed;
                                height: 100vh;
                                width: 100%;
                                top: 0px;
                                right: 0px;
                                place-content: center;
                                align-items: center;
                                transition: opacity .3s;
                                opacity: 0%;
                                z-index: -1;
                                display: flex;
                            
                            
                            }
                            
                            .backgrund-black{
                                background-color: black;
                                opacity: 80%;
                                position: absolute;
                                width: 100%;
                                height: 100%;
                                
                                
                            }
                             .backgrundIMG{
                                height: 90%;
                                overflow: hidden;
                                z-index: 9999;
                                background-size: contain;
                                background-repeat: no-repeat no-repeat;
                                background-position: center center;
                                position: relative;
                                display: flex;
                                justify-content: flex-end;
                            
                            }
                            
                            .imgXX{
                                width: auto;
                                height: 100%;
                                max-inline-size: 100%;
                            }
                            
                            .closex{
                                height: 30px;
                                width: 30px;
                                background-color: rgb(214, 214, 214);
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                position: absolute;
                            }
                            
                            .closex p {
                                font-size: 30px;
                                margin: 0;
                                color: rgb(0, 0, 0);
                            }
                            
                            .closex:hover{
                                cursor: pointer;
                            }

                            /* ****************v phone**********************/


                            @media only screen and (max-width: 1000px) {
                                .backgrundIMG {
                                    height: auto; 
       
                                   }
                                
                            }
                            
                            /* ****************v**********************/            

             
            /* ****************footer phone**********************/

             @media only screen and (max-width: 1000px) {
                .WHATSAPP-img-div {
                    height: 40px;
                    width: auto;
                    display: flex;
                    justify-content: center;
                }
                .WHATSAPP-div-M {
                    height: 100%;
                     width: auto; 
                    background-color: #00A859;
                    border-radius: 10px;
                    display: flex;
                }
                .WHATSAPP-img-div-img {
                    height: 40px;
                    width: 40px;
                    background-color: white;
                    display: flex;
                    align-content: center;
                    justify-content: center;
                }
                .WHATSAPP-section {
                    position: fixed;
                    bottom: 50px;
                    justify-content: center;
                    width: 100%;
                    height: 0;
                    z-index: 15;
                }

                
             }
                         /* **************** AboutUs **********************/
            .AboutUs-section_AU_M1{
                width: 100%;
                display: flex;
                flex-direction: row;
            }
            .AboutUs-text_AU_M1 {
                width: 60%;
                display: flex;
                justify-content: center;
            }
            .AboutUs-IMG_AU_M1{
                width: 40%;
                background-image: url(/assets/img/BY\ THE\ NUMBERS.png);
                background-size: cover;
            }

            .AboutUs-section-p1_AU_M1 {
                margin: 0;
                font-size: 40px;
                font-family: 'Bebas Neue', cursive;
                color: #1A4990;
                margin-bottom: 50px;
            }
            .AboutUs-section-p2_AU_M1 {
                margin: 0;
                color: #333;
                font-size: 18px;
                margin-bottom: 50px;
            }
            .AboutUs-TEXT-LIEN_AU_M1{
                height: 3px;
                width: 100%;
                background-color: #1A4990;
            }
            .AboutUs-text-M_AU_M1{
                width: inherit;
            }
            /* **************** GLOBAL-PHONE **********************/
            @media only screen and (max-width: 1000px) {
                
                .background-section_AU_M1{
                    display: none;
                }
                .AboutUs-section_AU_M1 {
                    width: 100%;
                    display: flex;
                    flex-direction: column-reverse;
                    align-items: center;
                }
                .AboutUs-text_AU_M1 {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                }
                .AboutUs-IMG_AU_M1 {
                    width: 100%;
                    background-image: url(/assets/img/BY\ THE\ NUMBERS.png);
                    background-size: cover;
                    height: 300px;
                }
                .AboutUs-text-M_AU_M1 {
                    width: 90%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                .AboutUs-section-p1_AU_M1 {
                    margin: 0px;
                    font-size: 30px;
                    font-family: 'Bebas Neue', cursive;
                    color: #1A4990;
                    margin-bottom: 5px;
                }
                .AboutUs-section-p2_AU_M1 {
                    margin: 0;
                    color: #333;
                    font-size: 15px;
                    margin-bottom: 20px;
                }
                .AboutUs-TEXT-LIEN_AU_M1 {
                    height: 3px;
                    width: 90%;
                    background-color: #1A4990;
                    
                }

            }


            /* **************** VM **********************/
            
            .VM-section_AU_M1{
                width: 100%;
                margin-top: 150px;
                margin-bottom: 200px;
                display: flex;
                justify-content: center;
            }
            
            .VM-div_AU_M1{
                box-shadow: 0px 0px 15px #0f0f0f;
                background-color: #ffffff;
                height: 450px;
                width: 330px;
                border-radius: 5px;
                overflow: hidden;
                margin-left: 5%;
                margin-right: 5%;



            }
            .VM-div-IMG-DIV_AU_M1{
                width: 100%;
                height: 40%;

            }

            .VM-div-IMG_AU_M1{
                overflow: hidden;
                height: 70%;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .VM-div-IMG_AU_M1 img{
                height: inherit;
                
            }
            .VM-div-text_AU_M1{
                height: 30%;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;

            }
            .VM-div-text_AU_M1 p{
                color: #1A4990;
                font-size: 40px;
                font-family: 'Bebas Neue', cursive;
                margin: 0;
                
                
            }
            .VM-div-TEXT-DIV_AU_M1{
                background-color: #1A4990;
                width: 100%;
                height: 60%;
                display: flex;
                text-align: center;

            }
            .VM-div-TEXT-DIV_AU_M1 p{
                margin: 15px;
                font-size: 18px;
                color: white;
            }
            /* **************** GLOBAL-PHONE **********************/
            @media only screen and (max-width: 1000px) {
                .VM-section_AU_M1 {
                    margin-top: 70px;
                    margin-bottom: 70px;
                    display: flex;
                    justify-content: space-around;
                }
                .VM-div_AU_M1 {
                    height: 320px;
                    width: 45%;
                    margin: 0;
                }
                .VM-div-text_AU_M1 p{
                    font-size: 25px;
                    
                    
                }
                .VM-div-TEXT-DIV_AU_M1 p {
                    margin: 5px;
                    font-size: 14px;
                    color: white;
                }
                .VM-div-IMG_AU_M1 {
                    height: 60%;
                }
            }

            /* **************** GLOBAL-section **********************/

            .GLOBAL-section_AU_M1{
                box-shadow: 0px 0px 15px #0f0f0f;
                background-color: rgb(255, 255, 255);
                width: 100%;
                height: 50vh;
                margin-bottom: 100px;
            }
            .GLOBAL-text-M_AU_M1{
                width: 100%;
                height: 15%;
                display: flex;
                justify-content: center;
                align-content: center;

            }
            .GLOBAL-text-M_AU_M1 P{
                color: #1A4990;
                font-size: 40px;
                font-family: 'Bebas Neue', cursive;
                margin: 0;
            }
            
            
            .GLOBAL-IMG-DIV_AU_M1{
                width: 100%;
                height: 85%;
                display: flex;

            }
            .GLOBAL-IMG-G-DIV_AU_M1{
                height: 100%;
                width: 60%;
                overflow: hidden;
                display: flex;
                justify-content: center;
            }
            .GLOBAL-IMG-G-DIV_AU_M1 img{
                position: relative;
            }
            .GLOBAL-TEXT-G-DIV_AU_M1 {
                height: 100%;
                width: 70%;
            }
            .GLOBAL-TEXT-M-DIV_AU_M1 {
                width: 100%;
                height: 12%;
                background-color: #1A4990;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .GLOBAL-TEXT-M-DIV_AU_M1 p{
                color: white;
                font-size: 30px;
                font-family: 'Bebas Neue', cursive;
                margin: 0;

            }
            
            .GLOBAL-TEXT-S-DIV_AU_M1 {
                width: 100%;
                display: flex;
                HEIGHT: 85%;
                flex-wrap: wrap;
                flex-direction: row;
                justify-content: space-between;
                align-content: space-around;
            }
            .GLOBAL-TEXT-MM-DIV_AU_M1 {
                width: 40%;
                height: 100%;
            }
            .GLOBAL-TEXT-COUNTRIES-DIV_AU_M1{
                width: 120px;
                height: 40px;
                border-style: solid;
                border-width: 1px;
                border-color: #333;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-left: 10px;
                margin-right: 10px;
                

            }
            .GLOBAL-TEXT-COUNTRIES-DIV_AU_M1 p{
                font-family: 'Bebas Neue', cursive;
                font-size: 20px;
                color: #333;
                margin: 0;

            }
            /* **************** GLOBAL-PHONE **********************/
            @media only screen and (max-width: 1000px) {

                .GLOBAL-section_AU_M1 {
                    width: 100%;
                    height: 70vh;
                    margin-bottom: 70px;
                }
                .GLOBAL-text-M_AU_M1 {
                    height: 5%;
                }
                .GLOBAL-text-M_AU_M1 P {
                    font-size: 30px;
                }
                .GLOBAL-IMG-DIV_AU_M1 {
                    width: 100%;
                    height: 95%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                .GLOBAL-IMG-G-DIV_AU_M1 {
                    height: auto;
                    width: auto;
                    overflow: hidden;
                    display: flex;
                    justify-content: center;
                }
                .GLOBAL-TEXT-MM-DIV_AU_M1 {
                    width: 100%;
                    height: 50%;
                }
                .GLOBAL-TEXT-G-DIV_AU_M1 {
                    height: 100%;
                    width: 100%;
                }
                .GLOBAL-TEXT-M-DIV_AU_M1 {
                    width: 100%;
                    height: 10%;
                    background-color: #1A4990;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                .GLOBAL-TEXT-S-DIV_AU_M1 {
                    width: 100%;
                    display: flex;
                    height: 90%;
                    flex-wrap: wrap;
                    flex-direction: row;
                    justify-content: center;
                    align-content: space-around;
                }
                .GLOBAL-TEXT-COUNTRIES-DIV_AU_M1 {
                    width: 100px;
                    height: 35px;
                }
                .GLOBAL-IMG-G-DIV_AU_M1 img {
                    width: 100%;
                }
                .GLOBAL-TEXT-M-DIV_AU_M1 p{
                    font-size: 23px;
                }
                }

                        /* ****************IN WORK **********************/
                        .IN-WORK-section_AU_M1 {
                            position: relative;
                            display: flex;
                            flex-direction: row;
                            height: 40px;
                            width: 100%;
                        }
                        .IN-WORK-DIV-R_AU_M1 {
                            position: relative;
                            width: 50%;
                            height: 100%;
                            background-color: #1A4990;
                        }

                        .IN-WORK-DIV-L_AU_M1 {
                        position: relative;
                        display: flex;
                        width: 50%;
                        height: 100%;
                        align-items: center;
                         }
                         .IN-WORK-text_AU_M1 {
                            position: relative;
                            font-family: 'Bebas Neue', cursive;
                            font-size: 35px;
                            right: -13px;
                            margin: 0;
                            color: #1A4990;
                        }

                        /* ****************IN WORK  PHONE**********************/ 
                        @media only screen and (max-width: 1000px) {
                        .IN-WORK-section_AU_M1 {
                            position: relative;
                            display: flex;
                            flex-direction: row;
                            height: 30px;
                            width: 100%;

                        }
                        .IN-WORK-text_AU_M1 {
                            position: relative;
                            font-family: 'Bebas Neue', cursive;
                            font-size: 20px;
                            right: -13px;
                            margin: 0;
                        }
                    }            
            
            
            
            /* **************** VR360-section **********************/
            .vr360-section_AU_M1{
                width: 100%;
                height: 45vh;
                margin-bottom: 100px;
            }
            .vr360-div_AU_M1{
                height: 100%;
                width: 100%;
                background-image: url(/assets/img/vr.png);
                background-size: cover;
                background-position-y: center;
                background-position-x: center;
                display: flex;
                align-items: center;
                justify-content: center;
                
            }
            .img-360-div_AU_M1{
                height: 70px;
                width: 70px;
                background-color: #ffffff;
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 120%;
                outline: solid;
                outline-color: #1A4990;
                outline-width: 3px;
                transition: all 0.2s;
            }
            .img-360-div_AU_M1 img{
                height: 90%;
                
            }
            .img-360-div_AU_M1 a{
                height: 100%;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .img-360-divL_AU_M1{
                position: relative;
                right: -10%;


            }
            .img-360-divM_AU_M1{
                position: relative;
                TOP: -18%;

            }
            .img-360-divR_AU_M1{

                position: relative;
                right: 10%;
            }
            
            /* **************** VR360-section  Hover **********************/
            .img-360-div_AU_M1:hover{

                transform: scale(1.2);
            }

            /* **************** HİSTORY-section**********************/
            .history-sectionAU1 {
                width: 100%;
                display: flex;
                justify-content: center;
                flex-direction: column;
                align-items: center;
                margin-bottom: 50px;
                margin-top: 60px;
            }

            .history-DIV-MAU1{
                height: 65px;
                width: 600px;
                display: flex;
            }
            .history-DIV-textAU1 {
                height: 100%;
                width: 47%;
                display: flex;
                justify-content: center;
                align-content: center;
                align-items: center;
                flex-direction: column;
                border-style: solid;
                border-color: #333;
                border-width: 1px;
                position: relative;
            }


            .history-DIV-LINEAU1{
                height: 100%;
                background-color: #1A4990;
                width: 6%;


            }


            .history-DIV-STORYAU1 {
                height: 100%;
                width: 47%;
                display: flex;
                justify-content: center;
                position: relative;
                align-items: center;
            }
            
            .history-NAU1{
                color: #1A4990;
                font-family: 'Bebas Neue', cursive;
                font-size: 30px;
                margin: 0;
            }
            
            .history-TAU1{
                font-family: 'Bebas Neue', cursive;
                font-size: 20px;
                margin: 0;
            }
            .history-DIV-STORYAU1 p {
                color: white;
                font-size: 13px;
                margin: 5px;
                z-index: 1;
            }
            .history-DIV-STORY-HAU1 {
                width: 0%;
                height: 105%;
                background-color: #1A4990;
                position: absolute;
                transition: all 0.2s;
            }
            
            
            
            .history-DIV-textAU1:hover .history-DIV-STORY-HAU1{
                width: 113%;

            }

            .M-LLAU1{
                flex-direction: row;
                
            }
            .M-RRAU1{
                flex-direction: row-reverse;
                
            }

            .S-LLAU1{

                right: 100%;
            }
            .S-RRAU1{
                
                left: 100%;
            }
            
            .D-LLAU1{border-right-width: 0;}
            
            .D-RRAU1{border-left-width: 0;}


            /* **************** CAR **********************/
 
            .CAR-SECTIONAU1 {
                width: 100%;
                height: 300px;
                display: flex;
                position: relative;
                margin-top: 120px;
                margin-bottom: 20px;
            }
            .CAR-A-DIVAU1 {
                width: 100%;
                height: 70%;
                position: absolute;
                bottom: -20px;
                background-color: #1A4990;

            }
            .CAR-R-DIVAU1 {
                width: 55%;
                height: 100%;
                z-index: 1;
                position: relative;
            }
            .CAR-L-DIVAU1 {
                width: 45%;
                height: 100%;
                z-index: 1;
            }
            .CAR-M-IMG-DIVAU1 {
                position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                display: flex;
                justify-content: flex-end;
                opacity: 0%;
                transition: all 0.5s;
                z-index: -1;
            }
            .DIV-CAR-1AU1{
                opacity: 100%;
                z-index: 10;
            }
            .car-text-img-divAU1 {
                height: 100%;
                display: flex;
                flex-direction: column;
                margin-left: 15px;
                margin-right: 15px;
                width: 200px;
            }
            .car-img-divAU1 {
                height: 85%;
                width: fit-content;
            }
            .car-text-divAU1 {
                height: 15%;
            }
            .car-img-div-imgAU1 {
                height: 100%;
                transition: all 0.2s;
                box-shadow: 0px 0px 10px #0f0f0f;
            }
            .car-text-div-pAU1{
                font-family: 'Bebas Neue', cursive;
                font-size: 18px;
                margin: 0;
                color: white;
                margin-top: 10px;
            }
            .CAR-M-TEXT-PAU1{
                font-family: 'Bebas Neue', cursive;
                font-size: 40px;
                margin-bottom: 20px;
                color: #1A4990;
            }
            .CAR-M-DIV-BUTTONAU1{
                width: 30px;
                height: 30px;
                border-radius: 120px;
                background-color: #ffffff;
                border-style: solid;
                border-width: 1px;
                border-color: #444;
                margin-left: 5px;
                margin-right: 5px;
                cursor: pointer;
                

            }
            .CAR-big-BUTTON-divAU1{
                display: flex;
            }

            
            .CAR-M-DIV-BUTTONXXAU1{
                margin-left: 0;
                background-color: #1A4990;
                border-style: none;
            }
            .img-S-CARAU1{
                height: auto;
                width: 100%;
            }



            .img-zoomeAU1:hover {transform: scale(1.05);}


             /* **************** CAR phone **********************/ 

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

                .CAR-SECTIONAU1 {
                    width: 100%;
                    height: 341px;
                    display: flex;
                    position: relative;
                    margin-top: 50px;
                    margin-bottom: 63px;
                    flex-direction: column-reverse;
                }
                .CAR-A-DIVAU1 {
                    width: 100%;
                    height: 50%;
                    position: absolute;
                    bottom: 0;
                    background-color: #1A4990;
                }
                .CAR-R-DIVAU1 {
                    width: 100%;
                    height: 100%; 
                    z-index: 1;
                    position: relative;
                }
                .CAR-L-DIVAU1 {
                    width: 100%;
                    height: auto;
                    z-index: 1;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin-bottom: 30px;
                }
                
                .CAR-M-IMG-DIVAU1 {
                    position: absolute;
                    height: auto;
                    width: 100%;
                    top: 0;
                    display: flex;
                    justify-content: center;
                    opacity: 0%;
                    transition: all 0.5s;
                    z-index: -1;
                }
                .car-text-img-divAU1 {
                    height: fit-content;
                    display: flex;
                    flex-direction: column;
                    margin-left: 10px;
                    margin-right: 10px;
                    width: 30%;
                    align-items: center;
                }
                .car-img-divAU1 {
                    width: fit-content;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
                .car-text-divAU1 {
                    height: 15%;
                }
                .car-img-div-imgAU1 {
                    width: 100%;
                    height: 200px;
                    transition: all 0.2s;
                    box-shadow: 0px 0px 10px #0f0f0f;
                }
                .DIV-CAR-1AU1{
                    opacity: 100%;
                    z-index: 10;
                }
                .car-text-div-pAU1 {
                    font-family: 'Bebas Neue', cursive;
                    font-size: 13px;
                    margin: 0;
                    color: white;
                    margin-top: 15px;
                }
                .CAR-M-TEXT-PAU1 {
                    font-family: 'Bebas Neue', cursive;
                    font-size: 30px;
                    margin: 0;
                    color: #1A4990;
                }

                
            }

            @media only screen and (max-width: 450px){
                .car-img-div-imgAU1 {
                    width: 100%;
                    height: auto;
                    transition: all 0.2s;
                    box-shadow: 0px 0px 10px #0f0f0f;



                }
            }
            
            /* **************** XX-phone**********************/
            @media only screen and (max-width: 1000px) {

                .history-DIV-MAU1 {
                    height: 80px;
                    width: 100%;
                    display: flex;
                }
                .history-NAU1 {
                    font-size: 20px;
                }
                .history-TAU1 {
                    font-size: 12px;
                }
                .history-DIV-STORYAU1 p {
                    font-size: 10px;
                }
                .history-sectionAU1 {
                    margin-bottom: 20px;
                    margin-top: 30px;
                }}
            /* **************** Gallery-phone**********************/
            @media only screen and (max-width: 1000px) {

            .history-DIV-M_AU_M1 {
                height: 80px;
                width: 100%;
                display: flex;
            }
            .history-N_AU_M1 {
                font-size: 20px;
            }
            .history-T_AU_M1 {
                font-size: 12px;
            }
            .history-DIV-STORY_AU_M1 p {
                font-size: 10px;
            }
            .history-section_AU_M1 {
                margin-bottom: 20px;
                margin-top: 30px;
            }
        
            }
                            

            /* **************** Gallery-section**********************/

            .Gallery-section_AU_M1 {
                margin-top: 100px;
                margin-bottom: 100px;
                width: 100%;
                height: 55vh;
                display: flex;
                align-content: center;
                justify-content: center;
            }
            .Gallery-div-M_AU_M1 {
                height: 100%;
                width: 100%;
                display: flex;
                justify-content: center;
                flex-direction: column;
                align-items: center;
                overflow: hidden;
            }
            .Gallery-text_AU_M1 {
                color: #1A4990;
                font-family: 'Bebas Neue', cursive;
                font-size: 40px;
                margin: 0;
            }
            .Gallery-div_AU_M1 {
                overflow: hidden;
                WIDTH: 100%;
                display: flex;
                justify-content: center;
            }
            .Gallery-div_AU_M1 img{
                height: 100%;
                transition: all 0.2s;
            }
            
            .Gallery-div_AU_M1 a {
                display: flex;
                justify-content: center;
            }

            .GIMG_AU_M1:hover {
                transform: scale(1.1);
                filter: drop-shadow(0px 5px 5px #222);
            }
            
            /* **************** Gallery-phone**********************/
            @media only screen and (max-width: 1000px) {

            .Gallery-text_AU_M1 {
                font-size: 30px;
            }
            .Gallery-div_AU_M1 img {
                transition: all 0.2s;
                width: 100%;
            }
            .Gallery-section_AU_M1 {
                width: 100%;
                height: 30vh;
                margin: 0;}}
            /* **************** AboutUs END **********************/
                        /* ****************REFERANSLAR**********************/
            /* **************** backgrond_pc **********************/   
            .backgrond_section_RR_M1{
                
                height: 50vh;
                width: 100%; 
            }
            .div_img_RR_M1{
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                position: relative;
            }
            .div_img_RR_M1 img{width: 100%;}
            
            .text_img_S_div_RR_M1{
                
                position: absolute;
                left: 15%;
                display: flex;
                flex-direction: column;
                margin-bottom: 90px;
                }
            .DIV_IMG_S_RR_M1{
                width: 70px;
                height: 70px;
                margin-left: 10px;
            }
            .DIV_IMG_M_BIG_RR_M1{
                display: flex;


            }
            .text_M_BAC_RR_M1{
                font-family: 'Bebas Neue', cursive;
                font-size: 50px;
                margin: 0;
                color: #ffffff;
                top: 221px;
                left: 15%;
                text-shadow: 0px 0px 10px #000000;
                margin-left: 10px;
                margin-right: 10px;
                }
                /* **************** backgrond_phone **********************/   

                @media only screen and (max-width: 1000px) {
                    
                    .backgrond_section_RR_M1 {
                        height: auto;
                    }
                    
                    
                    .text_img_S_div_RR_M1{
                        top: 120px;
                        right: auto;
                        left: auto;
                    }
                    .div_img img_RR_M1{
                        margin-top: 60px;
                    }


                    .text_M_BAC_RR_M1{
                        font-size: 25px;
                    }
                    .DIV_IMG_S_RR_M1{
                        width: 40px;
                        height: 40px;
                        margin-top: auto;
                    }
                    .DIV_IMG_S_RR_M1 img {
                        margin-top: 0;
                        margin: 0px;

                    }


                    .div_img_RR_M1{
                        align-items: center;
                    }


                    
                }


                /* **************** backgrond_end **********************/     
                

                        /*****************PRODUCTS**********************/
                        .PRODUCTS-section_RR_M1{
                            
                            margin-top: 40px;
                            margin-bottom: 40px;
                            width: 100%;
                            display: flex;
                            justify-content: center;
                            align-content: center;


                        }
                        .PRODUCTS-M-DIV_RR_M1{
                            width: 80%;
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                        }
                        .item-div_RR_M1 {
                            width: 250px;
                            height: 370px;
                            display: flex;
                            flex-direction: column;
                            align-content: center;
                            align-items: center;
                            outline-style: solid;
                            outline-width: 1px;
                            outline-color: #333;
                            margin-bottom: 50px;
                            overflow: hidden;
                            margin-left: 10px;
                            margin-right: 10px;
                        }
                        .itam-img_RR_M1 {
                            width: 320px;
                            height: 320px;
                            overflow: hidden;
                            display: flex;
                            align-items: stretch;
                            justify-content: center;
                        }
                        .itam-text-div_RR_M1_RR_M1{
                            width: 100%;
                            height: 70px;
                            
                        }
                        .itam-text-div-M_RR_M1 {
                            height: 100%;
                            width: 100%;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }
                        .itam-text-div-S_RR_M1 {
                            height: 30px;
                            width: 320px;
                            display: flex;
                            justify-content: flex-end;
                            align-items: flex-end;
                            visibility: hidden;
                        }
                        .itam-text-div-M_RR_M1 p{
                            margin: 0;
                            /* font-family: 'Bebas Neue', cursive; */
                            font-size: 16px;
                            /* font-size: 20px; */
                            color: #333;
                            text-align: center;
                            font-weight: bolder;

                        }
                        .itam-img_RR_M1 a {
                            width: 100%;
                            height: 100%;
                            display: flex;
                            justify-content: center;
                            align-items: stretch;
                        }
                        .itam-text-div-S_RR_M1 p{
                            margin: 0;
                            font-family: 'Bebas Neue', cursive;
                            font-size: 20px;
                            color: #1A4990;
                            
                        }
                        .itam-text-div-SS_RR_M1{
                            position: relative;
                            cursor: pointer;

                        }
                        .line-text_RR_M1{
                            width: 100%;
                            height: 7px;
                            background-color: #1A4990;
                            position: absolute;
                            opacity: 0%;
                        }
                        /*****************REF**********************/
                        .REF_TEXT_SECTION_RR_M1{

                            position: relative;
                            width: 100%;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            margin-top: 20px;
                            
                        }



                        .REF_TEXT_SECTION_RR_M1 h1{
                            font-family: 'Bebas Neue', cursive;
                            font-size: 40px;
                            margin: 0px;
                            background-color: white;
                            z-index: 1;
                            border-style: solid;
                            border-width: 20px;
                            border-color: white;
                        }



                        .REF_DIV_TEXT_RR_M1{
                            width: 100%;
                            height: 2px;
                            background-color: #333;
                            position: absolute;
                           
                        }

                        .itam-text-div_RR_M1 {
                            width: 100%;
                            height: 20%; 
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                        }


                        /*****************PRODUCTS phone**********************/
                        @media only screen and (max-width: 1000px) {
                            .PRODUCTS-section_RR_M1 {
                                margin-top: 40px;
                                margin-bottom: 40px;
                                width: 100%;
                                display: flex;
                                justify-content: center;
                                align-content: center;
                            }
                            .PRODUCTS-M-DIV_RR_M1 {
                                width: 90%;
                                display: flex;
                                flex-wrap: wrap;
                                flex-direction: row;
                                justify-content: space-around;
                            }
                            .span_div_RR_M1{
                                width: 47%;
                                margin-bottom: 30px;

                            }


                            .item-div_RR_M1 {
                                width: 100%;
                                height: 100%;
                                display: flex;
                                flex-direction: column;
                                align-content: center;
                                align-items: center;
                                outline-style: solid;
                                outline-width: 1px;
                                outline-color: #333;
                                margin: 0;
                                margin-bottom: 20px;
                                justify-content: space-between;
                            
                            }
                            .itam-img_RR_M1 {
                                width: 100%;
                                height: auto;
                                overflow: hidden;
                                height: 80%;
                                display: flex;
                                align-items: stretch;
                                justify-content: center;
                            }
                            .itam-text-div_RR_M1 {
                                width: 100%;
                                height: 20%; 
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                            }
                            .itam-img_RR_M1 a {
                                width: 100%;
                                height: 100%;
                                display: flex;
                                justify-content: center;
                                align-items: stretch;
                            }
                            .itam-text-div-M_RR_M1 {
                                width: 100%;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                            }
                            .itam-text-div-M_RR_M1 p {
                                font-size: 11px;
                            }


                            .itam-text-div-S_RR_M1 {
                                height: 30px;
                                width: 100%;
                                display: flex;
                                justify-content: flex-end;
                                align-items: flex-end;
                                display: none;
                            }
                            .itam-img-M_RR_M1{
                                width: 100%;
                            }







                        }
                        /*****************PRODUCTS hover**********************/
                        .itam-img-M_RR_M1{transition: all 0.2s;}

                        .itam-text-div-SS_RR_M1:hover .line-text_RR_M1{opacity: 100%;}
                        .itam-img-M_RR_M1:hover {transform: scale(1.2);}
                        
                        /*****************PRODUCTS phone**********************/
                      

                        /*****************Special**********************/
                        .Special-section{ 
                            width: 100%;
                            display: flex;
                            align-content: center;
                            justify-content: center;
                            margin-bottom: 100px;

                        }
                        .Special-div{
                            width: 60%;
                            box-shadow: 0px 0px 15px #0f0f0f;
                        }
                        .Special-div-text{
                            background-color: #1A4990;
                            height: 40PX;
                            width: 100%;
                            display: flex;
                            justify-content: center;
                            align-content: center;
                        }
                        .Special-div-text P{
                            margin: 0;
                            font-family: 'Bebas Neue', cursive;
                            font-size: 30px;
                            color: white;

                            
                        }
                        .Special-div-CO{
                            width: 100%;
                            display: flex;
                        }
                        .Special-div-EM {
                            width: 50%;
                            height: 100%;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            justify-content: space-between;
                        }
                        .Special-div-PH {
                            width: 50%;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                        }
                        .text-info-div {
                            width: 90%;
                            height: 37px;
                            margin-top: 20px;
                        }
                        .text-info-Mesa{
                            height: 120px;
                            resize: vertical;
                            margin-bottom: 20px;
                        }
                        .div-B-Special {
                            width: 90%;
                            background-color: #1A4990;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            height: 40px;
                            border: none;
                            margin-bottom: 20px;
                        }

                        .div-B-Special P{
                            margin: 0;
                            color: #ffffff;
                            font-family: 'Bebas Neue', cursive;
                        }

                        .send_ok {
                            width: 90%;
                            background-color: #1a9055;
                            color: #ffffff;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            height: 40px;
                            border: none;
                        }

                        .send_err {
                            width: 90%;
                            background-color: #90321a;
                            color: #ffffff;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            height: 40px;
                            border: none;
                        }
                        .div-B {
                            display: flex;
                            align-content: center;
                            justify-content: center;
                            width: 90%;
                            height: 40px;
                            background-color: #1A4990;
                            align-items: center;
                        }

                        .div-B p{
                            margin: 0;
                            font-family: 'Bebas Neue', cursive;
                            font-size: 20px;
                            color: white;

                        }

                        .Special-img-text {
                            width: 90%;
                            height: 35px;
                            background-color: rgb(255, 255, 255);
                            border-style: solid;
                            border-width: 1px;
                            border-color: #333;
                            margin-top: 20px;
                            display: flex;
                            align-items: center;
                            justify-content: space-around;
                        }
                        .Special-info-img {
                            height: 30px;
                            width: 30px;
                            display: flex;
                            justify-content: center;
                            align-content: center;
                            overflow: hidden;
                        }
                        .Special-text-info {
                            height: 100%;
                            display: flex;
                            align-content: center;
                            align-items: center;
                            justify-content: flex-start;
                        }
                        .Special-text-info p{
                            margin: 0;
                            margin-left: 20px;
                            font-size: 18px;

                        }
                        .Special-info-img img{
                            width: inherit;
                        }
                        /*****************why-section**********************/
                        .why-section{
                            width: 100%;
                            display: flex;
                            justify-content: center;
                            margin-bottom: 50px;
                        }
                        .why-div{
                            width: 60%;
                            display: flex;
                            flex-direction: row;
                            justify-content: center;
                        }
                        .why-text-div{width: 70%;}
                        
                        .why-img{
                            width: 250px;
                            height: 250px;
                            border-radius: 168px;
                            display: flex;
                            overflow: hidden;
                            justify-content: center;
                            box-shadow: 0px 0px 15px #0f0f0f;

                            }
                        .why-img img{
                            height: 125%;
                        }

                        .why-text-M{
                            margin: 0;
                            font-family: 'Bebas Neue', cursive;
                            font-size: 20px;

                        }
                        .why-text-S{
                            font-size: 16px;
                            margin-left: 30px;
                            position: relative;
                        }   
                        
                        .why-text-S::before { 
                            content: '';
                            width: 20px;
                            height: 20px;
                            background-color: #ffffff;
                            border-radius: 120px;
                            border-style: solid;
                            border-width: 5px;
                            border-color: #1A4990;
                            position: absolute;
                            left: -30px;
            
                            }
                            
                            
                            
                            /*****************why-section**********************/
                            @media only screen and (max-width: 1000px) {
                                
                                .why-div {
                                    width: 90%;
                                    display: flex;
                                    flex-direction: column-reverse;
                                    justify-content: center;
                                    align-items: center;
                                }
                                .why-text-div {
                                    width: 100%;
                                    margin-top: 20px;
                                }

                            }











                        
                        /*****************Special phone**********************/
                        @media only screen and (max-width: 1000px) {


                            .Special-div {
                                width: 90%;
                                display: flex;
                                flex-direction: column;
                                box-shadow: 0px 0px 15px #0f0f0f;
                            }
                            .Special-div-CO {
                                width: 100%;
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                            }
                            .Special-div-PH {
                                width: 100%;
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                            }
                            .Special-div-EM {
                                width: 100%;
                                height: 100%;
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                                justify-content: space-between;
                            }
                        }                        




                             /* ****************VRR**********************/

                             .gallery-image {
                                cursor: pointer;
                            }

                             .backgrundRRM {
                                position: fixed;
                                height: 100vh;
                                width: 100%;
                                top: 0px;
                                right: 0px;
                                place-content: center;
                                align-items: center;
                                transition: opacity .3s;
                                opacity: 0%;
                                z-index: -1;
                                display: flex;
                            
                            
                            }
                            
                            .backgrund-blackRRM{
                                background-color: black;
                                opacity: 80%;
                                position: absolute;
                                width: 100%;
                                height: 100%;
                                
                                
                            }
                             .backgrundIMGRRM{
                                height: 90%;
                                overflow: hidden;
                                z-index: 9999;
                                background-size: contain;
                                background-repeat: no-repeat no-repeat;
                                background-position: center center;
                                position: relative;
                                display: flex;
                                justify-content: flex-end;
                            
                            }
                            
                            .imgXXRRM{
                                width: auto;
                                height: 100%;
                                max-inline-size: 100%;
                            }
                            
                            .closexRRM{
                                height: 30px;
                                width: 30px;
                                background-color: rgb(214, 214, 214);
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                position: absolute;
                            }
                            
                            .closexRRM p {
                                font-size: 30px;
                                margin: 0;
                                color: rgb(0, 0, 0);
                            }
                            

                            .N_PRRM{
                                width: 100%;
                                background-color: #000000b0;
                                height: 40px;
                                position: absolute;
                                bottom: 0px;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                            }
                            .N_PRRM p {
                                font-size: 40px;
                                color: white;
                                margin-left: 10px;
                                margin-right: 10px;
                                cursor: pointer;
                                transition: all 0.2s;
                            }
                            
                            .unselectable {
                                -moz-user-select: none;
                                -khtml-user-select: none;
                                -webkit-user-select: none;
                                -ms-user-select: none;
                                user-select: none;
                             }


                            .closexRRM:hover{
                                cursor: pointer;
                            }
                            .N_PRRM p:hover{transform: scale(1.2);}


                            /* ****************VRR phone**********************/


                            @media only screen and (max-width: 1000px) {
                                .backgrundIMGRRM {
                                    height: auto; 
       
                                   }
                                
                            }
                            
                            @media only screen and (max-height: 500px) {
                                .backgrundIMGRRM {
                                    height: 70%; 
       
                                   }
                                
                            }
                            /* ****************vRR END**********************/
                            
                            /* ****************REFERANSLAR END**********************/
                /***************** Contact **********************/
                .Contact-section-map-CON{
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin-bottom: 100px;

                }
                .Contact-text-CON{
                    width: 70%;
                }
                
                .Contact-text-CON p {
                    font-size: 35px;
                    color: #1A4990;
                    font-family: 'Bebas Neue', cursive;
                    margin: 0;
                }
                
                .Contact-MAP-IMG-a-CON{
                    width: 70%;
                    height: 400px;
                    margin-bottom: 40px;
                    overflow: hidden;


                }
                
                .Contact-MAP-IMG-CON{
                    width: 70%;
                    height: 500px;
                    transition: all 0.2s;
                    margin-bottom: 50px;
                }
                .CON-INF-CON{
                    width: 70%;
                    display: flex;
                    height: fit-content;
                }
                .info-M-CON{
                    width: 50%;
                    display: flex;
                    flex-direction: column;
                }
                .Contact-M-CON {
                    width: 50%;
                    display: flex;
                    justify-content: flex-end;
                }
                
                .info-S-CON {
                    width: 90%;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-around;
                }
                .Contact-S-CON {
                    width: 90%;
                    background-color: #EEF0F2;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }
                .info-div-CON{
                    height: 60px;
                    width: 100%;
                    background-color: #EEF0F2;
                    margin-bottom: 25px;

                }
                .info-div-1-CON{
                    margin-bottom: 0;
                }
                .info-div-TEXT-M-CON{
                    font-size: 20px;
                    color: #1A4990;
                    font-family: 'Bebas Neue', cursive;
                    margin: 0;
                    margin-left: 10px;
                }
                .info-div-TEXT-S-CON{
                    font-size: 0.8vw;
                    color: #333;
                    font-family: 'Bebas Neue', cursive;
                    margin: 0;
                    margin-left: 10px;


                }
                .Contact-text-M-CON{
                    width: fit-content;
                    margin-top: 10px;
                    margin-bottom: 20px;
                }
                .Contact-text-M-CON p{
                    margin: 0;
                    color: #1A4990;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 1.3vw;


                }
                .Contact-Form {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    align-items: center;
                }

                .Contact-text-line-CON{
                    height: 2px;
                    width: 100%;
                    background-color: #1A4990;
                }

                .text-info-div-CON {
                    width: 90%;
                    padding: 0;
                    margin: 0;
                    margin-bottom: 30px;
                    height: 35px;
                }
                .div-B-CON {
                    width: 90%;
                    background-color: #1A4990;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 40px;
                    border: none;
                    margin-bottom: 20px;
                }
                .text-info-Mesa-CON{

                    height: 90px;
                    resize: vertical;
                }
                .div-B-CON P{
                    margin: 0;
                    color: #ffffff;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 1.3vw;
                    
                }
                .TMS_DIV_BUTTON-CON {
                    
                    width: 90%;
                    display: flex;
                    justify-content: center;
                    margin-bottom: 20px;

                    display: none;
                }
                .TMS_DIV_TEXT-CON {
                    background-color: #1A4990;
                    cursor: pointer;
                    height: 40px;
                    display: flex;
                    width: 100px;
                    align-items: center;
                    justify-content: center;
                    margin-left: 10px;
                    margin-right: 10px;
                    border-style: solid;
                    border-width: 0px;
                    transition: all 0.5s;
                }

                .TMS_TEXT_P-CON{                
                    
                    margin: 0;
                    color: #ffffff;
                    font-family: 'Bebas Neue', cursive;
                    font-size: 20px;
                    margin-left: 10px;
                    margin-right: 10px;
                }
                            
                .NOT_QA-CON{background-color: white;border-width: 1px;}
                .NOT_IC-CON{background-color: white;border-width: 1px;}
                .NOT_AC_TEXT_QA-CON{color: #333;}
                .NOT_AC_TEXT_IC-CON{color: #333;}
                



                /* ****************Contact hovar**********************/
                
                
                /* ****************Contact phone**********************/


                @media only screen and (max-width: 1000px) {
                    .Contact-section-map-CON {
                        width: 100%;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        margin-bottom: 100px;
                    }
                    .Contact-text-CON {
                        width: 80%;
                    }
                    .Contact-MAP-IMG-a-CON {
                        width: 80%;
                        height: 35vh;
                        margin-bottom: 40px;
                    }
                    .Contact-MAP-IMG-CON{
                        width: 90%;
                        height: 300px;
                    }
                    .CON-INF-CON {
                        width: 90%;
                        display: flex;
                        height: fit-content;
                        flex-direction: column;
                    }
                    .info-M-CON{
                        width: 100%;
                        display: flex;
                    }
                    .Contact-M-CON {
                        width: 100%;
                        display: flex;
                        justify-content: flex-end;
                        margin-top: 50px;
                    }
                    .info-S-CON {
                        width: 100%;
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                        justify-content: space-around;
                    }
                    .Contact-S-CON {
                        width: 100%;
                        background-color: #EEF0F2;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                    }
                    .Contact-text-M-CON p {
                        margin: 0;
                        color: #1A4990;
                        font-family: 'Bebas Neue', cursive;
                        font-size: 20px;
                    }
                    .text-info-div-CON {
                        width: 90%;
                        padding: 0;
                        margin: 0;
                        margin-bottom: 30px;
                        height: 35px;
                    }
                    .info-div-TEXT-S-CON {
                        font-size: 11px;
                        color: #333;
                        font-family: 'Bebas Neue', cursive;
                        margin: 0;
                        margin-left: 10px;
                    }
                    .info-div-TEXT-M-CON {
                        font-size: 20px;
                        color: #1A4990;
                        font-family: 'Bebas Neue', cursive;
                        margin: 0;
                        margin-left: 10px;
                    }
                    .div-B-CON P {
                        margin: 0;
                        color: #ffffff;
                        font-family: 'Bebas Neue', cursive;
                        font-size: 20px;
                    }



                }
                            /***************** Contact END **********************/


            /* ****************news**********************/
            .NEWS-section {
                width: 100%;
                height: 400px;
                display: flex;
                justify-content: center;
                margin-bottom: 60px;
            }
            .news-M-div {
                height: 100%;
                width: 15%;
                margin-left: 1%;
                margin-right: 1%;
            }
            .Catalog{background-color: #1A4990;}
            
            .Catalog-IMG-DIV{
                width: 100%;
                height: 80%;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;



            }
            .Catalog-IMG-DIV-a{
                width: 100%;
                height: 100%;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;

            }
            
            
            
            .Catalog-IMG{width:  100%;}
            .Catalog-TEXT-DIV{
                width: 100%;
                height: 20%;
                display:flex;
                align-items: center;
                justify-content: center;

            }
            .Catalog-TEXT{
                font-family: 'Bebas Neue', cursive;
                font-size: 35px;
                color: white;
                margin: 0;

            }




            .news-img-div{
                width: 100%;
                height: 75%;
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-content: center;

            }
            .news-img{
                height: 100%;
                transition: all 0.3s;
            }



            .news-text-div {
                width: 100%;
                height: 25%;
                display: flex;
                flex-direction: column;
            }

            .news-text-line{
                width: 50%;
                height: 1%;
                background-color: #414141;
                margin-top: 1px;
                margin-bottom: 1px;

            }
            
            
            .news-text-M{
                font-family: 'Bebas Neue', cursive;
                font-size: 25px;
                color: #1A4990;
                margin: 0;
            }

            
            .news-text-S{
                margin: 0;
                font-size: 15px;
                font-family: "Roboto Slab", serif;}
            .news-text-div-S{height: 69%;}
            .news-text-div-M{height: 30%;}

            /* ****************news hover**********************/

             .news-img-div:hover .news-img{transform: scale(1.2);}   
             

             /* ****************news phone**********************/
             .NEWS-phone-section{display: none;}
             
             
             
             @media only screen and (max-width: 1000px) {

                .Catalog-IMG{
                    height: 100%;
                    width: auto;
                }

                .NEWS-section{
                    margin: 0;
                }

                .news-M-div {
                    height: 100%;
                    width: 100%;
                    margin-left: 0; 
                    margin-right: 0; 
                    display: none;
                }
                .Catalog {
                    background-color: #1A4990;
                    display: block;
                    display: flex;
                    flex-direction: column-reverse;
                }
        
        
       

                .NEWS-projector-info-section{
                    display: none;
                }
                
                
                
                .NEWS-phone-section{
                    height: 600px;
                    width: 100%;
                    display: flex;
                    align-content: center;
                    justify-content: center;
                    position: relative;
                    margin-bottom: 30px;
                }
                .NEWS-phone-container{
                    width: 90%;
                    height: 100%;

                }
                .NEWS-PROJECT-DIV{height: 100%;
                width: 100%;}
                .carousel {
                    position: relative;
                    height: 100%;
                    width: 100%;
                }
                .NEWS-PROJECT-phone {
                    position: relative;
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                }
                .NEWS-PROJECT-phone{
                    height: 100%;
                    width: 100%;}
                
                    .NEWS-img-div {
                        width: 100%;
                        height: 80%;
                        overflow: hidden;
                        display: flex;
                        flex-wrap: nowrap;
                        align-content: center;
                        justify-content: center;
                        object-fit: cover;
                    }
                .NEWS-text-div {
                    width: 100%;
                    height: 20%;
                    display: flex;
                    flex-direction: column;
                }
                .NEWS-img-project{
                    transition: all 0.3s;
                }
                .NEWS-text-PROJECT-line {
                    height: 1px;
                    width: 100%;
                    background-color: rgb(65, 65, 65);
                    align-self: stretch;
                }
                
                .NEWS-text-PROJECT-M{
                    color: #1a4990;
                    font-size: 20px;
                    font-family: 'Bebas Neue', cursive;
                    margin: 0;
                }
                .NEWS-text-PROJECT-s{
                    font-size: 15px;
                    margin: 0;
                }

                .NEWS-PROJECT-phoneOL li {
                    width: 30px;
                    height: 30px;
                    margin: 0;
                    background-color: #fff;
                    border-style: solid;
                    border-color: black;
                    border-radius: 50%;

                }
                .NEWS-PROJECT-phoneOL .active {
                    width: 30px;
                    height: 30px;
                    background-color: #1A4990;
                }
                .NEWS-PROJECT-phoneOL {
                    position: relative;
                    position: relative;
                    right: 0;
                    margin: 0;
                    left: 0;
                    top: 0;

                }
                .NEWS-phone-carousel{
                    z-index: auto;
                    display: flex;
                    flex-direction: column;
                    align-content: center;
                    justify-content: center;
                    align-items: center;}




            }


                            /***************** News **********************/

                                        /* ****************NEWS**********************/

                        /* **************** background **********************/
                        .background-section-NEWS-M{ 
                            width: 100%;
                            height: 35vh;}
                        
                            .background-div-img-NEWS-M {
                                background-image: url(./images/P1.jpg);
                                background-position-y: center;
                                height: 100%;
                                width: 100%;
                                display: flex;
                                flex-direction: row;
                                justify-content: center;
                                align-items: center;
                                align-content: center;
                                background-repeat: no-repeat;
                                background-size: cover;
                            }
                        
                            .background-div-text-R-NEWS-M {
                                position: relative;
                                width: 50%;
                                display: flex;
                                justify-content: center;
                            }

                            .background-div-text-L-NEWS-M {
                                position: relative;
                                width: 50%;
                                display: flex;
                                justify-content: center;
                            }
                        
                            .background-text-NEWS-M {
                                margin: 0;
                                color: white;
                                font-family: 'Bebas Neue', cursive;
                                font-size: 40px;
                            }
                            /* **************** background phone **********************/

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

                                .background-div-text-L-NEWS-M{
                                    display: none;
                                }

                                .background-text-NEWS-M {
                                    font-size: 40px;
                                }


                            }

                            /***************** News **********************/

                            .News-section-NEWS-M {
                                width: 100%;
                                display: flex;
                                justify-content: center;
                            }
                            
                            .News-M-div-NEWS-M {
                                display: flex;
                                justify-content: space-evenly;
                                flex-wrap: wrap;
                                margin-top: 30px;
                                margin-bottom: 30px;
                                width: 100%;
                            }



                            .News-S-NEWS-M {
                                height: 400px;
                                width: 35%;
                                margin-top: 35px;
                                margin-bottom: 35px;
                                display: flex;
                                border-style: solid;
                                border-width: 1px;
                                border-color: rgb(51, 51, 51);
                                flex-direction: column;
                                justify-content: flex-start;
                                position: relative;
                            }
                            .News-S-img-DIV-NEWS-M {
                                width: 100%;
                                overflow: hidden;
                                display: flex;
                                height: 300px;
                            }
                            .News-text-DIV-NEWS-M {
                                width: 100%;
                                display: flex;
                                flex-direction: column;
                                align-items: flex-start;
                            }
                            .News-S-img-NEWS-M{
                                transition: all 0.3s;
                                width: 100%;


                            }

                            .News-text-1-NEWS-M {
                                width: initial;
                            }
                            .News-text-2-NEWS-M{
                                width: 100%;
                                height: 60%;
                            }
                            .News-text-3-NEWS-M{
                                position: absolute;
                                bottom: -10px;
                                right: 0;

                            }
                            .News-text-info-NEWS-M{
                                margin: 0;
                                font-size: 25px;
                                font-family: 'Bebas Neue', cursive;
                                color: #1A4990;

                            }
                            .News-text-line-info-NEWS-M{
                                width: 100%;
                                height: 2px;
                                background-color: #1A4990;
                            }
                            .News-text-info-div-NEWS-M{
                                position: relative;
                            }
                            .News-text-info-line-NEWS-M {
                                position: absolute;
                                height: 5px;
                                background-color: #1A4990;
                                width: 100%;
                                display: none;
                                bottom: 3px;
                            }

                            .News-text-info-text-big-NEWS-M{
                                margin: 0;
                                margin-top: 5px;
                                margin-left: 5px;
                                font-size: 22px;
                                font-family: 'Bebas Neue', cursive;
                            }

                            .News-text-info-div-H-NEWS-M {
                                width: 100%;
                            }
                            .News-text-LINE-div-H-NEWS-M {
                                position: relative;
                                height: 4px;
                                width: 150%;
                                background-color: #1a4990;
                            }
                            .News-H-text-NEWS-M{
                                margin: 0;
                                font-size: 22px;
                                font-family: 'Bebas Neue', cursive;
                                color: #1A4990;
                            }

                            .News-S-img-DIV-NEWS-M a {
                                height: 100%;
                                width: 100%;
                                display: flex;
                                flex-direction: column;
                                justify-content: center;
                            }





                            /*****************hover**********************/

                            .News-text-3-NEWS-M:hover .News-text-info-line-NEWS-M{display: block;}
                            
                            .News-S-img-DIV-NEWS-M:hover .News-S-img-NEWS-M {transform: scale(1.05);}


                            /*****************news phone**********************/
                            
                            
                            @media only screen and (max-width: 1000px) {
                                .News-M-div-NEWS-M{
                                    display: flex;
                                    justify-content: space-evenly;
                                    flex-wrap: wrap;
                                    margin-top: 30px;
                                    margin-bottom: 30px;
                                    width: 100%;
                                    flex-direction: column;
                                    align-content: center;
                                }
                                .News-S-NEWS-M{
                                    width: 95%;
                                    height: 350px;
                                }
                                .News-S-img-DIV-NEWS-M a{
                                    height: 100%;
                                    width: 100%;
                                    display: flex;
                                    flex-direction: column;
                                    justify-content: flex-start;
                                }
                                .News-H-text-NEWS-M{
                                    font-size: 25px;
                                }
                                .News-H-text-NEWS-M{
                                    font-size: 22px;
                                }
                                .News-text-info-NEWS-M{
                                    font-size: 25px;

                                }
                                .News-S-img-DIV-NEWS-M{
                                    height: 190px;
                                }

                            }

                            /* ****************References-Project**********************/
                            .Project-section-NEWS-P {
                                width: 100%;
                                display: flex;
                                justify-content: center;
                                flex-direction: column;
                                align-items: center;
                                align-content: center;
                                margin-top: 50px;
                            }

                                .Project-M-DIV-NEWS-P {
                                    height: 400px;
                                    width: 65%;
                                    display: flex;
                                    justify-content: center;
                                }
                                .Project-big-img-NEWS-P {
                                    height: 400px;
                                    width: 400px;
                                    overflow: hidden;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                }
                                .Project-img-NEWS-P {
                                    position: relative;
                                    transition: all 0.2s;
                                    height: -webkit-fill-available;
                                }
                            
                            .Project-big-info-NEWS-P{
                                height: 100%;
                                width: 700px;

                            }



                            .Project-text-2-NEWS-P-NEWS-P{
                                width: 100%;
                                height: 14%;
                            }
                            .Project-Line-DIV{
                                width: 100%;
                                height: 7%;
                                display: flex;
                                justify-content: center;
                                align-content: center;
                            }
                            .Line-TEXT-NEWS-P{
                                width: 90%;
                                height: 2px;
                                background-color: #1A4990;

                            }
                            
                            .Project-text-1-NEWS-P{
                                width: 100%;
                                height: 79%;
                                display: flex;
                                justify-content: center;
                            }
                            .Project-text-M-NEWS-P{
                                font-size: 35px;
                                font-family: "Bebas Neue", cursive;
                                color: rgb(26, 73, 144);
                                margin: 0px 0px 0px 5%;
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;

                            }
                            .Project-text-DIV-S-NEWS-P{
                                width: 100%;
                                height: 100%;
                            }
                            .Project-text-s-NEWS-P{
                                font-size: 17px;
                                margin: 0;
                                font-weight: bolder;
                                margin-left: 5%;
                            }
                            .lien-MM-DIV-NEWS-P {
                                height: 100px;
                                width: 65%;
                                display: flex;
                                align-items: center;
                            }
                            .lien-MM-NEWS-P{
                                height: 3px;
                                width: 100%;
                                background-color: #1A4990;

                            }

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

                                .Project-section-NEWS-P {
                                    width: 100%;
                                    display: flex;
                                    justify-content: center;
                                    flex-direction: column;
                                    align-items: center;
                                    align-content: center;
                                    margin-top: 50px;
                                }
                                .Project-M-DIV-NEWS-P {
                                     height: auto; 
                                    width: 90%;
                                    display: flex;
                                    justify-content: center;
                                    flex-direction: column;
                                    align-items: center;
                                }
                                .lien-MM-DIV-NEWS-P {
                                    height: 100px;
                                    width: 90%;
                                    display: flex;
                                    align-items: center;
                                }
                                .Project-big-img-NEWS-P {
                                    height: 324px;
                                    width: 100%;
                                    overflow: hidden;
                                    display: flex;
                                    justify-content: center;
                                    align-content: center;
                                }
                                .Project-big-info-NEWS-P {
                                     height: auto; 
                                    width: 100%;
                                }
                                .Project-text-s-NEWS-P {
                                    font-size: 14px;
                                    margin: 0;
                                    font-weight: bolder;
                                }

                                .Project-Line-DIV-NEWS-P{
                                    width: 100%;
                                    height: 7%;
                                    display: flex;
                                    justify-content: center;
                                    align-content: center;
                                    margin-bottom: 30px;
                                }
                                .Project-text-M-NEWS-P {
                                    font-size: 18px;
                                    margin: 0;
                                    margin-top: 20px;

                                }

                                .Line-TEXT-NEWS-P {
                                    width: 100%;
                                    height: 2px;
                                    background-color: #1A4990;
                                }




                            }

                            /* ****************hover**********************/

                            .Project-big-img-NEWS-P:hover .Project-img-NEWS-P{transform: scale(1.2);}



                            /* ****************img-section**********************/

                            .img-section-NEWS-P {
                                width: 100%;
                                display: flex;
                                justify-content: center;
                                margin-bottom: 50px;
                            }
                            .M-img-div-NEWS-P {
                                width: 65%;
                                display: flex;
                                justify-content: space-between;
                                flex-wrap: wrap;
                            }
                            .S-img-div-NEWS-P {
                                height: 200px;
                                width: 350px;
                                overflow: hidden;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                margin-bottom: 30px;
                            }
                            .M-img-R-NEWS-P{
                                transition: all 0.2s;
                                width: inherit;
                            }


                            @media only screen and (max-width: 1000px) {
                                .M-img-div-NEWS-P {
                                    width: 90%;
                                    display: flex;
                                    justify-content: center;
                                    flex-wrap: wrap;
                                }
                                .S-img-div-NEWS-P {
                                    height: 150px;
                                    width: 100%;
                                    overflow: hidden;
                                    margin: 0;
                                    margin-top: 20px;
                                    margin-bottom: 20px;
                                }
                                .M-img-R-NEWS-P {
                                     height: auto; 
                                    transition: all 0.2s;
                                    width: inherit;
                                }
                                
                            }

                            
                            
                            
                            /* ****************hover**********************/
                            .S-img-div-NEWS-P:hover .M-img-R-NEWS-P {transform: scale(1.2);}


                            /*****************CELIK CAMI**********************/
                            /*****************product**********************/
                            .product_section-CCM1{
                                width: 100%;
                                display: flex;
                                justify-content: center;
                                margin-bottom: 30px;
                                margin-top: 30px;
                            }
                            .big_div_product-CCM1{
                                width: 70%;
                                display: flex;
                                flex-direction: row;
                            }
                            .text_product-CCM1{
                                width: 20%;
                                background-color: #1A4990;
                            }
                            .text_img_BIG_DIV-CCM1{
                                width: 80%;
                                margin-left: 20px;
                            }
                            .text_product_div-CCM1{
                                margin-top: 0px;

                            }
                            .pro_text_M-CCM1{
                                font-family: 'Bebas Neue', cursive;
                                font-size: 25px;
                                margin: 0;
                                text-align: center;
                                color: #333;
                                background-color: #fff;
                                width: 100%;
                                border-style: solid;
                                border-width: 1px;

                            }
                            .pro_text_S-CCM1{
                                font-family: 'Bebas Neue', cursive;
                                font-size: 19px;
                                margin: 0;
                                text-align: center;
                                color: #ffffff73;
                                cursor: pointer;
                                transition: all 0.3s;
                                margin-top: 10px;
                            }
                            .pro_text_SS-CCM1{
                                color: white;
                            }



                            .img_text_div_M-CCM1{
                                display: flex;
                                justify-content: space-between;
                                flex-direction: column;
                                align-items: center;
                                margin-left: 20px;
                                margin-right: 20px;
                            }




                            .text_pro_div-CCM1{
                                margin-top: 20px;
                            }

                            .img_m_self-CCM1{
                                width: 100%;
                                display: flex;
                                overflow: hidden;
                                justify-content: center;
                                align-items: stretch;
                                flex-direction: column;
                            }
                            .text_big_pro-CCM1{
                                font-family: 'Bebas Neue', cursive;
                                font-size: 30px;

                            }
                            .text_m_pro-CCM1{
                                font-family: 'Bebas Neue', cursive;
                                font-size: 20px;
                            }
                            .text_s_pro-CCM1{
                                font-size: 17px;
                            }
                            .text-info_x-CCM1{
                                margin-top: 130px;
                            }


                            .text_ck_p_m-CCM1{
                                font-family: 'Bebas Neue', cursive; 
                                font-size: 30px;
                            }
                            .text_ck_p_s-CCM1{
                                font-size: 16px;
                                position: relative;
                                margin-left: 30px;
                            }
                            .text_ck_p_s-CCM1::before { 
                            content: '';
                            width: 20px;
                            height: 20px;
                            background-color: #ffffff;
                            border-radius: 120px;
                            border-style: solid;
                            border-width: 5px;
                            border-color: #1A4990;
                            position: absolute;
                            left: -30px;

                            }





                            .pro_text_S-CCM1:hover{ color: white;}

                        /*****************product**********************/
                        @media only screen and (max-width: 1000px) {
                            .product_section-CCM1{
                                margin-bottom: 5px;



                            }
                            .big_div_product-CCM1{
                                width: 95%;
                                display: flex;
                                flex-direction: row;
                                justify-content: center;
                            }
                            .text_product-CCM1{
                                display: none;
                            }


                            .text_ck_p_m-CCM1{
                                font-size: 20px;
                            }
                            .text_ck_p_s-CCM1{
                                font-size: 14;
                            }

                        }




                        /*****************REFERANSLAR line**********************/
                        .REF_section-CCM1{
                            width: 100%;
                            position: relative;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }

                        .text_ck_r_m-CCM1{
                            margin: 0;
                            font-family: 'Bebas Neue', cursive;
                            font-size: 30px;
                            background-color: #ffffff;
                            z-index: 1;
                            border-width: 25px;
                            border-style: solid;
                            border-color: white;
                        }
                        .line_r_m-CCM1{
                            width: 100%;
                            height: 2px;
                            position: absolute;
                            background-color: #333;

                        }
                        /*****************REFERANSLAR line phone **********************/
                        
                        @media only screen and (max-width: 1000px) {

                            .text_ck_r_m-CCM1{
                                font-size: 20px;
                                border-width: 15px;
                            }

                        }
                            /* **************** REFERANSLAR*********************/
                            .REFERANSLAR_section-CCM1{
                                width: 100%;
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                                margin-bottom: 120px
                            }
                            .REFERANSLAR_M_DIV-CCM1 {
                                width: 70%;
                                display: flex;
                                flex-direction: row;
                                flex-wrap: wrap;
                                justify-content: center;
                                position: relative;
                            }
                            .ref_m_div_s-CCM1{
                                width: 250px;
                                height: 250px;
                                box-shadow: rgb(0 0 0) 0px 0px 10px;
                                margin: 20px;
                                overflow: hidden;
                                display: flex;
                                justify-content: center;
                                border-radius: 10px;
                                position: relative;
                            }
                            .ref_m_div_s-CCM1 img {
                                cursor: pointer;
                                transition: all 0.2s;}

                            .ref_m_div_s-CCM1 p {
                                margin: 0;
                                position: absolute;
                                bottom: 0;
                                text-align: center;
                                background: white;
                                font-size: 20px;
                                font-family: 'Bebas Neue', cursive;
                                width: 100%;
                                opacity: 0;
                                transition: all 0.2s;
                            }    



                            .ref_m_div_s_text-CCM1 {
                                position: absolute;
                                bottom: -50px;
                                cursor: pointer;
                            }
                            
                            .ref_m_div_s_text-CCM1 p {                    
                                
                                color: #1A4990;
                                font-family: 'Bebas Neue', cursive;
                                font-size: 30px;
                                margin: 0px;
                            }
                            .line_text_ref-CCM1{
                                height: 2px;
                                width: 100%;
                                background-color: #1A4990;
                                transition: all 0.3s;
                            }

                            



                    .ref_m_div_s_text-CCM1:hover div {height: 6px;}
                    .ref_m_div_s-CCM1:hover p { opacity: 100%;}
                    .ref_m_div_s-CCM1:hover img {transform: scale(1.1);} 
                    /*****************REFERANSLAR line phone **********************/
                
                            @media only screen and (max-width: 1000px) {
                                
                                .REFERANSLAR_M_DIV-CCM1 {
                                    width: 100%;
                                    display: flex;
                                    flex-direction: row;
                                    flex-wrap: wrap;
                                    justify-content: center;
                                    position: relative;
                                }
                                .ref_m_div_s-CCM1 {
                                    width: 130px;
                                    height: 130px;
                                    box-shadow: rgb(0 0 0) 0px 0px 10px;
                                    margin: 10px;
                                    overflow: hidden;
                                    display: flex;
                                    justify-content: center;
                                    border-radius: 10px;
                                    position: relative;
                                }

                                .ref_m_div_s_text-CCM1 p{
                                    font-size: 20px;
                                }

                            }  
                    /*****************CELIK CAMI**********************/
                        /* **************** CELIK MINARE **********************/
                        /* **************** info_section **********************/

                        .info_section_phone-CM-M1{
                            display: none;
                        }
                        .info_section-CM-M1{
                            width: 100%;
                            display: flex;
                            justify-content: center;
                        }

                        .info_div_M-CM-M1{
                            width: 60%;
                            display: flex;
                            flex-direction: column;
                        }
                        
                        .info_test_B-CM-M1{
                            font-family: 'Bebas Neue', cursive;
                            font-size: 30px;
                            color: #333;
                            margin: 0;
                            margin-bottom: 10px;
                            margin-top: 10px;
                        }
                        .info_test_M-CM-M1{
                            font-family: 'Bebas Neue', cursive;
                            font-size: 20px;
                            color: #333;
                            margin: 0;
                        }
                        .info_test_S-CM-M1{                    
                            font-size: 15px;
                            color: #333;
                            margin: 0;
                            margin-bottom: 17px;}


                        /*****************info_section phone**********************/  
                        @media only screen and (max-width: 1000px) {

                        .info_section-CM-M1{
                            display: none;
                        }
                        .info_section_phone-CM-M1{
                            width: 100%;
                            display: flex;
                            justify-content: center;
                            margin-bottom: 50px;
                        }
                        .info_div_M-CM-M1{
                            width: 90%;
                        }
                        .info_test_B-CM-M1{
                            font-size: 23px;
                        }

                        } 

                        /*****************FILTAR**********************/
                        .FILTAR-section{
                            width: 100%;
                            margin-top: 20px;
                            display: flex;
                            align-content: center;
                            justify-content: center;
                        }
                        .FILTAR-div-M{
                            width: 60%;
                            height: 50px;
                            outline-style: solid;
                            outline-width: 1px;
                            outline-color: #333;

                            display: flex;
                        }
                        .FILTAR-div-IMG {
                            width: 50px;
                            height: 50px;
                            display: flex;
                            justify-content: center;
                            align-content: center;
                            background-color: #1A4990;
                            overflow: hidden;
                            align-items: center;
                            cursor: pointer;
                        }
                        .FILTAR-div-IMG img {height: 90%;}
                        
                        
                        
                        .FILTAR-div-F {
                            height: 100%;
                            border-style: solid;
                            border-width: 1px;
                            border-color: #333;
                            border-bottom-style: unset;
                            border-top-style: unset;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            cursor: pointer;
                        }
                        .FILTAR-div-F h1 {
                            margin: 0;
                            margin-left: 10px;
                            margin-right: 10px;
                            font-size: 20px;
                            font-family: 'Bebas Neue', cursive;
                            color: #1A4990;

                        }

                        .FILTAR-div-F:hover {background-color: #1A4990;}
                        .FILTAR-div-F:hover h1 {color: #ffffff;}
                        .FILTAR-div-IMG:hover {background-color: white;}
                        .FILTAR-div-IMG:hover img {content: url(/assets/img/filter-SE.png);}

                        @media only screen and (max-width: 1000px) {
                            
                            .FILTAR-div-M {
                                width: 90%;
                                height: 40px;
                                outline-style: solid;
                                outline-width: 1px;
                                outline-color: #333;
                                display: flex;
                            }
                            .FILTAR-div-IMG {
                                width: 40px;
                                height: 40px;
                                display: flex;
                                justify-content: center;
                                align-content: center;
                                background-color: #1A4990;
                                overflow: hidden;
                                align-items: center;
                                cursor: pointer;
                            }
                            .FILTAR-div-F {
                                height: 100%;
                                border-style: solid;
                                border-width: 1px;
                                border-color: #333;
                                border-bottom-style: unset;
                                border-top-style: unset;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                cursor: pointer;
                                width: 15%;
                            }

                            
                            .FILTAR-div-F h1{
                                font-size: 15px;
                            }
                        }  
                        /*****************PRODUCTS**********************/
                        .PRODUCTS-section-CM-M1{
                            
                            margin-top: 40px;
                            margin-bottom: 40px;
                            width: 100%;
                            display: flex;
                            justify-content: center;
                            align-content: center;


                        }
                        .PRODUCTS-M-DIV-CM-M1{
                            width: 60%;
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: center;
                        }
                        .item-div-CM-M1 {
                            width: 250px;
                            height: 370px;
                            display: flex;
                            flex-direction: column;
                            align-content: center;
                            align-items: center;
                            outline-style: solid;
                            outline-width: 1px;
                            outline-color: #333;
                            margin-bottom: 50px;
                            overflow: hidden;
                            margin-left: 10px;
                            margin-right: 10px;
                        }
                        .itam-img-CM-M1 {
                            width: 320px;
                            height: 320px;
                            overflow: hidden;
                            display: flex;
                            align-items: stretch;
                            justify-content: center;
                        }
                        .itam-text-div-CM-M1{
                            width: 320px;
                            height: 70px;
                            
                        }
                        .itam-text-div-M-CM-M1 {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }
                        .itam-text-div-S-CM-M1 {
                            height: 30px;
                            width: 320px;
                            display: flex;
                            justify-content: flex-end;
                            align-items: flex-end;
                            visibility: hidden;
                        }
                        .itam-text-div-M-CM-M1 p{
                            margin: 0;
                            font-family: 'Bebas Neue', cursive;
                            font-size: 25px;
                            color: #333;
                            text-align: center;

                        }

                        .itam-text-div-M-CM-M1 span{
                            margin: 0;
                            font-family: 'Bebas Neue', cursive;
                            font-size: 25px;
                            color: #333;
                            text-align: center;


                        }
                        .itam-img-CM-M1 a {
                            width: 100%;
                            height: 100%;
                            display: flex;
                            justify-content: center;
                            align-items: stretch;
                        }
                        .itam-text-div-S-CM-M1 p{
                            margin: 0;
                            font-family: 'Bebas Neue', cursive;
                            font-size: 20px;
                            color: #1A4990;
                            
                        }
                        .itam-text-div-SS-CM-M1{
                            position: relative;
                            cursor: pointer;

                        }
                        .line-text-CM-M1{
                            width: 100%;
                            height: 7px;
                            background-color: #1A4990;
                            position: absolute;
                            opacity: 0%;
                        }
                        /*****************PRODUCTS phone**********************/
                        @media only screen and (max-width: 1000px) {
                            .PRODUCTS-section-CM-M1 {
                                margin-top: 40px;
                                margin-bottom: 40px;
                                width: 100%;
                                display: flex;
                                justify-content: center;
                                align-content: center;
                            }
                            .PRODUCTS-M-DIV-CM-M1 {
                                width: 90%;
                                display: flex;
                                flex-wrap: wrap;
                                flex-direction: row;
                                justify-content: space-around;
                            }
                            .span_div-CM-M1{
                                width: 49%;
                            }


                            .item-div-CM-M1 {
                                width: 100%;
                                height: auto; 
                                display: flex;
                                flex-direction: column;
                                align-content: center;
                                align-items: center;
                                outline-style: solid;
                                outline-width: 1px;
                                outline-color: #333;
                                margin: 0;
                                margin-bottom: 20px;
                            }
                            .itam-img-CM-M1 {
                                width: 100%;
                                 height: auto;
                                overflow: hidden;
                                display: flex;
                                align-items: stretch;
                                justify-content: center;
                            }
                            .itam-text-div-CM-M1 {
                                width: 100%;
                                 height: auto; 
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                            }
                            .itam-img-CM-M1 a {
                                width: 100%;
                                height: 100%;
                                display: flex;
                                justify-content: center;
                                align-items: stretch;
                            }
                            .itam-text-div-M-CM-M1 {
                                height: 100%;
                                width: 100%;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                            }
                            .itam-text-div-M-CM-M1 p {
                                font-size: 20px;
                            }


                            .itam-text-div-S-CM-M1 {
                                height: 30px;
                                width: 100%;
                                display: flex;
                                justify-content: flex-end;
                                align-items: flex-end;
                                display: none;
                            }
                            .itam-img-M-CM-M1{
                                width: 100%;
                            }
                        }
                        /*****************PRODUCTS hover**********************/
                        .itam-img-M-CM-M1{
                            transition: all 0.2s;
                            cursor: pointer;
                        }

                        .itam-text-div-SS-CM-M1:hover .line-text-CM-M1{opacity: 100%;}
                        .itam-img-M-CM-M1:hover {transform: scale(1.2);}
                        
                        /*****************PRODUCTS phone**********************/
                        /* **************** CELIK MINARE **********************/
                                            
            /*****************CELIK MINARE - clk-c1-125**********************/
            /*****************product**********************/
            .product_section-CM-P1{
                width: 100%;
                display: flex;
                justify-content: center;
                margin-bottom: 120px;
                margin-top: 30px;
            }
            .big_div_product-CM-P1{
                width: 70%;
                display: flex;
                flex-direction: row;
            }
            .text_product-CM-P1{
                width: 20%;
                background-color: #1a4990;
            }
            .text_img_BIG_DIV-CM-P1{
                width: 80%;
            }
            .text_product_div-CM-P1{
                margin-top: 0px;

            }
            .pro_text_M-CM-P1{
                font-family: 'Bebas Neue', cursive;
                font-size: 25px;
                margin: 0;
                text-align: center;
                color: #333;
                background-color: #fff;
                border-width: 1px;
                width: 100%;
                border-style: solid;
                border-color: #333

            }
            .pro_text_S-CM-P1{
                font-family: 'Bebas Neue', cursive;
                font-size: 19px;
                margin: 0;
                text-align: center;
                color: #ffffff73;
                cursor: pointer;
                transition: all 0.3s;
            }
            .pro_text_SS-CM-P1{
                color: white;
            }



            .img_text_div_M-CM-P1{
                display: flex;
                justify-content: space-between;
                flex-direction: column;
                align-items: flex-start;
                margin-left: 20px;
                margin-right: 20px;
            }
            .but_div_c-CM-P1{

                display: flex;
            }
            .BUT_TEXT-CM-P1{
                height: 40px;
                background-color: rgb(255, 255, 255);
                display: flex;
                align-items: center;
                margin-right: 10px;
                margin-bottom: 20px;
                cursor: pointer;
                border-style: solid;
                border-width: 1px;
                border-color: #333;
            }
            .button_1_div-CM-P1{
                background-color: #1A4990;
                border-style: none;
            }


            .BUT_TEXT_p-CM-P1 {
                
                font-family: 'Bebas Neue', cursive;
                font-size: 17px;
                color: #333;
                margin: 0;
                text-align: center;
                margin-left: 10px;
                margin-right: 10px;
            }
            .button_1-CM-P1{
                color: white;
            }


            .text_pro_div-CM-P1{
                margin-top: 20px;
            }

            .img_m_self-CM-P1{
                width: 100%;
                display: flex;
                overflow: hidden;
                justify-content: center;
                align-items: stretch;
                flex-direction: column;
            }
            .text_big_pro-CM-P1{
                font-family: 'Bebas Neue', cursive;
                font-size: 30px;

            }
            .text_m_pro-CM-P1{
                font-family: 'Bebas Neue', cursive;
                font-size: 20px;
            }
            .text_s_pro-CM-P1{
                font-size: 17px;
                margin-left: 30px;
                position: relative;
            }  
            
            .text_s_pro-CM-P1::before { 
                content: '';
                width: 20px;
                height: 20px;
                background-color: #ffffff;
                border-radius: 120px;
                border-style: solid;
                border-width: 5px;
                border-color: #1A4990;
                position: absolute;
                left: -30px;

                }






            .info_test_B-CM-P1{
                font-family: 'Bebas Neue', cursive;
                font-size: 30px;
                text-align: center;
                color: #333;
            }
            .info_test_M-CM-P1{
                font-family: 'Bebas Neue', cursive;
                font-size: 25px;

                color: #333;
                margin: 0;
                margin-left: 20px;
                margin-right: 20px;
            }
            

            .info_test_S-CM-P1{
                font-size: 17px;
                margin-left: 20px;
                margin-right: 20px;
                color: #333;
                margin-bottom: 20px;
            }
            .img_img-CM-P1{
                transition: all 0.2s;

            }
            .text-info_x-CM-P1{
                margin-top: 130px;
            }


            .img_img-CM-P1:hover{transform: scale(1.1);}
            .pro_text_S-CM-P1:hover{ color: white;}
             
            
            /*****************product M phone**********************/
            @media only screen and (max-width: 1000px) {
                .big_div_product-CM-P1{
                    width: 100%;
                    display: flex;
                    justify-content: center;
                }
                .text_img_BIG_DIV-CM-P1{
                    width: 90%;
                }

                .img_text_div_M-CM-P1{
                    margin: 0;
                }

                .text_product-CM-P1{
                    display: none;
                }
                .text_big_pro-CM-P1{
                    font-size: 20px;
                }
                .BUT_TEXT-CM-P1{
                    height: 60px;
                }
            }




                    /*****************PRODUCTS**********************/
                    .PRODUCTS-section{
                        
                        margin-top: 40px;
                        margin-bottom: 40px;
                        width: 100%;
                        display: flex;
                        justify-content: center;
                        align-content: center;


                    }
                    .PRODUCTS-M-DIV{
                        width: 60%;
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: center;
                    }
                    .item-div {
                        width: 250px;
                        height: 370px;
                        display: flex;
                        flex-direction: column;
                        align-content: center;
                        align-items: center;
                        outline-style: solid;
                        outline-width: 1px;
                        outline-color: #333;
                        margin-bottom: 50px;
                        overflow: hidden;
                        margin-left: 10px;
                        margin-right: 10px;
                    }
                    .itam-img {
                        width: 320px;
                        height: 320px;
                        overflow: hidden;
                        display: flex;
                        align-items: stretch;
                        justify-content: center;
                    }
                    .itam-text-div{
                        width: 320px;
                        height: 70px;
                        
                    }
                    .itam-text-div-M {
                        height: 100%;
                        width: 320px;
                        display: flex;
                        justify-content: center;
                        align-items: center;

                    }
                    .itam-text-div-S {
                        height: 30px;
                        width: 320px;
                        display: flex;
                        justify-content: flex-end;
                        align-items: flex-end;
                        visibility: hidden;
                    }
                    .itam-text-div-M p{
                        margin: 0;
                        font-family: 'Bebas Neue', cursive;
                        font-size: 25px;
                        color: #333;
                        text-align: center;

                    }
                    .itam-img a {
                        width: 100%;
                        height: 100%;
                        display: flex;
                        justify-content: center;
                        align-items: stretch;
                    }
                    .itam-text-div-S p{
                        margin: 0;
                        font-family: 'Bebas Neue', cursive;
                        font-size: 20px;
                        color: #1A4990;
                        
                    }
                    .itam-text-div-SS{
                        position: relative;
                        cursor: pointer;

                    }
                    .line-text{
                        width: 100%;
                        height: 7px;
                        background-color: #1A4990;
                        position: absolute;
                        opacity: 0%;
                    }
                    /*****************PRODUCTS phone**********************/
                    @media only screen and (max-width: 1000px) {
                        .PRODUCTS-section {
                            margin-top: 40px;
                            margin-bottom: 40px;
                            width: 100%;
                            display: flex;
                            justify-content: center;
                            align-content: center;
                        }
                        .PRODUCTS-M-DIV {
                            width: 90%;
                            display: flex;
                            flex-wrap: wrap;
                            flex-direction: row;
                            justify-content: space-around;
                        }
                        .span_div{
                            width: 49%;
                        }


                        .item-div {
                            width: 100%;
                            height: auto; 
                            display: flex;
                            flex-direction: column;
                            align-content: center;
                            align-items: center;
                            outline-style: solid;
                            outline-width: 1px;
                            outline-color: #333;
                            margin: 0;
                            margin-bottom: 20px;
                        }
                        .itam-img {
                            width: 100%;
                             height: auto;
                            overflow: hidden;
                            display: flex;
                            align-items: stretch;
                            justify-content: center;
                        }
                        .itam-text-div {
                            width: 100%;
                             height: auto; 
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                        }
                        .itam-img a {
                            width: 100%;
                            height: 100%;
                            display: flex;
                            justify-content: center;
                            align-items: stretch;
                        }
                        .itam-text-div-M {
                            height: 100%;
                            width: 100%;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }
                        .itam-text-div-M p {
                            font-size: 20px;
                        }


                        .itam-text-div-S {
                            height: 30px;
                            width: 100%;
                            display: flex;
                            justify-content: flex-end;
                            align-items: flex-end;
                            display: none;
                        }
                        .itam-img-M{
                            width: 100%;
                        }

                    }
                    /*****************PRODUCTS hover**********************/
                    .itam-img-M{transition: all 0.2s;}

                    .itam-text-div-SS:hover .line-text{opacity: 100%;}
                    .itam-img-M:hover {transform: scale(1.2);}
                    
                    /*****************PRODUCTS phone**********************/
                    /*****************CELIK MINARE - clk-c1-125 END**********************/