body {
    margin: 0;
}

::selection {
    color: white;
    background: #002055;
    padding: 20px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

@media only screen and (max-width: 768px) {
    .list-inline {
        width: 100%;
        padding-left: 0;
        margin-left: -5px;
        list-style: none;
        display: flex;
    }

    .list-inline > li {
        padding-right: 5px;
        padding-left: 5px;
        margin: auto;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container:after,
.container:before {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}


/*! CSS Used from: https://demo.bootstrapthemes.co/html/construction-free-html-bootstrap-template/css/font-awesome.min.css */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-phone:before {
    content: "\f095";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-behance:before {
    content: "\f1b4";
}


/*! CSS Used from: https://demo.bootstrapthemes.co/html/construction-free-html-bootstrap-template/css/custom.css */

a {
    outline: 0 !important;
}

a:hover,
a:focus {
    text-decoration: none;
}

.list-inline.info a,
.list-inline.social_icon a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.top_nav {
    background-color: #25AB75 !important;
    /*background-color: #002055;*/
    overflow: hidden;
    padding: 10px 0;
}

.list-inline.info {
    float: left;
    margin: 0;
}

.list-inline.info > li {
    padding: 0 20px 0 0;
}

.list-inline.info a,
.list-inline.social_icon a {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}

.list-inline.info a:hover,
.list-inline.social_icon a:hover {
    color: #555;
    transition: 0.5s;
}

.list-inline.info a .fa,
.list-inline.social_icon a .fa {
    font-size: 20px;
    vertical-align: text-top;
}

.list-inline.social_icon {
    float: right;
    margin: 0;
}

@media (min-width: 1600px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 991px) {
    .list-inline.info > li {
        padding: 0 12px 0 0;
    }

    .list-inline.social_icon > li {
        padding: 0 2px;
    }
}

@media (max-width: 767px) {
    .list-inline.info {
        width: 100%;
    }

    .list-inline.social_icon {
        width: 40%;
        text-align: right;
    }
}

@media (max-width: 479px) {
    .list-inline.info {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .list-inline.info > li {
        padding: 0 8px;
    }

    .list-inline.social_icon {
        text-align: center;
        width: 100%;
        padding: 0 8px;
    }
}

nav {
    display: block;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #08399A;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
    transition: 0.5s;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

button {
    border-radius: 0;
}

button:focus {
    outline: none;
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
[type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.btn {
    display: inline-block;
    font-weight: 700;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 15px 28px;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #000000;
    text-decoration: none;
    transition: 0.5s;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
    opacity: 0.65;
}

.btn-info {
    color: #ffffff;
    background-color: #25AB75;
    border: none;
}

.btn-green {
    background-color: #25AB75 !important;
    color: #FFFFFF !important
}

.btn-white {
    background-color: #ffffff !important;
    color: #08399A !important
}

.btn-info:hover {
    color: #ffffff;
    background-color: #25AB75;
    border-color: #320cff;
    transition: 0.5s;
}

.btn-info:focus {
    color: #ffffff;
    background-color: #25AB75;
    border-color: #320cff;
    box-shadow: 0 0 0 0.2rem rgba(117, 92, 255, 0.5);
}

.btn-info:disabled {
    color: #ffffff;
    background-color: #5d3fff;
    border-color: #5d3fff;
}

.btn-rounded {
    border-radius: 8px;
}

.collapse:not(.show) {
    display: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
    transition: 0.5s;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.navbar .container {
    display: flex;
    /*display: contents;*/
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
    transition: 0.5s;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-collapse .navbar-nav {
    margin-right: 10px !important;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
    transition: 0.5s;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.937rem;
        padding-left: 0.937rem;
    }

    .navbar-expand-lg > .container {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #000000e6;
    transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #000000b3;
    transition: 0.5s;
}

.navbar-light .navbar-toggler {
    color: #000000;
    border-color: rgba(0, 0, 0, 0.1);
}

/* Mouse kullanılan cihazlar için dropdown menü */
.navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 200px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navbar-nav .nav-item:hover .dropdown-menu,
.navbar-nav .nav-item:focus-within .dropdown-menu {
    display: block;
    opacity: 1;
}

/* Mobil cihazlar için dropdown menü */
@media (max-width: 991.98px) {
    .navbar-nav .dropdown-menu {
        display: none;
    }

    .navbar-nav .nav-item.active .dropdown-menu {
        display: block;
        opacity: 1;
    }

    .navbar-nav .nav-item .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .navbar-nav .nav-item.active > .dropdown-menu {
        display: block;
        opacity: 1;
    }
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.active:focus {
    color: #25AB75; /* veya istediğiniz yeşil tonu */
}

.navbar-light .navbar-toggler {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #000000;
    transition: 0.5s;
}

.navbar-toggler {
    border: 0;
}

.nav-item .btn {
    margin-left: 1rem;
    margin-right: 1rem;
    background-color: #25AB75
}

.navbar .navbar-nav .nav-link {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.75rem 0.937rem;
}

.navbar-brand img {
    /*max-width: 100px;*/
    /*width: 100%;*/
    width: auto;
    max-height: 60px;
    margin-left: 10px;
}

.navbar-nav .nav-item .nav-link {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: 16px;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mx-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }
}

.navbar-nav .nav-item .nav-link:hover {
    color: #25AB75;
    /*font-weight: bolder;*/
    /*text-decoration: underline;*/
    /*text-underline-color: #25AB75;*/
    /*text-underline-offset: 20px;*/
    /*transition: 0.5s;*/
}

.navbar.navbar-light .container {
    min-width: 100%;
}

.try-free {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.try-free:hover {
    color: #002055;
    background-color: transparent;
    border: 1px solid #002055;
    border-radius: 10;
    font-weight: bolder;
    transition: 0.5s;
}

.m-0 {
    margin: 0 !important;
}

footer {
    background: rgb(0, 32, 85);
    background: linear-gradient(90deg, rgba(0, 32, 85, 1) 0%, rgba(16, 51, 140, 1) 50%, rgba(28, 83, 192, 1) 100%);
}

footer img {
    width: 10%;
    height: auto;
}

.footer-header div .test {
    margin: auto;
    border-bottom: 1px solid #E5E5E5;
}


.footer-contact-form {
    background-color: white;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.08);
    padding: 2%;
    z-index: 999;
    border-radius: 5px;
    opacity: 1;
}

.footer-contact-form-text {
    color: #10338C;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
}

.footer-contact-form-area label {
    width: 100%;
    text-align: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #10338C;
}

.footer-contact-form-area input {
    border-radius: 10px;
    height: 44px;
    margin: auto;
}

.footer-contact-span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    color: #636363;
    font-size: 13px;
}

.footer-submit-btn {
    min-width: 100%;
}

.d-flex {
    display: flex;
}

.mt-1 {
    margin-top: 1rem;
}

.company-info p {
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
}

.company-name,
.company-details {
    margin: 0;
}

.company-name {
    font-weight: 700;
    font-size: 13px;
}

.company-details {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}

.footer-menu,
.footer-submenu {
    font-family: 'Poppins';
    font-style: normal;
    color: #ffffff;
}

.footer-menu {
    font-weight: 700;
    font-size: 13px;
}

.footer-submenu {
    margin: 0;
    font-size: 14px;
    line-height: 228.5%;
}

.footer-link a {
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .sp-0 {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .hidden-md {
        display: none;
    }

    .footer-header div img {
        margin: auto;
        width: 25%;
    }

    .company-name,
    .company-details,
    .footer-menu,
    .footer-link {
        text-align: center;
    }
}

.copyright {
    background-color: #002055;
    padding: 15px;
}

.copy-text {
    color: white;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 12px;
    margin: auto !important;
    text-align: left;
    width: 100%;
}

.copyright .container div svg {
    margin-left: 3px;
    margin-right: 3px;
}

.copyright-info {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .copyright-info {
        display: block;
        text-align: center;
    }

    .copy-text {
        text-align: center;
    }

    .copyright-info svg {
        display: none;
    }

    .social_icon {
        display: none;
    }

    .list-inline.info {
        margin: 0;
    }

    .footer-submenu,
    .footer-menu {
        text-align: left;
    }

    .footer-menu {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .company-details,
    .company-name {
        text-align: left;
    }

    .company-name {
        margin-bottom: 5px;
    }

    .company-details {
        margin-bottom: 0;
    }
}

.card {
    position: relative;
    height: 300px; /* Kartın yüksekliğini ayarlayabilirsiniz */
    margin: 10px;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Siyah katman ve opacity */
    z-index: 1;
}

.card-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    /*background: rgba(0, 0, 0, 0.5); !* Arka plan opaklığı *!*/
    padding: 20px;
    border-radius: 10px;
    z-index: 1;
    width: 80%; /* Card body genişliği */
}

.card-body h5 {
    margin-bottom: 20px;
    font-size: 28px; /* Hizmet adı font boyutu */
}

.card-body .btn {
    background-color: #25AB75;
    border: none;
    font-size: 20px; /* Buton font boyutu */
    padding: 12px 24px; /* Buton boyutu */
}


.slider-header {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 3.7vw;
    line-height: 83px;
    /* or 122% */
    color: #020202;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bubble-1 {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 10px 40px;
    width: 160px;
    left: 10%;
    position: absolute;
}

.bubble-2 {
    margin: auto;
    position: absolute;
    width: 305px;
    padding: 13px 20px;
    left: 57%;
    background: #FFFFFF;
    border-radius: 25px;
}

.bubble-2 span {
    margin: auto;
    float: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 143% */
    color: #000000;
}

.bubble-2 svg {
    float: right
}

.slider-section {
    margin-top: 100px;
}

.bubble-3 {
    position: absolute;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 20px;
    top: 25%;
}

.bpn {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    /* or 593% */
    width: 100%;
    display: flex;
    align-items: center;
    color: #037CD3;
}

.bpp {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #000000;
}

.bubble-3 p {
    margin: 0;
}

.bpl {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.bpl a {
    color: #1B984B !important;
}

.buuble-4 .float-left {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.bubble-4 {
    background: #FFFFFF;
    border-radius: 20px;
    width: 340px;
    position: absolute;
    top: 45%;
    left: 75%;
    padding: 10px 30px;
}

.bubble-4 .float-right p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    /* or 519% */
    color: #000000;
}

.our-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 83px;
    text-align: center;
}

.our-desc {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding-right: 10%;
    padding-left: 10%;
    line-height: 30px;
    z-index: 10;
    text-align: center;
}

.carousel-area {
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 35px;
    padding-bottom: 55px;
    background: #FFFFFF;
    border-radius: 15px;
}

.carousel-area img {
    max-width: 100px;
    margin: auto;
}

.carousel-header {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 123%;
    text-align: center;
    color: #002055;
}

.carousel-desc {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    color: #AEAEAE;
}

/*.owl-nav {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: 365px;*/
/*}*/

.all-spesifications {
    float: right;
    background: #002055;
    border: 1px solid #002055;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 12px 25px;
    gap: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 10px;
}

.content-1 {
    background: linear-gradient(180deg, rgba(245, 245, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.try-now {
    padding: 10px 20px;
    background-color: #002055;
    border: none;
    color: #fff;
    border-radius: 10px;
}

.try-it {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.e-commerce-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 88px;
    color: #002055;
}

.e-commerce-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    /* or 200% */
    color: #636363;
}

.gray-div {
    position: absolute;
    left: 0;
}

.gray-circle {
    opacity: 0.2;
    z-index: 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.5;
}

.owl-carousel {
    background-color: transparent !important;
}

@media only screen and (min-width: 1920px) {
    .gray-div {
        left: 15vw !important;
    }

    .gray-circle {
        width: 100%;
    }
}

@media only screen and (max-width: 1365px) {
    .gray-div {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .our-desc {
        padding: 0;
    }

    .e-commerce-title {
        font-size: 50px !important;
        line-height: 65px !important;
    }
}

.reference-img {
    width: 100%;
}

.reference-img:hover {
    box-shadow: 0 15px 49px rgba(138,141,166,.22);
    background-color: #08399A;
}

.projects-img{
    width: 100%;
}

.projects-img:hover{
    box-shadow: 0 15px 49px rgba(138,141,166,.22);
    /*background-color: #08399A;*/
}

#owl-references .owl-nav {
    width: 100%;
}

#owl-references .owl-nav {
    position: absolute;
    top: 30%
}

#owl-references .owl-nav .owl-prev {
    position: absolute;
    float: left;
    left: -8%;
}

#owl-references .owl-nav .owl-next {
    position: absolute;
    float: right;
    right: -8%;
}

@media only screen and (max-width: 1000px) {
    .reference-img {
        margin: auto;
    }
    .projects-img{
        margin: auto;
    }
}

@media only screen and (max-width: 1400px) {
    #owl-references .owl-nav {
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    .reference-img {
        margin: auto;
    }
    .projects-img{
        margin: auto;
    }
}

.other-services {
    width: 100%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    margin: 0;
}

.other-info {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    /* or 188% */
    text-align: center;
    color: #636363;
}

.our-services {
    border-radius: 20px;
    height: 400px;
    padding: 20px;
}

.fb-ads {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    color: white;
}

.fb-span {
    color: white;
}

.our-services {
    border-radius: 20px;
    height: 400px;
    padding: 20px;
}

.fb-ads {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    color: white;
}

.fb-span {
    color: white;
}

.our-services.fb {
    background: #045CFF;
    background-image: url('../img/f-rectangle.png');
    background-repeat: no-repeat;
    background-size: 250px auto;
    background-position: left bottom -40px;
}

.our-services.ads {
    background: #000000;
    background-image: url('../img/g-vector.png');
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center bottom -40px;
}

.our-services.insta {
    background: #F06B6B;
    background-image: url('../img/insta-vector.png');
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: right -40px bottom -20px;
}

.cross-left {
    background-image: url('../img/left-bg.png');
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
}

.cross-right {
    background-image: url('../img/right-bg.png');
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
}

@media only screen and (max-width: 1000px) {
    .mobile-m-auto div {
        margin: auto;
    }
}

.view-packages {
    padding: 10px 20px;
    background-color: #10338C;
    color: white;
    border: 1px solid #10338C;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-right: 27px;
}

.view-packages:hover {
    background-color: white !important;
    color: #10338C !important;
    border: 1px solid #10338C !important;
    text-decoration: none;
    transition: 0.5s;
}

.all-references {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 123%;
    /* or 25px */
    text-align: center;
    color: #002055;
}

.view-others {
    margin-top: 50px;
}

.demo-header {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    /* or 122% */
    text-align: center;
    color: #FFFFFF;
}

.demo-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.demo-area {
    margin-top: 5%;
    background: #000000;
    padding: 3% 25%;
    border-radius: 30px;
    background-size: 30%;
    background-image: url('../img/double-circle.png');
    background-position: center right;
    background-repeat: no-repeat;
}

.btn-contact {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 12px 30px;
    margin-right: 3%;
    color: black;
}

.contact-buttons {
    margin-top: 40px;
}

.btn-whatsapp {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 12px 30px;
    color: white;
    transition: 0.5s;
}

.news-section-header {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 83px;
    /* or 173% */
    color: #020202;
    margin-top: 40px;
}

.news-container {
    background: rgba(217, 216, 211, 0.1);
    margin-top: 70px;
}

.card-news-big img {
    width: 100%;
}

.blog-header {
    margin: auto 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
}

.blog-date {
    margin: auto;
    margin-right: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: .8rem;
}

.blog-desc {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-news-small div div {
    margin-bottom: 10px !important;
}

.card-news-small div div p.blog-header {
    font-size: 1.2rem;
}

.card-news-small div div p.blog-date {
    font-size: 0.6rem;
}

.card-news-small div p.blog-desc {
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#blog-owl .owl-dots {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .demo-area {
        padding: 10% 5%;
    }
}

.aboutus-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 4vw;
    text-align: center;
    /*margin-bottom: 2%;*/
    /*margin-top: 2%;*/
}

.aboutus-main-img img {
    width: 100%;
    padding-top: 90px;
}

.aboutus-span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    color: #636363;
}

.aboutus-p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    color: #636363;
    margin-bottom: 20px;
    margin-top: 20px;
}

.aboutus {
    background: #e5e5e552;
    /*background-image: url("../img/aboutus.png");*/
    background-size: 100% auto;
    /*background-position: top left;*/
    /*background-repeat: no-repeat;*/
    padding-left: 5%;
    padding-right: 5%;
}

.team-tabs .nav-item .nav-link {
    color: #08399A;
}

.team-tabs .nav-item .nav-link svg {
    font-size: 30px;
}

.team-members .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Siyah katman ve opacity */
    z-index: 1;
}

.team-members .card:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 32, 96, 0.5); /* Mavi katman ve opacity */
    z-index: 1;
}

.team-members .card .card-body {
    z-index: 1;
}

.team-member-card {
    padding: 0;
}

.team-member-card img{
    position: relative;
}

.team-member-card .card {
    height: 100%;
}

.team-member-card .card-body {
    top: unset;
    transform: unset;
    width: unset;
}

.team-members .card-buttons {
    display: flex;
    padding: 0;
}

.team-members .card-buttons .card-button a:hover{
   text-decoration: none;
}

.team-members .card-buttons .card-button {
    font-size: 12px;
    padding: 6px;
    background-color: #08399A;
}

.team-members .card-buttons .card-button a {
    color: #ffffff;
}

.team-members .card-buttons .card-button:nth-child(1) {
    background-color: #25AB75;
}

.team-page .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
}

.team-page .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin: 0 10px;
    border: none;
    position: relative;
    padding: 10px 15px;
}

.team-page .nav-tabs .nav-link.active {
    color: #08399A;
    border-bottom: 4px solid #08399A;
}

.team-page .nav-tabs .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #08399A;
    transition: width .3s;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.team-page .nav-tabs .nav-link:hover::after,
.team-page .nav-tabs .nav-link.active::after {
    width: 100%;
}

.team-page .tab-content {
    padding-top: 20px;
}

.team-page .card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 0;
}

.team-page .card img {
    width: 100%;
    height: auto;
}

.team-page .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: center;
    padding: 15px;
    /*transition: opacity 0.3s ease;*/
}

.team-page .card-body .contact-info {
    display: none;
}

.team-page .card:hover .contact-info {
    display: flex;
}

.contact {
    background: #e5e5e552;
    background-image: url("../img/contact.png");
    background-size: 75% auto;
    background-position: top left;
    background-repeat: no-repeat;
}

.contact-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 4vw;
    text-align: center;
    padding-top: 10%;
}

.contact-span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    color: #636363;
}

.contact-form {
    margin-top: 40px;
    background-color: white;
    text-align: center;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.08);
    padding: 2%;
    z-index: 999;
    border-radius: 15px;
    opacity: 1;
}

.contact-form-text {
    color: #10338C;
    font-weight: 700;
    font-size: 2rem;
}

.contact-form-area label {
    width: 100%;
    text-align: left;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #10338C;
}

.contact-form-area input {
    border-radius: 10px;
    height: 44px;
    margin: auto;
}

.contact-form-area textarea {
    border-radius: 10px;
    margin: auto;
    width: 100%;
    border: 1px solid #ced4da;
    padding: 10px;
}

.contact-form-area textarea:focus,
.contact-form-area textarea:focus-visible {
    border-color: #80bdff !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.submit-form {
    padding: 10px 40px;
    background: #002055;
    border: 1px solid #002055;
    border-radius: 8px;
    color: white;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.contact-form-xs {
    margin-top: 5%;
    background-color: white;
    text-align: center;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 8%);
    padding: 20px;
    z-index: 999;
    border-radius: 15px;
    opacity: 1;
}

.mt-p-50 {
    margin-top: 7%;
}

.f-b {
    color: #10338C;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
}

.ctxs-line {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    margin-top: 5px;
}

.ctxs-line p {
    text-align: left;
    margin-left: 5px;
    margin-bottom: 0;
}

.maps {
    margin-top: 120px;
}

.references {
    background: #e5e5e552;
    background-image: url("../img/references.png");
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
}

.references-area div div {
    width: 300px;
    height: 300px;
}

.references-area div div img {
    width: 100%;
    height: auto;
    margin: auto;
}

.prices {
    background: #002055;
    background-image: url("../img/prices.png");
    background-size: 100%;
    background-position: bottom -50px center;
    background-repeat: no-repeat;
}

.prices p {
    font-family: 'Poppins';
    font-style: normal;
    padding-top: 10%;
    padding-left: 20%;
    padding-right: 40%;
    font-weight: 700;
    font-size: 4rem;
    line-height: 83px;
    /* or 122% */
    color: #FFFFFF;
}

.prices .prices-desc-short {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    color: #FFFFFF;
    padding-top: 0 !important;
    padding-bottom: 5%;
    padding-left: 20%;
    padding-right: 45%;
}

.allprices .allprices-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    padding-top: 0;
}

.all-prices {
    text-align: center;
}

.lh-0 {
    line-height: 0 !important;
}

@media only screen and (max-width: 1200px) {
    .prices p {
        text-align: center;
        font-family: 'Poppins';
        font-style: normal;
        font-size: 4rem;
        line-height: inherit;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 0;
    }

    .prices .prices-desc-short {
        text-align: center;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 25px;
        /* or 125% */
        color: #FFFFFF;
        padding-top: 0 !important;
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media only screen and (max-width: 1000px) {
    .prices p {
        text-align: center;
        font-family: 'Poppins';
        font-style: normal;
        font-size: 4rem;
        line-height: inherit;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 0;
    }

    .prices .prices-desc-short {
        text-align: center;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 25px;
        /* or 125% */
        color: #FFFFFF;
        padding-top: 0 !important;
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media only screen and (max-width: 800px) {
    .prices p {
        text-align: center;
        font-family: 'Poppins';
        font-style: normal;
        font-size: 2rem;
        line-height: inherit;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 0;
    }

    .prices .prices-desc-short {
        text-align: center;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
        color: #FFFFFF;
        padding-top: 0 !important;
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media only screen and (max-width: 600px) {
    .prices p {
        text-align: center;
        font-family: 'Poppins';
        font-style: normal;
        font-size: 2rem;
        line-height: inherit;
        padding: 5%;
    }

    .prices .prices-desc-short {
        text-align: center;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
        color: #FFFFFF;
        padding-top: 0 !important;
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 5%;
    }
}

.soft-package {
    text-align: center;
    background: #1C53C0;
    padding-bottom: 20px;
}

.plus-package {
    text-align: center;
    background: #F73338;
    padding-bottom: 20px;
    border-radius: 20px 20px 0px 0px;
}

.business-package {
    text-align: center;
    background: #8B37BF;
    padding-bottom: 20px;
    border-radius: 20px 20px 0px 0px;
}

.special-package {
    text-align: center;
    background: #34A853;
    padding-bottom: 20px;
    border-radius: 20px 20px 0px 0px;
}

.c-white {
    color: white
}

.soft-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    background: #0D42AC;
}

.packages-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    background: #DE171C;
}

.special-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    background: #1F953E;
}

.business-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    background: #651A96;
}

.packages-table thead tr th {
    padding: 0;
}

.th-text {
    width: 40%;
}

.th-text span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    align-items: center;
    /* Text Color/Slate Gray */
    color: #67748E;
}

.th-text span strong {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 0px;
    /* or 0% */
    align-items: center;
    color: #020202;
}

.table thead th {
    border: none;
}

.soft-price.td-line {
    text-decoration: line-through;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

.soft-price {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    color: #FFFFFF;
}

.call-me {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    color: #10338C;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
}

.packages-recommended {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
}

.business-recommended {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
}

.packages-table thead tr .th-text {
    width: 40%;
}

.table-packages-th div {
    width: 150px;
}

@media only screen and (max-width: 1000px) {
    .call-me strong {
        display: none;
    }

    .table-packages-th div {
        width: 150px;
    }

    .th-text span strong {
        font-size: 2rem;
    }

    .th-text span {
        font-size: .8rem !important;
        line-height: 10px;
    }
}

.table-title {
    padding: 15px 15px !important;
    background: #F5F5F3;
    width: 100%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #020202;
}

.table-features tr td {
    border: 1px solid #DFDFD9;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    /* or 0% */
    color: #10338C;
}

.table-features tr td:nth-child(1) {
    font-weight: 400;
    color: #67748E;
    text-align: left;
}

@media only screen and (max-width: 1000px) {
    .table-features tr td:nth-child(1) {
        font-weight: 400;
        color: #67748E;
        text-align: left;
        display: flex;
    }
}

.all-packages {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.fff {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #020202;
}

.fff-desc {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #636363;
}

#accordion .card {
    border: none;
    background-color: #ffffff;
    margin-bottom: 10px;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 16px;
}

#accordion .card .card-header {
    background-color: #ffffff;
    border: none;
    border-radius: 16px;
}

#accordion .card .collapse {
    background-color: #ffffff;
    border-radius: 16px;
}

#accordion .card .card-header h5 button {
    width: 100%;
    text-align: left;
    background-color: #ffffff;
    padding-left: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #170F49;
    text-decoration: none;
}

#accordion .card .card-header h5 button.btn:focus {
    border: none;
    box-shadow: none !important;
}

#accordion .card .collapse .card-body {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #6F6C90;
    padding-top: 0;
}

.did-youfind {
    padding: 10%;
    background-color: #ffffff;
    box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
    border-radius: 16px;
    text-align: center;
}

.did-youfind p:nth-child(1) {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #170F49;
}

.did-youfind p:nth-child(2) {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #6F6C90;
}

.contactus-btn {
    background: #002055;
    border-radius: 20px;
    padding: 15px 40px;
    margin-top: 50px;
    color: #ffffff;
}

.blog {
    background: #1c53c0;
    background-image: url("../img/blog-header.png");
    background-size: 100%;
    background-position: bottom -100px center;
    background-repeat: no-repeat;
}

.blog-detail {
    background: #1c53c0;
    background-image: url("../img/gray-circle-2.png");
    background-position: right;
    background-repeat: no-repeat;
}

.blog {
    padding: 10%;
}

.blog p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 4rem;
    color: #FFFFFF;
}

.blog div span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.social-btn {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 20px 50px;
    margin-right: 10px;
}

.social-btn:hover {
    color: black;
    text-decoration: none;
    background-color: white;
    transition: 0.5s;
}

.social-twitter {
    background-color: #47ACDF;
}

.social-linked {
    background-color: #1275B1;
}

.social-facebook {
    background-color: #000000;
}

.social-btn img {
    margin-right: 20px;
}

.category-section {
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-category {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #424242;
    margin-right: 24px;
}

.category-active {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #10338C;
    border-bottom: 1px solid #10338C;
}

.search-blog {
    border: 1px solid #10338C;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
}

input.search-query {
    padding: 5px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #10338C;
}

form.form-search {
    position: relative;
}

form.form-search:before {
    margin-top: 4px;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(http://getbootstrap.com/2.3.2/assets/img/glyphicons-halflings.png);
    background-position: -48px 0;
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: .5;
    z-index: 1000;
}

@media only screen and (max-width: 767px) {
    .search-section {
        margin-top: 10px;
    }

    .search-section,
    .search-query {
        width: 100%;
    }
}

.blogpost {
    height: 100%;
}

.blogpost:hover {
    text-decoration: none;
    transition: 0.5s;
}

.blogpost:hover p {
    color: #10338C;
    transition: 0.5s;
}

.blogpost img {
    width: 100%;
    height: auto;
}

.big-blog-date {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #424242;
    margin-bottom: 10px;
    margin-top: 10px;
}

.big-blog-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #10338C;
    margin-bottom: 15px;
}

.big-blog-desc {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #424242;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.big-blog-link {
    width: auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #10338C;
    border-bottom: 1px solid #10338C;
}

.blog-page {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #424242;
    margin: 10px;
}

.blog-page-active {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #10338C;
    border-bottom: 1px solid #10338C;
}


.blog-link {
    color: black;
}

.blog-link:hover {
    text-decoration: none;
    transition: 0.5s;
}

/*#our-slider .owl-nav button img:hover {*/
/*    -webkit-animation: rotate-center 0.6s ease-in-out both;*/
/*    animation: rotate-center 0.6s ease-in-out both;*/
/*    transition: 0.5s;*/
/*}*/

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.shadow-animation:hover {
    transition: 0.5s;
    -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    transition: 0.5s;
}

.all-spesifications:hover {
    background: transparent;
    border: 1px solid #002055;
    color: #002055;
    -webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    transition: 0.5s;
}

.carousel-area:hover {
    -webkit-animation: shadow-drop-lr 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-lr 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    transition: 0.5s;
}

@-webkit-keyframes shadow-drop-center {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-center {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
}

@-webkit-keyframes shadow-drop-lr {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-lr {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
    }
}

.slide-in {
    animation: slide-in 1s ease 0s 1 normal forwards;
}

.slide-in-l {
    animation: slide-in-l 1s ease 0s 1 normal forwards;
}

.slide-in:hover {
    animation: slide-in 1s ease 0s 1 normal forwards;
}

.slide-in-l:hover {
    animation: slide-in-l 1s ease 0s 1 normal forwards;
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-250px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slide-in-l {
    0% {
        opacity: 0;
        transform: translateX(250px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.footer-link > a:hover {
    text-decoration: underline;
    transition: 0.5s;
}

.footer-link > a > p:hover {
    color: white;
    text-decoration: underline;
    transition: 0.5s;
}

.btn-contact:hover {
    text-decoration: none;
    color: white;
    background-color: transparent;
    border: 1px solid white;
    transition: 0.5s;
}

.btn-whatsapp:hover {
    text-decoration: none;
    color: black;
    background-color: white;
    border: 1px solid black;
    transition: 0.5s;
}

.blog-btn-prev {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #10338C;
    background-color: transparent;
    border: 1px solid #10338C;
    border-radius: 10px;
    padding: 10px 20px;
    float: left;
}

.blog-btn-prev:hover {
}

.blog-btn-next {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    background: #10338C;
    border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    float: right;
}

@media only screen and (max-width: 997px) {
    .top-right-banner {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 390px) {
    .contact-buttons {
        display: grid;
    }

    .contact-buttons a {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 392px) {
    .view-others {
        display: grid;
    }

    .view-others a {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .cross-right {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cross-left {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .ads-area {
        margin-top: 5%;
    }
}

.container:after,
.container:before {
    content: none;
}

.contact-form-xs div a:hover {
    -webkit-animation: rotate-scale-up 0.3s linear both;
    animation: rotate-scale-up 0.3s linear both;
}

ul.list-inline.social_icon > li > a {
    color: white !important;
}

ul.list-inline.info li a:hover {
    color: white !important;
    text-decoration: underline;
    transition: 0.5s;
}

ul.list-inline.social_icon > li > a > svg:hover {
    -webkit-animation: rotate-scale-up 0.3s linear both;
    animation: rotate-scale-up 0.3s linear both;
    color: white !important;
    transition: 0.5s;
}

@-webkit-keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    50% {
        -webkit-transform: scale(1.2) rotateZ(180deg);
        transform: scale(1.2) rotateZ(180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}

@keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    50% {
        -webkit-transform: scale(1.2) rotateZ(180deg);
        transform: scale(1.2) rotateZ(180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}

.submit-form:hover {
    color: black;
    background-color: white;
    border: 1px solid #002055;
}

.contactus-btn:hover {
    color: #002055;
    background-color: white;
    border: 1px solid #002055;
    text-decoration: none;
}

.all-references:hover {
    text-decoration: none;
}

.breadcrumb-area {
    background: #08399A;
    height: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.breadcrumb-title {
    font-size: 2.5vw;
    text-align: center;
    color: white;
}

.solution-partners-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    text-align: center;
    /*margin-bottom: 2%;*/
    /*margin-top: 2%;*/
}

.ik-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 2vw;
    text-align: center;
}

.ik-cards .card {
    max-height: 300px;
}

.ik-cards .card-body {
    margin-top: 30px;
}

.ik-cards .card-text {
    font-weight: 400;
    font-size: 20px;
    margin: 0 !important;
}


.ik-cards .card-title {
    font-weight: 600;
    font-size: 28px;
}

.ik-cards .card-body {
    text-align: left;
}

.ik-cards .employee-card .card-text {
    color: #10338C;
}

.ik-cards .employee-card .card-title {
    color: #10338C;
}

.ik-cards .employee-card::before {
    background: #F0D86C !important;
}

.ik-cards .intern-card::before {
    background: #29A1AB !important;
}

/*EKOSİSTEM*/

.ecosystem-section{
    max-width: 90%;
}

.ecosystem-section .card {
    position: relative;
    height: 300px; /* Kartın yüksekliğini ayarlayabilirsiniz */
    margin: 10px;
    overflow: hidden;

    background: #10338C;
}

.ecosystem-section .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.ecosystem-section .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Siyah katman ve opacity */
    z-index: 1;
}

.ecosystem-section .card-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    /*background: rgba(0, 0, 0, 0.5); !* Arka plan opaklığı *!*/
    padding: 20px;
    border-radius: 5px;
    z-index: 1;
    width: 80%; /* Card body genişliği */
}

.ecosystem-section .card-body h5 {
    margin-bottom: 20px;
    font-size: 28px; /* Hizmet adı font boyutu */
}

.ecosystem-section .card-body .btn {
    background-color: #25AB75;
    border: none;
    font-size: 20px; /* Buton font boyutu */
    padding: 12px 24px; /* Buton boyutu */
}


/*------------------------------------------------------------------------------------------------*/
.ecosystem-section .tab-container {
    display: flex;
    border-radius: 5px;
}

.ecosystem-section .tab-contents {
    flex-grow: 1;
    padding: 20px;
}

.ecosystem-section .tabs {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    max-width: 10%;
}

.ecosystem-section .tabs button {
    padding-left: 20px;
}

.ecosystem-section .tab-link {
    min-width: 300px;
    padding: 10px;
    cursor: pointer;
    text-align: left;
    background-color: #F0F0F0;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}

.ecosystem-section .tab-link.active {
    background-color: #08399A;
    color: white;
}

.ecosystem-section .tab-content .main-tab {
    display: none;
}

.ecosystem-section .tab-content .main-tab.active {
    display: block;
}

.ecosystem-section .message {
    margin-bottom: 15px;
}

.ecosystem-section .message .page-title {
    color: #10338C;
    margin-bottom: 30px
}

.ecosystem-section .ecosystem-section {
    width: 90%;
}

/*------------------------------------------------------------------------------------------------*/
/*OFİS VE ATÖLYELER*/
.ecosystem-section .job-item {
    background-color: #fff;
}

.ecosystem-section .job-tab .nav-tabs {
    margin-bottom: 60px;
    border-bottom: 0;
}

.ecosystem-section .job-tab .nav-tabs > li {
    float: none;
    display: inline;
}

.ecosystem-section .job-tab .nav-tabs li {
    margin-right: 15px;
}

.ecosystem-section .job-tab .nav-tabs li:last-child {
    margin-right: 0;
}

.ecosystem-section .job-tab .nav-tabs {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.ecosystem-section .job-tab .nav-tabs:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: -1;
}


.ecosystem-section .job-tab .nav-tabs > li a {
    display: inline-block;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
    padding: 5px 30px;
}

.ecosystem-section .job-tab .nav-tabs > li > a.active,
.ecosystem-section .job-tab .nav-tabs > li a.active > :focus,
.ecosystem-section .job-tab .nav-tabs > li > a.active:hover,
.ecosystem-section .job-tab .nav-tabs > li > a:hover {
    border: none;
    background-color: #008def;
    color: #fff;
}

.ecosystem-section .job-item {
    border-radius: 3px;
    position: relative;
    /*margin-bottom: 30px;*/
    z-index: 1;
}

.ecosystem-section .job-item .job-info {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    padding: 40px 25px 20px;
}

.ecosystem-section .job-info .job-header {
    justify-content: center;
    align-items: center;
    display: flex;
}

.ecosystem-section .job-info .job-header p {
    margin: 0 !important;
}

.ecosystem-section .job-info .job-body {
    background-color: #10338C;
}

.ecosystem-section .job-info .tr-title {
    margin-bottom: 15px;
}

.ecosystem-section .job-info .tr-title span {
    font-size: 14px;
    display: block;
    color: white;
}

.ecosystem-section .job-info ul {
    margin-bottom: 30px;
}

.ecosystem-section .job-meta li,
.ecosystem-section .job-meta li a {
    color: #646464;
}

.ecosystem-section .job-meta li a:hover {
    color: #008def;
}

.ecosystem-section .job-meta li {
    font-size: 12px;
    margin-bottom: 10px;
}

.ecosystem-section .job-meta li span i {
    color: #000;
}

.ecosystem-section .job-meta li i {
    margin-right: 15px;
}

.ecosystem-section .job-item .time {
    position: relative;
}

.ecosystem-section .job-item .time span {
    font-size: 12px;
    color: #bebebe;
    line-height: 25px;
}

.ecosystem-section .job-item .time a span {
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 10px;
    font-size: 12px;
}

.ecosystem-section .job-item .time a span {
    color: #fff;
    background-color: #f1592a;
    border-color: #f1592a;
}

/*---------------------------------------------------------------------------------------------------------------------------------*/
