@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* Flex Options */
* {
    box-sizing: border-box;
}

/*COLOR*/
:root {
    --base-color: #13172E;
    --text-primary-color: #FFFFFF;
    --text-secondary-color: #000000;
    --title-color: #0694DD;
}

/*COLOR*/
/* FONTS */
/* FONTS */
body {
    font-family: "Inter";
    font-size: 15px;
    line-height: 1.5;
    overflow-x: hidden;
    background-color: var(--base-color);

}

.container-975 {
    width: 100%;
    max-width: 1015px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1200 {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1370 {
    width: 100%;
    max-width: 1410px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1365 {
    width: 100%;
    max-width: 1405px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1315 {
    width: 100%;
    max-width: 1355px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1290 {
    width: 100%;
    max-width: 1330px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1920 {
    width: 100%;
    max-width: 1960px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1400 {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1464 {
    width: 100%;
    max-width: 1504px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1270 {
    width: 100%;
    max-width: 1310px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1250 {
    width: 100%;
    max-width: 1290px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1230 {
    width: 100%;
    max-width: 1270px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-860 {
    width: 100%;
    max-width: 900px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-820 {
    width: 100%;
    max-width: 860px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-730 {
    width: 100%;
    max-width: 770px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-505 {
    width: 100%;
    max-width: 545px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-630 {
    width: 100%;
    max-width: 670px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-615 {
    width: 100%;
    max-width: 655px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1100 {
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1008 {
    width: 100%;
    max-width: 1048px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1140 {
    width: 100%;
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1170 {
    width: 100%;
    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1660 {
    width: 100%;
    max-width: 1700px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1640 {
    width: 100%;
    max-width: 1680px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1620 {
    width: 100%;
    max-width: 1660px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1600 {
    width: 100%;
    max-width: 1640px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1570 {
    width: 100%;
    max-width: 1610px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1650 {
    width: 100%;
    max-width: 1690px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-1700 {
    width: 100%;
    max-width: 1740px;
    padding: 0 20px;
    margin: 0 auto;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number] {
    display: block;
    width: 100%;
    height: max-content;
    padding: 16px 25px;
    outline: none;
}

select:hover, select:focus,
textarea:hover,
textarea:focus,
input[type=text]:hover,
input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=number]:hover,
input[type=number]:focus {
    /*border: 2px solid #2b2d46;*/
}

select::placeholder,
textarea::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BDBA54;
    opacity: 1; /* Firefox */
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BDBA54;
}

select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder { /* Microsoft Edge */
    color: #BDBA54;
}

label {
    font-size: 14px;
    font-weight: 300;
}

input[type=checkbox] {
    background-color: #7B7B7B;
    border-color: #7B7B7B;
    border-radius: 0 !important;
    cursor: pointer;
}

input[type=checkbox]:checked {
    background-color: #7B7B7B;
    border-color: #7B7B7B;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230E2F53' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
    background-position: center;
    background-size: 150%;
}

textarea {
    height: 77px;
    resize: none;
}

.slicer-120 {
    width: 100%;
    height: 120px;
}

@media all and (max-width: 1600px) {
    .slicer-120 {
        height: 100px;
    }
}

@media all and (max-width: 1400px) {
    .slicer-120 {
        height: 80px;
    }
}

@media all and (max-width: 1200px) {
    .slicer-120 {
        height: 70px;
    }
}

@media all and (max-width: 992px) {
    .slicer-120 {
        height: 60px;
    }
}

@media all and (max-width: 768px) {
    .slicer-120 {
        height: 50px;
    }
}

@media all and (max-width: 575px) {
    .slicer-120 {
        height: 40px;
    }
}

.slicer-140 {
    width: 100%;
    height: 140px;
}

@media all and (max-width: 1600px) {
    .slicer-140 {
        height: 120px;
    }
}

@media all and (max-width: 1400px) {
    .slicer-140 {
        height: 100px;
    }
}

@media all and (max-width: 1200px) {
    .slicer-140 {
        height: 80px;
    }
}

@media all and (max-width: 992px) {
    .slicer-140 {
        height: 60px;
    }
}

@media all and (max-width: 768px) {
    .slicer-140 {
        height: 45px;
    }
}

@media all and (max-width: 575px) {
    .slicer-140 {
        height: 30px;
    }
}

.slicer-150 {
    width: 100%;
    height: 150px;
}

@media all and (max-width: 1600px) {
    .slicer-150 {
        height: 125px;
    }
}

@media all and (max-width: 1400px) {
    .slicer-150 {
        height: 100px;
    }
}

@media all and (max-width: 1200px) {
    .slicer-150 {
        height: 80px;
    }
}

@media all and (max-width: 992px) {
    .slicer-150 {
        height: 60px;
    }
}

@media all and (max-width: 768px) {
    .slicer-150 {
        height: 45px;
    }
}

@media all and (max-width: 575px) {
    .slicer-150 {
        height: 30px;
    }
}

.slicer-100 {
    width: 100%;
    height: 100px;
}

@media all and (max-width: 1400px) {
    .slicer-100 {
        height: 80px;
    }
}

@media all and (max-width: 1200px) {
    .slicer-100 {
        height: 70px;
    }
}

@media all and (max-width: 992px) {
    .slicer-100 {
        height: 55px;
    }
}

@media all and (max-width: 768px) {
    .slicer-100 {
        height: 30px;
    }
}

.slicer-80 {
    width: 100%;
    height: 80px;
}

@media all and (max-width: 1400px) {
    .slicer-80 {
        height: 70px;
    }
}

@media all and (max-width: 1200px) {
    .slicer-80 {
        height: 60px;
    }
}

@media all and (max-width: 992px) {
    .slicer-80 {
        height: 45px;
    }
}

@media all and (max-width: 768px) {
    .slicer-80 {
        height: 30px;
    }
}

.slicer-75 {
    width: 100%;
    height: 75px;
}

@media all and (max-width: 1400px) {
    .slicer-75 {
        height: 60px;
    }
}

@media all and (max-width: 1200px) {
    .slicer-75 {
        height: 50px;
    }
}

@media all and (max-width: 992px) {
    .slicer-75 {
        height: 40px;
    }
}

@media all and (max-width: 768px) {
    .slicer-75 {
        height: 30px;
    }
}

.slicer-65 {
    width: 100%;
    height: 65px;
}

@media all and (max-width: 1400px) {
    .slicer-65 {
        height: 55px;
    }
}

@media all and (max-width: 1200px) {
    .slicer-65 {
        height: 50px;
    }
}

@media all and (max-width: 992px) {
    .slicer-65 {
        height: 40px;
    }
}

@media all and (max-width: 768px) {
    .slicer-65 {
        height: 30px;
    }
}

.slicer-55 {
    width: 100%;
    height: 55px;
}

@media all and (max-width: 1200px) {
    .slicer-55 {
        height: 50px;
    }
}

@media all and (max-width: 992px) {
    .slicer-55 {
        height: 40px;
    }
}

@media all and (max-width: 768px) {
    .slicer-55 {
        height: 30px;
    }
}

.slicer-50 {
    width: 100%;
    height: 50px;
}

@media all and (max-width: 1400px) {
    .slicer-50 {
        height: 45px;
    }
}

@media all and (max-width: 1200px) {
    .slicer-50 {
        height: 40px;
    }
}

@media all and (max-width: 992px) {
    .slicer-50 {
        height: 35px;
    }
}

@media all and (max-width: 768px) {
    .slicer-50 {
        height: 30px;
    }
}

p {
    font-weight: 300;
}

a {
    text-decoration: none;
}

.target-menu {
    opacity: 1;
    transition: opacity 0.3s;
}

.target-menu.not-active {
    opacity: 0.6;
}

.target-menu.active {
    font-weight: 700 !important;
    opacity: 1;
}

/* Content Start */


/* Content Start */
/* PROJX LOGO */
.copyright {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 30px 30px 30px 30px ;
}

.projx-logos {
    width: 100px;
    height: 29px;
    position: relative;
    text-align: center;
    margin: auto;
    display: inline-block; /* left: calc(50% - 50px); */
}

.projx-logos * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.projx-logos > .projx-logos-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.projx-logos-card {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-perspective: 100px;
    -moz-perspective: 100px;
    -o-perspective: 100px;
    perspective: 100px;
}

.projx-logos-card figure {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.projx-logos-card figure > div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.projx-logos-card .back > div {
    font-size: 12px;
    padding-top: 5px;
}

.projx-logos .projx-logos-card .back,
.projx-logos:hover .projx-logos-card .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.projx-logos:hover .projx-logos-card .front img {
    height: 29px;
    width: 32px;
}

.projx-logos:hover .projx-logos-card .back {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.tooltip-projx-logos {
    display: block;
    position: relative;
    z-index: 999;
}

.tooltip-projx-logos:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.projx-logos:hover .tooltip-projx-logos::after {
    pointer-events: auto;
}

.tooltip-projx-logos-content {
    position: absolute;
    z-index: 9999;
    width: 140px;
    left: 50%;
    bottom: 100%;
    font-size: 13px;
    line-height: 1.2;
    margin: 0 0 10px -70px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background: transparent;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s 0.3s;
    transition: opacity 0.3s 0.3s;
}

.projx-logos:hover .tooltip-projx-logos-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.tooltip-projx-logos-content span {
    display: block;
}

.tooltip-projx-logos-text {
    border-bottom: 2px solid #fffaf0;
    overflow: hidden;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}

.projx-logos:hover .tooltip-projx-logos-content .tooltip-projx-logos-text {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.tooltip-projx-logos-text-inner {
    background: rgba(0, 0, 0, 0.7);
    padding: 7px 10px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.projx-logos:hover .tooltip-projx-logos-content .tooltip-projx-logos-text-inner {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tooltip-projx-logos-content:after {
    content: "";
    bottom: -14px;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #fffaf0;
    border-width: 7px;
    margin-left: -7px;
}

/* PROJX LOGO */


/* trichem site*/
.trichem-body h2{
    font-size: 55px;
}
@media all and (max-width: 1199px){
    .trichem-body h2{
        font-size: 40px;
    }
}
@media all and (max-width: 991px){
    .trichem-body h2{
        font-size: 35px;
    }
}
@media all and (max-width: 767px){
    .trichem-body h2{
        font-size: 30px;
    }
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding-left: 160px;
    padding-right: 160px;
    background-color: transparent; /* İlk başta şeffaf olabilir */
    transition: all 0.3s ease-in-out;
}

#home-banner .splide__track{
    font-size: 0;
}

#home-banner .splide__slide{
    position: relative;
}
#home-banner .splide__slide::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #13172E, transparent);
}

#header.sticky {
    position: fixed;
    background-color: #13172E; /* Sticky olduktan sonra bg ver */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#navbarNav .navbar-nav {
    gap: 45px;
}
/* language */
.language-item{
    position: absolute;
    right: -50px;
}
.language-item .nav-link{
    color: #fff !important;
}
/* language */

#navbarNav .navbar-nav li a {
    font-size: 14px;
    color: var(--text-primary-color);
    transition: 0.3s ease-in-out;
    position: relative;
}
#navbarNav .navbar-nav li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: white;
    transition: 0.3s ease-in-out;
}
#navbarNav .navbar-nav li a:hover::before{
    width: 100%;
}
.navbar .navbar-toggler{
    z-index: 3;
}
.navbar .icon i{
    color: var(--text-primary-color)!important;
}
.navbar-brand img{
    max-width: 160px;
}
@media all and (max-width: 1499px) {
    header {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}

@media screen and (max-width: 1399px) {
    #navbarNav .navbar-nav {
        gap: 25px;
    }
}

@media screen and (max-width: 1299px) {
    #navbarNav .navbar-nav {
        gap: 15px;
    }
}
@media all and (max-width: 490px) {
    header {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}
/* Hamburger Menu Styles */
.hamburger-area {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    padding: 15px;
    flex-direction: row;
}
.hamburger-area a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.hamburger-area a:last-child {
    border-bottom: none;
}

/* When menu is active */
.hamburger-area.active {
    display: flex;
}
/*banner*/
#homepage-banner {
    position: relative;
    top: 0;
    z-index: 1;
}

#homepage-banner .splide__slide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.6) 20%, transparent 70%);
    pointer-events: none; /* Etkileşimi engellemez */
    z-index: 1;
}
#sector-sliders .splide__slide img{
    aspect-ratio: 1;
    object-fit: cover;
}
#homepage-banner .splide__slide img{
    object-fit: cover!important;
    max-height: 900px!important;
    width: 100%;
    height: 100vh;
}
#homepage-banner .banner-content{
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 160px 160px 100px 160px;
    width: 100%;

}
#homepage-banner .banner-content .row{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#homepage-banner h1, #homepage-banner p {
    color: var(--text-primary-color);

}
#homepage-banner .banner-content .desc-banner{
text-align: start;
}
#homepage-banner h1 {
    font-size: 50px;
}

#homepage-banner p {
    font-size: 18px;

    max-width: 700px;
    line-height: 20px;
}
#homepage-banner .splide__slide video {
    width: 100%;
    height: 100vh;
    max-height: 900px!important;
    object-fit: cover;
}
@media all and (max-width: 1499px) {
    #homepage-banner .banner-content{
        display: flex;
    }
    #homepage-banner h1 {
        font-size: 50px;
    }
    #homepage-banner p {
    }
}
@media all and (max-width: 1199px) {
    #homepage-banner .banner-content{
        display: flex;
    }
    #homepage-banner h1 {

        font-size: 45px;
    }
    #homepage-banner p {
    }
}
@media all and (max-width: 991px) {

    #homepage-banner .banner-content{
        padding: 80px;
    }
    #homepage-banner .banner-content h1{
        font-size: 40px;
    }
}
@media all and (max-width: 767px) {

    #homepage-banner .banner-content{
        padding: 60px;
    }
    #homepage-banner .banner-content h1{
        font-size: 35px;
    }
}
/*banner*/

/*about-us*/
#about-us {
    padding: 95px 160px 120px 160px;
    background-color: var(--base-color);
}

#about-us .about-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px 0 80px;
}

@media all and (max-width: 1499px) {
    #about-us {
        padding: 95px 160px 120px 160px;
        background-color: var(--base-color);
    }

    #about-us .about-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 80px;
    }
}

@media all and (max-width: 1200px) {
    #about-us {
        padding: 95px 80px 120px 80px;
        background-color: var(--base-color);
    }

}

@media all and (max-width: 991px) {
    #about-us {
        padding: 95px 80px 80px 80px;
        background-color: var(--base-color);
    }

    #about-us .row {
        gap: 20px;
    }

    #about-us .about-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px 0 20px;
    }

}

#about-us .about-text h2 {
    color: var(--title-color);
    margin-bottom: 0 !important;
}

#about-us .about-text h4 {
    color: var(--text-primary-color);
    font-size: 18px;
    margin-bottom: 40px;
}

#about-us .about-text p {
    color: var(--text-primary-color);
    font-size: 15px;
    margin-bottom: 20px;
}
@media all and (max-width: 991px){
    #about-us p, #about-us h4{
        text-align: center;
    }
}
@media all and (max-width: 490px) {
    #about-us {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}
/*about-us*/

/*why-choose*/

/*why-trichem*/
#why-trichem{
    background-color: var(--text-primary-color);
    padding: 100px 0;
}
#why-trichem h2{
    color: var(--title-color);
}
#why-trichem .text-center.mb-5 p{
    font-size: 18px;
}
#why-trichem .row {
    /*align-items: center;*/
}

#why-trichem .d-flex {
    margin-bottom: 40px;
    align-items: flex-start;
}

#why-trichem svg {
    width: 40px;
    min-width: 40px;
    height: 35px;
    margin-left: 20px;
    margin-right: 20px;
    flex-shrink: 0;
}

#why-trichem .col-md-5:last-child svg {
    margin-left: 0;
    margin-right: 20px;
}

#why-trichem .texts {
    flex: 1;
}

#why-trichem h6 {
    color: #13172e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

#why-trichem .text-muted {
    color: #555555 !important;
    font-size: 15px;
    line-height: 1.6;
}

#why-trichem img {
    /*max-height: 550px;
    object-fit: contain;
    padding: 0 30px;*/
}
@media (min-width: 1921px) {
#why-trichem .text-center{
    margin: 55px;
}
}
@media (min-width: 992px) and (max-width: 1650px) {
    #why-trichem {
      /*display: flex;*/
    }
    #why-trichem .row {
      /*padding: 0 80px;*/
    }
    
    /* Hizalama düzeltmeleri */
    #why-trichem .d-flex {
      align-items: flex-start;
    }
    #why-trichem .texts {
      flex: 1;
      margin-left: 15px;
    }
    #why-trichem h6.fw-bold {
      min-height: 40px;
      display: flex;
      align-items: center;
    }
    #why-trichem svg {
      min-width: 41px;
      height: 35px;
      margin-top: 5px;
    }
  }
/* Responsive Adjustments */
@media (max-width: 1200px) {
    #why-trichem .row {
        /*padding: 0 80px;*/
    }
}

@media (max-width: 992px) {
    #why-trichem .row {
        /*padding: 0 40px;*/
    }

    #why-trichem img {
        /*max-height: 400px;*/
        /*margin: 40px 0;*/
    }
}

@media (max-width: 768px) {
    #why-trichem {
        padding: 60px 0;
    }

    #why-trichem .row {
        /*padding: 0 20px;*/
    }

    #why-trichem .d-flex {
        margin-bottom: 30px;
    }

    #why-trichem svg {
        width: 35px;
        height: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }

    #why-trichem .col-md-5:last-child svg {
        margin-right: 15px;
    }

    #why-trichem h6 {
        font-size: 16px;
    }

    #why-trichem .text-muted {
        font-size: 14px;
    }
}
@media all and (max-width: 490px) {
    #why-trichem {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    #why-trichem .row{
        padding: 0;
    }
    #why-trichem img{
        margin: 0!important;
    }
}
/* CSS eklemeleri */
.barrel-image {
    /*transform: scale(1.5); !* Görseli %20 büyütür *!
    transform-origin: center;
    transition: transform 0.3s ease;*/
}

@media (max-width: 992px) {
    .barrel-image {
        /*transform: scale(0.7); !* Mobilde normal boyut *!

        max-height: 400px;*/
    }
}
@media (max-width: 768px) {
    .barrel-image {
        /*transform: scale(1);
        height: 200px;*/
    }
}

/* Orijinal CSS'nize şu eklemeleri yapın */
#why-trichem .row {
    position: relative;
}

.col-md-5 {
    position: relative;
    z-index: 2; /* Metinlerin barrel'ın üstünde kalmasını sağlar */
}
/*why-trichem*/
/*#why-choose {*/
/*    padding: 80px 160px 110px 160px;*/
/*    background-color: var(--title-color);*/
/*    color: var(--text-primary-color);*/
/*}*/

/*#why-choose .row {*/
/*    margin-top: 70px;*/
/*}*/

/*#why-choose h2 {*/
/*    font-size: 55px;*/
/*}*/

/*#why-choose p {*/
/*    font-size: 18px;*/
/*    line-height: 18px;*/

/*}*/

/*#why-choose .col-12.col-md-6.col-xl-3 {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: center;*/

/*}*/

/*#why-choose .col-12.col-md-6.col-xl-3 .icon {*/
/*    margin-bottom: 30px;*/
/*}*/

/*#why-choose .col-12.col-md-6.col-xl-3 .title {*/
/*    margin-bottom: 20px;*/
/*    font-weight: 600;*/
/*}*/

/*#why-choose .col-12.col-md-6.col-xl-3 p {*/
/*    font-size: 15px;*/
/*    line-height: 18px;*/
/*    padding: 0px 10px 0px 10px;*/

/*}*/

/*@media all and (max-width: 991px) {*/
/*    #why-choose {*/
/*        padding: 80px 80px 80px 80px;*/
/*    }*/

/*    #why-choose .col-12.col-md-6.col-xl-3 {*/
/*        padding: 10px;*/
/*    }*/
/*}*/


/*sectors*/
#sectors {
    background-color: #E3E3E3;
    padding: 130px 160px 100px 160px;
    text-align: center;
}
#sectors h2 {
    color: var(--title-color);
}
#sectors p {
    max-width: 800px;
    font-size: 18px;
    color: var(--text-secondary-color);
    margin-bottom: 55px;
}

/* Sectors grid layout */
.sectors-area {
    display: flex;
    flex-wrap: wrap;
    margin: -10px; /* Compensate for column padding */
}

.sectors-area .col-12 {
    padding: 10px; /* Add spacing between items */
    position: relative;
    display: flex;
    flex-direction: column;
}

.sectors-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Tag styling */
#sectors .tag {
    position: absolute;
    bottom: 0;
    left: 10%;
    /* right: 10px; */
    background: rgba(6, 148, 221, 0.75);
    color: white;
    padding: 15px;
    font-size: 15px;
    text-align: center;
    z-index: 2;
    margin-bottom: 10px;
    width: 80%;
}

/* Responsive adjustments */
@media all and (max-width: 1199px) {
    #sectors {
        padding: 130px 80px 170px 80px;
    }
    #sectors p {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #sectors {
        padding: 80px 20px;
    }

    .sectors-area .col-12 {
        margin-top: 15px;
    }

    #sectors .tag {
        /*left: 5px;*/
        /*right: 5px;*/
        font-size: 14px;
        padding: 8px;
    }
}


.sectors-area .col-12 img {
    transition: transform 0.3s ease;
}

.sectors-area .col-12:hover img {
    transform: scale(1.05);
}

    #sectors .splide__pagination{
        top: 100%;
        height: 40px;
    }

/*sectors*/
/*products*/
#products {
    background-color: #003159;
    padding: 100px 0;
}

#products .desc-area {
    text-align: center;
    padding: 0px 0px 70px 0px;
}


#products h2 {
    color: var(--title-color);
}

#products p {
    color: var(--text-primary-color);
    font-size: 18px;
}
#products .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
#products .row .products-image{
    display: flex;
    justify-content: center;
    align-items: center;
}
#products .row li{
    display: flex;
    align-items: flex-start; /* ikon metinden biraz yukarıdaysa düzeltir */
    gap: 20px; /* ikonla metin arasında boşluk */
    padding-bottom: 20px; /* border ile metin arası boşluk */
    margin-bottom: 20px; /* li'ler arası boşluk */
    list-style: none; /* varsayılan dot'ları kaldır */
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
#products .product-list ul{
    list-style: none;
}
#products .product-list li{
    color: var(--text-primary-color);
}
#products .row li span img {
    width: 16px; /* ikon boyutu */
    height: 16px;
    margin-top: 4px; /* metinle hizalamak için opsiyonel */
}
@media all and (max-width: 991px){
    #products  img {
        object-fit: contain;
        height: 400px;

    }
}



/*#products .splide {*/
/*    position: relative;*/
/*    padding-bottom: 60px; !* Oklar için alan bırakıyoruz *!*/
/*}*/

/* Okların konumu ve stili */
/*#products .splide__arrows {*/
/*    position: absolute;*/
/*    bottom: -20px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    display: flex;*/
/*    gap: 38px;*/
/*    z-index: 1;*/
/*}*/


/*#products .splide__arrow {*/
/*    background: #B2B2B2;*/
/*    opacity: 0.6;*/
/*    color: white;*/
/*    border: none;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    border-radius: 50%;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*    position: relative; !* Remove any absolute positioning *!*/
/*    transform: none; !* Remove any transform *!*/
/*}*/


/*#products .splide__arrow:hover {*/
/*    background-color: #13172E !important;*/
/*    opacity: 1;*/
/*}*/

/*#products .splide__arrow.splide__arrow--next {*/
/*    left: auto;*/
/*}*/

/*#products .splide__arrow.splide__arrow--prev {*/
/*    right: auto;*/
/*}*/


/*#products .splide__arrow:hover {*/
/*    background: #0078b4;*/
/*}*/

/*#products .splide__arrow svg {*/
/*    fill: white;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/

/* Responsive ayarlar */
@media (max-width: 991px) {
    #products {
        padding: 0 0 120px 0;
    }

    #products .desc-area {
        padding: 80px 80px 20px 80px;
    }
}

@media (max-width: 768px) {
    #products .row {
        flex-direction: column;
    }

    #products .text-area {
        text-align: center;
        margin-bottom: 30px;
    }

    #products .splide__arrows {
        left: 50%;
        transform: translateX(-50%);
    }
}

/*products*/
/*our-services*/
#our-services {
    padding: 110px 160px 160px 160px;
    gap: 5px;
    background-color: var(--text-primary-color);
}

#our-services h2 {
    color: var(--title-color);
    text-align: center;
}

#our-services h5 {
    color: var(--title-color);
    font-size: 17px;
    margin-top: 30px;
}

#our-services p {
    color: var(--text-secondary-color);
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center;
}

#our-services .desc-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#our-services .service-desc {
    max-width: 1000px;
}

#our-services .row {
    justify-content: center;

}

#our-services .col-12 {
    text-align: center;
}

#our-services .col-12 p {
    font-size: 15px;
}

@media (max-width: 991px) {
    #our-services {
        padding: 80px 80px 40px 80px;
        gap: 5px;
    }
}

/*our-services*/

/*why-choose*/


/*footer*/
/* Border Örnekleri */
#footer {
    overflow: hidden;
    color: var(--text-primary-color);
    border-top: 1px solid rgba(255,255,255,0.3); /* Üst kısımda şeffaf beyaz border */
}
#footer img{
    text-align: center;
}
#footer a{
    color:var(--text-primary-color);
}
#footer a:hover{
    transition: 0.3s ease-in-out;
    text-decoration: underline;
    text-underline-offset: 5px; 
    text-decoration-thickness: 1.5px; 
}
#footer ul{
    list-style: none;
}
#footer ul a{
    color: var(--text-primary-color);
    font-size: 21px;
    transition: 0.3s ease-in-out;
}
#footer ul a:hover{
    transition: 0.3s ease-in-out;
    text-decoration: underline;
    text-underline-offset: 5px; 
    text-decoration-thickness: 1.5px; 
}
#footer h4{
    font-size: 21px;
}
#footer .footer-logo{
    display: flex;
    justify-content: center;
    align-items: center;
   
    padding: 40px 0 50px 0; 
}
.footer-logo img{
    max-width: 220px;
}
.footer-area{
    border-top: 1px solid rgba(255,255,255,0.3);
}
.footer-area .row.info-text-area {
    border-bottom:1px solid rgba(255,255,255,0.3);
    padding: 90px 0 90px 45px;
}
.footer-area .row.third-child .col-12.col-lg-4 {
    padding: 55px 0 55px 45px;
}
.footer-area .row.third-child .col-12.col-lg-8 {
    padding: 55px 0 55px 45px;
}
.footer-area .col-12.col-lg-4 {
    border-right: 1px solid rgba(255,255,255,0.3); /* Menü bölümü sağında border */
    padding-right: 30px;
    padding-left: 160px;
    padding-top: 160px;
}
.footer-area .social-area{
    border-right: 1px solid rgba(255,255,255,0.3); /* Menü bölümü sağında border */
}
.footer-area .last-info-contact{
    padding-right: 160px;
}
/* Sosyal medya ikonları için border */
.social-footer .icon {
    border-radius: 50%;
    padding: 8px;
    transition: all 0.3s;
    font-size: 35px;
    width: 60px;
    height: 60px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.social-footer .icon i {
    font-size: 25px;
    color: white;
}

.social-footer .icon:hover {
    text-decoration: none !important;
    border-color: rgba(255,255,255,0.7);
    background-color: rgba(255,255,255,0.1);
}
.social-footer .icon:hover i {
    text-decoration: none !important;
}

/* Buton border */
.btn-online-form {
    text-align: left;
    font-size: 20px;
    height: 65px;
    width: 280px;
    background-color: var(--title-color);
    color: var(--text-primary-color)
}

.btn-online-form:hover {
    color: var(--text-primary-color);
    border-color: rgba(255,255,255,0.7) !important;
    background-color: rgba(255,255,255,0.1);
}

/* Copyright bölümü */
.copyright {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 20px;
}
@media (max-width: 1399px) {
    .footer-area .last-info-contact{
        padding-right: 80px!important;
    }
}
@media (max-width: 1399px) {
    .social-footer .icon{
        padding: 2px!important;
    }
.social-footer .icon svg{
    height: 50px!important;
}
}



/* Responsive ayarlar */
@media (max-width: 991px) {
    .footer-area .col-12.col-lg-4 {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        padding: 40px 0 40px 0!important;
    }
    #footer {
        color: var(--text-primary-color);
        border-top: 1px solid rgba(255,255,255,0.3); /* Üst kısımda şeffaf beyaz border */
    }
    #footer img{
        text-align: center;
    }
    #footer ul{
        padding: 0;
    }
    #footer ul a{
        color: var(--text-primary-color);
        font-size: 21px;
    }
    #footer h4{
        font-size: 21px;
    }
    #footer .footer-logo{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 95px 0 75px 0;
    }
    .footer-area{
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    .footer-area .row.info-text-area {
        border-bottom:1px solid rgba(255,255,255,0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px 20px;
        flex-direction: column;
    }
    .footer-area .row.third-child .col-12.col-lg-4 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 20px 0 20px 0;
        padding: 0;
    }
    .footer-area .row.third-child .col-12.col-lg-8 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 20px 0 20px 0;
        padding: 0;
    }
    .footer-area .col-12.col-lg-4 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        text-align: center;
        border-right: 1px solid rgba(255,255,255,0.3); /* Menü bölümü sağında border */

    }
    .footer-area .row.third-child{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-area .last-info-contact{
        padding: 0;
        padding-right: 0!important;
    }

    /* Sosyal medya ikonları için border */
    .social-footer .icon {
        border-radius: 50%;
        padding: 0;
        transition: all 0.3s;
    }
}
@media (max-width: 1099px){
    .footer-area .col-12.col-lg-4{
        padding-left: 80px;
    }
    #footer ul a{
        color: var(--text-primary-color);
        font-size: 18px;
    }
}
/*footer*/
/* trichem site*/

/*# sourceMappingURL=style.css.map */



.hamburger-menu {
    padding: 0 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.hamburger-menu.active .hamburger-content {
    right: 0;
}
.hamburger-menu .hamburger-open {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    gap: 6px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100%;
    z-index: 5;
    width: 30px;
}
.hamburger-menu .hamburger-open:hover span:nth-child(2) {
    width: 100%;
}
.hamburger-menu .hamburger-open span {
    transition: all 250ms;
    width: 30px;
    height: 2px;
    background: #fff;
    opacity: 0.9;
}
.hamburger-menu .hamburger-open span:nth-child(2) {
    width: 15px;
    text-align: right;
}
.hamburger-menu .hamburger-open .change-span {
    position: absolute;
}
.hamburger-menu .hamburger-open .change-span:nth-child(1) {
    transform: rotate(45deg);
}
.hamburger-menu .hamburger-open .change-span:nth-child(3) {
    transform: rotate(-45deg);
}
.hamburger-menu .hamburger-open .change-span:nth-child(2) {
    display: none;
}
.hamburger-menu .hamburger-content {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    right: -100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 50px;
    transition: all 300ms;
    background-color: rgba(0, 36, 76, 0.72);
}
.hamburger-menu .hamburger-content .layout {
    width: 100%;
    height: 100vh;
}
.hamburger-menu .hamburger-content .content {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 70%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='731.008' height='621.348' viewBox='0 0 731.008 621.348'%3E%3Cg id='Group_81' data-name='Group 81' transform='translate(0 0)' opacity='0.067'%3E%3Cg id='Group_82' data-name='Group 82' transform='translate(0 0)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M210.382,141.97h0C208.15,137.529,128.253,0,128.253,0S49.246,137.278,47.516,140.534a91.4,91.4,0,1,0,162.866,1.436' transform='translate(236.905 0.001)' fill='%23fff'/%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='127.933' height='138.9' transform='translate(603.075 171.785)' fill='%23fff'/%3E%3Crect id='Rectangle_2' data-name='Rectangle 2' width='277.785' height='310.67' transform='translate(453.223 310.678)' fill='%23fff'/%3E%3Crect id='Rectangle_3' data-name='Rectangle 3' width='127.933' height='138.9' transform='translate(0 171.785)' fill='%23fff'/%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='277.785' height='310.67' transform='translate(0 310.678)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: bottom 20px right 30px;
    background-size: 70% auto;
    backdrop-filter: blur(30px) brightness(1.15);
    background-color: #0894DD;
    top: 0;
    right: 0;
    padding: 200px 50px 50px;
    height: 100%;
}
@media screen and (max-width: 992px) {
    .hamburger-menu .hamburger-content .content {
        padding: 100px 50px 50px;
    }
}

@media screen and (max-width: 524px) {
    .hamburger-menu .hamburger-content .content {
        width: 100%;
        height: 100%;
    }
}


.hamburger-menu .content .links{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hamburger-menu .content .links a{
    font-size: 30px;
    font-weight: 700;
    color: white;
    position: relative;
    width: max-content;
    max-width: 100%;
}
.hamburger-menu .content .links a:before{
    content: '';
    position: absolute;
    bottom: -3.5px;
    height: 2px;
    background: #fff;
    width: 100%;
    transition: all 300ms;
    opacity: 0;
    visibility: hidden;
}
.hamburger-menu .content .links a:hover::before{
    opacity: 1;
    visibility: visible;
}
@media all and (max-width: 1400px) {
    .hamburger-menu .content .links a{
        font-size: 26px;
    }
    .hamburger-menu .content .links{
        gap: 10px;
    }
}
@media all and (max-width: 992px) {
    .hamburger-menu .content .links a{
        font-size: 23px;
    }
}
@media all and (max-width: 992px) {
    .hamburger-menu .content .links a{
        font-size: 19px;
    }
}
@media all and (max-width: 768px) {
    .hamburger-menu .content .links a{
        font-size: 16px;
    }
    .hamburger-menu .content .links{
        gap: 3px;
    }
}
.address-text{
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: white;
    transition: all 300ms;
}
a.address-text:hover{
    color: #00244C;
}
.address-text strong{
    font-size: 21px;
    font-weight: 600;
}
.address-text span{
    font-size: 17px;
    font-weight: 300;
}

@media all and (max-width: 768px) {

    .address-text strong{
        font-size: 17px;
    }
    .address-text span{
        font-size: 15px;
    }
}

.form-content{
    max-width: 535px;
    margin: 0 auto;
    padding: 30px 0;
}
.form-content .form-control{
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #00244C;
    color: #717171;
    outline: 0;
    box-shadow: none;

}
.form-content h5{
    font-size: 48px;
    font-weight: bold;
    color: #0E306D;
}
.form-content button{
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: white;
    background: #0894DD;
    border-radius: 0;
}

@media all and (max-width: 1400px) {

    .form-content h5{
        font-size: 40px;
    }

}
@media all and (max-width: 992px) {

    .form-content h5{
        font-size: 35px;
    }

}
@media all and (max-width: 768px) {

    .form-content h5{
        font-size: 30px;
    }

}

.modal .btn-close{
    margin-left: auto;
    display: block;
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
    color: #00244C;
    opacity: 1;
}


.button-blue{
    font-size: 16px;
    font-weight: 500;
    background: #003159;
    padding: 20px 75px;
    color: #fff;
    border: 2px solid #003159;
    transition:  all 300ms;
}
.button-blue:hover{
    background: #fff;
    color: #003159;
}

.lets-talk{
    background: #E3E3E3;
    padding: 0 0 100px;
}
.lets-talk .lets-talk-content{
    background: #0694DD;
    padding: 100px 20px;
    text-align: center;
    color: #fff;
}

.slicer {
    height: 100px
}

@media all and (max-width: 1400px) {
    .slicer {
        height:80px
    }
}

@media all and (max-width: 991px) {
    .slicer {
        height:60px
    }
}

@media all and (max-width: 767px) {
    .slicer {
        height:40px
    }
}

.vertical-line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9
}


.contact-socials{
    background: #E3E3E3;
}

.social-items {
    width: 100%;
    color: white !important;
}

.social-items li {
    display: block;
    margin-bottom: 27px
}

.social-items li a {
    font-size: 30px;
    font-weight: 300;
    color: #000;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
    padding-bottom: 14px;
    gap: 20px
}

@media all and (max-width: 1400px) {
    .social-items li a {
        font-size:25px
    }
}

@media all and (max-width: 992px) {
    .social-items li a {
        font-size:20px;
        padding-bottom: 8px
    }
}

@media all and (max-width: 768px) {
    .social-items li a {
        font-size:18px
    }
}

.social-items li a i {
    font-size: 23px
}

@media all and (max-width: 1400px) {
    .social-items li a i {
        font-size:20px
    }
}

.social-items li a:hover {
    color: #13172e;
    border-color: #13172e;
}

.sector-item{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.sector-item .blue-box{
    background: #0694DD;
    color: white;
    padding: 25px 40px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: left;
    height: 100%;
    flex-grow: 1;
}

@media all and (max-width: 1600px) {

    .sector-item .blue-box{
        padding: 15px 20px;
        font-size: 15px;
    }
}
@media all and (max-width: 1200px) {

    .sector-item .blue-box{
        padding: 12px 15px;
    }
}
@media all and (max-width: 767px) {

    .sector-item .blue-box{
        text-align: center;
    }
}