
.secHeader{
    
    position: relative;
    
    padding: 2em 0;
    
    z-index: 2;
    
    text-align: center;
    
    /*border:1px solid red;*/
}

.divLogo{
    
     position: relative;
    display: inline-block;
    vertical-align: middle;
    
    width: 26em;
    /*height: 4em;*/
    
    bottom:0;
    left:0;
    
    
    /*border:1px solid red;*/
}
.divLogo img{
    
    display: block;
    width: 100%;
    
}



.divMenuItems{
    
    position: relative;
    display: none;
    
    width: 100%;
    
    margin-top: 1em;
    
          -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
    
   
    -webkit-tap-highlight-color: transparent;
    /*border:1px solid red;*/
}

.divMenuItems a{
    
    position: relative;
    display: inline-block;
    vertical-align: middle;
    
    margin-left: 2em;
    
  
    
}
.divMenuItems a:first-of-type{
    margin-left: 0;
}

.divMenuItems a span{
    
    font-family: 'DIN Light', Helvetica, sans-serif;
    font-size: 1.2em;
    color:black;
    
   
}

.divLang{
    
     position: relative;
    display: inline-block;
    vertical-align: middle;
    
    margin-left: 3em;
    
}
.divLang span{
    
    font-family: 'DIN Light', Helvetica, sans-serif;
    font-size: 1.2em;
    color:black;
    
}


.divMenuIcon{
    
    position: relative;
    display: inline-block;
    vertical-align: middle;
    
    width: 5.5em;
    
    margin-left: 20%;
    margin-top: 3.5em;
    
    /*border:1px solid red;*/

}
.divMenuIcon img{
    width: 100%;
}


.divLangMobile{
    
    position: absolute;
    display: block;
    
    top:-1em;
    left: 74.5%;
    
    width: 9em;
    
    /*border:1px solid red;*/

    
}
.divLangMobile span{
    
    position: relative;
    margin-left: 0.3em;
    
    font-family: 'DIN Light', Helvetica, sans-serif;
    font-size: 2.3em;
    color:var(--siyah);
    
    cursor: pointer;
}
.divLangMobile span:first-of-type{
    
   margin-left: 0;
}


.divMobileMenu{

    position: relative;
    display: block;


    width: 100%;

    /*margin-top: -1em;*/

    top:1.9em;
    /*left:0;*/

    background-color: white;

    z-index: 4;


    /*border:1px solid red;*/
}
.divMobileMenuItem{

    position: relative;

    /*height: 7em;*/
    height: 0;


    text-align: center;


    transition: all 0.3s;

    overflow: hidden;

    /*border-bottom:0.2em solid var(--mor);*/


      
          -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
    
   
    -webkit-tap-highlight-color: transparent;

}
/*.divMobileMenuItem:last-of-type{
    border-bottom: none;
}*/
.divMobileMenuItem:active{

    background-color:var(--maviAcik);


}
.divMobileMenuItem:active span{

    color:white;

}

.divMobileMenuItem a{
    position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.divMobileMenuItem span{

    position: relative;

    top:1em;

     font-family: "Montserrat Regular",Helvetica, sans-serif;
    font-size: 2.4em;
    color: #00aae2;

    user-select: none;
   -webkit-user-select: none;

    -webkit-tap-highlight-color: transparent;


}



.divMobilUrun{

    position: relative;

    height: 0;

    background-color: var(--maviAcik);

    overflow: hidden;

    transition: all 0.3s;

    /*border:1px solid red;*/
}

.divMobilUrun:first-of-type{

    margin-top: 4em;


}
.divMobilUrun span{

    position: relative;
    
    top:0.6em;

    font-family: "Montserrat Regular",Helvetica, sans-serif;
    font-size: 2.4em;
    color: white;
    
    margin-left: 0.2em;

}

.divMobilUrun span:first-of-type{
    

    margin-left: 0;
    font-family: "Montserrat Bold",Helvetica, sans-serif;
    
}

