@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&amp;display=swap');

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

html, body {
    width: 100%;
    height: 100%;
    font-family: 'Barlow', sans-serif;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.main-container {
    width: 100%;
    background-color: #ECEDF8;
}

.header {
    width: 100%;
    margin-bottom: 95px;
}

.header-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #9398D7;
    border-radius: 3px;
}

.header-container .header-logo img {
    padding: 8px 0;
}

.header .header-list .hamburger {
    position: relative;
    width: 30px;
    height: 4px;
    background-color: #2A2F71;
    border-radius: 10px;
    cursor: pointer;
    z-index: 2;
    transition: 0.3s;
}

.header .header-list .hamburger::before, 
.header .header-list .hamburger::after {
    content: "";
    position: absolute;
    height: 4px;
    right: 0;
    background: #2A2F71;
    border-radius: 10px;
    transition: 0.3s;
}

.header .header-list .hamburger::before {
    top: -10px;
    width: 20px;
}

.header .header-list .hamburger::after {
    top: 10px;
    width: 25px;
}

.header .header-list .toggle-menu {
    position: absolute;
    width: 30px;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
}

.header .header-list .hamburger,
.header .header-list .toggle-menu {
    display: none;
}

.header .header-list input:checked ~ .hamburger {
    background: transparent;
}

.header .header-list input:checked ~ .hamburger::before {
    top: 0;
    transform: rotate(-45deg);
    width: 30px;
}

.header .header-list input:checked ~ .hamburger::after {
    top: 0;
    transform: rotate(45deg);
    width: 30px;
}

.header .header-list input:checked ~ .menu-list {
    right: 0;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.3);
}

.header-container .header-list ul{
    display: flex;
    gap: 40px;
}

.header-container .header-list ul li a {
    color: var(--foundation-black-b-500, #4A4A4A);
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.54px;
    padding-left: 4px;
}

.header-container .header-list ul li #alt-menu {
    display: block;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 1;
    width: 100%;
}

.header-container .header-list ul #hizmetler-list {
    position: relative;
}

.header-container .header-list ul li #alt-menu li {
    background-color: #FFF;
    padding: 7px 10px;
}

.header-container .header-list ul li #alt-menu li a {
    color: #4A4A4A;
    padding: 0;
    font-size: 15px;
    line-height: normal;
}

.header-container .header-list ul li:hover #alt-menu {
    opacity: 1;
    visibility: visible;
}


.header-container .header-list ul li a img {
    float: left;
}

.main-container .whatsapp {
    position: fixed;
    bottom: 100px;
    left: 45px;
    z-index: 1;
}

.main-container h1 {
    color: var(--foundation-primary-b-500, #2A2F71);
    text-align: center;
    font-family: Barlow;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding-bottom: 120px;
}

.section {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.section .yazi {
    width: 500px;
    height: 100%;
    padding-top: 100px;
}

.section .yazi h1 {
    color: var(--foundation-primary-b-500, #2A2F71);
    font-family: Barlow;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-align: left;
    height: 230px;
}

.section .yazi p {
    color: #7A7A7A;
    font-family: Barlow;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.775px;
}

.section .iletisim-container {
    width: 458px;
    background: #FFF;
    margin: 0 auto;
    border-radius: 8px;
    margin-bottom: 280px;
    padding: 30px 20px;
}

.iletisim-container label {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.iletisim-container input {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 1px solid var(--foundation-primary-b-50, #ECEDF8);
    background: #FFF;
    box-shadow: 0px 6px 10px -1px rgba(191, 145, 53, 0.00);
    outline: none;
    padding: 20px 12px 8px;
    color: #4A4A4A;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
    letter-spacing: -0.54px; 
}

.iletisim-container textarea {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    border: 1px solid var(--foundation-primary-b-50, #ECEDF8);
    background: #FFF;
    box-shadow: 0px 6px 10px -1px rgba(191, 145, 53, 0.00);
    resize: none;
    outline: none;
    padding: 20px 12px 8px;
    color: #4A4A4A;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
    letter-spacing: -0.54px; 
}
.checkbox
{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.iletisim-container .checkbox label h6 {
    color: var(--foundation-black-b-500, #4A4A4A);
    font-family: Barlow;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.3px;
}

.iletisim-container .checkbox label {
    position: absolute;
    width: 385px;
    padding-left: 12px;
}

.iletisim-container .checkbox label h5 {
    color: var(--foundation-black-b-500, #4A4A4A);
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.54px;    
}

.section .iletisim-container label span {
    color: var(--foundation-black-b-500, #4A4A4A);
    font-family: Barlow;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.3px;
    left: 12px;
    top: 8px;
    position: absolute;
}

.section .checkbox input {
    width: 34px;
    height: 34px;
    border: 2px solid white;
    border-radius: 50%;
    background: #ECEDF8;
    box-shadow: 0px 6px 10px -1px rgba(191, 145, 53, 0.00);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
}

.section .checkbox input[type="checkbox"]:checked::before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../svg/fi-bs-check.svg"); 
}

.section button {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background: var(--foundation-primary-b-300, #454DBA);
    box-shadow: 0px 6px 10px -1px rgba(191, 145, 53, 0.00);
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.54px;
    margin-bottom: 30px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    user-select: none;
}

.section .iletisim-container #ad {
    position: absolute;
    padding-left: 35px;
    padding-top: 20px;
    color: var(--foundation-black-b-500, #4A4A4A);
    font-family: Barlow;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.3px;
}

.section .iletisim-container #mail {
    color: var(--foundation-black-b-500, #4A4A4A);
    font-family: Barlow;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.3px; 
}

.main-container .logo {
    text-align: center;
    padding-bottom: 100px;
}

.alt-footer {
    width: 100%;
    height: 420px;
    background-color: #FFF;
}

.alt-footer-container {
    width: 580px;
    margin: 0 auto;
}

.alt-footer .alt-footer-container h2 {
    color: var(--foundation-black-b-500, #4A4A4A);
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.54px;
    padding-bottom: 20px;
}

.alt-footer .alt-footer-container .sosyal-medya {
    padding-top: 100px;
}

.alt-footer .alt-footer-container .sosyal-medya a {
    width: 48px;
    height: 48px;
    padding: 10px;
    border-radius: 10px;
    background: var(--foundation-primary-b-50, #ECEDF8);
}

.alt-footer .alt-footer-container .sosyal-medya a img {
    vertical-align: middle;
}

.alt-footer .alt-footer-container .sosyal-medya .sosyal-a {
    text-align: center;
    padding-bottom: 60px;
}

.alt-footer .alt-footer-container p {
    color: var(--foundation-black-b-500, #4A4A4A);
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.5%;
    padding-bottom: 20px;
}

.alt-footer .alt-footer-container .bilgi-liste ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.alt-footer .alt-footer-container .bilgi-liste ul li h4 {
    color: var(--foundation-black-b-500, #4A4A4A);
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.alt-footer .alt-footer-container .header-liste ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.alt-footer .alt-footer-container .header-liste ul li a {
    color: var(--foundation-black-b-500, #4A4A4A);
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.5%;
    padding: 20px;
}

.alt-footer-alt {
    width: 100%;
    background:#656BC6;
}

.alt-footer-alt .alt-footer-alt-container {
    height: 60px;
}

.alt-footer-alt .alt-footer-alt-container p {
    color: var(--foundation-primary-b-50, #ECEDF8);
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.5%;
    padding-top: 20px;
}

@media screen and (max-width:768px) {
    .main-container .header .header-container {
        width: 100%;
    }

    .main-container h1 {
        padding-bottom: 0;
    }

    .header .header-list .hamburger,
    .header .header-list .toggle-menu {
        display: block;
    }

    .header-container .header-list ul {
        display: flex;
        gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -300px;
        background: #ECEDF8;
        width: 300px;
        height: 100%;
        padding-top: 65px;
        transition: 0.7s;
        z-index: 1;
    }

    .header-container .header-list ul li {
        width: 100%;
        padding: 15px;
    }

    .header-container .header-list ul li a {
        padding: 30px;
        font-size: 24px;
        box-shadow: 0 1px  0 rgba(255, 255, 255, 0.1) inset;
    }

    .header {
        padding: 10px 20px;
        margin-bottom: 25px;
    }

    .section {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .section .yazi {
        padding-top: 0;
    }

    .section .yazi h1 {
        padding-top: 70px;
        font-size: 40px;
        text-align: center;
    }

    .section .yazi p {
        font-size: 21px;
        text-align: center;
    }

    .section .iletisim-container {
        width: 95%;
        margin-bottom: 80px;
        margin-top: 25px;
    }

    .iletisim-container .checkbox label {
        width: 80%;
    }
    
    .iletisim-container .checkbox label h5 {
        font-size: 17px;
    }

    .iletisim-container button {
        width: 100%;
        margin-left: 0;
    }

    .main-container .whatsapp {
        width: 40px;
        height: 40px;
        left: 10px;
        bottom: 35px;
    }

    .alt-footer .alt-footer-container {
        width: 100%;
    }

    .alt-footer .alt-footer-container .bilgi-liste ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap
    }

    .alt-footer .alt-footer-container .bilgi-liste ul li h4 {
        font-size: 18px;
    }

    .alt-footer .alt-footer-container p {
        font-size: 12px;
        padding-bottom: 50px;
    }

    
    .alt-footer .alt-footer-container .header-liste ul li a {
        font-size: 12px;
    }

    .alt-footer-alt .alt-footer-alt-container p {
        font-size: 14px; 
    }

    .alt-footer .alt-footer-container .sosyal-medya {
        padding-top: 50px;
    }
    .header .bilgi {
    display: flex;
    }
    .header-contact
    {
        width: 50%;
        float: left;
        display: flex;
        align-items: center;
    }
    .header .bilgi .resim {
        width: 22px;
        height: 22px;
        float: left;
        display: inline-block;
        background-color: #c8c8cd;
        border-radius: 40px;
        text-align: center;
        padding: 2px;
        margin-right: 8px;
    }
    .header .bilgi .resim a
    {
        width: 100%;
        float: left;
    }
    .header .bilgi .resim a img {
        width: 14px;
        height: 14px;
    }

    .header .bilgi .icerik {
        width: calc(100% - 48px);
        float: left;
    }

    .header .bilgi .icerik p {
        color: #2A2F71;
        font-family: Barlow;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.3px;
    }

    .header .bilgi .icerik h3 {
        color:#2A2F71;
        font-family: Barlow;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.54px;
    }
}