@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@400;500;600;700&display=swap');
@import "../fonts/font.css";
@import "keyframes.css";

:root {
    --primary-font: 'Figtree', sans-serif;
    --second-font: 'Outfit', sans-serif;
    --primary-color: #276658;
    --second-color: #d6a916;
    --low-gray: #F3EAF4;
    --pewder-color: #9eb3c2;
    --white-color: #ffffff;
    --red: #ff3838;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    list-style: none;
    box-sizing: border-box;
    outline: none;
    border: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
     
    overflow-x: hidden !important;
    
}

body {
    line-height: 1.2;
    scroll-behavior: smooth;
    font-family: var(--primary-font);
    font-weight: 400;
    overflow-x: hidden;

}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

::selection {
    color: #fff !important;
    background-color: var(--primary-color);
}

::-moz-selection {
    color: #fff !important;
    background-color: var(--primary-color);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #bfbaba; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.container--full {
    margin: unset;
    max-width: 1870px;
    padding: 0 90px;
}

.sec-title {
    padding-bottom: 50px;
}

.sec-title.hizmet-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-title.hizmet-tit .p-tit {
    max-width: 550px;
}

.sec-title.hizmet-tit .p-tit p {
    color: #626262;
    line-height: 1.7;
}

.sec-title__tagline {
    font-size: 16px;
    color: #768385;
    margin: 0;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 7px;
}

.sec-title__tagline::after {
    content: '';
    width: 83px;
    height: 1px;
    background-color: var(--primary-color);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.sec-title__title {
    margin: 0;
    font-size: 2.7rem;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #144047;
    font-family: var(--second-font);
}

.news-block {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

.news-block .inner-box {
    position: relative;
    transition: all 300ms ease;
}

.news-block .image-box {
    position: relative;
}

.news-block .image-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 0;
}

.news-block .image-box .image img {
    display: block;
    width: 100%;
    height: 319px;
    transition: all 400ms ease;
    object-fit: cover;
}

.news-block .image-box .image a:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
}

.news-block .content-box {
    position: relative;
    margin-top: -65px;
    margin-left: 30px;
    padding: 30px 40px 35px;
    background-color: #fff;
    border-radius: 10px 0 10px 10px;
    transition: all 300ms ease;
}

.news-block .content-box .date {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    background-color: var(--primary-color);
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    padding: 5px 20px;
    font-weight: 700;
    border-radius: 10px;
    margin-right: 10px;
    z-index: 1;
}

.news-block .content-box .post-info {
    position: relative;
    font-size: 14px;
    color: #6a6a6a;
}

.news-block .content-box .title {
    margin-top: 15px;
    margin-bottom: 7px;
    font-weight: 800;
    font-size: 22px;
    line-height: 1.2em;
}

.news-block .content-box .text {
    margin-bottom: 15px;
}

.news-block .content-box .read-more {
    position: relative;
    font-size: 12px;
    line-height: 25px;
    color: #0f0f0f;
    font-weight: 700;
    display: flex;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 100ms linear;
}

.news-block .content-box .read-more i {
    margin-right: 10px;
    font-size: 16px;
    transition: all 100ms linear;
}

.news-block .inner-box:hover .image-box img {
    transform: scale(1.1);
}

.news-block .inner-box:hover .image-box .image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms linear;
}

.news-block .inner-box:hover .content-box {
    box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
}

.news-block .content-box .read-more:hover {
    color: var(--second-color);
    transform: translateX(-25px);
}

.news-block .content-box .read-more:hover i {
    opacity: 0;
    transform: translateX(15px);
}

.news-block .content-box .title:hover>a {
    color: var(--second-color);
}

.footer .footer-top {
    display: inline-block;
    width: 100%;
    padding: 0 0 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e4e7ec
}

.footer-top img {
    object-fit: contain;
    width: 63%;
    filter: contrast(0.5);
}

.footer .width-20 {
    width: 21%;
}

.text-heading {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
}

.color-gray-600 {
    color: #475467;
}

.text-body-text {
    font-weight: 400 !important;
    font-size: 16px;
}

.text-body-text svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    fill: var(--primary-color);
}

.text-body-text a {
    color: #475467;
}

.footer .width-16 {
    width: 16%;
}

.footer .menu-footer {
    display: inline-block;
}

.footer .menu-footer li {
    list-style: none;
}

.footer .menu-footer li+li {
    margin-top: 8px;
}

.footer .menu-footer li a {
    color: #667085;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    transition-duration: .2s;
    font-family: Muddy Way;
}

.footer .footer-bottom {
    border-top: 1px solid #e4e7ec;
    padding: 30px 0;
    color: #667085;
    font-size: 14px;
}

.footer .footer-bottom a {
    text-decoration: none;
    margin-left: 20px;
    color: #98a2b3;
}

.text-body-lead {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: var(--primary-color);
}

.footer .menu-footer li a:hover {
    color: var(--primary-color);
    transition-duration: .2s;
    padding-left: 3px;
}

.owl-blog_home.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    width: max-content;
    position: absolute;
    top: -18%;
    right: 0;
    transform: translate(-50%, -50%);
}

.owl-blog_home.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 2px solid #144047;
    border-radius: 50%;
    transition: all 500ms ease;
}

.owl-blog_home.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #144047;
}

.e-bulten {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

.e-bulten h3 {
   font-size: 17px;
    font-weight: 100;
    margin-bottom: 7px;
    color: #949494;
    margin-right: 18px;
    font-family: Muddy Way;
}

.bulten-box {
    width: 420px;
    position: relative;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #c5c5c5;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 5px 15px 5px 20px;
}

.e-bulten input {
    margin-right: 10px;
    height: 100%;
    display: inline-block;
    background-color: transparent;
    color: #667085;
    margin: 0;
    padding: 20px 10px;
    width: calc(100% - 120px);
    font-family: var(--primary-font);
    font-weight: 500;
}

.e-bulten input:checked,
.e-bulten input:focus {
    background-color: transparent;
}

.e-bulten button {
    font-weight: 700;
    font-size: 15px;
    color: var(--second-color);
    transition: all .5s;
    height: 52px;
    width: 150px;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vmax;
    background-color: var(--primary-color);
}

.e-bulten button span {
    margin-top: -2px;
    margin-right: 6px;
}

.e-bulten button img {
    width: 30px;
}

.menu-footer.social {
    display: flex;
    flex-wrap: wrap;
}

.social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    border-radius: 5px;
    transition: .3s ease-in-out all;
}

.menu-footer.social li {
    margin-right: 10px;
    margin-bottom: 6px;
    transition: .3s ease-in-out all;
}

.menu-footer.social li+li {
    margin-top: 0;
}

.social a svg {
    width: 15px;
    height: 15px;
    fill: var(--primary-color);
    transition: .3s ease-in-out all;
}

.menu-footer.social li a:hover {
    background-color: var(--primary-color);
}

.menu-footer.social li a:hover>svg {
    fill: var(--second-color);
}

/*SUCCESS FORM*/
.success-form {
    display: none;
    padding: 13px 20px;
    font-size: 18px;
    color: #fff;
    background-color: #00bb46;
    align-items: center;
    font-family: var(--primary-font);
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    font-weight: 500;
    letter-spacing: 0.7px;
    transition: all .5s ease-in-out;
    margin-bottom: 20px;
    grid-area: span 1/2 span;
}

.success-form .check {
    font-size: 20px;
    color: #00bb46;
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 15px;
}

.success-form.active {
    visibility: visible;
    opacity: 1;
    display: flex;
}

.sanatustuCopy {
    padding-left: 20px;
    margin-top: -8px;
}

.sanatustuCopy span {
    padding: 0;
}

.sanatustuSpanF {
    font-size: 24px !important;
    color: #828282;
    font-family: 'NADALL';
}

.sanatustuSpanL {
    font-family: 'Quizma-LightDemo';
    color: #828282;
    font-size: 29px !important;
}

.work-process-area {
    padding-bottom: 90px;
    padding-top: 70px;
    position: relative;
    z-index: 1;
}

.hamburger-icon.active .work-process-area {
    z-index: -1 !important;
}

.section-title {
    animation-delay: 0.2s;
    margin-bottom: 70px;
    margin-top: -7px;
    position: relative;
    text-align: center !important;
}

.section-title .sub-title {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.section-title h2 {
    line-height: 1.25;
    font-size: 42px;
    font-weight: 600;
    color: #000;
    font-family: var(--second-font);
}

.work-process-line {
    margin-bottom: -95px;
}

.work-process-line img {
    max-width: 100%;
    display: inline-block;
}

.work-process-item {
    margin-bottom: 30px;
}

.work-process-item .number {
    width: 80px;
    height: 80px;
    color: white;
    font-size: 24px;
    transition: 0.5s;
    font-weight: 700;
    line-height: 60px;
    margin-left: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 3px 0 60px rgb(103 77 243 / 20%);
    border: 10px solid white;
    font-family: "Poppins", sans-serif;
    background: var(--primary-color);
}

.work-process-item .content {
    transition: 0.5s;
    position: relative;
    background: #f7f7f9;
    padding: 35px 30px;
}

.work-process-item .content:before {
    position: absolute;
    content: '';
    left: 33px;
    bottom: 100%;
    transition: 0.5s;
    border-right: 22px solid transparent;
    border-bottom: 15px solid #f7f7f9;
}

.work-process-item .content h4 {
    transition: 0.5s;
    line-height: 1.35;
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    font-family: var(--second-font);
    margin-bottom: 10px;
}

.work-process-item .content p {
    transition: 0.5s;
    line-height: 1.7;
    font-weight: 500;
    opacity: .75;
}

.work-process-item:hover .content {
    background: var(--primary-color);
}

.work-process-item:hover .content:before {
    border-bottom-color: var(--primary-color);
}

.work-process-item:hover .content p,
.work-process-item:hover .content h4 {
    color: white;
}

.custom__container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 12px;
}

.top__bar {
    background: #131313;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.top__bar::before {
    content: "";
    position: absolute;
    background: var(--primary-color);
    top: 0;
    left: 0;
    bottom: 0;
    width: 42%;
    clip-path: polygon(0 0, 100% 0%, 97% 100%, 0 100%);
    z-index: -1;
}

.top__bar::after {
    content: "";
    position: absolute;
    background: #fff;
    top: -5px;
    left: 42%;
    bottom: -4px;
    width: 3px;
    z-index: -1;
    transform: rotate(23deg);
}

.top__bar-left a {
    color: var(--white-color);
    font-weight: 600;
    word-break: break-word;
    display: flex;
    align-items: center;
}

.top__bar-left a img {
    margin-right: 10px;
    width: 17px;
}

.top__bar-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.top__bar-right>a {
    color: var(--white-color);
    font-weight: 600;
    transition: 0.4s;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top__bar-right>a:hover {
    color: var(--second-color);
}

.top__bar-right>a img {
    width: 30px;
    margin-right: 10px;
    margin-bottom: -3px;
}

.top__bar-right-social {
    border-left: 1px solid #676767;
    padding-left: 30px;
    margin-left: 30px;
}

.top__bar-right-social ul {
    padding: 0;
    margin: 0;
}

.top__bar-right-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.top__bar-right-social ul li a i {
    color: var(--white-color);
    transition: 0.4s;
    font-size: 18px;
}

.top__bar-right-social ul li a i:hover {
    color: var(--second-color);
}

.header {
    padding: 0 30px;
    background-color: #fff;
    position: relative;
}

.header__area-menubar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo a {
    display: inline-block;
}

.header__logo a img {
    max-width: 307px;
    position: relative;
    z-index: 2;
}

.header__menuCenter ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
}

.header__menuCenter ul li {
    display: inline-block;
    position: relative;
    list-style: none;
}

.header__menuCenter ul li a {
    color: #131313;
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    transition: all 0.4s ease-out 0s;
    text-transform: uppercase;
    /*padding: 43px 32px;*/
    padding: 43px 20px;
    font-family: var(--second-font);
}

.header__menuCenter ul li.menu-item-has-children>a {
    position: relative;
}

.header__menuCenter ul li.menu-item-has-children>a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 2px;
    height: 8px;
    background: #131313;
    transition: all 0.3s ease;
}

.header__menuCenter ul li.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 8px;
    height: 2px;
    background: #131313;
}

.header__menuCenter ul li:hover>a {
    color: var(--second-color);
}

.header__menuCenter ul li.menu-item-has-children:hover>a::before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
}

.header__menuCenter ul li.menu-item-has-children:hover>a::after {
    background: var(--second-color);
}

.header__menuCenter ul li .sub-menu {
    position: absolute;
    background: var(--white-color);
    min-width: 240px;
    transition: all 0.3s ease-out 0s;
    top: 100%;
    opacity: 0;
    box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.08);
    visibility: hidden;
    z-index: 99;
    text-align: left;
    transform: scale(1, 0);
    transform-origin: 0 0;
    display: block;
}

.header__menuCenter ul li .sub-menu li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #E9E9E8;
    position: relative;
}

.header__menuCenter ul li .sub-menu li a {
    color: #131313;
    padding: 12px 20px;
    transition: all 0.4s ease-out 0s;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.header__menuCenter ul li .sub-menu li::after {
    position: absolute;
    content: "";
    background: var(--second-color);
    width: 2px;
    transition: all 0.5s ease-out 0s;
    height: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header__menuCenter ul li .sub-menu li:hover>a {
    color: var(--second-color);
    padding-left: 25px;
}

.header__menuCenter ul li:hover>.sub-menu {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.header__menuCenter ul li .sub-menu li:hover::after {
    height: 100%;
}

.header__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__right-box {
    display: flex;
    align-items: center;
}

.header__right-box-search-icon i {
    cursor: pointer;
    position: relative;
    z-index: 9;
    display: block;
    color: #131313;
    font-size: 24px;
    font-weight: 400;
}

.header__right-box-search-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 0;
    background: rgba(39, 102, 88, .7);
    z-index: 9999;
    transition: all 0.5s ease-out;
    overflow: hidden;
}

.header__right-box-search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 55%;
    transition: all 0.5s ease-out;
}

.header__right-box-search-box input {
    background: var(--white-color);
    color: #131313;
    border: 0;
    border-radius: 6px;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    outline-offset: -2px;
  
}
input{
  -webkit-appearance: none !important;
}
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.header__right-box-search-box button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    font-size: 22px;
    color: var(--primary-color);
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.header__right-box-search-box-icon {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: var(--white-color);
    cursor: pointer;
    transform: rotate(0deg);
}

.header__right-box-search-box-icon i {
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.header__right-sidebar-popup-icon {
    margin-left: 16px;
    padding-left: 0px;
    position: relative;
}

.header__right-sidebar-popup-icon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: #131313;
    opacity: 0.1;
}

.header__right-sidebar-popup-icon img {
    cursor: pointer;
    max-width: 100%;
    height: auto;
    margin-left: 30px;
    transition: 0.4s;
    width: 25px !important;
    height: 25px !important;

}

.responsive-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.header__right-sidebar-popup {
    position: fixed;
    width: 460px;
    height: 100%;
    right: 0;
    overflow: none;
    transform: translateX(100%);
    top: 0;
    background: #151718;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: transform 0.5s ease 0.4s;
    padding: 100px 40px;
    scrollbar-width: none;
}

.header__right-sidebar-popup .sidebar-close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    transform: rotate(0);
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.header__right-sidebar-popup .sidebar-close-btn i {
    color: #fff;
    font-size: 22px;
}

.header__right-sidebar-popup-logo {
    margin-bottom: 30px;
}

.header__right-sidebar-popup-logo a {
    display: inline-block;
}

.header__right-sidebar-popup-logo a img {
    max-width: 180px;
    position: relative;
    z-index: 999;
    height: auto;
    transition: 0.4s
    margin-bottom: -36px;
    margin-top: -66px;
}

.header__right-sidebar-popup p {
    color: #CCCCCC;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.header__right-box-sidebar-popup-contact {
    margin: 29px 0;
    padding: 25px 0;
    border-top: 1px solid #3B3838;
    border-bottom: 1px solid #3B3838;
}

.header__right-box-sidebar-popup-contact h4 {
   color: var(--white-color);
    font-size: 24px;
    line-height: 0px;
    padding: 0;
    margin: 0;
    font-family: var(--second-font);
    font-weight: 700;
    margin-bottom: 23px;
}

.header__right-box-sidebar-popup-contact-item {
    display: flex;
    margin-bottom: 25px;
    gap: 25px;
}

.header__right-box-sidebar-popup-contact-item-icon {
    margin-top: 8px;
    width: 30px;
}

.header__right-box-sidebar-popup-contact-item-icon i {
    color: var(--red);
    font-size: 30px;
}

.header__right-box-sidebar-popup-contact-item-content span {
    color: #CCCCCC;
    display: inline-block;
    margin-bottom: 5px;
}

.header__right-box-sidebar-popup-contact-item-content h6 {
    max-width: 240px;
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: #131313;
}

.header__right-box-sidebar-popup-contact-item-content h6 a {
    transition: all 0.4s ease-out;
    color: var(--white-color);
}

.header__right-box-sidebar-popup-contact-item-icon i {
    color: var(--second-color);
    font-size: 30px;
}

.header__right-box-sidebar-popup-social ul {
    padding: 0;
    margin: 0;
}

.header__right-box-sidebar-popup-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.header__right-box-sidebar-popup-social ul li a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 23px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    color: var(--primary-color);
    transition: all 0.4s ease-out;
    background: var(--white-color);
}

.header__right-box-sidebar-popup-social ul li a i:hover {
    color: var(--white-color) !important;
    background: var(--primary-color);
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all 0.8s ease-out;
    visibility: hidden;
    z-index: 99999;
    background: rgba(24, 24, 24, 0.6);
}

.sidebar-overlay.show {
    visibility: visible;
    width: 100%;
}

.header__right-sidebar-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    right: 0;
}

.header__right-box-search-box.active {
    height: 100%;
    top: 0;
}

.header__right-box-search-box.active.header__right-box-search-box form {
    transform: translate(-50%, -50%) scale(1);
}

.header__right-box-btn {
    margin-left: 45px;
}

.btn-one {
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 26px;
    padding: 12px 20px;
    text-align: center;
    font-weight: 600;
    font-family: var(--primary-font);
    z-index: 3;
    position: relative;
    transition: 0.4s;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 16px;
}

.btn-one::before {
    content: "";
    position: absolute;
    height: 400px;
    width: 430px;
    top: 50%;
    left: 50%;
    background: var(--second-color);
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: all 0.5s ease-out 0s;
    z-index: -1;
}

.btn-one:hover {
    color: #fff;
}

.btn-one:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.btn-one i {
    position: relative;
    top: 0px;
    margin-left: 15px;
    font-size: 13px
}

.hamburger-icon {
    padding: 0 25px;
    margin-left: 20px;
    border-left: 1px solid #333;
    cursor: pointer;
    height: 40px;
    display: none;
    place-content: center;
}

.hamburger-icon span {
    width: 25px;
    height: 2px;
    display: block;
    background-color: #000;
    transition: .4s ease-in-out;
    border-radius: 20px;
}

.hamburger-icon span+span {
    margin-top: 6px;
}

.hamburger-icon.active span:nth-child(1) {
    transform: rotate(55deg) skew(6deg);
}

.hamburger-icon.active span:nth-child(2) {
    transform: rotate(-55deg) skew(5deg);
    margin-top: -2px;
}

.hamburger-icon.active span:nth-child(3) {
    display: none;
    opacity: 0;
    transition: 0s ease-in-out;
}

section.hizmetler {
    padding-bottom: 70px;
}

.hizmet-item {
    transition: all 0.5s ease;
}

.owl_hizmetler-index .item {
    margin-top: 15px;
    transition: all .7s ease-in-out;
}

.owl_hizmetler-index .swiper-slide.swiper-slide-active .item {
    transform: scale(1.1);
}

.owl_hizmetler-index .item .hizmet-img-box-link:hover {
    box-shadow: -1px 1px 62px 2px rgba(0, 0, 0, 0.26);
}

.hizmet-img-box {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    margin-bottom: 15px;
}

.hizmet-img-box-link {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 30px;
}

.hizmet-img-box-link img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    transition: all .4s ease-in-out;
}

.hizmet-img-box:hover .hizmet-img-box-link img {
    scale: 1.1;
}

.owl-nav-custom {
    margin-top: 10px;
}

button.prev-btn {
    color: #fff !important;
    padding: 8px 10px !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    opacity: 1;
    margin-right: 5px;
    font-weight: 500;
    outline: none;
    background-color: transparent;
}

.prev-btn .left {
    width: 54px;
    height: 2px;
    background-color: var(--primary-color);
    display: block;
    position: relative;
}

.prev-btn .left::before {
    content: '';
    background-color: var(--primary-color);
    width: 16px;
    height: 2px;
    bottom: -5px;
    left: -3px;
    position: absolute;
    transform: rotate(-135deg);
}

.prev-btn .left::after {
    content: '';
    background-color: var(--primary-color);
    width: 16px;
    height: 2px;
    top: -5px;
    left: -3px;
    position: absolute;
    transform: rotate(135deg);
}

button.next-btn {
    color: #fff !important;
    padding: 8px 10px !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    opacity: 1;
    margin-right: 0px;
    font-weight: 500;
    outline: none;
    background-color: transparent;
}

button.next-btn .right {
    width: 54px;
    height: 2px;
    background-color: var(--primary-color);
    display: block;
    position: relative;
}

button.next-btn .right::before {
    content: '';
    background-color: var(--primary-color);
    width: 16px;
    height: 2px;
    bottom: -5px;
    right: -3px;
    position: absolute;
    transform: rotate(135deg);
}

button.next-btn .right::after {
    content: '';
    background-color: var(--primary-color);
    width: 16px;
    height: 2px;
    top: -5px;
    right: -3px;
    position: absolute;
    transform: rotate(-135deg);
}

.hizmet-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #022279;
    line-height: 1.2;
}

.sss-page {
    background-color: transparent !important;
}

.acc-sss-ct {
    background-color: #ffe4bc;
    padding: 3rem 0;
    margin: 1.5rem 0 0 0;
}

.sss-acc {
    padding: 70px 0 30px 0;
}

.faq {
    margin-top: 25px;
    border-radius: 40px;
    height: max-content;
    transition: all .4s ease-in-out;
    background-color: #fff;
    width: 100%;
    max-width: 540px;
}

.faq .accordion {
    padding: 13px 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: all 0.4s ease-in-out;
    background: none;
    display: flex;
    font-size: 1.25rem;
    align-items: center;
    justify-content: space-between;
}

.circle-animation {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
    display: grid;
    place-items: center;
}

.circle-animation i {
    font-size: 27px;
    transition: all .4s ease-in-out;
}

.faq .panel {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: all .4s ease-in-out;
}

.faq .active,
.faq .accordion:hover,
.wc-accordion .active,
.wc-accordion .accordion:hover {
    background-color: transparent;
}

.faq .accordion:focus,
.wc-accordion .accordion:focus {
    text-decoration: underline;
}

.faq .active i,
.wc-accordion .active i {
    transform: rotate(90deg);
    color: #fff;
}

.panel.open {
    visibility: visible;
    transition: all .4s ease-in-out;
    opacity: 1;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 40px;
    padding-right: 20px;
    height: max-content;
}

.closed .vertical {
    transition: all 0.4s ease-in-out;
    transform: rotate(-90deg);
}

.closed .horizontal {
    transition: all 0.4s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.active {
    opacity: 1;
}

.active a {
    color: #006a59 !important;
}

.active .vertical {
    transition: all 0.4s ease-in-out;
    transform: rotate(90deg);
    background-color: #fff !important;
}

#tab-title-dimensions_tab {
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 600;
    margin-left: 20px;
}

.animate-float-bob-y {
    animation-name: float-bob-y;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 4s;
    width: 100%;
    transition: all .3s ease-in-out;
    padding: 30px;
    margin-left: 40px;
    margin-top: 75px;
}

.sss-acc h1 {
    font-size: 25px;
    font-family: var(--primary-font);
    font-weight: 600;
    color: #051036;
    margin-left: 10px;
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.sss-page .faq {
    border: none;
    border-radius: 3px;
    height: max-content;
    transition: all .4s ease-in-out;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
}

.sss-page .faq,
.sss-page .wc-accordion {
    margin-top: 25px;
    background-color: #f7f7f775;
    color: rgb(34, 34, 34);
}

.sss-page .faq .accordion,
.sss-page .wc-accordion .accordion {
    padding: 10px 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    background: none;
    display: flex;
    font-size: 1.25rem;
    align-items: center;
}

.sss-page .faq .active,
.sss-page .faq .accordion:hover,
.sss-page .wc-accordion .active,
.sss-page .wc-accordion .accordion:hover {
    background-color: #fff !important;
}

.sss-page .faq .accordion:focus,
.sss-page .wc-accordion .accordion:focus {
    text-decoration: underline;
}

.sss-page .faq .active i,
.sss-page .wc-accordion .active i {
    transform: rotate(90deg);
}

.sss-page .faq .panel,
.sss-page .wc-accordion .panel {
    max-height: max-content !important;
    overflow: hidden;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

.sss-page .faq .panel {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
    opacity: 0;
    display: none;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

.sss-page .panel.open {
    visibility: visible;
    transition: all .4s ease-in-out;
    opacity: 1;
    display: block;
    background-color: #fff !important;
}

.sss-page .panel p {
    font-weight: 500;
    opacity: .7;
}

.sss-page .closed .vertical {
    transition: all 0.4s ease-in-out;
    transform: rotate(-90deg);
}

.sss-page .closed .horizontal {
    transition: all 0.4s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.accordion.active {
    opacity: 1;
}

.accordion.active .vertical {
    transition: all 0.4s ease-in-out;
    transform: rotate(90deg);
    left: 51% !important;
    background-color: var(--second-color) !important;
}

.accordion.active .horizontal {
    transition: all 0.4s ease-in-out;
    transform: rotate(90deg);
    opacity: 0 !important;
}

.accordion.active .circle-animation {
    background-color: var(--primary-color) !important;
}

.accordion.active .sss-page .faq {
    background-color: #fff !important;
    border: 1px solid #ddd;
}

.sss-page .circle-animation {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 30px;
    transition: all 0.4s ease-in-out;
}

.sss-page .circle-animation .horizontal {
    position: absolute;
    background-color: var(--primary-color);
    width: 13px;
    height: 3px;
    left: 67%;
    margin-left: -10px;
    top: 50%;
    margin-top: -1px;
}

.sss-page .circle-animation .vertical {
    position: absolute;
    background-color: var(--primary-color);
    width: 2.5px;
    height: 15px;
    left: 56%;
    margin-left: -1px;
    top: 61%;
    margin-top: -10px;
}

.sss-page .sss-acc {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(550px, 1fr));
    gap: 1rem 2rem;
}

.sss-page .faq {
    margin-top: 0;
    max-width: unset;
    margin-bottom: 23px;
}

.swiper.homeSlider {
    width: 100%;
    height: 94vh;
    position: relative;
}

.swiper.homeSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper.homeSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-slide.custom__container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    text-align: left;
}

.text-slide p:first-child {
    font-size: 19px;
    text-align: left;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-weight: 900;
    color: rgb(255, 255, 255);
    letter-spacing: 2.4px;
    margin: 0;
    z-index: auto;
    width: 100%;
    max-width: 450px;
    filter: none;
    font-family: Alba;
}

.text-slide h1 {
    font-size: 46px;
    text-align: left;
    font-style: normal;
    line-height: 1.4;
    font-weight: 800;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    color: rgb(255, 255, 255);
    z-index: auto;
    width: 100%;
    max-width: 556px;
    filter: none;
    margin-top: 15px;
    font-family: Monoton;
}

.text-slide p.desc-slide {
    font-size: 17px;
    text-align: left;
    font-style: normal;
    text-decoration: none;
    font-weight: 100;
    text-transform: none;
    letter-spacing: 0;
    color: white;
    margin: 0;
    z-index: auto;
    max-width: 350px;
    line-height: 1.4;
    margin-top: 15px;
}

.text-slide a {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 22px 40px;
    border-radius: 9999px;
    z-index: 1;
    margin-top: 25px;
}

.text-slide a::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 4px;
    right: 3px;
    bottom: 3px;
    background-color: var(--white-color);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.2);
    transition: all ease .4s;
}

.text-slide a:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.text-slide a:hover {
    color: #000;
}

.swiper.homeSlider .swiper-pagination {
    left: 12%;
    bottom: 5%;
    transform: translate(-50%, -50%);
    width: 100% !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    background-color: #fff;
}

.nav-custom {
    position: absolute;
    bottom: 1%;
    right: 4%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: nowrap;
    z-index: 10;
}

.nav-custom button {
    transition: all .4s ease-in-out;
}

.nav-custom button i {
    transition: all .2s ease-in-out;
}

.nav-custom .prev-btn {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-custom .prev-btn i {
    font-size: 36px;
    color: #000;
    font-weight: 400;
}

.nav-custom .next-btn {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.nav-custom .next-btn i {
    font-size: 36px;
    color: #000;
    font-weight: 300;
}

.nav-custom button:hover {
    background-color: var(--primary-color);
}

.nav-custom button:hover>i {
    color: #fff;
}

.corporate-container {
    width: 100%;
    height: max-content;
    padding: 3rem 0 3rem 0;
}

.corporate-container .container .content-corporate {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 1.5fr);
    grid-gap: 120px;
}

.corporate-container .container .content-corporate .corporate-txt {
    padding: 0 20px 0 0;
}

.corporate-container .container .content-corporate .corporate-txt p {
    line-height: 1.5;
    font-size: 1.15rem;
    opacity: .75;
    font-weight: 400;
    font-family: var(--second-font);
    text-align: justify;
}

.corporate-txt p+p {
    margin-top: 25px;
}

.about-section {
    position: relative;
    background-color: #F7F5F1;
    padding: 124px 0px 120px 0px;
    height: 100%;
    display: block;
    background: url(../img/hakkimizda-bg-istanbul.png) 0px 21.4px;
    background-attachment: fixed;
    background-size: cover !important;
}

.content_block_one .content-box {
    display: block;
    position: relative;
    margin-right: 30px;
}

.content_block_one .content-box .sec-title {
    position: relative;
    display: block;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.content_block_one .content-box .sec-title h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    font-family: var(--second-font);
}

.content-box .text {
    margin-bottom: 35px;
}

.content_block_one .content-box .text p {
    color: #676767;
    font-weight: 400;
    margin: 0;
}

.custom-btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 150px;
    transition: all 500ms ease;
    padding: 19px 58px 17px 56px;
    background-color: var(--primary-color);
}

.custom-btn-one:hover {
    background-color: var(--second-color);
}

.image_block_one .image-box {
    padding-left: 180px;
    padding-bottom: 105px;
    margin-left: 40px;
    position: relative;
    display: block;
}

.image_block_one .image-box img {
    width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
    object-fit: cover;
}

.image_block_one .image-box .shape .shape-1 {
    position: absolute;
    left: 172px;
    bottom: 6px;
    width: 198px;
    height: 198px;
    background-repeat: no-repeat;
    animation: zoom-fade 7s infinite linear;
}

.image_block_one .image-box .shape .shape-2 {
    position: absolute;
    right: -56px;
    top: 30px;
    width: 198px;
    height: 198px;
    background-repeat: no-repeat;
    animation: zoom-fade 7s infinite linear;
}

.image_block_one .image-box .shape .shape-3 {
    position: absolute;
    top: 124px;
    right: -87px;
    width: 150px;
    height: 150px;
    border: 22px solid #E5AC1B;
    border-radius: 50%;
    z-index: 1;
    animation: zoom-fade 5s infinite linear;
}

.image_block_one .image-box .image-1 {
    position: relative;
    overflow: hidden;
    width: 410px;
    border-radius: 50%;
}

.image_block_one .image-box .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 260px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
}

.image_block_one .image-box .image-2:before {
    position: absolute;
    content: '';
    background: #F7F5F1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 20px;
    top: -20px;
    z-index: -1;
}

.image_block_one .image-box .image-1:hover img {
    transform: scale(1.05);
}

.image_block_one .image-box .image-2:hover img {
    transform: scale(1.05);
}

@keyframes zoom-fade {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

.stroke-text {
    font-size: 80px;
    font-weight: 700;
    font-family: 'Teko', sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    text-transform: uppercase;
    inset-inline-start: 0;
    -webkit-text-stroke-color: var(--second-color);
    line-height: 1;
    display: inline-block;
    position: relative;
}

.apt-shape-3::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    -webkit-text-fill-color: var(--second-color);
    overflow: hidden;
    width: 0;
    transition: all 1s ease-out 0s;
    white-space: nowrap;
}

.apt-shape-3:hover:after {
    width: 100%;
}

.project-home {
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
}

.project-home::before {
    content: "";
    z-index: -1;
    background-color: var(--primary-color);
    width: 100%;
    height: 340px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.project-home .mb-project {
    margin-bottom: 70px;
}

.title-project {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 2.8rem;
    font-family: var(--second-font);
}

.owl-carousel.owl_projects-home-carousel .owl-stage-outer {
    overflow: unset;
}

.project-item {
    width: 100%;
    height: 370px;
    max-height: 370px;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 24px;
}

.project-item article.project-article {
    position: relative;
    overflow: hidden;
}

.project-item article.project-article:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .65s ease;
    background-image: linear-gradient(to top, #0000009e, rgb(0 0 0 / 0%));
}

.project-item article.project-article img {
    border-radius: inherit;
    object-fit: cover;
    height: 370px;
}

.bottom-project-content {
    width: 100%;
    position: absolute;
    bottom: 2rem;
    left: 0;
    padding: 0 40px;
    display: block;
}

.bottom-project-content .project-h5 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-family: var(--second-font);
}

.bottom-project-content .project-h5 a {
    color: #fff;
}

.bottom-project-content .project-h5 strong {
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
}

.project-button {
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: var(--primary-color);
    transition: all .35s ease;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.project-button i {
    transition: all .4s ease-in-out;
}

.project-button:hover>i {
    color: var(--primary-color);
    transform: translateX(3px);
}

.menu-responsive.active {
    display: block;
    transition: all .4s ease-in-out;
    background-color: var(--primary-color) !important;
}

.prev-btn-project {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 25px;
    border: 2px solid #fff;
    margin-right: 10px;
    transition: all .4s ease-in-out;
}

.next-btn-project {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 25px;
    border: 2px solid #fff;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}

.next-btn-project:hover {
    color: #000;
    background-color: #fff;
}

.prev-btn-project:hover {
    color: #000;
    background-color: #fff;
}

.referans-home-container {
    margin: 7rem 0 6rem 0;
}

.owl_referans-carousel-hm .brand-img {
    width: 100%;
    height: 79px;
    border: 4px solid #f7f7f7;
    padding: 4px;
}

.owl_referans-carousel-hm .brand-img img {
    width: 100%;
    height: 100%;
    max-height: 79px;
    object-fit: contain;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.blog-container .row {
    --bs-gutter-x: 30px;
}

.blog-container {
    margin: 3rem 0 80px;
}

.blog-card {
    background-color: #fff;
    box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 7%);
    position: relative;
    padding: 30px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-card__content {
    width: calc(100% - 280px);
    float: left;
}

.blog-card .blog-card__date {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    flex-direction: column;
    width: 60px;
    height: 70px;
    background-color: var(--primary-color);
    line-height: 1em;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--primary-font);
}

.blog-card__date span {
    font-size: 20px;
    display: block;
    line-height: 1;
    padding-bottom: 2px;
}

.blog-card__title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: -0.04em;
    margin-bottom: 11px;
    font-family: var(--primary-font);
}

.blog-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
    transition: all 500ms ease;
}

.blog-card__text {
    border-top: 1px solid #dde8ea;
    margin-top: 24px;
    padding-top: 20px;
    margin-bottom: -6px;
}

.blog-card__links {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    color: #144047;
    letter-spacing: 0.1em;
    transition: all 500ms ease;
    position: relative;
    bottom: -23px;
}

.blog-card__image {
    display: block;
    float: right;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.blog-card__image img {
    width: 100%;
    max-width: 204px;
    height: 290px;
    object-fit: cover;
}

.blog-card__title a:hover {
    background-size: 100% 2px;
}

.mt-80 {
    margin-top: 80px;
}

.pagination-custom {
    margin: 0;
    padding: 0;
    margin-left: -5px;
}

.pagination-custom li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}

.pagination-custom li a {
    border: 1px solid #E7E7E7;
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 105px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    transition: 0.4s;
    font-family: var(--second-font);
}

.pagination-custom li a.active {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
}

.teklif-al {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .5s ease-in-out;
}

.teklif-al .container {
    position: relative;
    height: 100%;
}

.teklif-al .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    display: grid;
    place-items: center;
    max-height: 700px;
    grid-template-columns: 50% 50%;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    transform: translate(-50%, -100%);
    transition: all 1s ease-in-out;
}

.teklif-al.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.teklif-al.active .modal-content {
    transform: translate(-50%, -50%);
}

.teklif-al .modal-content .img-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.teklif-al .modal-content .img-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 50px 35px;
    position: relative;
}

.form-content h2 {
    font-size: 25px;
    margin-bottom: 1px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
    font-family: var(--second-font);
}

.form-content p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.form-content form input[type="text"],
.form-content form input[type="email"] {
    width: 100%;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    height: 40px;
    padding: 10px 15px;
    border-radius: 8px;
}

.form-content form input[type="file"] {
    font-size: 12px;
    font-weight: 600;
}

.form-content form textarea {
    width: 100%;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    height: 85px;
    padding: 10px 15px;
    resize: none;
}

.form-content form .form-item+.form-item {
    margin-top: 20px;
}

.close-modal {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 24px;
    cursor: pointer;
}

.contact-box-container {
    padding: 3rem 0px;
}

.contact__box {
    box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.08);
    padding: 90px 70px;
    margin: 0;
    background: var(--white-color);
    position: relative;
    z-index: 2;
}

.contact__left {
    margin-right: 50px;
}

.contact__left h3 {
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #131313;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact__left-item {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 28px;
    padding-bottom: 25px;
    display: flex;
    gap: 30px;
}

.contact__left-item-icon img {
    max-width: 45px;
    height: auto;
    transition: 0.4s;
}

.contact__left-item-info span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.contact__left-item-info p {
    text-transform: lowercase;
    line-height: 27px;
    color: #131313;
    font-weight: 600;
    max-width: 240px;
    font-size: 16px;
}

.contact__left-item-info p a {
    transition: 0.4s;
}

.contact__left-item-socialIcon {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: #131313;
    font-family: var(--second-font);
    font-weight: 700;
}

.contact__left-item-socialIcon ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.contact__left-item-socialIcon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 2px;
}

.contact__left-item-socialIcon ul li a i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #F4F4F4;
    font-size: 15px;
    border-radius: 50%;
    transition: 0.4s;
}

.contact__left-item-socialIcon ul li a i:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.contact__right-form iframe {
    width: 100%;
    height: 530px;
}

.contact__right-form form {
    max-width: 950px;
    margin: 0 auto;
}

.contact__box+.contact__box {
    margin-top: 40px;
}

.contact__right-form-item {
    position: relative;
}

.contact__right-form-item span {
    position: absolute;
    right: 16px;
    top: 23px;
    color: var(--primary-color);
    font-weight: 400;
}

.contact__right-form-item input[type="text"],
.contact__right-form-item input[type="email"] {
    color: #343434;
    border-radius: 6px;
    width: 100%;
    height: 60px;
    border: 1px solid #E9E9E8;
    padding: 0 15px;
    background-color: #FFFFFF;
    font-size: 15px;
}

.contact__right-form-item textarea {
    height: 177px;
    width: 100%;
    font-size: 15px;
    color: #343434;
    border-radius: 6px;
    border: 1px solid #E9E9E8;
    padding: 15px;
    background-color: #FFFFFF;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    background-color: #f1f1f1;
    padding: 15px 10px;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-content {
    display: flex;
    align-items: center;
    font-family: var(--primary-font);
    justify-content: space-between;
}

.breadcrumb-content.detail .title {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.breadcrumb-content h1 {
    font-size: 21px;
    font-family: var(--second-font);
    font-weight: 500;
    color: #504f4f;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.breadcrumb-content .path-site {
    width: max-content;
    display: grid;
}

.breadcrumb-content .path-site ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-content .path-site ul li {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    margin: 0 10px;
    color: #4d4c4b;
}

.breadcrumb-content .path-site ul li a {
    color: #4d4c4b;
}

.breadcrumb-content .path-site ul li::after {
    position: absolute;
    content: "\EA54";
    font-family: remixicon !important;
    font-style: normal;
    color: #4d4c4b;
    left: 105%;
    top: 9%;
}

.breadcrumb-content .path-site ul li:last-child {
    margin-right: 0;
    margin-left: 15px;
}

.breadcrumb-content .path-site ul li:last-child:after {
    position: unset;
    content: '';
}

.breadcrumb-content .path-site ul li a.active {
    color: var(--primary-color);
}

.p-1 {
    padding: 0.3125rem !important;
}

.galleries .item {
    position: relative;
    height: 100%;
}

.galleries .card {
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: max-content;
    overflow: hidden;
}

.galleries .card-img {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 5px;
    transform: scale(1);
    transition: 1s ease-in-out;
}

.m-duplicate {
    margin: -0.3125rem !important;
}

.card-img-overlay {
    background-color: rgba(0, 0, 0, .4) !important;
}

.more-detail {
    font-weight: 600;
    line-height: 1;
    font-size: 48px;
    margin-bottom: .3rem;
    font-family: var(--second-font);
}

.more-detail-sm {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
}

.img-lg a {
    height: 610px !important;
}

.hover-zoom-in:hover .card-img {
    transform: scale(1.3);
}

.proje-content-features {
    padding: 2.2rem 1rem;
    background-color: #f5f5f5;
    margin: 1rem 0 2rem 0;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.proje-content-features .features-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    width: 280px;
    border-right: 1px solid #000;
    margin-right: 40px;
}

.proje-content-features .features-item:last-child {
    border: none;
}

.proje-content-features .features-item img {
    width: 46px;
    height: 100%;
    object-fit: contain;
    margin-right: 20px;
    opacity: 0.7;
}

.proje-content-features .features-item .features-tt {
    display: block;
}

.proje-content-features .features-item .features-tt h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--second-font);
    margin-bottom: 6px;
    color: #dcab00;
}

.proje-content-features .features-item .features-tt span {
    color: #000;
    opacity: .8;
    font-weight: 500;
}

.head-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    overflow: hidden;
}

.head-content .title .stroke-text {
    padding-left: 40px;
    font-size: 30px;
    text-transform: capitalize;
}

.head-content .title .stroke-text::before {
    content: "";
    width: 65px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-color);
    height: 10px;
    border-radius: 30px;
}

.head-content .title .stroke-text::after {
    padding-left: 40px;
}

.head-content .video {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 500;
}

.head-content .video i {
    margin-right: 6px;
    font-size: 43px;
}

.content-project-detail {
    width: 100%;
    margin-top: 20px;
}

.content-project-detail p {
    font-size: 17px;
    font-family: var(--second-font);
    opacity: .8;
    line-height: 1.6;
}

.content-project-detail p+p {
    margin-top: 10px;
}

.project__details-pagination {
    padding: 40px 0;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

.project__details-pagination-item a {
    display: flex;
    align-items: center;
}

.project__details-pagination-item.right-project a {
    justify-content: flex-end;
}

.project__details-pagination-item-right {
    margin-left: 20px;
    font-size: 25px;
    color: #000;
}

.project__details-pagination-item-left i {
    margin-right: 20px;
    font-size: 25px;
    color: #000;
}

.project__details-pagination-item-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.project__details-pagination-item-left img {
    max-width: 100%;
    height: auto;
    transition: 0.4s;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.project__details-pagination-item a h6 {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 2px no-repeat;
    transition: all 600ms ease;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: #131313;
    font-weight: 700;
    text-transform: capitalize;
}

.project__details-pagination-item-left span {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #676767;
}

.project__details-pagination-item-icon {
    text-align: center;
    padding: 20px 40px;
    max-width: 110px;
    margin: 0 auto;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
}

.project__details-pagination-item a:hover h6 {
    background-size: 100% 2px;
    color: var(--primary-color);
}

.dropdown-mega:hover .mega-menu-style_1 {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.mega-menu-style_1 {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    min-width: 1000px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    display: grid;
    grid-template-columns: 25% 75%;
    transition: all .4s ease-in-out;
    height: 250px;
    overflow: hidden;
}

.mega-menu-style_1 .categories {
    display: block;
    padding: 15px 30px;
    border-right: 1px solid #E7E7E7;
    overflow-y: auto;
}

.mega-menu-style_1 .categories h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 20px;
}

.mega-menu-style_1 .categories ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mega-menu-style_1 .categories ul li+li {
    margin-top: 20px;
}

.mega-menu-style_1 .categories ul li a {
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

.slide-mega {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 25px 30px 15px 30px;
    gap: 1rem;
}

.slide-mega .item {
    width: 100%;
}

.slide-mega .item .img-item {
    width: 100%;
    height: 100%;
    max-height: 150px;
    position: relative;
}

.slide-mega .item .img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-mega .item .img-item .categori-span {
    position: absolute;
    top: .7rem;
    right: .7rem;
    background-color: var(--second-color);
    padding: 7px 10px;
    border-radius: 8px;
    font-size: 15px;
}

.slide-mega .item .title h3 {
    margin-top: 15px;
    font-weight: 500;
    font-family: var(--second-font);
    font-size: 17px;
}

.slide-mega .item .title h3 a {
    color: #000;
    padding: 0;
}

.corporate-container .wrapper {
    display: grid;
    grid-template-columns: minmax(0, .4fr) minmax(0, .6fr);
    grid-gap: 30px;
}

.corporate-container .wrapper .image-wrapper {
    position: relative;
}

.corporate-container .wrapper .image-wrapper::before {
    content: "";
    position: absolute;
    right: 30px;
    bottom: -20px;
    width: calc(100% - 120px);
    height: 90px;
    background-color: var(--primary-color);
    transition: .3s ease all;
}

.corporate-container .wrapper .image-wrapper .image {
    position: relative;
    display: block;
}

.corporate-container .wrapper .image-wrapper .image img {
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.text-field {
    text-align: center;
}

.text-field.type {
    color: #000000;
    text-align: left;
    font-size: 1.25rem;
}

.container--narrow {
    max-width: 1200px;
}

.container--narrow h3 {
    line-height: 1.25;
    margin-bottom: 30px;
    font-weight: bold;
    color: var(--primary-color);
    font-size: 2.25rem;
}

.corporate-container .container .item {
    display: grid;
    grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.66fr);
    align-items: center;
    position: relative;
}

.corporate-container .container .item .background {
    z-index: 1;
    fill: none;
    stroke-width: 3px;
    width: 800px;
    position: absolute;
}

.corporate-container .container .item .background.left {
    stroke: url(#principles-field-linear-gradient-1);
    top: 0;
    right: 100%;
    transform: translateX(50%) translateY(-65px);
}

.corporate-container .container .item .image {
    height: 400px;
    width: 100%;
    position: relative;
}

.corporate-container .container .item .content {
    position: relative;
    z-index: 1;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: var(--primary-color);
    color: #fff;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 60px;
    font-size: 1rem;
}

.corporate-container .container .item .content h2 {
    color: var(--second-color);
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.corporate-container .container .item .content p {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 1.125rem;
}

.corporate-container .container .item.reverse {
    grid-template-columns: minmax(0, 0.66fr) minmax(0, 0.44fr);
    grid-auto-flow: dense;
}

.corporate-container .container .item.reverse .image {
    grid-column: 2;
}

.corporate-container .container .item.reverse .content {
    grid-column: 1;
}

.ms-corporate {
    padding: 5rem 0 3rem 0;
}

.blog-detail-box {
    position: relative;
   
    background-repeat: repeat;
    background-position: center;
    overflow: hidden;
}

.content-side {
    padding: 110px 0px;
}

.blog-details-content {
    position: relative;
    display: block;
    margin-top: -114px;
}

.blog-details-content h2 {
    display: block;
    font-size: 30px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 17px;
}

.blog-details-content .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 23px;
}

.blog-details-content .image-box img {
    width: 100%;
    border-radius: 15px;
    display: inline-block;
    max-width: 100%;
    height: 450px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    object-fit: cover;
}

.blog-details-content .image-box .post-date {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    border-radius: 20px 0px 0px 20px;
    padding: 0px 19px;
    background-color: var(--primary-color);
}

.blog-detail-box p {
    position: relative;
    color: #5f5e5e;
    font-weight: 500;
    margin: 0px;
    transition: all 500ms ease;
    font-size: 18px;
    line-height: 27px;
}

.default-side {
    position: relative;
    padding: 110px 0px;
    display: block;
    height: 100%;
    padding-left: 50px;
}

.default-side::before {
    position: absolute;
    content: '';
    background-color: #f4f1f0;
    opacity: .5;
    width: 100vh;
    height: 100%;
    left: 25px;
    top: 0;
    z-index: 1;
}

.blog-sidebar .post-widget {
    margin-bottom: 45px;
    position: relative;
    z-index: 10;
    margin-top: -83px;
}

.blog-sidebar .post-widget .widget-title {
    margin-bottom: 26px;
    position: relative;
    display: block;
}

.sidebar-widget .widget-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #232323;
}

.blog-sidebar .post-widget .post {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 27px;
    min-height: 87px;
    box-sizing: border-box;
}

.blog-sidebar .post-widget .post .post-thumb {
    width: 140px;
    height: 100px;
    border-radius: 15px;
    transition: all .3s ease-in-out;
    background-color: var(--primary-color);
}

.blog-sidebar .post-widget .post .post-thumb img {
    width: 140px;
    height: 100px;
    border-radius: 15px;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.blog-sidebar .post-widget .post .title-t {
    padding: 0 20px 0 15px;
}

.blog-sidebar .post-widget .post .title-t h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.blog-sidebar .post-widget .post .title-t .post-date {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: var(--primary-color);
    font-weight: 500;
}

.blog-sidebar .post-widget .post:hover .post-thumb img {
    opacity: 0.5;
}


.projects-container {
    position: relative;
    padding: 20px 0px;
    overflow: hidden;
}

.projects-container .project-item .inner-box {
    margin-bottom: 70px;
    position: relative;
    display: block;
    transition: all 500ms ease;
}

.project-item .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
}

.project-item .inner-box .image-box:before {
    position: absolute;
    content: '';
    background-color: #030303;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.5;
    z-index: 1;
}

.project-item .inner-box .image-box img {
    width: 100%;
    height: 370px;
    border-radius: 15px;
    object-fit: cover;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    display: inline-block;
}

.project-item .inner-box .content-box {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    padding: 27px 20px 22px 30px;
    z-index: 2;
    border-radius: 0px 0px 15px 15px;
    transition: all 500ms ease;
}

.project-item .inner-box .content-box::before {
    position: absolute;
    content: '';
    background-color: #ffffff;
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 0px 0px 15px 15px;
    transition: all 500ms ease;
}

.project-item .inner-box .content-box .info {
    position: relative;
    display: block;
    margin-bottom: 6px;
}

.project-item .inner-box .content-box .info li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    padding-left: 25px;
    margin-right: 30px;
    color: var(--second-color);
    font-family: var(--second-font);
}

.project-item .inner-box .content-box .info li::before {
    background-color: var(--second-color);
}

.project-item .inner-box .content-box .info li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 16px;
}

.project-item .inner-box .content-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 23px;
}

.project-item .inner-box .content-box h3 a {
    display: inline-block;
    color: #ffffff;
}

.project-item .inner-box .content-box .links a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-top: 9px;
}

.project-item .inner-box .content-box .links a::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
    background-color: var(--second-color);
}

.project-item .inner-box .content-box .links a::after {
    position: absolute;
    content: "\EA54";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    font-size: 40px;
    top: -12px;
    right: -20px;
    opacity: 0;
    transition: all 500ms ease;
}

.project-item .inner-box:hover .content-box:before {
    height: 100%;
}

.project-item .inner-box:hover .content-box h3 a {
    color: #232323;
}

.project-item .inner-box:hover .content-box .links a {
    color: var(--second-color);
}

.project-item .inner-box:hover .content-box .links a:before {
    width: 100%;
}

.project-item .inner-box:hover .content-box .links a:after {
    opacity: 1;
}


.projects-container .categories {
    margin-bottom: 25px;
}


.projects-container .categories ul {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 5px solid var(--second-color);
    height: 38px;
    border-radius: 6px;
}

.projects-container .categories ul li {
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects-container .categories ul li.active::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 82%;
    left: 0;
    border-bottom: 5px solid var(--primary-color);
    border-radius: 6px;
}

.projects-container .categories ul li+li {
    margin-left: 10px;
}

.projects-container .categories ul li a {
    color: #898b8b;
    font-size: 16px;
    font-weight: bold;
    font-family: var(--primary-font);
}

.referances-container {
    position: relative;
    padding: 3rem 0px;
    overflow: hidden;
}

.referances-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.referances-box .clients-logo {
    border: 1px solid #ddd;
    padding: 20px;
    display: grid;
    place-items: center;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    transition: all .3s ease-in-out;
}

.referances-box .clients-logo .logo-main {
    width: 120px;
    height: 100px;
    object-fit: contain;
    transition: all .5s ease-in-out;
}

.clients-logo:hover .logo-main {
    animation: upToTop 0.7s forwards;
    filter: grayscale(100%);
}

.clients-logo:hover {
    border-color: var(--second-color);
}

.videolar-container {
    padding: 70px 0;
}

.video-item {
    border-radius: 3px;
    margin-bottom: 30px;
    overflow: hidden;
    height: 400px;
}

.video-item-thumb {
    position: relative;
    z-index: 1;
}

.video-item-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(39, 102, 88, 0.902) 0%, rgba(39, 102, 88, 0.902) 24%, rgba(255, 59, 0, 0) 62%, rgba(255, 59, 0, 0) 100%);
    border-radius: 3px;
}

.video-item-thumb img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video-item-content {
    position: absolute;
    bottom: 28px;
    left: 30px;
    right: 0;
    margin: auto;
    transition: .5s;
}

.video-item-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    margin-top: 11px;
    transition: .5s;
}

.video-item-title h3 a {
    color: #fff;
    font-weight: 600;
}

.video-button a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    opacity: 1;
    transition: .5s;
}

.video-icon {
    position: absolute;
    top: 30px;
    opacity: 1;
    right: 13px;
    left: inherit;
    border: 0;
    border-radius: 50%;
    padding: 7px;
    transition: .5s;
}

.video-icon a {
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    color: var(--second-color);
    background: var(--primary-color);
    display: grid;
    place-items: center;
    font-size: 15px;
}

.hizmetler-container {
    padding: 70px 0;
}

.hizmet-article {
    position: relative;
    margin-bottom: 30px;
    height: 390px;
    cursor: pointer;
}

.hizmet-image-wrapper {
    padding-bottom: 60px;
}

.hizmet-featured-wrapper img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
}

.hizmet-content-wrapper {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    background: #fff;
    border-radius: 6px;
    margin: 0 15px;
    padding: 21px 30px 15px 30px;
    box-shadow: 1px 1px 15px 0px rgb(0 0 0 / 3%);
    transition: all 0.5s ease-out 0s;
}

.hizmet-cat {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.5s ease-out 0s;
}

.hizmet-cat a {
    color: #9ea1ac;
    transition: all 0.5s ease-out 0s;
}

h3.hizmet-title {
    font-weight: 800;
    font-size: 22px;
    margin: 0;
    text-align: left;
    line-height: 36px;
    letter-spacing: 0px;
    transition: all 0.5s ease-out 0s;
}

.hizmet-link-icon {
    background-color: var(--primary-color);
    position: absolute;
    top: -22px;
    right: 10px;
    font-size: 23px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s ease-out 0s;
}

.hizmet-link-icon a {
    color: #fff;
    transition: all 0.5s ease-out 0s;
    font-size: 28px;
}

.hizmet-article:hover .hizmet-content-wrapper {
    border-color: transparent;
    background-color: var(--primary-color);
}

.hizmet-article:hover h3.hizmet-title a {
    color: var(--second-color);
}

.hizmet-article:hover .hizmet-cat a {
    color: #fff;
}

.hizmet-article:hover .hizmet-link-icon {
    background-color: var(--second-color);
}

.hizmet-article:hover .hizmet-link-icon a {
    color: var(--primary-color);
}

.service-left-col {
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-sidebar .widget {
    margin-bottom: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.all-post-list ul li {
    border: none;
    padding: 0 !important;
    margin: 0;
}

.all-post-list ul li a {
    display: block;
    position: relative;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 800;
    padding: 22px 30px;
    line-height: normal;
    
    border-bottom: 1px solid #2766582e;
}

.all-post-list ul li a::after {
    content: "\EA54";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: 37%;
    right: 20px;
    background-color: var(--second-color);
    color: var(--primary-color);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    transition: 0.5s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.all-post-list ul li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.all-post-list ul li.active>a {
    background-color: var(--primary-color);
    color: #fff;
}

.service-right-col {
    padding: 80px 0;
}

.service-right-col img {
    border-radius: 8px 8px 8px 8px;
    height: 500px;
    object-fit: cover;
}

.service-details {
    margin-top: 40px;
}

.service-details h3 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 1rem;
    font-weight: 700;
}

.service-details p {
    color: #828690;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.resim-model {
    position: relative;
    height: 250px;
    margin-bottom: 20px
}

.resim-model .inner-box {
    position: relative;
}

.resim-model .image-box {
    position: relative;
    padding-right: 20px;
    transition: all 300ms ease;
}

.resim-model .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.resim-model .image-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease;
}

.resim-model .info-box {
    position: absolute;
    right: 0;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    padding: 10px 20px;
    padding-left: 30px;
    padding-right: 50px;
    transition: all 300ms ease;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.resim-model .info-box .title {
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 0;
    margin-right: 10px;
}

.resim-model .info-box .read-more {
    font-size: 14px;
    transition: all 300ms ease;
}


.top-right-success {
    position: fixed;
    top: 2rem;
    right: -150%;
    width: 270px;
    background-color: #00bb46;
    font-size: 17px;
    font-family: var(--primary-font);
    font-weight: 600;
    padding: 20px 10px;
    border-radius: 10px 0 0 10px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
    z-index: 100;
}

.top-right-success i {
    font-size: 20px;
    margin-right: 7px;
}

.top-right-success.active {
    right: 0;
}

.swiper-pointer-events.owl_hizmetler-index {
    overflow: hidden;
    height: 300px;
}

.social li a {
    background-color: transparent;
    border: 1px solid var(--primary-color);
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(39 102 88 / 50%) !important;

}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 232398;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.popup.active {
    opacity: 1;
    visibility: visible;
}

.popup .popup-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}

.popup .box {
        position: relative;
    background: #fff;
    color: #fff;
    /* padding: 90px 60px 60px 60px; */
    /* width: 1000px; */
    max-width: 90%;
    /* max-height: 80vh; */
    overflow: auto;
    z-index: 1;
    text-align: center;
}

.popup .cls {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup .box h1,h2,h3 {
    font-size: 1.75rem;
    margin: 0 0 30px 0;
    font-weight: 700;
}
.popup .box p{
    line-height: 1.5;
}
.popup .box p + p{
    margin-top: 15px;
}
.popup-image{
        position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    /* max-height: 100px; */
    object-fit: cover;
    z-index: -1;
    margin-bottom: 0px;
}
.all-btn{
    position: relative;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 13px 40px;
    border-radius: 9999px;
    z-index: 1;
    margin-top: 25px !important;
}
.all-btn::before{
    content: "";
    position: absolute;
    left: 3px;
    top: 4px;
    right: 3px;
    bottom: 3px;
    background-color: var(--white-color);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.2);
    transition: all ease .4s;
}
.all-btn:hover {
    color: #000;
}
.all-btn:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.search-box .search-content .group input[type="text"] {
    font-size: 17px;
    font-family: var(--second-font);
    font-weight: 500;
    color: #0E0D46;
    flex: 1;
    width: calc(100% - 35px);
}
.arama-container-fluid {
    padding: 0 0 40px 0;
}
.search-title h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    padding: 60px 0 20px 0;
}
.search-data {
    width: 100%;
    max-height: 250px;
    height: 100%;
    padding: 2rem 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.img-search {
    width: 270px;
    margin-right: 30px;
    overflow: hidden;
}
.img-search a {
    width: 100%;
    height: 100%;
    display: block;
}
.img-search .figure-img-search {
    width: 100%;
    object-fit: cover;
    transition: all .2s;
    max-width: 260px;
    height: 200px;
}
.search-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 270px);
    min-height: 200px;
    height: 100%;
    overflow: hidden;
}
.search-text aside {
    line-height: 1;
    margin-bottom: 12px;
}
.search-text aside a {
    display: inline-flex;
    align-items: center;
    color: #5a5d61;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
}
.search-text aside a::before {
    content: '';
    display: inline-flex;
    width: 6px;
    height: 6px;
    border: 1px solid #1b1c1d;
    background: transparent;
    margin-right: 9px;
    border-radius: 50%;
}
.search-text h4 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.4em;
}
.search-text h4 a {
    color: #000;
}
.header.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    z-index: 50;
}
.header.active .header__menuCenter ul li a{
    padding: 38px 20px;
}
.header.active .mega-menu-style_1 ul li a{
    padding: 0;
}
.header.active .slide-mega a{
    padding: 0 !important;
}
.header.active .sub-menu a{
    padding: 20px 20px !important;
}
.corporate a{
    padding: 18px 20px !important;
}
.header.active #mobilemenu a{
    padding: 12px 11px !important;
}
.header.active .header__menu{
    padding: 20px 0;
}
.whatsapp {
    position: fixed;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    bottom: 50px;
    left: 30px;
    background-color: var(--primary-color);
    z-index: 10;
}
.wp-logo::before {
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    width: 100%;
    background: transparent url(../img/icon/whatsapp.svg) 50% no-repeat;
    background-size: auto;
    background-size: 30px;
}
.buttons-projects{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    gap: 0 15px;
}
.buttons-projects button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #fdf9f9;
    border-radius: 50%;
    font-size: 22px;
    color: var(--primary-color);
}
@media screen and (min-width: 1600px) {
    .top__bar::after {
        transform: rotate(30deg);
    }

    .header__right-sidebar-popup-icon {
        margin-left: 35px;
        padding-left: 35px;
        position: relative;
    }
}

@media screen and (max-width: 1480px) {
    .top__bar::before {
        width: 33%;
    }

    .top__bar::after {
        transform: rotate(16deg);
        left: 33%;
    }
}

@media screen and (max-width: 1400px) {
    .top__bar-left {
        width: 100%;
        max-width: 370px;
    }
}


@media only screen and (min-width: 1205px) and (max-width: 1399px) {
    .apt-shape-3 {
        font-size: 60px;
    }

    .header__menuCenter ul li a {
        padding: 43px 12px;
    }

    .header__menuCenter ul li.menu-item-has-children>a::after {
        right: -4px;
    }

    .header__menuCenter ul li.menu-item-has-children>a::before {
        right: -1px;
    }
}
@media screen and (min-width: 1230px) and (max-width: 1290px){
    .btn-one{
        padding: 12px 22px !important;
    }
    .header__right-sidebar-popup-icon{
        margin-left: 0px;
        padding-left: 20px;
    }
    .header__right-sidebar-popup-icon::before{
        height: 0;
    }
    .header__right-box-btn{
        margin-left: 25px;
    }
}
@media only screen and (max-width: 1230px) {
    .proje-content-features .features-item{
        border: none;
        margin-bottom: 31px;
    }
    .hamburger-icon {
        display: grid;
    }

    .menu-item-has-children .sub-menu {
        transform: scale(1, 1) !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 100% !important;
        position: unset !important;
    }

    .header__menuCenter ul li .sub-menu li a {
        padding: 15px 36px;
        color: #fff;
    }

    .header__right-sidebar {
        display: none;
    }

    .header__right-box-btn {
        display: none;
    }

    .header {
        padding: 20px 0;
    }

    .menu-responsive {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: max-content;
        border-top: 1px solid #3B3838;
        display: none;
        z-index: 1000;
    }

    .header__menuCenter ul {
        margin: 0;
        width: 100%;
        height: max-content;
        display: flex;
        flex-direction: column;
        z-index: 1000;
        box-shadow: 0px 28px 33px -11px rgba(0, 0, 0, 0.15);
    }

    .header__menuCenter ul li {
        background-color: var(--primary-color);
    }

    .header__menuCenter ul li a {
        color: #fff !important;
        width: 100%;
        text-transform: uppercase;
        /*padding: 15px 32px;*/
        padding: 15px 20px;
        font-family: var(--second-font);
    }
    .top__bar-right-social {
        border-left: unset;
        padding-left: 0;
        margin-left: 0;
    }
    .top__bar-left{
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }
    .top__bar-right{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 5px;
    }
    .top__bar-right-social ul{
        margin-top: 5px;
    }
    .footer .width-16,
    .footer .width-20 {
        width: 50%;
    }

    .responsive-bottom .sanatustuCopy {
        text-align: left;
        padding-left: 0;
    }

    .sanatustuWEB {
        margin-left: 0 !important;
    }

    .top__bar::before {
        display: none;
    }

    .top__bar::after {
        display: none;
    }

    .ms-corporate {
        padding: 2rem 0 3rem 0;
    }

    .corporate-container .container .item .background {
        width: 550px;
    }

    .corporate-container .container .item .image {
        display: none;
    }

    .corporate-container .container .item .content {
        border-radius: 0;
    }

    .corporate-container .container .item.reverse {
        grid-template-columns: minmax(0, 1fr);
    }

    .corporate-container .container .item {
        grid-template-columns: minmax(0, 1fr);
    }

    .corporate-container .container .item+.item {
        margin-top: 30px;
    }

    .corporate-container .container .item .background {
        display: none;
    }

    .mega-menu-style_1 {
        display: none;
    }

    .contact__box {
        padding: 90px 0;
    }

    .contact__box:first-child {
        padding: 0;
    }

    .contact-box-container {
        padding: 45px 0px;
    }

    .e-bulten {
        width: 100%;
        margin-top: 30px;
    }

    .e-bulten form {
        width: 100%;
    }

    .bulten-box {
        width: 100%;
    }

    .sss-acc {
        width: 100%;
    }

    .faq {
        max-width: 100%;
    }

    .animate-float-bob-y {
        padding: 0;
        margin: 0;
    }

    .sec-title.hizmet-tit {
        flex-direction: column;
        align-items: flex-start;
    }

    .sec-title.hizmet-tit .p-tit {
        margin-top: 20px;
    }

    .content-box .btn-box a {
        padding: 8px 40px;
    }

    .content_block_one .content-box .sec-title h2 {
        font-size: 40px;
    }

    .content-box .stroke-text {
        font-size: 50px
    }

    .header__menuCenter ul li .sub-menu {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .sub-menu.active{
        opacity: 1 !important;
        visibility: visible !important;
        display: flex !important;
    }
    .header__menuCenter ul li .sub-menu.active > li{
        padding-left: 15px;
    }

    .header__menuCenter ul li.menu-item-has-children>a::before {
        background-color: #fff;
    }

    .header__menuCenter ul li.menu-item-has-children>a::after {
        background-color: #fff;
    }

    .corporate-container .wrapper {
        grid-template-columns: 1fr !important;
    }
    .referances-box{
        grid-template-columns: repeat(3, 1fr);
    }
    .sss-page .sss-acc{
        grid-template-columns: 1fr !important;
    }
}

@media screen and (max-width: 768px) {
    .text-slide h1{
        font-size: 27px;
    }
    .referances-box{
        grid-template-columns: repeat(2, 1fr);
    }
    .owl_referans-carousel-hm .brand-img{
        display: flex;
        align-items: center;
        height: 106px;
    }
    .owl_referans-carousel-hm .brand-img img{
        max-height: 70px;
    }
    .faq-image{
        width: 100% !important;
    }
     .faq-image img{
        width: 100%;
        height: 350px;
        object-fit: contain;
    }
    .last-child-row{
        width: 100%;
    }
    .section-title{
        margin-bottom: 34px;
    }
    .work-process-line{
        display: none;
    }
    .work-process-item .number{
        display: none;
    }
    .m-duplicate.mobile{
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
    .m-duplicate.mobile div{
        width: 100%;
    }
    .item-mobile .card{
        height: 200px;
    }
    .responsive-bottom{
        margin-top: 10px;
    }
    .bulten-box{
        padding: 3px 15px 3px 20px;
    }
    .e-bulten input{
        padding: 13px 10px;
    }
    .e-bulten button{
        height: 44px;
    }
    .proje-detay-container{
        margin-top: 50px;
    }
    .project__details-pagination{
        grid-template-columns: 1fr !important;
    }
    .project__details-pagination-item.right-project a{
        justify-content: center;
    }
    .project__details-pagination-item-icon{
        border: none;
    }
    .project__details-pagination-item a{
        justify-content: center;
    }
    .proje-content-features{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .proje-content-features .features-item img{
        width: 37px;
    }
    .proje-content-features .features-item .features-tt h3{
        font-size: 15px;
    }
    .proje-content-features .features-item .features-tt span{
        font-size: 14px;
    }
    .proje-content-features .features-item{
        margin-right: 0;
    }
    .project__details-pagination-item.center{
        margin-top: 10px;
    }
    .proje-content-features .features-item{
        width: 100%;
        border: none;
    }
    .popup .box {
        padding: 60px 24px 24px 24px;
        max-width: calc(100% - 24px);
    }
    .popup .box .cls {
        top: 12px;
        right: 12px;
    }
    .popup .box .title {
        font-size: 1.4rem;
        margin: 0 0 24px 0;
    }
    .contact__right-form-item {
        margin-top: 20px;
    }

    .blog-detail-box {
        padding: 0 20px;
    }

    .default-side {
        padding: 50px 0 !important;
    }

    .blog-card {
        flex-direction: column;
    }

    .blog-card__image {
        float: unset;
        width: 100%;
    }

    .blog-card__links {
        bottom: unset;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .blog-card__image img {
        width: 100%;
        max-width: 100%;
    }

    .blog-card__content {
        width: 100%;
    }

    .breadcrumb-content {
        flex-direction: column;
    }

    .breadcrumb-content .path-site {
        width: 100%;
    }

    .breadcrumb-content .path-site ul {
        flex-wrap: wrap;
    }

    .project-home .mb-project {
        margin-bottom: 20px;
    }

    .project-home .buttons {
        margin-bottom: 30px !important;
        justify-content: flex-start !important;
    }

    .text-slide a {
        padding: 15px 40px;
    }

    .sss-acc {
        padding: 70px 20px 30px 20px;
    }

    .sec-title {
        padding: 0 20px;
    }

    .blog-home .sec-title {
        padding-bottom: 50px;
    }

    .owl-blog_home {
        margin-top: 20px;
    }

    .owl-blog_home.owl-theme .owl-nav.disabled+.owl-dots {
        top: -8%;
        left: 21%;
        right: unset;
    }

    .swiper.homeSlider .swiper-pagination {
        width: max-content;
        left: 16%;
    }

    .header__logo a img {
        max-width: 180px;
    }

    .nav-custom .next-btn {
        width: 50px;
        height: 50px;
    }

    .nav-custom .next-btn i {
        font-size: 25px;
    }

    .nav-custom .prev-btn {
        width: 50px;
        height: 50px;
    }

    .nav-custom .prev-btn i {
        font-size: 25px;
    }

    footer .width-16,
    .footer .width-20 {
        width: 100%;
    }

    .top__bar-left {
        text-align: center;
        margin-bottom: 5px;
        max-width: 100%;
    }

    .top__bar-right {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem 0;
    }

    .top__bar-right>a i {
        color: var(--white-color);
    }

    .sec-title__title {
        font-size: 1.6rem;
    }

    .image_block_one {
        margin-top: 40px;
    }

    .image_block_one .image-box {
        padding: 0;
        margin-left: 0;
    }

    .image_block_one .image-box .image-1 {
        width: auto;
    }

    .image_block_one .image-box .image-2 {
        position: relative;
        margin-top: 30px;
    }

    .default-side::before {
        left: 0;
        width: 100%;
    }

    .service-right-col {
        padding: 50px 15px;
    }
}
@media screen and (max-width: 468px){
    .proje-content-features{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .m-duplicate.mobile{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
}
blockquote {
    background: #e1e1e1;
    border-left: 3px double var(--primary-color);
    color: #000;
    font-weight: 700;
    line-height: 1.8em;
    padding: 40px 60px;
    position: relative;
    margin-bottom: 10px;
}

blockquote p {
    color: #000 !important;
}

.swal2-styled.swal2-confirm {
    background-color: var(--primary-color) !important;
}



.kurumsalyazi {
   color: #000000;
    font-size: 17px;
    text-align: left;
}

.context {
    line-height: 1.5;
    color: #404040;
    width: 100%;
    min-width: 250px;
    max-width: 280px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 79px;
}

.context p {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #777777;
    line-height: 26px;
}
