@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

body,
p {
    font-weight: 300;
}

a:hover {
    color: #0091d5;
}

.text-light {
    font-weight: 200;
}

.header {
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
}

.btn {
    border-radius: 0;
}

a {
    text-decoration: none;
    color: black;
}

.nav-link {
    font-size: 1rem;
    font-weight: 300;
}

.nav-btn-white {
    width: 140px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s ease;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg,
        rgba(255, 255, 255, 0.15449929971988796) 0%,
        rgba(0, 0, 0, 0.49343487394957986) 95%);

}

.position-text {
    position: relative;
    top: -10rem;
    width: 700px;
    text-align: left;
}

.btn-slider {
    width: 220px;
    height: 60px;
    padding: 1rem;
}

.title-slider-1 {
    font-weight: 100;
    font-size: 2.5rem;
}

.title-slider-2 {
    font-size: 4rem;
}

.text-slider {
    font-size: 1.2rem;
}

.card-solution {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    height: 22rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    visibility: none;
    transition: 0.5s ease;
    background-color: #0000001c;
}

.card:hover .card-img-overlay {}

.card-text-content-solution {
    position: absolute;
    bottom: 2rem;
    left: 0;
    padding: 0rem 1rem;
    width: 100%;
}

.card-solution a {
    display: inline-block;
    padding: 0.5rem 2rem;
}

.card-solution:hover a {}

.story-content {
    color: white;
    text-align: center;

}

.story-title {
    font-size: 1.5rem;
    font-family: 'Shadows Into Light Two', cursive;
    margin-top: 1.5rem;
}

.story-text {
    font-size: 1.4rem;
    font-weight: 100;
    line-height: 2.5rem;
    margin: 2rem 0 1rem;
}

.story-author {
    font-size: 1.5rem;
    font-weight: 100;
}

.line {
    padding-top: 1rem;
    border-top: 1px solid #ffffff4d;
}

.reference {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.news-sub-title {
    color: #009d35;
}

.news-date::before {
    content: "";
    background: #000;
    padding-left: 5px;
    padding-right: 15px;
    margin-right: 0.5rem;
}

.news-detail {
    background-color: #039fd8;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
    text-decoration: none;
    border-radius: 50%;
}

.news-detail:hover {
    color: white;
}

.announcements {
    background: url("../../img/isbirligi.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 46rem;
}

.position-announcements {
    position: relative;
    top: 11rem;
}

.social-link,
.footer-link {
    text-decoration: none;
    color: black;
}

.social-link:hover,
.footer-link:hover {
    color: black;
}

.social-link {
    border: 1px solid black;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: block;
    text-align: center;
    padding-top: 0.2rem;
}

.bg-footer {
    background-color: #09142a;
}

.btn-outline-news {
    background-color: white;
    color: black;
    border: 1px solid #24227c;
}

.btn-outline-news:hover {
    background-color: #039fd8;
    color: white;
}

/*
.carousel-indicators {
     display: none; 
}
*/
.solution-title {
    position: relative;
    left: 14rem
}

.position-text-md {
    top: auto;
}

@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans);

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgb(196, 43, 36);
    background: linear-gradient(137deg, #ffffff 0%, #ffffffeb);
}

.loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 0rem;
    line-height: 0;
}

.loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #4b4c4c;
    font-family: "Quattrocento Sans", sans-serif;
}

.loading-text span:nth-child(1) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
    animation: blur-text 1.5s 0s infinite linear alternate;
}

.loading-text span:nth-child(2) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
    animation: blur-text 1.5s 0.2s infinite linear alternate;
}

.loading-text span:nth-child(3) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
    animation: blur-text 1.5s 0.4s infinite linear alternate;
}

.loading-text span:nth-child(4) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
    animation: blur-text 1.5s 0.6s infinite linear alternate;
}

.loading-text span:nth-child(5) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
    animation: blur-text 1.5s 0.8s infinite linear alternate;
}

.loading-text span:nth-child(6) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
    animation: blur-text 1.5s 1s infinite linear alternate;
}

.loading-text span:nth-child(7) {
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
    animation: blur-text 1.5s 1.2s infinite linear alternate;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s ease;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg,
        rgba(255, 255, 255, 0.15449929971988796) 0%,
        rgba(0, 0, 0, 0.49343487394957986) 95%);
}

.position-text {
    position: relative;
    top: -15rem;
    width: 100%;
    text-align: center;
}

.btn-slider-primary,
.btn-slider-outline {
    width: 220px;
    height: 60px;
}

.btn-slider-outline,
.btn-slider-outline:hover {
    background-color: transparent;
    color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.btn-slider-outline>a,
.btn-slider-primary>a {
    color: white;
}

.btn-slider-primary,
.btn-slider-primary:hover {
    background-color: #039fd8;
    color: white;
}

.btn-referans-primary,
.btn-referans-primary:hover {
    background-color: #039fd8;
    color: black;
    border: 1px solid #f7f7f7;
    width: 160px;
    height: 50px;
}

.btn-referans-primary>a {
    color: white;
}

.title-slider-1 {
    font-weight: 100;
    font-size: 2.5rem;
}

.title-slider-2 {
    font-size: 4rem;
}

.text-slider {
    font-size: 1.2rem;
}

.card-solution {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    height: 22rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: none;
    transition: 0.5s ease;
    background-color: #0000001c;
}

.card:hover .card-img-overlay {
    opacity: 1;
}


.story-content {
    color: white;
    text-align: center;
    position: relative;
    bottom: 30rem;
}

.story-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-family: "Brush Script MT", cursive;
}

.story-text {
    font-size: 2rem;
    font-weight: 100;
    margin-bottom: 2rem;
}

.story-author {
    font-size: 2rem;
    font-weight: 100;
}

.line {
    padding-top: 1rem;
    border-top: 2px solid white;
}

.reference {
    border-radius: 1rem;
    box-shadow: 0px -4px 20px 0px rgb(0 0 0 / 16%);
    background-color: white;
    border: none;
}

.news-sub-title {
    color: #009d35;
}

.news-date::before {
    content: "";
    background: #000;
    padding-left: 5px;
    padding-right: 15px;
    margin-right: 0.5rem;
}

.news-detail {
    background-color: #039fd8;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
    text-decoration: none;
    border-radius: 50%;
}

.news-detail:hover {
    color: white;
}

.position-announcements {
    position: relative;
    top: 15rem;
}

.social-link,
.footer-link {
    text-decoration: none;
    color: black;
}

.social-link:hover,
.footer-link:hover {
    color: black;
}

.social-link {
    border: 1px solid black;
    border-radius: 50%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.bg-footer {
    background-color: #03a4e4;
}

.btn-outline-news {
    background-color: white;
    color: black;
    border: 1px solid #039fd8;
}

.btn-outline-news:hover {
    background-color: #039fd8;
    color: white;
}

/*
  .carousel-indicators {
    display: none;
  }
*/
.solution-title {
    position: relative;
    left: 14rem
}

.position-text-md {
    top: auto;
}

.galeri-slider {
    position: relative;
    top: 6rem;
    border: 5px solid #f7f7f7
}

.blur-title {
    color: transparent;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.116);
    letter-spacing: 3px;
    font-size: 3rem;
    position: relative;
    top: 2rem;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.card-solution {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    height: 22rem;
}

.card-solution>a {
    display: inline-block;
    padding: 0.5rem 2rem;
}

.card-solution:hover {
    border: 7px solid #01A3E6;
}

.card-text-content-solution {
    margin-top: 10rem;
    position: absolute;
    bottom: 2rem;
    left: 0;
    padding: 0rem 1rem;
    width: 100%;

}


.nav-tabs {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* --bs-nav-tabs-border-width: 1px; */
    /* --bs-nav-tabs-border-color: #dee2e6; */
    --bs-nav-tabs-border-radius: 1.2rem;
    --bs-nav-tabs-link-hover-border-color: white;
    --bs-nav-tabs-link-active-color: black;
    --bs-nav-tabs-link-active-bg: white;
    --bs-nav-tabs-link-active-border-color: transparent;
    border-bottom: transparent;

}

.active-tab {
    font-weight: 600;
}

.footer-1 {
    background-color: #039fd8;
}

.footer-item {
    list-style-type: none;
    padding: 0.1rem 0;
}

.footer-link,
.footer-link:hover {
    text-decoration: none;
    color: white;
    font-weight: 100;
    font-size: 0.9rem;
}

.footer-nav {
    margin: 0;
    padding: 0;

}

.footer-2 {
    position: relative;
    top: 2rem;
    z-index: 50;
}

.footer-content {
    /*
  padding-right: 5rem;
  border-right: 1px solid white;
*/
}

.footer-3 {
    background-color: #000;
}

.social-footer {
    border: 2px solid white;
    border-radius: 50%;
    background-color: white;
    color: #1f1a16;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    padding: 0.4rem 0;
}

.relative-social {
    position: relative;
    bottom: 1.2rem;
}

.social-footer>a {
    color: #1f1a16;
}

.footer-logo {
    padding-bottom: 2rem;
}

.solution {
    background-color: #f7f7f7;
    height: 60rem;

}

.company {
    margin-top: 20rem;
    margin-bottom: 10rem;
    background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, white 50%, white 100%);
}

.form-check-input:checked {
    background-color: #01A3E6;
    border-color: #01A3E6;
}

.solution-tab {
    background-color: white;
    border-radius: 1.2rem;
    box-shadow: -3px 15px 34px -3px rgba(0, 0, 0, 0.1);


}

.solution-desctiption,
.solution-autor {
    font-style: italic;
    font-size: 1.2rem;
}

.circle-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    color: white;
    background-color: #039fd8;
    border-radius: 5rem;
    position: relative;
    top: 7rem;
    right: 0rem;
}

.circle-link>a {
    text-decoration: none;
    color: white;
}

.reference-image {
    width: 160px;
}

@-webkit-keyframes blur-text {
    0% {
        filter: blur(0px);
    }

    100% {
        filter: blur(4px);
    }
}

@keyframes blur-text {
    0% {
        filter: blur(0px);
    }

    100% {
        filter: blur(4px);
    }
}

.loading-img {
    width: fit-content;
    margin: auto;
    position: absolute;
    top: 2rem;
    bottom: 0;
    left: 0;
    right: 0;
    height: 14rem;
}

.blog-card .card {
    border: none;
    box-shadow: 0px 0px 20px #00000033;
    margin: 1rem;
}

.blog-card .blog-in .card-body {
    padding: 1rem 1.5rem;
}

.card-body a.btn-primary {
    border: #24227D;
    border-radius: 10rem;
    padding: 0.6rem 1rem;
    background: #24227D;
}

span.date {
    font-size: 0.9rem;
    font-weight: 200;
}

section.blog-card {
    padding: 0px 0 3rem 0;
}

.owl-logo .owl-stage {
    padding-left: 0px !important;
}

.owl-logo .owl-item {
    display: grid;
    margin: 0rem 0;
    height: 8rem;
    position: relative;
    align-content: center;
}

.owl-logo .owl-item img {
    max-height: 4rem;
    max-width: fit-content;
    margin: auto;
}

section.business {
    border-bottom: 1px solid lightgray;
}

section.business h4 {
    text-align: right;
    padding-right: 3rem;
}

.row.solution-row {
    padding: 0 0.3rem 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: -3rem;
    position: relative;
    background: white;
    z-index: 99999;
}

.solution-row:after {
    content: "";
    background: white;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 10rem;
    box-shadow: 2px 20px 19px black;
    bottom: 0;
    left: 0;
    border-radius: 0.5rem;
}

section#story {
    background-image: url(/themes/default/assets/img/banner.png);
    background-size: 102%;
    background-position: center;
    overflow: hidden;
    border-bottom: 3px solid white;
}

.story .carousel-caption.d-block {
    top: 10rem;
}

.story .carousel-inner {
    height: 47rem;
}

.home a.nav-link {
    color: white;
}

.announcements .h5 {
    font-weight: 100;
}

.announcements .h1 {
    padding-right: 17rem;
}

.f-1 {
    background-image: url("../../img/background-right.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    position: relative;
    z-index: 500;

}

.card-solution:hover {
    border: 7px solid #01A3E6;
}

.card-solution:hover .card-text-content-solution {
    padding: 0 0.3rem;
}

.page-breadcumb {
    display: block;
    position: relative;
    padding: 0.5rem 1rem;
    background: #ffffff;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 200;
    width: fit-content;
    max-width: 27.5rem;
    margin-bottom: 2rem;
}

ol#breadcrumb {
    margin: 0;
}

.page-title h1 {
    padding-bottom: 2rem;
}

section.breadcrumb-bg .row {
    position: relative;
}

section.breadcrumb-bg {
    background: #029ddf;
    color: white;
    padding: 3rem 0 2rem;
}

section.breadcrumb-bg {
    background: #08142a;
    color: white;
    border-top: 1px solid white;
    padding: 3rem 0 0;
}

.pages .nav-btn-white {
    /* background: #4b4c4c; */
}

.pages .fa-search.text-white:before {
    color: white;
}

li.nav-item .submenu {
    display: none;
}

li.nav-item:hover .submenu {
    display: block;
}

ul.submenu {
    list-style: none;
    position: absolute;
    font-size: 0.8rem;
    background: #ffffff;
    padding: 0;
    display: none;
    min-width: auto;
    width: 200px;
    animation: fadeIn;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 0.5s;
    /* don't forget to set a duration! */
}

ul.submenu a {
    color: #434343;
    padding: 8px 10px;
    display: block;
    max-width: 250px;
    border-bottom: 1px solid #f1f1f1;
}

ul.submenu a:hover {
    background: rgb(239 129 52);
    color: #ffffff;
}

ul.megamenu {
    /* display: none; */
}

li.nav-item:hover .megamenu {
    display: flex;
    box-shadow: none;
    animation: fadeIn;
    animation-duration: 0.5s;
}

.navbar-brand {
    width: 15rem;
    padding-top: 1rem;
}

header.white-nav {
    background: #202020;
    border-bottom: 5px solid #F47825;
}

.white-nav .nav-link {
    color: white;
}

.white-nav .nav-link>.nav-btn-white {
    color: #039FD8;
    border: 1px solid #039FD8;
}

section.hizmet-bread {
    position: relative;
    overflow: hidden;
    padding-top: 10rem;
    color: white;
    background-size: cover;
    font-weight: 200;
    background-position: center center;
}

section.hizmet-bread .container {
    z-index: 2;
    position: relative;
}

.hizmet-back {
    position: absolute;
    background-color: #7e513383;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: right;
    z-index: 1;
}

ul.hizmet-nav.nav li a {
    color: white;
    font-weight: 400;
}

ul.hizmet-nav.nav li:first-child a {
    padding-left: 0;
}

ul.hizmet-nav.nav li {
    position: relative;
}

ul.hizmet-nav.nav li a:hover:after {
    background: white;
    content: "";
    width: 3rem;
    bottom: 0.1rem;
    right: 1rem;
    height: 0.1256rem;
    position: absolute;
    display: block;
}

.hizmet-back img {
    height: 110%;
}

p.subtitle {
    font-weight: 100;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.genelbakis img {
    border-radius: 1rem;
    position: relative;
    border: 6px solid white;
}

.genelbakis-img {
    position: relative;
    display: block;
}

.genelbakis-img:before {
    content: "";
    background: #E2E2E2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -1.5rem;
    bottom: -1.5rem;
    border-radius: 1rem;
}

.hizmet-story .carousel-inner {
    height: 19rem;
}

.hizmet-story .carousel-caption.d-block {
    top: 2rem;
}

.hizmet-story-text p {
    font-weight: 100;
    line-height: 1.5;
}

.hizmet-story-text a {
    color: white;
    border-bottom: 1px solid #ffffff63;
    padding: 0.4rem 1rem;
}

.avantaj-sec .col-md-6 {
    padding: 2rem;
}

.avantaj-sec .col-md-6:nth-child(1) {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.avantaj-sec .col-md-6:nth-child(2) {
    border-bottom: 1px solid black;
}

.avantaj-sec .col-md-6:nth-child(3) {
    border-right: 1px solid black;
}

section.yonetilen {
    background: #F2F2F2;
}

section.avantajlar {
    padding: 5rem 0;
}

.yonetilen li {
    margin-bottom: 1rem;
}

.yonetilen .row {
    /* background: url('/themes/default/assets/img/mayasoft-hizmet.png'); */
    background-repeat: no-repeat;
    background-position: right;
    background-size: 23rem;
}

.contact-page form .input {
    border: none;
    background: #f3f1f1;
    padding: 10px;
    width: 100%;
}

.contact-page form label {
    position: relative;
    float: none;
    font-size: 0.9rem;
    width: 100%;
    padding-bottom: 5px;
}

.inputBox {
    margin: 5px 0;
}

.contact-page form {
    margin: 30px 0;
}

.contact-page form textarea {
    width: 100%;
    background: #f3f1f1;
    border: none;
    height: 150px;
    margin-bottom: 20px;
}

#contact-form .col-md-6 {
    padding: 0 20px;
}

input#flexCheckChecked {
    float: left;
}

.contact-page form label.form-check-label {
    width: 90%;
    float: left !important;
    padding: 4px 10px;
}

.contact-page .btn-primary {
    width: 100%;
    background: #f47825;
    border: none;
    border-radius: 0;
}

section.footer-top {
    background: #7e5133;
    /* background: linear-gradient(135deg, #24227d 0%, rgba(1, 4, 9, 1) 100%); */
    padding: 2rem 0;
    display: none;
}

.kategori-menu li.list-group-item {
    border: none;
    padding: 0.2rem 0;
}

.kategori-menu {
    border-right: 1px solid #e7e7e7;
}

.col-lg-3.kategori-menu {}

.kategori-menu .kategori-title:before {
    content: "";
    background: #e7e7e7;
    width: 47rem;
    height: 0.01rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: -30rem;
}

.kategori-menu .kategori-title {
    position: relative;
    padding-bottom: 1rem;
}

.nav-pills .nav-link {
    border-radius: 0;
    padding: 0.5rem 2rem;
    border: 1px solid gray;
    margin-right: 1rem;
    color: black;
}

.nav-pills .nav-link.active {
    background: #004CA8;
    border: 1px solid #004CA8;
}

.btn-primary {
    background: #004ca8;
}

.btn-gray {
    background: #9E9E9E;
    color: white;
}

.event-btn {
    padding: 0.2rem 1rem;
    color: white;
    border-radius: 2rem;
    font-size: 0.8rem;
}

.event-btn.online {
    background: #92B143;
}

.event-btn.offline {
    background: red;
}

.table-dark {
    --bs-table-bg: #004ca8;
}

.megamenu {
    position: absolute;
    background: white;
    left: 0;
    padding: 1rem;
    width: 100%;
    display: none;
    /* animation: fadeIn; */
    /* animation-duration: 0.5s; */
    box-shadow: 1px 5px 20px #0000004f;
    overflow: hidden;
}

li.list-group-item.first-item {
    font-weight: 500;
}

section.page-services {
    background: #f8f8f8;
    padding: 3rem 0;
}

section.page-services .list-group li {
    background: transparent;
}

.megamenu ul ul,
.megamenu ul {
    list-style-type: none;
    padding: 0;
    vertical-align: baseline;
    justify-content: center;
}

.megamenu ul li a {
    font-weight: 500;
    display: block;
    padding: 0.2rem 0;
    border-bottom: 1px solid #f1f1f1;
}

.megamenu ul ul li a {
    font-weight: 300;
    font-size: 0.8rem;
    margin: 0;
}

.megamenu .col-sm-3 {
    margin-bottom: 1rem;
}

.navbar-nav a.nav-link.nav-line {
    padding: 1rem 0.5rem;
}

.sticky-top {
    padding: 0;
}

.megamenu ul.submega-2 {
    position: relative;
    padding-left: 1rem;
}

/*.megamenu ul.submega-2:before {
    content: "";
    background: #00a6e7;
    width: 0.5rem;
    height: 0.2rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0rem;
}*/
ul.list-group.list-group-flush.row {
    flex-direction: inherit;
}

section.page-services .list-group-item.first-item {
    border: none;
    border-bottom: 1px solid black;
}

.story img,
.story-content img {
    max-height: 5rem;
    width: auto !important;
}

.slider.mobile {
    display: none;
}

.slider {
    display: block;
}

.mikroarea img {
    filter: brightness(6);
    width: 21px;
    margin-top: -2px;
}

.mikroarea {
    margin-right: 7px;
}


.mikroarea:hover img {
    filter: brightness(1.5);
}

.bg-footer a.footer-link,
.bg-footer {
    color: white;
}

.social-link:hover {
    background: #00a4e4;
    color: white;
    border-color: #00a4e4;
}

.col.musteri-list ul {
    list-style-type: circle;
}

.col.musteri-list ul li::marker {
    color: #4095fa;
}

.col.musteri-list ul li:active {}

.carousel-musteri button {
    background: none;
    border: none;
    display: block;
}

.carousel-musteri button::before {
    content: "";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    border-radius: 1rem;
    border: 2px solid #4095fa;
    vertical-align: middle;
    margin-right: 1px;
}

.carousel-musteri button:hover::before {
    border: 3px solid #4095fa;
}

.carousel-musteri button:hover {
    text-decoration: underline;
    text-decoration-color: #4095fa;
}

.carousel-fade .carousel-item {

    background: #f7f7f7;
    height: 100%;
}

.header-content {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 50;
}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: white;
    ;
}

.nav-link {
    display: inline-block;
    padding-bottom: 0.9rem;
    position: relative;
}

/*
      .nav-link::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 7px;
        background-color: red;
        transition: width 0.25s ease-out;
      }
      .nav-link:hover::before {
        width: 100%;
      }
*/
.carousel-content {
    position: absolute;
    left: 0rem;
    bottom: 15rem;
    text-align: left;
    width: 50%;
}

/*
      .carousel-indicators {
        position: absolute;
        left: -77rem;
        bottom: 20rem;
      }
*/
.our_systems {
    height: 25rem;
}

/*
      .carousel-indicators  [data-bs-target] {
        background-color: red !important;
        height: 1.5rem;
        width: 1.5rem;
        border-radius: 100%;
      }
*/
.btn-link-carousel {
    background-color: red;
    color: white;
    width: 12rem;
    border-radius: 0;
    height: 3rem;
    padding-top: 10px;
}

.btn-link-carousel:hover {
    color: red;
    background-color: white;
}

.slider-title {
    font-weight: 100;
    font-size: 2.5rem;
}

.slider-subtitle {
    font-size: 4rem;
}

.text-shadow-title {
    text-shadow: 0 -36px 7px rgb(0 0 0 / 10%);
}

/**/
.card-solution {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    height: 28rem;
    background-color: white;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: 0.5s ease;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg,
        rgba(255, 255, 255, 0.15449929971988796) 0%,
        rgba(0, 0, 0, 0.49343487394957986) 95%);
}

.card-text-content-solution {
    margin-top: 10rem;
    position: absolute;
    bottom: 2rem;
    left: 0;
    padding: 0rem 1rem;
    width: 100%;
}

#loop-1 .owl-next {
    position: relative;
    left: 40rem;
    bottom: 15rem;
}

#loop-1 .owl-prev {
    position: relative;
    right: 40rem;
    bottom: 15rem;
}

#loop-1 .owl-dots {
    display: none;
}

#loop-2 .owl-dots {
    display: block;
}

#loop-2 .owl-next {
    position: relative;
    left: 42rem;
    bottom: 22rem;
}

#loop-2 .owl-prev {
    position: relative;
    right: 42rem;
    bottom: 22rem;
}

#loop-2 .owl-nav {
    display: block;
}

.carousel-card {
    border: none;
    background-color: white;
    z-index: 50;
    height: 30rem;
    position: relative;
    top: 4rem;
}

.carousel-card>.card-body {
    height: 390px;
}

.about_image {
    position: relative;
    display: block;
}

.about_image::before {
    content: "";
    background: white;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -1.5rem;
    bottom: -1.5rem;
    border-radius: 1rem;
}

.about_us {
    background-color: #f8f8f8;
    height: 60rem;
}

.left-background {
    background-image: url("../../img/left-background.png");
    width: 461px;
    height: 646px;
    position: absolute;
    left: 0;
    bottom: -80rem;
}

.position-about {
    position: relative;
    z-index: 5;
    top: 20rem;
}

.news-card {
    border: none;
}

.news-card-content {
    color: black;
    text-align: center;
    border: 1px solid #ccc;
    width: 360px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    bottom: 3rem;
    background-color: white;
}

.f-1 {
    background-color: #1f1a16;
    color: white;
    height: 28rem;
}

.link-f,
.link-f:hover {
    text-decoration: none;
    color: black;
}

.right-background {
    background-image: url("../../img/background-right.png");
    width: 361px;
    height: 443px;
    position: absolute;
    right: 0;
    bottom: -163rem;
}

#loop-2 .owl-dots {
    position: relative;
    bottom: 4rem;
}

#loop-2 .owl-dot>span {
    padding: 0.5rem;
    background-color: white;
    border: 1px solid #ccc;
}

#loop-2 .active>span {
    background-color: #ccc;
}


.project-link:hover {
    color: #3B1C17;
}

.projeler.grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 auto 80px;
    grid-gap: 20px;
    display: grid;
}

.projeler .item {
    border-radius: 4px;
    width: 100%;
}

.projeler .hide {
    display: none;
}

.buttons {
    width: fit-content;
    margin: auto;
}

.projeler .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: white;
    background-color: #f08235;
    border-color: #f08235;
}

.projeler .card__overlay:hover {
    background: none;
}


@media screen and (min-width: 0px) and (max-width: 576px) {
    .about_us {
        background-color: #f8f8f8;
        height: 90rem;
    }

    .f-1 {
        height: auto;
    }

    .header-content {
        position: static;

    }

    .nav-link {
        color: black;
    }

    .nav-link:hover {
        color: white;
    }

    #loop-1 .owl-next {
        display: none;
    }

    #loop-1 .owl-prev {
        display: none;
    }

    #loop-1 .owl-dots {
        display: none;
    }

    #loop-2 .owl-dots {
        display: none;
    }

    #loop-2 .owl-next {
        display: none;
    }

    #loop-2 .owl-prev {
        display: none;
    }

    #loop-2 .owl-nav {
        display: none;
    }

    .about_image {
        position: relative;
        display: block;
    }

    .about_image::before {
        content: "";
        background: white;
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        right: -1.5rem;
        bottom: -1.5rem;
        border-radius: 1rem;
    }

    .carousel-content {
        position: absolute;
        left: 0rem;
        bottom: 1rem;
        text-align: left;
        width: 100%;
    }

    .slider-title {
        font-size: 1rem;
    }

    .slider-subtitle {
        font-size: 1rem;
    }

    .btn-link-carousel {
        width: 8rem;
    }

    /*
      .carousel-indicators{
        display: none;
      }
*/
    .slider-text {
        display: none;
    }

    .btn-link-carousel {
        background-color: transparent;
        color: white;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {

    .f-1 {
        height: auto;
    }

    .header-content {
        position: static;

    }

    .nav-link {
        color: black;
    }

    .nav-link:hover {
        color: black;
    }

    #loop-1 .owl-next {
        display: none;
    }

    #loop-1 .owl-prev {
        display: none;
    }

    #loop-1 .owl-dots {
        display: none;
    }

    #loop-2 .owl-dots {
        display: none;
    }

    #loop-2 .owl-next {
        display: none;
    }

    #loop-2 .owl-prev {
        display: none;
    }

    #loop-2 .owl-nav {
        display: none;
    }

    .about_image {
        position: relative;
        display: block;
    }

    .about_image::before {
        content: "";
        background: white;
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        right: -1.5rem;
        bottom: -1.5rem;
        border-radius: 1rem;
    }



}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .f-1 {
        height: auto;
    }

    .header-content {
        position: static;

    }

    .nav-link {
        color: black;
    }

    .nav-link:hover {
        color: black;
    }

    #loop-1 .owl-next {
        display: none;
    }

    #loop-1 .owl-prev {
        display: none;
    }

    #loop-1 .owl-dots {
        display: none;
    }

    #loop-2 .owl-dots {
        display: none;
    }

    #loop-2 .owl-next {
        display: none;
    }

    #loop-2 .owl-prev {
        display: none;
    }

    #loop-2 .owl-nav {
        display: none;
    }

    .about_image {
        position: relative;
        display: block;
    }

    .about_image::before {
        content: "";
        background: white;
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        right: -1.5rem;
        bottom: -1.5rem;
        border-radius: 1rem;
    }

    .about_us {
        height: 80rem;
    }

    .carousel-content {
        position: absolute;
        left: 0rem;
        bottom: 3rem;
        text-align: left;
        width: 100%;
    }

    /*
      .carousel-indicators {
        position: absolute;
        left: 0rem;
        bottom: 0rem;
      }
*/
    .slider-subtitle {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .carousel-content {
        position: absolute;
        left: 0rem;
        bottom: 5rem;
        text-align: left;
        width: 80%;
    }

    /*
      .carousel-indicators {
        position: absolute;
        left: -50rem;
        bottom: 3rem;
      }
*/
    #loop-1 .owl-next {
        position: relative;
        left: 34.5rem;
        bottom: 15rem;
    }

    #loop-1 .owl-prev {
        position: relative;
        right: 34.5rem;
        bottom: 15rem;
    }

    #loop-2 .owl-next {
        position: relative;
        left: 34.5rem;
        bottom: 22rem;
    }

    #loop-2 .owl-prev {
        position: relative;
        right: 34.5rem;
        bottom: 22rem;
    }

    .right-background {
        background-image: url("../../img/background-right.png");
        width: 361px;
        height: 443px;
        position: absolute;
        right: 0;
        bottom: 15rem;
    }

    .news-card-content {
        color: black;
        text-align: center;
        border: 1px solid #ccc;
        width: 330px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        bottom: 3rem;
        background-color: white;
    }

    .slider-subtitle {
        font-size: 2rem;
    }

    .slider-title {
        font-weight: 100;
        font-size: 1.5rem;
    }

    .btn-link-carousel {
        width: 8.5rem;
    }

    /*
      .carousel-indicators {
        position: absolute;
        left: -40rem;
        bottom: 1rem;
      }
*/
    #loop-1 .owl-next {
        position: relative;
        left: 28rem;
        bottom: 15rem;
    }

    #loop-1 .owl-prev {
        position: relative;
        right: 28rem;
        bottom: 15rem;
    }

    #loop-2 .owl-next {
        position: relative;
        left: 28rem;
        bottom: 22rem;
    }

    #loop-2 .owl-prev {
        position: relative;
        right: 28rem;
        bottom: 22rem;
    }

    .news-card-content {
        width: 270px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-subtitle {
        font-size: 2rem;
    }

    .carousel-content {
        position: absolute;
        left: 0rem;
        bottom: 10rem;
        text-align: left;
        width: 50%;
    }

    /*
      .carousel-indicators {
        position: absolute;
        left: -50rem;
        bottom: 3rem;
      }
*/
    #loop-1 .owl-next {
        position: relative;
        left: 34.5rem;
        bottom: 15rem;
    }

    #loop-1 .owl-prev {
        position: relative;
        right: 34.5rem;
        bottom: 15rem;
    }

    #loop-2 .owl-next {
        position: relative;
        left: 34.5rem;
        bottom: 22rem;
    }

    #loop-2 .owl-prev {
        position: relative;
        right: 34.5rem;
        bottom: 22rem;
    }

    .right-background {
        background-image: url("../../img/background-right.png");
        width: 361px;
        height: 443px;
        position: absolute;
        right: 0;
        bottom: -181rem;
    }

    .news-card-content {

        width: 330px;

    }

}