@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&display=swap');


@font-face {
    font-family: "Avenir";
    src: local("Avenir"), url(Metropolis-Medium.otf) format(opentype);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* user-select: none; */
}

html, body {
    width: 100%;
    height: 100%;
    font-family: 'Barlow', sans-serif;
    scroll-behavior: smooth;
}

.container {
    width: 100%;
    height: 100%;
    background-image: url("../images/atg-arkaplan.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.container::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #202020;
    mix-blend-mode: color;
}
.container::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #202020;
    mix-blend-mode: multiply;
}

a {
    text-decoration: none;
	color: inherit;
    -webkit-user-select: none;
}

.background-img {
    width: 100%;
    height: 100%;
}

.background-img img{
    width: 100%;
    height: 100%;
}

.header {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0px 0px 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.header .logo img{
    width: 160px;
    height: 100px;
}

.header .bilgi {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.header .bilgi .resim a {
    width: 38px;
    height: 38px;
    display: inline-block;
    background-color: #ECEDF8;
    border-radius: 40px;
    text-align: center;
    padding: 6px;
}

.header .bilgi .resim a img {
    width: 22px;
    height: 22px;
}

.header .bilgi .resim {
    margin-right: 12px;
}

.header .bilgi .icerik {
    margin-right: 24px;
}

.header .bilgi .icerik p {
    color: #F2F2F2;
    font-family: Barlow;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.3px;
}

.header .bilgi .icerik h3 {
    color:#F2F2F2;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.54px;
}

.header .menu {
    cursor: pointer;
    position: relative;
    float: right;
}

.header .menu .menu-list {
    background-color: white;
    visibility: hidden;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 75px;
    left: 0px;
    width: 150px;
}

.header .menu:hover .menu-list {
    visibility: visible;
}

.header .menu ul li {
    list-style: none;
    padding: 10px;
}

.header .menu ul li a {
    color: #202020;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.54px;
}

.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 .menu .resim a {
    width: 34px;
    height: 34px;
    display: inline-block;
    background-color: #ECEDF8;
    border-radius: 40px;
    text-align: center;
    padding: 6px;
    margin-right: 12px;
}

.header .menu .resim a img {
    width: 22px;
    height: 22px;
}

.header .menu .icerik h3 {
    color:#F2F2F2;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.54px;
}

.header .menu .resim {
    margin-right: 12px;
    display: flex;
    float: right;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
}

h1 {
    color: #FFF;
    width: 100%;
    text-align: center;
    font-family: Barlow;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    position: relative;
    top: 20%;
    z-index: 99;
    transition: 0.1s;
}

.ilk-h1 {
    margin-bottom: 15px;
}

h1 span:hover {
    text-shadow: 0 0 10px #fff, 0 0 20px rgb(164, 164, 164), 0 0 30px rgb(164, 164, 164), 0 0 40px rgb(164, 164, 164);
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.footer .bilgi-container {
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translate(-50%, 0px);
    height: 40px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footer .vector-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.footer .iletisim-formu a {
    color: #ECEDF8;
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.48px;
    border-radius: 8px;
    border: 2px solid #ECEDF8;
    box-shadow: 0px 6px 10px -1px rgba(191, 145, 53, 0.00);
    padding: 8px 20px;
}

.footer .detayli-bilgi a {
    color: #ECEDF8;
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.48px;
    margin-right: 12px;
}

.footer .detayli-bilgi #ok-buton {
    border-radius: 80px;
    border: 2px solid gray;
    background: #ECEDF8;
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.8);
    padding: 4px 9px;
}

.footer .detayli-bilgi #ok-buton #ok-vector-1 {
    position: relative;
    z-index: 0;
    bottom: 7px;
    left: 4px;
}

.footer .detayli-bilgi #ok-buton #ok-vector-2 {
    position: relative;
    z-index: 1;
    right: 6px;
}

.footer .vector-container img {
    float: left;
}

.footer .vector-container a {
    float: left;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.video-container {
    width: 100%;
}

.video-container video {
    width: 100%;
    float: left;
}

.video-container .dikey-video {
    display: none;
}

.video-container img {
    position: fixed;
    bottom: 100px;
    left: 45px;
    z-index: 10;
}

.giris {
    width: 100%;
    background-color: #fff;
}

.giris h1 {
    color: #202020;
    text-align: center;
    font-family: Barlow;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding-top: 100px;
}

.giris p {
    color: #7A7A7A;
    text-align: center;
    font-family: Barlow;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.775px;
    padding-top: 40px;
}

.giris .giris-resim {
    text-align: center;
    padding-top: 20px;
}

.hizmetler-container {
    display: flex;
    justify-content: center;
    padding-bottom: 135px;
}

.hizmetler {
    width: 275px;
    height: 520px;
    padding: 20px;
    margin: 20px;
}

.hizmetler:hover {
    background-color: #202020;
    transition: 0.5s;
}

.hizmetler:hover h4 {
    color: #FFF;
}

.hizmetler:hover p {
    color: #FFF;
}

.hizmetler:hover img {
    filter: brightness(70%);
}

.hizmetler:hover a {
    visibility: visible;
}

.hizmetler h4 {
    color: #202020;
    font-family: Barlow;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 20px 0;
}

.hizmetler p {
    overflow: hidden;
    color:  #202020;
    text-overflow: ellipsis;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 20px;
}

.hizmetler a {
    color: var(--foundation-black-b-200, #919191);
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.54px;
    visibility: hidden;
    border-bottom: 3px solid;
}

.hizmetler img {
    width: 235px;
    height: 220px;
}

.hizmetler a img {
    margin-left: 12px;
    margin-bottom: -5px; 
}

.tanitim {
    width: 100%;
    background-color: #FFF;
}

.tanitim-container {
    display: flex;
    margin: 170px 120px 170px 120px;
    justify-content: center;
    padding: 0 255px;
    padding-bottom: 170px;
}

.tanitim .rotate-box {
    position: absolute;
    width: 400px;
    height: 400px;
    background-color: #bebebe;
    transform: rotate(-30deg);
}

.tanitim .image-box {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.tanitim .image-box img{
    width: 400px;
    height: 400px;
}

.tanitim .text-box #first-h2 {
    color: #202020;
    font-family: Barlow;
    font-size: 41px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.tanitim .text-box #second-h2 {
    color: #202020;
    font-family: Barlow;
    font-size: 41px;
    font-style: normal;
    font-weight: 800; 
    line-height: 120%; 
}

.tanitim .text-box {
    padding-left: 100px;
}

.tanitim .text-box p {
    color: #202020;
    font-family: Barlow;
    font-size: 41px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -2.255px;
}

.tanitim2 {
    width: 100%;
    background: linear-gradient(341deg, #2A2F71 0%, #9398D7 89.58%, #9398D7 100%);
    padding: 160px 0;
}

.tanitim2-container {
    display: flex;
    justify-content: center;
    gap: 140px;
}

.tanitim2-container .text-box h2 {
    color: #ECEDF8;
    font-family: Barlow;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.5%;
    letter-spacing: -1.395px;
}

.tanitim2-container .text-box p {
    color:#ECEDF8;
    font-family: Barlow;
    font-size: 41px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}

.tanitim2 .image-box {
    position: relative;
    z-index: 1;
}

.tanitim2 .rotate-box {
    position: absolute;
    width: 400px;
    height: 400px;
    background: #B3B6E3;
    transform: rotate(-30deg);
}

.referanslar {
    width: 100%;
    background: #ECEDF8;
}

.referanslar h1 {
    color: #2A2F71;
    text-align: center;
    font-family: Barlow;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding-top: 120px;
    padding-bottom: 40px;
}

.referans-logo-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.referans-logo-container img {
    filter: grayscale(1);
}

.referans-logo-container img:hover {
    filter: grayscale(0);
}

.musteri-yorumlari-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.musteri-yorumlari-container .yorum {
    width: 280px;
    height: 240px;
    position: relative;
    border-radius: 14px;
    background: #FFF;
    padding-left: 20px;
    padding-top: 30px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.06), -5px 11px 8px 0px rgba(0, 0, 0, 0.02);
    padding-top: 20px;
}

.musteri-yorumlari-container .yorum h4 {
    color: #4A4A4A;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.54px;
}

.musteri-yorumlari-container .yorum h6 {
    color: #656BC6;
    font-family: Barlow;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 10px;
}

.musteri-yorumlari-container .yorum p {
    color: #555;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134.5%;
}

.musteri-yorumlari-container .yorum a {
    width: 44px;
    height: 44px;
    border-radius: 30px;
    background: linear-gradient(341deg, #2A2F71 0%, #9398D7 89.58%, #9398D7 100%);
    line-height: 55px;
    position: absolute;
    text-align: center;
    margin-top: -50px;
}

.iletisim {
    width: 100%;
    background: #202020;
}

.iletisim h1 {
    color: var(--foundation-primary-b-500, #fff);
    text-align: center;
    font-family: Barlow;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding-top: 160px;
}

.iletisim p {
    color: #7A7A7A;
    text-align: center;
    font-family: Barlow;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.775px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.iletisim .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);
}

.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;
}

.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;    
}

.iletisim .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: 10px;
    top: 6px;
    position: absolute;
}

.iletisim .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;
}

.iletisim .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"); 
}

.iletisim button {
    width: 400px;
    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-left: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
    border: none;
}

.iletisim .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;
}

.iletisim .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; 
}

.iletisim .destek {
    width: 900px;
    margin: 0 auto;
    background: var(--foundation-primary, linear-gradient(270deg, #464646 0%, #919191 89.58%, #c3c3c4 100%));
    border-radius: 28px;
    display: flex;
    justify-content: space-between;
}

.iletisim .destek .asistan-bilgi p {
    color: #FFF;
    font-family: Avenir;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 70px;
    padding-bottom: 0px;
}

.iletisim .destek .asistan-bilgi h4 {
    color: #FFF;
    font-family: Avenir;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-left: 20px;
}

.iletisim .destek .asistan-bilgi h4 a {
    
}

.iletisim .destek .asistan {
    display: -webkit-flex;
}

.iletisim .destek .asistan #asistan-tel {
    width: 70px;
    height: 70px;
    background-color: #ECEDF8;
    display: table-footer-group;
    border-radius: 21px;
    margin: auto 0 auto 30px;
}

.iletisim .destek .asistan a img {
    left: 50%;
    position: relative;
    transform: translate(-50%, 0px);
}

.iletisim .destek .asistan-bilgi {
    padding-bottom: 30px;
}

.iletisim .destek-buton {
    margin: auto 60px;
}

.iletisim .destek-buton a{
    color: var(--foundation-primary-b-50, #ECEDF8);
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.54px;
    border-radius: 8px;
    border: 2px solid var(--foundation-primary-b-100, #ECEDF8);
    box-shadow: 0px 6px 10px -1px rgba(191, 145, 53, 0.00);
    padding: 8px 20px;
}

.iletisim .destek-img {
    text-align: center;
}

.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 {
	display: inline-table;
    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 #sirket-unvan {
    color: var(--foundation-black-b-500, #4A4A4A);
    text-align: center;
    font-family: Barlow;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.5%;
    padding-bottom: 20px;
}

.alt-footer .alt-footer-container #sirket-adres {
    color: var(--foundation-black-b-500, #4A4A4A);
    text-align: center;
    font-family: Barlow;
    font-size: 28px;
    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:#202020;
}

.alt-footer-alt .alt-footer-alt-container {
    height: 60px;
}

.alt-footer-alt .alt-footer-alt-container p {
    color: var(--foundation-primary-b-50, #fff);
    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){

    .container .header {
        display: flex;
        float: left;
        width: 100%;
        padding-top: 15px;
    }

    .header .bilgi .icerik {
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .container .header .logo {
        width: 100%;
        display: inline; 
        float: left;
    }

    .header .bilgi .resim {
        margin-right: 5px;
    }

    .header .bilgi .icerik p {
        display: none;
    }

    .container .header .bilgi {
        width: 100%;
        display: flex;
        float: left;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    
    .container .header .bilgi h3 {
        width: 126px;
        font-size: 11px;
    }

    .container .header .menu {
        float: left;
        display: none;
    }

    .container .ilk-h1 {
        position: absolute;
        width: 100%;
        float: left;
        top: 25%;
        font-size: 30px;
    }

    .container .ikinci-h1 {
        position: absolute;
        width: 100%;
        float: left;
        top: 50%;
        font-size: 30px;
    }


    .container .footer .bilgi-container {
        width: 100%;
    }

    .video-container video {
        display: none;
    }  

    .video-container .dikey-video {
        display: block; 
    }   

    .video-container img {
        width: 40px;
        height: 40px;
        left: 10px;
        bottom: 35px;
    }   

    .giris h1 {
        font-size: 30px;
    }

    .giris .giris-resim img {
        width: 100%;
    }

    .giris .hizmetler-container {
        width: 100%; 
        display: grid;
        padding-bottom: 100px;
    }  

    .tanitim2-container .text-box h2 {
        color: #ECEDF8;
        font-family: Barlow;
        font-size: 41px;
        font-style: normal;
        font-weight: 800;
        line-height: 120%;
    }

    .tanitim .tanitim-container {
        display: flex;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }

    .tanitim .tanitim-container .full-image-box {
        display: none;
    }

    .tanitim .tanitim-container .text-box {
        padding: 60px 60px;
    }

    .tanitim2 {
        padding: 0;
    }

    .tanitim2 .tanitim2-container .text-box {
        padding: 60px 60px;
    }

    .tanitim2 .tanitim2-container .full-image-box {
        display: none;
    }

    .referanslar .referans-logo-container {
        width: 100%;
    }

    .iletisim h1 {
        padding-top: 70px;
        font-size: 40px;
    }

    .iletisim p {
        padding-left: 5px;
    }

    .referanslar h1 {
        padding-top: 70px;
        font-size: 40px;
    }
    
    .referanslar .musteri-yorumlari-container {
        white-space: nowrap;
        overflow-x: auto;
        padding-top: 30px;
        padding-left: 10px;
        gap: 25px;
    }

    .musteri-yorumlari-container .yorum {
        margin-left: 50%;
    }

    .iletisim {
        padding: 0 10px;
    }

    .iletisim .destek {
        width: 95%;
    }

    .iletisim .destek-img img {
        width: 100%;
    }

    .iletisim .iletisim-container {
        width: 100%;
        margin-bottom: 80px;
    }

    .iletisim .destek-img {
        padding-top: 10px;
    }

    .iletisim-container .checkbox label {
        width: 80%;
    }
    
    .iletisim-container .checkbox label h5 {
        font-size: 17px;
    }

    .iletisim button {
        width: 100%;
        margin-left: 0;
    }

    .iletisim .destek-buton {
        display: none;
    }

    .iletisim .destek .asistan-bilgi h4 {
        font-size: 20px;
        padding-left: 5px;
    }

    .iletisim .destek .asistan a {
        margin-left: 3px;
    }

    .alt-footer .alt-footer-container {
        width: 100%;
    }

    .alt-footer .alt-footer-container .bilgi-liste ul {
        display: flex;
        margin-left: 15px;
    }

    .alt-footer .alt-footer-container .bilgi-liste ul li h4 {
        font-size: 18px;
    }

    .alt-footer .alt-footer-container p {
        font-size: 25px;
        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; 
    }

    .hizmetler {
        background-color: #FFF;
    }

    .hizmetler a {
        visibility: visible;
    }

    .alt-footer .alt-footer-container .sosyal-medya {
        padding-top: 50px;
    }

    .hizmetler:hover img {
        filter: brightness(100%);
    }
}