@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container{
    width: 1300px;
    margin: 0 auto;
}
html{
	background-color: #F9F9F9;
	font-family: "Cabin", sans-serif !important;
}
a{
	text-decoration-line: none;
}
.discover_button_div:hover{
    opacity: .7;
}

body {
    font-family: "Montserrat", sans-serif;
}

/* Header */
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.header{
    border-top: 3px solid #F71821;
}
.header_menu{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_nav>ul{
    display: flex;
    align-items: center;
    gap: 75px;
}
.header_nav>ul>li>a{
    color: #000000;
    font-weight: 600;
}
.dropdown {
    display: inline-block;
    z-index: 99;
    padding: 30.5px 0;
    position: inherit !important;
}

.dropdown a {
    color: #000000;
    font-weight: 600;
}

.dropdown:hover .dropdown-content {
    display: flex;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 60%;
    top: 70px;
    width: 60vw;
    box-shadow: 0 15px 15px #0000000F;
    background: #FFFFFF;
}

.menu-left {
    width: 30%;
    height: 320px;
    float: left;
    background: #FFFFFF;
}

.menu-left img {
    width: 100%;
    height: 100%;
    padding: 5px 0 0 0;
    box-sizing: border-box;
    object-fit: cover;
}

.menu-right {
    width: 70%;
    float: left;
    background-color: #FFFFFF;
    padding: 10px 20px 20px 35px;
    box-sizing: border-box;
}

.menu-right ul {
    list-style: none;
    padding: 0;
}

.menu-right ul li {
    margin: 0 0 5px 0;
}

.menu-right ul li a {
    text-decoration: none;
    color: #8A8A8A;
    font-size: 13px;
    padding: 14px 0;
    box-sizing: border-box;
    display: block;
    width: 85%;
    border-bottom: 1px solid #D3D3D3;
    line-height: 14px;
}

.menu-right ul li a:hover {
    color: #000000;
    border-color: #F71821;
}

.menu-right ul li a>i {
    float: right;
}
.dropdown {
    display: inline-block;
    z-index: 99;
    padding: 30.5px 0;
    position: inherit !important;
}

.dropdown a {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.dropdown-icon::before {
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.career-section {
    padding: 75px 20px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-section .container {
    max-width: 700px;
    margin: 0 auto;
    background-color:#F9F9F9;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.career-section h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
    font-family: 'Cabin';
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea,
.form-group input[type="file"] {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #ddd;
    font-size: 16px;
    box-sizing: border-box;
    font-family: "Montserrat";
}

.form-group textarea {
    min-height: 100px;
    resize: vertical;
}

.submit-button {
    margin-top: 40px;
    width: 200px;
    background-color: #F71821;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
    border-radius: 0px;
    text-align: center;
    margin: 0 auto;
}

.submit-button:hover {
    background-color: #076BA9;
    transform: scale(1.02);
}
.form-group {
    display: flex;
    flex-direction: column;
}

.form-group input,
.form-group textarea,
.form-group select {
    margin-top: 4px;
    margin-bottom: 10px;
    padding: 15px 20px!important;
}
.mobile-main-menu{
    display: none;
}
/* Header END */


/* Footer */
.footer_top{
	background-color: #F7F7F7;
	height: 400px;
    margin-top: -2px;
}
.footer_top_content{
	padding-top: 75px;
	display: flex;
}
.footer_bottom{
	background-color: #FFFFFF;
	text-align: center;
	height: 60px;
	border-bottom: 3px solid #F71821;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_bottom_content>p{
	color: #9C9C9C;
	font-size: 13px;
}
.footer_top_section1{
	width: 20%;
}
.footer_top_s1_top>img{
	height: 100px;
}
.footer_top_s1_mid{
	margin-top: 40px;
}
.footer_top_s1_mid>p{
	color: #BBBBBB;
	line-height: 23px;
	font-size: 13px;
    font-weight: 500;
}
.footer_top_s1_bot{
	margin-top: 20px;
}
.footer_socil_media>a{
	margin-right: 15px;
}
.footer_socil_media>a>img{
	height: 24px;
}
.footer_top_section2{
	width: 15%;
	margin-top: 20px;
	margin-left: 100px;
}
.footer_top_section2>h4{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.footer_top_section2>ul>li{
	margin-bottom: 10px;
    font-size: 13px;
}
.footer_top_section2>ul>li>a{
	color: #636363;
}
.footer_top_section3{
	width: 15%;
	margin-top: 20px;
	margin-left: 40px;
}
.footer_top_section3>h4{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.footer_top_section3>ul>li{
	margin-bottom: 10px;
    font-size: 13px;
}
.footer_top_section3>ul>li>a{
	color: #636363;
}
.footer_top_section4>img{
    position: absolute;
    margin-top: 10px;
    height: 36%;
    right: 100px;
}
.footer{
	border-top: 1px solid #E5E5E5;
}
.footer_ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* Footer END */


/* Contact Us */

.contact-form {
    background: transparent;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}
.contact-form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}
.form-group {
	margin-bottom: 15px;
    display: flex;
    width: 600px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
	background-color: #f9f9f9;
}
.contact_button {
	margin-top: 40px;
    padding: 20px 100px;
    background-color: #F71821;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 500;
}
.contact_form_div{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.c_info{
    background-color: #FFFFFF;
    width: 20%;
    padding: 25px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	height: 100px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.c_info>h1{
	font-size: 20px;
    font-weight: 600;
}
.c_info>p{
	margin-top: 10px;
	font-size: 13px;
	width: 200px;
	line-height: 20px;
}
.contact_info{
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 100px;
}
.contact_form{
    margin-top: 100px;
}
/* Contact Us END */


/* Breadcrumbs */
.breadcrumbs{
    margin: 93px 0 0 0;
}
.breadcrums_banners{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.bradcrumbs_top{
	background-color: #F71821;
}
.breadcrumbs_nav{
    display: flex;
    gap: 20px;
    height: 60px;
    align-items: center;
}
.breadcrumbs_nav>li>a{
	color: #FFFFFF68;
}
.active_li>a{
	color: #FFFFFF !important;
}
.breadcrumbs_banner{
	width: 100%;
}
.breadcrumbs_hakkimizda {
    background-color: #F71821;
    padding: 20px 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    margin-top: 40px;
}
/* Breadcrumbs END */


/* Home */
.slider {
    position: relative;
    width: 100%;
    margin: 93px 0 0 0;
    overflow: hidden;
}
.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slide {
    min-width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
}
.prev {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	background-color: transparent;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    left: 10px;
	margin-left: 150px;
}
.watermark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 1;
}

.slider_text {
    position: relative;
    z-index: 2;
}
.next {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	background-color: transparent;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    right: 10px;
	margin-right: 150px;
}
.slider_text {
    color: white;
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 200px;
}
.slider_text>h4{
    font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 20px;
}
.slider_text>p{
	font-size: 13px;
    width: 400px;
    font-weight: 400;
    line-height: 17px;
}
.discover_button{
    display: flex;
    justify-content: center;
    margin-top: -25px;
}
.discover_button_div{
    background-color: #F71821;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    gap: 20px;
    z-index: 2;
}
.home_section1_top{
	margin-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mini_logo{
	height: 25px;
	width: 37px;
}
.home_section1_top>p{
	margin-left: 10px;
	font-size: 25px;
}
.home_section1_hakkimizda{
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home_hakkimizda_img{
	width: 350px;
}
.home_hakkimizda_right{
	width: 400px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.home_hakkimizda_right>h3{
	font-size: 25px;
	margin-bottom: 30px;
}
.home_hakkimizda_right>p{
	color: #BBBBBB;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 30px;
}
.home_hakkimizda_left{
	width: 500px;
}
.home_next_button{
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F71821;
    padding: 15px;
    color: #FFFFFF;
    width: 125px;
}
.sirket_foto_img{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
}
.sirket_bilgiler>h6{
	margin-top: 20px;
	font-size: 22px;
	font-weight: 600;
}
.sirket_bilgiler>p{
	color: #606060;
    font-size: 12px;
    width: 300px;
    line-height: 20px;
    margin-top: 20px;
}
.sirket_yonlendirme>a{
	display: flex;
    background-color: #F71821;
    width: 140px;
    height: 40px;
    align-items: center;
    justify-content: space-around;
    color: #FFFFFF;
    margin-top: 20px;
}
.kcr_sirket{
	width: 30%;
}
.kcr_sirketler{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.home_blog{
	width: 20%;
}
.home_blog_image{
	width: 100%;
}
.home_blog_details{
	margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}
.home_blog_details>a>h4{
	font-size: 20px;
	color: #000000;
}
.home_blog_details>a>p{
	margin-top: 20px;
	line-height: 18px;
	color: #606060;
	font-size: 12px;
}
.home_blog_date>a>p{
	margin-top: 20px;
	color: #606060;
	font-size: 12px;
}
.home_blogs{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.home_bottom_banner_img{
	width: 100%;
	margin-top: 100px;
}
.home_bottom_banner>h1{
    background-color: #F71821;
    padding: 20px;
    font-size: 30px;
    color: #FFFFFF;
    width: 310px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-top: -350px;
    left: 41%;
    font-weight: bold;
}
.home_bottom_banner>h2{
    background-color: #F71821;
    padding: 20px;
    font-size: 30px;
    color: #FFFFFF;
    width: 180px;
    height: 20px;
    display: flex;
    justify-content: center;
    position: absolute;
    margin-top: -290px;
    left: 45%;
    align-items: center;
    font-weight: bold;
}
.home_hakkimizda_left>p{
    background-color: #F71821;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 130px;
    position: absolute;
    margin-top: -26px;
}
.project{
    width: 30%;
}
.project_img{
    width: 100%;
}
.project>a>p{
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}
.discover_button_project{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.details_arrow{
    background-color: #F71821;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #FFFFFF;
    height: 40px;
    width: 140px;
}
.projects_area{
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
}

/* Home END */

/* Mobile Responsive */
@media only screen and (max-width: 768px) {
    .container{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .header_nav{
        display: none;
    }
    .header_top_container{
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .header_language{
        display: none;
    }
    .header_search_box{
        display: flex;
        justify-content: center;
    }
    .header_search_box form{
        display: flex;
        justify-content: center;
    }
    .header_search_box input{
        width: 50px;
        border-radius: 20px;
    }
    .header_search_box input::placeholder{
        color: #969696;
    }
    .header_search_box img{
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: .7;
    }
    .header_language{
        order: 2;
    }
    .header_social_media{
        order: 3;
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .header_bottom{
        border-bottom: none;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
    .header_menu{
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        height: inherit;
    }
    .header_menu ul{
        flex-direction: column;
        gap: 10px;
    }
    .header_menu ul li{
        width: 100%;
    }
    .header_menu ul li a{
        padding: 0;
        width: 100%;
        display: block;
    }
    .header_menu ul li a img{
        height: 90px;
    }
    .header_logo{
        order: 0;
        margin: 20px 0;
    }
    .hamburger-menu{
        display: flex;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 5px;
        padding: 15px;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .header_menu>ul li{
        display: none;
    }
    .header_menu>ul li:nth-child(4){
        display: block;
    }
    .header_bottom .container{
        height: 80px;
    }
    .breadcrumbs{
        margin: 64px 0 0 0;
    }
    .breadcrumbs_nav{
        font-size: 13px;
        justify-content: center;
        padding: 20px 0 0 0;
    }
    .breadcrumbs_hakkimizda{
        font-size: 23px;
    }
    .breadcrumbs_banner{
        height: 130px;
        object-fit: cover;
    }
    .hamburger-menu span{
        width: 25px;
        height: 2px;
        background-color: #F71821;
    }
    .footer_top_content{
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        padding-top: 30px;
    }
    .footer_top_section1,
    .footer_top_section2,
    .footer_top_section3{
        width: 100%;
        margin: 0;
    }
    .footer_top_section2 ul,
    .footer_top_section3 ul{
        padding: 0;
    }
    .footer_top_section2 ul,
    .footer_top_section3 ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer_socil_media{
        justify-content: center;
        margin-top: 20px;
    }
    .footer_top_section4 img{
        width: 50%;
    }
    .footer_top{
        height: inherit;
        padding: 50px 20px;
    }
    .header_menu.open{
        display: flex;
    }
    .header_top .container{
        display: flex;
    }
    .home_section1_hakkimizda{
        margin: 75px 0 0 0;
        flex-direction: column;
        gap: 30px;
    }
    .slider-container{
        width: 100%;
    }
    .slider-wrapper{
        width: 100%;
    }
    .home_hakkimizda_right>h3{
        font-size: 20px;
    }
    .home_hakkimizda_right>p{
        font-size: 12px;
    }
    .home_section1_top>p{
        font-size: 20px;
    }
    .mini_logo{
        height: 20;
    }
    .home_blogs{
        flex-wrap: wrap;
        gap: 20px;
    }
    .home_blog {
        width: 47%;
    }
    .footer_top_section2{
        display: none;
    }
    .footer_top_section3{
        display: none;
    }
    .home_bottom_banner{
        display: none;
    }
    .kcr_sirketler{
        flex-direction: column;
        gap: 50px;
    }
    .kcr_sirket{
        width: 100%;
    }
    .sirket_foto_img{
        width: 100%;
        box-sizing: border-box;
    }
    .home_hakkimizda_left{
        width: 100%;
        box-sizing: border-box;
    }
    .home_hakkimizda_img{
        width: 100%;
        box-sizing: border-box;
    }
    .slide{
        height: 400px;
    }
    .slider{
        margin: 64px 0 0 0;
    }
    .slider_text{
        top: 20px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 35px 30px;
        margin: 0;
    }
    .prev{
        bottom: 50px;
        left: -30px;
        top: inherit;
    }
    .prev img{
        height: 20px;
    }
    .next{
        bottom: 50px;
        right: -30px;
        top: inherit;
    }
    .next img{
        height: 20px;
    }
    .slider_text>h4{
        font-size: 32px;
        line-height: 1.5;
    }
    .home_section1_top{
        margin: 75px 0 0 0;
    }
    .form-group{
        width: 100%;
    }
    .contact_info{
        flex-direction: column;
        gap: 20px;
    }
    .c_info{
        width: 100%;
        box-sizing: border-box;
        padding: 30px 20px;
    }
    .company_details, .company_details_2, .company_details_3{
        flex-direction: column;
    }
    .company_section{
        flex-direction: column;
        gap: 30px;
        padding: 30px 0 0 0;
    }
    .breadcrumbs_company_info_image{
        width: 150px;
    }
    .company_kimya_img{
        width: 100%;
    }
    .arka_plan_img{
        margin-top: -75px;
    }
    .mobile-main-menu{
        background: #FFFFFF;
        padding: 30px 20px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    }
    .mobile-main-menu > ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .mobile-main-menu > ul > li > a{
        color: #000000;
    }
    .open{
        display: block;
    }
}
/* Mobile Responsive */