html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}
body {
    background: #fff;
    overflow-x: hidden;
    position: relative;
    left: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-family: "Plus Jakarta Sans", sans-serif;
}
img {
    max-width: 100%;
}
a {
    color: #212E83;
    text-decoration: unset;
}
a:hover {
    color: #212E83;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #3b9cb2;
}
::-webkit-scrollbar-thumb:hover {
    background: #3b9cb2;
}
.content-space-block {
    margin-bottom: 100px;
}
/* header style */
header .desktop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
}
header .desktop .navbar-nav {
    flex-direction: row;
    gap: 60px;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
header .desktop .header-area {
    height: 140px;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.5s;
}
header .desktop .header-area.last {
    justify-content: flex-end;
}
header .desktop .nav-item .nav-link {
    padding: 0px;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    height: 100%;
}
header .desktop .nav-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
header .desktop .top-bar {
    background: #eafbff;
    padding: 8px 0px;
}
header .desktop .top-bar .right, header .desktop .top-bar .left {
    display: flex;
    align-items: center;
    gap: 20px;
}
header .desktop .top-bar .right {
    display: flex;
    justify-content: flex-end;
}
header .desktop .top-bar .right a, header .desktop .top-bar .left a {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
header .desktop .top-bar .left a img {
    width: 23px;
    height: 23px;
}
header .desktop .logo {
    position: absolute;
    top: 1px;
    background: #fff;
    padding: 10px;
    border-radius: 200px;
}
header .desktop .header-area {
    height: 75px;
}
header .desktop .h-center {
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}
.header-space-block {
    height: 115px;
}
.top-bar .left span {
    font-weight: 700;
}
.navbar-nav .dropdown-menu {
    border-radius: 0px 0px 5px 5px;
    border-top: 0;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 0);
    display: block;
    top: 100%;
}
.navbar-nav .dropdown-menu  .dropdown-item.active,.navbar-nav .dropdown-menu  .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-toggle::after {
    display: none;
}
header .desktop .nav-item.support-btn .nav-link {
    font-size: 15px;
    border: 1px solid #3b9cb2;
    height: fit-content;
    padding: 9px 15px;
    color: #3b9cb2;
    font-weight: 500;
    border-radius: 40px;
}
header .desktop .nav-item.support-btn .nav-link .icon img {
    width: 25px;
    height: 25px;
}
.hmobil-center {
    border-bottom: 1px solid #e2e2e2;
}
.hmobil-area {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px 0px;
}
.hmobil-area.first {
    gap: 15px;
}
.hmobil-area .logo img {
    width: 65px;
}
.hmobil-area .navbar-toggler img {
    width: 23px;
    height: 23px;
}
.hmobil-area.last {
    justify-content: flex-end;
}
.hmobil-area .sprt-btn {
    font-size: 13px;
    border: 1px solid #3b9cb2;
    height: fit-content;
    padding: 8px 14px;
    color: #3b9cb2;
    font-weight: 500;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
.hmobil-area .sprt-btn img {
    width: 23px;
    height: 23px;
}
.sidebar-menu {
    max-width: 250px;
}
.sidebar-menu .logo img {
    width: 83px;
}
.sidebar-menu .offcanvas-header {
    padding-bottom: 0px;
}
.sidebar-menu .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.sidebar-menu .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
}
.sidebar-menu .nav-item .dropdown-inside {
    padding: 0px 0px 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.sidebar-menu .nav-item .dropdown-inside li {
    display: block;
}
.sidebar-menu .nav-item .dropdown-inside li a {
    color: #515151;
    font-size: 15px;
}
li.nav-item.nav-dropdown .nav-link {
    margin-bottom: 4px;
}
/* header style end */
/* index manset start */
.manset-section {
    margin-top: -76px;
}
.owl-manset .item {
    position: relative;
}
.owl-manset .item .write-block {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.owl-manset .item .write {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.owl-manset .item .write h4 {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.owl-manset .item .write a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    background: #FFE4E4;
    color: #3B9CB2;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    padding: 11px 28px;
}
.owl-manset .item .write span {
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
    width: 45%;
}
.owl-manset .owl-nav .owl-prev, .owl-manset .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
}
.owl-manset .owl-nav .owl-prev span, .owl-manset .owl-nav .owl-next span {
    background: #fff !important;
    width: 40px;
    height: 40px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    border-radius: 0px;
}
.owl-manset .owl-nav .owl-prev span::after, .owl-manset .owl-nav .owl-next span::after {
    content: "";
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 10px;
    height: 17px;
}
.owl-manset .owl-nav .owl-next span::after {
    content: "";
    background: url(icons/mowl-right.svg);
}
.owl-manset .owl-nav .owl-prev span::after{
    content: "";
    background: url(icons/mowl-left.svg);
}
.owl-manset .owl-nav .owl-prev {
    right: unset;
    left: 0;
}
.owl-manset .owl-nav .owl-next {
    right: 0;
    left: unset;
}
/* index.manset  end */
/* default title style */
.df-title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 35px;
}
.df-title-block h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.df-title-block span {
    font-size: 17px;
    font-weight: 300;
    color: #4c4c4c;
}
/* default title style end */
/* index project style */
.projects-section .left .item .write {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 15px;
}
.projects-section .left .item .write .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.projects-section .left .item .write .top h4 {
    font-size: 22px;
    font-weight: 800;
    width: 100%;
    max-width: 196px;
    color: #000;
    margin: 0;
}
.projects-section .left .item .write .top span {
    font-size: 15px;
    color: #000;
    font-weight: 300;
}
.projects-section .left .item .write .btn,.projects-section .right .item .write .btn {
    padding: 0px;
    border: none;
    height: 55px;
    width: 55px;
    background: #3b9cb2;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.projects-section .left .item .write .btn img {
    width: 25px;
    height: 25px;
}
.projects-section .right {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.projects-section .right .item {
    position: relative;
}
.projects-section .right .bg img {
    height: 100%;
    width: 100%;
}
.projects-section .right .item .write {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 20px 15px 20px;
    justify-content: flex-end;
    gap: 15px;
}
.projects-section .right .item .write .top h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 800;
}
.projects-section .right .item .write .top span {
    font-size: 15px;
    color: #fff;
}
.projects-section .right .item .write .btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
}
.projects-section .right .item .write .btn img {
    width: 21px;
    height: 21px;
}
.projects-section .item .bg img {
    border-radius: 5px;
}
/* index project style end */
/* job statics start*/
.job-statics-block .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e2e2e2;
}
.job-statics-block .item .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.job-statics-block .item .bottom b {
    font-size: 19px;
    font-weight: 800;
}
.job-statics-block .item .bottom span {
    font-size: 15px;
    font-weight: 400;
}
.job-statics-block .row .col-3:last-child .item {
    border: none;
}
/* job statics end*/
/* atatürk söz style */
.ataturkword-section .card {
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    justify-content: center;
}
.ataturkword-section .card .right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ataturkword-section .card h4 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 500;
}
.ataturkword-section .card h4 b {
    color: #3b9cb2;
    font-weight: 700;
}
.ataturkword-section .card span {
    text-align: right;
    width: 100%;
    font-size: 14px;
    font-style: italic;
    color: #000;
}
/* atatürk söz style end */
/* topics style */
.itopics-section .item {
    position: relative;
}
.itopics-section .item .write {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 30px;
    z-index: 3;
    color: #fff;
}
.itopics-section .item .write h4 {
    margin: 0px;
    font-size: 19px;
}
.itopics-section .item .write span {
    font-size: 14px;
}
.itopics-section .item .bg {
    position: relative;
}
.itopics-section .item .bg::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: #3b9cb282;
    z-index: 1;
}
.itopics-section .item .bg img {
    border-radius: 5px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
    font-size: 0px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 200px;
    box-shadow: 0px 0px 8px 0px #0000002e;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-nav .owl-prev span::after, .owl-nav .owl-next span::after {
    content: "";
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 9px;
    height: 16px;
}
.owl-nav .owl-next span::after {
    content: "";
    background: url(icons/owl-next.svg);
}
.owl-nav .owl-prev span::after {
    content: "";
    background: url(icons/owl-prev.svg);
}
.owl-nav .owl-next {
    right: -20px;
}
.owl-nav .owl-prev {
    left: -20px;
}
.owl-nav .owl-next span {
    padding: 0px 0px 0px 4px;
}
.owl-nav .owl-prev span {
    padding: 0px 1px 0px 0px;
}
.owl-nav .owl-next.disabled,.owl-nav .owl-prev.disabled {
    display: none;
}
/* topics style end */
/* faq style */
.aco-socialmedia h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.aco-socialmedia .items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.aco-socialmedia .items a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 15px;
}
.faq-accordion .accordion-item {
    margin-bottom: 20px;
    border: none;
}
.faq-accordion .accordion-item .accordion-button {
    border-bottom: 1px solid #e2e2e2;
}
.faq-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
    color: #000;
}
/* faq style end */
/* default manset style */
.df-page-manset-section {
    margin-top: -76px;
    margin-bottom: 40px;
}
.df-page-manset-section .block {
    position: relative;
}
.df-page-manset-section .block .write-block {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: fit-content;
}
.df-page-manset-section .block .write h1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 4px solid #fff;
    width: fit-content;
    margin-bottom: 10px;
    padding-bottom: 4px;
}
.df-page-manset-section .block .write .breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 10px;
}
.df-page-manset-section .block .write .breadcrumb a, .df-page-manset-section .block .write .breadcrumb span {
    color: #fdfdfd;
    font-weight: 400;
    font-size: 16px;
}
.df-page-manset-section .block .write .breadcrumb a.last {
    color: #fff;
    font-weight: 500;
}
/* default manset style end */
/* defautl page write style */
h1 {
    font-size: 1.7rem;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.3rem;
}
h4 {
    font-size: 1.1rem;
}
h5 {
    font-size: 0.9rem;
}
h6 {
    font-size: 0.8rem;
}
.df-page-write p, .df-page-write b, .df-page-write a, .df-page-write span {
    font-size: 14px;
}
.iban-table {
    width: 50%;
}
.iban-table th {
    font-size: 15px;
}
.iban-table td {
    font-size: 14px;
}
/* defautl page write style end */
/* members page style */
.members-section .block h2 {
    text-align: center;
    margin-bottom: 44px;
    text-transform: uppercase;
    font-weight: bold;
}
.members-section .block .items .col-lg-12 {
    margin-bottom: 20px;
}
.members-section .block .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.members-section .block .item h4 {
    font-size: 17px;
}
.members-section .block .item img {
    border-radius: 200px;
}
.members-section .block {
    margin-bottom: 100px;
}
.members-section .container .block:last-child {
    margin-bottom: 0px;
}
/* members page style end */
/* topics style */
.itopics-section .row .col-lg-3 {
    margin-bottom: 20px;
}
/* topics style end */
/* project page style */
.project-page-section .row .col-lg-12 {
    margin-bottom: 20px;
}
.project-page-section .item .banner {
    margin-bottom: 20px;
}
.project-page-section .item .banner img {
    border-radius: 10px;
}
.project-page-section .write h4 {
    font-size: 22px;
    font-weight: 800;
    width: 100%;
    color: #000;
    margin-bottom: 9px;
}
.project-page-section .write span {
    font-size: 15px;
    color: #000;
    font-weight: 300;
}
.project-page-section .col-lg-6 .write h4 {
    font-size: 19px;
}
.project-page-section .col-lg-6 .write  span {
    font-size: 14px;
}
/* project page style end */
/* contact page style */
.contact-page-section .sec-left h2, .contact-page-section .sec-right h2 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact-page-section .sec-left .card {
    padding: 20px;
    border: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.contact-page-section .sec-left .card a {
    color: #000;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.contact-page-section .sec-left .card .google-map iframe {
    border-radius: 10px;
}
.contact-page-section .sec-right .form-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.contact-page-section .sec-right .form-item label {
    font-size: 14px;
}
.contact-page-section .sec-right .form-item label b {
    color: #a60000;
}
.contact-page-section .sec-right .form-item input,.contact-page-section .sec-right .form-item textarea {
    border: none;
    height: 45px;
    padding: 15px;
    color: #000;
    font-size: 13px;
    border-radius: 4px;
    background: #fafafa;
    outline: none;
}
.contact-page-section .sec-right .form-item input:focus,.contact-page-section .sec-right .form-item input:active,.contact-page-section .sec-right .form-item textarea:focus,.contact-page-section .sec-right .form-item textarea:active {
    border: none;
    outline: none;
}
.contact-page-section .sec-right .form-item textarea {
    height: 100%;
}
.contact-page-section .sec-right .row .col-lg-6, .contact-page-section .sec-right .row .col-lg-12 {
    margin-bottom: 20px;
}
.contact-page-section .sec-right .form-item button {
    width: fit-content;
    padding: 8px 20px;
    background: transparent;
    color: #3b9cb2;
    border: 1px solid #3b9cb2;
    border-radius: 200px;
    font-weight: 500;
    font-size: 14px;
}
.contact-page-section .sec-right .form-item.btn-form {
    width: 100%;
    align-items: flex-end;
}
/* contact page style end */
/* support page style */
.support-page-write {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.support-page-write p {
    font-size: 16px;
    width: 50%;
    text-align: center;
}
.support-page-gallery-sec {
    margin-top: 50px;
}
.support-page-gallery-sec .item img {
    height: 210px;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.support-page-gallery-sec .row .col-lg-4 {
    margin-bottom: 20px;
}
.support-page-write .iban-table {
    margin: 0;
    text-align: center;
}
.support-page-gallery-sec .item img {
    border-radius: 10px;
}
/* support page style end */
/* footer style */
footer {
    margin-top: 80px;
}
footer .container {
    max-width: 1280px !important;
}
.footer-top .banner img {
    border-radius: 25px;
}
.footer-top .write {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.footer-top .write .right, .footer-top .write .left {
    height: 100%;
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
}
.footer-top .write .left span {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    display: block;
}
.footer-top .write .right a {
    background: #fff;
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
}
.footer-top .write .right a .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.footer-top .write .right a .left img {
    width: 35px;
}
.footer-top .write .right img {
    width: 32px;
}
.footer-top {
    position: relative;
}
.footer-category {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-category .row {
    width: 100%;
}
.footer-category .item h2 {
    font-size: 21px;
    width: fit-content;
}
.footer-category .item ul {
    margin: 0;
    display: flex;
    gap: 7px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
}
.footer-category .item ul li {
    display: block;
}
.footer-category .item ul a {
    font-size: 15px;
    color: #646464;
}
.footer-center {
    padding: 25px 0px;
}
.footer-bottom {
    padding: 0px 0px 19px 0px;
}
.footer-bottom .container {
    background: #eafbff;
    border-radius: 200px;
    padding: 16px 28px;
}
.footer-info .write {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
}
.footer-info .socials {
    display: flex;
    align-items: center;
    gap: 52px;
    justify-content: center;
}
.footer-top .write .right a .left, .footer-top .write .right a .right {
    width: auto;
}
.footer-info .socials a {
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #000;
    font-weight: 400;
}
/* footer style end */
@media (max-width:1680px) {
    
}
@media (max-width:1440px) {
    .contact-page-section .sec-left h2, .contact-page-section .sec-right h2 {
        font-size: 19px;
    }
    .project-page-section .col-lg-6 .write h4 {
        font-size: 17px;
    }
    .project-page-section .write h4 {
        font-size: 20px;
    }
    .members-section .block .item h4 {
        font-size: 16px;
    }
    .df-page-manset-section .block .write-block {
        bottom: 6px;
    }
    .df-page-manset-section .block .write .breadcrumb a, .df-page-manset-section .block .write .breadcrumb span {
        font-size: 14px;
    }
    .df-page-manset-section .block .write h1 {
        font-size: 25px;
        border-bottom: 2px solid #fff;
    }
    .df-page-manset-section {
        margin-top: -78px;
        margin-bottom: 30px;
    }
    .footer-info .socials a img {
        width: 18px;
        height: 18px;
    }
    .footer-info .socials a {
        font-size: 14px;
    }
    .footer-info .write {
        font-size: 13px;
    }
    .footer-top .write .left span {
        font-size: 23px;
    }
    .footer-top .write .right img {
        width: 25px;
    }
    .footer-top .write .right a {
        padding: 14px 16px;
        font-size: 15px;
    }
    .footer-top .write .right a .left img {
        width: 29px;
    }
    .footer-category .item ul a {
        font-size: 14px;
    }
    .footer-category .item h2 {
        font-size: 20px;
    }
    header .desktop .header-area .logo img {
        width: 95px;
    }
    header .desktop .logo {
        padding: 6px;
    }
    .df-title-block span {
        font-size: 16px;
        width: 60%;
    }
    .df-title-block h4 {
        font-size: 23px;
    }
    .job-statics-block .item .bottom span {
        font-size: 13px;
    }
    .job-statics-block .item .bottom b {
        font-size: 17px;
    }
    .job-statics-block .item img {
        width: 75px;
    }
    .itopics-section .item .write {
        gap: 6px;
    }
    .itopics-section .item .write h4 {
        font-size: 16px;
    }
    .projects-section .left .item .write .top span {
        font-size: 14px;
    }
    .projects-section .left .item .write .top h4 {
        font-size: 20px;
    }
    .projects-section .right .item .write .top h4 {
        font-size: 16px;
    }
    .projects-section .right .item .write .top span {
        font-size: 13px;
    }
    .ataturkword-section .card span {
        font-size: 13px;
    }
    .ataturkword-section .card h4 {
        font-size: 22px;
    }
    .owl-manset .item .write {
        padding-left: 40px;
    }
    .owl-manset .item .write h4 {
        font-size: 43px;
    }
    .owl-manset .item .write span {
        font-size: 18px;
        width: 50%;
    }
    .owl-manset .item .write a {
        font-size: 14px;
        padding: 10px 25px;
    }
    header .desktop .nav-item .nav-link {
        font-size: 16px;
    }
    header .desktop .nav-item.support-btn .nav-link {
        font-size: 14px;
    }
    header .desktop .nav-item.support-btn .nav-link .icon img {
        width: 23px;
        height: 23px;
    }
    header .desktop .navbar-nav {
        gap: 50px;
    }
    header .desktop .top-bar .right a, header .desktop .top-bar .left a {
        font-size: 12px;
        gap: 6px;
    }
    header .desktop .top-bar .left a img {
        width: 21px;
        height: 21px;
    }
    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-size: 15px;
    }
}
@media (max-width:1366px) {
    .df-page-manset-section .block .write h1 {
        font-size: 22px;
    }
    .df-page-manset-section .block .write .breadcrumb a, .df-page-manset-section .block .write .breadcrumb span {
        font-size: 13px;
    }
}
@media (max-width:1280px) {
    .contact-page-section .sec-left .card a {
        font-size: 14px;
    }
    .project-page-section .write span {
        font-size: 14px;
    }
    .members-section .block .item h4 {
        font-size: 15px;
    }
    .df-title-block span {
        font-size: 15px;
    }
    .df-title-block h4 {
        font-size: 21px;
    }
    .job-statics-block .item .bottom span {
        font-size: 12px;
    }
    .job-statics-block .item .bottom b {
        font-size: 15px;
    }
    .job-statics-block .item img {
        width: 65px;
    }
    .projects-section .right .item .write .btn {
        width: 35px;
        height: 35px;
    }
    .projects-section .right .item .write .btn img {
        width: 17px;
        height: 17px;
    }
    .projects-section .right .item .write .top span {
        font-size: 12px;
        line-height: normal;
    }
    .projects-section .right .item .write .top h4 {
        font-size: 14px;
    }
    .projects-section .left .item .write .btn img {
        width: 21px;
        height: 21px;
    }
    .projects-section .left .item .write .btn, .projects-section .right .item .write .btn {
        height: 45px;
        width: 45px;
    }
    .projects-section .left .item .write .top span {
        font-size: 12px;
    }
    .projects-section .left .item .write .top h4 {
        font-size: 18px;
    }
    .ataturkword-section .card .left img {
        width: 240px;
    }
    .ataturkword-section .card span {
        font-size: 12px;
    }
    .ataturkword-section .card h4 {
        font-size: 19px;
        line-height: 30px;
    }
    .footer-info .socials a {
        font-size: 13px;
    }
    .footer-info .write {
        font-size: 12px;
    }
    .footer-category .item h2 {
        font-size: 18px;
    }
    .footer-top .write .right img {
        width: 21px;
    }
    .footer-top .write .right a .left img {
        width: 26px;
    }
    .footer-top .write .right a {
        padding: 13px 14px;
        font-size: 14px;
    }
    .footer-top .write .left span {
        font-size: 21px;
    }
    .owl-manset .item .write a {
        font-size: 12px;
        padding: 8px 20px;
    }
    .owl-manset .item .write span {
        font-size: 15px;
    }
    .owl-manset .item .write h4 {
        font-size: 33px;
        margin-bottom: 12px;
    }
    header .desktop .logo {
        padding: 5px;
    }
    header .desktop .header-area .logo img {
        width: 90px;
    }
    .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-size: 14px;
    }
    header .desktop .nav-item.support-btn .nav-link .icon img {
        width: 21px;
        height: 21px;
    }
    header .desktop .nav-item.support-btn .nav-link {
        font-size: 13px;
        gap: 7px;
        padding: 7px 15px;
    }
    header .desktop .nav-item .nav-link {
        font-size: 15px;
    }
}
@media (min-width: 1240px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1440px !important;
        width: 97%;
    }
    .faq-section .container {
        max-width: 1240px !important;
    }
}
@media (max-width:992px) {
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    h3 {
        font-size: 1rem;
    }
    h4 {
        font-size: 0.8rem;
    }
    h5 {
        font-size: 0.7rem;
    }
    h6 {
        font-size: 0.5rem;
    }
    .iban-table {
        width: 100%;
    }
    .members-section .block {
        margin-bottom: 50px;
    }
    .members-section .items .col-6 {
        margin-bottom: 20px;
    }
    .members-section .items .col-6:last-child {
        margin: 0;
    }
    .df-page-manset-section {
        margin-top: 0px;
    }
    .df-page-manset-section .block .bg img {
        aspect-ratio: 1;
        object-fit: cover;
        width: 100%;
        height: 150px;
    }
    .df-title-block {
        padding: 0px 15px;
        margin-bottom: 25px;
    }
    .content-space-block {
        margin-bottom: 50px;
    }
    .df-title-block h4 {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .df-title-block span {
        font-size: 14px;
        width: 100%;
    }
    .projects-section .right {
        flex-direction: column;
        gap: 13px;
    }
    .projects-section .right .bg img {
        height: 185px;
        width: 100%;
        aspect-ratio: 1;
        object-fit: cover;
    }
    .projects-section .right .item {
        width: 100%;
    }
    .projects-section .row .col-lg-7 {
        margin-bottom: 13px;
    }
    .projects-section .left .item .write .btn, .projects-section .right .item .write .btn {
        height: 35px;
        width: 35px;
    }
    .projects-section .left .item .write {
        gap: 10px;
        padding: 15px 0px 0px 0px;
    }
    .projects-section .left .item .write .top h4 {
        font-size: 15px;
        max-width: 100%;
    }
    .projects-section .left .item .write .btn img {
        width: 17px;
        height: 17px;
    }
    .projects-section .left .item .write .top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .ataturkword-section .card {
        gap: 25px;
    }
    .ataturkword-section .card span {
        font-size: 11px;
    }
    .ataturkword-section .card .left img {
        width: 200px;
    }
    .ataturkword-section .card h4 {
        font-size: 17px;
        line-height: 28px;
    }
    .footer-category .item ul {
        align-items: center;
    }
    .footer-category .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-info .row {
        flex-direction: column-reverse;
        gap: 15px;
    }
    .footer-info .write {
        font-size: 13px;
        text-align: center;
        justify-content: center;
    }
    .footer-center .row .col-lg-7 {
        margin-bottom: 20px;
    }
    .footer-top .banner img {
        border-radius: 25px;
        aspect-ratio: 1;
        object-fit: cover;
        width: 100%;
        height: 185px;
    }
    .footer-top .write .right img {
        width: 19px;
    }
    .footer-top .write .right a .left img {
        width: 23px;
    }
    .footer-top .write .right a {
        padding: 12px 15px;
        font-size: 13px;
        gap: 14px;
        line-height: normal;
    }
    .footer-top .write .left span {
        font-size: 19px;
    }
    .footer-top .write .right, .footer-top .write .left {
        height: fit-content;
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .footer-top .write {
        padding: 0px 20px;
        justify-content: center;
        gap: 15px;
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-info .socials {
        gap: 9px;
        flex-wrap: wrap;
    }
    .footer-bottom {
        padding: 0;
    }
    .footer-bottom .container {
        background: #eafbff;
        border-radius: 0;
        padding: 22px 20px;
    }
    .owl-manset .owl-nav .owl-prev span::after, .owl-manset .owl-nav .owl-next span::after {
        width: 8px;
        height: 13px;
    }
    .owl-manset .owl-nav .owl-prev span, .owl-manset .owl-nav .owl-next span {
        width: 34px;
        height: 34px;
    }
    .owl-manset .item .write a {
        font-size: 11px;
        padding: 7px 14px;
    }
    .owl-manset .item .write span {
        font-size: 13px;
        width: 85%;
    }
    .owl-manset .item .write h4 {
        font-size: 22px;
        margin-bottom: 9px;
    }
    .owl-manset .item .bg img {
        aspect-ratio: 1;
        object-fit: cover;
        width: 100%;
    }
    .manset-section {
        margin-top: 0px;
    }
    header .desktop {
        display: none;
    }
    header .mobil {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10;
        background: #fff;
    }
    .header-space-block {
        height: 76px;
    }
}
@media (max-width:768px) {
    
}
@media (max-width:576px) {
    .contact-page-section .sec-left .card {
        padding: 0;
        border: none;
    }
    .contact-page-section .sec-left h2, .contact-page-section .sec-right h2 {
        font-size: 18px;
    }
    .contact-page-section .row .col-lg-6:first-child {
        margin-bottom: 20px;
    }
    .project-page-section .item .banner img {
        height: 210px;
        aspect-ratio: 1;
        object-fit: cover;
        width: 100%;
    }
    .project-page-section .row .col-lg-6 {
        margin-bottom: 20px;
    }
    .project-page-section .row .col-lg-6:last-child {
        margin: 0;
    }
    .project-page-section .col-lg-6 .write  span {
        font-size: 13px;
    }
    .project-page-section .write h4 {
        font-size: 17px;
    }
    .project-page-section .write span {
        font-size: 13px;
    }
    .df-page-manset-section {
        margin-top: -77px;
    }
    .df-page-manset-section .block .write .breadcrumb a, .df-page-manset-section .block .write .breadcrumb span {
        font-size: 12px;
    }
    .df-page-manset-section .block .write h1 {
        font-size: 20px;
    }
    .df-page-manset-section .block .bg img {
        height: 120px;
    }
    .df-page-manset-section {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .job-statics-block .row .col-lg-3:first-child {
        margin-bottom: 20px;
    }
    .job-statics-block .item {
        border-right: none;
    }
    .owl-nav .owl-prev {
        left: -5px;
    }
    .owl-nav .owl-next {
        right: -5px;
    }
    .ataturkword-section .card span {
        font-size: 10px;
        text-align: center;
    }
    .ataturkword-section .card h4 {
        font-size: 13px;
        line-height: normal;
        text-align: center;
    }
    .ataturkword-section .card {
        flex-direction: column;
        gap: 15px;
    }
}