.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

:root,
[data-bs-theme=light] {
  --bs-primary: #987B4D;
  --bs-secondary: #B59F7C;
  --bs-text-dark: #222222;
  --bs-text-light: #FFFFFF;
  --bs-background-dark: #222222;
  --bs-background-darker: #181818;
  --bs-background-darkest: #0F0F0F;
  --bs-gold: #B9955C;
  --bs-transparent-white: rgba(255, 255, 255, 0.1019607843);
  --bs-transparent-beige: rgba(237, 231, 220, 0.3215686275);
  --bs-border-color: rgba(175, 175, 175, 0.5019607843);
  --bs-color-span: #987B4D;
  --bs-dark-gradient: linear-gradient(180deg, rgba(62, 50, 29, 0) 13.02%, #322819 100%);
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #987B4D;
  --bs-secondary: #B59F7C;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 152, 123, 77;
  --bs-secondary-rgb: 181, 159, 124;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #3d311f;
  --bs-secondary-text-emphasis: #484032;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #eae5db;
  --bs-secondary-bg-subtle: #f0ece5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #d6cab8;
  --bs-secondary-border-subtle: #e1d9cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Gotham Narrow Book", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 2.063;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #FEFEFE;
  --bs-body-bg-rgb: 254, 254, 254;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #987B4D;
  --bs-link-color-rgb: 152, 123, 77;
  --bs-link-decoration: none;
  --bs-link-hover-color: #B9955C;
  --bs-link-hover-color-rgb: 185, 149, 92;
  --bs-link-hover-decoration: none;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: rgba(175, 175, 175, 0.5019607843);
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(152, 123, 77, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #c1b094;
  --bs-secondary-text-emphasis: #d3c5b0;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #1e190f;
  --bs-secondary-bg-subtle: #242019;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #5b4a2e;
  --bs-secondary-border-subtle: #6d5f4a;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #c1b094;
  --bs-link-hover-color: #cdc0a9;
  --bs-link-color-rgb: 193, 176, 148;
  --bs-link-hover-color-rgb: 205, 192, 169;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.5rem;
  }
}

h2 {
  font-size: calc(1.365rem + 1.38vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background-color: #FEFEFE;
  font-size: 18px;
}
body img {
  height: auto;
  max-width: 100%;
}

.custom-pagination {
  transform: translateX(0) !important;
  left: 0 !important;
  text-align: center;
  font-size: 0;
}
.custom-pagination.swiper-pagination-bullets-dynamic {
  min-width: 80px;
}
.custom-pagination .swiper-pagination-bullet {
  height: 3px;
  border-radius: 0;
  background-color: #222;
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease !important;
}
.custom-pagination .swiper-pagination-bullet-active {
  height: 3px;
  background-color: #987B4D;
}

.b-shadow {
  -webkit-box-shadow: 0px 0px 22px 0px rgb(152, 123, 77);
  -moz-box-shadow: 0px 0px 22px 0px rgb(152, 123, 77);
  box-shadow: 0px 0px 22px 0px rgb(152, 123, 77);
  margin-bottom: 30px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.gap-4 {
  gap: 16px;
}

.circle-list li {
  position: relative;
  padding-left: 16px;
  padding-top: 16px;
}
.circle-list li::before {
  left: 0;
  top: 26px;
  border-radius: 50%;
  background-color: #987B4D;
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
}
.circle-list li p {
  color: #222222;
  font-family: "Gotham Narrow Book", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.form-group {
  margin-bottom: 6px;
}

div.form-actions.webform-actions input {
  margin-top: 0;
}

.frozen {
  overflow: hidden;
}

.open-mobile {
  display: grid !important;
}

.hidden {
  display: none;
}

.task-menu {
  display: flex;
  padding-left: 0;
  border-bottom: 1px solid #e8e8e8;
}
.task-menu li {
  list-style-type: none;
  padding: 6px 10px;
}
.task-menu li a {
  position: relative;
  padding: 5px 0;
}
.task-menu li a.is-active {
  color: #5E5E63;
  border-bottom: 2px solid #5E5E63;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #aaaaaa;
}

.bg-primary {
  background-color: #987B4D !important;
}

.bg-secondary {
  background-color: #B59F7C !important;
}

.bg-text-dark {
  background-color: #222222 !important;
}

.bg-text-light {
  background-color: #FFFFFF !important;
}

.bg-background-dark {
  background-color: #222222 !important;
}

.bg-background-darker {
  background-color: #181818 !important;
}

.bg-background-darkest {
  background-color: #0F0F0F !important;
}

.bg-gold {
  background-color: #B9955C !important;
}

.bg-transparent-white {
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
}

.bg-transparent-beige {
  background-color: rgba(237, 231, 220, 0.3215686275) !important;
}

.bg-border-color {
  background-color: rgba(175, 175, 175, 0.5019607843) !important;
}

.bg-color-span {
  background-color: #987B4D !important;
}

.bg-dark-gradient {
  background-color: linear-gradient(180deg, rgba(62, 50, 29, 0) 13.02%, #322819 100%) !important;
}

.text-primary {
  color: #987B4D !important;
}

.text-secondary {
  color: #B59F7C !important;
}

.text-text-dark {
  color: #222222 !important;
}

.text-text-light {
  color: #FFFFFF !important;
}

.text-background-dark {
  color: #222222 !important;
}

.text-background-darker {
  color: #181818 !important;
}

.text-background-darkest {
  color: #0F0F0F !important;
}

.text-gold {
  color: #B9955C !important;
}

.text-transparent-white {
  color: rgba(255, 255, 255, 0.1019607843) !important;
}

.text-transparent-beige {
  color: rgba(237, 231, 220, 0.3215686275) !important;
}

.text-border-color {
  color: rgba(175, 175, 175, 0.5019607843) !important;
}

.text-color-span {
  color: #987B4D !important;
}

.text-dark-gradient {
  color: linear-gradient(180deg, rgba(62, 50, 29, 0) 13.02%, #322819 100%) !important;
}

.btn {
  font-size: 14px !important;
  line-height: 22px !important;
  letter-spacing: 0.42px;
  border-radius: 32px !important;
  padding: 13px 32px !important;
  display: inline-block;
  font-family: "Gotham Narrow Medium" !important;
  margin-top: 32px;
  transition: all 0.2s ease !important;
}
.btn.white {
  border: 1px solid rgba(255, 255, 255, 0.41);
  color: white;
}
.btn.white:hover {
  color: #eee;
  background-color: #8d734c;
}

.yellow-btn {
  border: 2px solid #987B4D;
  padding: 12px 43.5px;
  display: inline-block;
  color: #222;
  font-family: "Gotham Narrow Medium", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 32px;
  margin-top: 24px;
  transition: all 0.2s ease;
}
.yellow-btn:hover {
  border: 2px solid #987B4D;
  color: #FFF;
  background-color: #987B4D;
}

.more-information {
  font-size: 17px;
  font-weight: 350;
  line-height: 26px;
  color: #987B4D;
  font-family: "Gotham Narrow Medium", sans-serif;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  transition: 0.3s ease-in;
}
.more-information::before {
  content: "";
  background: url(/themes/custom/ozelbankacilik/img/arrow-right-gold.svg) no-repeat;
  width: 18px;
  height: 10px;
  background-position: center;
  transition: 0.3s ease-in;
}
.more-information:hover {
  color: #222;
}
.more-information:hover::before {
  filter: brightness(0) saturate(100%) invert(11%) sepia(0%) saturate(32%) hue-rotate(309deg) brightness(95%) contrast(93%);
}

.paragraph ul:not(.zekat_tabs, .iti__country-list, .pager__items),
.paragraph ul.icon-style,
ul.style-2 {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.paragraph ul:not(.zekat_tabs, .iti__country-list, .pager__items) li,
.paragraph ul.icon-style li,
ul.style-2 li {
  padding: 20px 16px;
  border: 1px solid #987B4D;
  position: relative;
  padding-left: 50px;
  line-height: 26px;
}
.paragraph ul:not(.zekat_tabs, .iti__country-list, .pager__items) li:before,
.paragraph ul.icon-style li:before,
ul.style-2 li:before {
  left: 18px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: right;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAcCAYAAACH81QkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKBSURBVHgBrVVNbtpQEJ55z6RqsijqCegJSk5Qs6sqqOgJGqRKDcoGdgmJBEgFZRe6iIAV6QUKalKpu3CD0BPg3MCbKFWKPZ0xtnGwG2iVWVie53nffPNrAJb+Qb4I/ynd/byJ3f1iBrUzZf2MnN/N8vEPa73LrzNKG0MCTKvI+Q7q1KV8XAVwWnuTFVsGyIqulr4zq9S0f1CoPMhA6UuxDc5UkiEpOOkdFk4SUZSxgwTpiLWtyscji9+sBPNKr1YYBvR7tXxnfmfBYC5oe0wc0u8SgRCK3aO8qUhVAPGZfxaz80D22qMJOTrHbsYxA4eysELCnEhYu62LHCE14R8lltjyp4tGFMjVOIFVIKe1Yna5pALkh2bx+3glyN0GWK6GOpd0EG00cuGaCGKhIUTLK4b0U1UbIxtmeptVU7pQyilgiGCX2+dnEEd5GdEsco2O4dGf98qL3lG+o0FfgdbjJzde2e/JnCmaAYC0xh7fDRMrDMhVNodQYjVztzVbnqOMNy/MUBLPTralNbycBB4MVINy+1tDQpCeIQBbLg0qZnoeOgeCMJGWR8JXt09nZphYL0ydqvMz9BrpmS/O1nOvUzlH01tDl4SJ5E8pHPZrb+shiByy53RSqT+0vl4HuhQBicK+YScNbyxkM4E/1jK9D60Bz4ZLH9U5tPexjvWAfJprSoZBDCsGxDT7h/mrdbaciL9P4tMrqy9anfCC9lfCQix/nxhVP+sxqr82N+/9CYgoBEUgWSHNcJ/4rW/BukL0eePGyEkkRnAWtD6XrMEZ/2tipTpKudWP7e+dBaME8f9F3kYnckpcMhMV0m7rvJRkbyQdRlkBKgtcHgE3nvxHlT816yKCMmC4gwAAAABJRU5ErkJggg==);
  width: 17px;
  height: 28px;
  position: absolute;
  content: "";
}

b, strong {
  font-family: "Gotham Narrow Medium";
}

h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 400;
  line-height: 86px;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 400;
  color: #987B4D;
  margin-bottom: 30px;
}

h3 {
  font-family: "Gotham Narrow Medium", sans-serif;
  font-size: 32px;
  line-height: 42px;
  color: #222;
  margin-bottom: 30px;
}

h3.titleh3 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  color: #222;
  margin-bottom: 30px;
}

h4 {
  font-family: "Gotham Narrow Medium", sans-serif;
  font-weight: 350;
  font-size: 20px;
  line-height: 24px;
  color: #987B4D;
}

h5 {
  font-family: "Gotham Narrow Medium", sans-serif;
  font-weight: 350;
  font-size: 24px;
  line-height: 28px;
  color: #222;
}

input.webform-webform-telephone-international::placeholder {
  opacity: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

@media (max-width: 768px) {
  main {
    min-height: 675px;
    background-position: right 40% bottom 45%;
  }
  main h1 {
    font-size: 36px;
    line-height: 44px;
  }
  header {
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .customer-button {
    font-size: 15px !important;
  }
  .customer-button::after, .customer-button::before {
    display: none;
  }
  .sube {
    font-size: 15px !important;
  }
  .sube::after, .sube::before {
    display: none;
  }
}
.box {
  background: rgba(237, 231, 220, 0.3215686275);
  gap: 16px;
  padding: 24px;
  line-height: 1.75rem;
}

.box-bgcolor {
  background: rgba(237, 231, 220, 0.3215686275);
  padding: 32px;
  margin-bottom: 16px;
}

button#backtotop {
  padding: 0;
  transition: 0.3sease-in;
}
button#backtotop:before {
  content: "";
  background: url(/themes/custom/ozelbankacilik/img/arrow-right-gold.svg) no-repeat;
  position: relative;
  width: 56px;
  height: 56px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3%) hue-rotate(73deg) brightness(100%) contrast(107%);
  display: block;
  background-position: center;
  transform: rotate(-90deg);
}

table thead th {
  background-color: #987b4e !important;
  color: #FFF !important;
}

nav.pager {
  margin: 30px 0;
}
nav.pager ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
nav.pager ul li {
  border: 1px solid #987B4D;
}
nav.pager ul li.is-active {
  background-color: rgba(152, 123, 77, 0.3019607843);
}
nav.pager ul li a {
  padding: 6px 20px;
  display: block;
}

.sub {
  margin-top: -72px;
  z-index: 1;
  position: relative;
}
.sub-title {
  padding: 30px 50px;
  background-color: #987B4D;
}
.sub-title p {
  color: #FFFFFF;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 32px;
  max-height: 140px;
  word-break: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 991.98px) {
  .sub {
    margin-top: 0;
  }
  .sub .container {
    padding: 0;
  }
  .sub-title {
    padding: 24px 40px;
  }
  .sub-title p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    -webkit-line-clamp: 4;
  }
}

.section-up {
  margin-top: -98px;
  z-index: 2;
  position: relative;
  padding-top: 48px;
}
@media (max-width: 991.98px) {
  .section-up {
    padding-top: 30px;
    margin-top: 0;
  }
}

legend {
  font-size: 18px;
  margin-bottom: 0;
}

input.webform-webform-telephone-international {
  display: block;
  width: 100%;
  padding-block: 0.375rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.063;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid rgba(175, 175, 175, 0.5019607843);
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.js-form-item.form-item.form-type-tel {
  width: 100%;
}

.iti {
  width: 100%;
}
.iti input:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #ccbda6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(152, 123, 77, 0.25);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px;
  position: absolute;
  top: 0px;
  right: 5px;
  width: 20px;
}

span.select2-selection.select2-selection--single {
  display: flex;
  align-items: center;
}

.piyasalar-wrapper {
  padding-block: 24px;
}

.finance-portal__currency-title {
  font-family: "Gotham Narrow Book", sans-serif;
  font-size: 17px;
  line-height: 33px;
  color: #222;
}

.finance-portal__currency-rate {
  font-family: "Gotham Narrow Medium", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #987B4D;
}

.finance-portal__currency-diff {
  font-family: "Gotham Narrow Medium", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}

div#piyasalar-finance-portal-wrapper .piyasa-wrap {
  border-left: 1px solid #AFAFAF;
  padding-inline: 32px;
}

div#piyasalar-finance-portal-wrapper .piyasa-wrap {
  padding-block: 8px;
}

div#piyasalar-finance-portal-wrapper .piyasa-wrap:first-child {
  border-left: unset;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

div#piyasalar-finance-portal-wrapper .piyasa-wrap:last-child {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

@media (max-width: 991px) {
  div#piyasalar-finance-portal-wrapper .piyasa-wrap {
    flex-direction: column;
  }
}
@media (max-width: 424px) {
  .col-6.col-sm-6.col-md-6.col-lg-3.d-flex.justify-content-between.piyasa-wrap {
    width: 100%;
  }
  .col-6.col-sm-6.col-md-6.col-lg-3.d-flex.justify-content-between.piyasa-wrap {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
@media (max-width: 991px) {
  .finance-portal__currency-title {
    display: flex;
    align-items: center;
  }
  div#piyasalar-finance-portal-wrapper .piyasa-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .finance-portal__currency-rate {
    text-align: center;
  }
  div#piyasalar-finance-portal-wrapper .piyasa-wrap:nth-child(1),
  div#piyasalar-finance-portal-wrapper .piyasa-wrap:nth-child(2) {
    border-bottom: 1px solid #AFAFAF;
  }
  div#piyasalar-finance-portal-wrapper .piyasa-wrap:nth-child(3) {
    border-left: unset;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  div#piyasalar-finance-portal-wrapper .piyasa-wrap:nth-child(2) {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  div#piyasalar-finance-portal-wrapper .piyasa-wrap {
    padding-block: 20px;
  }
}
@media (max-width: 424px) {
  div#piyasalar-finance-portal-wrapper .piyasa-wrap {
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #AFAFAF;
  }
  div#piyasalar-finance-portal-wrapper .piyasa-wrap:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 1400px) {
  div#piyasalar-finance-portal-wrapper .piyasa-wrap {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  div#piyasalar-finance-portal-wrapper .piyasa-wrap:nth-child(2),
  div#piyasalar-finance-portal-wrapper .piyasa-wrap:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  div#piyasalar-finance-portal-wrapper .piyasa-wrap {
    padding-block: 10px;
  }
}
div#kar-payi-hesapla {
  position: relative;
  background: rgba(237, 231, 220, 0.3215686275);
  padding: 15px;
  width: auto;
  margin: 60px auto;
  border-radius: 20px;
}

.form-control {
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.063;
}

.calculate__tab-body__calculate {
  padding: 25px;
  border-radius: 25px;
  background: rgba(152, 123, 77, 0.3);
}

.calculate__tab-body__calculate--border-right {
  border-right: 1px solid #987B4D;
}

.calculate__tab-body__calculate--border-bottom {
  border-bottom: 1px solid #987B4D;
}

.pb-lg-25 {
  padding-bottom: 25px !important;
}

.pt-lg-25 {
  padding-top: 25px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.button--calculate-button {
  padding: 13px 24px;
  display: inline-block;
  background: rgba(152, 123, 77, 0.3);
  border-radius: 32px;
  transition: 0.3s ease-in;
  margin-bottom: 32px !important;
  cursor: pointer;
}

.calculate__tab-body__bonus-title {
  font-size: 14px;
  padding-right: 30px;
  margin-bottom: 0;
  line-height: 20px;
}

p.calculate__tab-body__bonus-price {
  font-size: 30px;
  padding-right: 5px;
  margin-bottom: 0;
  line-height: 74px;
}

.button--calculate-button {
  gap: 10px;
  color: #222;
}

.branch .exposed form {
  padding: 40px 20px !important;
  justify-content: flex-start !important;
  align-items: center;
  gap: 50px;
  border: 1px solid #987b4e;
  border-radius: 5px;
  margin: 20px 0;
}

.branch .exposed form div#edit-yakinlik-center,
.branch .exposed form .form-item-yakinlik.js-form-item-yakinlik {
  display: none;
}

.economic-bulletin-wrapper .views-exposed-form.bef-exposed-form {
  display: flex;
  background-color: #FFF;
  border-radius: 32px;
  padding: 20px 30px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #a38860;
  margin: 10px 0;
}

.economic-bulletin-wrapper .views-exposed-form.bef-exposed-form input#edit-submit-economic-bulletin {
  margin: 0;
  color: #FFF;
  border-radius: 32px;
  padding: 8px 20px;
}

.economic-bulletin-wrapper .views-exposed-form.bef-exposed-form .form-radios .form-type-radio {
  border: 1px solid #987b4e;
  border-radius: 32px;
  display: flex;
  gap: 6px;
  align-items: center;
  background-color: #a38860;
  color: #FFF;
  cursor: pointer;
  justify-content: center;
  padding: 6px 20px;
}

.economic-bulletin-wrapper .views-exposed-form.bef-exposed-form .form-radios .form-type-radio label {
  font-size: 14px;
  line-height: 2.4;
  cursor: pointer;
}

.economic-bulletin-wrapper .views-exposed-form.bef-exposed-form .form-radios .form-type-radio input[type=radio] {
  width: 19px;
  height: 19px;
  cursor: pointer;
  accent-color: #987b4e;
}

.economic-bulletin-wrapper .views-exposed-form.bef-exposed-form .form-radios {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

a.economic-bulletin-item {
  border: 1px solid #a38860;
  background-color: rgba(152, 123, 77, 0.3);
  padding: 10px 20px;
  border-radius: 32px;
  display: flex;
  margin: 5px 0;
  gap: 10px;
  align-items: center;
}

a.economic-bulletin-item .e-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #987b4e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

a.economic-bulletin-item .e-icon:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyBpZD0iU3ZnanNTdmcxMDAxIiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpzdmdqcz0iaHR0cDovL3N2Z2pzLmNvbS9zdmdqcyI+PGRlZnMgaWQ9IlN2Z2pzRGVmczEwMDIiPjwvZGVmcz48ZyBpZD0iU3ZnanNHMTAwOCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpbmplY3RlZC1zdmciIHZpZXdCb3g9IjAgMCAxMy43NzEgMTcuMjE0IiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI4OCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4KSI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTEwNy41NjEsNy43bC0uNzU2LS44NjFBLjU3NS41NzUsMCwwLDAsMTA2LDYuNzg2TDEwMy43NCw4Ljc2MlYuNTc0QS41NzQuNTc0LDAsMCwwLDEwMy4xNjcsMGgtMS4xNDhhLjU3NC41NzQsMCwwLDAtLjU3NC41NzRWOC43NjJMOTkuMTksNi43ODZhLjU3NS41NzUsMCwwLDAtLjgwOS4wNTNsLS43NTYuODZhLjU3NC41NzQsMCwwLDAsLjA1My44MTFsNC41MzgsMy45NzJhLjU3NC41NzQsMCwwLDAsLjc1NiwwbDQuNTM3LTMuOTcyQS41NzMuNTczLDAsMCwwLDEwNy41NjEsNy43WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ3LjcwNykiIGNsYXNzPSJjb2xvcmZmZiBzdmdTaGFwZSI+PC9wYXRoPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02MS4yLDQxNkg0OC41NzRhLjU3NC41NzQsMCwwLDAtLjU3NC41NzR2MS4xNDhhLjU3NC41NzQsMCwwLDAsLjU3NC41NzRINjEuMmEuNTc0LjU3NCwwLDAsMCwuNTc0LS41NzR2LTEuMTQ4QS41NzQuNTc0LDAsMCwwLDYxLjIsNDE2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtNDAxLjA4MSkiIGNsYXNzPSJjb2xvcmZmZiBzdmdTaGFwZSI+PC9wYXRoPjwvZz48L3N2Zz48L2c+PC9zdmc+);
}

.economic-bulletin-wrapper .views-exposed-form.bef-exposed-form input.button {
  margin: 0;
  color: #FFF;
}

a#scrollTopButton-image {
  background: #987B4D;
  border-color: #987B4D;
  color: #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
  position: fixed;
  text-align: center;
  z-index: 10;
  background-image: unset !important;
  width: auto !important;
  height: auto;
  transition: all 0.4s ease;
}

a#scrollTopButton-image::before {
  content: "";
  background: url(/themes/custom/ozelbankacilik/img/arrow-right-gold.svg) no-repeat;
  position: relative;
  width: 56px;
  height: 56px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3%) hue-rotate(73deg) brightness(100%) contrast(107%);
  display: block;
  background-position: center;
  transform: rotate(-90deg);
}

a#scrollTopButton-image:hover {
  background: #222222;
  border-color: #222222;
  transform: translateY(-5px);
  transition: 0.4s ease;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 15px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid rgba(175, 175, 175, 0.5019607843) !important;
  border-radius: 0.375rem !important;
}

.select2-container .select2-selection--single {
  height: 47px !important;
}

div.tab-content:not(.zekat-hesaplama-all-tabs) {
  padding-top: 14px;
  padding-inline: 14px;
  border: 1px solid rgba(175, 175, 175, 0.5019607843);
  border-top: 0;
}

button.accordion-button {
  font-size: 18px;
  color: #000000;
}

.accordion-button:not(.collapsed) {
  color: #000;
}

.first-letter-upper > p:first-child::first-letter {
  font-size: 54px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  line-height: 1;
}

form#search-form .search-help-link {
  display: none;
}

form#search-form {
  margin: 20px 0 50px 0;
}

form#search-form div#edit-basic {
  display: flex;
  gap: 20px;
  align-content: center;
  align-items: center;
}

form#search-form input {
  margin: 0;
}

.first-letter-upper h2, .first-letter-upper h3 {
  text-align: left;
}

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