html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/* icon circle */
.icon-circle.yellow {
    border: 1px solid #ffcc6f;
}

.icon-circle.green {
    border: 1px solid #06df9e;
}

.icon-circle.orange {
    border: 1px solid #ff6262;
}

.icon-circle.blue {
    border: 1px solid #15b2ec;
}

.icon-circle.purple {
    background: rgba(193, 27, 221, 0.1);
    color: #c11bdd;
    border: 1px solid #c11bdd;
}

.icon-circle.dark-blue {
    background: rgba(67, 80, 255, 0.1);
    color: #4350ff;
    border: 1px solid #4350ff;
}

.icon-circle.dark-green {
    background: rgba(0, 201, 54, 0.1);
    color: #00c936;
    border: 1px solid #00c936;
}


section {
    padding: 60px 0;
}

@media screen and (max-width: 1199px) {
    section {
        padding: 40px 0;
    }
}


.body-plan .price-plan h3 {
    color: #292dc2;
}

.body-plan .price-plan .aylik-fiyat {
    color: #ff3a3a;
    text-decoration: line-through;
}

.body-plan .price-plan span {
    color: #292dc2;
}

.body-plan {
    min-height: 350px;
}

    .body-plan .feat-plan .soru-sayisi {
        font-size: 18px;
    }

.feat-plan.bilgi {
    font-size: 12px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .body-plan {
        min-height: 290px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .body-plan {
        min-height: 380px;
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .head-plan h4 {
        font-size: 20px;
    }

    .body-plan {
        min-height: 430px;
    }
}

@media (min-width: 1801px) {
    .body-plan {
        min-height: 380px;
    }
}

.testmonial-block3 .aciklama {
    min-height: 300px !important;
}

@media screen and (max-width: 1550px) {
    .main-banner-style11 {
        min-height: 750px !important;
    }
}


@media (min-width: 768px) {
    .banner-content-img img {
        padding-right: 40px;
    }
}

@media (min-width: 1200px) {
    .banner-content-img img {
        padding-right: 80px;
    }
}

@media (min-width: 1300px) {
    .banner-content-img img {
        padding-right: 100px;
    }
}

@media (min-width: 1380px) {
    .banner-content-img img {
        padding-right: 130px;
    }
}

@media (min-width: 1450px) {
    .banner-content-img img {
        padding-right: 150px;
    }
}

@media (min-width: 1490px) {
    .banner-content-img img {
        padding-right: 170px;
    }
}

@media (min-width: 1551px) {
    .banner-content-img img {
        padding-right: 40px;
    }
}


.kabartma {
    position: relative;
    overflow: hidden;
}
    /* Parlama efekti */
    .kabartma::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0.15) 100%);
        pointer-events: none;
    }


[data-overlay-dark="6"]:before {
    background: none;
}

