﻿@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body{font-family: 'Jost', sans-serif;font-weight: 400;color: #000;
    font-size: 1em;margin: 0;padding: 0;line-height:normal;
}
input[type=text],input[type=submit],textarea,select {
font-family: 'Montserrat', sans-serif;
}

html {scroll-behavior: smooth;}
div, span, p, header, footer, a , table, tr, td, input, textarea, select, ul, li
{box-sizing:border-box; outline:none;}


a
{  transition:all 500ms;
-moz-transition:all 500ms;
-ms-transition:all 500ms;
-o-transition:all 500ms;
-webkit-transition:all 500ms;
text-decoration:none;
cursor:pointer;
    color: #000;
}


.txtcenter {text-align: center;}
ul,li,p,h1,h2,h3,h4,h5
{margin:0px;
padding:0px;
list-style: none;
}

.clear{clear:both;}
.container{position: relative;overflow:hidden;}
.full {width: 80%;margin: auto;}


.giris{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 20px 0;
}

.maincontent{
    width: 48%;
        display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: column;
}

.slide{
    width: 48%;
}

.item{
    height: 100vh;
    background-size: cover;
}

.logo{
    width: 100%;
    text-align: center;
    display: block;
}

.logo img{
width: 250px;
}

.icerik{
    font-size: 19px;
    font-weight: 300;
}
.social a{
    font-size: 30px;
    padding-right: 10px;
}

.social{
    padding: 20px 0;
}

.fa-instagram{
    color: #c32aa3;
}

.fa-linkedin{
    color: #0072B1;
}

.adres {
    font-size: 25px;
    padding-top: 35px;
}

.fa-at{
    color: #80b06b;
}












/* iPhone Phone Dikey*/
@media screen and (min-width: 360px) and (max-width: 1024px)

{

.full{
    width: 92%;
}
.slide{
    width: 100%;
}

.maincontent{
    width: 100%;
}

.giris{
        flex-flow: row wrap-reverse;
}

.item{height: 80vh;}


















}
/* iPhone Phone Dikey*/

























































/* iPhone Phone Yatay*/
@media only screen  and (min-width: 360px) and (max-width: 1024px) and (orientation: landscape) 
{ 



}
/* iPhone Phone Yatay*/


/* iPhone  Tablet Dikey*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) 
{ 





}
/* iPhone  Tablet Dikey*/



/* iPhone  Tablet Yatay*/
@media only screen  and (min-width: 768px)   and (max-width: 1366px)  and (orientation: landscape) 

{





}
/* iPhone  Tablet Yatay*/



/*zoom 110ustu*/
@media screen and (max-width: 1800px) and (min-width: 1700px)
{


}
/*zoom 110ustu*/

/*zoom 125ustu*/
@media screen and (max-width: 1700px) and (min-width: 1500px)
{




}
/*zoom 125ustu*/


/*zoom 150ustu*/
@media screen and (max-width: 1500px) and (min-width: 1200px)
{

.full{width: 96%;}



}
/*zoom 150ustu*/

/*zoom 175ustu*/
@media screen and (max-width: 1200px) and (min-width: 1024px)
{


.full{width: 96%;}




}
/*zoom 175ustu*/