/*Font Family*/

@font-face {
    font-family: 'Fenomensans-Black';
    src: url('../font/FenomenSans-Black.ttf') format('truetype');
}

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

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

.fenomenSansBlack{
    font-family: FenomenSans-Black;
    font-weight: normal ;
}




/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100vh;
    font-family: Arial, sans-serif; /* Varsayılan font */
    background-color: #ffffff;
}

img, picture, video, canvas {
    max-width: 100%;
    display: block;
}

button, input, select, textarea {
    font-family: inherit; /* Form elemanlarının font uyumu */
}

a{
    text-decoration: none;
    color: white;
}


/*LOADER START*/
/* Preloader -------------------------------------------------------*/
/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;

}

.loader {
    position: absolute;
    left: 45%;
    top: 40%;
    width: 300px;
    height: 300px;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background: url("../img/loaderLogo.png") no-repeat center center;
    display: inline-block;
    float: none;
    position: absolute;
    top: -50px;
    left: 0;
    width: 300px;
    height: 350px;
    opacity: 10;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Preloader -------------------------------------------------------*/

/*LOADER END*/



/*HEADER START*/

header{
    height: 15%;
}

.customHeader{
    background : linear-gradient(to bottom, #3b74b6 58%, #163960 30%);
}

.customHeaderLogo{
    width: 130px;
    height: 170px;
    margin-bottom:-43px!important;
}

/*HEADER END*/


/*MAİN START*/
main{
}

.

.mainContainerRightDiv{
    position : relative!important;
    bottom:-20px!important;
}


.mainContainerRightDiv > img{
	position : relative;
	bottom: -15px;
}


.mainContainerOneDiv{
    background : #f6f6f6;
}

.mainContainerTwoDiv{
    background : #f6f6f6;

}

.mainContainerLeftDivHeader{
    font-family: Fenomensans-Black;
    font-weight: bold;
    font-size: x-large;
	color : #003963;
}

.mainContainerLeftDivText > .text{
    font-family: Fenomensans-Book !important;
    font-weight: normal;
    font-size:21px;
	color : #003963;
}
.mainContainerLeftDivTextImza{
    /*padding-top:40px;*/
    margin-left:-10px;
	margin-top:14px;
	margin-bottom:10px;
	width : 40%!important;
}

.mainContainerTwoDiv > div > div{
    width: 25.5rem;
}

.mainContainerTwoDiv > div > div > div {
    text-align: center;
}

.mainContainerTwoDiv > div > div > div > p{
    color: #003963;
    font-weight: bold;
    font-size: x-large;
}
/*MAİN END*/


/*FOOTER START*/

.footerSocialMedia > a{
    width: 50px;
    height: 50px;
}

.footerText > a{
    color: #163960;
}

.footerCopyRight{
    background: #163960;
}

/*FOOTER END*/



/*MENEMEN FK START*/
.izmirIcınDeger{
    h5{
        color: #3B73B6;
        font-family: Fenomensans-Bold;
        font-size:19px;
    }

    p{
        font-family: FenomenSans-Book;
        font-size:18px;
    }
}

.izmirIcınDegerImage{

    img{
        width: 90%;
		margin-bottom:20px;
    }
}

.izmirIcınDegerLeftDivHeader{
    color: #003963;
    font-family: Fenomensans-Bold;
    letter-spacing: 1px;
}

.card-text{
	font-family : FenomenSans-Bold;
	font-size : x-large;
	font-weight : bold;
}


/*MENEMEN FK END*/