@charset 'UTF-8'; :root {
    --container-width: 1410px;
    --container-out: calc(calc(100vw - var(--container-width)) / 2);
    --default-color: #000;
    --font1: "Plus Jakarta Sans", system-ui;
    --font2: "Kalnia", serif;
    --font3: "Italianno", cursive;
    --custom-width-1: calc(50% + 105px);
    --custom-width-2: calc(100% - var(--custom-width-1));
    --custom-container-width-1: calc(50% + 105px);
    --custom-container-width-2: calc(100% - var(--custom-width-1));
}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    font-family: var(--font1);
    font-optical-sizing: auto;
    scroll-behavior: smooth;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    outline: 0 !important;
    outline: none;
    text-decoration: none;
    margin: 0;
}

::selection {
    background: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 ,p {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
}

img {
    vertical-align: middle;
}

.w-50 {
    width: calc(50% - 7px);
}

.w-100 {
    width: 100%;
}

.d-block {
    display: block;
}

.text-center {
    text-align: center;
}

.h-100 {
    height: 100%;
}

.row-gap {
    row-gap: var(--bs-gutter-x);
}

.column-gap {
    column-gap: var(--bs-gutter-x);
}

.po-si {
    position: sticky;
}
.po-re {
    position: relative;
}
@font-face {
    font-family: 'tg-hukuk-font-icon';
    src: url('./fonts/font/tg-hukuk-font-icon.eot?29879448');
    src: url('./fonts/font/tg-hukuk-font-icon.eot?29879448#iefix') format('embedded-opentype'), url('./fonts/font/tg-hukuk-font-icon.woff?29879448') format('woff'), url('./fonts/font/tg-hukuk-font-icon.ttf?29879448') format('truetype'), url('./fonts/font/tg-hukuk-font-icon.svg?29879448#tg-hukuk-font-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pr-0 {
    padding-right: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.demo-icon {
    font-family: "tg-hukuk-font-icon";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.invert-image {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.brightness-image {
    -webkit-filter: brightness(100%);
    filter: brightness(100);
}

a,a:hover {
    text-decoration: none;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
    height: 0;
}

body::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--default-color);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--default-color);
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding-left: 0;
}

.c-container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
}

.cl-container {
    margin: 0 auto;
    margin-left: var(--container-out);
}

.g-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    background: #00283B;
    padding: 17px 36px;
    transition: all .5s;
    cursor: pointer;
    min-width: 100px;
    border: none;
}

.g-btn:hover {
    background: #023D58;
}

.g-btn-2 {
    color: #fff;
    font-size: 17px;
    position: relative;
    padding-left: 80px;
    display: inline-block;
}

.g-btn-2:before {
    background: #fff;
    content: "";
    width: 70px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 11px;
}

.dots {
    position: absolute;
    right: calc(calc(100vw - var(--container-width)) / 2);
     height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

.slick-dots {
    float: right;
}

.slick-dots li {
    width: 3px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 3px;
    height: 48px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0;
    border: none;
}

.slick-dots li button:before {
    content: "";
    width: 3px;
    background: #D9B187;
    height: 48px;
    opacity: .3;
    display: block;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

header {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9;
    padding: 0px 0px 0px;
}

.slider {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
}

.slider .item {
    position: relative
}

.slider .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding-top: 0px;
    left: 0;
    bottom: 0;
}

.slider picture img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: right;
}

.slider .content h3 {
    font-size: 54px;
    line-height: 72px;
    color: #00283B;
    font-weight: 500;
    margin-top: 0;
    max-width: calc(45rem + 18px);
    margin-bottom: 40px;
    font-family: var(--font2);
}

.slider .content h3 b {
    font-size: 94px;
    font-family: var(--font3);
    font-weight: 400;
}

.slider .content h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
    color: #8B8D8E;
}

header .right {
    display: flex;
    align-items: start;
    gap: 15px;
}

header .right .open-menu {
  
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #00283B;
display:none;
}
header.header .right .open-menu {
  
    color: #fff;
   
}

.randevu {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.randevu span {
    font-size: 16px;
    color: #00283B;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 3px;
}

.randevu b {
    text-decoration: underline;
    cursor: pointer;
}

.randevu d {
    font-size: 13px;
    color: rgb(0 40 59 / 80%);
}

.slider .arrows li {
    cursor: pointer;
    font-size: 21px;
    position: absolute;
    top: calc(50% - 32px);
    left: 50px;
    width: 64px;
    height: 64px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .arrows li.next {
    left: initial;
    right: 50px;
}

.slider .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slider .bottom .down {
    font-weight: 400;
    margin-left: var(--container-out);
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.slider .bottom .down i {
    font-size: 18px;
}

.slider .bottom .menu {
    padding: 0px;
    background: #D9B187;
    width: var(--custom-width-1);
}

.slider .bottom .menu li {
    margin-left: 48px;
}

.slider .bottom .menu li:first-child {
    margin-left: 70px;
}

.slider .bottom .menu li a {
    font-size: 17px;
    color: #00283B;
    font-weight: 500;
    padding-bottom: 15px;
    margin: 37px 0 22px;
    display: inline-block;
    position: relative;
}

.slider .bottom .menu li a:after {
    content: "";
    width: 0%;
    height: 2px;
    background: #00283B;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all .5s;
}

.slider .bottom .menu li:hover a:after {
    width: 100%;
}

.fast-form {
    background: rgb(0 40 59 / 80%);
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    transform: translateX(100vw);
    transition: all .3s;
}

.form {
    padding: 90px 120px;
    background: #F9F9F9;
    height: 100%;
    width: 1170px;
    position: relative;
    max-width: 100%;
}

.fast-form .form .close {
    position: absolute;
    right: -64px;
    top: 0;
    color: #fff;
    background: #D9B187;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
}

.form .right label {
   display:none;
}

.form input , .form textarea,.form select {
    font-family: var(--font1);
    width: 100%;
    margin-bottom: 14px;
    height: 54px;
    outline: none;
    padding: 0 20px;
    color: #023D58;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    font-weight: 500;
}
 .form textarea{padding-top:20px}
.form input::placeholder,.form textarea::placeholder {
    color: #AEAEAE;
    font-weight: 400;
}

.form input:focus,.form textarea:focus,.form select:focus {
    border: 1px solid #D9B187;
}

.form textarea {
    height: 162px;
}

.form .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding-right: 0;
}

.form .right {
    max-width: 50%;
    padding-left: 0;
    margin-top: 0;
}

.form.contact-form .right {
    width: 65.3%;
    padding-left: 75px;
    margin-top: 0px;
}

.form .frm-btn {
    width: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: 45px;
    background: #152E74;
    color: #fff;
    padding: 15px 17px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    box-shadow: 0 0;
    position: relative;
    transition: all .5s;
    left: 0;
}

.form .frm-btn:hover {
    left: 10px;
}

.form .frm-btn svg {
    font-size: 10px;
    margin-left: 10px;
    color: #fff;
    font-weight: 900;
    position: relative;
    transition: all .5s;
}

.form .frm-btn:hover svg {
    margin-left: 20px;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 40px;
}

.form .checkbox label {
    font-size: 14px;
    font-weight: 300;
    color: #707070;
}

.form .checkbox label a {
    font-weight: 500;
    text-decoration: underline;
    color: #707070;
}

.form .checkbox input {
    margin-bottom: 0px;
    height: 20px;
    border: none;
    padding: 0;
    width: 20px;
}

.form h2 {
    font-size: 32px;
    font-weight: 500;
    color: #00283B;
    line-height: 42px;
    margin-bottom: 31px;
    font-family: var(--font2);
}

.form p {
    font-size: 16px;
    font-weight: 300;
    color: #707070;
    line-height: 21px;
    max-width: 21rem;
}

.form .g-btn {
    float: right;
}

.home-about {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(217 177 135 / 10%);
}

.home-about.page {
    height: initial;
    background: transparent;
    margin-top: 110px;
    margin-bottom: 215px;
}

.home-about .img-container {
    width: var(--custom-container-width-2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-about .content {
    width: var(--custom-container-width-1)
}

.home-about .content h1 {
    font-family: var(--font2);
    font-size: 54px;
    line-height: 64px;
    font-weight: 500;
    color: #00283B;
    max-width: 26rem;
    margin-bottom: 38px;
}

.home-about.page .content h1 {
    max-width: 45rem;
}

.home-about .content h1 b {
    font-family: var(--font3);
    font-weight: 400;
    font-size: 94px;
}

.home-about .content p {
    font-size: 20px;
    font-weight: 300;
    color: #00283B;
    max-width: 28rem;
    line-height: 32px;
    margin-bottom: 30px;
}

.home-about.page .content p {
    max-width: 50rem;
}

.home-about.page .content p strong {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.home-services {
    min-height: 100vh;
}

.home-services .left {
    width: 62%;
    padding-left: var(--container-out);
    background: #00283B;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-right: 50px;
}

.home-services .img-container {
    width: 38%;
}

.home-services .img-container img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.home-services h1 {
    font-size: 40px;
    font-weight: 500;
    font-family: var(--font2);
    line-height: 62px;
    color: #fff;
    margin-bottom: 7vh;
    color: #fff;
    max-width: 45rem;
}

.home-services h1 b {
    font-family: var(--font3);
    font-size: 72px;
    font-weight: 400;
}

.home-services li {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 0;
    transition: all .5s;
    color: rgb(255 255 255 / 65%);
    cursor: pointer;
}

.home-services li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #D9B187;
    visibility: hidden;
    transform: translateX(-25px);
    transition: transform 0.5s ease;
}

.home-services li.active {
    padding-left: 25px;
    color: #D9B187;
}

.home-services li.active a {
    visibility: visible;
    transform: translateX(0);
}

.home-services .all-services {
    margin-top: 7vh;
}

.home-services .all-services:before {
    background: #fff;
}

.home-team {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.home-team:before {
    content: "";
    height: 100%;
    width: calc(var(--container-out) + 225px);
    background: #D9B187;
    position: absolute;
    top: 0;
    left: 0;
}

.team-item {
    gap: 150px;
}

.all-team {
    color: #D9B187;
}

.all-team:before {
    background: #D9B187;
}
@keyframes cslideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.home-team .slick-active img {

    animation: cslideInLeft;
    animation-duration: .5s;
}

.home-team .slick-active .content {
    animation: fadeInRight;
    animation-duration: .5s;
}

.home-team .arrows {
    position: absolute;
    right: var(--container-out);
    color: #000;
    height: 100%;
    display: flex;
    align-items: start;
    top: 0;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.home-team .arrows li {
    width: 64px;
    height: 64px;
    border: 1px solid #707070;
    border-radius: 70px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-team .arrows li:last-child {
    opacity: .7;
}

.home-team h2 {
    color: #707070;
    font-size: 40px;
    font-weight: 400;
    font-family: var(--font2);
    line-height: 64px;
    max-width: 40rem;
}

.home-team h2 b {
    font-weight: 400;
    font-family: var(--font3);
    font-size: 72px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.home-team .name {
    font-size: 24px;
    font-weight: 600;
    color: #00283B;
    margin-bottom: 5px;
    margin-top: 72px;
}

.home-team .statu {
    font-size: 16px;
    color: #707070;
    margin-bottom: 24px;
}

.home-team .btn {
    margin-bottom: 72px;
}

.home-comment {
    height: 90vh;
    display: flex;
    align-items: center;
}

.home-comment .left {
    width: 50%
}

.home-comment .right {
    width: 50%;
    padding-left: 7vw;
}

.home-comment .slick-dots {
    float: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-comment .slick-dots li {
    width: 20px;
    height: 4px;
}

.home-comment .slick-dots li button {
    width: 20px;
    height: 4px;
}

.home-comment .slick-dots li button:before {
    content: "";
    width: 20px;
    height: 4px;
    background: #00283B;
    opacity: 1;
    display: block;
}

.home-comment .slick-dots li.slick-active button:before {
    background: #D9B187;
}

.home-comment .icon-yorum {
    font-size: 96px;
    color: #D8D8DA;
    margin-bottom: 48px;
}

.home-comment .slick-active .content {
    animation: fadeInRight;
    animation-duration: .5s;
}

.home-comment h2 {
    font-size: 54px;
    font-weight: 500;
    font-family: var(--font2);
    line-height: 92px;
    color: #00283B;
    margin-bottom: 25px;
}

.home-comment h2 b {
    font-family: var(--font3);
    font-weight: 400;
    font-size: 124px;
}

.home-comment p {
    font-size: 20px;
    line-height: 25px;
    color: #707070;
    max-width: 25rem;
}

.home-comment .content p {
    max-width: 100%;
    color: #00283B;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
}

.home-comment .content .name {
    margin-top: 28px;
    color: #D9B187;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

.home-information {
    background: #F9F9F9;
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.home-information .slick-dots {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 50px;
}

.home-information .slick-dots li {
    width: 20px;
    height: 4px;
}

.home-information .slick-dots li button {
    width: 20px;
    height: 4px;
}

.home-information .slick-dots li button:before {
    content: "";
    width: 20px;
    height: 4px;
    background: #00283B;
    opacity: 1;
    display: block;
}

.home-information .slick-dots li.slick-active button:before {
    background: #D9B187;
}

.home-information img {
    min-height: 300px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.home-information .item .content {
    position: relative;
}

.home-information .item .content:after {
    content: "";
    background: #00283B;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
}

.home-information .item:hover .content:after {
    opacity: .5;
}

.home-information .slick-slide {
    margin: 0 15px;
}

.home-information .slick-list {
    margin: 0 -15px;
}

.home-information-slider {
    margin-top: 43px;
}

.home-information-slider .date {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 96px;
    width: 96px;
    background: #D9B187;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    text-align: center;
}

.home-information-slider span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    color: #00283B;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    z-index: 8;
    padding: 10px 20px;
}

.home-information .arrows {
    display: flex;
    align-items: center;
    gap: 15px;
}

.home-information .arrows li {
    width: 64px;
    height: 64px;
    border: 1px solid #707070;
    border-radius: 70px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .6;
}

.home-information .arrows li:last-child {
    opacity: 1;
}

.home-information h2 {
    font-size: 54px;
    font-weight: 500;
    font-family: var(--font2);
    line-height: 64px;
    color: #00283B;
}

.home-information h2 b {
    font-size: 94px;
    font-weight: 400;
    font-family: var(--font3);
}

.home-information p {
    font-size: 20px;
    font-weight: 400;
    color: #707070;
}

.home-information h3 {
    margin-top: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #00283B;
    padding: 0 40px 0 20px;
    line-height: 25px;
}

footer {
    background: #00283B;
    padding: 98px 0 45px;
}

footer .footer-menu li a {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    padding-left: 48px;
    display: inline-block;
    position: relative;
}

footer .center {
    margin: 24px 0 36px;
}

.footer-contact li p {
    max-width: 21rem;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

footer .center ul.footer-contact li a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 300;
    transition: all .5s;
    display: inline-block;
}
footer .center ul.footer-contact li:nth-child(2) a {
    font-size: 20px;
    
   
}

footer .center ul.footer-contact li a:hover {
    color: #D9B187;
}

footer .bottom p {
    margin-bottom: 0;
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    font-weight: 400;
}

footer .bottom .left {
    display: flex;
    align-items: center;
    gap: 25px;
}

footer .bottom li {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #fff;
}

footer .bottom li:first-child {
    border: none;
}

footer .bottom li a {
    font-size: 14px;
    font-weight: 400;
    color: rgb(255 255 255 / 80%);
}

footer .bottom .right {
    gap: 75px;
}

footer .bottom .right i {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 10%);
    font-size: 9px;
    color: #fff;
    cursor: pointer;
}

.footer-form {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 36px;
    background: rgb(255 255 255 / 5%);
}

.footer-form i {
    color: rgb(255 255 255 / 20%);
    font-size: 96px;
}

.footer-form .right {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.footer-form span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 3px;
}

.footer-form span.open-form {
    font-size: 16px;
    color: #00283B;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 3px;
    background: #D9B187;
    margin-top: 24px;
    padding: 15px 20px;
    border-radius: 35px;
    cursor: pointer;
}

.footer-form span.open-form:hover {
    background: #EBCBAB;
}

.footer-form b {
    text-decoration: underline;
    cursor: pointer;
}

.footer-form d {
    font-size: 12px;
    color: rgb(255 255 255 / 80%);
}

.header .randevu span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 3px;
}

.header .randevu b {
    text-decoration: underline;
    cursor: pointer;
}

.header .randevu d {
    font-size: 13px;
    color: rgb(255 255 255 / 80%);
}

.banner h1 {
    font-family: var(--font2);
    font-size: 54px;
    color: #fff;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
    padding-right: var(--container-out);
    margin-bottom: 23px;
}

.breadcrumb ul li {
    position: relative;
    padding-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
   color: rgb(255 255 255 / 70%);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.breadcrumb ul li a {
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.breadcrumb li i {
    color: rgb(255 255 255 / 70%);
    font-size: 9px;
    line-height: 15px;
}

.faqs-layout .faq {
    position: relative;
    background: #fff;
    transition: all ease-in 500ms;
    margin-bottom: 12px;
}

.faqs-layout .faq .faq-header {
    padding: 20px 40px;
    cursor: pointer;
    user-select: none;
    position: relative;
    color: #000;
    transition: 300ms;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F9F9F9;
}

.faqs-layout .faq.open .faq-header {
    background: #00283B;
}

.faqs-layout .faq .faq-header .title {
    font-size: 20px;
    margin: 0;
    font-weight: 400;
    padding-right: 0px;
    color: #00283B;
}

.faqs-layout .faq.open .faq-header .title {
    color: #fff;
}

.faqs-layout .faq .faq-header:After {
    content: '\e810';
    border-radius: 100%;
    font-family: 'tg-hukuk-font-icon';
    font-weight: normal;
    color: #00283B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: 300ms;
}

.faqs-layout .faq .faq-body {
    padding: 0 50px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.faqs-layout .faq.open .faq-body {
    padding: 20px 20px;
    max-height: 1000vh;
    opacity: 1;
}

.faqs-layout .faq.open .faq-header:After {
    content: '\e80f';
    color: #fff;
}

.faqs-layout .faq .faq-body p {
    color: #707070;
    line-height: 28px;
}

.faqs-layout .faq .faq-body p:last-child {
    margin: 0;
}

.sss {
    margin-bottom: 200px;
}

.sss h3 {
    font-size: 54px;
    line-height: 64px;
    color: #00283B;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: var(--font2);
}

.sss h3 b {
    font-size: 94px;
    font-family: var(--font3);
    font-weight: 400;
}

.social-media ul {
    gap: 16px;
    margin-top: 15px;
}

.social-media a {
    color: #fff;
    font-size: 22px;
}

.ekip h1 {
    font-size: 54px;
    line-height: 64px;
    color: #00283B;
    font-weight: 500;
    font-family: var(--font2);
    max-width: 58rem;
    margin: 0 auto 80px;
    text-align: center;
}

.ekip h1 b {
    font-size: 94px;
    font-family: var(--font3);
    font-weight: 400;
}

.ekip.page {
    margin: 110px 0 250px;
}

.ekip-flex {
    display: flex;
    flex-wrap:wrap;
    align-items: start;
    justify-content: start;
    gap: 15px;
}
.ekipdetail-flex {
    
    justify-content: space-between;
   
}
.ekip-flex .item {
    width: 330px;
    margin-bottom: 30px;
    margin-right: calc(calc(100% / 3) - 330px);
}
.ekipdetail-flex .item {
    width: 450px;
    margin-bottom: 30px;
    margin-right: 0;
}
.ekip-flex .name {
    font-size: 24px;
    font-weight: 600;
    color: #00283B;
    margin-bottom: 5px;
    margin-top: 20px;
}

.ekip-flex .statu {
    font-size: 16px;
    color: #707070;
    margin-bottom: 30px;
}

.ekip-flex .contact a {
    font-size: 16px;
    color: #00283B;
    font-weight: 500;
    margin-bottom: 9px;
    display: inline-block;
}

.ekip-flex .contact a:hover {
    color: #D9B187;
}

.ekip-flex .social {
    gap: 15px;
    margin-top: 17px;
    margin-bottom: 20px;
}

.ekip-flex .social li {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
    border-radius: 50px;
}

.ekip-flex .social i {
    font-size: 20px;
    color: #00283B;
}

.ekip-flex .social li:hover {
    
    background: #00283B;
}
.ekip-flex .social li:hover i {
  
    color: #fff;
}
.ekip-detail .right {
    padding: 0px;
    width: var(--custom-container-width-1);
    margin-top: 80px;
}

.ekip-detail {
    margin: 110px 0 106px;
}

.ekip-detail .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 40px 0 20px;
}

.ekip-detail .name {
    font-family: var(--font2);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #00283B;
    margin-top: 0;
}

.ekip-detail .statu {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #00283B;
    margin-bottom: 0;
}

.ekip-detail h4 {
    margin-top: 43px;
    font-weight: 700;
    color: #00283B;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 18px;
}

.ekip-detail p {
    margin-bottom: 10px;
    font-weight: 400;
    color: #707070;
    font-size: 16px;
    line-height: 24px;
}

.ekip-detail p strong {
    font-weight: 700;
}

.ekip-detail .right ul {
    margin-left: 20px
}

.ekip-detail .right li {
    margin-bottom: 3px;
    font-weight: 400;
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    list-style: disc;
}

.ekipform {
    display: flex;
    margin-top: 100px;
    background: #F9F9F9;
    align-items: center;
    justify-content: space-between;
    padding: 55px 60px;
}

.ekipform .randevu {
    width: 70%;
}

.ekipform .g-btn {
    white-space: nowrap;
    background: #D9B187;
    color: #00283B;
}

.ekipform .g-btn:hover {
    background: #EBCBAB;
}

.service-flex {
    display: flex;
    align-items: start;
    justify-content: start;
    row-gap: 30px;
    flex-wrap: wrap;
    column-gap: 30px;
}

.service-flex .item {
    width: calc(calc(100% / 3) - 20px);
    position: relative;
    overflow: hidden;
}
.service-flex .item:after{background: rgba(0,40,59,1);
    background: -moz-linear-gradient(45deg, rgba(0,40,59,1) 0%, rgba(0,40,59,0.99) 1%, rgba(0,40,59,0) 70%, rgba(0,40,59,0) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,40,59,1)), color-stop(1%, rgba(0,40,59,0.99)), color-stop(70%, rgba(0,40,59,0)), color-stop(100%, rgba(0,40,59,0)));
    background: -webkit-linear-gradient(45deg, rgba(0,40,59,1) 0%, rgba(0,40,59,0.99) 1%, rgba(0,40,59,0) 70%, rgba(0,40,59,0) 100%);
    background: -o-linear-gradient(45deg, rgba(0,40,59,1) 0%, rgba(0,40,59,0.99) 1%, rgba(0,40,59,0) 70%, rgba(0,40,59,0) 100%);
    background: -ms-linear-gradient(45deg, rgba(0,40,59,1) 0%, rgba(0,40,59,0.99) 1%, rgba(0,40,59,0) 70%, rgba(0,40,59,0) 100%);
    background: linear-gradient(45deg, rgba(0,40,59,1) 0%, rgba(0,40,59,0.99) 1%, rgba(0,40,59,0) 70%, rgba(0,40,59,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00283b', endColorstr='#00283b', GradientType=1 );
    position:absolute;
    top:0;left:0;content:"";width:100%;height:100%;z-index:1
    }
    .service-flex .item .content {
        position: absolute;
        bottom: 50px;
        left: 0;
        padding-left: 40px;
        overflow: hidden;
        z-index:5
    }
    

.service-flex .item .content .visible {
    transform: translateY(90px);
    transition: all .5s;
}

.service-flex .item:hover .content .visible {
    transform: translateY(0);
}

.service-flex .item .content p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    max-width: 19rem;
}

.service-flex .item .content h3 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    margin: 60px 0 45px;
    transition: all .5s;
}

.service-flex .item:hover .content h3 {
    margin: 40px 0 45px;
}

.service.page {
    margin: 110px 0 235px;
}

.service h1 {
    font-size: 54px;
    line-height: 64px;
    color: #00283B;
    font-weight: 500;
    font-family: var(--font2);
    max-width: 60rem;
    margin: 0 auto 80px;
    text-align: center;
}

.service h1 b {
    font-size: 94px;
    font-family: var(--font3);
    font-weight: 400;
}

.service .g-btn {
    white-space: nowrap;
    background: #D9B187;
    color: #00283B;
    visibility: hidden;
    transition: all .5s;
    opacity: 0;
}

.service .item:hover .g-btn {
    visibility: visible;
    opacity: 1;
}

.service .g-btn:hover {
    background: #EBCBAB;
}

.toast-title {
    font-family: var(--font2);
    font-size: 18px;
    color: #00283B;
    font-weight: 500;
    margin-bottom: 4px;
    box-shadow: none;
}

.toast-message {
    font-size: 16px;
    color: #707070;
    max-width: 400px;
}

#toast-container>.toast {
    background: #fff;
    background-repeat: no-repeat;
    display: flex;
    min-width: 300px;
    align-items: start;
    flex-direction: column;
    background-position: left center;
    background-position-x: 14px;
    padding: 15px 32px 22px 90px;
    width: initial;
    opacity: 1;
}

#toast-container>.toast-success {
    background-image: none;
}

#toast-container>.toast-success:before {
    content: "\e817";
    font-family: "tg-hukuk-font-icon";
    position: absolute;
    left: 25px;
    top: 21px;
    color: #fff;
    width: 48px;
    height: 48px;
    background: #D9B187;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.detail-page {
    margin: 110px 0 154px;
}
.detail-page img{max-height:83vh;min-height:60vh;object-fit:cover;width:100%;}
.detail-page-2 img:empty {
  /*  display: none;*/
}
.detail-page-flex {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.detail-page-flex .left {
    width: var( --custom-container-width-2);
}

.detail-page-flex .right {
    width: var( --custom-container-width-1);
    background: #fff;
    margin-top: -130px;
    padding: 51px 0 0 120px;
}

.detail-page .sidebar li a{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 0;
    transition: all .5s;
    color: #00283B;
    cursor: pointer;
}

.detail-page .sidebar li:last-child {
    border-bottom: none;
}

.detail-page .sidebar li a i{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #D9B187;
    visibility: hidden;
    transform: translateX(-25px);
    transition: transform 0.5s ease;
}

.detail-page .sidebar li:hover a{
    padding-left: 25px;
    color: #D9B187;
}

.detail-page .sidebar li:hover a i{
    visibility: visible;
    transform: translateX(0);
}

.detail-page .sidebar .other {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #00283B;
}

.share-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    margin: 30px 0 47px;
    border-bottom: 1px solid #E6E6E6;
}

.share-copy .share {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #00283B;
}

.share-copy .copy {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #00283B;
}

.share-copy i {
    cursor: pointer;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
    border-radius: 50px;
    gap: 5px;
}.share-copy i:hover {
    color:#fff;
    background: #00283B;
   
}

.detail-page h1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 48px;
    color: #00283B;
}

.detail-page h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 24px;
    color: #707070;
    margin-top: 24px;
}

.detail-page h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 48px;
    color: #00283B;
}

.detail-page p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 24px;
    color: #707070;
}

.detail-page .right ul {
    padding-left: 20px
}

.detail-page .right li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 24px;
    color: #707070;
    list-style: disc;
}

.data.page {
    margin-top: 110px;
    margin-bottom: 130px;
}

.data-flex {
    display: flex;
    align-items: start;
    justify-content: start;
    row-gap: 30px;
    flex-wrap: wrap;
    column-gap: 30px;
}

.data-flex .item {
    width: calc(calc(100% / 3) - 20px);
    position: relative;
    overflow: hidden;
}

.data-flex .item .content {
    position: relative;
    min-height: 300px;
    background: #e9e9e9;
}

.data-flex img {
    min-height: 300px;  max-height: 300px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.data-flex .date {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 96px;
    width: 96px;
    background: #D9B187;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    text-align: center;
}

.data-flex span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    color: #00283B;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    z-index: 8;
    padding: 10px 20px;
}

.data-flex .item .content:after {
    content: "";
    background: #00283B;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
}

.data-flex .item:hover .content:after {
    opacity: .5;
}

.data-flex h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #00283B;
    padding: 0 40px 0 20px;
    line-height: 25px;
}

.detail-page .date {
    margin-bottom: 33px;
    height: 96px;
    width: 96px;
    background: #D9B187;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    text-align: center;
}

.detail-page span {
    margin-bottom: 33px;
    display: inline-block;
    background: #F1F1F1;
    color: #00283B;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    padding: 10px 20px;
}

.contact-whatsapp {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 40px;
    background: rgb(220 248 198 / 20%);
    border: 1px solid #DCF8C6;
}
.contact-whatsapp:hover {background:rgb(255 255 255 / 20%);}
.contact-whatsapp h4 { color: #00283B;
    font-size: 20px;
    font-weight: 600;margin-bottom:5px;}
.contact-whatsapp p {
    color: #00283B;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    }
.contact-whatsapp .whatsapp-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#00283B;
    font-weight:500;
    padding: 12px 20px;
    background: rgb(220 248 198 / 20%);
    border: 1px solid #25D366;
    border-radius: 47px;
    gap: 7px;
    cursor: pointer;
    white-space: nowrap;
}
.contact-whatsapp .whatsapp-link i {color:#25D366;font-size:36px;}
.map {
    margin-top: 25px;
}

.contact-form {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 81px;
}

.contact-flex {
    display: flex;
    align-items: start;
    justify-content: start;
    row-gap: 30px;
    flex-wrap: wrap;
    column-gap: 30px;
}

.contact.page {
    margin: 110px 0 81px;
}

.contact.page h1 {
    font-size: 54px;
    line-height: 64px;
    color: #00283B;
    font-weight: 500;
    font-family: var(--font2);
    max-width: 60rem;
    margin: 0 auto 80px;
    text-align: center;
}

.contact.page h1 b {
    font-size: 94px;
    font-family: var(--font3);
    font-weight: 400;
    text-decoration: underline;
    display: block;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

.contact-flex .item {
    width: calc(calc(100% / 3) - 20px);
    position: relative;
    overflow: hidden;
    height: 234px;
    border: 1px solid #E6E6E6;
    padding: 50px 30px 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-flex .item .bottom {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.contact-flex .item p {
    color: #00283B;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 55px;
}

.contact-flex .item span {
    color: #707070;
    font-size: 13px;
}

.contact-flex .item a:not(.g-btn) {
    font-size: 20px;
    font-weight: 400;
    color: #00283B;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 10px;
}

.contact-flex .item a:not(.g-btn):hover {
    color: #D9B187;
}

.contact-flex .sosyal p {
    font-weight: 300;
    color: #707070;
}

.contact-flex .item i {
    font-size: 24px;
    color: #00283B;
    margin-right: 15px;
}

.contact-flex .item i:hover {
    color: rgb(0 40 59 / 60%);
}
.kvkk.page{margin: 110px 0 130px;}
.kvkk.page p{color: #707070;line-height: 24px;margin-bottom: 15px;}
.kvkk.page p strong{margin-bottom: 0px;display: inline-block;}
.g-recaptcha {
   
    transform-origin:0 0;
}
.openmenu {
    background: rgb(0 40 59 / 75%);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 674;
    transition: all .5s;
    transform: translateX(100vw);
    overflow: auto;
    max-height: 100vh;
    height: 100vh;
    display: flex;
    justify-content: end;
    align-items: stretch;
}

.openmenu .navs {
    margin-top: 70px;
    position: relative;
    z-index: 3;
}

.openmenu .navs li {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.openmenu .navs li a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: initial;
    display: flex;
    align-items: center;
}

.openmenu .navs li i {
    margin-left: 24px;
    font-size: 10px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all .5s;
}

.openmenu .navs .dropdown li:hover i {
    opacity: 1;
    transform: translateX(15px);
}

.openmenu .navs .dropdown {
    margin-top: 15px;
    margin-bottom: 40px;
}

.openmenu .navs .dropdown li {
    margin-bottom: 0px
}

.openmenu .navs .dropdown li:hover a {
    color: #EEE1CD;
}

.openmenu .close {
    cursor: pointer;
    margin-left: 0;
    position: relative;
    padding: 0;
    margin-right: 0;
    background: #0F2C39;
    display: flex;
    width: 52px;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 72px;
    z-index: 9;
}

.openmenu .close span {
    position: absolute;
    content: " ";
    background: #fff;
    width: 19px;
    height: 3px;
    display: block;
    margin-bottom: 6px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    float: right;
    transform: rotate(45deg);
    transform-origin: center;
    top: 25px;
    bottom: 0;
}

.openmenu .close span+span {
    transform: rotate(-45deg);
    transform-origin: center;
}

.open-menu-container {
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: #00283B;
    padding: 5px 30px 30px 50px;
    position: relative;
}

.openmenu .lang {
    margin: 0 0px 0px 0px;
    padding-bottom: 5px;
}

.openmenu .logo {
    margin: 40px 0px 0px 0px;
    position: relative;
    z-index: 1
}
.openmenu .logo img {
    height: 100px;
}
.banner img{
    width: 100%;
    min-height: 450px;
    object-position: right;
    object-fit: cover;
    }
.show-768{display:none;}