body {
    margin: 0;
    background-color: #272727;
    font-size: 12px;
    font-family: "Open Sans";
}

a {
    text-decoration: unset;
    color: unset;
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
}

/* Index Page */

.homepage {
    background: url("../images/home/hero_section.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    background-color: #fff;
}

.anouncement {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    position: relative;
    width: 115%;
}

.anouncement_continue {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #38709e;
    font-size: 10px;
}

.anouncement p {
    margin: 0;
    margin-left: 10px;
}

.inner_div {
    height: 100%;
    width: 975px;
    margin: auto;
}

.image_slider {
    margin: auto;
    height: 320px;
    position: relative;
}

.slider_image {
    width: 100%;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 5s ease-in-out;
}

.slider_image.active {
    opacity: 1;
}

.contents {
    display: flex;
    flex-direction: row;
    justify-content: start;
    position: relative;
    transform: translateY(-5px);
}

.contents .content_col:first-child {
    width: 782px;
    background-color: white;
}

.contents .content_col {
    padding: 28px;
    width: 33%;
}

.contents .content_col:nth-child(2) {
    transform: translateX(-5px);
}

.contents .content_col:last-child {
    transform: translateX(5px);
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 35px;
}

.contents .content_col:first-child p {
    color: #606060;
    font-size: 11px;
    line-height: 20px;
}

.contents .content_col a {
    color: #38709e;
    font-size: 11px;
}

.contents .content_col .content_header {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
    margin-bottom: 5px;
}

.contents .content_col .content_header img {
    margin-right: 10px;
}

.contents .content_col .content_header h2 {
    font-size: 15px;
    color: #5a5a5a;
    margin-left: 12px;
    font-weight: 500;
}

.contents .content_col:last-child .content_header h2 {
    color: #38709e;
    font-size: 16px;
    margin-left: 0;
    margin: 0;
    font-weight: 500;
}

.contents .content_col .content_contact {
    color: #636363;
    font-size: 11px;
    line-height: 5px;
    margin: 0;
}

.contents .socials {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-right: 12px;
    gap: 5px;
    padding-top: 5px;
}

/* Index Page End */

/* About Page */

.about {
    width: 100%;
    background-color: #fff;
}

.about_inline {
    transform: translateY(-15px);
}

.about .about_inline {
    width: 980px;
    margin: auto;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: start;
    min-height: 400px;
}

.about .hero_section {
    background: url("../images/hero/hero_section.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 180px;
}

.about .hero_section .hero_inline {
    width: 980px;
    margin: auto;
}

.about .hero_section .hero_inline img {
    height: 150px;
    width: 980px;
    object-fit: cover;
    object-position: top;
}

.about_router .router_items {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 2px;
}

.about_router .router_items .router_item {
    background-color: #386f9e;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    width: 190px;
    box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25),
        inset 0px -2px 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    height: 35px !important;
    box-sizing: border-box;
}

.about_router .router_items .router_item:hover {
    background-color: #9f9e9c;
}

.about_router .router_items .router_item.active {
    background-color: #9f9e9c;
}

.about_router .router_items .router_item p {
    margin: 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.about_inline .about_content {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.about_content .about_content_item {
    margin: 10px 0 15px 0;
}

.about_content .about_content_item p {
    margin: 16px 0;
    line-height: 1.5;
}

.about_content .about_content_item.kvkk p {
    margin: 16px 0;
    line-height: 1.5;
    font-size: 11pt;
}

.about_inline .about_content h2 {
    color: #38709e;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}

.about_inline .about_content h3 {
    font-size: 14px;
    color: #38709e;
    padding-bottom: 5px;
    font-weight: 500;
}

.breadcrumbs {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.breadcrumbs p {
    margin: 0;
    color: #444444;
    font-size: 11px;
}

/* About Page End */

/* Gallery */

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 16px;
    padding: 20px;
    padding-top: 5px;
}

.gallery_item img {
    width: 120px; /* Fixed width */
    height: 90px; /* Fixed height */
    object-fit: cover; /* Ensures the image fits within the specified size without distorting */
    transition: transform 0.3s ease;
    border: 1px solid #9e9d9b;
}

.gallery_item img:hover {
    transform: scale(1.1);
}

/* Gallery End */

/* Human Resources Form */

#ikform {
    width: 100%;
    border-collapse: collapse;
}

#ikform td {
    padding: 8px 12px;
    font-family: Arial, sans-serif;
}

#ikform .input1 {
    padding: 5px;
    border: 1px solid #ddd;
}

#ikform textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}

#ikform select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}

#ikform td {
    padding: 10px;
    border: 1px solid #ccc;
}

#ikform td b,
#ikform td strong {
    font-weight: 500;
}

input,
select,
textarea {
    background-color: #fff;
}

select,
input,
textarea {
    box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus {
    border: 1px solid #636363;
    outline: none;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    border: 1px solid #636363 !important;
}

.form_item {
    margin-bottom: 40px;
}

.submit_button {
    background-color: #38709e;
    color: #ffffff;
    border: 1px solid #38709e;
    padding: 4px;
    width: 100px;
    border-radius: 5px;
    cursor: pointer;
}
/* Human Resources Form End */

/* Contact */
.contact_item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 2px;
    margin-bottom: 20px;
}

.contact_item a {
    color: blue;
}

.contact_item h4 {
    color: #444444;
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}

.contact_alt_item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.contact_alt_item p {
    color: #444444;
    font-size: 12px;
    margin: 0 !important;
}

.map {
    width: 100%;
    margin-bottom: 40px;
}
/* Contact End */

/* Contact Form */
.contact_form {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
}

.contact_form .form_item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 0;
}

.contact_form .form_item label {
    line-height: 18px;
    color: #444444;
    font-size: 12px;
    margin-bottom: 3px;
}

.contact_form .form_item input {
    padding: 10px;
    border: 1px solid #ddd;
    width: 300px;
    height: 35px;
    border-radius: 5px;
}

.contact_form .form_item textarea {
    border: 1px solid #ddd;
    padding: 10px;
    width: 300px;
    height: 100px;
    border-radius: 5px;
}

/* Contact Form End */
