@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');

.mobile-ÃƒÆ’Ã‚Â§ÃƒÆ’Ã‚Â¶zÃƒÆ’Ã‚Â¼mler {

    background-color: rgb(238, 238, 238);

}

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

.news-card {
    border: none;
}

section.header {
    position: relative;
    bottom: 8rem;
    margin-bottom: -10rem;
    z-index: 2;
}

.bg-grey {
    background-color: green;
}

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

.navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.btn-primary {
    background-color: #006faf;
    border-color: #006faf;
    border-radius: 2rem;
}


.carousel-caption {
    position: absolute;
    bottom: 14rem;
    text-align: left;
    width: 40%;
}

.ovarley {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 77%) 100%);
}

.slider-btn-1 {
    background-color: white;
    text-decoration: none;
    color: black;
    padding: 1rem 2rem 1rem 2rem;
    border-radius: 1.5rem;
}

.slider-btn-1:hover {
    color: white;
    background-color: black;
}

.slider-btn-2 {
    background-color: #fdbe0f;
    text-decoration: none;
    color: white;
    padding: 1rem 2rem 1rem 2rem;
    border-radius: 1.5rem;
}

.slider-btn-2:hover {
    color: #fdbe0f;
    background-color: white;
}

.slider-title {
    /* font-family: 'Corinthia', cursive; */
    /* font-weight: 400; */
    font-size: 4rem;
}

.carousel-caption p {
    font-size: 0.9rem;
    font-weight: 200;
    margin: 0;
    margin-top: -0.5rem;
}

.slider-text {
    margin: 0;
}

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

.slider-btn-1 {
    background-color: white;
    text-decoration: none;
    color: black;
    padding: 1rem 2rem 1rem 2rem;
    border-radius: 1.5rem;
}

.slider-btn-1:hover {
    color: white;
    background-color: #ffc423;
}

.slider-btn-2 {
    background-color: #fdbe0f;
    text-decoration: none;
    color: white;
    padding: 1rem 2rem 1rem 2rem;
    border-radius: 1.5rem;
}

.slider-btn-2:hover {
    color: #fdbe0f;
    background-color: white;
}

.slider-title {
    font-family: 'Corinthia', cursive;
    font-weight: 200;
    font-size: 3.5rem;
    color: #ffc423;
}

.carousel-caption p {
    font-size: 0.9rem;
    font-weight: 200;
    margin: 0;
    margin-top: -0.5rem;
}

.slider-text {
    margin: 0;
}

.slider-sub-title {
    /* font-size: 4rem; */
    margin-top: -1rem;
}

.social-item {
    color: #fdbe0f;
    width: 27px;
    height: 27px;
    text-align: center;
    display: block;
    border: 1px solid #fdbe0f;
    border-radius: 50%;
    margin: 0 3px;
}

.social-item:hover {
    background-color: #239e97;
    color: rgb(255, 255, 255);
}

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

.active-nav {
    color: #fdbe0f;
}

.nav-link:hover {
    color: #229e97;
}

.nav-link-search {
    color: #fdbe0f;
}

.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;
}

.counter-item {
    font-size: 3rem;
    font-weight: 700;
    color: #079ecd;
}

.counter-title {
    margin: 0;
    display: inline-block;
    width: 5rem;
    padding-left: 0.5rem;
}

.counter-logo {
    background-image: url("./img/back.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    background-attachment: local;
}

.carousel-indicators {
    display: none;
}

.circle-content {
    position: relative;
    bottom: 10.5rem;
    text-align: center;
    color: black;
    width: 76%;
    margin: auto;
    font-weight: 300;
}

.circle-content img {
    max-width: 75px;
}

.circle-content .circle-title {
    margin-top: 0.5rem;
}

.card-solution {
    position: relative;
    transition: all 0.5s ease-in;
    border-radius: 0.5rem;
    overflow: hidden;
}

.card__image {
    display: block;
    height: auto;
}

.card__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    visibility: none;
    transition: 0.5s ease;
    background-color: #00000056;
}

.card__overlay:hover {
    background-color: #0000000e;
}

.overlay__text {
    position: relative;
    /* top: 35rem; */
    text-align: center;
}

.bg-grey {
    background-color: #f8f8f8;
}

.solution-logo {
    background-image: url("/themes/default/assets/img/back.png");
    background-repeat: no-repeat;
    background-position: 127% 120%;
    background-size: 33%;
    background-attachment: local;
    padding: 2rem 0 0;
}

.relative-card-content {
    position: relative;
    top: 3rem;
}

.owl-news .item {
    box-shadow: 0px 0px 11px #0000002b;
    margin: 1rem 0.6rem;
    border-radius: 1rem;
}

.project-content {
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-image: url(/themes/default/assets/img/project-content-back.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 63%;
    background-attachment: local;
    background-repeat: no-repeat;
}

.detail-card,
.detail-card:hover {
    background-color: #5b4092;
    text-decoration: none;
    color: white;
    padding: 0.8rem 1.2rem 0.8rem 1.2rem;
    text-align: center;
    display: block;
    border: 1px solid #5b4092;
    border-radius: 50%;
}

.catagory-title {
    background-color: #079ecd;
    color: white;
    padding: 0.5rem;
    position: relative;
    bottom: 2rem;
    left: 0rem;
}

.card-detail-outline {
    border: 1px solid black;
    text-decoration: none;
    color: black;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.card-detail-outline:hover {
    background-color: black;
    color: white;
}

.news-list {
    border-bottom: 1px solid #ccc;
}

.card-news-list-content {
    border: none;
    -webkit-box-shadow: 5px 5px 38px 4px rgba(0, 0, 0, 0.34);
    box-shadow: 5px 5px 38px 4px rgba(0, 0, 0, 0.34);
    border-radius: 1rem;
    padding: 1rem;
}

.owl-dots {
    display: block !important;
    padding: 1rem;
}

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

.owl-dots>.active>span {
    background-color: #ccc !important;
}

.footer-text-content {
    position: relative;
    top: -6rem;
}

.footer-text {
    padding-top: 1rem;
}

.footer-description {
    text-align: center;
    font-size: 1.2rem;
    background-color: #006faf;
    color: white;
    border-radius: 0.7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding: 1rem 5rem;
    font-weight: 200;
}

.footer-2 {
    background-color: #fdbe0f;
}

.footer-social-list {
    position: relative;
    top: -1rem;
}

.social-item-footer {
    color: black;
    text-align: center;
    display: block;
    border: 1px solid #fdbe0f;
    background-color: white;
    border-radius: 50%;
    padding: 0.4rem 0.9rem 0.4rem 0.9rem;
}

.social-item-footer:hover {
    color: #239e97;
}

.footer-link {
    text-decoration: none;
    color: black;
    font-weight: 200;
    margin-bottom: 0.5rem;
    display: block;
}

.footer-link:hover {
    color: #fdbe0f;
    font-weight: 100;
}

footer {
    border-top: 5px solid #006faf;
}

.circle-1 {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.circle-2 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circle-3 {
    -moz-transform: rotate(110deg);
    -webkit-transform: rotate(110deg);
    -o-transform: rotate(110deg);
    -ms-transform: rotate(110deg);
    transform: rotate(110deg);
}

.circle-4 {
    -moz-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.circle-5 {
    -moz-transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

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 */
    z-index: 999;
    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;
    text-decoration: none;
}

ul.submenu a:hover {
    background: rgb(102 36 131);
    color: #ffffff;
}

.solution-logo .overlay__text {
    padding: 0 5rem;
    bottom: 2rem;
    position: absolute;
}

.solution-logo .overlay__text span {
    font-weight: 200;
}

@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, #ffffffc4 0%, #ffffffd6);
}

.loading-text {
    position: absolute;
    top: 15rem;
    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;
}

@-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: 22rem;
    margin: auto;
    position: absolute;
    top: -3rem;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0rem;
}

.header-content.white-nav {
    position: relative;
}

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

section.hizmet-bread {
    background: black;
}

.list-inline-item:not(:last-child) {
    margin: 0;
}

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

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

.hizmet-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: right;
    z-index: 1;
    background: rgb(3, 60, 96);
    background: linear-gradient(122deg, rgb(102 36 131) 0%, rgba(4, 111, 176, 0) 100%);
}

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%;
}


.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;
}

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;
}

.header-content.white-nav .topheader {
    background: #662483;
}

.list-inline {
    margin: 0;
}

header#header.sticky {
    position: fixed;
    top: 0;
    background: white;
    border-bottom: 3px solid #662483;
}

header#header.sticky .topheader {
    display: none;
}

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

.white-nav span.text-white {
    color: black !important;
}

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: auto;
    float: left !important;
    padding: 4px 10px;
}

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

.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;
}

.card-top-bar {
    position: absolute;
    bottom: 3.5rem;
    width: 100%;
}

span.category-bolge {
    background: #239e97;
    height: fit-content;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin-left: 0.5rem;
    font-size: 0.9rem;
    font-weight: 300;
}

.card-top-bar .detail-card,
.detail-card:hover {
    height: 2.5rem;
    width: 2.5rem;
    padding: 0.4rem;
    text-align: center;
    position: absolute;
    right: 1rem;
}

.projeler .card-body {
    padding-top: 1.5rem;
}

.projeler .news-card {
    box-shadow: 0px 0px 11px #0000002b;
}

#projeler-in .card {
    padding: 0.5rem;
    border: none;
    box-shadow: 0px 0px 11px #0000002b;
}

#projeler-in .card .col-md-6 {}

.card-header:first-child {
    background: none;
    font-weight: 600;
    font-size: 1.2rem;
}

.s-ikon {
    width: 52px;
    /* border-radius: 50%; */
    /* box-shadow: 0 0 14px #00000026; */
    margin-right: 0.6rem;
    /* padding: 0 0.1rem 0.3rem; */
}

#projeler-in .card li.list-group-item span {
    font-size: 0.8rem;
    float: right;
    justify-content: center;
    display: block;
    position: relative;
    padding: 0.2rem 1rem;
    background: #ffbf00;
    border-radius: 0.5rem;
    margin-top: 0.7rem;
}

.map-title {
    font-size: 0.9rem;
    font-weight: 300;
    padding: 0.5rem 0.5rem;
    line-height: 2rem;
}

.map-title span a {
    float: right;
    font-size: 0.9rem;
}

li.nav-item .level2 .submenu {
    display: none;
    left: 200px;
    margin-top: -36px;
}

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

.mobile {
    display: none;
}

.uyeler-thumb {
    background: #ffc42326;
    background-image: url('/themes/default/assets/img/mayasoft-hizmet.png');
    background-size: cover;
    border-radius: 0.3rem;
    margin-bottom: 1rem;
}

.circle-container a {
    height: 15rem;
    display: block;
    position: relative;
}

.agree {
    position: absolute;
    right: 0.5rem;
    width: 3rem;
    top: 0.5rem;
    filter: drop-shadow(0px 0px 23px white);
}

.agree-in {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
    border: 1px solid #ffc106;
}

.agree-in img {
    height: 1.6rem;
}

span.cat-body {
    position: absolute;
    margin-top: -2rem;
    background: #006faf;
    padding: 0.2rem 1rem;
    border-radius: 0.3rem;
    color: white;
    font-size: 0.8rem;
}

.agree-in a {}

.blog-content .date {
    width: fit-content;
    background: #1f62ae;
    color: white;
    font-weight: 300;
    margin-left: 0.8rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem !important;
    font-size: 0.9rem;
    border-radius: 0 0 1rem 1rem;
}

.blog-post-tag,
.blog-post-tag a {
    color: gray;
    font-size: 0.8rem;
    margin-top: 1rem;
}

span.card-cat {
    background: #652682;
    color: white;
    padding: 0.3rem 1.5rem;
    position: relative;
    top: -0.9rem;
    border-radius: 0 0 0.2rem 0.2rem;
}

a:hover {
    color: #1f62ae;
}

h2.blog-title.h1 {
    font-weight: 700;
    font-size: 2rem;
}

.blog-content h2 {
    font-size: 1.5rem;
}

.blog-content h3 {
    font-size: 1.3rem;
}


@font-face {
    font-family: Javacom;
    src: url("/themes/default/assets/Javacom.otf");
}

.primary {
    color: #000000;
}

.secondary {
    color: #239e97;
}

.background-header {
    position: absolute;
    z-index: -5;
    right: 0;
    width: 65%;
    height: 70vh;
    background-image: url("/themes/default/assets/img/back.png");
    background-position: right 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-header {
    position: absolute;
    bottom: -4rem;
    z-index: 5;
    width: 200px;
}

.italic {
    font-family: "Javacom";
}

.relative-slider-img {
    position: relative;
    right: 3rem;
    top: 7rem;
}

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

.slider-title {
    /* font-weight: 700; */
    /* font-size: 3rem; */
    /* color: #662483; */
    /* line-height: 3rem; */
    em;
    */
}

.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;
}

.social-item {
    border: 1px solid white;
    /* border-radius: 50%; */
    /* width: 2rem; */
    /* height: 2rem; */
    /* text-align: center; */
    /* padding: 0.25rem 0.6rem; */
    color: white;
}

.social-item:hover {
    color: white;
}

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

.nav-link-item:hover {
    color: #239e97;
}

.background-col {
    position: relative;
    display: block;
    padding-left: 0;
}

.background-col img {
    content: "";
    /* background: #e2e2e2; */
    display: block;
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* right: 3rem; */
    /* bottom: -1rem; */
    /* border-radius: 1rem; */
    /* z-index: -50; */
    box-shadow: 20px 20px 0px #e4e4e4;
    border-radius: 1rem;
}

.harita {
    margin-bottom: 5rem;
}

.link-btn {
    color: white;
    background-color: #662483;
    padding: 0.7rem 2rem 0.7rem;
    text-decoration: none;
    border-radius: 2rem;
}

.link-btn:hover {
    background-color: #19928c;
    color: white;
}

.position-circle-1 {
    position: relative;
    left: 34rem;
    bottom: 33rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
}


.position-circle-2 {
    position: relative;
    left: 40rem;
    bottom: 28rem;
    /* background: rgb(30, 166, 101); */
    /* background: linear-gradient(90deg,
        rgba(30, 166, 101, 1) 0%,
        rgba(21, 165, 159, 1) 100%); */
    /* height: 140px; */
    /* width: 140px; */
    border-radius: 50%;
    cursor: pointer;
}



.position-image {
    position: relative;
    left: 1rem;
    bottom: -1rem;
}


.position-circle-3 {
    position: relative;
    left: 30rem;
    bottom: 7rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
}




.position-circle-4 {
    position: relative;
    left: 12rem;
    bottom: 15rem;
    border-radius: 50%;
    cursor: pointer;
}



.position-circle-5 {
    position: relative;
    left: -1rem;
    bottom: 31rem;
    border-radius: 50%;
    cursor: pointer;
}





.position-circle-6 {
    position: relative;
    left: 2rem;
    bottom: 50rem;
    border-radius: 50%;
    cursor: pointer;
}


.position-circle-6:hover>.position-image-6 {
    width: 110px;
}

.position-circle-7 {
    position: relative;
    left: 17rem;
    bottom: 62rem;
    border-radius: 50%;
    cursor: pointer;
}

.position-circle-7:hover {
    height: 145px;
    width: 145px;
}


.position-circle-7:hover>.position-image-7 {
    width: 110px;
}
.position-circle-8 {
    position: relative;
    left: 34rem;
    bottom: 67rem;
    border-radius: 50%;
    cursor: pointer;
}

.position-circle-8:hover {
    height: 145px;
    width: 145px;
}


.position-circle-8:hover>.position-image-7 {
    width: 110px;
}
.position-circle-9 {
    position: relative;
    left: 39rem;
    bottom: 61rem;
    border-radius: 50%;
    cursor: pointer;
}

.position-circle-9:hover {
    height: 145px;
    width: 145px;
}


.position-circle-9:hover>.position-image-7 {
    width: 110px;
}

.popap-position {
    position: relative;
    left: 2rem;
}

.hover-card {
    padding: 2rem;
    border: none;
    box-shadow: 1px 0px 30px -7px rgba(0, 0, 0, 0.534);
    border-radius: 0.5rem;
}

.hover-card::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 50%;
    border-bottom: 20px solid white;
    border-right: 20px solid transparent;
    transform: rotate(45deg);
    box-shadow: 1px 0px 30px -7px rgba(0, 0, 0, 0.534);
}

.sorular-back {
    background-image: url("/themes/default/assets/img/layer.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 500px;
}

.accordion-button {
    background-color: white !important;
    color: #19928c !important;
}

.outline-btn {
    width: 150px;
    height: 40px;
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
}

.outline-btn:hover {
    background-color: #652682;
    color: white;
}

#cevaplar .outline-btn.active {
    background-color: #652682;
    color: white;
}

.footer-description {
    text-align: center;
    font-size: 1.2rem;
    background-color: #652682;
    color: white;
    border-radius: 0.7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding: 1rem 5rem;
    font-weight: 200;
}

.footer-text-content {
    position: relative;
    top: -5.6rem;
}

footer {
    border-top: 7px solid #662483;
}

.footer-2 {
    background-color: #662483;
    color: white;
}

.footer-banner-content {
    position: absolute;
    top: -2rem;
    z-index: 9999;
    width: 100%;
}

.social-item-footer {
    color: black;
    text-align: center;
    display: block;
    border-radius: 50%;
    padding: 0.4rem 0.2rem 0.4rem 0.2rem;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #652682;

    border: 1px solid #652682;
    background-color: white;

}

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

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

.footer-link:hover {
    color: #652682;
}

.map {
    margin-left: auto;
    margin-right: auto;
    width: 792px;
    height: 334px;
}

.map>svg {
    background-color: transparent;
    fill: #652682;
    stroke-width: white;
    transition: fill 0.3s;
}

.map>svg>path:hover {
    fill: #662483;
}

.map>svg>a>path {
    fill: #239e97;
}

.navbar-toggler {
    background-color: white;
}

img.sarj-icon {
    position: absolute;
    top: -1rem;
    height: 26rem;
    margin-left: -2rem;
    width: auto;
}

#cevaplar .outline-btn {
    height: 4rem;
    border-radius: 0.2rem;
    font-weight: 200;
}

section#hakkÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda {
    margin: 10rem 0 5rem;
}

section#neden-biz {
    margin: 2rem 0 8rem 0 !important;
    height: 47rem;
}

#slider .carousel-item {
    height: 54rem;
}

#slider h4.italic.primary {
    color: #662483;
    margin-top: 17rem;
}

.map a:hover path {
    fill: #1e6667;
    cursor: pointer;
}

.popap-position .card {
    display: none;
}

.popap-position .card.active {
    display: block;
}

.neden-circle.active img {
    transform: scale(1.3);
}

.map-icon {
    font-size: 1.2rem;
    display: block;
    position: relative;
    z-index: 99999;
    font-weight: bold;
    fill: #652681;
}

.form-check-input:checked[type=checkbox] {
    background-color: #004ca8;
}

.contact-form-home {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    margin-top: -10rem;
    box-shadow: 0px 0px 17px #00000029;
    position: relative;
}

.contact-form-home .inputBox {
    display: flex;
}

.enyakin {
    width: 9rem;
    height: 9rem;
    text-align: center;
    background: #00A68B;
    border: 7px solid white;
    border-radius: 50%;
    color: white;
    position: absolute;
    right: -4rem;
    align-content: center;
    top: -4rem;
}

a.enyakin:hover {
    background: #623aa9;
    color: white;
    transition: background width 2s;
    transition: all 0.2s ease-in;
}

.contact-form-home .inputBox label {
    max-width: 7rem;
    align-content: center;
}

.contact-form-home form textarea {
    height: 5rem;
}

.contact-form-home p {
    font-weight: 200;
    font-size: 0.9rem;
}
.dc, .ac {
    width: 23rem;
    /* height: 12rem; */
    text-align: center;
    /* background: #8a6192; */
    /* border: 2px solid white; */
    /* border-radius: 50%; */
    /* color: white; */
    position: absolute;
    align-content: center;
    font-size: 1.2rem;
}

.dc {
    top: -18rem;
}

.ac {
    top: -18rem;
    right: 1rem;
}

.dc p, .ac p {
    font-size: 1.3rem;
    font-weight: 700;
}