body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #415c7e;
    text-align: ce;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }

  img {
    aspect-ratio: auto 1280 / 750;
  }

.non-selectable {
    user-select: none;
  }
  .navbar{
    background-color: #25274D !important ;
}


@media (min-width: 1200px)  {
    .circle-menu {
        position: fixed;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        width: 60px;
        height: 60px;
        background-color: #ffffff;
        border-radius: 50%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #0d1117;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        z-index: 100;
        opacity: 0;
        transform: scale(0.5);
        transition: opacity 1s ease, transform 1s ease;
      }
    .cheader{
        margin-top: 160px;
        padding-left: 5vh;
        padding-right: 5vh;
    }
    .bg-image{
        height: 100vh;
        overflow: hidden;
        /*background-color: #d90a2c; #F4D03F  #27AE60 #3498DB #F4D03F #F1C40F */
        background-color: #25274D  ;
        /*0d1117*/
    }
    
    .bg-image .slogan{
        font-size: 50px;
        color: #fff !important;
    }
    .bg-image .sloganlar{
        font-size: 34px;
        color: #fff !important;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) {
    .circle-menu {
        position: fixed;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        width: 60px;
        height: 60px;
        background-color: #ffffff;
        border-radius: 50%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #0d1117;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        z-index: 100;
        opacity: 0;
        transform: scale(0.5);
        transition: opacity 1s ease, transform 1s ease;
      }
    .cheader{
        margin-top: 130px;
        padding-left: 5vh;
        padding-right: 5vh;
    }
    .bg-image{
        height: 100vh;
        overflow: hidden;
        /*background-color: #d90a2c; #F4D03F  #27AE60 #3498DB #F4D03F #F1C40F */
        background-color: #25274D  ;
        /*0d1117*/
    }
    
    .bg-image .slogan{
        font-size: 50px;
        color: #fff !important;
    }
    .bg-image .sloganlar{
        font-size: 34px;
        color: #fff !important;
    }
}

@media (min-width: 800px) and (max-width: 1000px) {
    .circle-menu {
        position: fixed;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        width: 60px;
        height: 60px;
        background-color: #ffffff;
        border-radius: 50%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #0d1117;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        z-index: 100;
        opacity: 0;
        transform: scale(0.5);
        transition: opacity 1s ease, transform 1s ease;
      }
    .cheader{
        margin-top: 100px;
        padding-left: 10vh;
        padding-right: 10vh;
    }
    .iletisim-from{
        padding-top: 100px;
    }
    .bg-image{
        height: 120vh;
        overflow: hidden;
        /*background-color: #d90a2c; #F4D03F  #27AE60 #3498DB #F4D03F #F1C40F */
        background-color: #25274D  ;
    }
    
    .bg-image .slogan{
        font-size: 50px;
        color: #fff !important;
    }
    .bg-image .sloganlar{
        font-size: 34px;
        color: #fff !important;
    }
}
@media (min-width: 158px) and (max-width: 800px) {
    .circle-menu {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        background-color: #ffffff;
        border-radius: 50%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #0d1117;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        z-index: 100;
        opacity: 0;
        transform: scale(0.5);
        transition: opacity 1s ease, transform 1s ease;
        width: 30px;  /* Daha küçük boyut */
        height: 30px;
        left: 15px;   /* Ekran kenarına daha yakın */
      }
    
      .circle-menu i {
        font-size: 18px; /* İkonu da küçült */
      }
    .cheader{
        margin-top: 50px;
        padding-left: 1vh;
        padding-right: 1vh;
    }
    .bg-image{
        height: 140vh;
        overflow: hidden;
        /*background-color: #d90a2c; #F4D03F  #27AE60 #3498DB #F4D03F #F1C40F */
        background-color: #25274D  ;
    }
    
    .bg-image .slogan{
        font-size: 50px;
        color: #fff !important;
    }
    .bg-image .sloganlar{
        font-size: 34px;
        color: #fff !important;
    }
}  



.cheader  a, h1, h2, h3, h4, h5, h6, h7, h8{
    color: #fff !important;
    font-size: 46px;
}

.cheader .typed-desc{
    font-size: 38px;
}

.cheader .title{
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .75) !important;
}

.cheader .btn-detayli{
    font-size: 20px;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.cheader .btn-detayli:hover{
    /*color: rgba(8, 6, 6, 0.75) !important;*/
    color: rgba(255, 255, 255, .75) !important;
    transform: translate(20px);
    -webkit-transform: translate(20px);
}

.cheader .form-gonder{
    background-color: #25274D !important;
    color: #25274D !important;
}
.cheader .gonder{
    background-color: #25274D !important;
    color: #fff !important;
    font-weight: bold;
}
nav{
    bottom: -10px;
}

nav a {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-top:15px;
    margin-left: 4px;
    margin-right: 4px;
}

nav ul li a img{
    margin-top: -2  px;
    width:  200px;
}

.swiper-container {
    width: 90%;
    max-width: 1200px;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card {
    background-color: #25274D;
    border: none;
    border-radius: 12px;
    min-height: 600px;
    width: 300px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease;
  }

  .card:hover {
    transform: translateY(-10px);
  }

  .card-img-top {
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 15px;
  }

  .card-subtitle {
    font-size: 1.25rem;
    font-weight: bold;
    color: #4caf50;
    margin-bottom: 10px;
  }

  .card-text {
    font-size: 1rem;
    color: #d1d5db;
  }

  .swiper-pagination-bullet {
    background: #4caf50;
  }

.from img{
    position: relative; 
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.fram{
    background-color: #AAABB8;
}

.fram .img-content{
    width: 100px;
    border-radius: 100%;
    border: 1px solid #999;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.fram .img-content:hover{
    transform: translateY(-5px);
}



.fram .ozellikler{
    font-size: 13px !important;
    background-color: #AAABB8 !important;
    color: #AAABB8 !important;

}


.fram .image-container img {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.fram .n11{
    max-width: 70% !important;
}

.fram .sanalpazar{
    max-width: 65% !important;
}


.fram-2  img{
    position: relative; 
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.fram-2  .img-content{
    width: 100px;
    border-radius: 100%;
    border: 1px solid #999;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.fram-2   .img-content:hover{
    transform: translateY(-5px);
}

.fram-2 .card-body, .card-subtitle {
    color: #415c7e !important;
    font-size: 16px !important;
}

.fram-2 .ozellikler{
    font-size: 13px !important;
}

.fram-2 swiper-slide{
    min-height: 600px !important;
    min-width: 275px !important;
    overflow: visible;
    border-radius: 20px;
}

.fram-2 swiper-slide .card-text{
    text-align: left !important;
}

.fram-2 swiper-slide .card-body{
    text-align: left !important;
}

.fram-2 .card{
    min-width: 300px !important;
    overflow: hidden;
    border: 1px solid #ecf1f6;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ceticaret {
    padding: 50px 0;
    color: #fff;
    border-radius: 15px;
    margin: 0px 0;
    box-shadow: 0 5px 15px rgb(255, 255, 255);
}

.ceticaret-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ceticaret-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.ceticaret-description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 800px;
}

.ceticaret-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    width: 100%;
    padding: 20px;
}

.feature-item {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.cta-button {
    background: #e74c3c;
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 30px;
}

.cta-button:hover {
    background: #c0392b;
    transform: scale(1.05);
}
.e-ticaret .h6, .h5, .h4, h3, .h2{
    color: #415c7e !important;
}

.footer{
    background-color: #25274D;
}

.footer h2, hr{
    color: #fff !important;
}

.footer-h{
    color: #fff !important;
}

.footer-sosyal-logo .fab{
    color:#fff !important;
    font-size: 18px;
}

.footer-sosyal{
    color: #fff !important;
}

.footer-calisma{
    padding-bottom: 40px !important;
}

.footer .fas{
    font-size: 14px;
}

.footer .iletisim{
    padding-top: 25px;
}

.form{
    background-color: #25274D !important;
    padding-bottom: 50px;
    padding-top: 20px;
}

.form .form-h{
    color: #fff !important;
}

.form .form-btn{
    padding-top: 22px;
    text-align: start;
}

.csanal-pos .ch5, .p{
    color:#0b254b !important;
    font-style: normal !important;
}

.csanal-pos .h6{
    color:#415c7e !important;
    font-style: normal !important;
}

.fram-2 .csanal-pos-card{
    min-height: 240px !important;
    overflow: hidden;
    border: 1px solid #415c7e;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fram-2 .ara{
    background-color: #415c7e2d;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.fram-2 .ch5 .h5{
    font-size: 2.5rem !important;
}