html, body{background-color: #15306B;}
header, #Footerinner, footer{background-color: white;}
.Lang_container, section{background-color: rgb(236, 235, 239);}


body {
    font-family: Lato, sans-serif;
    line-height: 1.6;
    margin: 0;
    overflow-x: hidden;
    
    }

	
    header {
      display: flex;
      overflow:hidden;

    }

    header embed {
        display: flex; 
        width: 100%; 
        overflow: hidden;
        max-width: 800px;
        margin: 0 auto;
        
    }

    .header {
      display: flex;
      align-items: center;
      padding: 20px;
      color: #15306B;
      text-align: center;
      overflow:hidden;
    }



   
  
  .image-cropper {
      width: 100px;
      height: 100px;
      position: relative;
      overflow: hidden;
      border-radius: 50%;
  }
  
  
  .image-cropper img{
      display: inline;
      margin: -21px auto auto -50px;
      height: 193%;
      width: auto;
  }
  
   .zzimage-frame {
      width: 140px;
      height: 140px;
      position: relative;
      overflow: hidden;
  }
  
  
  .zzimage-frame img{
      display: inline;
      margin: -6px auto auto 26px;
      height: 100%;
      width: auto;
  }
  
  
  
  
  
  .header h1 {
      margin: 0;
      font-weight: 900;
  }
  
  .header p {
      margin: 0;
      font-size: 18px;
      color: #15306B;
      
  }
  
  .header a {
      text-decoration: none;
      color: #15306B;
  }
  
  .container {
    max-width: 800px; /* Maksimum genişlik ayarı */
    margin: 0 auto; /* Merkezi hizalama */
    padding: 0 1em; /* Yanlardan boşluk */
}

    section {
      padding: 2em 3em 2em 3em ;
	    color: #15306B;
    }
    
    .Lang_container {
			display: flex;
			flex-direction: row-reverse;
			cursor: pointer;
      position: fixed;
      right: 12px;
      top: 190px;
		}
		
		.Lang_button {
		position: relative;
		width: 67px;
		height: 23px;
		}

		

		

		.image {
		display: block;
		width: 100%;
		height: auto;

		text-decoration: none;
			color: #15306B;
			padding: 0 0.5em;

		}

		

		.overlay {
		position: absolute;
		background-color: #15306B;
		overflow: hidden;
		width: 0;
		height: 100%;
		transition: .1s ease;
		}



		

		.fr_right{
			bottom: 0;
			left: 100%;
			right: 0;
		}

		


		.fr_left{
			bottom: 0;
			left: 0;
			right: 0;
		}
		


		.Lang_button:hover .overlay {
		width: 100%;
		left: 0;
		}

		.Lang_button.active  .overlay {
		width: 100%;
		left: 0;
		}
		
		.text {
		font-family: Lato, sans-serif;
		line-height: 1.6;	
		color: white;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		transition-duration: 500ms;
		white-space: nowrap;
		text-decoration: none;
		padding: 0 0.5em;
		}

    .content,.footer-content {
      display: none;
    }

	
    .content.active, .footer-content.active {
      display: block;
    }
    .content p {
		font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    }

    .content a {
      outline: none !important;
      color: #15306B;
      text-decoration: none;

      font-size: 15px;
      line-height: 24px;
      letter-spacing: 0.5px;
      font-family: Lato, sans-serif;

      
   
      color: #0e2046;
    }


 footer {
      display: flex;
      
      overflow:hidden;
      
      width: 100%;
      padding-top: 0;
      background-color: rgb(255, 255, 255);
      background: white;
      background-color: white;
    }
    


    footer embed {
        display: flex; 
        width: 100%; 
        overflow: hidden;
        max-width: 800px;
        margin: 0 auto;
       
        
    }
    
    .gmLogoFoot{
        background-image: url("gmFootLogo.png");
background-size: 200px 50px;
background-repeat: no-repeat;
width: 200px;
height: 50px;
    }
    
    .footerLang {
    display: none;
}
    



a {
outline: none !important;
}

#contact{
  position: fixed;
  right: 2px;
  border: dashed #15306B 1.8px;
  padding: 20px 20px 20px 37px;
  top: 44px;
}

#contact{
  font-size: 12px;
}
#contact .contact_title{
  font-size: 15px;
  font-weight: bold;
  background-color: #15306B;
  color: white;
  text-align: center;
  rotate: -90deg;
  left: -59px;
  position: absolute;
  top: 56px;
  width: 139px;
}




@media screen and (max-width: 1310px) {
  .Lang_container {
    position: unset;
    right: unset;
    top: unset;
    padding-right: 5px;
  }
  #contact{
    position: relative;
    right: 2px;
    border: dashed #15306B 1.8px;
    padding: 20px 20px 20px 60px;
  }
}


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

  .Lang_container {
    position: unset;
    right: unset;
    top: unset;
  }

  footer embed {
    max-width: unset;
    padding: 5%;
    }
}


/* iPhone 11, 12, 13, 14, 15, 15pro 1179×2556 pixels at 460ppi */
@media only screen 
    and (width: 393px) 
    and (height: 852px) 
    and (-webkit-device-pixel-ratio: 3) {

      html, body {overflow-x: hidden;}
      header embed {max-width: 393px;}
      .container {max-width: 393px;}
      footer embed {max-width: 393px;}



      .Lang_container {
        position: unset;
        right: unset;
        top: unset;
      }

      .Lang_button:hover .overlay {width: 0;left: unset;}
      .Lang_button.active .overlay {width: 0;left: unset;}
    }
