@charset "UTF-8";
/*!
 * CETEKNO Stylesheet v2.0.0 (https://www.cetekno.com/)
 * Copyright 2024 CETEKNO Yazılım ve Medya Ajansı LTD. ŞTİ.
 * Licensed under MIT (https://www.cetekno.com/)
 */

@font-face {
    font-family: RChalet-LonNinSev;
    src: url('../fonts/Chalet/Chalet-LonNinSev.ttf');
    font-display: swap;
}
@font-face {
    font-family: Chalet-NewYorNinSe;
    src: url('../fonts/Chalet/Chalet-NewYorNinSev.ttf');
    font-display: swap;
}
@font-face {
    font-family: Chalet-ParisNineteenSeventy;
    src: url('../fonts/Chalet/Chalet-ParisNineteenSeventy.ttf');
    font-display: swap;
}

:root {
    --primary-rgb: 29 29 27;
    --primary-color: rgb(var(--primary-rgb));
    --primary-bg-color: rgb(var(--primary-rgb));
    --primary-bg-hover: rgb(var(--primary-rgb), 0.9);
    --primary-bg-border: rgb(var(--primary-rgb));
    --primary01: rgba(var(--primary-rgb), 0.1);
    --primary02: rgba(var(--primary-rgb), 0.2);
    --primary03: rgba(var(--primary-rgb), 0.3);
    --primary04: rgba(var(--primary-rgb), 0.4);
    --primary05: rgba(var(--primary-rgb), 0.5);
    --primary06: rgba(var(--primary-rgb), 0.6);
    --primary07: rgba(var(--primary-rgb), 0.7);
    --primary08: rgba(var(--primary-rgb), 0.8);
    --primary09: rgba(var(--primary-rgb), 0.9);
    --primary005: rgba(var(--primary-rgb), 0.05);
    --secondary-rgb: 154, 109, 79;
    --secondary-color: rgb(var(--primary-rgb));
    --white-color: #fff;
    --grey-color: #f5f5f5;
    --dark-grey-color: #424242;
    --primary-grey-color: #737373;
    --secondary: #9a6d4f;
}
* {
    box-sizing: border-box;
}
*::before,
*::after {
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden !important;
}
body {
    margin: 0;
    font-family: "RChalet-LonNinSev", sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    color: #1d1d1b;
    text-align: start;
    background-color: #1d1d1b;
    padding-right: 0!important;
    overflow-x: hidden;
}
body.offcanvas-open {
    overflow: hidden !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-color: #b6b6b6;
}
p {
    font-family: "RChalet-LonNinSev", sans-serif;
    margin-block-start: 0;
    margin-block-end: 1rem;
    font-weight: 100;
    color: var(--dark-grey-color);
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-block-end: 0;
}
address {
    margin-block-end: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-block-start: 0;
    margin-block-end: 1rem;
}
li {
    list-style: none;
    color: #1f1f1f;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-block-end: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-block-end: 0.5rem;
    margin-inline-start: 0;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
    font-family: "Chalet-NewYorNinSe", sans-serif
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    inset-block-end: -0.25em;
}
sup {
    inset-block-start: -0.5em;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    box-shadow: none!important;
}
/* THEME RESET CSS */
.form-control {
    font-size: 14px;
    box-shadow: none !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-top: none;
    border-right: 0;
    border-left: 0;
    border-radius: 0px;
    padding-left: 2px;
}
/* THEME RESET CSS */

/* HEADER */
header .action-bar {
    background: var(--primary-color);
    font-size: 12px;
    padding: 5px 0px;
    border-bottom: 1px solid #f3f3f3;
}
header .action-bar ul {
    margin-bottom: 0px;
}
header .action-bar ul li {
    float: left;
    margin: 0px 10px;
    list-style: none;
    padding: 10px 0px;
    padding-right: 20px!important;
}
header .action-bar ul li:first-child {
    padding-left: 0px;
    margin-left: 0px;
}
header .action-bar ul li:nth-last-child(2) {
    border-right: transparent;
}
header .action-bar ul li:last-child {
    border-right: transparent;
}
@media (max-width: 1199.98px) {
    header .action-bar {
        font-size: 10px;
    }
    header .action-bar ul li {
        padding: 10px 8px;
    }
}
header .action-bar ul li a {
    font-size: 14px;
    color: var(--white-color);
}
header .action-bar ul li a:hover {
    color: var(--white-color);
}
header .action-bar ul li img {
    width: 14px;
    margin-right: 4px;
}
header .action-bar .img {
    padding-top: 5px;
}
header .action-bar .img img {
    width: auto;
    height: 30px;
}
header .action-bar .button a {
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 30px;
}
header .action-bar .button a {
    color: var(--white-color) !important;
}
header .action-bar .button a {
    color: var(--primary-color);
}
header .action-bar .button a:hover {
    color: var(--primary-bg-hover);
}
header .menu {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 10px 0px;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}
header .menu .navbar {
    position: static;
}
@media (max-width: 991.98px) {
    header .menu {
        padding-top: 5px;
        padding-bottom: 0px;
        min-height: 70px;
    }
}
header .menu .logo .logo-img {
    z-index: 1001;
    position: relative;
}
header .menu.sticky .logo {
    margin-top: 0px;
}
header .menu.sticky .logo .logo-img {
    display: none;
}
header .menu .logo .sticky-logo-img {
    display: none;
}
header .menu.sticky .logo .sticky-logo-img {
    display: block;
    margin-top: 0px;
    z-index: 1001;
    position: relative;
}
header .menu .nav-link {
    font-family: "Chalet-NewYorNinSe", sans-serif;
    line-height: 24px;
    color: var(--white-color)!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    box-shadow: none!important;
    transition: color 0.15s ease-in-out;
}
header .menu .nav-link:hover {
    color: var(--white-color);
    transition: color 0.15s ease-in-out;
}
@media (max-width: 1199.98px) {
    header .menu .nav-link {
        font-size: 12px;
    }
}
header .menu.sticky .nav-link {
    color: black!important;
}
header .menu .dropdown-toggle::after {
    display: none;
}
@media (max-width: 991.98px) {
    header .menu .nav-link {
        position: relative;
        color: #fff!important;
        font-size: 16px;
        padding: 12px 20px;
        padding-left: 10px!important;
        width: 100%;
        word-wrap: break-word;
        white-space: inherit;
    }
    header .menu .nav-link:hover {
        color: #ffffff;
        background-color: var(--secondary-color);
    }
    header .menu.sticky .nav-link {
        color: #ffffff!important;
    }
    header .menu .dropdown-menu {
        top: 0px!important;
        position: relative!important;
        background: transparent!important;
        min-height: fit-content!important;
        width: 100% !important;
    }
    header .menu .dropdown-menu .dropdown-sub-menu {
        width: 100%!important;
    }
    header .menu .dropdown-toggle::after {
        position: absolute;
        right: 16px;
        top: 18px;
    }
}
header .menu .nav-link .fa-solid {
    padding-top: 2px;
    font-size: 11px;
}
header .menu .search-item {
    padding-top: 7px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 5px;
}
header .menu .search-item img {
    width: 20px;
}
@media (max-width: 991.98px) {
    header .menu .search-item {
        padding-top: 0px;
        background: #ffffff;
        text-align: center;
        margin-top: 20px;
    }
    header .menu .search-item img {
        padding-top: 12px;
        padding-bottom: 12px;
        width: 20px !important;
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 0px;
    }
}
header .menu .button-item {
    margin-top: 0px !important;
    background: var(--secondary);
    margin-left: 12px;
    margin-right: 12px;
    padding: 10px 24px 10px 24px;
    border-radius: 2px;
}
header .menu .button-item span {
    color: var(--primary-color);
    border-radius: 30px;
    margin-right: 10px;
    text-align: center;
}
header .menu .button-item span img {
    margin-top: -2px;
    width: 18px;
    margin-right: 0px;
}
header .menu .button-item a {
    color: #ffffff!important;
}
@media (max-width: 991.98px) {
    header .menu .button-item {
        text-align: center;
        margin-top: 20px!important;
        padding: 14px 20px 14px 6px;
        border: 1px solid #f7f7f7;
    }
    header .menu .button-item span {
        margin-right: 18px;
    }
    header .menu .button-item a {
        color: #ffffff !important;
    }
}
header .menu .button {
    background-color: var(--orange);
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
}

header .menu ul li.dropdown.show {
    background: #ffffff;
}
header .menu .dropdown-menu {
    color: #212529;
    margin-top: 0px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    background-size: cover;
    width: 220%;
    border: none;
    border-radius: 2px;
    position: absolute;
    top: 54px;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
}
header .menu .dropdown-menu a {
    font-weight: 700;
    color: var(--primary-bg-color)!important;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}
header .menu .dropdown-menu .dropdown-sub-menu {
    padding-left: 30px;
    float: left;
    font-size: 12px;
    width: 100%;
}
header .menu .dropdown-menu .dropdown-sub-menu a {
    color: #505050 !important;
    font-size: 14px;
    width: 100%;
    padding-left: 0px!important;
    transition: padding-left 0.5s ease-in-out;
}
header .menu .dropdown-menu .dropdown-sub-menu a:hover {
    color: var(--primary-color) !important;
    padding-left: 10px!important;
    transition: padding-left 0.5s ease-in-out;
}
@media (max-width: 1199.98px) {
    header .menu .dropdown-menu .dropdown-sub-menu a {
        font-size: 14px;
    }
}
@media (max-width: 991.98px) {
    header .menu .dropdown-menu .dropdown-sub-menu {
        min-height: auto;
    }
    header .menu .dropdown-menu .dropdown-sub-menu a {
        color: #e5e5e5 !important;
        font-size: 14px!important;
        padding-bottom: 0px;
        width: fit-content;
    }
    header .menu .dropdown-menu .dropdown-sub-menu a:hover {
        background: transparent;
        color: #ffffff !important;
    }
}
header .menu .dropdown-menu .dropdown-sub-menu ul {
    padding-left: 0px;
}
header .menu .dropdown-menu .dropdown-sub-menu li a {
    color: #505050 !important;
    font-size: 13px;
    border-bottom: none;
    word-wrap: break-word;
    white-space: inherit;
    padding-bottom: 0px;
}
header .menu .dropdown-menu .dropdown-sub-menu li a:hover {
    color: #262626;
    background-color: transparent;
}
@media (max-width: 991.98px) {
    header .menu .dropdown-menu .dropdown-sub-menu li a {
        color: white!important
    }
}
header .menu .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
header .menu.sticky .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler {
    border: none!important;
    box-shadow: none!important;
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 16px;*/
}
header .menu .offcanvas {
    background: var(--primary-color);
}
header .menu .offcanvas .offcanvas-header img {
    margin-left: 10px;
    height: auto;
}
header .menu .offcanvas .offcanvas-header .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
}
.sticky {
    position: fixed!important;
    top: 0;
    width: 100%!important;
    padding: 5px 0px!important;
    background-color: #ffffff!important;
    animation-name: animate;
    animation-duration: 1s;
    transition: all 0.5s ease-in-out;
}
@keyframes animate {
    from {
        padding: 20px 0px;
        background: transparent;
        position: absolute!important;
    }
    to {
        padding: 0px!important;
        background: var(--white-color);
        position: fixed!important;
    }
}
header .menu .offcanvas .offcanvas-body .navbar-nav-mobile-quick .secondary-button a {
    text-align: center;
    color: #ffffff!important;
    background: var(--primary-color);
}
header .menu .offcanvas .offcanvas-body .navbar-nav-mobile-quick .primary-button a {
    text-align: center;
    color: var(--primary-color) !important;
    background: #ffffff;
}
/* HEADER */

/* SLIDER */
section.slider {

}
@media (max-width: 1399.98px) {
    section.slider {
        min-height: auto;
    }
}
/*section.slider .overlay {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 35%, rgba(3, 3, 3, 0.6) 100%);*/
/*    z-index: 2;*/
/*}*/
section.slider .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%
    );
}
section.slider .carousel-item img {
    transform: scale(1.1);
    transform-origin: center center;
    animation: scale 10000ms ease-in-out forwards;
}
@keyframes scale {
    to {
        transform: scale(1);
    }
}
section.slider .carousel-caption {
    text-align: left;
    padding: 30px 20px;
    color: #ffffff;
    width: 100%;
    height: fit-content;
    bottom: 10%;
    left: auto;
    right: auto;
    z-index: 8;
}
section.slider .carousel-caption span {
    color: #ffffff;
    padding-top: 20px;
}
section.slider .carousel-caption h2 {
    color: #ffffff;
    font-size: 62px;
    margin-top: 10px;
    font-weight: bold;
    max-width: 685px;
}
section.slider .carousel-caption p {
    max-width: 540px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}
section.slider .carousel-caption .btn {
    font-weight: bold;
    margin-top: 10px;
    width: 180px;
    padding: 14px 30px;
    background: var(--primary-bg-color);
    border-radius: 30px;
    color: #ffffff;
    margin-right: 20px;
    transition: all ease-out .2s;
}
section.slider .carousel-caption .btn:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1) !important;
    transition: all ease-out .2s;
}
section.slider .carousel-caption .btn-white {
    background-color: #ffffff;
    color: var(--primary-bg-color);
}
.carousel-control-next, .carousel-control-prev {
    z-index: 10;
}
@media (max-width: 1499.98px) {
    section.slider .carousel-caption {
        bottom: 10%;
    }
    section.slider .carousel-caption h2 {
        font-size: 46px;
    }
    section.slider .carousel-caption p {
        font-size: 18px;
    }
    section.slider .carousel-caption .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 7%;
    }
}
@media (max-width: 1199.98px) {
    section.slider .carousel-caption {
        bottom: 10%;
    }
    section.slider .carousel-caption h2 {
        font-size: 32px;
    }
    section.slider .carousel-caption p {
        max-width: 480px;
        font-size: 16px;
    }
    section.slider .carousel-caption .btn {
        padding: 10px 20px;
        font-size: 12px;
    }
}
@media (max-width: 991.98px) {
    section.slider .carousel-caption {
        bottom: 5%;
    }
    section.slider .carousel-caption h2 {
        font-size: 42px;
    }
    section.slider .carousel-caption p {
        max-width: 260px;
        font-size: 12px;
    }
    section.slider .carousel-caption .btn {
        margin-top: 5px;
        font-size: 12px;
        width: 140px;
        padding: 10px 16px;
    }
}
@media (max-width: 767.98px) {
    section.slider .carousel-caption {
        bottom: 8%;
    }
}
/* SLIDER */

/* SECTION ABOUT US */
section.about-us {
    padding-top: 60px;
    padding-bottom: 100px;
}
section.about-us .title {
    padding-top: 50px;
    padding-bottom: 40px;
}
@media (max-width: 991.98px) {
    section.about-us .title {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
section.about-us .title span {
    font-size: 16px;
}
section.about-us .title h2 {
    font-size: 46px;
    color: var(--primary-color);
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
    section.about-us .title h2 {
        font-size: 24px;
    }
}
section.about-us .title p {
    font-size: 20px;
    color: var(--primary-color);
}
@media (max-width: 991.98px) {
    section.about-us .title p {
        margin-bottom: 40px;
    }
}
section.about-us .title p span {
    font-size: 20px;
    color: var(--primary-color);
}
section.about-us .title a {
    font-size: 14px;
    color: var(--primary-color);
}
section.about-us .box {
    text-align: center;
    padding: 30px 24px;
    transition: all ease-out .2s;
}
section.about-us .box img {
    width: 80px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
section.about-us .box h3 {
    font-size: 16px;
    color: rgb(106 201 229);
}
section.about-us .box .fa {
    font-size: 20px;
}
section.about-us .box .fa, section.about-us .box .fas {
    color: var(--primary-color);
}
section.about-us .box p {
    font-size: 16px;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}
section.about-us .box {
    min-height: 240px;
}
section.about-us .view .btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 220px;
    border: 2px solid var(--primary-bg-color);
    border-radius: 0px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.about-us .view .btn:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
@media (max-width: 991.98px) {
    section.about-us .view .btn {
        margin-top: 50px;
    }
}
/* SECTION ABOUT US */

/* SECTION PROJECTS */
section.projects {
    background: #1d1d1b;
    padding-top: 60px;
    padding-bottom: 100px;
}
section.projects .title {
    color: var(--white-color);
    padding-top: 50px;
    padding-bottom: 40px;
}
@media (max-width: 991.98px) {
    section.projects .title {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
section.projects .title span {
    font-size: 16px;
}
section.projects .title h2 {
    font-size: 46px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
    section.projects .title h2 {
        font-size: 24px;
    }
}
section.projects .title p {
    color: var(--white-color);
    font-size: 20px;
}
@media (max-width: 991.98px) {
    section.projects .title p {
        margin-bottom: 40px;
    }
}
section.projects .title p span {
    font-size: 20px;
}
section.projects .title a {
    color: var(--white-color);
    font-size: 14px;
}

section.projects .boxes {
    padding-top: 50px;
    padding-bottom: 30px;
}
section.projects .boxes .box {
    position: relative;
    width: 100%;
    max-height: 400px;
}
section.projects .boxes img {
    width: 100%;
}
section.projects .boxes .content {
    color: #ffffff;
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 0px;
}
section.projects .boxes .content h3 {
    font-size: 24px;
    padding-top: 4px;
    padding-bottom: 20px;
}
section.projects .boxes .content span {
    padding-bottom: 10px;
}
section.projects .boxes .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
section.projects .view .btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 220px;
    border: 2px solid var(--primary-bg-color);
    border-radius: 0px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.projects .view .btn:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
@media (max-width: 991.98px) {
    section.projects .view .btn {
        margin-top: 50px;
    }
}
/* SECTION PROJECTS */

/* PROJECT SLICK SLIDER */
section.projects .slick-list {
    clip-path: inset( -100vw -100vw -100vw 0 );
    overflow: visible;
}
section.projects .slick-slide {
    display: flex;
    margin: 0px;
}
section.projects .slick-track {
    height: 400px;
}
section.projects .slick-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 0px solid #fff;
}
section.projects .slick-prev, section.projects .slick-prev:focus {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 60px;
    left: auto;
    top: -50px;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 16px;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
    background: url('../images/icons/chevron-left-white.png'), transparent;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
section.projects .slick-prev:hover {
    background: url('../images/icons/chevron-left.png'), #ffffff;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 991.98px) {
    section.projects .slick-prev, .slick-prev:hover, section.projects .slick-prev:focus {
        display: none!important;
        width: 50px;
        height: 50px;
    }
}
section.projects .slick-next, section.projects .slick-next:hover, section.projects .slick-next:focus {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0px;
    left: auto;
    top: -50px;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 16px;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
    background: url('../images/icons/chevron-right-white.png'), transparent;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
section.projects .slick-next:hover {
    background: url('../images/icons/chevron-right.png'), #ffffff;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 991.98px) {
    section.projects .slick-next, .slick-next:hover, .section.projects .slick-next:focus {
        display: none!important;
        width: 50px;
        height: 50px;
    }
}
section.projects .slick-prev:before, section.projects .slick-next:before {
    content: "";
}
/* PROJECT SLICK SLIDER */

/* SECTION FAQ */
section.faq {
    padding-top: 60px;
    padding-bottom: 100px;
}
section.faq .title {
    padding-top: 50px;
    padding-bottom: 40px;
}
@media (max-width: 991.98px) {
    section.faq .title {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
section.faq .title span {
    font-size: 16px;
}
section.faq .title h2 {
    font-size: 52px!important;
    color: var(--primary-color)!important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
    section.faq .title h2 {
        font-size: 24px;
    }
}
section.faq .title p {
    font-size: 20px;
    color: var(--primary-color);
}
@media (max-width: 991.98px) {
    section.faq .title p {
        margin-bottom: 40px;
    }
}
section.faq .title p span {
    font-family: "Chalet-NewYorNinSe", sans-serif;
    font-size: 20px;
    color: var(--primary-color);
}
section.faq .title a {
    font-size: 14px;
    color: var(--primary-color);
}
section.faq .accordion-item {
    border:none;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
section.faq .accordion-item:first-of-type .accordion-button {
    border-radius: 30px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 30px;
}
section.faq .accordion-button {
    border-radius: 30px;
    background: #f7f7f7;
}
section.faq .accordion-button:not(.collapsed) {
    border-radius: 30px;
    background: var(--primary-color);
    color: #ffffff;
}
section.faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* SECTION FAQ */

/* SECTION PARTNERS */
section.brands {
    padding-top: 80px;
    padding-bottom: 80px;
}
section.brands .title {
    padding-top: 50px;
    padding-bottom: 40px;
}
@media (max-width: 991.98px) {
    section.brands .title {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
section.brands .title span {
    font-size: 16px;
}
section.brands .title h2 {
    font-size: 52px;
    color: var(--primary-color);
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 991.98px) {
    section.brands .title h2 {
        font-size: 24px;
    }
}
section.brands .title p {
    font-size: 20px;
    color: var(--primary-color);
}
@media (max-width: 991.98px) {
    section.brands .title p {
        margin-bottom: 40px;
    }
}
section.brands .title p span {
    font-size: 20px;
    color: var(--primary-color);
}
section.brands .title a {
    font-size: 14px;
    color: var(--primary-color);
}
section.brands .box {
    text-align: center;
    padding: 30px 24px;
    transition: all ease-out .2s;
}
section.brands .box img {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}
section.brands .slick-next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 75px;
    right: -40px;
    border: 1px solid rgba(82, 82, 82, 0.6);
    padding: 16px;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
    background: url('../images/icons/chevron-right.png'), transparent;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
section.brands .slick-next:hover {
    background: url('../images/icons/chevron-right-white.png'), #000000;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
section.brands .slick-next:before  {
    content: none;
}
@media (max-width: 1399.98px) {
    section.brands .slick-next {
        z-index: 9;
        right: 10px;
    }
}
section.brands .slick-prev, section.brands .slick-prev:focus {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 75px;
    left: -40px!important;
    border: 1px solid rgba(82, 82, 82, 0.6);
    padding: 16px;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
    background: url('../images/icons/chevron-left.png'), transparent;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
section.brands .slick-prev:hover {
    background: url('../images/icons/chevron-left-white.png'), #000000;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
section.brands .slick-prev:before  {
    content: none;
}
@media (max-width: 1399.98px) {
    section.brands .slick-prev  {
        z-index: 9;
        left: 10px!important;
    }
}
/* SECTION PARTNERS */

/* FOOTER */
footer {
    padding: 80px 0px;
    background: var(--primary-color);
}
footer .information .col-12:first-child p {
    max-width: 320px;
}
footer .logo img {
    height: auto;
    margin-bottom: 30px;
}
footer h4 {
    font-size: 18px;
    margin-top: 10px;
    color: var(--white-color);
}
footer ul {
    margin-top: 40px;
    padding-left: 0px;
}
footer ul li {
    font-weight: lighter;
    line-height: 32px;
    color: var(--grey-color);
}
footer .social-icons {
    margin-top: 20px;
}
footer .social-icons a {
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 16px;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
}
footer .social-icons a:hover {
    background: #b59a88;
}
footer .social-icons img, footer ul li img {
    width: 16px;
}
footer a {
    font-size: 14px;
    font-weight: lighter;
    line-height: 32px;
    color: #d2d2d2 !important;
    margin-bottom: 18px;
}
footer a:hover {
    color: #ffffff !important;
}
footer .social-icons .fab {
    font-size: 18px;
}
footer .copyright {
    color: #dcbfc2 !important
}
/* FOOTER */

/* PAGE */
body.page header .menu {
    position: initial;
}
section.heading {
    padding-top: 40px;
    padding-bottom: 0px;
}
section.heading .breadcrumb {
    display: flex;
    align-items: start;
    justify-content: center;
}
@media (max-width: 991.98px) {
    section.heading .breadcrumb {
        padding-left: 0px;
    }
}
section.heading .breadcrumb-item {
    color: #ffffff;
    font-size: 12px;
}
@media (max-width: 991.98px) {
    section.heading .breadcrumb-item {
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 300px;
        display: block;
        overflow: hidden;
        text-align: left;
    }
}
section.heading .breadcrumb-item a {
    color: #ababab;
}
section.heading .breadcrumb-item::before {
    font-size: 10px;
    line-height: 18px;
    color: #d0d0d0;
}
section.heading .heading-divider {
    margin-top: 20px;
    font-size: 0;
    line-height: 1;
}
section.heading h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.24;
    color: var(--white-color);
    margin-top: 20px;
    margin-bottom: 40px;
}
section.heading img {
    width: 100%;
}
section.content {
    color: #000000;
    padding-top: 40px;
    padding-bottom: 40px;
}
section.content h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.24;
    color: var(--primary-color);
    margin-top: 20px;
    margin-bottom: 40px;
}
@media (max-width: 991.98px) {
    section.content {
        padding-bottom: 60px;
    }
    section.content h1 {
        font-size: 24px;
    }
}
section.content .title h4 {
    padding: 20px 15px 17px 0px;
    margin: 0px 30px;
    margin-left: 10px;
    font-size: 18px;
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #f7f7f7;
}
@media (max-width: 991.98px) {
    section.content .title h4 {
        margin: 0px 24px;
    }
}
section.content .title h4::after {
    content: "";
    position: relative;
    display: block;
    top: 18px;
    left: 0;
    width: 100px;
    height: 2px;
    z-index: 2;
    background: var(--primary-bg-color);
}
section.content .menu {
    background: #ffffff;
    margin-top: 34px;
    padding: 0px;
}
@media (max-width: 991.98px) {
    section.content .menu {
        margin-top: 12px;
    }
    section.content .menu h4 {
        margin-left: 15px!important;
        margin-right: 15px;
    }
}
section.content .menu .navbar-expand-lg .navbar-nav {
    width: 100%;
    flex-direction: column;
}
@media (max-width: 991.98px) {
    section.content .menu .navbar-expand-lg .navbar-nav {
        padding-top: 20px;
        margin-left: 15px;
    }
}
section.content .menu .navbar-expand-lg .navbar-nav .nav-item {

}
section.content .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 20px;
    padding-left: 0px;
    width: 100%;
    word-wrap: break-word;
    white-space: inherit;
}
section.content .menu .navbar-expand-lg .navbar-nav .nav-link.show {
    color: rgba(0, 0, 0, 0.65);
}
section.content .menu .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--secondary-color);
}
section.content .menu .dropdown-toggle::after {
    display: none;
    position: absolute;
    right: 16px;
    top: 18px;
}
section.content .menu .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    border: none;
    font-size: 14px;
}
section.content .menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 12px 20px;
    padding-left: 35px;
    width: 100%;
    word-wrap: break-word;
    white-space: inherit;
    color: rgba(0, 0, 0, 0.65);
}
section.content .menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
    background-color: var(--primary-color);!important;
}
section.content .menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-sub-menu a {
    font-size: 14px;
    padding-left: 30px;
    transition: 0.5s ease-in-out;
}
section.content .menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-sub-menu a:hover {
    padding-left: 40px;
    transition: 0.5s ease-in-out;
}
section.content .menu .navbar-toggler {
    position: absolute;
    right: 12px;
    top: -58px;
}
section.content .menu .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
section.content .text strong {
    color: var(--primary-color);
}
@media (max-width: 991.98px) {
    section.content .text {
        padding-top: 10px !important;
    }
}
section.content .text li {
    padding: 10px 0px;
    list-style: inherit;
}
section.content .text h2 {
    color: var(--primary-color);
    padding: 10px 0px;
    font-size: 20px;
}
section.content .text h3 {
    color: var(--primary-color);
    padding: 10px 0px;
    font-size: 18px;
}
section.content .text h4 {
    color: var(--primary-color);
    padding: 10px 0px;
    font-size: 16px;
}
section.content .text p {
    line-height: 24px;
}
section.content .text p.text-secondary {
    font-size: 12px;
}
section.content .text a {
    font-weight: bold;
    color: var(--primary-color);
}
section.content .text #file {
    color: #ffffff;
    margin-top: 20px;
    background: var(--primary-color);
    padding: 12px 20px;
    display: block;
    width: fit-content;
}
section.content .text #file:before {
    font-family: "Font Awesome 6 Free";
    content: "\f1c1";
    display: inline-block;
    padding-right: 14px;
    vertical-align: middle;
}
section.content .text #file:hover {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}
section.content .text #pdf {
    color: #ffffff;
    margin-top: 20px;
    background: var(--primary-color);
    padding: 12px 20px;
    display: block;
    width: fit-content;
}
section.content .text #pdf:before {
    font-family: "Font Awesome 6 Free";
    content: "\f1c1";
    display: inline-block;
    padding-right: 14px;
    vertical-align: middle;
}
section.content .text #pdf:hover {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}
section.content .text #word {
    color: #ffffff;
    margin-top: 20px;
    background: var(--primary-color);
    padding: 12px 20px;
    display: block;
    width: fit-content;
}
section.content .text #word:before {
    font-family: "Font Awesome 6 Free";
    content: "\f1c2";
    display: inline-block;
    padding-right: 14px;
    vertical-align: middle;
}
section.content .text #word:hover {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}
section.content #link {
    color: var(--primary-color);
    margin-top: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #f8f9fa;
    border-radius: 0px;
    padding: 16px 20px;
    display: block;
    width: 100%;
    transition: 0.5s ease-in-out;
}
section.content #link:hover {
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    transform: translateY(-5px) !important;
    transition: all ease-out .2s;
}
section.content #link:after {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    float: right;
}
section.content .text table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
section.content .text table tr:nth-of-type(odd) {
    background-color: #fbfbfb;
}
section.content .text table td,
section.content .text table th,
section.content .text table td,
section.content .text table th {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
section.content .text img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    padding: 10px;
}
section.content .text img.align-left {
    padding-left: 0px;
    padding-right: 30px;
}
@media (max-width: 767.98px) {
    section.content .text img.align-left {
        padding: 5px;
    }
}
section.content .text img.align-right {

}
section.content .cover img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    padding: 0px;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    section.content .cover img {
        height: 300px;
    }
}
section.content .galleries img {
    width: 100%;
    height: 240px!important;
    object-fit: cover;
}
section.content .btn404 {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 180px;
    border: 2px solid var(--primary-bg-color);
    border-radius: 0px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.content .btn404:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
#pageStaticBackdrop .close {
    position: absolute;
    top: -16px;
    right: -12px;
    background: #ffff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 20px;
}
#pageStaticBackdrop .btn-close {
    margin-top: 7px;
    box-shadow: none!important;
}
@media (max-width: 991.98px) {
    section.content.sidebar-form .mt-4 {
        padding: 0px 14px;
    }
}
section.content.sidebar-form h4 {
    margin-left: 15px;
}
section.content.sidebar-form a {
    color: var(--primary-color);
}
section.content.sidebar-form .btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    border: 2px solid var(--primary-bg-color);
    border-radius: 0px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.content.sidebar-form .btn:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.content.sidebar-form #kvkk_permission_label {
    font-size: 12px;
    margin-left: 23px;
    position: relative;
    top: -23px;
    max-width: 360px;
}
section.content.sidebar-form #kvkk_permission_label_en {
    font-size: 12px;
    margin-left: 23px;
    position: relative;
    top: -23px;
    max-width: 360px;
}
@media (min-width: 1399.98px) {
    section.content.sidebar-form #kvkk_permission_label_en {
        font-size: 12px;
        margin-left: 7px;
        position: relative;
        top: -3px;
        max-width: 360px;
    }
}
section.content.sidebar-form #campaign_permission_label {
    font-size: 12px;
    margin-left: 23px;
    position: relative;
    top: -23px;
    max-width: 360px;
}
section.content.sidebar-form #campaign_permission_label_en {
    font-size: 12px;
    margin-left: 23px;
    position: relative;
    top: -23px;
    max-width: 360px;
}
@media (max-width: 991.98px) {
    section.content.sidebar-form #kvkk_permission_label {
        margin-left: 10px;
        top: -2px;
    }
    section.content.sidebar-form #campaign_permission_label {
        margin-left: 26px;
        top: -21px;
        max-width: 100%;
    }
    section.content.sidebar-form #kvkk_permission_label_en {
        font-size: 12px;
        margin-left: 7px;
        position: relative;
        top: -3px;
        max-width: 360px;
    }
    section.content.sidebar-form #campaign_permission_label_en {
        font-size: 12px;
        margin-left: 7px;
        position: relative;
        top: -3px;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    section.content.sidebar-form #campaign_permission_label_en {
        font-size: 12px;
        margin-left: 23px;
        position: relative;
        top: -20px;
        max-width: 100%;
    }
}
section.content .text-boxes {
    padding-right: 40px;
}
@media (max-width: 1399.98px) {
    section.content .text-boxes {
        padding-right: 40px;
    }
}
section.content .text-boxes img {
    border-radius: 30px;
}
section.content .form-boxes {
    position: sticky;
    top: 100px;
}
section.content .form-boxes .form-box {
    border-radius: 2px;
    padding: 40px;
    color: #000000;
    background: #ffffff;
}
@media (max-width: 767.98px) {
    section.content .form-boxes {
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        position: inherit;
    }
    section.content .form-boxes .form-box {
        position: inherit;
    }
}
section.content .form-boxes .form-box h3 {
    font-size: 20px!important;
    margin-bottom: 20px;
}
section.content .form-boxes .form-box p {
    font-size: 14px;
    color: #000000;
}
section.content .form-boxes input[type="checkbox"] {
    border-color: #000!important;
}
section.content .form-boxes input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000!important;
    box-shadow: none!important;
}
section.content .form-boxes input[type="checkbox"]:focus {
    border-color: #000!important;
    box-shadow: none!important;
}
section.content .form-boxes #kvkk_permission_label {
    font-size: 14px;
    margin-left: 10px;
}
section.content .form-boxes #kvkk_permission_label a {

}
section.content .form-boxes #campaign_permission_label {
    font-size: 14px;
    margin-left: 10px;
}
@media (max-width: 991.98px) {
    section.content .form-boxes #kvkk_permission_label {
        max-width: 100%;
    }
    section.content .form-boxes #campaign_permission_label {
        max-width: 100%;
    }
}
section.content .form-boxes .form-box a {
    color: #072541;
}
section.content .form-boxes .form-box .btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    border: 2px solid var(--primary-bg-color);
    border-radius: 30px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.content .form-boxes .form-box .btn:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.content .form-boxes .form-box .btn-action {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
/* PAGE */

/* PAGE ABOUT US */
section.content .boxes .box {
    max-width: 300px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
section.content .boxes .box .p-4 {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--primary-color);
    border-radius: 24px 24px 24px 24px;
}
section.content .boxes .box .number {
    left: 50%;
    width: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -40px;
}
section.content .boxes .box span {
    font-size: 16px;
    color: white;
    background: #082541;
    padding: 10px 14px;
    border-radius: 30px;
}
/* PAGE ABOUT US */

/* PAGE TREATMENT */
body.project header .menu {
    position: absolute;
}
section.project-cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%
    );
}
section.project-cover .container .box {
    z-index: 3;
    position: absolute;
    bottom: 30px
}
section.content.project h2 {
    font-size: 24px;
}
section.content.project ul {
    list-style: none;
    padding-left: 10px;
}
section.content.project ul li:before {
    font-size: 18px;
    color: #6dcbe7;
    content: '✓';
    padding-right: 10px;
}
/* PAGE TREATMENT */

/* SEARCH */
#searchModal .fa-search {
    position: absolute;
    font-size: 18px;
    left: 30px;
    top: 40px;
}
#searchModal .btn-close {
    position: absolute;
    right: 30px;
    top: 40px;
}
#searchModal .form-control {
    border: none;
    box-shadow: none;
    line-height: 90px;
    padding-left: 70px;
    background: var(--primary-color);
    color: #ffffff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#searchModal input::placeholder {
    color: #ffffff;
    opacity: 1; /* Firefox */
}
#searchModal input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #ffffff;
}
#searchModal #search-result {
    line-height: 60px;
    width: 100%;
    background: #efefef;
}
#searchModal #search-result p {
    padding: 4px 38px;
    border-bottom: 1px solid #e6e7e7;
    margin-bottom: 0px;
}
#searchModal #search-result p a {
    color: #313131 !important;
    font-weight: 400;
}
#searchModal #search-result p a:hover {
    color: var(--primary-color) !important;
    font-weight: bold;
}
#searchModal #search-result-en {
    line-height: 60px;
    width: 100%;
    background: #efefef;
}
#searchModal #search-result-en p {
    padding: 4px 38px;
    border-bottom: 1px solid #e6e7e7;
    margin-bottom: 0px;
}
#searchModal #search-result-en p a {
    color: #313131 !important;
    font-weight: 400;
}
#searchModal #search-result-en p a:hover {
    color: #7a242c !important;
    font-weight: bold;
}
/* SEARCH */

/* FORM */
#formModal .modal-body {
    padding: 32px
}
@media (max-width: 991.98px) {
    #formModal .modal-body {
        padding: 10px 6px;
    }
}
#formModal a {
    color: #072541;
}
@media (max-width: 991.98px) {
    #formModal #form .mt-4 {
        margin-top: 0px !important;
    }
}
#formModal .btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    border: 2px solid var(--primary-bg-color);
    border-radius: 30px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
#formModal .btn:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
#formModal .btn-action {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
#formModal input[type="checkbox"] {
    border-color: #000!important;
}
#formModal input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000!important;
    box-shadow: none!important;
}
#formModal input[type="checkbox"]:focus {
    border-color: #000!important;
    box-shadow: none!important;
}
#formModal #kvkk_permission_label {
    font-size: 14px;
    margin-left: 10px;
}
#formModal #kvkk_permission_label a {

}
#formModal #campaign_permission_label {
    font-size: 14px;
    margin-left: 10px;
}
@media (max-width: 991.98px) {
    #formModal #kvkk_permission_label {
        max-width: 100%;
    }
    #formModal #campaign_permission_label {
        max-width: 100%;
    }
}
/* FORM */

/* PAGINATION */
.pagination .justify-content-between {
    margin-right: auto;
    margin-left: auto;
}
.pagination .text-muted {
    display: none;
}
.pagination li span, .pagination li.active span {
    background: #062552;
    border: 1px solid #062552;
}
.pagination li span, .pagination li a {
    box-shadow: none!important;
    color: #062552;
    padding: 10px 16px;
}
/* PAGINATION */

/* WHATSAPP */
#whatsapp .whatsapp {
    display: inline-block;
    padding: 16px 18px;
    border-radius: 40px;
    position: fixed;
    bottom: 46px;
    right: 100px;
    height: 55px;
    background: #a3826c;
    color: #ffffff;
    font-weight: 700;
    vertical-align: middle;
    font-size: 14px;
    z-index: 99;
    animation: shadow-pulse 1s infinite;
}
#whatsapp .whatsapp .fa-whatsapp {
    font-size: 18px;
    font-weight: 900;
}
#whatsapp .whatsapp img {
    width: 20px;
}
#whatsapp .whatsapp span {
    display: inline;
    margin-top: -7px;
    position: relative;
    top: 2px;
    left: 4px;
    margin-left: 6px;
}
@media (max-width: 991.98px) {
    #whatsapp .whatsapp {
        right: 54px;
    }
}
@media (max-width: 575.98px) {
    #whatsapp .whatsapp {
        text-align: center;
        width: 50%;
        border-radius: 0px;
        right: 0px;
        bottom: 0px;
        border: none;
    }
}
@media (max-width: 428.98px) {
    #whatsapp .whatsapp {
        font-size: 12px;
        padding: 16px 6px;
    }
}
@media (max-width: 390.98px) {
    #whatsapp .whatsapp {
        font-size: 12px;
        padding: 16px 6px;
    }
}
/* WHATSAPP */

/* LINK */
#link .link {
    display: inline-block;
    padding: 16px 18px;
    border-radius: 40px;
    position: fixed;
    bottom: 46px;
    left: 100px;
    height: 55px;
    background: var(--secondary);
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
    font-size: 14px;
    z-index: 99;
    animation: shadow-pulse 1s infinite;
}
#link .link .fa-briefcase {
    font-size: 24px;
    font-weight: 900;
}
#link .link img {
    width: 20px;
}
#link .link span {
    display: inline;
    margin-top: -7px;
    position: relative;
    top: 2px;
    left: 4px;
    margin-left: 6px;
}
@media (max-width: 991.98px) {
    #link .link {
        left: 54px;
    }
}
@media (max-width: 575.98px) {
    #link .link {
        text-align: center;
        width: 50%;
        border-radius: 0px;
        left: 0px;
        bottom: 0px;
        border: none;
    }
}
@media (max-width: 428.98px) {
    #link .link {
        font-size: 12px;
        padding: 16px 6px;
    }
}
@media (max-width: 390.98px) {
    #link .link {
        font-size: 12px;
        padding: 16px 6px;
    }
}
/* LINK */

/* SECTION LANDING PAGE */
body.landing-page .content {
    height: 100vh;
}
body.landing-page .content img {
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    body.landing-page .content {
        height: auto;
    }
    body.landing-page .content img {
        height: auto;
        object-fit: inherit;
    }
}
body.landing-page .form-boxes {
    height: 100vh;
    overflow-y: scroll;
}
@media (max-width: 1199.98px) {
    body.landing-page .form-boxes {
        height: auto;
    }
}
body.landing-page .form-boxes .form-box {
    padding: 40px;
    color: #000000;
    background: #ffffff;
}
body.landing-page .form-boxes .form-box h3 {
    color: #16213d;
}
body.landing-page .form-boxes .form-box h4 {
    font-size: 30px;
}
@media (max-width: 767.98px) {
    body.landing-page .form-boxes .form-box {
        padding: 40px 30px;
    }
    body.landing-page .form-boxes {
        padding-left: 20px;
        padding-right: 20px;
        position: inherit;
    }
    body.landing-page .form-boxes .form-box {
        position: inherit;
    }
}
body.landing-page .form-boxes .form-box p {
    color: #000000;
}
body.landing-page .form-boxes .form-box input[type="checkbox"] {
    border-color: #000!important;
}
body.landing-page .form-boxes .form-box input[type="checkbox"]:checked {
    background-color: #000;
    border-color: #000!important;
    box-shadow: none!important;
}
body.landing-page .form-boxes .form-box input[type="checkbox"]:focus {
    border-color: #000!important;
    box-shadow: none!important;
}
body.landing-page .form-boxes .form-box #kvkk_permission_label {
    font-size: 14px;
    margin-left: 10px;
}
body.landing-page .form-boxes .form-box #kvkk_permission_label a {

}
body.landing-page .form-boxes .form-box #campaign_permission_label {
    font-size: 14px;
    margin-left: 10px;
}
@media (max-width: 991.98px) {
    body.landing-page .form-boxes .form-box #kvkk_permission_label {
        max-width: 100%;
    }
    body.landing-page .form-boxes .form-box #campaign_permission_label {
        max-width: 100%;
    }
}

body.landing-page .form-boxes .form-box a {
    color: #072541;
}
body.landing-page .form-boxes .form-box .btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    border: 2px solid var(--primary-bg-color);
    border-radius: 30px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
body.landing-page .form-boxes .form-box .btn:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
body.landing-page .form-boxes .form-box .btn-action {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
body.landing-page #formModal .modal-body h5 {
    margin-top: 10px;
    font-size: 24px;
    color: #16213d;
}
body.landing-page #formModal .modal-body h6 {
    font-weight: lighter;
    color: #6dcbe7;
    margin-top: 30px;
    font-size: 20px;
}
body.landing-page #formModal .modal-body #recaptcha {
    margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
    body.landing-page #formModal .modal-body #recaptcha {
        margin-top: 0px;
    }
}
/* SECTION LANDING PAGE */

@media (max-width: 575.98px) { }

@media (max-width: 767.98px) { }

@media (max-width: 991.98px) { }

@media (max-width: 1199.98px) { }

@media (max-width: 1399.98px) { }
