:root {
    --renk1: #2580c3;
    --renk2: #88d0f2;
    --renk3: #e959c7;
    --renk4: #f7517e;
    --renk5: #c55ff6;
    --renk6: #3e3f92;
    --renk7: #3e3f92;
    --gradient1: linear-gradient(to right, var(--renk1), var(--renk2));
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}
*:hover{
    text-decoration: none;
}
a {
    text-decoration: none;
    color: var(--renk1);
}

a:hover {
    text-decoration: none;
    color: var(--renk1);
}

::selection {
    color: white;
    background-color: var(--renk1);
}

body {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(to right, var(--renk1) 60%, var(--renk2));
}

main {
    overflow: hidden;
    background-color: white;
    margin-top: 35px;
    border-radius: 10px 10px 0 0;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

.navbar-brand {
    width: 100%;
    transition: all .4s;
}

.nav-link {
    color: var(--renk1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 15px !important;
    transition: all .4s;
    border-radius: 5px;
    margin: 0 2px;
    font-size: 16px;
}

.nav-link:hover, .nav-link.active {
    color: var(--renk1);
}

.nav-link i {
    color: var(--renk1);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-link .d-icon{
    background-color: var(--renk1);
}
.nav-link:hover i, .nav-link.active i {
    transform: rotate(360deg);
    transition: all .4s;
    color: var(--renk1);

}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.mySwiper {
    height: 70vh;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-container {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 2;
}

.slider-baslik {
    font-size: 42px;
    background: var(--gradient1);
    color: transparent;
    background-clip: text;
    font-weight: bold;
    text-align: left;
}

.hakkimizdaBaslik {
    font-size: 32px;
    background: var(--gradient1);
    color: transparent;
    background-clip: text;
    font-weight: bold;
    position: relative;
    display: inline-flex;
    margin-bottom: 30px;
}
.hakkimizdaBaslik::before{
    content: "";
    width: 50%;
    height: 2px;
    background-color: var(--renk1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.dalga {
    position: absolute;
    width: 100%;
    height: 200px;
    background-image: url("../img/dalga.png");
    background-size: 100% auto;
    background-position: top center;
    bottom: 50px;
    transform: translateY(50%);
    z-index: 1;
}
.hakkimizda{
    position: relative;
    z-index: 2;
}

.xortala {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.sectionBaslik {
    font-size: 32px;
    background: var(--gradient1);
    color: transparent;
    background-clip: text;
    font-weight: bold;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.sectionBaslik.sol{
    justify-content: start;
}
.sectionBaslik.sag{
    justify-content: end;
}
.sectionBaslik h2{
    font-size: 32px;
    font-weight: bold;
}
.sectionBaslik h4{
    font-size: 26px;
    font-weight: bold;
}
.sectionBaslik h6{
    font-size: 22px;
    font-weight: bold;
}

.sectionBaslik::before {
    content: "";
    width: 50%;
    height: 2px;
    background-color: var(--renk1);
    position: absolute;
    bottom: 0;
}

.urun img {
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.4) 0 7px 19px 0;
    filter: blur(3px);
    transition: all .4s;
}

.swiper-slide-active .urun img {
    filter: blur(0);
}

.hizmet-kutu {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hizmet-kutu::before{
    content: "";
    width: 250px;
    height: 2px;
    position: absolute;
    background-color: #dddddd;
    z-index: 0;
}
.hizmet-row [class*='col']:nth-child(1) .hizmet-kutu::before, .hizmet-row [class*='col']:nth-child(3) .hizmet-kutu::before{
    transform: translateX(100%) rotate(22deg);
    right: 110px;
    top: 150px;
}
.hizmet-row [class*='col']:nth-child(2) .hizmet-kutu::before, .hizmet-row [class*='col']:nth-child(4) .hizmet-kutu::before{
    transform: translateX(100%) rotate(-22deg);
    right: 110px;
    top: 32px;
}
.hizmet-row [class*='col']:last-child .hizmet-kutu::before{
    display: none;
}

.hizmet-perspective {
    position: relative;
    width: 75%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateX(-30deg) rotate(53deg) skewY(345deg);
}

.hizmet-perspective::after {
    content: "";
    position: absolute;
    width: 70%;
    aspect-ratio: 1;
    background-color: #f1f1f1;
    transform-style: preserve-3d;
    z-index: 2;
    border-radius: 15px;
}

.hizmet-perspective::before {
    content: "";
    position: absolute;
    width: 70%;
    aspect-ratio: 1;
    margin-top: 7px;
    margin-right: -8px;
    background-color: var(--renk1);
    z-index: 1;
    border-radius: 15px;
    filter: blur(13px);
    opacity: 0.5;
    transform: translateY(10px) translateX(10px);
    transition: all .4s;
}
.hizmet-kutu:hover .hizmet-perspective::before{
    transform: translateY(15px) translateX(15px);
    opacity: 0.65;
    filter: blur(10px);
}

.hizmet-sayi {
    font-size: 32px;
    color: var(--renk1);
    position: absolute;
    left: 30px;
    transform: rotateX(0deg) rotate(-34deg) skewX(-30deg) translatex(-20px) !important;
    font-weight: 700;
    top: 0;
}

.hizmet-row .col-lg-1-5:nth-child(2n - 2) .hizmet-kutu {
    margin-top: 120px;
}

.hizmet-alt {
    position: relative;
    width: 80%;
}

.hizmet-baslik {
    font-size: 14px;
    background: var(--gradient1);
    color: transparent;
    background-clip: text;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.hizmet-baslik::before {
    content: "";
    width: 75%;
    height: 2px;
    background-color: var(--renk1);
    position: absolute;
    bottom: -2px;
}

.hizmet-kutu .icerik {
    text-align: justify;
    font-size: 12px;
}

.hizmet-kutu i {
    position: absolute;
    top: 65px;
    z-index: 10;
    background-color: var(--renk1);
    width: 40px;
}

.hizmet-row .col-lg-1-5:nth-child(2) .hizmet-perspective::before {
    background-color: var(--renk3);
}

.hizmet-row .col-lg-1-5:nth-child(3) .hizmet-perspective::before {
    background-color: #fb4427;
}

.hizmet-row .col-lg-1-5:nth-child(4) .hizmet-perspective::before {
    background-color: var(--renk7);
}

.hizmet-row .col-lg-1-5:nth-child(5) .hizmet-perspective::before {
    background-color: var(--renk4);
}

.stickyMenu {
    top: 0;
    background-color: white;
    transform: translateY(-100%);
    transition: all .4s;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.stickyMenu.active {
    transform: translateY(0);
}

.yorum-kutu {
    width: 100%;
    height: 250px;
    margin: 50px 0;
    background-color: #f8f8ff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.34) 0 0 8px;
    padding: 10px;
}

.yorum-kutu .logo {
    padding: 10px 15px;
    background-color: #f8f8ff;
    position: absolute;
    bottom: -32px;
    height: 45px;
    box-shadow: rgba(0, 0, 0, 0.20) 0 10px 11px;
    border-radius: 0 0 10px 10px;
}

.yorum-kutu .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yorum-kutu .icerik {
    font-size: 14px;
}

.yorum-kutu .isim {
    padding: 10px 15px;
    background: linear-gradient(to right, var(--renk1), var(--renk2));
    position: absolute;
    left: 20px;
    top: -10px;
    color: white;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
}

.yorum-kutu .isim::before {
    content: "";
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0;
    transform: translateX(100%);
    top: 0;
    background-color: var(--renk1);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.rakam-yazi, .rakam-yazi h1 {
    font-family: "Great Vibes", cursive;
    font-size: 52px;
    color: var(--renk1);
}

.rakam-kutu {
    width: 80%;
    aspect-ratio: 1;
    position: relative;
    background: linear-gradient(to right, var(--renk1), var(--renk2));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    outline: 4px dotted #c9c9c9;
    outline-offset: 10px;
}

.rakam-kutu::before {
    content: "";
    width: calc(100% - 25px);
    aspect-ratio: 1;
    position: absolute;
    background-color: white;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.rakam-ic {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rakam-kutu .logo {
    width: 35%;
    aspect-ratio: 1;
    position: absolute;
    background: linear-gradient(to right, var(--renk1), var(--renk2));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    animation: rakamLogo 20s infinite linear;
}
@keyframes rakamLogo {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(-360deg);
    }
}
.rakam-kutu .logo::before {
    content: "";
    width: calc(100% - 15px);
    aspect-ratio: 1;
    position: absolute;
    background-color: white;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.rakam-kutu .logo img {
    width: 75%;
    position: relative;
    z-index: 3;
}

.rakam-box {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rakam {
    width: 290px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    transform: translateX(115%);
    filter: drop-shadow(0 0 0.75rem #d9d9d9);
}

.rakam-box:nth-child(2) .rakam {
    width: 260px;
    height: 165px;
}

.rakam .shape-1 {
    width: 100%;
    height: 100%;
    mask-image: url("../img/rakam-maske.svg");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    position: absolute;
    background-color: #f8f8ff;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.rakam .shape-2 {
    height: calc(100% - 30px);
    top: 15px;
    right: 27px;
    aspect-ratio: 1;
    position: absolute;
    background: linear-gradient(to right, #02caad, #37a5db);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.rakam-box:nth-child(2) .rakam .shape-2 {
    right: 28px;
    background: linear-gradient(to right, var(--renk5), var(--renk6));
}

.rakam-box:nth-child(3) .rakam .shape-2 {
    right: 28px;
    background: linear-gradient(to right, var(--renk3), var(--renk4));
}

.rakam-box:last-child .rakam .shape-2 {
    z-index: -2;
    height: calc(100% + 20px);
    right: 3px;
    top: -10px;
}

.rakam-box:nth-child(2) {
    transform: rotate(-120deg);
}

.rakam-box:nth-child(2) .rakam-orta {
    transform: rotate(120deg);
}

.rakam-box:nth-child(3) {
    transform: rotate(135deg);
}

.rakam-box:nth-child(3) .rakam-orta {
    transform: rotate(-135deg);
}

.rakam-orta {
    height: calc(100% - 30px);
    top: 15px;
    right: 27px;
    aspect-ratio: 1;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    color: white;
    font-weight: 600;
    text-align: center;
}

.rakam-box:last-child .rakam-orta::before {
    content: "";
    width: calc(100% + 12px);
    aspect-ratio: 1;
    position: absolute;
    background: linear-gradient(to right, #02caad, #37a5db);
    border-radius: 50%;
    z-index: 1;
}

.rakam-box:last-child .rakam-orta::after {
    content: "";
    width: 100%;
    aspect-ratio: 1;
    position: absolute;
    background: white;
    z-index: 2;
    border-radius: 50%;
}

.rakam-box .rakam-orta span, .rakam-box .rakam-orta p, .rakam-box .rakam-orta i {
    position: relative;
    z-index: 10;
}

.rakam-box:last-child .rakam-orta {
    color: var(--renk1);
}

footer {
    background: linear-gradient(180deg, rgba(136, 208, 242, 0) 0%, rgba(136, 208, 242, 0.7) 100%);
}

.footerBaslik {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--renk1);
    font-size: 22px;
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
}

.footerBaslik::before {
    content: "";
    width: 50%;
    height: 2px;
    background-color: var(--renk1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-liste {
    padding: 0;
}

.footer-liste li {
    padding: 5px 0;
    font-weight: 500;
}

.footer-liste li a {
    color: black;
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: start;
}

.footer-liste li i {
    color: var(--renk1);
    margin-right: 10px;
}

.footer-liste li .d-icon {
    background-color: var(--renk1);
}
.footer-liste li:hover a {
    transform: translateX(10px);
}
.footer-logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-baslik, .slider-icerik{
    transform: translateX(-100%);
    opacity: 0;
    transition: all .4s ease-in-out;
}
.slider-img{
    transform: translateX(100%);
    opacity: 0;
    transition: all .8s ease-in-out;
}
.slider-icerik{
    transition-delay: 0.2s;
    font-size: 16px;
}
.swiper-slide-active .slider-baslik, .swiper-slide-active .slider-icerik{
    transform: translateX(0);
    opacity: 1;
}
.swiper-slide-active .slider-img{
    transform: translateX(0);
    opacity: 1;
}
.rakam-ic {
    animation: disDonus 20s linear infinite;
}

@keyframes disDonus {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.rakam-orta {
    animation: icTersDonus 20s linear infinite;
}

.rakam-box:nth-child(4) .rakam-orta { --aci: 0deg; }
.rakam-box:nth-child(2) .rakam-orta { --aci: 120deg; }
.rakam-box:nth-child(3) .rakam-orta { --aci: -135deg; }

@keyframes icTersDonus {
    from { transform: rotate(var(--aci)) rotate(0deg); }
    to   { transform: rotate(var(--aci)) rotate(-360deg); }
}
.stickyMenu .navbar-brand{
    width: 75%;
}
.referans-laptop{
    width: 130%;
    margin-left: -15%;
    aspect-ratio: 50 / 37;
    background-image: url("../img/laptop.svg");
    background-size: contain;
    background-position: center center;
    padding: 0;
    background-repeat: no-repeat;
}
.referans-telefon{
    height: 400px;
    aspect-ratio: 17/30;
    background-image: url("../img/telefon.svg");
    background-size: contain;
    background-position: center center;
    padding: 0;
    background-repeat: no-repeat;
    float: right;
}
.h1-content{
    padding-top: 120px;
    background-size: cover;
    background: linear-gradient(0deg, rgba(136, 208, 242, 0) 0%, rgba(136, 208, 242, 0.2) 100%), url(../img/h1-bg.png) center;
}
.h1-content h1{
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    color: var(--renk1);
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}
.breadcrumb{
    display: inline-flex;
    background-color: transparent;
    font-size: 14px;
    align-content: center;
}
.breadcrumb li, .breadcrumb li a{
    color: var(--renk1);
    font-size: 14px;
    align-content: center;
}
.iletisim-bilgileri{
    width: 100%;
    min-height: 200px;
    background-color: #f8f8ff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.1) 0 7px 15px 0;
    align-content: center;
}
.iletisim-bilgileri ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.iletisim-bilgileri li{
    flex: 0 0 auto;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    margin: 10px 0;
}
.iletisim-bilgileri li a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.iletisim-bilgileri li i{
    width: 35px;
    height: 35px;
    background-color: #f8f8ff;
    color: var(--renk1);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--renk1);
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: 18px;
}
.iletisim-bilgileri li:hover i{
    transition: all .4s;
    transform: rotate(360deg);
}
.dropdown-menu{
    display: block;
    opacity: 0;
    transform: translateY(50%);
    transition: all .4s;
    visibility: hidden;
}
.dropdown:hover .dropdown-menu{
    display: block;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.cozum-ortagi-kutu{
    width: 100%;
    aspect-ratio: 4/3;
    background-color: white;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.1) 0 7px 15px 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 15px 0;
}
.cozum-ortagi-kutu img{
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .4s;
}
.cozum-ortagi-kutu:hover img{
    transform: scale(1.05);
}
.referans-kart .img img{
    width: 100%;
}
.referansKategoriTabs{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.referansKategoriTab{
    flex: 1;
    margin: 5px;
    height: 50px;
    background: linear-gradient(to right, var(--renk1) 60%, var(--renk2));
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}
.referansKategoriTab::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: var(--renk1) transparent transparent transparent;
    position: absolute;
    bottom: 0;
    transform: translateY(0);
    opacity: 0;
    transition: all .4s;
}
.referansKategoriTab:hover::before, .referansKategoriTab.active::before{
    transform: translateY(100%);
    opacity: 1;
}
.referansKategoriTabs [class*='grafik-tasarim']{
    background: linear-gradient(90deg,rgba(236, 100, 70, 1) 0%, rgba(231, 59, 57, 1) 57%, rgba(89, 54, 141, 1) 100%);
}
.referansKategoriTabs [class*='web-yazilim']{

}
.referansKategoriTabs [class*='dijital-pazarlama']{
    background: linear-gradient(90deg,rgba(236, 100, 70, 1) 0%, rgba(231, 59, 57, 1) 57%, rgba(89, 54, 141, 1) 100%);
}
.referansKategoriTabs [class*='dijital-pazarlama']::before, .referansKategoriTabs [class*='grafik-tasarim']::before{
    border-color: rgba(231, 59, 57, 1) transparent transparent transparent;
}
.referans-kart{
    width: 100%;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    overflow: hidden;
    border-radius: 10px;
}
.referans-kart .img{
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
}
.referans-kart .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}
.referans-kart .title{
    font-size: 16px;
    text-align: center;
    color: black;
    height: 70px;
    align-content: center;
}
.referans-kart ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    color: black;
    position: absolute;
    left: 0;
    bottom: 0;
}
.referans-kart ul li{
    flex-grow: 1;
    background-color: var(--renk1);
    text-align: center;
    color: white;
    padding: 2px;
}
.referansKategoriler{
    background-color: var(--renk1);
    color: white;
    padding: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.referansKategoriler div{
    animation: kayanYazi 10s linear infinite;
    position: relative;
    white-space: nowrap;
}
@keyframes kayanYazi {
    0% {
        left: 130%; /* Başlangıç pozisyonu, sağdan başlasın */
    }
    100% {
        left: -130%; /* Bitiş pozisyonu, soldan kaybolsun */
    }
}
.dropdown-menu{
    padding: 0;
    margin: 0;
}
.dropdown-item{
    font-size: 14px;
    padding: 10px 15px;
    color: var(--renk1);
}
.dropdown-item:hover{
    color: var(--renk1);
}
.dropdown-item i{
    margin-right: 10px;
    transition: all .4s;
}
.dropdown-item:hover i{
    margin-right: 15px;
}
.referans-detay-web{
    background-image: url("../img/referans/web.png");
    width: 100%;
    height: 350px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.referans-detay-web img, .referans-detay-sosyal-medya img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.referans-detay-web .ekran-1{
    width: 390px;
    position: absolute;
    left: 35%;
    top: 6%;
    height: 220px;
    background: white;
}
.referans-detay-web .ekran-2{
    width: 390px;
    position: absolute;
    left: 1.6%;
    top: 15%;
    height: 220px;
    background: white;
    transform: skew(-2deg);
}
.referans-detay-web .ekran-3{
    width: 390px;
    position: absolute;
    right: 1.6%;
    top: 15%;
    height: 220px;
    background: white;
    transform: skew(2deg);
}
.referansBaslik{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 24px;
    color: var(--renk1);
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
}
.referansBaslik::before{
    content: "";
    width: 50%;
    height: 2px;
    background-color: var(--renk1);
    position: absolute;
    bottom: 0;
}
.referans-detay-sosyal-medya{
    background-image: url("../img/referans/sosyal-medya.png");
    width: 100%;
    height: 450px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.referans-detay-sosyal-medya .ekran-1{
    width: 130px;
    position: absolute;
    left: 7%;
    top: 20%;
    height: 217px;
    background: white;
    opacity: 1;
    clip-path: polygon(3% 9%, 91% 0%, 93% 100%, 3% 100%);
}
.referans-detay-sosyal-medya .ekran-2{
    width: 190px;
    position: absolute;
    left: 35%;
    top: 51%;
    height: 150px;
    background: white;
}
.referans-detay-sosyal-medya .ekran-2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}
.referans-detay-sosyal-medya .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 3px;
}
.referans-detay-sosyal-medya .ekran-3{
    width: 130px;
    position: absolute;
    right: 6.87%;
    top: 20%;
    height: 178px;
    background: white;
    opacity: 1;
    clip-path: polygon(4% 1%, 94% 11%, 94% 100%, 4% 97%);
}
.referans-detay-sosyal-medya .logo{
    width: 45px;
    position: absolute;
    left: 36%;
    top: 12%;
    height: 45px;
    background: white;
    border-radius: 50%;
    overflow: hidden;
}
.referans-detay-yazilim{
    background-image: url("../img/referans/laptop.png");
    width: 100%;
    height: 450px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.devora-kart{
    width: 100%;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin: 15px 0;
}
.devora-kart .img{
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.devora-kart .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.devora-kart .img::before{
    content: "\2b";
    font: var(--fa-font-solid);
    color: white;
    position: absolute;
    z-index: 3;
    font-size: 22px;
    transform: scale(0);
    transition: all .4s;
}
.devora-kart:hover .img::before{
    transform: scale(1);
}
.devora-kart:hover img{
    transform: scale(1.1);
    filter: brightness(0.6);
}
.devora-kart .title{
    width: 100%;
    height: 80px;
    align-content: center;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: var(--renk1);
    font-weight: 500;
}
.sayfa-content{
    text-align: justify;
}
.sayfa-img{
    width: 50%;
    float: right;
}
.rakam-kart{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--renk1);
    flex-direction: column;
}
.rakam-kart .sayi{
    font-size: 38px;
    font-weight: bold;
    margin: 10px 0;
    transform: translateX(7px);
}
.rakam-kart .d-icon{
    background-color: var(--renk1);
    width: 40px;
}
.rakam-kart .baslik{
    font-size: 20px;
    font-weight: 600;
}
.rakam-kart:hover i{
    transition: all .4s;
    transform: rotate(360deg);
}
.home-icon{
    width: 30px;
    height: 25px;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url("../img/home.svg");
    background-color: var(--renk1);
    display: block;
}
.sayfa-img{
    border-radius: 10px;
    aspect-ratio: 4/3;
    overflow: hidden;
    margin-left: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.sayfa-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.sayfa-img:hover img{
    filter: brightness(0.6);
}
.sayfa-img::before{
    content: "\f002";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: white;
    position: absolute;
    z-index: 5;
    transition: all .4s;
    transform: scale(0);
}
.sayfa-img:hover::before{
    transform: scale(1);
}
.sayfa-img a{
    width: 100%;
    height: 100%;
}
.social-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-facebook {
    background: #1877f2;
}
.social-twitter {
    background: #1da1f2;
}
.social-linkedin {
    background: #0077b5;
}
.social-tiktok {
    background: #000000;
    position: relative;
}
.headerSosyalMedya{
    display: flex;
    justify-content: end;
}
.header-ust .headerSosyalMedya li{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px 5px;
    font-size: 12px;
}
.header-ust .headerSosyalMedya li:hover{
    transition: all .4s;
    transform: rotate(360deg);
}
.headerSosyalMedya li a{
    color: white;
}
.stickyMenu .header-ust{
    display: none;
}
.position-none{
    position: unset;
}
.mega-menu{
    width: 100%;
    position: fixed;
    left: 0;
    transform: translateY(50%);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
.mega-menu .container{
    background: linear-gradient(0deg, #c5e6ff, white 40%);
    box-shadow: rgba(100, 100, 111, 0.1) 10px 7px 29px 0;
    border-radius: 10px;
    padding: 20px;
    justify-content: center;
}
.dropdown:hover .mega-menu{
    transition: all .4s;
    transform: translateY(0);
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
}
.mega-menu-slogan{
    font-family: "Great Vibes", cursive;
    font-size: 42px;
    color: var(--renk1);
    text-align: center;
    width: 100%;
    opacity: 0.8;
}
.mega-list h2{
    font-size: 22px;
    position: relative;
    text-align: left;
    display: inline-flex;
    background: var(--gradient1);
    color: transparent;
    background-clip: text;
    font-weight: bold;
    align-items: center;
    justify-content: start;
    margin-left: 10px;
}
.mega-list h2::before {
    content: "";
    width: 50%;
    height: 2px;
    background-color: var(--renk1);
    position: absolute;
    bottom: -5px;
    left: 0;
}
.mega-list ul{
    margin-top: 15px;
}
.mega-list ul li{
    padding: 8px 5px;
    font-size: 14px;
}
.mega-list ul li i{
    margin-right: 10px;
    transition: all .4s;
}
.mega-list ul li a{
    display: flex;
    justify-content: start;
    align-items: center;
}
.mega-list ul li span{
    transition: all .4s;
    display: block;
    font-weight: 600;
    font-size: 13px;
}
.mega-list ul li:hover span{
    transform: translateX(10px);
}
.hizmet-detay-aciklama{
    text-align: justify;
    line-height: 22px;
}
.hizmet_detay ul, .hizmet_detay li{
    list-style-type: circle;
}
.surec-kutu{
    width: 100%;
    height: 150px;
    position: relative;
    background: var(--gradient1);
    color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    margin: 15px 0;
}
.surec-kutu .sayi{
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    color: var(--renk1);
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    z-index: 2;
    box-shadow: rgba(100, 100, 111, 0.4) 0 7px 29px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid var(--renk1);
}
.surec-kutu:hover .sayi{
    transition: all .4s;
    transform: translateY(-50%) rotate(360deg);
}
.surec-kutu .baslik{
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
}
.surec-kutu .baslik::before{
    content: "";
    width: 50%;
    height: 2px;
    background-color: white;
    position: absolute;
    bottom: -2px;
    transition: all .4s;
}
.surec-kutu:hover .baslik::before{
    width: 80%;
}
.surec-kutu .icerik{
    font-size: 11px;
    text-align: center;
}
.surec-kutu::before{
    content: "\f101";
    font: var(--fa-font-solid);
    position: absolute;
    right: -5px;
    transform: translateX(100%);
    font-size: 22px;
    background: var(--gradient1);
    color: transparent;
    background-clip: text;
}
.row > [class*='col']:last-child .surec-kutu::before {
    display: none !important;
}
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 14px;
}
.collapsible-link:hover{
    text-decoration: none;
}
.collapsible-link:focus, .collapsible-link:focus-visible{
    box-shadow: none;
    outline: none;
}

.collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
}
.btn-tip-1{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--gradient1);
    color: white;
    position: relative;
    border: none;
    border-radius: 10px;
    transition: all .4s;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.btn-tip-1:hover{
    background-size: 200%;
    color: white;
    box-shadow: rgba(100, 100, 111, 0.4) 0 7px 29px 0;
}
.btn-tip-1 i{
    background-color: white;
    margin-left: 10px;
}
.btn-tip-1:hover i{
    transition: all .4s;
    transform: rotate(360deg);
}

.altHizmetCard {
    --bg: #f7f7f8;
    --hover-bg: #ffe5f4;
    --hover-text: white;
    width: 100%;
    height: 140px;
    text-align: center;
    background: var(--bg);
    padding: 1.5em;
    padding-block: 1.8em;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition:
            0.3s cubic-bezier(0.6, 0.4, 0, 1),
            transform 0.15s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    color: black;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin: 15px 0;
}

.altHizmetCard__body {
    color: #464853;
    line-height: 1.5em;
    font-size: 1em;
}

.altHizmetCard > :not(span) {
    transition: 0.3s cubic-bezier(0.6, 0.4, 0, 1);
}

.altHizmetCard > strong {
    display: block;
    font-size: 15px;
    letter-spacing: -0.035em;
}

.altHizmetCard span {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--hover-text);
    border-radius: 5px;
    font-weight: bold;
    top: 100%;
    transition: all 0.3s cubic-bezier(0.6, 0.4, 0, 1);
}

.altHizmetCard:hover span {
    top: 0;
    font-size: 1.2em;
}

.altHizmetCard:hover {
    background: var(--renk2);
    box-shadow: rgba(100, 100, 111, 0.5) 0 7px 29px 0;
}

.altHizmetCard:hover > div,
.altHizmetCard:hover > strong {
    opacity: 0;
}
.altHizmetCard img{
    height: 50px;
    object-fit: contain;
}
.input-container {
    position: relative;
}

.input {
    font-size: 16px;
    padding: 0.6em 1em;
    border: none;
    border-radius: 6px;
    background-color: #f8f8f8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #333;
    width: 100%;
    margin: 5px 0;
}

.input:hover {
    background-color: #f2f2f2;
}

.input:focus {
    outline: none;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.input::placeholder {
    color: #999;
}

.highlight {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--renk1);
    transition: width 0.3s ease;
}

.input:focus + .highlight {
    width: 100%;
}

/* Optional: Animation on focus */
@keyframes input-focus {
    from {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    }

    to {
        transform: scale(1.02);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
}

.input:focus {
    animation: input-focus 0.3s ease;
}

.nav-toggle {
    position: fixed;
    right: 30px;
    top: 55px;
    font-size: 32px;
    color: var(--renk1);
}
.stickyMenu .nav-toggle{
    top: 10px;
}

.nav-logo {
    height: 50px;
}
.hc-offcanvas-nav .nav-next span::before, .hc-offcanvas-nav .nav-back span::before {
    border-top: 2px solid var(--renk1);
    border-left: 2px solid var(--renk1);
}
.hc-offcanvas-nav a.nav-next {
    border-left: none;
    border-bottom: none;
}
.hc-offcanvas-nav .nav-content>.nav-close:first-child a, .hc-offcanvas-nav .nav-title+.nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    background: transparent;
    border-top: none;
    border-bottom: none;
}
.hc-offcanvas-nav .nav-back span::after {
    content: "Geri";
    transform: translateX(-100%) translateY(-50%);
    display: inline-block;
    top: 50%;
    position: relative;
}
.hc-offcanvas-nav .nav-content>h2, .hc-offcanvas-nav .nav-content>h3, .hc-offcanvas-nav .nav-content>h4, .hc-offcanvas-nav .nav-content>h5, .hc-offcanvas-nav .nav-content>h6 {
    font-size: 19px;
    font-weight: normal;
    padding: 20px 17px;
    color: var(--renk1);
}
.nav-item-link{
    display: flex !important;
    color: var(--renk1) !important;
    align-items: center;
    justify-content: start;
}
.nav-item-link .d-icon{
    background-color: var(--renk1);
}
@media screen and (min-width: 992px) {
    .nav-toggle{
        display: none;
    }
    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .swiper {
        width: calc(100% + 30px);
        padding: 0 15px;
        margin-left: -15px;
    }
}

@media screen and (min-width: 450px) and (max-width: 730px) {

}

@media screen and (max-width: 450px) {
    .referansKategoriTab{
        font-size: 12px;
        position: relative;
    }
    .row > [class*='col']:nth-child(2n - 1) .surec-kutu::before {
        display: none !important;
    }
    .sectionBaslik h2{
        font-size: 28px;
        font-weight: bold;
    }
    .sectionBaslik h4{
        font-size: 20px;
        font-weight: bold;
    }
    .sectionBaslik h6{
        font-size: 18px;
        font-weight: bold;
    }
    .sayfa-img{
        width: 100%;
        margin-bottom: 10px;
    }
    .hizmet-kutu::before{
        display: none;
    }
    .hizmet-kutu i {
        position: absolute;
        top: 54px;
        z-index: 10;
        background-color: var(--renk1);
        width: 30px;
    }
    .referans-laptop{
        width: 90%;
        margin-left: 5%;
    }
    .referans-telefon{
        height: 200px;
    }
    .rakam-yazi, .rakam-yazi h1 {
        font-size: 32px;
        text-align: center;
    }
    .rakam-box:last-child .rakam .shape-2 {
        right: 7px;
    }
    .rakam-box:nth-child(4) .rakam-orta {
        right: 30px;
    }
    .rakam {
        width: 200px;
        height: 120px;
    }
    .rakam-kutu{
        width: 60%;
        margin-left: 20%;
    }
    .rakam-orta{
        font-size: 12px;
    }
    .rakam-box:nth-child(2) .rakam {
        width: 220px;
        height: 140px;
    }
    .rakam-box:nth-child(3) .rakam .shape-2 {
        right: 25px;
    }
    .rakam-box:nth-child(2) .rakam .shape-2 {
        right: 25px;
    }
    .rakam .shape-2 {
        height: calc(100% - 20px);
        top: 10px;
    }
}

/*BOOTSTRAP 5 Container */

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

/* container-fluid her zaman %100 genişlikte */
.container-fluid {
    max-width: 100%;
}

/* Responsive container sınıfları */
@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}
/*CANVAS*/
.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    color: black;
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: white;
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
    border-top: none;
    border-bottom: none;
}

.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    border-top: none;
    border-bottom: none;
}

.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
    border-top: 2px solid black;
    border-left: 2px solid black;
}

.hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -20px;
}

.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
    width: 16px;
    height: 16px;
}

.nav-item-link i {
    color: var(--renk1);
    margin-right: 10px;
    width: 20px;
}

.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
    top: -90px;
}

.hc-offcanvas-nav .nav-close-button span, .hc-offcanvas-nav .nav-parent .nav-next, .hc-offcanvas-nav .nav-back span {
    width: 75px;
}