@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: "Roboto", sans-serif !important;
    transition: all 0.5s;
}

a:hover {
    transform: scale(1.1);
}

.left-frame-inside {
    max-width: 260px;
    height: 100%;
    position: relative;
}

.logo-box {
    padding-top: 20px;
}

.left-frame {
    background-image: url('/yenisehir/assets/img/left-background.png'); /* @DUZENLENECEK */
    background-size: cover;
    height: 100vh;
    width: 260px;
    box-shadow: 0px 0px 30px #0e41940d;
    background-position: center;
    position: relative;
    z-index: 2;
    left: 0;
    background-color: white;
}

main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
    position: relative;
}

section.main-frame {
    width: calc(100% - 260px);
    height: 100%;
    max-height: 100vh;
}

.president-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.applications-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

button.application-button {
    display: block;
    text-align: center;
    background: none;
    border: none;
    margin: 40px auto;
    font-weight: 900;
}

button.more-applications {
    position: absolute;
    background: none;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    right: -14px;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

button.more-applications img {
    width: 48px;
    transform: rotate(270deg);
    opacity: .5;
}

section.left-frame.active {
    width: 100vw;
    max-width: 100vw;
}

section.main-frame.hidden {
    width: 0;
    opacity: 0;
}

.active .more-applications {
    right: 30px !important;
}

.active .more-applications img {
    transform: rotate(90deg);
}

span.more-applications-close {
    display: none;
}

.active span.more-applications-close {
    display: block;
}

.active span.more-applications-open {
    display: none;
}

.applications-main-frame 
 {
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    width: 0;
    transition: all 1s;
}

.applications-main-frame .applications-column {
    margin: 0px 30px;
}

.applications-main-frame {left: -200%;display: none;}

.active .applications-main-frame {
    display: flex;
    width: calc(100% - 520px);
    left: 50%;
}

.president-box:hover {
    transform: translateX(-50%) scale(1.1);
    bottom: 8px;
}

.president-box {
    cursor: pointer;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}

button.open-menu {
    background: none;
    border: none;
    right: 50px;
    position: absolute;
}

button.open-menu img {
    width: 32px;
}

nav {
    height: 110px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 150px;
    box-shadow: 0px 0px 30px #0e419414;
    margin-right: 50px;
}

nav a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: black;
    font-weight: 900;
}

a.nav-blue-btn {
    background: #114395;
    color: white;
    border-radius: 150px;
}

.main-frame-overflow {
    padding-top: 160px;
    max-height: 100vh;
    overflow: auto;
    padding-bottom: 200px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
}

.owl-nav button {
    font-size: 90px !important;
}

.home-actions-box {
    height: 100%;
    border-radius: 50px;
    background: #0e419426;
    padding: 25px 50px;
}

.input-actions input {
    width: 100%;
    margin-left: 10px;
    background: none;
    border: none;
    border-bottom: 1px solid #0000004f;
}

.input-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-actions-buttons-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.home-actions-buttons-box a {
    display: block;
    width: 50%;
    padding: 20px 0px;
    text-decoration: none;
}

.home-actions-buttons-box a span {
    margin-left: 10px;
    font-weight: 600;
    color: black;
    text-decoration: none;
}

.home-actions-box {
    border-top-right-radius: 0;
    position:relative;
}

.home-actions-box::after {
    content:"";
    width: 16px;
    height: 16px;
    background: #114395;
    border-radius: 150px;
    position: absolute;
    top: 25px;
    right: 25px;
}

a.fullwidth-btn {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 20px;
    text-decoration: none;
    color: black;
    font-weight: 900;
}

header {
    z-index: 9;
}

nav {
    backdrop-filter: blur(7px);
    background: #ffffff66;
    -webkit-backdrop-filter: blur(7px);
}

.home-twitter-box {
    background: white;
    box-shadow: 0px 0px 30px #0e419414;
    border-radius: 50px;
    padding: 50px;
    border-bottom-left-radius: 0;
    position: relative;
    margin-top: 50px;
}

img.home-twitter-icon {
    position: absolute;
    top: -25px;
    left: 50px;
}

.home-twitter-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.home-twitter-info img {
    margin-right: 20px;
}

.home-twitter-info span img {
    margin-right: 0;
    margin-left: 10px;
}

.home-twitter-bio {
    font-size: 14px;
    margin-top: 20px;
}

.home-twitter-arrows {
    display: flex;
}

.home-twitter-arrows button {
    width: 50%;
    background: none;
    border: none;
    position: relative;
}

.home-twitter-arrows {
    margin-top: 20px;
    padding-top: 20px;
}

button.down-scroll-arrow span {
    display: block;
    position: absolute;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    top: -10px;
    left: 30px;
}

button.down-scroll-arrow {
    text-align: left;
}

button.right-scroll-arrow img {
    transform: rotate(270deg);
}

button.right-scroll-arrow {
    text-align: right;
}

button.right-scroll-arrow span {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 18px;
    top: 13px;
    display: block;
}

.home-twitter-arrows button:hover {
    transform: scale(1.05);
}

.hidden-nav-menu {
    background: white;
    width: calc(100% - 460px);
    height: 0;
    position: fixed;
    top: -400%;
    right: 50px;
    z-index: 9;
    border-radius: 50px;
    box-shadow: 0px 0px 30px #0e419414;
    padding-top: 50px;
}

.hidden-nav-menu.active {
    top: 30px;
    height: calc(100% - 150px) !important;
    max-width: calc(100% - 150px) !important;
    overflow: auto;
}

button.hidden-nav-menu-close-btn {
    border: none;
    background: none;
    top: 50px;
    position: absolute;
    right: 50px;
}

.home-actions-buttons-box a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hidden-nav-menu a {
    text-decoration: none;
    color: black;
    display: block;
}

h2.menu-col-head {
    margin-bottom: 40px;
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.background {z-index: 1;position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;}

header.out {
    top: -100%;
}

section.left-frame.out {
    left: -100%;
}

section.main-frame.out {
    opacity: 0;
}

.owl-dots {
    display: none;
}

.news-section {
    margin-top: 30px;
}

.news-section h2 {
    font-size: 24px;
    font-weight: 600;
    color: #114395;
    margin-bottom: 15px;
}

.justify-content-space-between {
    justify-content: space-between;
}

.news-section a {
    text-decoration: none;
    color: #114395;
}

.blog-img {
    width: 72%;
    height: 165px;
    border-radius: 25px;
}

.blog-box {
    padding: 25px;
    background: #ffffff45;
    position: relative;
    box-shadow: 0px 0px 20px #0e419424;
}

.blog-details {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 15px;
}

a.blog-btn {
    background: #114395;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 15px;
    position: absolute;
    right: 35px;
    font-size: 14px;
    bottom: -16px;
}

.blog-box-wrapper:first-child .blog-box {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.blog-box-wrapper:last-child .blog-box {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.blog-box-wrapper {
    padding: 0;
}

.row.blog-news-boxes {
    padding: 0px 1.5rem;
}

.ilan-action-flex {
    display: flex;
    align-items: center;
}

.blog-box.ilan-action {
    background: #114395;
    color: white;
    cursor: pointer;
}

.ilan-action-flex img {
    margin-right: 10px;
}

.ilan-action-flex h5 {
    margin: 0;
}

span.ilan-action-arrow {
    display: block;
    text-align: right;
}

.blog-box.ilan-action:hover {
    padding-left: 40px;
}

.blog-box.ilan-action:hover span {
    padding-right: 30px;
}

span.more-applications-open {
    font-size: 14px;
    opacity: .5;
    line-height: 1.2;
    right: -10px;
    position: relative;
}

a.pay-tax {
    display: block;
    height: 100%;
    width: 100%;
    background: #114395;
    border-radius: 25px;
    padding: 25px;
    color: white;
    position: relative;
}

a.pay-tax img {
    margin-right: 20px;
}

a.pay-tax b {
    font-size: 1.2rem;
}

a.pay-tax p {
    margin-top: 20px;
}

span.bottom-right-absolute {
    position: absolute;
    bottom: 0;
    right: 25px;
}

nav.mobile-header {
    display: none;
    z-index: 2;
}

.blog-img {
    background-size:cover !important;
}

h1 {
    font-size: 28px;
    font-weight: 600;
    color: #114395;
    margin-bottom: 15px
}

button.list-box-header-button img {
    max-height: 16px;
}

button.list-box-header-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    background: none;
    padding: 15px 20px;
    border-right: 1px solid gainsboro;
}

.list-box {
    margin-top: 50px;
    background: white;
    box-shadow: 0px 0px 30px #0e419414;
    border-radius: 10px;
}


.list-box-content {
    padding: 15px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
}

.list-box-rows {
    border-top: 1px solid gainsboro;
}

.icon-input input,
.icon-input select {
    min-width: 250px;
    border: none;
    background: none;
    border-bottom: 1px solid gainsboro;
    margin-left: 15px;
}

.icon-input {
    margin: 15px;
}
.reverse_sort img {
    transform: rotate(180deg);
}

button.transparent-btn {
    background: none;
    border: none;
    margin: 5px;
}

img.blog-image {
    border-radius: 25px;
    border: 15px solid white;
    margin-top: 20px;
    box-shadow: 0px 0px 30px #0e419414;
}

img.blog-small-image {
    border-radius: 25px;
    border: 15px solid white;
    margin-top: 20px;
    box-shadow: 0px 0px 30px #0e419414;
    position: absolute;
    bottom: 0;
    right: 0;
}

a.service-btn {
    display: block;
    width: 100%;
    background: white;
    box-shadow: 0px 0px 30px #0e419414;
    padding: 30px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    font-weight: 700;
    color: black;
    font-size: 20px;
    margin-bottom: 30px;
}

a.service-btn img {
    margin-right: 20px;
}

a.service-btn span {
    text-decoration: none;
}

.google-map-circle {
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    border: 10px solid white;
    box-shadow: 0px 0px 30px #0e419414;
    margin-bottom: 20px;
}

.contact-page a.service-btn {
    line-height: 1;
}

.contact-page a.service-btn small {
    color: #00000075;
}

.contact-page a.service-btn b small {
    color: black;
}

.row.president-title-flexbox {
    align-items: center;
}

.president-title-section h1 {
    font-size: 96px;
    margin-bottom: 0;
    color: black;
}

.president-title-section h4 {
    font-size: 32px;
}


.president-tab-content {
    display: none;
}

.president-tab-content.active {
    display: block;
}

.president-tab-contents-wrapper {
    box-shadow: 0px 0px 30px #0e419414;
    background: white;
    padding: 25px;
    border-radius: 25px;
    min-height: 600px;
    position: relative;
    z-index: 1;
}

button.tab-btns {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 30px #0e419414;
    border-radius: 15px;
    border: none;
    background: white;
    text-align: right;
    padding-right: 60px;
    position: relative;
    right: -25px;
    z-index: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: white;
    opacity: .5;
    font-size: 18px;
}

button.tab-btns.active {
    opacity: 1;
    font-weight: 500;
}

.blurred-background {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dark-theme * {
    color: white;
}

.principles-card {
    padding: 30px;
    border-radius: 15px;
    border: 2px solid transparent;
    cursor: pointer;
    height: 100%;
}

.principles-card img {
    margin-right: 30px;
}

.principles-card:hover {
    border: 2px solid white;
}

.principles-card.green {
    background: #0fb769a3;
}

.principles-card.light-blue {
    background: #0facb7ad;
}

.principles-card.red {
    background: #b70f3fbf;
}

.principles-page a {
    text-decoration: none;
}

.principles-card.yellow {
    background: #b77c0fa6;
}

.principles-card.pink {
    background: #b70f7fa6;
}
.principles-card.dark-blue {
    background: #0f71b7ab;
}

.principles-page .transparent-btn {
    margin: 0px 50px;
}

.dark-theme a.service-btn span {
    color: black !important;
}

.principles-page a.service-btn {
    height: 100%;
    background: #ffffff69;
    color: white !important;
}

.mobile-quick-menu {
    display: none;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.lightbox-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000c7;
}

.lightbox-close {
    position: absolute;
    top: 50px;
    right: 50px;
    color: white;
    font-size: 40px;
    font-weight: 100;
    transform: rotate(90deg);
}

.lightbox-content {
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    height: 900px;
    width: 1000px;
}

.lightbox {
    display: none;
}

button.application-button img {
    max-width: 110px;
    width: 10z0px;
}

img.atatuk-yenisehir {
    max-height: 150px;
    border-radius: 300px;
}

.president-title-section {
    text-align: center;
}
.applications-column img{
    max-height:230px;
}