* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 6px;
}

body {
    width: auto;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('subset-TripSans-Medium.woff2') format('woff2'),
        url('subset-TripSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('subset-TripSans-Bold.woff2') format('woff2'),
        url('subset-TripSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('subset-TripSans-Regular.woff2') format('woff2'),
        url('subset-TripSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans Ultra';
    src: url('subset-TripSans-Ultra.woff2') format('woff2'),
        url('subset-TripSans-Ultra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

a {
    color: #1A202C;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.a-logo {
    text-decoration: none;
    color: #1A202C;
}

a:hover {
    color: #1A202C;
}

ul {
    list-style-type: none;
}




.main-div {
    font-family: 'Trip Sans';
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #fff;
    display: flex;
}


nav {
    max-width: 1200px;
    margin: auto;
}

.header {
    background-color: #fff;
    width: 100%;
    z-index: 3;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}

.header .logo {
    font-family: 'Trip Sans';
    display: block;
    float: left;
    font-size: 5rem;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 900;
}
.logo-img {
    height: 50px;
    width: 200px;
}

/* menu */

.header .menu {
    font-family: 'Trip Sans';
    font-weight: 900;
    font-size: 3rem;
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 20px 30px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}


.iletisim-txt {
    margin-top: 10rem;
    width: 50%;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10rem;
}
.eposta {
    color:blue;
}
.hakkimizda-txt {
    margin-top: 10rem;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10rem;
}
@media (max-width: 900px) {
    .iletisim-txt{
        width: 100%;
    }
    p {
        margin-left: 5px;
        margin-right: 5px;
    }
}
h1 {
    text-align: center;
}


.footer {
    /*padding-top: 10rem;*/
    padding-top: 5rem;
    padding-bottom: 5rem;
    /*new*/
    /*height: 50rem;*/
    background-color: #F7F7F7;
    font-family: 'Trip Sans';
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    /*display: flex;*/
    text-align: center;
    /*new*/
}

.footer-divs {
    /*height: 40rem;*/
    font-family: 'Trip Sans';
    background-color: #F7F7F7;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    /*width: 180rem;*/
}

.footer-div {
    line-height: 5rem;
    width: 100%;
    /*width: 33.33%;*/
    float: left;
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.footer-div1 {
    padding-top: 2.4rem;
    /*padding-top: 2rem;*/
    padding-bottom: 2.4rem;
    /*ine-height: 5rem;*/
    /*width: 33.33%;*/
    /*float: left;*/
    /*display: block;*/
    text-align: center;
    background-color: #F7F7F7;
}


.text-div-1 a {
    text-decoration: none;
    color: #1A202C;
}

footer li {
    /*new*/
    display: inline-block;
    margin-right: 1rem;
}

.btn {
    /*new*/
    margin-top: 2rem;
    font-weight: 400;
    display: inline-block;
    border: 2px solid black;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: all .5s;
}

.btn-outline {
    /*new*/
    color: black;
    border-color: black;
}

.btn-social {
    /*new*/
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    font-size: 5rem;
    line-height: 2rem;
}

.btn-outline:hover {
    /*new*/
    color: #E0E0E0;
    background-color: black;
}