body{
font-family : 'Roboto';
background-color: #fff;
}
.slider-area {
    width: 100%;
  background-color:#ffff;
}
.slider-area img {
    border-radius: 0;
}

.slider-area .swiper-pagination-bullet-active {
    background-color: #0b254b !important;
    width: 30px !important;
}

.slider-area .swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    border-radius: 1px !important;
    background-color: #ccc;
}

.slider-area .swiper-button-prev {
    margin-left: 10px;
}
.slider-area .swiper-button-next {
    margin-right: 10px;
}
.slider-area .swiper-button-prev,
.slider-area .swiper-button-next {
    border-radius: 100px;
    font-size: 24px;
    width: 55px;
    height: 55px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgb(34 34 34 / 20%);
    color: #000;
}

.slider-text-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 40px 0;
}

.slider-text-type .left-area {
    width: 500px;

}
.slider-text-type .right-area {
    flex: 1;
    margin-left: 35px;
    display: flex;
    justify-content: flex-end;
}
.slider-text-type .right-area .slider-img {
    width: 650px;
  text-align:right;
}
.slider-text-type .right-area .slider-img img {

    max-width: 100%;
  max-height:550px
    
}

.slider-text-type .left-area .slider-baslik {
     font-size: 58px;
    font-weight: 600;
    color: #0b254b;
    line-height: 62px;
    margin-bottom: 41px;
}

.slider-text-type .left-area .slider-spot {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 22px;
}.yazi-modul {
    width: 100%;
    padding: 90px 0;
    background-color:#091a39;
}
.yazi-modul .yazi-modul-inside {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yazi-modul .yazi-modul-inside .left-side {
    width: 500px;
    font-size: 39px;
    font-weight: 600;
    color: #fff;
    line-height: 46px;
}
.yazi-modul .yazi-modul-inside .right-side {
    flex: 1;
    margin-left: 160px;
    color: #fff;
    font-size: 21px;
}
.right-side .basla-btn {
    background-color: #11ff8f;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
    padding: 14px 40px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

.right-side .basla-btn:hover {
    padding-left: 60px;
}
.header-html {
        width: 100%;
        padding: 10px;
        text-align: center;
        background-color: #000;
        color: #fffca9;
        font-size: 14px;
        font-weight: 500;
    }
    .header-area {
        width: 100%;
        background-color: #fff;
        z-index: 3;
    }
    .mega-level-menu > div
    {
        width: 100%; /* Açılan menu alanının genişliğidir */
        background-color: #fff; /* Açılan menu alanının arkaplan rengidir */
        padding: 20px ; /* Açılan menunun içten bosluk değeridir */
        border: 1px solid #ccc;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 8px;

    }
    .header-link-right .linkler{
        flex:1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-link-right .lang-row {
        border: 1px solid #333;
        padding: 4px 10px;
        font-size: 13px;
        font-weight: 500;
        border-radius: 100px;
        margin-left: 20px;
        display: flex;
        align-items: center;
        transition-duration: 0.1s;
        transition-timing-function: linear;
        cursor: pointer;
    }
    .header-link-right .lang-row:hover {
        background-color: #f1f1f1;
        border: 1px solid #ccc;
    }
    .lang-row-dropdown {
        border: 0 !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        margin-top: 10px;
    }
    .lang-row-dropdown .dropdown-item {
        font-size: 12px;
        font-weight: 500;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .user-header-container {
        padding: 9px 0;
        border-bottom: 1px solid #2d3272;
        text-align: right;
        background-color: #2d3272;
    }
    .user-header-container .ic-kisim {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }
    .user-header-container .ic-kisim .musteri_adi {
        font-size: 12px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #fff;
    }
    .user-header-container .ic-kisim .musteri_adi svg {
        margin-right: 6px;
        stroke: #fff;
    }
    .user-header-container .hesabim-ust {
        display: inline-block;
        margin-left: 15px;
        font-size: 12px;
        font-weight: 500;
        color: #000;
        text-decoration: none !important;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        border: 1px solid #333;
        border-radius: 100px;
        background-color: #fff;
    }

    .top-header-links {
        width: 100%;
        background-color: #7d0106;

    }
.top-header-links .top-header-inside{
padding:9px 0 !important;
}

    .top-header-links .top-header-inside .inside-left .links {
        font-size: 14px;
        font-weight:500;
        color: #fff;
        margin-right: 10px;
    }
    .top-header-links .top-header-inside .inside-left .links:hover {
        color: #fff;
    }
    .top-header-links .top-header-inside .inside-left .links .line {
        width: 1px;
        margin-right: 10px;
        height: 14px;
        background-color: #405d87;
    }
    .top-header-links .top-header-inside .inside-right .links {
        font-size: 14px;
        font-weight:500;
        color: #fff;
        margin-left: 10px;
    }
    .top-header-links .top-header-inside .inside-right .links:hover {
        color: #fff;
    }
    .top-header-links .top-header-inside .inside-right .links .line {
        width: 1px;
        margin-right: 10px;
        height: 14px;
        background-color: #405d87;
    }
    .header-area .header-links {
        z-index: 3;
        background-color: #fff;
padding:  15px 0;

    }
    .header-area .header-links .header-links-inside .header-link-right .header-buton {
        ont-size: 14px;
    font-weight: 500;
    padding: 7px 30px;
    color: #fff;
    background-color: #000;
    border-radius: 6px;
    border: 2px solid #000;
    margin-left: 30px;
    -webkit-box-shadow: 0 11px 18px -8px #000;
    box-shadow: 0 11px 18px -8px #000;
    transition-duration: 0.2s;
    transition-timing-function: linear;

}
   
    .header-area .header-links .header-links-inside .header-link-right .header-buton:hover {
      
        margin-top:-7px;
    }

    .top-level-menu > li span {
        color: #000;
        padding: 14px 17px;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .top-level-menu > li span .hed-ico-do {
        margin-top: 3px;
        margin-left: 5px;
    }
    .top-level-menu > li:hover span {
        color: #fff;
      background-color:#cb2228;
      border-radius:6px;
      

    }

    .second-level-menu > div {
        background-color: #fff;
        padding: 15px;
        border: 1px solid #ccc;
        box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
        border-radius: 8px;
    }

    .second-level-menu {
        background-color: transparent;
padding: 7px 0 0 0;
    }

    .second-level-menu > div > li {
        padding: 12px 14px;
        border-radius: 6px;
    }
    .second-level-menu > div > li:hover {
        background: #f8f8f8;
    }

    .second-level-menu > div > li .headerlink .txtes .hed {
        color: #000;
        font-size: 14px;
        width: 100%;
      font-weight:600;
    }

    .second-level-menu > div > li:hover .headerlink .txtes .hed {
        color: #0d6efd;
    }
    .second-level-menu > div > li .headerlink .txtes .spot {
        color: #999;
        font-size: 10px;
        width: 100%;
    }

    .second-level-menu > div > li:hover .headerlink .txtes .spot {
        color: #888;
    }

    .third-level-menu {
        background-color: #fff;
        padding: 22px;
        border-radius: 4px;
        border: 1px solid #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .third-level-menu > li {
        padding: 8px 0;
        border-bottom: 1px solid #ebebeb;
    }

    .third-level-menu > li:hover {
        background: #fff;
    }
    .third-level-menu > li:last-child {
        border-bottom: 0;
    }
    .third-level-menu > li .hed {
        color: #000;
        font-size: 13px;
    }

    .third-level-menu > li:hover .hed {
        color: #666;
    }

    .upsarrow:before {
        background-color: #fff;
        border-top: #ccc solid 1px;
        border-left: #ccc solid 1px;
    }
    .header-arrow-icon {
        color: #333;
        font-size: 14px;
    }
    .upsarrow-right:before {
        background-color: #fff;
        border-top: #ccc solid 1px;
        border-left: #ccc solid 1px;
    }
    .mega-level-menu-inside .boxes {
        width: 50%;
        padding: 10px;
        border-radius: 6px;
    }
    .mega-level-menu-inside .boxes:hover {
        background-color: #f8f8f8;
    }
    .mega-level-menu-inside .boxes .headerlink .txtes .spot {
        color: #999;
        font-size: 10px;
        width: 100%;
    }
    .mega-level-menu-inside .boxes .headerlink .txtes .hed {
        color: #000;
        font-size: 14px;
        width: 100%;
      font-weight:600;
    }
    .mega-level-menu-inside .boxes:hover .headerlink .txtes .hed {
        color: #0d6efd;
    }
    .mega-level-menu-inside .boxes:hover .headerlink .txtes .spot {
        color: #888;
    }

    /* Light Header */

    .subheaders {
        padding: 20px 0 10px 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    /* Mobile */
    .header-mobile-bar-show #bar-simgesi svg {
        fill: #1b1f62 !important;
    }
    .mobile_account_side {
        background-color: #fff;
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .mobile_account_side .mobile_close_buton {
        background-color: #fcdde1;
        width: 35px;
        height: 35px;
        border-radius: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #f25f86;
        margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .mobile_account_side .mobile-menu-html {
        width: 100%;
        padding: 30px;
    }
    .ladder {
        background-color: #fff;
        text-align: left;
    }

    .ladder a {
        text-decoration: none;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 12px 30px;
        font-weight: 500;
        color: #000;
        font-size: 15px;
        border-bottom: 1px solid #fff;
    }
    .ladder a:hover {
        text-decoration: none;
        color: dodgerblue;
        background-color: #f9f9f9;
    }

.sayac {
    width: 100%;
    padding: 80px;
    background-color: #f8f9fa;
}
.sayac .sayac-inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sayac .sayac-inside .left-side {
    width: 600px;
    margin-right: 155px;
    position: relative;
}

.sayac .sayac-inside .left-side .sayac-box-container {
    width: 450px;
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
}
.sayac .sayac-inside .left-side .sayac-box-container .sayac-box {
    width: 50%;
    padding: 40px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.sayac .sayac-inside .left-side .sayac-box-container .sayac-box:nth-child(2n) {
    border-right: 0;
}
.sayac .sayac-inside .left-side .sayac-box-container .sayac-box:nth-last-child(-n + 2) {
    border-bottom: 0;
}
.sayac .sayac-inside .left-side .sayac-box-container .sayac-box .sayac-no {
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 8px;
}
.sayac .sayac-inside .left-side .sayac-box-container .sayac-box .sayac-txt {
    text-align: center;
    font-size: 14px;
    color: #999;
    font-weight: 300;
}
.sayac .sayac-inside .left-side .sayac-shape {
    width: 450px;
    position: absolute;
    bottom: -110px;
    right: -30px;
}
.sayac .sayac-inside .left-side .sayac-shape img {
    width: 100%;
}
.sayac .sayac-inside .left-side .sayac-dots {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -20px;
    left: 30px;
}
.sayac .sayac-inside .left-side .sayac-dots img {
    width: 100%;
}

.sayac .sayac-inside .right-side {
    flex: 1;
}
.sayac .sayac-inside .right-side .sayac-baslik {
    font-size: 39px;
    line-height: 43px;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
}
.sayac .sayac-inside .right-side .sayac-spot {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    font-weight: 400;
}
.referanslar {
    width: 100%;
    padding: 80px 0;
}
.referanslar-inside {
    margin: 0 auto;
}
.referanslar-inside .modul-baslik {
    width: 400px;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    color: #000;
    font-weight: 600;
    margin: 0 auto;
}
.referanslar-inside .modul-spot {
    width: 400px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 15px;
}
.referans-listesi {
    width: 105%;
    margin-left: -30px;

    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.referans-listesi .referans-box {
    width: 16%;
    padding: 10px;
}
.referans-listesi .referans-box .inside {
   width: 100%;
    position: relative;
    border-radius: 22px;
    height: 100%;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #000;

}
.referans-listesi .referans-box .inside .imag img {
      max-height: 100%;
    max-width: 100%;
    border-radius: 22px;
  
  
}

/* Tüm Referanslar sayfası için */

.referans.page-head-area {
    width: 100%;
    padding: 70px 0;
    background: rgb(56, 60, 77);
    background: linear-gradient(225deg, rgba(56, 60, 77, 1) 8%, rgba(20, 52, 142, 1) 100%);
}
.referans.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.referans.page-head-area .inside .page-baslik .head {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.referans.page-head-area .inside .page-baslik .spot {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #f1f1f1;
}
.referans.content-area {
    margin: 0 auto;
    padding: 90px 0;
}
.sektor-sec {
    text-align: center;
    width: 100%;
}
.sektor-sec-btn {
    display: inline-block;
    border: 1px solid #4262ff;
    background-color: #4262ff;
    border-radius: 100px;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.sektor-sec-btn:hover {
    background-color: #fff;
    text-decoration: none;
    color: #4262ff;
}
.sektor-kategorileri {
    padding: 30px;
}
.sektor-kategorileri .inside {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sektor-kategorileri .inside .boxes {
    border: 1px solid #ccc;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border-radius: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.sektor-kategorileri .inside .boxes:hover {
    text-decoration: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #333;
    color: #fff;
}
.ozellikler {
    width: 100%;
    padding:50px 0;
  background-color:#f8f9fa;
}
.ozellikler .ozellikler-inside {
    margin: 0 auto;
}

.ozellikler-inside .modul-baslik {
    width: 400px;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    color: #000;
    font-weight: 600;
    margin: 0 auto;
}
.ozellikler-inside .modul-spot {
    width: 400px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 15px;
}
.ozellik-listesi {
    width: 101%;
    margin-left: -5px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ozellik-listesi .ozellik-box {
    width: 25%;
    padding: 10px;
}

.ozellik-listesi .ozellik-box .inside {
    width: 100%;
    position: relative;
    border-radius: 6px;
    height: 100%;
    padding: 30px;
    background-color: #fff;
  transition-duration: 0.2s; transition-timing-function: linear;
}
.ozellik-listesi .ozellik-box .inside:hover {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ozellik-listesi .ozellik-box .inside .image {
    width: 100%;
    margin-bottom: 30px;
}
.ozellik-listesi .ozellik-box .inside .image img {
    max-width: 100%;
}
.ozellik-listesi .ozellik-box .inside .ozellik-baslik {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #15284b;
}
.ozellik-listesi .ozellik-box .inside .ozellik-spot {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #15284b;
}
.ozellik-btn {
  
    border: 1px solid #0075c9;
    padding: 3px 14px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 100px;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none !important;
    background-color: #fff;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.ozellik-btn:hover {
    background-color: #0075c9;
    color: #fff;
}

/* Tüm Özellikler  sayfası için */
.ozelliks.page-head-area {
    width: 100%;
    padding: 30px 0;
  background: rgb(72,20,138);
background: linear-gradient(0deg, rgba(72,20,138,1) 39%, rgba(17,39,125,1) 100%);
}
.ozelliks.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ozelliks.page-head-area .inside .page-baslik .head {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
}
.ozelliks.page-head-area .inside .page-baslik .spot {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #f1f1f1;
}
.ozelliks.content-area {
    margin: 0 auto;
    padding: 30px 0;
}

/* özellik detay  sayfası için */

.ozellik-detay {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 50px 0;
}
.ozellik-detay .all-features-link {
    width: 300px;
    margin-right: 40px;
    border: 1px solid #14348e;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #14348e;
    font-weight: 600;
    border-radius: 100px;
    display: inline-block;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.ozellik-detay .all-features-link:hover {
    text-decoration: none;
    background-color: #14348e;
    color: #fff;
}
.ozellik-detay .content {
    padding: 20px 40px 40px 40px;
    border-radius: 10px;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    flex: 1;
}
.yorumlar {
    width: 100%;
    padding: 70px 0;
    background-color: #ecf3ff;
    position: relative;
}
.yorumlar .bottom-white {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #ecf3ff;
    height: 105px;
}
.yorumlar .yorumlar-inside {
    margin: 0 auto;
}

.yorumlar-inside .modul-baslik {
    width: 400px;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    color: #000;
    font-weight: 600;
    margin: 0 auto;
}
.yorumlar-inside .modul-spot {
    width: 400px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 15px;
}
.yorumlar-inside .slider {
    width: 1260px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}
.swiper-comments {
    padding-bottom: 45px;
}
.swiper-comments .swiper-pagination-bullet-active {
    background-color: #6689fe !important;
    width: 30px !important;
}

.swiper-comments .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
    border-radius: 0 !important;
    background-color: #999;
}
.swiper-comments .swiper-slide {
    padding: 22px;
}
.swiper-comments .swiper-slide .comment-box {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.swiper-comments .swiper-slide .comment-box .comment-in {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.swiper-comments .swiper-slide .comment-box .comment-in .image {
    width: 130px;
    height: 130px;
    border: 1px solid #a9beff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    margin-right: 35px;
}
.swiper-comments .swiper-slide .comment-box .comment-in .video {
    width: 130px;
    border: 1px solid #000;
    border-radius: 20px;
    margin-right: 35px;
    padding: 1px;
    position: relative;
}
.swiper-comments .swiper-slide .comment-box .comment-in .video img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
}
.swiper-comments .swiper-slide .comment-box .comment-in .video a {
    position: absolute;
    font-size: 55px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.play-icon::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
}

.swiper-comments .swiper-slide .comment-box .comment-in .image img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 100px;
    object-fit: cover;
}
.swiper-comments .swiper-slide .comment-box .comment-in .texts {
    flex: 1;
}
.swiper-comments .swiper-slide .comment-box .comment-in .texts .ust {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.swiper-comments .swiper-slide .comment-box .comment-in .texts .alt {
    font-size: 13px;
    font-weight: 400;
    color: #333;
}

/* Detay Sayfası */

.tumyorumlar.page-head-area {
    width: 100%;
    padding: 30px 0;
    background-color: #14348e;
}
.tumyorumlar.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tumyorumlar.page-head-area .inside .page-baslik .head {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.tumyorumlar.page-head-area .inside .page-baslik .spot {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.tumyorumlar.content-area {
    margin: 0 auto;
    padding: 20px 0;
}
.yorum-listesi {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.yorum-listesi .box {
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #f6f5f3;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 10px 0px;
    border-radius: 10px;
    margin-bottom: 50px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.yorum-listesi .box:hover {
}
.yorum-listesi .box .image {
    width: 170px;
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    position: relative;
}
.yorum-listesi .box .image img {
    width: 100%;
    border-radius: 8px;
}
.yorum-listesi .box .texts {
    flex: 1;
}
.yorum-listesi .box .texts .ust {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.yorum-listesi .box .texts .alt {
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
.yorum-listesi .box .image a {
    position: absolute;
    font-size: 55px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ayricalik {
    padding: 40px 0;
  background-color:#fff;
}
.ayricalik-inside {
    margin: 0 auto;
}
.ayricalik-inside .modul-baslik {
    width: 400px;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    color: #cb2228;
    font-weight: 600;
    margin: 0 auto;
}
.ayricalik-inside .modul-spot {
    width: 600px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 15px;
  	margin-bottom:30px;
}
.ayricalik-inside .ayricalik-ayrimi {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.ayricalik-inside .ayricalik-listesi {
    flex: 1;
    margin-left: -5px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ayricalik-inside .ayricalik-listesi .ayricalik-box {
    width: 50%;
    padding: 10px;

}
.ayricalik-inside .ayricalik-listesi .ayricalik-box .inside {
    width: 100%;
    position: relative;
    border-radius: 6px;
    height: 100%;
    padding: 45px;
    background-color:#fff;
}
.ayricalik-inside .ayricalik-listesi .ayricalik-box .inside.golge {
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.ayricalik-inside .ayricalik-listesi .ayricalik-box .inside .image {
    width: 100%;
    margin-bottom: 30px;
}
.ayricalik-inside .ayricalik-listesi .ayricalik-box .inside .image img {
    max-width: 100%;
}
.ayricalik-inside .ayricalik-listesi .ayricalik-box .inside .ayricalik-baslik {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}
.ayricalik-inside .ayricalik-listesi .ayricalik-box .inside .ayricalik-spot {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #777;
}

.ayricalik-inside .ayricalik-ayrimi .gorsel {
    margin-left: 60px;
    margin-top: 0;
}
.ayricalik-inside .ayricalik-ayrimi .gorsel img {
    max-width: 680px;
      -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}
.tabs-main-container {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 10px 0 90px 0;
}
.tabs-inside {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.tab-inside-custom .nav-link {
    margin-right: 10px;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 14px;
}
.tab-inside-custom-content {
    margin-top: 50px;
}
.tab-pane-custom {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
}

.tab-pane-custom-right {
    width: 100%;
    font-size: 18px;
}
.tab-pane-custom-right img {
    max-width: 100%;
}

.tab-inside-custom .nav-link {
    background-color: #f1f1f1;
    color: #000 !important;
}

.tab-inside-custom .active {
    background-color: #cb2228 !important;
    color: #fff !important;
}
.tab-pane-custom {
    color: #000 !important;
}
.entegrasyon {
    padding: 40px 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 51%, rgb(238 244 255) 100%);
}
.entegrasyon-inside {
    margin: 0 auto;
}
.entegrasyon-inside .modul-baslik {
    width: 600px;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    color: #000;
    font-weight: 600;
    margin: 0 auto;
}
.entegrasyon-inside .modul-spot {
    width: 600px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 15px;
}

.entegrasyon-inside .entegrasyon-listesi {
    width: 100%;
    margin-left: -5px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.swiper-entegrasyon {
    width: 100%;
}

.swiper-entegrasyon .swiper-slide {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-entegrasyon .swiper-slide .ent-box {
    width: 80px;
    height: 80px;
    display: inline-block;
}
.swiper-entegrasyon .swiper-slide .ent-box img {
    height: 100%;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Tüm Entegrasyonlar  sayfası için */
.entegrasyonlar.page-head-area {
    width: 100%;
    padding: 30px 0;
    background: #f1f1f1;
}
.entegrasyonlar.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.entegrasyonlar.page-head-area .inside .page-baslik .head {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.entegrasyonlar.page-head-area .inside .page-baslik .spot {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.entegrasyonlar.content-area {
    margin: 0 auto;
    padding: 20px 0;
}

/* Entegrasyonlar sayfası HTML alan için CSS kodlarıdır. Bu classları kullanarak editörü düzenleyebilirsiniz. HTML alan düzenleme içeriğinizdeki Kaynak Kodu aracı ile classları görebiliriniz */
.entegrasyonlar.html-area {
    width: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 31%, rgba(241,241,241,1) 100%);
 
}
.entegrasyonlar.html-area .html-inside {
	background: rgb(236,68,58);
	background: linear-gradient(225deg, rgba(236,68,58,1) 8%, rgba(20,52,142,1) 100%);
    border-radius: 15px;
    padding: 40px 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.entegrasyonlar.html-area .html-inside .image {
    width: 450px;
    margin-right: 60px;
}
.entegrasyonlar.html-area .html-inside .image img {
    max-width: 100%;
}
.entegrasyonlar.html-area .html-inside .text {
    flex: 1;
    color: #fff;
}

/* Detay Sayfası devam */
.entegrasyonlar.content-area .kategoriler {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.entegrasyonlar.content-area .kategoriler a {
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #3f53d8;
    color: #3f53d8;
    background-color: #fff;
    padding: 15px 25px;
    margin-right: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}
.entegrasyonlar.content-area .kategoriler a:hover {
    background-color: #3f53d8;
    color: #fff;
    text-decoration: none;
}
.entegrasyonlar.content-area .kategoriler a.active {
    background-color: #3f53d8;
    color: #fff;
}
.entegrasyonlar.content-area .entegrasyon-boxes {
    padding: 40px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
.entegrasyonlar.content-area .entegrasyon-boxes .box {
    width: 46%;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #050038;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.entegrasyonlar.content-area .entegrasyon-boxes .box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.entegrasyonlar.content-area .entegrasyon-boxes .box .image {
    width: 80px;
    height: 80px;
    margin-right: 25px;
}
.entegrasyonlar.content-area .entegrasyon-boxes .box .image img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}
.entegrasyonlar.content-area .entegrasyon-boxes .box .text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.entegrasyonlar.content-area .entegrasyon-boxes .box .text .name {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.entegrasyonlar.content-area .entegrasyon-boxes .box .text .name .category-name {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    color: #fff;
    border: 1px solid #3f53d8;
    background-color: #3f53d8;
    border-radius: 100px;
    padding: 4px 10px;
    line-height: 11px;
}
.entegrasyonlar.content-area .entegrasyon-boxes .box .text .name .category-name:hover {
    border: 1px solid #3f53d8;
    background-color: #3f53d8;
    text-decoration: none;
    color: #fff;
}
.entegrasyonlar.content-area .entegrasyon-boxes .box .text .incele {
    display: inline-block;
    border: 1px solid #050038;
    background-color: #fff;
    text-decoration: none;
    color: #050038;
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 13px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.entegrasyonlar.content-area .entegrasyon-boxes .box:hover .incele {
    background-color: #050038;
    color: #fff;
}

/* Entegrasyon Kategori Sayfası */

.entegrasyon-kategori.page-head-area {
    width: 100%;
    padding: 30px 0;
    background-color: #f1f1f1;
}
.entegrasyon-kategori.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.entegrasyon-kategori.page-head-area .inside .page-baslik .head {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.entegrasyon-kategori.page-head-area .inside .page-baslik .spot {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

/* Entegrasyon detayı */
.entegrasyon-detay .kategoriler {
    padding: 30px 0 60px 0;
    background-color: #f1f1f1;
}
.entegrasyon-detay .detay-main {
    background-color: #fff;
    margin: 0 auto;
    border-radius: 10px;
    padding: 40px;
    padding-bottom: 100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: -50px;
    position: relative;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.entegrasyon-detay .detay-main .image {
    width: 150px;
    margin-right: 60px;
}
.entegrasyon-detay .detay-main .image img {
    border-radius: 15px;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.entegrasyon-detay .detay-main .text {
    flex: 1;
    padding-top: 20px;
}
.entegrasyon-detay .detay-main .text h6 {
    line-height: 24px;
}
.entegrasyon-detay .detay-main .text .category-name {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-weight: 500;
    color: #3f53d8;
}
.eklenti {
    width: 100%;
    padding: 70px 0;
}
.eklenti .eklenti-inside {
    margin: 0 auto;
}

.eklenti-inside .modul-baslik {
    width: 400px;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    color: #000;
    font-weight: 600;
    margin: 0 auto;
}
.eklenti-inside .modul-spot {
    width: 600px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 15px;
}
.eklenti-inside .eklenti-listesi {
    width: 101%;
    margin-left: -5px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.eklenti-box {
    width: 31%;
    border: 1px solid #ebebeb;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px;

    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.eklenti-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.eklenti-box .image {
    width: 90px;
    margin-right: 25px;
}
.eklenti-box .image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.eklenti-box .text {
    flex: 1;
}
.eklenti-box .text .hed {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
.eklenti-box .text .spot {
    font-size: 13px;
    color: #888;
    margin-top: 15px;
}
.eklenti-box .text .fiyat {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.eklenti-box .text .fiyat .eskifiyat {
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
    margin-right: 5px;
}
.eklenti-box .text .buton {
    display: inline-block;
    background-color: #fff;
    color: #cb2228;
    border: 1px solid #cb2228;
    font-size: 13px;
    border-radius: 5px;
    padding: 6px 25px;
    text-decoration: none !important;
    margin-top: 20px;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.eklenti-box .text .buton:hover {
    background-color: #cb2228;
    color: #fff;
}

/* eklentiler sayfası HTML alan için CSS kodlarıdır. Bu classları kullanarak editörü düzenleyebilirsiniz. HTML alan düzenleme içeriğinizdeki Kaynak Kodu aracı ile classları görebiliriniz */

.eklentiler.html-area {
    width: 100%;
    z-index: 0;
    position: relative;
    background-color: #fff;
    padding: 10px 0;
}
.eklentiler.html-area .html-inside {
    padding: 40px 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.eklentiler.html-area .html-inside .image {
    width: 450px;
    margin-right: 60px;
}
.eklentiler.html-area .html-inside .image img {
    max-width: 100%;
}
.eklentiler.html-area .html-inside .text {
    flex: 1;
    color: #383b57;
}

/* Eklentiler sayfası */
.eklentiler.page-head-area {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 35px 0;
    background-color: #fff;
    padding-bottom: 110px;
}
.eklentiler.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.eklentiler.page-head-area .inside .page-baslik {
    width: 100%;
}
.eklentiler.page-head-area .inside .page-baslik .head {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}
.eklentiler.page-head-area .inside .page-baslik .spot {
    margin: 0 auto;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 5px;
}

.eklentiler.content-area {
    margin: 0 auto;
    padding: 20px 0;
    margin-top: -90px;
    position: relative;
    z-index: 2;
}

/* eklenti sergileme alanı ve kategoriler */
.eklentiler.content-area .eklenti-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.eklentiler.content-area .eklenti-container .left-side {
    width: 350px;
 
    border-radius: 20px;
    background-color: #fff;
    margin-right: 40px;
}
.eklentiler.content-area .eklenti-container .left-side .head {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.eklentiler.content-area .eklenti-container .left-side .kategori-a {
    border: 1px solid #cb2228;
    color: #cb2228;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    margin-bottom: 10px;
}
.eklentiler.content-area .eklenti-container .left-side .kategori-a:hover {
    background-color: #cb2228;
    color: #fff;
    text-decoration: none;
}
.eklentiler.content-area .eklenti-container .left-side .kategori-a.active {
    background-color: #cb2228;
    color: #fff;
    text-decoration: none;
}
.eklentiler.content-area .eklenti-container .left-side .populer-a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #dbdbec;
    padding: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #1b1f62;
}
.eklentiler.content-area .eklenti-container .left-side .populer-a:hover {
    box-shadow: rgba(38, 111, 201, 0.17) 0px 7px 29px 0px;
    text-decoration: none;
}
.eklentiler.content-area .eklenti-container .left-side .populer-a:last-child {
    border-bottom: 0;
}
.eklentiler.content-area .eklenti-container .left-side .populer-a img {
    width: 50px;
    border-radius: 10px;
    margin-right: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.eklentiler.content-area .eklenti-container .content-side {
    flex: 1;
}
.eklentiler.content-area .eklenti-container .content-side .inside {
    width: 102%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.eklentiler.content-area .eklenti-container .content-side .inside .box {
    width: 47.6%;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: rgba(38, 111, 201, 0.12) 0px 7px 29px 0px;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.eklentiler.content-area .eklenti-container .content-side .inside .box:hover {
    box-shadow: rgba(38, 111, 201, 0.23) 0px 7px 19px 0px;
    margin-top: -4px;
    margin-bottom: 24px;
}
.eklentiler.content-area .eklenti-container .content-side .inside .box .image {
    width: 90px;
    margin-right: 25px;
}
.eklentiler.content-area .eklenti-container .content-side .inside .box .image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.eklentiler.content-area .eklenti-container .content-side .inside .box .text {
    flex: 1;
}
.eklentiler.content-area .eklenti-container .content-side .inside .box .text .head {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}
.eklentiler.content-area .eklenti-container .content-side .inside .box .text .fiyat {
    font-size: 15px;
    color: #000;
}
.eklentiler.content-area .eklenti-container .content-side .inside .box .text .fiyat .eskifiyat {
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
    margin-right: 5px;
}
.eklentiler.content-area .eklenti-container .content-side .inside .box .text .spot {
    font-size: 13px;
    margin-top: 10px;
    color: #717494;
}

.eklentiler.content-area .eklenti-container .content-side .inside .box .buton {
    display: inline-block;
    background-color: #fff;
    color: #cb2228;
    border: 1px solid #cb2228;
    font-size: 13px;
   border-radius: 5px;
    padding: 6px 25px;
    text-decoration: none !important;
    margin-top: 20px;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.eklentiler.content-area .eklenti-container .content-side .inside .box .buton:hover {
    background-color: #cb2228;
    color: #fff;
}

.eklentiler .inside .page-baslik .tumu-a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none !important;
}

/* Eklenti Detayı */
.eklenti-detayi {
    width: 100%;
    background-color: #fff;
  padding:30px 0; 
}
.eklenti-detayi .detay-inside {
    margin: 0 auto;

    background-color: #fff;

}
.eklenti-detayi .detay-inside .link-tree {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}
.eklenti-detayi .detay-inside .link-tree a {
    line-height: 13px;
    font-size: 13px;
    color: #cb2228;
    padding: 7px 22px;
    border-radius: 5px;
    border: 1px solid #cb2228;
    margin-right: 10px;
    background-color: #fff;
}
.eklenti-detayi .detay-inside .link-tree a.active {
    background-color: #cb2228;
    color: #fff;
}
.eklenti-detayi .detay-inside .link-tree a:hover {
    text-decoration: none;
    background-color: #cb2228;
    color: #fff;
}
.eklenti-detayi .detay-inside .info-area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 70px;
}
.eklenti-detayi .detay-inside .info-area .image {
    width: 210px;
    height: 210px;
    margin-right: 65px;
}
.eklenti-detayi .detay-inside .info-area .image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.eklenti-detayi .detay-inside .info-area .text {
    flex: 1;
}
.eklenti-detayi .detay-inside .info-area .text .head {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}
.eklenti-detayi .detay-inside .info-area .text .spot {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #777;
    margin-bottom: 30px;
}
.eklenti-detayi .detay-inside .info-area .text .fiyat {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}
.eklenti-detayi .detay-inside .info-area .text .fiyat .eskifiyat {
    text-decoration: line-through;
    color: #666;
    font-weight: 400;
    margin-right: 5px;
}
.eklenti-detayi .detay-inside .info-area .text .buy {
    margin-top: 30px;
}
.eklenti-detayi .detay-inside .info-area .text .buy .buybtn {
    display: inline-block;
    padding: 15px 65px;
    font-size: 18px;
    color: #fff;
    background-color: #11277d;
    border-radius: 5px;
    font-weight: 600;
    border: 2px solid transparent;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.eklenti-detayi .detay-inside .info-area .text .buy .buybtn:hover {
    background-color: #fff;
    color: #11277d;
    border: 2px solid #11277d;
}
.eklenti-detayi .detay-inside .info-area .text .buy .freebtn {
    display: inline-block;
    padding: 15px 65px;
    font-size: 16px;
    color: #4e81e3;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 600;
    border: 2px solid #4e81e3;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.eklenti-detayi .detay-inside .info-area .text .buy .freebtn:hover {
    background-color: #4e81e3;
    color: #fff;
    border: 2px solid #4e81e3;
}

.eklenti-detayi .detay-inside .info-area .demoadresleri {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}
.eklenti-detayi .detay-inside .info-area .demoadresleri .demogoster {
    border: 1px solid dodgerblue;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    color: dodgerblue;
    margin-right: 10px;
    width: 180px;
}
.eklenti-detayi .detay-inside .info-area .demoadresleri .demogoster:hover {
    background-color: dodgerblue;
    color: #fff;
    text-decoration: none;
}
.eklenti-detayi .detay-inside .info-area .demoadresleri .panelgoster {
    border: 1px solid #5dc360;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 20px;
    color: #5dc360;
    width: 180px;
    text-align: center;
}
.eklenti-detayi .detay-inside .info-area .demoadresleri .panelgoster:hover {
    background-color: #5dc360;
    color: #fff;
    text-decoration: none;
}

.eklenti-detayi .detay-inside .basliklar {
    font-size: 26px;
    font-weight: 600;
    color: #cb2228;
    margin-bottom: 30px;
}
.eklenti-detayi .detay-inside .content-area {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
}
.eklenti-detayi .detay-inside .content-area .text {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: 400;
}
.eklenti-detayi .detay-inside .content-area.gallery {
    border: 1px solid #d89a4a;
    padding: 40px 40px 25px 40px;
    border-radius: 15px;
}
.eklenti-detayi .detay-inside .content-area.gallery .gallery-list {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.eklenti-detayi .detay-inside .content-area.gallery .gallery-list a {
    display: inline-block;
    padding: 3px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    width: auto;
    height: 90px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.eklenti-detayi .detay-inside .content-area.gallery .gallery-list a img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.eklentiler.content-area .eklenti-container .mobile-eklenti-category {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: rgba(38, 111, 201, 0.12) 0px 7px 29px 0px;
    border-radius: 15px;
    padding: 30px;
}
.eklentiler.content-area .eklenti-container .mobile-eklenti-category .mhead {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.eklentiler.content-area .eklenti-container .mobile-eklenti-category .kategori-a {
    font-size: 14px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    color: #000;
    border-bottom: 1px solid #ebebeb;
}
.blok-vitrin-main {
    width: 100%;
    padding: 0;
}

.blok-vitrin-box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.blok-vitrin-text {
    flex: 1;
    display: flex;
}

.blok-vitrin-text-in {
    width: 80%;
    padding: 20px 0;
    margin: 0 auto;
}
.blok-vitrin-img {
    width: 40%;
}
.blok-vitrin-img img {
    max-width: 100%;
}
.blok-vitrin-inside {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
}
.blok-vitrin-text-h {
    width: 100%;
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 35px;
}
.blok-vitrin-text-s {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
}
.tanitim-video {
    margin: 0 auto;
width:100%;
    position: relative;
    background-color: #333;
 
    padding: 90px 0 150px 0;
    overflow: hidden;
}
.tanitim-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #071e4c;
    opacity: 0.7;
    z-index: 1;
}
.tanitim-video .icerik {
    margin: 0 auto;
    width: 400px;
    position: relative;
    z-index: 2;
}
.tanitim-video .icerik .hed {
    font-size: 35px;
    color: #fff;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 20px;
}
.tanitim-video .icerik .spot {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}
.play-area {
    position: relative;
    margin: 0 auto;
    width: 100px;
    margin-top: 70px;
    z-index: 2;
}

.play-area .wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-area .wrapper .video-main {
    position: relative;
    display: inline-block;
}

.play-area .wrapper .video-main .video {
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 100%;
    color: #333;
    font-size: 25px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.waves {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -55px;
    bottom: -55px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.blog {
    width: 100%;
    padding: 50px 0;
}
.blog .blog-inside {
    margin: 0 auto;
}

.blog-inside .modul-baslik {
    width: 400px;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    color: #000;
    font-weight: 600;
    margin: 0 auto;
}
.blog-inside .modul-spot {
    width: 600px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 15px;
}
.blog-listesi {
    width: 101.3%;
    margin-left: -11px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.blog-box {
    width: 31.7%;
    border: 1px solid transparent;
    padding: 10px 10px 25px 10px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px;

    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.blog-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog-box .image {
    width: 100%;
}
.blog-box .image img {
    width: 100%;
    border-radius: 10px;
}
.blog-box .head {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    font-weight: 600;
    padding: 0 20px;
    width: 100%;
    display: block;
}
.blog-box .spot {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
    font-weight: 400;
    padding: 0 20px;
}

/* Tüm Bloglar  sayfası için */

.bloglar.page-head-area {
    width: 100%;
    padding: 30px 0;
    background-color: rgba(50, 132, 250, 0.06);
}
.bloglar.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bloglar.page-head-area .inside .page-baslik .head {
    font-size: 30px;
    font-weight: 600;
    color: #333;
}
.bloglar.page-head-area .inside .page-baslik .spot {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

.bloglar.content-area {
    margin: 0 auto;
    padding: 20px 0;
}
/* Tüm detay sayfası için */

.bloglar-detay.page-head-area {
    width: 100%;
    padding: 30px 0;
    background-color: rgba(50, 132, 250, 0.06);
}
.bloglar-detay.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.bloglar-detay.page-head-area .inside .page-baslik .head {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.bloglar-detay.page-head-area .inside .page-baslik .date {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
}
.bloglar-detay.content-area {
    margin: 0 auto;
}
.bloglar-detay .content-inside {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 40px 0;
}
.bloglar-detay .content-inside .content {
    flex: 1;
}
.bloglar-detay .content-inside .right {
    width: 300px;
    margin-left: 40px;
}

.bloglar-detay .content-inside .right .box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    padding: 25px;
    border-radius: 15px;
    padding-top: 0;
    margin-bottom: 56px;
}
.bloglar-detay .content-inside .right .blog-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}
.bloglar-detay .content-inside .right .head {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
}

.bloglar-detay .content-inside .right .social-share {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.bloglar-detay .content-inside .right .social-share a {
    font-size: 22px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #000;
}
.bloglar-detay .content-inside .right .cok-okunan {
    margin-bottom: 15px;
    color: #111;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}
.bloglar-detay .content-inside .right .cok-okunan:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.all-blog-links {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 100px;
    display: inline-block;
    font-size: 11px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.all-blog-links:hover {
    border: 1px solid darkslateblue;
    color: darkslateblue;
    text-decoration: none;
}
.tetikleyici {
    width: 100%;
    background-color: #091a39;
    padding: 90px 0;
}
.tetikleyici-inside {
    margin: 0 auto;
}
.tetikleyici-inside .head {
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}
.tetikleyici-inside .spot {
    width: 550px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #cdcdcd;
    font-weight: 400;
}
.konseptler {
    width: 100%;
    padding: 50px 0;
  background-color:#f8f9fa;
}
.konseptler .konsept-inside {
    margin: 0 auto;
}
.konsept-inside .modul-baslik {
    width: 400px;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    color: #cb2228;
    font-weight: 600;
    margin: 0 auto;
}
.konsept-inside .modul-spot {
    width: 600px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 15px;
}
.konsept-listesi {
    width: 101.3%;
    margin-left: -11px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.konsept-listesi .tasarim-box {
    width: 29%;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 25px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    border: 1px solid #ccc;
}
.konsept-listesi .tasarim-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.tasarim-box .image {
    width: 100%;
    margin-bottom: 30px;
}
.tasarim-box .image img {
    width: 100%;
}
.tasarim-box .head {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.tasarim-box .incele-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -31px;
}
.tasarim-box .incele {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    color: #cb2228;
    border-radius: 100px;
    padding: 8px 40px;
    background-color: #fff;
    border: 1px solid #cb2228;
    font-size: 16px;
    margin-right: 5px;
    margin-left: 5px;
}
.tasarim-box .incele:hover {
    background-color: #cb2228;
    color: #fff;
}

.tasarim-box .panelbtnu {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    color: #26bb2b;
    border-radius: 100px;
    padding: 8px 40px;
    background-color: #fff;
    border: 1px solid #26bb2b;
    font-size: 16px;
    margin-right: 5px;
    margin-left: 5px;
}
.tasarim-box .panelbtnu:hover {
    color: #fff;
    background-color: #26bb2b;
    border: 1px solid #26bb2b;
}

/* Detay sayfası */

.konseptlerdetay.page-head-area {
    width: 100%;
    padding: 30px 0;
    background-color: #14348e;
}
.konseptlerdetay.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.konseptlerdetay.page-head-area .inside .page-baslik .head {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.konseptlerdetay.page-head-area .inside .page-baslik .spot {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.konseptlerdetay.content-area {
    margin: 0 auto;
    padding: 20px 0;
    margin-bottom: 90px;
}
.sss {
    padding:50px 0;
}
.sss .sss-inside {
    margin: 0 auto;
}
.sss-inside .modul-baslik {
    width: 400px;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    color: #000;
    font-weight: 600;
    margin: 0 auto;
}
.sss-inside .modul-spot {
    width: 600px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 15px;
}
.sss-listesi {
    width: 700px;
    margin: 0 auto;
    margin-top: 30px;
}

.accordion {
    width: 100%;
    margin: 0 auto;
}

.card {
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
}

.card-header {
    padding: 0;
    padding-bottom: 2px;
    background-color: transparent;
}

.card-header button {
    width: 100%;
    text-align: left;
    padding: 20px;
    background-color: #fafafa;
    font-size: 14px;
    border-color: #4262ff;
    color: #4262ff;
    text-decoration: none !important;
    position: relative;
    height: 100%;
    font-weight: 600;
}

.card-header button:hover {
    border-color: #4262ff;
    color: #4262ff;
}

.card-header button.collapsed {
    border: 1px solid #fafafa;
    color: #000;
}
.card-header .accordion-icon {
    position: absolute;
    top: 10px;
    font-size: 26px;
    bottom: 0;
    right: 15px;
    transition: transform 0.3s ease;
}
.card-header button .soru {
    width: 80%;
}

.card-body {
    background-color: #fff;
    padding: 25px;
    font-size: 14px;
    color: #333;
}

/* Tüm SSS sayfası için */

.sss.page-head-area {
    width: 100%;
    padding: 30px 0;
    background-color: #4262ff;
}
.sss.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sss.page-head-area .inside .page-baslik .head {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.sss.page-head-area .inside .page-baslik .spot {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #f1f1f1;
}
.sss.content-area {
    margin: 0 auto;
    padding: 40px 0;
}
.footer-area {
    width: 100%;
    padding: 50px 0 0 0;
    border-top: 1px solid #ebebeb;
}
.footer-area-inside {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
}
.footer-area-inside .ebulten-container {
    width: 100%;
}
.footer-area-inside .ebulten {
    width: 700px;
    position: relative;
    margin-bottom: 55px;
}
.footer-area-inside .ebulten form input {
    width: 100%;
    border-radius: 5px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    height: 50px;
    padding: 20px;
    padding-left: 30px;
    font-size: 14px;
}
.footer-area-inside .ebulten form input:focus {
    outline: none;
}
.footer-area-inside .ebulten form .ebulten_head {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}
.footer-area-inside .ebulten form button {
    position: absolute;
    bottom: 8px;
    right: 8px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 5px 25px;
}

.footer-area-inside .ofisler {
    width: 450px;
    margin-right: 60px;
}
.footer-area-inside .ofisler .ofis-box {
    margin-bottom: 30px;
}
.footer-area-inside .ofisler .ofis-box .ofis-adi {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.footer-area-inside .ofisler .ofis-box .ofis-adi i {
    font-size: 20px;
    margin-right: 10px;
}
.footer-area-inside .ofisler .ofis-box .ofis-adresi {
    font-size: 14px;
    font-weight: 400;
    color: #444;
}
.footer-area-inside .right-boxes-main {
    width: 249px;
}
.footer-area-inside .right-boxes-main .right-boxes-main-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.footer-area-inside .right-boxes-main .kanal-box {
    display: block;
    margin-bottom: 25px;
    color: #000;
    line-height: 15px;
    text-decoration: none !important;
}
.footer-area-inside .right-boxes-main .kanal-box .inside {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
}
.footer-area-inside .right-boxes-main .kanal-box .inside .ikon {
    width: 27px;
}
.footer-area-inside .right-boxes-main .kanal-box .inside .ikon i {
    font-size: 17px;
}
.footer-area-inside .right-boxes-main .socials {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer-area-inside .right-boxes-main .socials a {
    margin-right: 20px;
    color: #000;
    font-size: 18px;
}
.footer-area-inside .right-boxes-main .work-hour {
    font-size: 15px;
    width: 70%;
}
.footer-links-area {
    margin: 0 auto;
}
.footer-links-area-inside {
    width: 101.9%;
    display: flex;
    justify-content: flex-start;
}
.footer-links-area .footer-link {
    width: 23.4%;
    padding-left: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 22px;
    border-right: 1px solid #ebebeb;
}
.footer-links-area .footer-link:last-child {
    border-right: 0 !important;
}
.footer-links-area .footer-link .head-item {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.footer-links-area .footer-link .footer-link-sub {
    margin-top: 20px;
}
.footer-links-area .footer-link .footer-link-sub a {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #666;
    font-weight: 300;
}
.footer-area .copyright-area {
    width: 100%;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.footer-area .copyright-area .inside {
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer-area .copyright-area .inside .text {
    width: 400px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}
.footer-area .copyright-area .inside .image {
    flex: 1;
    text-align: right;
}
.footer-area .copyright-area .inside .image img {
    max-width: 100%;
}
.scroll-top-button {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 999;
}
.scroll-top-button i {
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}
.modal-content .sozlesme-detaylari {
    padding: 30px;
    font-size: 13px;
}
.modal-content .sozlesme-detaylari .sozlesme-content {
    max-height: 350px;
    overflow-y: auto;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.deneme-talebi-main {
    width: 100%;
    background-color: #fff;
    padding: 80px 0;
}
.deneme-talebi-main .deneme-inside {
    margin: 0 auto;
}
.deneme-inside .modul-baslik {
    width: 500px;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    color: #cb2228;
    font-weight: 600;
    margin: 0 auto;
}
.deneme-inside .modul-spot {
    width: 600px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #777;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 15px;
}
.deneme-inside .form-area {
    width: 500px;
    margin: 0 auto;
    margin-top: 40px;
}
.deneme-inside .form-area select {
    border: 1px solid #050038;
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.deneme-inside .form-area input {
    border: 1px solid #050038;
    height: 48px;
    padding-left: 50px;
    font-size: 14px;
}
.deneme-inside .form-area .input-box {
    position: relative;
    margin-bottom: 20px;
}
.deneme-inside .form-area .input-box .ikon {
    position: absolute !important;
    top: 13px;
    left: 16px;
    color: #999;
}
.deneme-inside .form-area select:focus {
    outline: none;
    border: 1px solid #2214a4;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.deneme-inside .form-area input:focus {
    outline: none;
    border: 1px solid #2214a4;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.deneme-inside .form-area .input-box .deneme-checkbox .custom-control-label {
    font-size: 14px;
    color: #666;
    line-height: 27px;
    padding-left: 7px;
}
.deneme-inside .form-area .input-box .deneme-checkbox .custom-control-label::before {
    border: 1px solid #050038;
    width: 20px;
    height: 20px;
}
.deneme-inside .form-area .input-box .deneme-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2214a4;
    box-shadow: none;
}
.deneme-inside .form-area .input-box .deneme-checkbox .custom-control-label::after {
    width: 20px;
    height: 20px;
}
.deneme-inside .form-area .input-box .deneme-checkbox .custom-control-label a {
    color: #160c8f;
    text-decoration: underline;
}
.deneme-inside .form-area .input-box.deneme-gonder-btn {
    text-align: center;
    margin-top: 40px;
}
.deneme-inside .form-area .input-box.deneme-gonder-btn button {
    padding: 13px 40px;
    background-color: #cb2228;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    border: 0;
}
.deneme-inside .form-area .input-box .custom-control-input {
    left: 0;
    width: 20px;
    height: 20px;
    top: 5px;
}
.belgelerimiz.page-head-area {
    width: 100%;
    padding: 30px 0;
    background-color: #f1f1f1;
}
.belgelerimiz.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.belgelerimiz.page-head-area .inside .page-baslik .head {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.belgelerimiz.content-area {
    margin: 0 auto;
    padding: 20px 0;
}
.belgelerimiz.content-area .spot {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 30px 0;
}
.belgelerimiz.content-area .spot img {
    max-width: 90%;
}

.belge-listesi {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.belge-listesi .box {
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #f6f5f3;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 10px 0px;
    border-radius: 10px;
    margin-bottom: 50px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.belge-listesi .box:hover {
}
.belge-listesi .box .image {
    width: 170px;
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    position: relative;
}
.belge-listesi .box .image:hover:before {
    position: absolute;
    font-family: "FontAwesome";
    color: #fff;
    content: "\f00e";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    border-radius: 8px;
}
.belge-listesi .box .image:hover {
}
.belge-listesi .box .image img {
    width: 100%;
    border-radius: 8px;
}
.belge-listesi .box .texts {
    flex: 1;
}
.belge-listesi .box .texts .ust {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.belge-listesi .box .texts .alt {
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
.banka-hesaplarimiz.page-head-area {
    width: 100%;
    padding: 30px 0;
    background: rgb(246, 245, 243);
    background: linear-gradient(180deg, rgba(246, 245, 243, 1) 0%, rgba(0, 212, 255, 0) 100%);
}
.banka-hesaplarimiz.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.banka-hesaplarimiz.page-head-area .inside .page-baslik .head {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.banka-hesaplarimiz.page-head-area .inside .page-baslik .spot {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.banka-hesaplarimiz.content-area {
    margin: 0 auto;
    padding: 20px 0;
}

.hesapbilgisi-listesi {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.hesapbilgisi-listesi .box {
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 10px 0px;
    border-radius: 10px;
    margin-bottom: 50px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.hesapbilgisi-listesi .box:hover {
}
.hesapbilgisi-listesi .box .image {
    width: 170px;
    min-height: 170px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 60px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hesapbilgisi-listesi .box .image img {
    width: 100%;
    border-radius: 8px;
}
.hesapbilgisi-listesi .box .texts {
    flex: 1;
    padding-top: 7px;
}
.hesapbilgisi-listesi .box .texts .infos {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 13px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 8px;
}
.hesapbilgisi-listesi .box .texts .infos .left {
    width: 100px;
    font-weight: 600;
}
.hesapbilgisi-listesi .box .texts .infos .right {
    flex: 1;
}
.loginmodal_kapat {
    width: 35px;
    height: 35px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    top: -20px;
    right: 10px;
    z-index: 2;
    position: absolute;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.loginmodal_tabs {
    position: relative;
    padding-top: 10px;
}
.loginmodal_tabs .nav-tabs {
    border-bottom: 0;
}
.loginmodal_tabs .nav-item:first-child .nav-link {
    margin-left: 0;
}
.loginmodal_tabs .nav-link {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    border-radius: 100px;
    padding: 14px 30px;
    text-align: center;
    border: 1px solid transparent;
    margin-right: 4px;
    background-color: #fff;
}
.loginmodal_tabs .nav-link:hover {
    color: darkblue;
    padding: 14px 30px;
    border: 1px solid transparent;
}
.loginmodal_tabs .nav-link.active {
    color: #fff;
    background-color: #2367be;
}
.loginmodal_tabs .nav-link.active:hover {
    background-color: #4e95f1;
    color: #ffffff;
}
.loginmodal_tabs .info-box {
    width: 100%;
    padding: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
    background-color: #f2f2f2;
    margin-top: 30px;
    margin-bottom: 30px;
}
.loginmodal_tabs .input-box {
    padding: 10px 30px;
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 11px;
}
.loginmodal_tabs .input-box input {
    border-radius: 100px;
    height: 55px;
    padding-left: 40px;
}
.loginmodal_tabs .input-box label {
    z-index: 2;
    background-color: #fff;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    padding: 3px 10px;
    line-height: 13px;
    position: absolute;
    top: 0;
    margin-left: 30px;
}
.loginmodal_tabs .input-box .sifremi-unuttum {
    font-size: 12px;
    color: #2367be;
    text-decoration: none !important;
    padding: 3px 10px;
    border: 1px solid #2367be;
    border-radius: 100px;
}
.loginmodal_tabs .input-box .girisyap {
    width: 100%;
    text-align: center;
    border-radius: 100px;
    height: 55px;
    background-color: #37be80;
    border: 1px solid #37be80;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.loginmodal_tabs .input-box .musteriol {
    width: 100%;
    text-align: center;
    border-radius: 100px;
    height: 55px;
    background-color: #cb2228;
    border: 1px solid #cb2228;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.loginmodal_tabs .input-box .custom-control {
    padding-left: 0 !important;
    margin-bottom: 15px;
}
.loginmodal_tabs .input-box .deneme-checkbox .custom-control-label {
    font-size: 13px;
    color: #666;
    line-height: 20px;
    padding-left: 7px;
}
.loginmodal_tabs .input-box .deneme-checkbox .custom-control-label::before {
    border: 1px solid #2367be;
    width: 20px;
    height: 20px;
}
.loginmodal_tabs .input-box .deneme-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2367be;
    box-shadow: none;
}
.loginmodal_tabs .input-box .deneme-checkbox .custom-control-label::after {
    width: 20px;
    height: 20px;
}
.loginmodal_tabs .input-box .deneme-checkbox .custom-control-label a {
    color: #2367be;
    text-decoration: underline;
}

.hesabim-btn {
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 30px;
    color: #000;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.hesabim-btn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
}
.hesabim-dropdown {
    margin-top: 4px;
    width: 250px;
    padding: 20px 0;
}
.hesabim-dropdown a {
    padding: 10px 30px !important;
    font-size: 13px;
}
.hesabim-dropdown a .dropdown-i {
    margin-right: 5px;
    color: #999 !important;
}

.user-login-register {
    background-color: #f5f8fa;
    padding: 70px 0;
}
.user-login-register .content-area {
    margin: 0 auto;
    width: 500px;
}
.user-login-register .content-area .contain {
    background-color: #fff;
    padding: 35px 35px 70px 35px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.password-input {
    position: relative;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    cursor: pointer;
}
.user-login-register .content-area .contain .ust-head-title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 24px;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 30px;
}
.user-login-register .content-area .contain .foot-infos {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
}
.user-login-register .content-area .contain .foot-infos a {
    color: #cb2228;
}

.accounts-page-main {
    width: 100%;
    padding: 50px 0;
    background-color: #f5f8fa;
}
.accounts-page-main .account-inside {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.accounts-page-main .account-inside .left-side {
    width: 300px;
    margin-right: 50px;
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
}
.accounts-page-main .account-inside .left-side .head {
    font-size: 18px;
    font-weight: 600;
    color: darkblue;
    margin-bottom: 25px;
}

.accounts-page-main .account-inside .right-side {
    flex: 1;
}
.accounts-page-main .account-inside .right-side .contain {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.accounts-page-main .account-inside .right-side .head {
    font-size: 24px;
    font-weight: 600;
    color: darkblue;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.accounts-page-main .account-inside .right-side input[readonly] {
    background-color: #fff !important;
    color: #ccc !important;
}
.accounts-page-main .account-inside .right-side .kaydet-btn {
    width: 100%;
    text-align: center;
    border-radius: 100px;
    height: 55px;
    background-color: #37be80;
    border: 1px solid #37be80;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.accounts-page-main .account-inside .left-side .usermenu-a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #000;
    text-decoration: none !important;
}
.accounts-page-main .account-inside .left-side .usermenu-a:last-child {
    border-bottom: 0;
}
.accounts-page-main .account-inside .left-side .usermenu-a .usericons {
    margin-right: 10px;
    color: darkblue;
}
.account-inside .right-side .inside-box {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    text-decoration: none !important;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.account-inside .right-side .inside-box .flex-groups {
    flex: 1;
    color: #000;
    font-weight: 500;
}
.account-inside .right-side .inside-box .flex-groups .titl {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #999;
}
.account-inside .right-side .inside-box:hover {
    margin-top: -5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 25px;
}
.account-inside .right-side .inside-box .flex-groups:last-child {
    width: 90px;
    flex: 0;
    text-align: right;
}
.account-inside .right-side .geri_don_btn {
    font-weight: 500;
    color: darkblue;
    font-size: 12px;
    border: 1px solid darkblue;
    padding: 3px 10px;
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none !important;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.account-inside .right-side .geri_don_btn:hover {
    padding: 3px 16px;
}

.account-inside .right-side .info-boxx {
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 15px 25px;
    font-weight: 600;
    height: 100%;
}
.account-inside .right-side .info-boxx .info-titl {
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
    font-weight: 400;
}
.account-inside .right-side .info-boxx .product-price-list {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.account-inside .right-side .total-price-table {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.account-inside .right-side .total-price-table .box {
    width: 300px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding-bottom: 30px;
}
.account-inside .right-side .total-price-table .box .odemetablo-head {
    font-size: 19px;
    padding: 20px;
    font-weight: 600;
    color: #000;
}
.account-inside .right-side .total-price-table .box .odemetablo-list {
    font-size: 13px;
    padding: 9px 20px;
    color: #000;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.account-inside .right-side .total-price-table .box .odemetablo-list .odemetablo-left {
    flex: 1;
    font-weight: 600;
}
.account-inside .right-side .total-price-table .box .odemetablo-list .odemetablo-right {
    width: 80px;
    text-align: right;
    font-weight: 400;
}
.ticket_cevap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}
.ticket_cevap .msges {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 30px;
    background-color: #fff;
    font-size: 14px;
    width: 80%;
}
.ticket_cevap .msges .head-title {
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.ticket_cevap_destek {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 30px;
}
.ticket_cevap_destek .msges_destek {
    border: 1px solid #8ad18a;
    border-radius: 8px;
    padding: 30px;
    background-color: #f4fef7;
    font-size: 14px;
    width: 80%;
}
.ticket_cevap_destek .msges_destek .head-title_destek {
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid #8ad18a;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #004d1a;
}
.ticketgonder {
    display: inline-block;
    padding: 15px 40px;
    font-size: 15px;
    color: #fff;
    border-radius: 15px;
    background-color: dodgerblue;
    border: 0;
    font-weight: 600;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.ticketgonder:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #0066cc;
}
.siparis-olustur {
    background-color: #f5f8fa;
    padding: 70px 0;
}
.siparis-olustur .content-area {
    margin: 0 auto;
    width: 1100px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.siparis-olustur .content-area .blok {
    flex: 1;
}
.siparis-olustur .content-area .blok .contain {
    background-color: #fff;
    padding: 25px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.siparis-olustur .content-area .blok .contain .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.siparis-olustur .content-area .blok .contain .head .big-title {
    color: #021b4e;
    font-size: 22px;
    font-weight: 600;
}
.siparis-olustur .content-area .blok .contain .head .spot {
    color: #9e9e9e;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
}
.siparis-olustur .content-area .right {
    width: 350px;
    margin-left: 40px;
}
.siparis-olustur .content-area .right .forwardbtn {
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 15px;
    background-color: dodgerblue;
    border: 0;
    font-weight: 600;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.siparis-olustur .content-area .right .forwardbtn:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #0066cc;
}
.siparis-olustur .content-area .right .contain {
    background-color: #fff;
    padding: 25px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.siparis-olustur .content-area .right .contain .product {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.siparis-olustur .content-area .right .contain .product .image {
    width: 55px;
    margin-right: 15px;
}
.siparis-olustur .content-area .right .contain .product .image img {
    width: 100%;
    border-radius: 10px;
}
.siparis-olustur .content-area .right .contain .product .text {
    flex: 1;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.siparis-olustur .content-area .right .contain .product .text .adresegit {
    font-size: 11px;
    display: inline-block;
    color: darkblue;
    border: 1px solid darkblue;
    padding: 4px 10px;
    text-decoration: none !important;
    line-height: 11px;
    border-radius: 100px;
}
.siparis-olustur .content-area .right .contain .head {
    font-size: 18px;
    font-weight: 600;
    color: #021b4e;
    display: block;
    margin-bottom: 45px;
}

.siparis-olustur .content-area .right .contain .tables {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.siparis-olustur .content-area .right .contain .tables .left {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 100px;
}
.siparis-olustur .content-area .right .contain .tables .left.big {
    font-size: 18px;
}
.siparis-olustur .content-area .right .contain .tables .right {
    flex: 1;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.siparis-olustur .content-area .right .contain .tables .right.big {
    font-size: 18px;
}
.siparis-olustur .input-box {
    padding: 30px 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ced4da;
}
.siparis-olustur .input-box:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.siparis-olustur .input-box .form-control {
    margin-bottom: 0;
}
.siparis-olustur .input-box select,
.siparis-olustur .input-box input {
    border-radius: 10px;
    height: 65px;
    padding-left: 40px;
    font-size: 15px;
}
.siparis-olustur .input-box .ttt {
    z-index: 2;
    background-color: #fff;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    padding: 3px 10px;
    line-height: 13px;
    top: 21px;
    margin-left: 30px;
    position: absolute;
}

.siparis-olustur .input-box .custom-control-label {
    font-size: 14px;
    color: #000;
    line-height: 23px;
    padding-left: 7px;
}
.siparis-olustur .input-box .custom-control-label::before {
    border: 1px solid #2367be;
    width: 20px;
    height: 20px;
    top: 1px;
}
.siparis-olustur .input-box .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2367be;
    box-shadow: none;
}
.siparis-olustur .input-box .custom-control-label::after {
    width: 20px;
    height: 20px;
    top: 1px;
}
.siparis-olustur .input-box .custom-control-label a {
    color: #2367be;
    text-decoration: underline;
}
.siparis-olustur .alt-buton {
    width: 100%;
    text-align: right;
}
.siparis-olustur .faturabtn {
    display: inline-block;
    padding: 15px 40px;
    font-size: 15px;
    color: #fff;
    border-radius: 15px;
    background-color: dodgerblue;
    border: 0;
    font-weight: 600;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.siparis-olustur .faturabtn:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #0066cc;
}
.siparis-olustur .input-box textarea {
    border-radius: 10px;
    padding-left: 40px;
    padding-top: 30px;
    font-size: 15px;
}
.faturablok .input-box {
    padding: 20px 0 !important;
}
.faturablok .input-box .ttt {
    top: 11px !important;
}
.siparis-olustur .radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    color: #000;
}
.siparis-olustur .content-area .blok .contain .radio-container label {
    cursor: pointer;
}

.siparis-olustur .content-area .blok .contain .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.siparis-olustur .content-area .blok .contain .radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.siparis-olustur .content-area .blok .contain .radio-container input:checked ~ .checkmark {
    background-color: #2196f3;
    border: 1px solid transparent;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.siparis-olustur .content-area .blok .contain .radio-container input:checked ~ .checkmark:after {
    display: block;
}

.siparis-olustur .content-area .blok .contain .radio-container .checkmark:after {
    top: 7px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}
.adresEdit {
    display: inline-block;
    background-color: #ff6600;
    border: 1px solid transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 10px;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
.adresEdit:hover {
    background-color: #fff;
    border-color: #ff6600;
    color: #ff6600;
    text-decoration: none;
}

.adres-bilgi {
    width: 100%;
    border-radius: 10px;
    font-size: 13px;
}
.adres-bilgi .adres-boxes-title {
    font-size: 14px;
    color: #fff;
    background-color: #1b1f62;
    font-weight: 500;
    border: 1px solid #1b1f62;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.adres-bilgi .adres-boxes {
    font-size: 13px;
    color: #1b1f62;
    padding: 15px 25px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    font-weight: 400;
}
.adres-bilgi .adres-boxes .titles {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
}
.adresguncelle {
    display: inline-block;
    padding: 15px 40px;
    font-size: 15px;
    color: #fff;
    width: 100%;
    border-radius: 15px;
    background-color: dodgerblue;
    border: 0;
    font-weight: 600;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.adresguncelle:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #0066cc;
}

.adressil {
    display: inline-block;
    padding: 8px 20px;
    font-size: 12px;
    color: #ff5050;
    border-radius: 15px;
    background-color: #f2f2f2;
    border: 0;
    font-weight: 600;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.adressil:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    color: #ff5050;
}

.siparis-olustur .content-area {
}
.siparis-olustur .content-area .left {
    width: 350px;
    margin-right: 40px;
}
.siparis-olustur .content-area .left .contain {
    background-color: #fff;
    padding: 25px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.siparis-olustur .content-area .left .contain .mid-title {
    color: #021b4e;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
.siparis-olustur .content-area .left .contain .product {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.siparis-olustur .content-area .left .contain .product .opsiyon-title {
    font-weight: 500;
    font-size: 12px;
    color: dodgerblue;
    margin-bottom: 5px;
}
.siparis-olustur .content-area .left .contain .product .image {
    width: 45px;
    margin-right: 15px;
}
.siparis-olustur .content-area .left .contain .product .image img {
    width: 100%;
    border-radius: 10px;
}
.siparis-olustur .content-area .left .contain .product .text {
    flex: 1;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.siparis-olustur .content-area .left .contain .tables {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.siparis-olustur .content-area .left .contain .tables:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.siparis-olustur .content-area .left .contain .tables .left {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 100px;
}
.siparis-olustur .content-area .left .contain .tables .left.big {
    font-size: 16px;
}
.siparis-olustur .content-area .left .contain .tables .right {
    flex: 1;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.siparis-olustur .content-area .left .contain .tables .right.big {
    font-size: 16px;
}
.siparis-olustur .content-area .left .contain .product .text .opsiyon-sec-tekrar {
    font-size: 11px;
    display: inline-block;
    color: darkblue;
    border: 1px solid darkblue;
    padding: 4px 10px;
    text-decoration: none !important;
    line-height: 11px;
    border-radius: 100px;
}

.wire-box {
    width: 100%;
    position: relative;
}
.wire-box .banka_radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 26px;
}

.wire-box .banka_radio input[type="radio"] + label:before,
.wire-box .banka_radio input[type="radio"] + label:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 100px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.wire-box .banka_radio input[type="radio"] + label:before {
    border: 1px solid #ccc;
    background-color: #fff;
}
.wire-box .banka_radio input[type="radio"]:checked + label:before {
    box-shadow: inset 0 0 0 4px white, inset 0 0 0 22px cornflowerblue;
}

.wire-box .banka_radio input + label {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ebebeb !important;
    margin-bottom: 30px;
    cursor: pointer;
    box-shadow: rgb(17, 17, 26, 0.1) 0px 10px 0px;
}

.wire-box .banka_radio input:checked + label {
    border: 1px solid cornflowerblue !important;
    box-shadow: rgb(100, 149, 237, 0.1) 0px 10px 0px !important;
}
.wire-box .banka_radio .bank {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.wire-box .banka_radio .bank .img {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-right: 30px;
    margin-top: -20px;
    padding: 10px;
}
.wire-box .banka_radio .bank .img img {
    width: 100%;
}
.wire-box .banka_radio .bank .content {
    flex: 1;
    font-size: 13px;
    color: #000;
}
.wire-box .banka_radio .bank .content .txt {
    width: 100%;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.wire-box .banka_radio .bank .content .txt .bnk-left {
    width: 80px;
    margin-right: 10px;
    font-weight: 500;
}
.wire-box .banka_radio .bank .content .txt .bnk-right {
    flex: 1;
    font-weight: 400;
}
.wire-box .banka_radio .bank .content .txt:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.payment-types {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.payment-types .btn-link {
    padding: 25px 40px;
    width: 100%;
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
}
.payment-types .collapse {
    padding: 0 40px 25px 40px !important;
    font-size: 17px;
}

.payment-types.active {
    border-color: #27b36a;
}
.payment-types {
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.payment-types:hover {
    margin-top: -5px;
    margin-bottom: 25px;
    background-color: #1b1f62;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.payment-types:hover .btn-link {
    color: #fff;
}
.havale-siparis-banka-container {
    width: 100%;
    border-radius: 10px;
}
.havale-siparis-banka-container .title {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin-bottom: 20px;
}
.havale-siparis-container {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 60px;
    text-align: center;
    border-radius: 10px;
}
.havale-siparis-container .title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.havale-siparis-container .spot {
    font-size: 13px;
    font-weight: 400;
    color: #888;
    margin-top: 10px;
}

.havale-siparis-container .submit-buton {
    margin-top: 40px;
}

.havale-siparis-container .submit-buton button {
    padding: 15px 45px;
    border-radius: 10px;
    background-color: #27b36a;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border: 0;
}
.havale-siparis-banka-container .submit-buton {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.havale-siparis-banka-container .submit-buton button {
    padding: 15px 45px;
    border-radius: 10px;
    background-color: #27b36a;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border: 0;
}
.ucretsiz-siparis-container {
    width: 100%;
    padding: 60px;
    text-align: center;
    border-radius: 10px;
}
.ucretsiz-siparis-container .title {
    font-size: 18px;
    font-weight: 500;
    color: #6274b9;
}
.ucretsiz-siparis-container .spot {
    font-size: 13px;
    font-weight: 400;
    color: #888;
    margin-top: 10px;
}

.ucretsiz-siparis-container .submit-buton {
    margin-top: 40px;
}

.ucretsiz-siparis-container .submit-buton button {
    padding: 15px 45px;
    border-radius: 10px;
    background-color: #27b36a;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: 0;
}
.ucretsiz-siparis-container .ikon {
    font-size: 44px;
    color: #6274b9;
    margin-bottom: 20px;
}
#iyzipay-checkout-form {
    background: rgb(248, 249, 250) !important;
}
.blok .geri-don {
    display: inline-block;
    padding: 10px 25px;
    font-weight: 500;
    background-color: darkblue;
    color: #fff;
    font-size: 14px;
    border: 1px solid darkblue;
    border-radius: 100px;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.blok .geri-don:hover {
    padding: 10px 45px;
    text-decoration: none;
}

.stripe-siparis-container {
    width: 100%;
    border: 1px solid #6573e6;
    background-color: #6573e6;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
}
.stripe-siparis-container .title {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}
.stripe-siparis-container .spot {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.stripe-siparis-container .submit-buton {
    margin-top: 40px;
}

.stripe-siparis-container .submit-buton button {
    padding: 15px 45px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 14px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-weight: 600;
    color: #6573e6;
    border: 0;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.stripe-siparis-container .submit-buton button:hover {
    background-color: #121b62;
    color: #fff;
    margin-top: -5px;
    margin-bottom: 5px;
}

.moka-siparis-container {
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.moka-siparis-container .title {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}
.moka-siparis-container .spot {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.moka-siparis-container .submit-buton {
    margin-top: 40px;
}

.moka-siparis-container .submit-buton button {
    padding: 15px 45px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 14px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-weight: 600;
    color: #6573e6;
    border: 0;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.moka-siparis-container .submit-buton button:hover {
    background-color: #121b62;
    color: #fff;
    margin-top: -5px;
    margin-bottom: 5px;
}

.installmentRadio {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.installmentRadio:nth-child(2n) {
    background-color: #f7f7f7;
}
.installmentRadio:last-child {
    border-bottom: 0;
}
.installmentRadio .installmentlabel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 12px;
    padding-left: 5px;
}
.installmentRadio .installmentlabel .price {
    font-weight: 600;
}

.param-siparis-container {
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.card-form {
    flex: 1;
}
.card-form .input-box {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 30px;
}
.card-form .input-box select {
    border-radius: 10px;
    height: 53px;
    padding-left: 20px;
    font-size: 15px;
}
.card-form .input-box input {
    border-radius: 10px;
    height: 53px;
    padding-left: 40px;
    font-size: 15px;
}
.card-form .input-box .bbb {
    z-index: 2;
    background-color: #fff;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    padding: 3px 10px;
    line-height: 13px;
    top: -8px;
    margin-left: 30px;
    position: absolute;
}
.card-form .input-box .bbb2 {
    z-index: 2;
    background-color: #fff;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    padding: 3px 10px;
    line-height: 13px;
    top: -8px;
    margin-left: 10px;
    position: absolute;
}
.installment-form {
    width: 220px;
    margin-left: 40px;
    border: 1px solid #ced4da;
    border-radius: 10px;
}
.installment-title {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    margin-top: -13px;
    position: relative;
}
.installment-title .in {
    display: inline-block;
    background-color: #fff;
    padding: 3px 10px;
}
.installment-info {
    font-size: 12px;
    color: #999;
    text-align: center;
    padding: 10px 25px 25px 25px;
}
.installment-info .ikon {
    font-size: 24px !important;
}
.payment-button-area {
    display: block;
    width: 100%;
    margin: 40px 0 20px 0;
}
.payment-button-area button {
    border-radius: 20px;
    background-color: dodgerblue;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 16px 20px;
    width: 100%;
    border: 0;
}
.payment-button-area button:disabled {
    opacity: 0.5; /* Düşük opaklık değeri kullanarak soluk görünüm */
    cursor: not-allowed; /* İşareti işareti ile işaretlenmiş fare işareti */
    background-color: #91c9ff; /* Soluk arka plan rengi */
    color: #fff; /* Soluk metin rengi */
    border-color: #ccc; /* Soluk kenarlık rengi */
}
.payment-button-area button:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.payment-button-area button:focus {
    outline: none;
}
.ipara-siparis-container {
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.payment-fail {
    background-color: #f5f8fa;
    padding: 70px 0;
}
.payment-fail .content-area {
    margin: 0 auto;
}
.payment-fail .content-area .contain {
    background-color: #fff;
    padding: 65px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.payment-succces-page {
    background-color: #f5f8fa;
    padding: 70px 0;
}
.payment-succces-page .content-area {
    margin: 0 auto;
}
.payment-succces-page .content-area .contain {
    background-color: #fff;
    padding: 65px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.success-siparis-detayi-btn {
    width: 100%;
    padding: 15px 40px;
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    background-color: #002266;
    border: 1px solid transparent;
    font-weight: 600;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.success-siparis-detayi-btn:hover {
    background-color: #fff;
    border: 1px solid #002266;
    color: #002266;
    text-decoration: none;
}
.not-found-page {
    background-color: #fff;
    padding: 70px 0;
}
.not-found-page .content-area {
    margin: 0 auto;
}
.contact-page.page-head-area {
    width: 100%;
    padding: 30px 0;
    background-color: #f8fcfe;
}
.contact-page.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.contact-page.page-head-area .inside .page-baslik .head {
    font-size: 34px;
    font-weight: 500;
    color: #333;
}
.contact-page.page-head-area .inside .page-baslik .spot {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
.contact-back {
    background-color: #fff;
}
.contact-page.content-area {
    margin: 0 auto;
    padding: 50px 0;
}
.offices {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.offices .title {
    width: 100%;
    text-align: center;
    font-size: 29px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}
.offices .ofis {
    width: 700px;
    margin-bottom: 15px;
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.offices .ofis .name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.offices .ofis .adres {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}
.offices .ofis .harita iframe {
    width: 100%;
    height: 300px;
}
.contact-page .form-area {
    width: 100%;
    margin-top: 30px;
}
.contact-page .form-area .title {
    width: 100%;
    text-align: center;
    font-size: 29px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}
.contact-page .form-area .inside {
    width: 700px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.contact-page .form-area .inside .input-box {
    padding: 10px 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ced4da;
}
.contact-page .form-area .inside .input-box:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.contact-page .form-area .inside .input-box .form-control {
    margin-bottom: 0;
}
.contact-page .form-area .inside .input-box textarea {
    border-radius: 10px;
    padding-left: 40px;
    font-size: 15px;
}
.contact-page .form-area .inside .input-box input {
    border-radius: 10px;
    height: 65px;
    padding-left: 40px;
    font-size: 15px;
}
.contact-page .form-area .inside .input-box .ttt {
    z-index: 2;
    background-color: #fff;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    padding: 3px 10px;
    line-height: 13px;
    top: 1px;
    margin-left: 30px;
    position: absolute;
}
.contact-page .form-area .inside .input-box .gonderbtn {
    width: 100%;
    text-align: center;
    border-radius: 100px;
    height: 55px;
    background-color: #cb2228;
    border: 1px solid #cb2228;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.yardim-page.page-head-area {
    width: 100%;
    padding: 70px 0;
    background: rgb(56, 60, 77);
    background: linear-gradient(225deg, rgba(56, 60, 77, 1) 8%, rgba(20, 52, 142, 1) 100%);
}
.yardim-page.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.yardim-page.page-head-area .inside .page-baslik .head {
    font-size: 34px;
    font-weight: 500;
    color: #fff;
}
.yardim-page.page-head-area .inside .page-baslik .spot {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.yardim-back {
    background-color: #fff;
}
.yardim-page.content-area {
    margin: 0 auto;
    padding: 50px 0;
}
.yardim-page .yardim-cat-box {
    width: 100%;
    padding: 45px;
    border-radius: 20px;
    display: block;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    color: #000;
    text-decoration: none !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.yardim-cat-box .spot {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-top: 10px;
}
.yardim-page .yardim-cat-box img {
    max-width: 100%;
    margin-bottom: 15px;
    border-radius: 15px;
}
.yardim-page .yardim-cat-box:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-top: -5px;
    margin-bottom: 5px;
}
.yardim-back .yardim-liste {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 70px 0;
}
.yardim-back .yardim-liste .left {
    width: 300px;
    border-radius: 15px;
    margin-right: 50px;
    box-shadow: 0px 8px 15px 4px rgba(0, 0, 0, 0.05);
    padding: 25px 20px;
}
.yardim-back .content-area {
    margin: 0 auto;
}
.yardim-back .yardim-liste .left .title {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.yardim-back .yardim-liste .left .kat_link {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #000;
    text-decoration: none !important;
}
.yardim-back .yardim-liste .left .kat_link:hover {
    background-color: #f9f9f9;
}
.yardim-back .yardim-liste .right {
    flex: 1;
}
.yardim-back .yardim-liste .right .boxx {
    border-radius: 15px;
    padding: 35px;
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
    border: 1px solid #ebebeb;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    color: #333;
    text-decoration: none !important;
}
.yardim-back .yardim-liste .right .boxx:hover {
    box-shadow: 0px 8px 15px 4px rgba(0, 0, 0, 0.05);
    margin-top: -5px;
    color: darkblue;
    margin-bottom: 35px;
}

.yardim-back .yardim-liste .right .geri-don {
    display: inline-block;
    border-radius: 100px;
    background-color: darkblue;
    color: #fff;
    padding: 12px 35px;
    font-size: 13px;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    text-decoration: none !important;
    border: 1px solid transparent;
}
.yardim-back .yardim-liste .right .geri-don:hover {
    color: darkblue;
    border: 1px solid darkblue;
    background-color: #fff;
}
.yardim-back .yardim-liste .right .title {
    font-size: 25px;
    color: darkblue;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: 40px;
}
.yardim-back .yardim-liste .right .icerik {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 35px;
}
.yardim-back .yardim-liste .mobile-category-help {
    width: 100%;
    border-radius: 15px;
    margin-right: 0;
    box-shadow: 0px 8px 15px 4px rgba(0, 0, 0, 0.05);
    padding: 25px 20px;
    margin-bottom: 30px;
}
.yardim-back .yardim-liste .mobile-category-help .mheads {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.yardim-back .yardim-liste .mobile-category-help .kat_link {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #000;
    text-decoration: none !important;
}
.paket-detay-page.page-head-area {
    width: 100%;
    padding: 50px 0;
  background: #eff2f4;
}
.paket-detay-page.page-head-area .inside {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 490px;
}
.paket-detay-page.page-head-area .inside .page-baslik .head {
    font-size: 34px;
    font-weight: 600;
    color: #15284b;
}
.paket-detay-page.page-head-area .inside .page-baslik .spot {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #15284b;
}
.paket-detay-back {
    background-color: #fff;
}
.paket-detay-back .content-area {
    margin: 0 auto;
    padding: 0 0 50px 0;
}

.paket-detay-back .content-area .content-html img {
    max-width: 100%;
}

.referans_marquee {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    height: 100px;
    margin-bottom: 30px;
}

.referans_marquee:hover .referans_marquee__wrapper,
.referans_marquee:hover .referans_marquee__preWrapper {
    animation-play-state: paused;
}

.referans_marquee__preWrapper {
    position: relative;
    width: 100%;
    transform: translateX(0%);
    animation: scroll1 10s linear infinite;
    animation-delay: 1s;
    animation-direction: alternate;
    will-change: transform;
}

.referans_marquee__wrapper {
    position: absolute;
    white-space: nowrap;
    transform: translateX(0%) translateZ(0);
    animation: scroll2 10s linear infinite;
    animation-delay: 1s;
    animation-direction: alternate;
    will-change: transform;
    top: 10px;
}

.referans_marquee__wrapper > img {
    position: relative;
    display: inline-block;
    margin: 0 1rem;
}

.referans_marquee__wrapper > img {
    max-height: 80px;
  border: solid 1px #dedede;
border-radius: 20px;
}

@keyframes scroll1 {
    0% {
        transform: translateX(-0%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0%) translateZ(0);
    }
    100% {
        transform: translateX(-100%) translateZ(0);
    }
}
/* Karşılaştırma Tablosu */
.compare-table-main {
    width: 100%;
    margin-bottom: 90px;
}
.table-inside {
    display: flex;
    justify-content: flex-start;
    border-right: 1px solid #dce3eb;
    border-bottom: 1px solid #dce3eb;
}
.table-inside .table-left {
    width: 400px;
    display: flex;
    align-items: center;
    padding: 30px;
}
.table-inside .table-left .text .head {
    font-size: 25px;
    font-weight: 600;
    color: #16234d;
}
.table-inside .table-left .text .spot {
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
    margin-top: 10px;
}
.table-inside .table-right {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}
.table-inside .table-right .pack-box {
    flex: 1;
    border-top: 1px solid #dce3eb;
    border-left: 1px solid #dce3eb;
    padding: 8px;
    position: relative;
}
.table-inside .table-right .pack-box .title {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.table-inside .table-right .pack-box .konsept-tema {
    display: block;
    padding: 6px 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none !important;
    font-weight: 500;
    color: #fff;
    background-color: #2a89fd;
    border: 1px solid transparent;
    margin-bottom: 10px;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.table-inside .table-right .pack-box .konsept-tema:hover {
    background-color: #fff;
    border: 1px solid #2a89fd;
    color: #2a89fd;
}
.table-inside .table-right .pack-box .satin-al {
    display: block;
    width: 100%;
    padding: 6px 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none !important;
    font-weight: 500;
    color: #fff;
    background-color: #11277d;
    border: 1px solid transparent;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.table-inside .table-right .pack-box .satin-al:hover {
    background-color: #fff;
    border: 1px solid #11277d;
    color: #11277d;
}
.table-inside .table-right .pack-box .table-feature {
    top: -10px;
    position: absolute;

    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  
}
.table-category {
    width: 100%;
    border: 1px solid #dce3eb;
    border-top: 0;
    background-color: #eff2f4;
    color: #16234d;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 21px;
}
.table-inside.listing {
    border-left: 1px solid #dce3eb;
    border-bottom: 1px solid #dce3eb;
}
.table-inside.listing .table-right .pack-box {
    flex: 1;
    border-top: 0;
    border-left: 1px solid #dce3eb;
    padding: 8px;
    position: relative;
}

.table-inside.listing .table-left {
    padding: 21px;
}

.list-infos {
    width: 100%;
}
.list-infos .list-name {
    font-size: 14px;
    font-weight: 500;
    color: #16234d;
    display: flex;
    align-items: center;
}
.list-infos .list-spot {
    font-size: 12px;
    font-weight: 400;
    color: #626676;
    margin-top: 6px;
}
.list-infos .list-name .list-ikon {
    color: #a1c5e5;
}
.listing .table-right .pack-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Liste Tablosu */
.list-table-main {
    width: 102.4%;
    margin-bottom: 90px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.list-table-main .list-box {
    width: 25%;
  background-color:#fff;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 0;
    position: relative;
    transition-duration: 0.1s;
    transition-timing-function: linear;

  margin-left:-5px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.list-table-main .list-box:hover {
    margin-top: -5px;
    margin-bottom: 35px;
}
.list-table-main .list-box .head-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.list-table-main .list-box .table-feature {
    top: -10px;
    position: absolute;

    font-size: 13px;
    text-align: center;
    padding: 5px 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
   
}
.list-table-main .list-box .konsept-tema {
    display: block;
    padding: 6px 10px;
    text-align: center;
     border-radius: 4px;
    font-size: 13px;
    text-decoration: none !important;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #2a89fd;
    color: #2a89fd;
    margin-bottom: 10px;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.list-table-main .list-box .konsept-tema:hover {
    background-color: #2a89fd;
    border: 1px solid #2a89fd;
    color: #fff;
}
.list-table-main .list-box .satin-al {
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none !important;
    font-weight: 500;
    color: #fff;
    background-color: #11277d;
    border: 1px solid transparent;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.list-table-main .list-box .satin-al:hover {
    background-color: #fff;
    border: 1px solid #11277d;
    color: #11277d;
}
.list-table-main .list-box .item-list {
    margin-bottom: 30px;
}
.list-table-main .list-box .item-list .items {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    color: #16234d;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-table-main .list-box .item-list .items:nth-child(2n) {
    background-color: #fff;
}
.list-table-main .list-box .item-list .items:first-child {
     border-top: 1px solid #f1f1f1;
}
.list-table-main .list-box .item-list .items .list-bilgi-toolt {
    font-size: 22px;
    margin-left: 6px;
    color: lightseagreen;
}
.list-table-main .list-box .item-list .items .list-bilgi-vid {
    font-size: 16px;
    color: #a1c5e5;
}
.list-table-main .list-box .item-list .items .paketVideoList {
    display: inline-block;
    line-height: 16px;
}
/* Anasayfa Pricing Listesi */
.anasayfa-paketler {
    width: 100%;
    padding: 50px 0 0 0;
}
.anasayfa-paketler .anasayfa-paketler-inside {
    margin: 0 auto;
}

.anasayfa-paketler-inside .modul-baslik {
    width: 600px;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    color: #000;
    font-weight: 600;
    margin: 0 auto;
}
.anasayfa-paketler-inside .modul-spot {
    width: 600px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #777;
    font-weight: 300;
    margin: 0 auto;
    margin-top: 15px;
}
.paket-listesi {
    width: 101%;
    margin-left: -5px;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.compare-table-mobile {
    position: relative;
    margin-bottom: 80px;
    width: 100%;
    padding: 30px;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    text-align: center;
}
.compare-table-mobile .title {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.compare-table-mobile .table-feature {
    top: -10px;
    position: absolute;
    border-radius: 100px;
    font-size: 13px;
    text-align: center;
    padding: 5px 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.compare-table-mobile .konsept-tema {
    display: block;
    padding: 6px 10px;
    text-align: center;
    border-radius: 100px;
    font-size: 13px;
    text-decoration: none !important;
    font-weight: 500;
    color: #fff;
    background-color: #2a89fd;
    border: 1px solid transparent;
    margin-bottom: 10px;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.compare-table-mobile .konsept-tema:hover {
    background-color: #fff;
    border: 1px solid #2a89fd;
    color: #2a89fd;
}
.compare-table-mobile .satin-al {
    display: block;
    width: 100%;
    padding: 6px 10px;
    text-align: center;
    border-radius: 100px;
    font-size: 13px;
    text-decoration: none !important;
    font-weight: 500;
    color: #fff;
    background-color: #3dc07c;
    border: 1px solid transparent;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.compare-table-mobile .satin-al:hover {
    background-color: #fff;
    border: 1px solid #3dc07c;
    color: #3dc07c;
}
.compare-table-mobile .paket-detay-goster {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #2477eb;
    margin-top: 25px;
    border: 1px solid #2477eb;
    background-color: #fff;
    padding: 15px 5px;
    border-radius: 4px;
}
.compare-table-mobile .accordion .table-inside .table-left {
    width: 80% !important;
}
.compare-table-mobile .accordion .table-inside .table-left {
    text-align: left !important;
}.link-odeme-main {
    width: 100%;
    padding: 90px 0;
    background-color: #f5f8fa;
}
.link-odeme-main .link-odeme {
    margin: 0 auto;
}
.link-odeme-main .link-odeme .contain {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
.link-odeme-main .link-odeme .contain .head {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
.link-odeme-main .link-odeme .contain .spot {
    margin-top: 10px;
    font-size: 15px;
    color: #999;
}
.link-odeme-main .link-odeme .contain .spot img {
    max-width: 100%;
}

.link-odeme-main .link-odeme .contain .satin-al {
    display: block;
    margin-top: 40px;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none !important;
    font-weight: 500;
    color: #fff;
    background-color: #3dc07c;
    border: 1px solid transparent;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.link-odeme-main .link-odeme .contain .satin-al:hover {
    background-color: #fff;
    border: 1px solid #3dc07c;
    color: #3dc07c;
}
.baslik-bakim {
    font-size: 49px;
    color: rgba(0, 0, 0, 0.1);
}
.st0 {
    fill: #ffcb1e;
}
.st1 {
    fill: #ffb8b8;
}
.st2,
.st4,
.st7 {
    stroke: #3f0e8c;
    stroke-miterlimit: 10;
}
.st2 {
    fill: none;
}
.st3 {
    fill: #ffffff;
    stroke: #1d1d1b;
    stroke-width: 0.9847;
    stroke-miterlimit: 10;
}
.st4 {
    fill: #00d292;
}
.st5 {
    fill: #00d292;
}
.st6 {
    fill: #00cccb;
}
.st7 {
    fill: #00cccb;
}
.st8 {
    fill: none;
    stroke: #1d1d1b;
    stroke-width: 0.9847;
    stroke-miterlimit: 10;
}
.st4,
.st5,
.st6 {
    -webkit-animation: downMotion 8s ease-in-out infinite;
    -moz-animation: downMotion 8s ease-in-out infinite;
    animation: downMotion 8s ease-in-out infinite;
}
.st0 {
    -webkit-animation: upMotion 10s ease-in-out infinite;
    -moz-animation: upMotion 10s ease-in-out infinite;
    animation: upMotion 10s ease-in-out infinite;
}
.st7,
.run {
    -webkit-animation: upMotion 6s ease-in-out infinite;
    -moz-animation: upMotion 6s ease-in-out infinite;
    animation: upMotion 6s ease-in-out infinite;
}
.rotate {
    transform-origin: 116px 88px;
    -webkit-animation: 4s rotate infinite linear;
    animation: 4s rotate infinite linear;
}
@keyframes downMotion {
    0% {
        transform: translate(0, -15px);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, -15px);
    }
}
@-webkit-keyframes downMotion {
    0% {
        transform: translate(0, -15px);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, -15px);
    }
}
@-moz-keyframes downMotion {
    0% {
        transform: translate(0, -15px);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, -15px);
    }
}
@keyframes upMotion {
    0% {
        transform: translate(0, 15px);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 15px);
    }
}
@-webkit-keyframes upMotion {
    0% {
        transform: translate(0, 15px);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 15px);
    }
}
@-moz-keyframes upMotion {
    0% {
        transform: translate(0, 15px);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 15px);
    }
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-o-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.container.bakimmodu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: calc(100vh - 16px);
    flex-wrap: wrap;
}
@media screen and (min-width: 0) and (max-width: 900px) {
    .container.bakimmodu {
        height: auto;
    }
}
