* {
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

html {
    overflow-x: hidden;
}

/*Menu*/
.menu {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, #013bc5 140%);
}

.menu .menu-container {
    display: grid;
    grid-template-rows: 0.5fr 0.5fr;
    margin: 0 auto;
    width: 2000px;
    max-width: 100%;
}

/*Menu-Ust*/
.menu-ust {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(0deg, rgba(219, 219, 219, 0.733) 0%, #ffffff 140%);
}

.menu-ust .sol,
.sag {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-ust .sol ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-ust .sol ul li,
.menu-ust .sag ul li {
    display: inline;
    padding: 0px 5px;
    font-size: 14px;
}

.menu-ust .sol a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-ust .sol a {
    text-decoration: none;
    color: rgb(114, 114, 114);
}

.menu-ust .sag a {
    color: #2a61e2;
}

.menu-ust .sol i {
    padding: 0px 5px;
    font-size: 20px;
}

.menu-ust .sag i {
    font-size: 25px;
}

/*Menu-Alt*/
.menu-alt {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.menu-alt .sol,
.menu-alt .sag {
    display: flex;
    align-items: center;
    justify-content: center;
}

@font-face {
    font-family: "BenimFontum";
    src: url("Arciform.otf") format("truetype");
}

.menu-alt .sol {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: BenimFontum;
    user-select: none;
}

.menu-alt .sol img {
    width: 190px;
    height: 60px;
    margin: 18px;
    cursor: pointer;
    user-select: none;
}

.menu-alt .sol a {
    color: rgb(235, 235, 235);
    text-decoration: none;
    font-size: 20px;
}

.conenu-alt .sag {
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
}

.menu-alt .sag ul li {
    display: inline;
    padding: 0px 10px;
}

.menu-alt .sag ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    z-index: 5;
}

#sag-menu li {
    position: relative;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    right: -15px;
    min-width: 165px;
    list-style: none;
    padding: 6px 0;
    margin: 15px auto;
    background: #ffffff05;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    z-index: 50;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.445);
    text-align: center;
}

.dropdown-toggle {
    padding: 20px 0px;
}

.submenu li a {
    padding: 8px 12px;
    display: block;
    color: #0277d6;
}

.submenu li a:hover {
    background: #ffffff18;
}

/* Desktop hover */
@media (hover:hover) and (pointer:fine) {
    .dropdown:hover>.submenu {
        display: block;
    }
}

/* Mobilde tıklayınca aç */
.dropdown.open>.submenu {
    display: block;
}

/* Ok ikonunu döndür */
.dropdown.open .bx-chevron-down {
    transform: rotate(180deg);
    transition: transform 2s;
}

.menu-alt .hamburger {
    position: absolute;
    right: 20px;
    cursor: pointer;
    transition: 1.5s ease;
}

.menu-alt .hamburger i {
    display: none;
    font-size: 30px;
}

.content {
    background: #020024;
    background: linear-gradient(178deg, rgb(5, 0, 104) 0%, rgba(9, 9, 121, 1) 50%, rgba(0, 212, 255, 1) 100%);
}

.content .header {
    width: 100%;
    height: 795px;
    background-color: rgb(0, 60, 255);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.63);
}

.content .header img {
    position: absolute;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.content .header .container {
    width: 1300px;
    max-width: 95%;
    height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.content .header .container h2 {
    font-size: 50px;
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: rgb(180, 213, 241);
    cursor: default;
}

.content .header .container button {
    width: 200px;
    height: 60px;
    background: none;
    border: 2px solid white;
    border-radius: 30px;
    z-index: 1;
    position: relative;
    font-size: inherit;
    color: white;
    padding: 0.5em 1em;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.content .header .container a {
    color: white;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}

.box {
    perspective: 120px;
    padding-left: 15px;
}

.coin {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 4px solid #ffffff;
    animation: spin 1.5s ease-in-out infinite;
    box-shadow: 0px 0px 1px white;
}

@keyframes spin {
    to {
        transform: rotateY(540deg);
    }
}

.header button::after {
    content: '';
    z-index: -1;
    background-color: hsla(0, 0%, 100%, 0.671);
    position: absolute;
    top: -50%;
    bottom: -50%;
    width: 1.25em;
    transform: translate3d(-630%, 0, 0) rotate(35deg);
}

.header button:hover::after {
    transition: transform 0.45s ease-in-out;
    transform: translate3d(580%, 0, 0) rotate(35deg);
}

.content-info {
    width: 1300px;
    max-width: 100%;
    min-height: 1250px;
    background-image: url('/image/backline.png');
    background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 180px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-info .kamera,
.laptop {
    max-width: 90%;
    border: 2px solid rgba(0, 0, 0, 0.411);
    border-radius: 50px;
    margin: 50px auto;
    padding: 30px;
    backdrop-filter: blur(2px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.151);
    background: none;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.content-info .kamera h1,
.laptop h1 {
    color: rgba(0, 7, 41, 0.37);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.380), -1px -1px 0px rgba(255, 255, 255, 0.380);
}

.content-info .kamera p,
.laptop p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(255, 255, 255, 0.39);
}

.content-info .kamera img {
    width: 250px;
    height: 250px;
    opacity: 0.5;
    animation: haraket 6s linear infinite;
}

@keyframes haraket {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(50px, 0) rotate(10deg);
    }

    50% {
        transform: translate(50px, 50px) rotate(-10deg);
    }

    75% {
        transform: translate(0, 50px) rotate(10deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.content-info .laptop img {
    width: 250px;
    height: 250px;
    opacity: 0.5;
    animation: haraket2 6s linear infinite;
}

@keyframes haraket2 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(-20px, 0) rotate(-10deg);
    }

    50% {
        transform: translate(-20px, -20px) rotate(10deg);
    }

    75% {
        transform: translate(0, -20px) rotate(-10deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.content-hizmetler {
    width: 1300px;
    max-width: 95%;
    margin: 100px auto;
    text-align: center;
    position: relative;
}

.content-hizmetler h2 {
    color: white;
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
}

.hizmetler {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 200px;
}

.content .content-hizmetler .hizmetler .web,
.social,
.soft,
.graphic,
.video {
    width: 400px;
    height: 450px;
    border: 1px solid rgb(255, 255, 255);
    margin: 10px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.479);
}

.content .content-hizmetler .hizmetler img {
    width: 100%;
    height: 60%;
    transform: scale(1.4);
}

.content .content-hizmetler .hizmetler h4 {
    position: absolute;
    font-size: 35px;
    bottom: 5px;
    left: 20px;
    cursor: default;
    font-family: "DynaPuff", system-ui;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 76.7;
    background: #4766ff;
    background: linear-gradient(90deg, rgba(71, 102, 255, 1) 0%, rgba(255, 106, 0, 1) 52%, rgba(255, 0, 0, 1) 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.288);
    padding: 5px;
    color: white;
    opacity: 0.8;
}

.content .content-hizmetler .hizmetler button {
    position: absolute;
    bottom: 57px;
    right: 20px;
    cursor: pointer;
    width: 120px;
    height: 40px;
    border: 1px solid rgb(109, 109, 109);
    background: none;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .content-hizmetler .hizmetler button i {
    font-size: 20px;
    border: 1px solid #013bc5;
    padding: 1px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: 0.5s ease;
}

.content .content-hizmetler .hizmetler button:hover i {
    background-color: #013bc5;
    color: white;
}

.content-iletisim {
    width: 1300px;
    max-width: 100%;
    margin: 100px auto;
    text-align: center;
    padding: 50px 0px;
    padding-bottom: 200px;
    position: relative;
}

.content-iletisim h2 {
    color: rgb(0, 66, 248);
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
}

.content-iletisim input,
.mail {
    width: 65%;
    height: 70px;
    margin: 10px;
    padding: 25px;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    outline: none;
    background-color: rgba(71, 71, 71, 0.308);
    resize: vertical;
    border-radius: 40px;
    border: none;
    color: rgba(255, 255, 255, 0.671);
}

.content-iletisim input:focus,
.mail:focus {
    border: 2px solid rgb(212, 212, 212);
}

.content-iletisim input::placeholder {
    color: rgba(255, 255, 255, 0.671);
}

.content-iletisim .mail::placeholder {
    color: rgba(255, 255, 255, 0.671);
}

.content-iletisim .mail {
    height: 300px;
    min-height: 300px;
}

.content-iletisim button {
    border: none;
    padding: 20px 60px;
    cursor: pointer;
    background-color: rgb(0, 34, 107);
    color: white;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.footer {
    width: 100%;
    background-color: rgb(20, 20, 20);
    margin: -100px auto;
    text-align: center;
    color: rgb(32, 32, 32);
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.footer .social-media ul li {
    display: inline;
}

.footer .social-media ul li a {
    color: rgb(60, 60, 60);
    font-size: 25px;
}


.footer .footer-container {
    display: grid;
    grid-template-rows: 1fr 1fr;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0px;
}

.footer .footer-container .top-line {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer .footer-container img {
    width: 170px;
    height: 55px;
}

.footer .footer-container .left ul li {
    display: inline;
}

.footer .footer-container .left .bottom ul li a {
    color: rgba(214, 214, 214, 0.637);
    padding: 5px 10px;
    font-size: 35px;
    border-radius: 600px;
    margin: 0px 2px;
}

.footer .footer-container .mid ul li,
.mid2 ul li,
.right ul li {
    list-style: none;
    font-size: 15px;
    cursor: default;
}

.footer .footer-container .mid .top ul li,
.mid2 .top ul li,
.right .top ul li {
    font-weight: 700;
    text-decoration: none;
    color: rgb(54, 54, 54);
    font-size: 25px;
}

.footer .footer-container .mid ul li,
.mid2 ul li,
.right ul li {
    padding: 5px 0px;
    font-weight: 700;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.274);
}

.footer .footer-container .mid ul li a,
.mid2 ul li a,
.right ul li a {
    font-weight: 300;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.466);
}
.footer  .footer-container ul li a:hover, .footer .footer-container i:hover{
    color: #0277d6;
    transition: 0.5s ease;
}
/*WEB HİZMET*/
.webhizmet-banner {
    width: 100%;
    background-image: url('/image/webhizmet.png');
    background-size: cover;
    -webkit-user-drag: none;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.webhizmet-banner .container {
    width: 1300px;
    margin: 0 auto;
}
.banner{
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner {
    width: 100%;
    height: 795px;
    background-color: rgb(0, 60, 255);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.63);
}

 .header {
    width: 100%;
    height: 795px;
    background-color: rgb(0, 60, 255);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.63);
}

 .header img {
    position: absolute;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

 .header .container {
    width: 1300px;
    max-width: 95%;
    height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

 .header .container h2 {
    font-size: 50px;
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: rgb(180, 213, 241);
    cursor: default;
}

 .header .container button {
    width: 200px;
    height: 60px;
    background: none;
    border: 2px solid white;
    border-radius: 30px;
    z-index: 1;
    position: relative;
    font-size: inherit;
    color: white;
    padding: 0.5em 1em;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

 .header .container a {
    color: white;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}

.box {
    perspective: 120px;
    padding-left: 15px;
}

.coin {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 4px solid #ffffff;
    animation: spin 1.5s ease-in-out infinite;
    box-shadow: 0px 0px 1px white;
}

@keyframes spin {
    to {
        transform: rotateY(540deg);
    }
}

.header button::after {
    content: '';
    z-index: -1;
    background-color: hsla(0, 0%, 100%, 0.671);
    position: absolute;
    top: -50%;
    bottom: -50%;
    width: 1.25em;
    transform: translate3d(-630%, 0, 0) rotate(35deg);
}

.header button:hover::after {
    transition: transform 0.45s ease-in-out;
    transform: translate3d(580%, 0, 0) rotate(35deg);
}



/* Mobil için düzenleme */
@media screen and (max-width: 768px) {
    .contant {
        min-height: 150vh; /* mobilde biraz daha kısa */

        padding: 0 10px;
    }
}

@media screen and (max-width: 480px) {
    .contant {
        min-height: 250vh;
        padding: 0 5px;
    }
}

.contant .container{
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    border: 1px solid white;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.212);
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.26);
}
.contant .container h1{
    font-size: 35px;
    text-align: center;
    padding-bottom: 100px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white;
}
.contant .container p{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.644);
     font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 1050px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 150px;
}
.referans {
    width: 100%;
    background: linear-gradient(185deg, rgb(46, 109, 245) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
    padding-bottom: 200px;
    padding: 10px;
}

.referans .container {
    width: 1300px;
    max-width: 100%;
    margin: 150px auto;
    display: flex;
    justify-content: center;
    color: white;
}

.referans .container h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    margin: 150px auto;
    color: white;
    text-align: center;
}

.referans .container2 {
    width: 1300px;
    max-width: 100%;
    margin: 350px auto;
}

.referans .container2 .ref {
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.363);
    min-height: 500px;
    position: relative;
    text-align: center;
    margin: 50px auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.26);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.075);
    padding: 30px;
}

.referans .container2 .ref img {
    width: 150px;
    height: 150px;
    padding: 20px;
    background-color: black;
    border-radius: 50%;
}

.referans .container2 .ref h2 {
    bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: black;
}

.referans .container2 .ref p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    font-size: 16px;
    padding: 10px;
}
.blog{
    width: 100%;
    background: linear-gradient(185deg, rgb(46, 109, 245) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
    margin: 0 auto;
    padding: 10px;
}
.blog h1{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    margin: 250px auto;
    color: white;
}
.blog .container{
    width: 1300px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    padding: 25px;
    align-items: center;
    margin-left: auto;
    justify-content: center;
}
.blog .container .item{
    width: 350px;
    min-height: 570px;
    margin: 10px;
    padding: 5px;
    background-color: rgba(220, 220, 220, 0.603);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);
}
.blog .container .item h2{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.blog .container .item p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.hakkimizda{
    width: 100%;
    background: linear-gradient(185deg, rgb(46, 109, 245) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
    padding: 10px;
}
.hakkimizda h1{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    margin: 250px auto;
    color: white;
    text-align: center;
}
.hakkimizda .container{
    width: 1300px;
    max-width: 100%;
    margin: 150px auto;
    border: 1px solid rgb(179, 179, 179);
    padding: 20px;
    border-radius: 25px;
}
.hakkimizda .container .sol h2{
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.hakkimizda .container .sol,.hakkimizda .container .sag{
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.hakkimizda .container .sag ul h2{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.hakkimizda .container .sag ul li{
    text-align: center;
    list-style: none;
    font-size: 30px;
    padding: 5px; 
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.hakkimizda .container .sag ul li i{
    padding: 0px 15px;
    font-size: 35px;
    color: #0270d6;
}
.iletisim{
    padding: 10px;
    width: 100%;
    background: linear-gradient(185deg, rgb(46, 109, 245) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
}
.iletisim .container{
    width: 600px;
    max-width: 100%;
    margin: 100px auto;
    text-align: center;
    padding-bottom: 100px;
}
.iletisim .container h1{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    margin: 250px auto;
    color: white;
    text-align: center;
}
.iletisim .container p{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: rgba(0, 0, 0, 0.555);
    font-size: 30px;
}
.iletisim .container2{
    width: 1300px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.iletisim .container2 .ilt{
    width: 400px;
    border: 1px solid rgba(77, 77, 77, 0.164);
    text-align: center;
    margin: 50px auto;
    padding: 30px;
    background: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgb(241, 241, 241) 100%);
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.iletisim .container2 .ilt i{
    font-size: 35px;
}
@media screen and (max-width: 1224px) {
    .footer .footer-container .top-line {
        grid-template-columns: 0.92fr;
    }

    .menu {
        display: block;
    }

    .menu-ust {
        margin-left: -40px;
        display: block;
    }

    .menu-ust .sag {
        display: none;
    }

    .menu-alt {
        display: block;
    }

    .menu-alt .sag ul li {
        display: flex;
        padding: 10px 0px;
    }
    .menu-alt .sol h2 {
        font-size: 25px;
    }

    .menu-alt .sag ul {
        top: 45px;
        display: none;
        position: absolute;
        z-index: 1;
        transform: translateY(120px);
        background: none;
        backdrop-filter: blur(5px);
        border-radius: 0px 0px 0px 0px;
        width: 100%;
        border: 1px solid rgb(236, 236, 236);
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.260), -5px 5px 10px rgba(0, 0, 0, 0.260);
        width: 200px;
        padding: 850px auto;
        right: 25px;
        border-radius: 20px;
        background-color: #ffffff13;
        transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s;
        z-index: 50;
    }

    .menu-alt .sag ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -40px;
        padding: 23px 0px;
    }


    .menu-alt .sag .submenu {
        position: absolute;
        text-align: center;
        top: -75px;
        left: 0px;
        z-index: 600;
        z-index: 100;
        background-color: rgb(48, 86, 255);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.445);
        backdrop-filter: blur(51px);
        margin: 25px auto;
    }

    .menu-alt .sag .submenu li {
        padding: 6.8px;
    }

    .dropdown-toggle {
        padding: 0px 0px;
    }

    .menu-alt .hamburger i {
        display: block;
        color: white;
    }

    .content .content-hizmetler .hizmetler h4 {
        margin: 51px auto;
        font-size: 27px;
    }

    @keyframes ul {
        0% {
            transform: translateX(90px);
            top: 165px;
            opacity: 0;
        }

        100% {
            transform: translateX(0px);
            top: 165px;
            opacity: 1;
        }

    }

    .content-iletisim input,
    .mail {
        width: 90%;
    }
    .bottom{
        margin-top: 0px;
    }
}


@media screen and (max-width: 390px) {
    .menu-ust .sol ul li {
        font-size: 12px;
    }

    .menu-alt .sol h2 {
        font-size: 20px;
    }

    .menu-ust {
        margin-left: -50px;
        display: block;
    }

    .content-info .kamera img {
        width: 200px;
        height: 200px;
        opacity: 0.5;
        animation: haraket 6s linear infinite;
    }

    .content-info .laptop img {
        width: 200px;
        height: 200px;
        opacity: 0.5;
        animation: haraket 6s linear infinite;
    }

    .content-info .kamera,
    .laptop {
        padding: 30px;
    }

}

.menu-alt .sag ul.acik {
    display: block !important;
}