:root {
    --siyah: #1d1d1b;
    --kirmizi: #ef8a31;
    --baslikmavi: #f22f3d;
    --yazi: rgba(0, 0, 0, .87);
    --gri: #939393;
    --koyukirmizi: #5a0000;
    --mavi: #5AD2F4;



    --body: #f7f6f2;
    --gri: #707070;
    --griiki: #bababa;
    --yazi: rgba(0, 0, 0, .87);
    --arkaplan: white;
    --border: rgba(0, 0, 0, .12);
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

html {
    font-size: 24px;
}

.anasayfa {
    width: 100%;
    min-height: 100vh;
}

.secili-sekme {
    color: var(--kirmizi) !important;
}

.sabit {
    width: 80%;
    margin: auto;
}

.header-giris {
    width: 100%;
    height: 100vh;
    position: relative;
}

.header-giris>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sonuc-yok {
    padding: 30px 20px;
    box-sizing: border-box;
    border: 1px solid var(--border);
    border-radius: 4px;
}

.sonuc-yok i {
    font-size: 2rem;
    width: 5rem;
    display: flex;
    justify-content: center;
    color: var(--gri);
}

.sonuc-yok p {
    font-size: .6rem;
}

.slide-content {
    margin: 0px auto;
    width: 80%;
    height: calc(100% - 101px);
    transform: translateY(101px);
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
}

.slide-icerik-sol {
    flex: 0 0 50%;
    max-width: 50%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-icerik-sag {
    flex: 0 0 40%;
    max-width: 40%;
    height: 80%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.slide-icerik-sag>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hizmetler {
    width: 100%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
}

.hizmetler-baslik-alt {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: var(--baslikaltmavi);
}

.hizmetler-baslik-ust>span {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-bottom: 5px;
}

.hizmetler-baslik-ust>span>span {
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    bottom: 0;
    left: 0;
    border-left: 2px solid var(--baslikmavi);
    border-bottom: 2px solid var(--baslikmavi);
}

.hizmetler-icerik {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gercek-card {
    display: flex;
    flex-direction: column;
    flex: 0 0 19.5%;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 15px 46px rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.gercek-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
}

.gercek-card-img {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 40px 40px 0px 40px;

}

.gercek-card-img>img {
    width: 100%;
    height: 170px;
    object-fit: contain;
}

.gercek-card-icerik {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 25px 60px 25px;
    height: 100%;
    position: relative;
}

.gercek-card-icerik>h3 {
    font-size: .8rem;
    margin-bottom: 25px;
    color: var(--siyah);
    font-weight: 600;
}

.gercek-card-icerik>p {
    margin-bottom: 30px;
    font-size: .6rem;
    color: var(--gri);
}

.gercek-card-icerik>a {
    padding: 10px 15px;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    z-index: 3;
    background: var(--kirmizi);
    font-size: .60rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: white;
    position: absolute;
    bottom: 30px;
}

.gercek-hizmetler-devami {
    border: 1px solid var(--beyazimsi);
    margin: 25px auto;
    border-radius: 4px;
    cursor: pointer;
}

.gercek-hizmetler-devami>a {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
}

.giris-container, .nasilyapilir {
    width: 100%;
    height: 100%;
}

.hizmetler-baslik {
    margin-bottom: 60px;
}


.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.ic-ice {
    height: 100%;
    width: 100%;
}

.ic-ice .slide-content>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ic-ice .slide-content {
    width: 100%;
    height: 100% !important;
    transform: translateY(0);
}

.calismalar-container {
    width: 100%;
}

.slide-icerik-sol-taraf {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide-icerik-sol-taraf>h2 {
    color: var(--siyah);
    font-weight: 500;
    font-size: 1.75rem;
    margin-bottom: 20px;
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.slide-icerik-sol-taraf>p {
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: .75rem;
    color: #848484;
    text-align: center;
    margin-bottom: 20px;
}

.slide-icerik-sol-taraf a {
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: .75rem;
    color: #848484;
    text-align: center;
}

.slide-icerik-sol-taraf a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #848484;
}

.swiper-slide-active .slide-icerik-sol-taraf>h2 {
    opacity: 1;
    transform: translateX(0);
}

.swiper-slide-active .slide-icerik-sol-taraf>p {
    opacity: 1;
    transform: translateX(0);
}

.swiper-slide-active .slide-icerik-sol-taraf a {
    opacity: 1;
    transform: translateX(0);
}

.header-giris .swiper-pagination-bullet {
    width: 10px !important;
    height: 5px !important;
    background: rgba(147, 147, 147, .75) !important;
    border-radius: 4px !important;
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.header-giris .swiper-pagination-bullet-active {
    background: var(--kirmizi) !important;
    width: 16px !important;
}

.nasil-yapilir-babasi {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nasil-yapilir-ebeveyn {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nasil-yapilir {
    width: 80%;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

.nasil-yapilir-pagination {
    top: 0px;
    background: white;
    height: 110px;
    box-sizing: border-box;
    border-radius: 500px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    left: 50% !important;
    transform: translateX(-50%) translate3d(0, 0, 0) !important;
    width: auto !important;
    bottom: 0px !important;
    display: flex;
    padding: 5px 50px 15px 50px;
}

.nasilyapilir .swiper-wrapper {
    height: calc(100% - 150px);
    margin-top: 150px;
}



.nasilyapilir-pagination>img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.nasilyapilir-pagination>span {
    position: absolute;
    bottom: 0px;
    font-size: .6rem;
    color: var(--gri);
}

.nasil-yapilir-pagination .swiper-pagination-bullet-active span {
    color: var(--kirmizi);
}

.nasilyapilir-pagination::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: -25px;
    font-size: 16px;
    color: var(--gri);
}

.nasil-yapilir-pagination>.nasilyapilir-pagination:last-child::before {
    display: none;
}

.nasil-yapilir-ebeveyn::before {
    content: '';
    position: absolute;
    top: 55px;
    left: 50%;
    width: 80%;
    height: calc(100% - 55px);
    background: var(--kirmizi);
    transform: translateX(-50%);
    border-radius: 5px;

}

.nasil-yapilir-icerik-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.nasil-yapilir-icerik-sol {
    flex: 0 0 45%;
    height: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    position: relative;
}

.nasil-yapilir-icerik-sag {
    flex: 0 0 55%;
    height: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    color: white;
    overflow: hidden;
}

.nasil-yapilir-icerik-sol>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nasil-yapilir-icerik-sag>h3 {
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 500;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transform: translateX(-100%);
}

.nasil-yapilir-icerik-sag>p {
    margin-bottom: 15px;
    font-size: .7rem;
    font-weight: 300;
    color: #efefef;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transform: translateX(150%);

}

.nasilyapilir .swiper-slide-active .nasil-yapilir-icerik-sag>h3 {
    transform: translateX(0);
}

.nasilyapilir .swiper-slide-active .nasil-yapilir-icerik-sag>p {
    transform: translateX(0);
}

.hakkimizda-div {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 100px;

}

.sinay-hakkimizda {
    width: 80%;
    display: flex;
    flex-direction: row;
    padding: 75px 0px;
    max-height: 320px;
}

.sinay-hakkimizda-sol {
    flex: 0 0 60%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.sinay-hakkimizda-sol>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.sinay-hakkimizda-sol::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 96%;
    border: 1px solid white;
    background: rgba(0, 0, 0, .3);
    border-radius: 4px;

}

.sinay-hakkimizda-sag {
    flex: 0 0 40%;
    height: 100%;
    box-sizing: border-box;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
}

.sinay-hakkimizda-sag .hizmetler-baslik {
    margin: 0px;
}

.sinay-hakkimizda-sag .hizmetler-baslik-ust {
    display: inline-block;
    text-align: left;
}

.sinay-hakkimizda-sag-p {
    font-size: .6rem;
    color: var(--gri);
}

.sinay-hakkimizda-sag-p>h1 {
    font-size: inherit;
    display: inline;
}

.sinay-hakkimizda-sag .hizmetler-baslik-ust>span {
    font-size: .90rem;
}

.sinay-hakkimizda-sag-buton {
    display: flex;
    width: 100%;
    flex-direction: row;
    font-size: 0.6rem;
    margin-top: 15px;
}

.sinay-hakkimizda-sag-buton a {
    display: block;
    text-decoration: none;
    background: var(--kirmizi);
    margin-right: 20px;
    padding: 10px 20px;
    color: white;
    font-weight: 300;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.sinay-hakkimizda-sag-buton a:hover {
    transform: translateY(5px);
}

.tanitim {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 100px 0;
}

.tanitim-icerik {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tanitim-card {
    flex: 0 0 24%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    position: relative;
}

div.far::before {}

.tanitim-card-i {
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: var(--kirmizi);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.tanitim-card h3 {
    font-size: .8rem;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 25px;
    color: var(--siyah);
    font-weight: 600;
    position: relative;

}

.tanitim-card-icerik>h3::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
    background: var(--kirmizi);
}

.tanitim-card p {
    margin: 0 0 10px;
    font-size: 0.6rem;
    text-align: center;
    color: var(--gri)
}

.tanitim .hizmetler-baslik-ust {
    font-size: .7rem !important;
}

header {
    width: 100%;
    position: fixed;
    z-index: 5151;
    top: 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 5px 0px;
    height: auto;
}

.header-ekle {
    transform: translateY(0px);
}

.header-sil {
    transform: translateY(-100%);
}

.header-active {
    background: white;
    padding: 0px;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.176);
}

.header-active .header {
    padding: 13px 0px;
}

.header-active .header-logo {
    height: 75px !important;
    width: 75px !important;
}

.header {
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 25px 0px;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.header-logo {
    display: flex;
    align-items: center;
    width: 110px;
    height: 110px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-logo>a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.header-logo>a>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-logo>a:hover>img {
    transform: scale(1.0153);
}

.header-ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.header-ul>li>a {
    text-decoration: none;
    color: var(--siyah);
    font-size: 0.7rem;
    font-weight: 600;
    margin: 0px 20px;
}

.header-ul>li:first-child>a {
    margin-left: 0px;
    margin-right: 20px;
}

#header-mobil-menu, .header-mobil-menu {
    display: none;
    position: relative;
}

.mobil-menu {
    position: absolute;
    width: 100%;
    background: white;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: rotateX(90deg);
    transform-origin: 0 0;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid var(--beyazimsi);
}

.mobil-menu>ul {
    list-style-type: none;

}

.mobil-menu>ul>li {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    font-size: .6rem;
    color: var(--basliksiyah);
}

.hizmetlerimiz-mobil {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
}

.hizmetlerimiz-mobil>ul {
    list-style-type: none;
    overflow: auto;
    padding-top: 15px;
}

.hizmetlerimiz-mobil>ul>li {
    padding: 15px;
    border-top: 1px solid #e8e8e8;
    position: relative;
}

.mobil-veri-check {
    display: none;
}

.mobil-veri-check~label {
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.mobil-veri-check~label>i, .mobil-veri-check~a label>i {
    font-size: .6rem;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    margin-left: 5px;
}

.hizmetlerimiz-mobil>ul .hizmetlerimiz-mobil>ul {
    padding-top: 10px;
}

.hizmetlerimiz-mobil>ul .hizmetlerimiz-mobil>ul>li:last-child {
    padding-bottom: 0px;
}

.mobil-menu>ul a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.header-ul>li {
    position: relative;
    padding: 15px 0px;
    display: flex;
    align-items: center;
}

.header-masaustu {
    position: absolute;
    width: 150px;
    background: white;
    top: 100%;
    box-sizing: border-box;
    padding-top: 15px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: rotateX(90deg);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-ul>li:hover>.header-masaustu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}

.header-ul>li:hover>a {
    color: var(--kirmizi);
}

.header-masaustu-ul {
    list-style-type: none;
}

.header-masaustu-ul>li {
    padding: 10px 0px;
    position: relative;
    font-size: 14px;
}

.header-masaustu-ul>li>a {
    text-decoration: none;
    color: var(--siyah);
    display: flex;
    align-items: center;
    padding: 0px 15px;
    font-size: .6rem;
    font-weight: 500;
}

.header-masaustu-ul>li>img, .hizmetlerimiz-mobil>ul>li>img {
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform: translateY(50%);
    width: 18px;
    object-fit: contain;
}

.header-masaustu-ul>li>a>i {
    margin-left: 5px;
    font-size: 11px;
    -webkit-transition: margin 0.3s ease-out;
    -moz-transition: margin 0.3s ease-out;
    -o-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;
}

.header-masaustu-alt {
    position: absolute;
    width: 100%;
    background: white;
    left: 100%;
    box-sizing: border-box;
    top: 0px;
    transform: rotateY(90deg);
    transform-origin: 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-masaustu-ul>li:hover>.header-masaustu-alt {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
}

.header-masaustu-ul>li:hover>a>i {
    margin-left: 15px;
}

.hizmetlerimiz-mobil>ul>li:last-child {
    padding-bottom: 0;
}

.hizmetlerimiz-mobil>ul>li:last-child>img {
    bottom: 9px !important;
}

.header-masaust-span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: var(--kirmizi);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.header-masaust-alt-span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: var(--kirmizi);
    display: block;
}

.mobil-menu .footer-orta-kolon {
    padding: 20px 15px;
}

.mobil-menu .kolon-sosyalmedya {
    justify-content: start;
}

.mobil-menu .kolon-sosyalmedya .sosyalmedya-top {
    margin-right: 7.5px;
}

.mobil-menu .kolon-iletisim {
    padding: 0px;
    padding-bottom: 20px;
}

.header-mobil-menu>label {
    width: 32px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: var(--kirmizi);
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 10px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 20px;
}

#header-mobil-menu:checked~#nav-icon2 span:nth-child(1), #header-mobil-menu:checked~#nav-icon2 span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header-mobil-menu:checked~#nav-icon2 span:nth-child(2), #header-mobil-menu:checked~#nav-icon2 span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#header-mobil-menu:checked~#nav-icon2 span:nth-child(1) {
    left: 3px;
    top: 5px;
}

#header-mobil-menu:checked~#nav-icon2 span:nth-child(2) {
    left: calc(50% - 3px);
    top: 5px;
}

#header-mobil-menu:checked~#nav-icon2 span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#header-mobil-menu:checked~#nav-icon2 span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#header-mobil-menu:checked~#nav-icon2 span:nth-child(5) {
    left: 3px;
    top: 15px;
}

#header-mobil-menu:checked~#nav-icon2 span:nth-child(6) {
    left: calc(50% - 3px);
    top: 15px;
}

.header-ul>li:last-child>a {
    margin-right: 0px !important;
}

.header-dil {
    position: absolute;
    top: 10px;
    right: 0px;
    display: flex;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.header-dil>a {
    text-decoration: none;
    display: flex;
    width: 18px;
    height: 12px;
    margin-left: 10px;
}

.header-dil>a>svg {
    width: 100%;
    height: 100%;
}

.header-teklif {
    display: flex;
}

.header-teklif>a {
    padding: 10px 15px;
    background: transparent;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    z-index: 3;
    background: var(--kirmizi);
    font-size: .65rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: white;
    animation-name: rotate-pokeball;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.header-teklif>a:hover {
    animation-play-state: paused;

}

.kolon-baslik {
    position: relative;
}

@keyframes rotate-pokeball {

    from {
        -webkit-transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-5deg);
    }
}

;

@-webkit-keyframes rotate-pokeball {

    from {
        -webkit-transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-5deg);
    }
}

;


.tekil-teklif {
    width: 100%;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tekil-teklif-icerik {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tekil-teklif-icerik>h2 {
    padding-bottom: 35px;
    color: var(--siyah);
    font-weight: 400;
    font-size: 1.4rem;
    text-align: center;
}

.tekil-teklif-icerik>a {
    padding: 10px 15px;
    background: transparent;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    z-index: 3;
    background: var(--kirmizi);
    font-size: .65rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: white;
}

.tekil-teklif>img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    z-index: -1;
}

.hizmetler-giris {
    height: 400px;
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}

.hizmetler-giris::before {
    content: '';
    position: absolute;
    background: #d9d9d9;
    width: 100%;
    height: 15%;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 20%, 0 100%);
}

.hizmetler-giris>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 80% 85%, 0 100%);

}

.dp-row {
    display: flex;
    flex-direction: row;
}

.dp-column {
    display: flex;
    flex-direction: column;
}

.fw-w {
    flex-wrap: wrap;
}

.dp-none {
    display: none!important;
}

.dp-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, auto));
    grid-gap: 10px;
}

.galeri {
    height: 240px;
    padding: 10px;
    position: relative;
}

.galeri img {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
}

.hizmetler-giris-icerik {
    position: absolute;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    bottom: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.hizmetler-giris-icerik>h1 {
    font-weight: 500;
    color: var(--kirmizi);
    font-size: 1.5rem;
    max-width: 50%;
}

.hizmetler-giris-icerik>ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    color: var(--siyah);
    font-size: 0.60rem;
    font-weight: 500;

}

.hizmetler-giris-icerik>ul>li {
    padding: 0px 5px;
}

.hizmetler-giris-icerik>ul>li>a {
    text-decoration: none;
    color: inherit;
}

.hizmetler-baslik {
    margin-bottom: 60px;
}

.hizmetler-baslik>h2 {
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    color: var(--siyah);
    position: relative;
    padding-bottom: 15px;
}

.hizmetler-baslik>h2>span {
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    bottom: 5px;
    left: 5px;
    border-left: 2px solid var(--kirmizi);
    border-bottom: 2px solid var(--kirmizi);
}

.hizmetler-baslik>h2>span:last-child {
    bottom: 0px;
    left: 0px;
}

.hizmetler-baslik>h1>span {
    display: inline-block;
    width: 30px;
    margin-right: 8px;
    height: 2px;
    background: var(--kirmizi);
    border-radius: 2px;
}

.parkur {

    margin-top: 120px;
}

.parkur-icerik {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0px;
}

.parkur-card-img {
    display: flex;
    position: relative;

}

.parkur-card-img {
    text-decoration: none;
    height: 370px;
    overflow: hidden;
}

.parkur-card {
    flex: 0 0 45%;
    margin-bottom: 10%;
    max-width: 45%;


}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 5px !important;
    background: rgba(147, 147, 147, .75) !important;
    opacity: 1 !important;
    border-radius: 4px !important;
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.swiper-pagination-bullet-active {
    background: var(--kirmizi) !important;
    width: 16px !important;
}

.parkur-card>a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-decoration: none;
}

.parkur-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parkur-card-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 96%;
    background: rgba(0, 0, 0, .3);
    border: 1px solid white;
    display: none;
}

.parkur-card-icerik {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
    box-shadow: 0 15px 46px rgba(0, 0, 0, .1);
    border-top: none;
    min-height: 170px;
    display: flex;
    flex-direction: column;
}

.parkur-card-baslik {
    padding: 20px 30px;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: var(--kirmizi);
}

.parkur-card-baslik>h3 {
    font-size: .7rem;
    color: white;
    text-align: center;
    font-weight: 600;
}

.parkur-card-icerik>p,
.parkur-card-icerik {
    font-size: .6rem;
    color: var(--siyah);
}

.makinetanitim {
    width: 100%;
    height: 500px;
    background: aqua;
    margin-top: 150px;
}

.deneme {
    width: 100%;
    height: 100%;
    min-height: 200px;
}


.hizmetler-baslik {
    display: flex;
    flex-direction: column;
}

.hizmetler-baslik-ust>span {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-bottom: 5px;
}

.hizmetler-baslik-ust>span>span {
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    bottom: 0;
    left: 0;
    border-left: 2px solid var(--baslikmavi);
    border-bottom: 2px solid var(--baslikmavi);
}

.hizmetler-baslik-alt {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: var(--baslikaltmavi);
    margin-bottom: 20px;
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .75;
}

.footer-alt {
    width: 80%;
    margin: auto;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--siyah);
    font-size: .6rem;
    border-top: 1px solid #e8e8e8;
    font-weight: 400;
}

.footer-ust {
    width: 80%;
    display: flex;
    flex-direction: row;
    margin: 100px auto 0px auto;
    position: relative;

}

.footer-orta {
    width: 80%;
    margin: 65px auto 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-orta-kolon {
    flex: 0 0 24%;
    padding: 40px 20px;
    box-sizing: border-box;
}

.kolon-icerik {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
    color: var(--siyah);
    font-size: 0.6rem;

}

.kolon-ul {
    list-style-type: none;
}

.kolon-ul>li {
    padding: 5px 0px;
}

.kolon-icerik>ul>li>a {
    text-decoration: none;
    color: inherit;
    margin-left: 5px;
}

.kolon-input {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.kolon-input>span {
    display: block;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0141a2;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

.kolon-input>span>i {
    color: white;
}

.kolon-input>input {
    display: block;
    height: 38px;
    width: calc(100% - 38px);
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 0px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #efefef;
    border-right: none;

}

.kolon-iletisim {
    padding: 20px 0px;
}

.kolon-iletisim a {
    text-decoration: none;
    margin-left: 5px;
    color: inherit;
}

.kolon-baslik>h5 {
    font-size: .75rem;
    font-weight: 600;
    color: var(--kirmizi);
}

.kolon-baslik>h5 a {
    text-decoration: none;
    color: inherit;
}

.kolon-sosyalmedya {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

footer .kolon-sosyalmedya {
    margin: 20px 0;

}

.sosyalmedya-top {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 16px;
}

.sosyalmedya-top:hover {
    transform: translateY(-5px);
}

.kolon-icerik>p {
    line-height: 25px;
}

.kolon-ul>li>i {
    font-size: 13px;
    color: var(--kirmizi);
}

.footer-ust-sol>img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    object-position: bottom;
}

.footer-ust-sol {
    flex: 0 0 60%;
}

.footer-ust-sag {
    flex: 0 0 40%;
    padding: 40px 20px;
}

.footer-ust-sag-icerik>ul {
    list-style-type: none;
    margin-top: 20px;
}

.footer-ust-sag-icerik>ul>li {
    padding: 10px 0px;
}

.footer-ust-sag-icerik>ul>li>p {
    margin-top: 10px;
    font-size: 14px;
    color: var(--yazi);
}

.footer-ust-sag-icerik>ul>li>span {
    font-weight: 600;
    color: var(--grimsi);
}

.footer-ust-sag>h4 {
    font-size: 26px;
    font-weight: 500;
    color: var(--baslikaltmavi);
}

.footer-iletisim-icon {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 25px;
    background-color: #eee;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    text-decoration: none;
    cursor: pointer;
}

.icon-whatsapp {
    right: 100px;
    background-color: #25d366 !important;
}

.footer-iletisim-icon>div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: relative;
}

.footer-iletisim-icon>div>i {
    color: var(--gri);
}

.icon-whatsapp>div>i {
    color: white !important;
}

.footer-iletisim-icon::before,
.footer-iletisim-icon::after {
    content: "";
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer-iletisim-icon::before {
    border: 1px solid #ddd;
    -webkit-animation: lexprofitBorderAnim 3s -0.5s linear infinite;
    animation: lexprofitBorderAnim 3s -0.5s linear infinite;
}

.footer-iletisim-icon::after {
    background: #ddd;
    -webkit-animation: lexprofitBackAnim 3s linear infinite;
    animation: lexprofitBackAnim 3s linear infinite;
}

.icon-whatsapp::before {
    border-color: #25d366 !important;
}

.icon-whatsapp::after {
    background: #25d366 !important;
}

@-webkit-keyframes lexprofitBorderAnim {
    0% {
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1)
    }

    50% {
        -webkit-transform: scaleX(1.5) scaleY(1.5);
        transform: scaleX(1.5) scaleY(1.5)
    }

    to {
        -webkit-transform: scaleX(2) scaleY(2);
        transform: scaleX(2) scaleY(2);
        opacity: 0
    }
}

@keyframes lexprofitBorderAnim {
    0% {
        -webkit-transform: scaleX(1) scaleY(1);
        transform: scaleX(1) scaleY(1)
    }

    50% {
        -webkit-transform: scaleX(1.5) scaleY(1.5);
        transform: scaleX(1.5) scaleY(1.5)
    }

    to {
        -webkit-transform: scaleX(2) scaleY(2);
        transform: scaleX(2) scaleY(2);
        opacity: 0
    }
}

@-webkit-keyframes lexprofitBackAnim {
    0% {
        -webkit-transform: scaleX(0.7) scaleY(0.7);
        transform: scaleX(0.7) scaleY(0.7)
    }

    25% {
        -webkit-transform: scaleX(1.2) scaleY(1.2);
        transform: scaleX(1.2) scaleY(1.2)
    }

    50% {
        -webkit-transform: scaleX(1.5) scaleY(1.5);
        transform: scaleX(1.5) scaleY(1.5)
    }

    65% {
        -webkit-transform: scaleX(1.2) scaleY(1.2);
        transform: scaleX(1.2) scaleY(1.2);
        opacity: 0.7
    }

    to {
        -webkit-transform: scaleX(0.7) scaleY(0.7);
        transform: scaleX(0.7) scaleY(0.7);
        opacity: 0
    }
}

@keyframes lexprofitBackAnim {
    0% {
        -webkit-transform: scaleX(0.7) scaleY(0.7);
        transform: scaleX(0.7) scaleY(0.7)
    }

    25% {
        -webkit-transform: scaleX(1.2) scaleY(1.2);
        transform: scaleX(1.2) scaleY(1.2)
    }

    50% {
        -webkit-transform: scaleX(1.5) scaleY(1.5);
        transform: scaleX(1.5) scaleY(1.5)
    }

    65% {
        -webkit-transform: scaleX(1.2) scaleY(1.2);
        transform: scaleX(1.2) scaleY(1.2);
        opacity: 0.7
    }

    to {
        -webkit-transform: scaleX(0.7) scaleY(0.7);
        transform: scaleX(0.7) scaleY(0.7);
        opacity: 0
    }
}

.kolon-icerik>p~.kolon-ul {
    margin-top: 15px;
}

footer>svg {
    position: absolute;
    bottom: 0px;
}

.hakkimizda {
    width: 100%;
    margin: 100px 0px;
}

.hakkimizda-icerik {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hakkimizda-icerik-sol {
    flex: 0 0 45%;
    height: 400px;
    position: relative;
}

.hakkimizda-icerik-sol::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
    height: 96%;
    border: 1px solid white;
    background: rgba(0, 0, 0, .3);
    border-radius: 4px;
}

.hakkimizda-icerik-sol>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nasilyapilir-pagination {
    width: 100px !important;
    height: auto !important;
    border-radius: 0px !important;
    background: transparent !important;
    opacity: 1 !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 20px !important;
}

.hakkimizda-icerik-sag {
    flex: 0 0 55%;
    box-sizing: border-box;
    padding: 0px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hakkimizda-icerik-sag p {
    font-size: .6rem;
    color: var(--gri);
    margin-bottom: 10px;
    line-height: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.sonparagraf {
    text-align: right;
    margin-top: 10px;
    font-size: .6rem;
    color: var(--gri);
    line-height: 22px;
    position: relative;
}

.sonparagraf>h1 {
    font-size: inherit;
}

.hakkimizda-icerik-sag p a {
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hakkimizda-icerik-sag p a:hover {
    transform: translateX(10px);
}

.hakkimizda-icerik-sag p img {
    width: 250px;
    object-fit: contain;
    margin-top: 10px;
}

.hizmetler-baslik-ust {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 20px;
    color: var(--siyah);
}

.hakkimizda-icerik-sag .hizmetler-baslik {
    margin: 0px;
}

.ikincibaslik {
    margin-top: 20px !important;
}

.hakkimizda-icerik-sag .hizmetler-baslik-ust>span {
    font-size: .90rem;
}

.hizmetler-baslik-ust>span {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-bottom: 5px;
}

.hizmetler-baslik-ust>span>span {
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    bottom: 0;
    left: 0;
    border-left: 2px solid var(--baslikmavi);
    border-bottom: 2px solid var(--baslikmavi);
}

.hizmetler-icerik-sol {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, auto));
    grid-gap: 10px;
    flex: 0 0 80%;
}

.hizmetler-icerik-sag {
    position: sticky;
    top: 120px;
    flex: 0 0 20%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}

.hizmetler-icerik-sag>ul {
    list-style-type: none;
    font-size: .6rem;
}

.hizmetler-icerik-sag>ul>li {
    margin-bottom: 15px;
    padding-left: 5px;
    border-left: 2px solid var(--kirmizi);
    color: var(--gri);
}

.hizmetler-icerik-sag>ul>li a {
    position: relative;
    color: var(--gri);
    text-decoration: none;
    padding-bottom: 3px;
}

.hizmetler-icerik-sag>ul>li:last-child {
    margin: 0px;
}

.hizmetlerTanitim-icerik>.hizmetler-baslik {
    margin-top: 25px;
}

.fancybox {
    grid-template-columns: auto auto;
    height: max-content;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    margin-bottom: 2%;
    position: relative;
}

.fancybox-img {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.fancybox-img>img {
    width: 100%;
    object-fit: contain;
    position: relative;
}

.hizmetlerTanitim-icerik {
    width: 100%;
    margin: 100px 0px 150px 0px;
    display: flex;
    flex-direction: column;
}

.hizmetlerTanitim-icerik-p {
    margin-bottom: 35px;
    font-size: .6rem;
    color: var(--gri);

}

.hizmetlerTanitim-icerik-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}

.hizmetlerTanitim-icerik-card-baslik {
    width: 100%;
    margin-bottom: 15px;
    border-left: 2px solid var(--kirmizi);
    padding-left: 10px;
}

.hizmetlerTanitim-icerik-card-baslik>span {
    color: var(--siyah);
    font-weight: 500;
}

.hizmetlerTanitim-icerik-card-baslik>span:first-child {
    font-size: .75rem;
}

.hizmetlerTanitim-icerik-card-baslik>span:last-child {
    font-size: .6rem;

}

.hizmetlerTanitim-icerik-card-icerik {
    display: flex;
    flex-direction: row;
}

.hizmetlerTanitim-icerik-card-icerik>p {
    flex: 0 0 65%;
    font-size: 0.6rem;
    color: var(--gri);
    display: flex;
    align-items: center;
}

.hizmetlerTanitim-icerik-card-icerik>img {
    width: 35%;
    object-fit: contain;
    padding: 35px;
    box-sizing: border-box;
}

.hizmetlerTanitim-icerik-yatay {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.hizmetlerTanitim-icerik-yatay>.hizmetlerTanitim-icerik-card {
    flex: 0 0 24%;
    margin: 0px;

}

.hizmetlerTanitim-icerik-yatay .hizmetlerTanitim-icerik-card-baslik {
    padding: 0px;
    padding-bottom: 10px;
    text-align: center;
    border: none;
    position: relative;
}

.hizmetlerTanitim-icerik-yatay .hizmetlerTanitim-icerik-card-baslik::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background: var(--kirmizi);
    width: 50%;
    height: 1px;
}

.hizmetlerTanitim-icerik-yatay .hizmetlerTanitim-icerik-card-icerik>p {
    flex: 0 0 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}


.hizmetler-baslik-ust {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 20px;
    color: var(--siyah);
}

.hizmetler-baslik-ust>span {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-bottom: 5px;
}

.hizmetler-baslik-ust>span>span {
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    bottom: 0;
    left: 0;
    border-left: 2px solid var(--baslikmavi);
    border-bottom: 2px solid var(--baslikmavi);
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.iletisim {
    width: 100%;
    display: flex;
    flex-direction: column
}

.google-maps {
    margin-top: 100px;
    width: 100%;
    height: 400px;
}

.iletisim-icerik {
    margin-top: 175px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.iletisim-icerik-sol {
    flex: 0 0 68%;
    height: 100%;
    box-shadow: 0 8px 16px 0 rgba(58, 95, 149, .1);
}

.iletisim-icerik-sag {
    flex: 0 0 30%;
    height: 100%;
    box-shadow: 0 8px 16px 0 rgba(58, 95, 149, .1);
    box-sizing: border-box;
    padding: 80px 50px 100px 50px;
    display: flex;
    flex-direction: column;
}

.tekil-teklif {
    width: 100%;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tekil-teklif::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #272727;
    z-index: -1;
    opacity: 0.02;
}

.tekil-teklif-icerik {
    width: 80%;
    height: 100%;
    margin: 0px auto;
    padding: 65px 0px 50px 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tekil-teklif-icerik-baslik {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 12px;

}

.tekil-teklif-icerik-baslik>h1 {
    margin: 15px 0px 25px 0px;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--kirmizi);
}

.tekil-teklif-icerik-baslik>p {
    margin-bottom: 35px;
    font-size: 0.65rem;
    color: var(--gri);
}

.tekil-teklif-icerik-baslik>p>a {
    text-decoration: none;
    color: var(--siyah);
    font-weight: 600;
    display: inline-block;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.tekil-teklif-icerik-baslik>p>a:hover {
    transform: translateY(5px);
}

.tekil-teklif-icerik-icerik {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 50px;
    padding-top: 25px;
}

.tekil-teklif-icerik-card {
    flex: 0 0 48%;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tekil-teklif-icerik-card>p {
    font-size: .5rem;
    color: red;
    max-height: 0px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.teklif-card-60lik {
    flex: 0 0 100%;
}

.tekil-teklif-icerik-card>input,
.tekil-teklif-icerik-card>textarea {
    width: 100%;
    border: none;
    outline: none;
    font-size: 0.6rem;
    padding: 12px 18px;
    box-sizing: border-box;
    resize: none;
    display: block;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    border-bottom: 1px solid #e8e8e8;
    background: transparent;
    color: var(--siyah);
}

.tekil-teklif-icerik-card>textarea {
    min-height: 120px;
}

.tekil-teklif-icerik-card>input[type=submit] {
    border-radius: 4px;
    width: 48% !important;
    cursor: pointer;
    color: white !important;
    background: var(--kirmizi);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid var(--kirmizi);
    font-weight: 600;
    position: relative;
}

.tekil-teklif-icerik-card>input[type=submit]:hover {
    background: white;
    color: var(--kirmizi) !important;
}

.tekil-teklif>marquee {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.kayan-yazi {
    font-size: 160px;
    font-weight: 100;
    color: #e8e8e86b;
}

.kayan-yazi>span {
    font-weight: 900;
    color: #e8e8e8;
}

.iletisim-baslik {
    margin-bottom: 10px;

}

.iletisim-baslik>h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--kirmizi);
}

.iletisim-icerik-sag-satir {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: .6rem;
    color: var(--gri);
}

.iletisim-icerik-sag-satir>a {
    text-decoration: none;
    color: inherit;
}

.yol-tarif-button {
    margin-top: 20px;
    padding: 15px 50px;
    color: white !important;
    background: var(--kirmizi);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid var(--kirmizi);
    font-weight: 600;
    position: relative;
}

.yol-tarif-button::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.yol-tarif-button:hover {
    background: white;
    color: var(--kirmizi) !important;
}

.yol-tarif-button:hover::after {
    color: var(--kirmizi) !important;
    transform: translateY(-50%) translateX(6px);
}

.iletisim-telefon {
    flex-direction: column !important;
}

.iletisim-telefon>a {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.iletisim-telefon>a::before {
    content: "\f879";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: .5rem;
}

.iletisim-telefon>a:last-child:before {
    content: "\f1ac";
}

.loading-mail {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--kirmizi);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--kirmizi) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.width-50 {
    width: 50%;
}

.bs-bb {
    box-sizing: border-box;
}

.p10 {
    padding: 10px;
}

.blog-list {
    border-radius: 4px;
    height: 600px;
    padding: 10px;
    box-sizing: border-box;
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.bl-img {
    height: 400px;
}

.bl-dty {
    padding: 16px 0px;
    color: var(--griiki);
}

.bl-dty span {
    display: block;
    font-weight: 400;
    line-height: 1.25rem;
    font-size: .6rem;
    margin-bottom: 12px !important;
    margin-top: 16px !important;
}

.bl-dty p {
    font-weight: 300;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 16px !important;
}

.bl-dty small {
    display: block;
    color: #989898;
    font-weight: 400;
    line-height: 22px;
    font-size: .5rem;
    padding-bottom: 24px;
}

.bl-dvm {
    font-size: .6rem;
    color: black;
}

.bl-dvm i {
    font-size: .5rem;
    margin-left: 5px;
}

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.ofit-cover {
    object-fit: cover;
}

.page-header {
    height: 600px;
    position: relative;
    margin-bottom: 60px;
}

.page-header img {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 80% 85%, 0 100%);
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0.5));
    clip-path: polygon(0 0, 100% 0, 100% 95%, 80% 85%, 0 100%);
    z-index: 2;
}

.pheader {
    width: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

.ai-c {
    align-items: center;
}

.pheader span {
    display: block;
    margin-bottom: 16px;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 400;
}

.pheader h1 {
    font-weight: 300;
    color: #fff !important;
    margin: 0;
}

.js-sb {
    justify-content: space-between;
}

.sol {
    width: 66%;
}

.sag {
    width: 30%;
}

.hizmetler .hizmetler-icerik {
    overflow-x: auto;
}

.blg-t {
    font-weight: 400;
    font-size: 1.25rem;
    margin-top: 0px;
    margin-bottom: 32px;
}

.post-body p {
    font-size: .6rem;
    margin: 16px 0px;
}

.post-body h2 {
    font-size: 1rem;
}

.ta-kati {
    margin-bottom: 32px;
}

.ta-header-title h4 {
    font-weight: 500;
    font-size: .86rem;
    margin: 0;
    margin-bottom: 20px;
    color: var(--yazi);
}

.ta-kati a {
    color: var(--yazi);
    font-size: .6rem;
    font-weight: 400;
    margin-bottom: 8px;
}

.ta-kati a i {
    font-size: .6rem;
    color: var(--kirmizi);
    margin-right: 4px;
}

.benyeni {
    height: 110px;
    margin-bottom: 16px;
}

.height-100 {
    height: 100%;
}

.ofit-cover {
    object-fit: cover;
}

.benyeni img {
    width: 110px;
}

.benyeni-dty {
    padding-left: 16px;
    color: #413E3B;
}

.benyeni-dty span {
    font-size: .6rem;
    font-weight: 400;
    display: block;
    padding-bottom: 8px;
}

.benyeni-dty a {
    font-weight: 500;
    font-size: .5rem;
    margin-bottom: 0;
}

.blog-head {
    padding: 12px 12px 44px 12px;
    overflow-x: auto;
    box-sizing: border-box;
}

.blog-head a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0px 16px;
    text-decoration: none;
    color: var(--gri);
    font-size: .6rem;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
}

.blog-head a.active::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--kirmizi);
    transition: .3s cubic-bezier(.25, .8, .5, 1);
}

@media only screen and (max-width: 900px) {
    .tekil-teklif-icerik-icerik {
        width: 100%;
    }

    .tekil-teklif-icerik-card {
        flex: 0 0 100%;
    }

    .iletisim-icerik {
        flex-direction: column-reverse;
    }
}

.tt-two {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.sonuc-mail {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    background-color: rgba(0, 0, 0, .7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10004;
}

.sonuc-icerik {
    width: 325px;
    background: white;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.sonuc-icerik-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sonuc-icerik-header>h4 {
    margin-top: 20px;
    font-weight: 500;
    color: var(--gri);
}

.sonuc-header-top {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    color: white;
    margin-top: -70px;
}

.sonuc-icerik-body {
    width: 100%;
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    font-size: .65rem;
    text-align: center;
    color: var(--gri);
}

.sonuc-icerik-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sonuc-icerik-footer>button {
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
    min-height: 40px;
    margin: .25rem 0;
    display: block;
    width: 100%;
    cursor: pointer;
}

.sabit-scroll {
    overflow: hidden;
}

.sss-head h2 {
    margin: 0;
    font-size: 1.75rem !important;
    font-weight: 400;
    letter-spacing: -.0083333333em !important;
    line-height: 3.75rem;
    padding-bottom: 12px;
}

.sss-head p {
    margin: 0;
    margin-bottom: 40px;
    padding: 12px 0;
}

.sss-liste {
    position: relative;
    max-height: 64px;
    transition: max-height .3s;
    overflow: hidden;
}

.sss-liste button {
    background: transparent;
    text-decoration: none;
    border: none;
    font-size: 1rem !important;
    font-weight: 400;
    letter-spacing: normal !important;
    line-height: 2rem;
    text-align: left;
    width: 100%;
    padding: 16px 0;
    color: var(--yazi);
    position: relative;
    cursor: pointer;
    overflow-y: auto;
}

.sss-liste p {
    padding: 0px 24px 16px 24px;
    margin: 0;
    font-size: .86rem;
    color: var(--yazi);
    height: 100%;
    overflow-y: auto;
}

.divider {
    background-color: rgba(0, 0, 0, .12);
    height: 1px;
    width: 100%;
}

.sss-liste i {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    font-size: 1rem;
    color: var(--kirmizi);
    margin: 0;
}

.sss-active {
    max-height: 750px !important;
}

.cont {
    margin-bottom: 50px;
}

.cont-head {
    position: relative;
}

.cont-head h1,
.cont-head h2,
.cont-head h3,
.cont-head h4 {
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.cont-head>span {
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 20px;
    bottom: 0;
    left: 0;
    border-left: 2px solid var(--baslikmavi);
    border-bottom: 2px solid var(--baslikmavi);
}

.cont-body p {
    margin-bottom: 10px;
    font-size: .6rem;
    color: var(--gri);
}
.banner{
    height: 300px;
    width: 100%;
    margin: 100px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 0;
}
.banner-cont{
    position: relative;
    z-index: 1;
}
.banner-cont h2{
    color: var(--kirmizi);
    font-weight: 500;
    font-size: 1.75rem;
    margin-bottom: 20px;
}
.banner-cont p{
    font-size: .75rem;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
    .dp-container {
        grid-template-columns: auto auto;
    }

    .galeri {
        height: auto;
        padding: 0;
    }

    .fancybox {
        flex: 0 0 100%;
    }

    .hizmetlerTanitim-icerik-yatay {
        flex-direction: column;
    }

    .hizmetlerTanitim-icerik-card-icerik {
        flex-direction: column;
    }

    .hizmetlerTanitim-icerik-card-icerik>img {
        width: 100%;
    }
    .hizmetler-icerik{
        flex-direction: column-reverse;
    }
    .hizmetler-icerik-sag{
        padding-left: 0px;
        margin-bottom: 25px;
        position: relative;
        top: 0px;
    }
    .hizmetler-icerik-sol {
        grid-template-columns: auto auto;
        flex: 0 0 100%;
    }

    .hakkimizda-icerik {
        flex-direction: column;
    }

    .hakkimizda-icerik-sol {
        flex: 0 0 100%;
    }

    .hakkimizda-icerik-sag {
        flex: 0 0 100%;
        margin-top: 40px;
        padding: 0px;
    }

    .hakkimizda-icerik-sag p img {
        width: 80%;
    }

    .icon-whatsapp {
        right: 25px;
        bottom: 115px;
    }

    .footer-orta {
        flex-direction: column;
        margin: 35px auto 0px;
    }

    .footer-ust-sol {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .footer-ust-sag {
        flex: 0 0 100%;
        padding: 40px 0px;
    }

    .footer-orta-kolon {
        padding: 40px 20px 0px 20px;
    }

    .hizmetler-giris-icerik {
        flex-direction: column;
        align-items: flex-start;
        bottom: 5%;
    }

    .hizmetler-giris>img {
        clip-path: none;

    }

    .hizmetler-giris::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 50%, 0 100%);
        display: none;
    }

    .hizmetler-card {
        flex: 0 0 100%;
        margin-top: 20px;
    }

    .hizmetler-giris-icerik>h1 {
        max-width: 100%;
    }

    .tekil-teklif>img {
        object-fit: cover;
    }

    .parkur-card {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    header {
        padding: 0px;
    }

    .header {
        padding: 13px 0px;
    }

    .header-dil {
        display: none;
    }

    .mobil-menu .header-dil {
        display: flex;
        top: 50%;
        transform: translateY(-50%);
    }

    .footer-orta-kolon>.header-dil {
        display: block;
        padding-bottom: 20px;
    }

    .footer-orta-kolon>.header-dil span {
        display: none;
    }

    .footer-orta-kolon>.header-dil svg {
        width: 24px;
        height: 16px;
    }

    .footer-orta-kolon>.header-dil>a:first-child {
        margin-left: 0px;
    }

    .footer-orta-kolon>.header-dil>svg {
        display: none;
    }

    .header-logo>a {
        justify-content: center;
    }

    .header-logo {
        width: 75px;
        height: 75px;
    }

    .header-liste {
        display: none;
    }

    .header-mobil-menu {
        display: flex;
    }

    .header-active .header-logo {
        height: 50px !important;
        width: 50px !important;
    }

    .header-logo>a>img {
        width: 100%;
        height: 100%;
    }

    .tanitim-card-icerik>h3::before {
        display: none;
    }

    .tanitim-icerik {
        flex-direction: column;
    }

    .tanitim-card {
        flex-direction: row;
        justify-content: space-between;
    }

    .tanitim-card-i {
        width: 75px;
        height: 75px;
        font-size: 28px;
    }

    .tanitim-card p {
        text-align: left;
    }

    .tanitim .hizmetler-baslik {
        margin: 0px;
    }

    .tanitim-card h3 {
        margin-bottom: 10px;
        text-align: left;

    }

    .tanitim-card-icerik {
        width: calc(100% - 100px);
    }

    .gercek-card {
        flex: 0 0 100%;
        margin-bottom: 5%;
    }

    .sinay-hakkimizda {
        flex-direction: column;
        max-height: 100%;
        height: 100%;
    }

    .sinay-hakkimizda-sag {
        padding: 20px 0px;
    }

    @keyframes animated-text {

        0% {
            width: 0;
        }

        50% {
            width: 80%;
        }

        100% {
            width: 0;
        }
    }

    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }

    .slide-content {
        flex-direction: column;
        justify-content: start;
    }

    .slide-icerik-sol, .slide-icerik-sag {
        width: 100%;
        max-width: 100%;
    }

    .slide-icerik-sag {
        flex: 0 0 35%;
    }

    .nasil-yapilir {
        width: 100%;
        padding-bottom: 0px;
    }

    .nasil-yapilir-pagination {
        flex-direction: column;
        height: auto;
        left: 0px !important;
        transform: translateX(0) !important;
        padding: 0px;
        border-radius: 0px;
    }

    .nasilyapilir-pagination {
        width: auto !important;
        margin: 0px !important;
        padding: 20px;
        flex: 0 0 19%;
        box-sizing: border-box;
    }

    .nasilyapilir .swiper-wrapper {
        height: 100%;
        margin-top: 0px;
    }

    .nasil-yapilir-ebeveyn::before {
        top: 0px;
        height: 100%;
        width: 100%;
        left: 0px;
        transform: translateX(0);
    }

    .nasil-yapilir-icerik-card {
        width: calc(100% - 80px);
        position: relative;
        left: 40px;
        flex-wrap: wrap;
    }

    .nasil-yapilir-icerik-sol {
        flex: 0 0 100%;
        height: 40%;
    }

    .nasil-yapilir-icerik-sag {
        flex: 0 0 100%;
        height: 60%;
    }

    .nasilyapilir-pagination::before {
        display: none;
    }

    .active-menu-span-nasil {
        position: absolute;
        height: 0;
        width: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background: var(--kirmizi);
        left: 10px;
        top: 20px !important;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .nasil-yapilir-pagination .swiper-pagination-bullet-active .active-menu-span-nasil {
        height: 50%;
    }
}

@media screen and (max-width: 828px) {
    .sag .ta-kati:nth-child(1) {
        margin-top: 50px;
    }

    .sol, .sag {
        width: 100%;
    }
}

/* @media only screen and (min-width: 1920px){
    html{
        font-size: 32px!important;
    }
    .header-logo {
        width: 165px;
        height: 165px;
    }
    .header-active .header-logo{
        width: 125px;
        height: 125px;
    }
    .header{
        padding: 50px 0px;
    }
    .header-active .header{
        padding: 26px 0px;
    }
    .hizmetler-giris{
        height: 500px!important;
    }
} */
@media only screen and (max-width: 767px) {
    html {
        font-size: 20px;
    }

    .slide-icerik-sol-taraf>h2 {
        margin-bottom: 10px !important;
    }

    .bb-list .width-50 {
        width: 100%;
    }

    .blog-list {
        height: max-content;
    }
}

@media only screen and (max-width:600px) {}

@media only screen and (max-width: 480px) {
    html {
        font-size: 18px !important;
    }
}