@import url('../fonts/stylesheet.css');
@import url('bootstrap.css');
@import url('animate.css');
@import url('swiper.css');
@import url('fancybox.css');
@import url('hover.css');
/* DEFAULT SETTİINGS */

:root {
    --main_color: #353a3f;
    --second_color: #b38e34;
    --main-font: 'SFProDisplay';
    --white_filter: brightness(0) invert(1);
    --big_padding: calc((95vw - 1700px) / 2);
    --padding: calc((100vw - 1230px) / 2);
}

strong {
    font-weight: bold !important;
}

::-webkit-scrollbar {
    display: none;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.bg_grey {
    background-color: #f4f4f4;
}

.bg_blue {
    background-color: #353a3f;
}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--main-font);
    font-weight: normal;
    color: var(--main_color) !important;
    overflow-x: hidden;
}

.benzin-font {
    font-family: 'Benzin';
}

.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

#header .navbar-toggler {
    border: 1px solid #fff;
    padding: 5px;
    margin: 15px;
}

#header .navbar-toggler span {
    width: 20px;
    height: 2px;
    margin: 3px;
    display: block;
    background: #fff;
}

img {
    max-width: 100% !important;
}

*::selection {
    color: #fff;
    background: var(--main_color);
}

.text-main_color {
    color: var(--main_color);
}

.big_container {
    width: 95vw;
    margin: 0 auto;
}

*:focus {
    outline: none;
    box-shadow: none !important;
}

* {
    transition: ease all .25s;
}

*:hover {
    transition: ease all .25s;
}

a {
    text-decoration: none;
    color: var(--second_color);
}

a:hover {
    color: var(--main_color);
    cursor: pointer !important;
}

.text-white {
    color: #fff !important;
}

.swiper-slide {
    overflow: hidden;
}

input.parsley-success, select.parsley-success, textarea.parsley-success {
    border-color: #006400 !important;
}

input.parsley-error, select.parsley-error, textarea.parsley-error {
    border-color: #cc0000 !important;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

p.parsley-success {
    color: #468847 !important;
    background-color: #fff !important;
    border: 1px solid #89a663 !important;
}

p.parsley-error {
    color: #B94A48 !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

ul.parsley-errors-list {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    display: none;
}

ul.parsley-errors-list li {
    font-size: 10px;
    background: #d86786;
    padding: 5px 10px;
    border-radius: 4px;
}

#footer .copyright .icon {
    width: 38px;
    height: 21px;
}

#footer .copyright a:hover .icon {
    transform: skew(-15deg);
    transition: 500ms;
}

.btn {
    border-radius: 0;
    border: 1px solid var(--second_color);
    padding: 15px;
    color: var(--second_color);
    width: 250px;
    text-align: center;
    position: relative;
}

.btn:hover {
    background: var(--second_color);
    border-color: var(--second_color);
    color: #fff;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar .nav-item {
    padding: .5rem .5rem;
    margin: 0 .25rem;
}

.navbar .dropdown {
    position: static;
}

.navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 40px 20px;
}

.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block!important;
}

#slider .swiper-container {
    overflow: hidden;
}

#slider .text-wrapper .slide-title, #slider .text-wrapper .slide-text {
    transform: translateX(-1500%);
}

.mask:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 32, 49, 0.6);
    z-index: 9;
}

/* DEFAULT SETTİINGS END */

#header {
    position: fixed;
    width: 100%;
    z-index: 1050;
}

#header.fixed, #header.iletisim {
    background: var(--main_color);
    border-bottom: 3px solid var(--second_color);
    box-shadow: 0px 3px 10px 0px rgba(255, 215, 100, 0.5)
;
}

#header.fixed .navbar-brand img, #header.iletisim .navbar-brand img {
   
}

#header .navbar-nav>li {
    padding: 35px 25px;
    margin: 0;
}

#header .navbar-nav>li:last-of-type {
    padding-right: 0;
}

#header .navbar-nav>li>a {
    font-size: 17px;
    color: #fff;
    font-weight: 100;
    position: relative;
    padding: 0;
}

#header .navbar-nav>li>a::before {
    content: '';
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--second_color);
    transform: scaleX(0);
    transition: transform .25s;
}

#header .navbar-nav>li>a:hover::before, #header .navbar-nav>li.active>a::before {
    transform: scaleX(1);
    transition: transform .25s;
}

#header .navbar-nav>li.dropdown-active.active>a::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #fff transparent;
}

#header .dropdown-menu .preview-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#header .dropdown-menu .text-wrapper .nav-item {
    margin: 0;
    padding: 0 0 25px;
}

#header .dropdown-menu .text-wrapper .nav-link {
    font-size: 17px;
    font-weight: normal;
    color: #353a3f;
    padding: 8px 20px;
    position: relative;
}

#header .dropdown-menu .text-wrapper .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 60%;
    background: var(--second_color);
    z-index: 1;
    transition: width .25s;
}

#header .dropdown-menu .text-wrapper .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #f5f5f5;
    transition: width .5s;
    z-index: -1;
}

#header .dropdown-menu .text-wrapper .nav-link:hover::before {
    width: 4px;
    transition: width .25s;
}

#header .dropdown-menu .text-wrapper .nav-link:hover::after {
    width: 100%;
    transition: width .5s;
}

#header .language {
    margin-left: 150px;
    position: relative;
}

#header .language .icon-wrapper {
    width: 40px;
    height: 40px;
    margin-left: 5px;
}

#header .language .icon {
    width: 14px;
    height: 14px;
    transform: rotate(180deg);
    filter: var(--white_filter);
}

#header .language .selected {
    color: #fff;
}

#header .language .links {
    border: 1px solid #fff;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    padding: 8px;
    width: 100%;
    overflow: hidden;
    transform-origin: top;
    transform: scaleY(0);
}

#header .language .links a {
    display: block;
    color: #fff;
    margin-bottom: 4px;
}

#header .language .links a:last-of-type {
    margin-bottom: 0;
}

#header .language:hover {
    cursor: pointer;
}

#header .language:hover .icon {
    transform: rotate(90deg);
}

#header .language .language-menu.open .links {
    transform: scaleY(1);
}

#slider .image-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

#slider img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

#slider .text-wrapper {
    position: absolute;
    right: var(--big_padding);
    top: 55%;
    transform: translateY(-50%);
}

#slider .text-wrapper .slide-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

#slider .text-wrapper .slide-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 5px;
    background: #fff;
}

#slider .text-wrapper .slide-text {
    font-size: 16px;
    line-height: 1.63;
    color: #fff;
}

#slider .navigator {
    position: absolute;
    bottom: 0;
    z-index: 1040;
    width: 100%;
    padding: 30px;
}

#slider .navigator .big_container {
    padding: 0 15px;
}

#slider .navigator .go_bottom .icon {
    width: 20px;
    height: 28px;
    display: block;
    margin-left: 17px;
}

#slider .navigator .go_bottom span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

#slider .navigator .pagination .icon {
    width: 24px;
    height: 24px;
    filter: var(--white_filter);
}

#slider .navigator .pagination .swiper-button.prev {
    transform: scaleX(-1);
    margin-right: 10px;
}

#slider .navigator .pagination .swiper-button:hover .icon {
    filter: unset;
    cursor: pointer;
}

#slider .navigator .social-media {
    text-align: right;
}

#slider .navigator .social-media .icon-wrapper {
    margin-left: 40px;
}

#slider .navigator .social-media .icon {
    width: 20px;
    height: 20px;
    filter: var(--white_filter);
}

#slider .navigator .social-media .icon-wrapper:hover .icon {
    filter: unset;
}

#slider .swiper-pagination {
    position: absolute;
    left: var(--big_padding);
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#slider .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    position: relative;
    color: #fff;
    padding-top: 55px;
    opacity: 1;
    width: auto;
    overflow: hidden;
    border-radius: 0;
}

#slider .swiper-pagination .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 3px;
    height: 50px;
    background: #fff;
    z-index: -1;
    opacity: .5;
}

#slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    padding-top: 55px;
    padding-bottom: 30px;
}

#slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
}

#body .header-wrapper .left_before {
    position: relative;
    padding: 0 8px;
}

#body .header-wrapper .left_before::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background: var(--main_color);
}

#body .bg_blue .header-wrapper .left_before::before {
    background: #fff;
}

#body .header-wrapper .title {
    font-size: 16px;
    color: var(--main_color);
    margin-bottom: 25px;
    font-weight: 100;
}

#body .header-wrapper .content-title {
    font-size: 40px;
    font-weight: bold;
    color: var(--main_color);
}

#body .home-corporate {
    padding: 100px 0;
    position: relative;
}

#body .home-corporate .top {
    padding-bottom: 80px;
    position: relative;
}

#body .home-corporate .top::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

#body .home-corporate .text {
    color: #fff;
    font-size: 17px;
    line-height: 1.76;
    margin-bottom: 50px;
}

#body .home-corporate .link {
    font-size: 16px;
    font-weight: 100;
    color: #fff;
}

#body .home-corporate .link .icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    margin-left: 30px;
}

#body .home-corporate .link .icon {
    width: 20px;
    height: 20px;
    filter: brightness(0);
}

#body .home-corporate .we-in-numbers {
    padding-top: 80px;
}

#body .home-corporate .we-in-numbers .title {
    font-size: 55px;
    font-weight: 100;
    line-height: 1.09;
    color: #fff;
    margin-bottom: 65px;
    display: block;
    width: 100%;
}

#body .home-corporate .we-in-numbers .title strong {
    display: block;
}

#body .home-corporate .we-in-numbers .number-wrapper {
    padding: 5px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 12px;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

#body .home-corporate .we-in-numbers .number-title {
    font-size: 16px;
    font-weight: 100;
    color: #fff;
}

#body .home-corporate .we-in-numbers .item:hover .number-wrapper {
    border-color: #fff;
    color: var(--second_color);
}

#body .home-corporate .we-in-numbers .item:hover .number {
    color: var(--second_color);
}

#body .home-corporate .image-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(40%);
}

#body .home-corporate .image-wrapper img {
    width: 450px;
    height: 800px;
    object-fit: cover;
}

#body .home-products .text-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 100px 0;
    z-index: 1;
}

#body .home-products .text-wrapper .title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 25px;
    position: relative;
}

#body .home-products .text-wrapper .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 4px;
    background: #fff;
}

#body .home-products .text-wrapper .link {
    background: var(--second_color);
    padding: 12px 45px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid var(--second_color);
}

#body .home-products .text-wrapper .link:hover {
    background: #fff;
    color: var(--second_color);
    border: 2px solid var(--second_color);
    text-decoration: none;
}

#body .home-products .image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.32) 38%);
}

#body .home-products .image-wrapper img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

#body .home-news {
    padding: 75px 0;
    background-image: linear-gradient(to left, #e2e2e2 100%, #f5f5f5 0%);
}

#body .home-news .item {
    margin-bottom: 30px;
    flex: 0 0 50%;
    padding: 0 12px;
}

#body .home-news .item .date {
    text-align: right;
}

#body .home-news .see-all {
    font-size: 16px;
    color: var(--main_color);
    margin-top: 100px;
}

#body .home-news .see-all .icon-wrapper {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    margin-left: 20px;
}

#body .home-news .see-all .icon {
    width: 17px;
    height: 17px;
    filter: brightness(0);
}

#body .home-news .image-wrapper .image-link {
    width: 100%;
}

#body .home-news .image-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-left: 15px;
}

#body .home-news .button-wrapper {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
}

#body .home-news .button-wrapper .icon {
    width: 15px;
    height: 15px;
    filter: brightness(0);
}

#body .home-news .button-wrapper:hover {
    box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.75);
}

#footer .footer-top {
    padding: 50px 0 70px;
    position: relative;
}

#footer .footer-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95vw;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

#footer .footer-top .title {
    font-size: 25px;
    font-weight: 100;
    line-height: 1.4;
    color: #fff;
}

#footer .footer-top .title strong {
    font-weight: bold;
    display: block;
}

#footer .footer-top .social-media .icon-wrapper {
    margin-left: 40px;
}

#footer .footer-top .social-media .icon {
    width: 23px;
    height: 23px;
    filter: var(--white_filter);
}

#footer .footer-top .social-media .icon-wrapper:hover .icon {
    filter: none;
}

#footer .footer-top form {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
}

#footer .footer-top .form-control {
    height: 55px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 30px;
    padding: 12px 25px;
    color: #fff;
}

#footer .footer-top button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    outline: none !important;
}

#footer .footer-top button .icon {
    width: 20px;
    height: 20px;
    filter: var(--white_filter);
}

#footer .footer-middle {
    padding: 50px 0;
}

#footer .footer-middle .contact .item {
    margin-bottom: 30px;
}

#footer .footer-middle .contact .item .icon-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 20px;
    margin-right: 15px;
}

#footer .footer-middle .contact .item .icon {
    width: 20px;
    height: 20px;
    filter: var(--white_filter);
}

#footer .footer-middle .contact .item a {
    color: #fff;
    text-decoration: none !important;
}

#footer .footer-middle .contact .item a[href]:hover {
    color: var(--second_color);
}

#footer .footer-middle .title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
    display: block;
}

#footer .footer-middle ul {
    padding: 0;
}

#footer .footer-middle ul .nav-item .nav-link {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 4px 0;
}

#footer .footer-middle ul .nav-item .nav-link:hover {
    color: var(--second_color);
}

#footer .copyright {
    font-size: 14px;
    line-height: 2.14;
    padding: 40px 0;
    color: #fff;
}

#footer .copyright .links {
    margin-left: 15px;
}

#footer .copyright .links a {
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

#footer .copyright .links a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 35%;
    background: #fff;
}

#footer .anatol .icon {
    width: 37px;
    height: 19px;
    filter: var(--white_filter) opacity(.6);
}

#footer .anatol:hover .icon {
    transform: skew(-15deg);
    transition: 500ms;
}

#banner .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    justify-content: flex-end;
    padding-top: 0;
}

#banner .breadcrumb .breadcrumb-item, #banner .breadcrumb .breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
    font-size: 15px;
    color: #fff;
}

#banner .breadcrumb .breadcrumb-item a:hover {
    color: var(--second_color);
    text-decoration: none;
}

#body .content_1 {
    padding: 60px 0 60px var(--padding);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#body .content_1 .text-wrapper .title {
    font-size: 37px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

#body .content_1 .text-wrapper {
    font-size: 17px;
    line-height: 1.76;
    color: #fff;
}

#body .content_1 .text-wrapper .date {
    display: block;
    margin-bottom: 20px;
    font-weight: 100;
    font-size: 17px;
    color: #fff;
}

#body .content_1 .text-wrapper .link {
    color: #fff;
    margin-top: 40px;
    display: block;
    font-size: 16px;
}

#body .content_1 .image-wrapper img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

#body .content_2 {
    padding: 100px 0;
}

#body .content_2 .title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

#body .content_2 .text {
    font-size: 17px;
    line-height: 1.76;
    color: #fff;
}

#body .our-history {
    background: #152031;
    padding: 60px 0 120px;
}

#body .our-history .header-wrapper {
    margin-bottom: 50px;
    text-align: center;
}

#body .our-history .header-wrapper .title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

#body .our-history .header-wrapper span {
    font-size: 17px;
    line-height: 1.76;
    color: #fff;
}

#body .our-history .swiper-slide img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

#body .our-history .swiper-slide .text-wrapper {
    margin-top: 45px;
}

#body .our-history .swiper-slide .text-wrapper .year {
    font-size: 35px;
    font-weight: 100;
    line-height: 0.86;
    color: #fff;
    margin-bottom: 25px;
}

#body .our-history .swiper-slide .text-wrapper {
    font-size: 16px;
    line-height: 1.69;
    color: #fff;
}

#body .content_3 {
    background-image: linear-gradient(to left, #e2e2e2 100%, #f5f5f5 0%);
    padding: 100px 0;
}

#body .content_3 .image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#body .content_3 .item:not(:last-of-type) {
    margin-bottom: 150px;
}

#body .content_3 .title {
    font-size: 40px;
    font-weight: bold;
    color: var(--main_color);
}

#body .content_3 .text-wrapper {
    font-size: 17px;
    line-height: 1.76;
    color: var(--main_color);
}

.imaged-banner {
    position: relative;
}

.imaged-banner .text-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.imaged-banner .image-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.imaged-banner .image-wrapper img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.imaged-banner .page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#banner .proposal_form {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 0;
    background: var(--second_color);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.75);
}

#banner .proposal_form::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: black;
    width: 140px;
    height: 140px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.36;
    background-color: #b38e34;
    transition: width .25s, height .25s;
}

#banner .proposal_form .icon {
    width: 35px;
    height: 35px;
}

#banner .proposal_form:hover::before {
    width: 180px;
    height: 180px;
    transition: width .25s, height .25s;
}

#body .content_4 {
    background: #e9e9e9;
    padding: 65px 0;
}

#body .content_4 .top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #fff;
}

#body .content_4 .left .title {
    font-size: 55px;
    font-weight: bold;
    color: var(--main_color);
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: relative
}

#body .content_4 .left .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 10px;
    background: var(--second_color);
}

#body .content_4 .left .text {
    font-size: 16px;
    line-height: 1.69;
    color: var(--main_color);
}

#body .content_4 .right {
    padding-bottom: 50px;
}

#body .content_4 .right.dzn {
    padding-bottom: 20px;
}


#body .content_4 .right.duzen {
    max-height: 460px;
    padding-bottom: 20px;
    overflow: scroll;
    background: #fff;
    border-top: 40px solid var(--second_color);
	margin-bottom: 40px;
}

#body .content_4 .right.duzen p {
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease; /* Renk ve animasyon */
}

#body .content_4 .right.duzen p:hover {
    color: #b38e34 !important; /* Hover rengi */
    transform: scale(1.02); /* Yazıyı biraz büyütme */
    transition: color 0.3s ease, transform 0.5s ease; /* Yumuşak geçiş */
}

#body .content_4 .right.duzen p:hover span {
    color: #b38e34 !important; /* Hover rengi */
    transition: all 0.5s ease;
}

#body .content_4 .right.duzen p:hover i{
	color: #b38e34;
}

#body .content_4 .right::after {
    content: '';
    position: absolute;
    left: 0;
    top: -105px;
    width: 60vw;
    height: calc(100% + 105px);
    background: #fff;
    border-top: 40px solid var(--second_color);
}

#body .content_4 .scrolleffct {
    position: relative;
    width: 16px; /* Çerçeve genişliği */
    height: 32px; /* Çerçeve yüksekliği */
    border: 3px solid #fff; /* Beyaz çerçeve */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#body .content_4 .scrolleffct::before {
    content: "";
    position: absolute;
    top: 8%;
    width: 6px; /* Noktanın boyutu */
    height: 6px;
    background: #fff; /* Beyaz nokta */
    border-radius: 50%;
    animation: scroll-indicator 1.5s infinite;
}

@keyframes scroll-indicator {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 0.5;
        transform: translateY(8px);
    }
    100% {
        opacity: 0;
        transform: translateY(16px);
    }
}


#body .content_4 .dzn {
    position: absolute;
    right: 0;
    top: 4px;
}

#body .content_4 .right.duzen p i {
    margin-right: 7px;
}

#body .content_4 .right p {
    position: relative;
    z-index: 1;
    padding: 15px 20px;
    margin-bottom: 0;
    font-size: 17px;
    color: var(--main_color);
}

#body .content_4 .right p:hover {
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

#body .content_4 .right.duzen p:hover {
    box-shadow: none;
	color: #353a3f !important;
}


#body .content_4 .right.duzen p {
    position: relative;
}

#body .content_4 .right.duzen p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* Çizginin metne olan mesafesi */
    width: 0;
    height: 2px; /* Çizginin kalınlığı */
    background-color: #b38e34; /* Çizginin rengi */
    transition: width 0.3s ease-in-out;
}

#body .content_4 .right.duzen p:hover::after {
    width: 100%; /* Hover olduğunda tam genişlikte olacak */
}

#body .content_4 .right::after {
    content: '';
    position: absolute;
    left: 0;
    top: -105px;
    width: 60vw;
    height: calc(100% + 105px);
    background: #fff;
    border-top: 40px solid var(--second_color);
}

#body .content_4 .right p {
    position: relative;
    z-index: 1;
    padding: 15px 20px;
    margin-bottom: 0;
    font-size: 17px;
    color: var(--main_color);
}

#body .content_4 .right p:hover {
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

#body .content_4 .bottom {
    padding: 80px 0 60px;
}

#body .content_4 .header-wrapper .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

#body .content_4 .header-wrapper .text {
    font-size: 18px;
    line-height: 1.69;
}

#body .content_4 .list {
    margin-top: 60px;
}

#body .content_4 .list .item {
    background: #fff;
    padding: 60px 15px;
    position: relative;
    overflow: hidden;
}

#body .content_4 .list .item .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
}

#body .content_4 .list .item .lazy {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 20px;
}

#body .content_4 .list .item .data-after {
    position: absolute;
    right: -25px;
    bottom: -25px;
    transform: rotate(38deg);
    width: 100px;
    height: 100px;
    opacity: .12;
    filter: brightness(0);
}

#body .content_4 .list .item:hover {
    background: var(--second_color);
}

#body .content_4 .list .item:hover .title {
    color: #fff;
}

#body .content_4 .list .item:hover .lazy {
    filter: var(--white_filter);
}

#body .content_4 .list .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: attr(data-after url);
}

#body .features {
    padding: 70px 0 120px;
}

#body .features .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

#body .features .text {
    font-size: 16px;
    line-height: 1.69;
    width: 80%;
    margin-bottom: 70px;
}

#body .features table {
    width: 100%;
}

#body .features .table tr td {
    border-top: 0;
    font-size: 15px;
    text-align: justify;
    padding: 16px 35px;
    border-right: 1px solid #f0f0f0;
    position: relative;
}

#body .features .table tr td::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 60%;
    background: var(--second_color);
}

#body .features .table tr td:last-of-type {
    border-right: 0;
}

#body .features .table tr:not(:last-of-type) td {
    border-bottom: 1px solid #f0f0f0;
}

#body .features .table tr td:hover {
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.16);
}

#body .features .table tr td:hover::before {
    width: 5px;
}

#body .features .image-wrapper {
    text-align: right;
}

#body .features .image-wrapper::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    background: var(--second_color);
    width: 75%;
    height: 100%;
}

#body .features .swiper-slide img {
    width: 90%;
    height: 450px;
    object-fit: cover;
}

#body .features .pagination {
    position: absolute;
    top: -50px;
    right: 15px;
    transform: translateY(50%);
}

#body .features .pagination .icon {
    width: 20px;
    height: 20px;
    filter: var(--white_filter);
}

#body .features .pagination .prev {
    margin-right: 15px;
    transform: scaleX(-1);
}

#body .gallery {
    padding: 60px 0;
}

#body .gallery .title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 60px;
}

#body .gallery .video {
    position: relative;
    padding-bottom: 115px;
}

#body .gallery .video::after, #body .gallery .image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

#body .gallery .video .image-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 39, 58, 0.5);
    opacity: 0;
}

#body .gallery .video .image-wrapper img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

#body .gallery .video .icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0;
}

#body .gallery .video .icon-wrapper .icon {
    width: 40px;
    height: 30px;
}

#body .gallery .video .icon-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .5);
    width: 120px;
    height: 120px;
    z-index: -1;
    border-radius: 50%;
}

#body .gallery .video:hover .icon-wrapper, #body .gallery .video:hover .image-wrapper::before {
    opacity: 1;
}

#body .gallery .image {
    padding: 40px 0 60px;
}

#body .gallery .image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#body .gallery .image .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    right: 0;
    width: 70px;
    height: 70px;
    background: #fff;
    z-index: 1;
    border-radius: 50%;
}

#body .gallery .image .swiper-button.prev {
    right: unset;
    left: 0;
    transform: scaleX(-1) translateY(-50%) translateX(50%);
}

#body .gallery .image .swiper-button .icon {
    filter: brightness(0);
    width: 20px;
    height: 20px;
}

#body .news-list {
    background: #152031;
    padding: 75px 0;
}

#body .news-list .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#body .news-list .item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

#body .news-list .item .image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 39, 58, 0.65);
}

#body .news-list .item .text-wrapper {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

#body .news-list .item .text-wrapper .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.27;
    color: #fff;
}

#body .news-list .item .text-wrapper .date {
    font-size: 17px;
    color: #fff;
    display: block;
    margin-bottom: 25px;
}

#body .news-list .item .icon-wrapper {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -500%);
}

#body .news-list .item .icon-wrapper .icon {
    width: 17px;
    height: 17px;
    filter: brightness(0);
}

#body .news-list .item:hover .text-wrapper {
    transform: translateY(200%);
}

#body .news-list .item:hover .icon-wrapper {
    transform: translate(-50%, -50%);
}

#body .document-page {
    padding: 120px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#body .document-page .item {    
    padding: 20px 55px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 54px;
}
#body .document-page .item .logo {
    width: 25%;
    padding: 15px;
    border-right: 1px solid #d8d8d8;
}
#body .document-page .item .logo img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}
#body .document-page .item .text-wrapper {
    padding: 15px 40px;
}
#body .document-page .item .text-wrapper .title {
    font-size: 20px;
    font-weight: normal;
    color: #424242;
}
#body .document-page .item .btn {
    background: #f6f6f6;
    border: 0;
    padding: 20px;
    width: 15%;
    height: 70px;
    border-radius: 50px;
}
#body .document-page .item .btn:hover {
    color: var(--second_color);
}
#body .document-page .item .btn .icon {
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
}
#body .document-page .item:hover .btn .icon {
    transform: rotate(90deg);
}

#body .contact-page .title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 65px;
}

#body .contact-page .contact-info {
    padding: 80px 0 125px;
    position: relative;
}

#body .contact-page .contact-info::after, #body .map-wrapper::after, #body .contact-form::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

#body .contact-page .contact-info .info .item .icon-wrapper {
    width: 95px;
    height: 95px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 40px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 95px;
}

#body .contact-page .contact-info .info .item .icon {
    width: 23px;
    height: 23px;
    filter: var(--white_filter);
}

#body .contact-page .contact-info .info .item a {
    font-size: 16px;
    color: #fff;
    display: block;
}

#body .contact-page .contact-info .info .item a[href]:hover {
    color: var(--second_color);
    text-decoration: none;
}

#body .contact-page .contact-info .info .item:hover .icon-wrapper {
    background: var(--second_color);
    border-color: var(--second_color);
}

#body .contact-form {
    padding: 100px 0 50px;
    position: relative;
}

#body .contact-form .form-control {
    background-color: var(--main_color);
    border: 2px solid rgba(255, 255, 255, .2);
    height: 60px;
    margin-bottom: 30px;
    padding: 20px 35px;
    font-size: 16px;
    color: #fff;
}

#body .contact-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.25);
}

#body .contact-form .form-control:focus {
    border-color: rgba(255, 255, 255, .6);
}

#body .contact-form textarea.form-control {
    height: unset;
    resize: none;
    margin-bottom: 0;
}

#body .contact-form .btn {
    width: 100%;
    height: 60%;
    display: block;
    background: var(--second_color);
    border: 2px solid var(--second_color);
    font-size: 18px;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
}

#body .contact-form .btn:hover {
    border-color: #fff;
    background: var(--main_color);
}

#body .contact-page .map-wrapper {
    padding: 75px 0;
}

iframe {
    z-index: 9;
    position: relative;
    width: 100% !important;
    height: 650px !important;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 1rem 1.25rem;
    border-radius: 4px;
    height: 60px;
}

.no-js .inputfile+label {
    display: none;
}

.inputfile:focus+label, .inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

/* style 2 */

.inputfile-2+label {
    color: rgba(255, 255, 255, 0.25);
    border: 2px solid rgba(255, 255, 255, .2);
}

.inputfile-2:focus+label, .inputfile-2.has-focus+label, .inputfile-2+label:hover {
    color: #fff;
}

.urun_bilgi {
    display: inline-block;
    margin: 20px 0;
}

.color_green {
    color: #57bb61 !important;
}

#body .our-history.five .swiper-slide img {
    height: 250px;
    object-fit: contain;
}

/* RESPONSIVE */

@media only screen and (min-width: 1366px) {
    /* BİLGİSAYAR EKRANLARI */
    #header:not(.fixed):not(.iletisim) .navbar-brand {
        width: 8%;
        padding: 15px 0;
    }
    #header.fixed .navbar-brand, #header.iletisim .navbar-brand {
        padding: 0;
		width:8%;
    }
    #body .content_1 .image-wrapper.big img {
        height: 600px;
    }
}

@media only screen and (min-width: 2440px) {
    /* GENİŞ EKRAN */
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1630px !important;
    }
    :root {
        --padding: calc((100vw - 1630px) / 2);
    }
    #body .content_1 .image-wrapper.big img {
        height: 650px;
    }
}

#vid {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

@media only screen and (min-width: 1366px) and (max-width: 1919px) {
    /* STANDART EKRAN */
}

@media only screen and (min-width: 1366px) and (max-width: 1919px) {
    /* KÜÇÜK EKRAN  */
    :root {
        --big_padding: calc((95vw - 1200px) / 2);
    }
    #header:not(.fixed):not(.iletisim) .navbar-brand {
        width: 12%;
    }
    #header .navbar-nav>li {
        padding: 35px 20px;
    }
    #body .home-corporate .image-wrapper {
        transform: translateX(0);
    }
    #body .home-corporate .image-wrapper img {
        width: 400px;
    }
    #body .home-products .image-wrapper img {
        height: 600px;
    }
    #body .features .table tr td {
        font-size: 14px;
    }
    #body .news-list .item img {
        height: 350px;
    }
    #body .document-page .item {
        min-height: 280px;
    }
    #header .language {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* IPAD */
    #body .news-list .item img {
        height: 330px;
    }
}

@media only screen and (max-width: 1365px) {
    /* IPAD PRO VE ALTI */
    #slider .text-wrapper {
        right: 30px;
    }
    #body .home-corporate .image-wrapper {
        display: none;
    }
    #header .navbar-nav {
        background: var(--main_color);
    }
    #slider .navigator .w-25 {
        width: 40% !important;
    }
    #body .home-news .image-wrapper img {
        width: auto;
    }
    #header .language {
        margin-left: 0;
        padding: 0 20px;
    }
    #header .language .links {
        background: var(--main_color);
        left: 50%;
    }
    #header .language .language-menu.open .links {
        transform: scaleY(1) translateX(-50%);
    }
    #body .content_1 {
        padding: 20px 15px 60px;
    }
    #body .content_1 .text-wrapper {
        padding: 0 15px;
    }
    #body .features .swiper-slide img {
        width: 100%;
    }
    #body .gallery .video .image-wrapper::before, #body .gallery .video .icon-wrapper {
        opacity: 1;
    }
    #body .document-page .item .text {
        width: 100%;
    }
    #body .document-page {
        padding: 80px 0;
    }
    #body .contact-page .contact-info .info .item {
        margin-bottom: 30px;
    }
    .navbar-dark .navbar-brand {
        width: 20%;
        padding: 20px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
    /* IPAD PRO  */
}

@media only screen and (max-width: 991px) {
    /* TABLET - MOBİL  */
    #scrolling-text .orb {
        margin: 0 20px;
        font-size: 16px;
    }
    #slider .slide-title {
        font-size: 50px;
    }
    #body .home-news .col-xl-2 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    #body .home-news .see-all {
        margin-top: 0;
    }
    #footer .footer-top .col-xl-5 {
        margin-bottom: 30px;
    }
    #header .dropdown-menu .preview-img {
        height: 250px;
    }
    #body .home-corporate .we-in-numbers .number-title br {
        display: none;
    }
    #body .our-history .swiper-slide img {
        height: 300px;
    }
    #body .content_3 .item .image-wrapper {
        margin-bottom: 20px;
    }
    #body .content_3 .item:nth-child(2n) .image-wrapper {
        order: 0;
    }
    #body .content_3 .item:nth-child(2n) .text-wrapper {
        order: 1;
    }
    #body .content_3 .item:not(:last-of-type) {
        margin-bottom: 30px;
    }
    #body .gallery .video .image-wrapper img {
        height: 400px;
    }
    #body .gallery .image img {
        height: 300px;
    }
    #body .gallery .image::after {
        display: none;
    }
    #body .content_4 .right {
        display: block;
        margin-bottom: 120px;
    }
    .imaged-banner .image-wrapper img {
        height: 400px;
    }
    #body .content_4 .right::after {
        width: 100%;
        top: -40px;
        height: calc(100% + 60px);
    }
    #body .content_4 .list {
        margin-top: 80px;
    }
    #body .content_4 {
        padding-bottom: 20px;
    }
    #body .contact-page .contact-info .info .item .icon-wrapper {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
    }
    #body .content_4 .left {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    /* MOBİL  */
    .navbar-dark .navbar-brand {
        width: 40%;
    }
    #header .navbar-nav>li {
        padding: 20px;
    }
    #header {
        max-height: 100%;
        overflow-y: scroll;
    }
    #header .navbar-nav>li>a:hover::before, #header .navbar-nav>li.active>a::before {
        top: -20px;
    }
    #body .home-products .image-wrapper img {
        height: 450px;
    }
    #header .big_container {
        width: 100vw;
    }
    #slider .text-wrapper {
        left: 30px;
    }
    #slider .text-wrapper .slide-title {
        font-size: 32px;
    }
    #slider .text-wrapper .slide-text {
        font-size: 13px;
    }
    #slider .navigator {
        padding: 30px 15px;
    }
    #slider .navigator .w-25 {
        width: 25% !important;
    }
    #slider .navigator .social-media {
        width: 75% !important;
    }
    #body .home-news .image-wrapper img {
        height: 200px;
    }
    #footer .footer-top {
        padding: 60px 0;
    }
    #footer .footer-bottom {
        flex-direction: column;
        padding-bottom: 25px;
    }
    #footer .copyright {
        flex-direction: column;
        font-size: 12px;
        width: 100%;
        align-items: start !important;
    }
    #footer .copyright .links {
        margin-left: 0;
        width: 100%;
    }
    #footer .copyright .links a:first-of-type {
        padding-left: 0;
    }
    #footer .copyright .links a:first-of-type::before {
        content: none;
    }
    #footer .footer-top .social-media {
        margin: 0 auto;
    }
    #footer .footer-top .social-media .icon-wrapper:first-of-type {
        margin-left: 0;
    }
    #body .content_1 .image-wrapper img {
        height: 300px;
    }
    #body .content_2 {
        padding: 50px 0;
    }
    #body .content_3 .image-wrapper img {
        height: 200px;
    }
    #body .features .text {
        width: 100%;
    }
    #body .features .table tr td {
        font-size: 12px;
    }
    #body .features .image-wrapper {
        margin-top: 75px;
    }
    #body .features .swiper-slide img {
        height: 300px;
    }
    #body .gallery .image {
        padding: 0;
    }
    #body .news-list .item img {
        height: 300px;
    }
    #body .document-page .item {
        padding: 20px 21px;
        margin-bottom: 30px;
        background: #fff;
        border-radius: 24px;
    }
    #body .document-page .item {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #d8d8d8;
    }
    #body .document-page .item .logo {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #d8d8d8;
    }
    #body .document-page .item .text-wrapper {
        padding: 15px;
        border-bottom: 1px solid #d8d8d8;
        margin-bottom: 10px;
    }
    #body .document-page .item .btn {
        width: 100%;
    }

    #body .contact-page .contact-form textarea.form-control {
        margin-bottom: 30px;
    }
    #body .contact-page .contact-form .btn {
        height: 60px;
        margin-top: 15px;
    }
	#body .content_4 .dzn .scrolleffct{
		display: none;
	}
	#body .content_4 .left .title {
		font-size: 45px;
	}
    iframe {
        height: 250px !important;
    }
    #body .home-corporate .we-in-numbers .number-wrapper {
        padding: 5px 15px;
    }
    #body .home-corporate .we-in-numbers .number-title {
        padding: 0 15px;
    }
    #banner .proposal_form {
        display: none !important;
    }
    #body .content_4 .right::after {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
    #body .content_4 .list {
        margin-top: 60px;
    }
    #body .home-news .item {
        flex: 0 0 100%;
        width: 100%;
    }
    #body .contact-page .contact-info {
        padding: 50px 0;
    }
    #body .contact-page .title {
        margin-bottom: 30px;
    }
    #body .content_4 .right {
        margin-bottom: 60px;
    }
	#body .content_4 .right.dzn {
        margin-bottom: 0px;
    }
    #body .content_4 .bottom {
        padding: 50px 0;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1230px;
    }
}

@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}