@charset "UTF-8";
/*------------------------------------------------------------------//
  Normalize:
//------------------------------------------------------------------*/
ul,
ul li {
  margin: 0;
  padding: 0;
}

a,
a:active,
a:hover,
input,
textarea {
  outline: none;
}

pre,
textarea {
  overflow: auto;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ul li {
  list-style-type: none;
}

img {
  border: none;
}

textarea {
  resize: none;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

a {
  outline: none;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

input::-ms-clear {
  display: none;
}

* {
  outline: none !important;
}

/*------------------------------------------------------------------//
  Theme Options:
//------------------------------------------------------------------*/
/** Mobile Contact **/
.mContact {
  /* display: none; */
  text-align: center;
  position: fixed;
  bottom: -3px;
  width: 100%;
  padding: 3px 0px;
  z-index: 99999999;
  border: none !important;
  /* border-top-left-radius: 51px; */
  /* border-top-right-radius: 30px; */
}

.mContact .col-md-6 {
  width: 50% !important;
  float: left;
  /* border-radius: 30px; */
  padding: 0 !important;
}

.mContact .col-md-6 a {
  padding: 10px;
  font-size: 14px;
  display: block;
}

.mContact .col-md-6 span {
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  top: 1px;
}

.mContact .wp {
  background: #55cd6c;
  background: #58D164;
  background: -webkit-gradient(linear, left top, left bottom, from(#58D164), to(#2CB842));
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
}

.mContact .tl {
  background: -webkit-gradient(linear, left top, left bottom, from(#e94079), to(#bf1d53));
  background: linear-gradient(to bottom, #e94079, #bf1d53);
  background: -webkit-gradient(linear, left top, left bottom, from(#00488e), to(#021930));
  background: linear-gradient(to bottom, #00488e, #021930);
  background: -webkit-gradient(linear, left top, left bottom, from(#00488e), to(#0a3f74));
  background: linear-gradient(to bottom, #00488e, #0a3f74);
}

.mContact img {
  width: 30px;
}

/* --- Mobile Menu --- */
/* --- Mobile Menu --- */
.mobile-menus {
  position: fixed;
  left: -300px;
  top: 0;
  left: -200% !important;
  width: 80%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999999999999;
  height: 100%;
  border-left: 0 !important;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* justify-content: space-between; */
  overflow-y: auto !important;
  background: linear-gradient(199.84deg, #000 13.26%, rgb(32, 22, 22) 55.65%, rgb(0, 0, 0) 100.77%);
}

.mobile-menu-list ul {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* margin-bottom: 30px; */
}

.mobile-menu-list ul li a {
  color: #ffffff !important;
  border: none;
  font-size: 15px;
  border-bottom: 1px solid rgba(210, 210, 210, 0.1294117647);
  line-height: 35px !important;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: inherit;
  padding: 10px 0%;
  font-weight: 600;
  display: block;
  /* letter-spacing: 0.5px; */
}

.mobile-social {
  margin-top: 30px;
}

.mobile-menu-list ul li a i {
  margin-right: 10px;
}

.mobile-menu-list ul li ul {
  background: none !important;
}

.mobile-menu-list ul li ul li a {
  position: relative;
  padding-left: 10px !important;
  padding: 3px 0%;
}

.mobile-menu-list ul li ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 0;
  line-height: 46px;
  width: 40px;
  height: 46px;
  display: block;
  color: #ffffff;
  opacity: 0;
}

.mobile-menu-list ul li ul li ul li a {
  position: relative;
  padding-left: 15px !important;
}

.mobile-menu-list ul li ul li ul li a:before {
  left: 22px;
}

.mobile-menu-list ul li ul {
  max-height: 0 !important;
  overflow: hidden;
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.mobile-menu-list ul li.acik > ul {
  max-height: 500px !important;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.mobile-menu-list ul li.menu-item-has-children a {
  position: relative;
  overflow: hidden;
}

.mobile-menu-list ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  width: 46px;
  font-weight: bold;
  content: "\f107";
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu-list ul li.menu-item-has-children.acik > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu-listul li a:hover {
  /* background-color: #dcdcdc; */
  /* color: #000 !important; */
  /* -webkit-transition: all .5s; */
  -o-transition: all 0.5s;
  /* transition: all .5s; */
}

.mobile-menu-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar {
  width: 1px;
  background-color: #fff;
}

.mobile-menu-list::-webkit-scrollbar-thumb {
  background-color: #3b559e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-menus.mobile-menus-active {
  left: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* overflow-y: auto; */
}

html.mobile-menus-active {
  overflow: hidden;
}

nav.mobile-menu-list {
  padding-top: 95px;
}

body {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0%;
}

body.mobile-menus-active {
  /* left: 65%; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuClose {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 999999999999;
  top: 0;
  background: rgba(32, 32, 32, 0.6705882353);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(42, 42, 66, 0.3490196078);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.menuClose.mobile-menus-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menuClose,
.mobile-menus {
  z-index: 999999999999;
  top: 0;
}

.mobil-menu-btn {
  position: relative;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  background: #888888;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  width: 24px;
  height: 2px;
}

.mobil-menu-btn:before {
  content: "";
  position: absolute;
  right: 0;
  width: 27px;
  bottom: 7px;
  height: 2px;
  background: #888888;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu-list ul li a img {
  width: 30px;
  margin-right: 5px;
}

.mobil-menu-btn:after {
  content: "";
  position: absolute;
  right: 0;
  width: 15px;
  top: 7px;
  height: 2px;
  background: #888888;
  -webkit-transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-hamburger-menu {
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  width: 40px;
  height: 36px;
}

.mobil-menu-logo img {
  width: 140px;
}

.mobil-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 90%;
}

.mobil-menu-close {
  color: rgba(255, 255, 255, 0.6588235294);
  font-size: 30px;
}

.mobil-menu-buttons a {
  font-weight: 500;
  width: 90%;
  font-size: 16px;
  background-color: #ffffff;
  /* border-radius: 20px 20px 20px 20px; */
  color: #426c87;
  padding: 15px 4px;
  display: block;
  text-align: center;
  opacity: inherit !important;
  margin-top: 14px;
}

.mobil-menu-buttons {
  /* display: flex; */
}

.mobil-menu-buttons-one a {
  font-family: "Nunito", Sans-serif;
  font-weight: 500;
  width: 90%;
  font-size: 16px;
  background-color: #0091ac;
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  padding: 15px 4px;
  display: block;
  text-align: center;
  opacity: inherit !important;
  margin-top: 21px;
  border: 1px solid;
}

.mobil-menu-buttons-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-social a:last-child {
  margin-right: 0px;
}

.mobile-social a {
  width: 45px;
  height: 45px;
  font-size: 21px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background: #fff; */
  border-radius: 100%;
  color: #ffffff;
  margin-right: 23px;
  border: 1px solid;
}

.header-menu-btn {
  width: 3rem;
  height: 1.5625rem;
  position: relative;
  cursor: pointer;
  display: none;
}

.header-menu-btn .menu {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  color: #ffffff;
}

.header-menu-btn .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  transition: background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
  transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s, -webkit-transform 0.5s 0.08s;
  -webkit-transition: transform 0.5s 0.08s, background-color 0.5s, top 0.5s 0.08s, left 0.3s, opacity 0.5s, width 0.6s 0.05s;
}

.header-menu-btn .line-center {
  top: 50%;
  margin-top: -1.5px;
}

.header-menu-btn .line-top {
  top: 0;
}

.header-menu-btn .line-bottom {
  bottom: 0;
}

/** Mobile Menu (END) **/
/* Transition || Geçiş */
/* Scale */
/* Skew */
/* Rotate */
/* Placeholder Color */
/** Whatsapp Fixed **/
.whatsappFixed {
  position: fixed;
  top: 50%;
  z-index: 999999;
  background: rgba(29, 177, 84, 0.9607843137);
  color: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.whatsappFixed a {
  color: #fff;
  font-size: 40px;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #ffffff;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(241, 229, 58, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(235, 238, 81, 0);
  }

}

@-webkit-keyframes pulseVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulseVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes scrollLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scrollLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes scrollRight {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollRight {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/** Whatsapp Fixed **/
/** Font Family **/
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 1400px) {
  .c-container {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@font-face {
  font-family: "Helma";
  src: url("../fonts/Helma-Regular.woff2") format("woff2"), url("../fonts/Helma-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Bold.woff2") format("woff2"), url("../fonts/NouvelR-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Extrabold.woff2") format("woff2"), url("../fonts/NouvelR-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NouvelR Book";
  src: url("../fonts/NouvelR-Book.woff2") format("woff2"), url("../fonts/NouvelR-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Semibold.woff2") format("woff2"), url("lib/fonts/NouvelR-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Light.woff2") format("woff2"), url("../fonts/NouvelR-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NouvelR";
  src: url("../fonts/NouvelR-Regular.woff2") format("woff2"), url("../fonts/NouvelR-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "NouvelR";
}

.header {
  position: absolute;
  width: 100%;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 133.4px 0 rgba(0, 0, 0, 0.95) inset;
          box-shadow: 0 0 133.4px 0 rgba(0, 0, 0, 0.95) inset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  z-index: 999;
}
.header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.header-top-contact .item a {
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 10px;
  text-decoration: underline;
}
.header-top-contact .item a i {
  margin-right: 10px;
}
.header-top-social {
  padding-right: 20px;
}
.header-top-social a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding-right: 5px;
}
.header-top-social a:last-child {
  padding-right: 0;
}
.header-top-button a {
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 10px 20px;
  background: rgba(217, 217, 217, 0.4);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-menu ul li {
  display: inline-block;
  position: relative;
}
.header-menu ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0 10px;
}

.slider {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.slider #vid1 {
  width: 100%;
  height: 100vh;
}

.slider .vjs-no-js {
  display: none;
}

.slider .vjs-big-play-button {
  display: none !important;
}

.slider .video-js {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.slider .video-js .vjs-modal-dialog,
.slider .video-js .vjs-tech,
.slider .vjs-button > .vjs-icon-placeholder:before,
.slider .vjs-modal-dialog .vjs-modal-dialog-content,
.slider .vjs-playback-rate .vjs-playback-rate-value,
.slider .vjs-playback-rate > .vjs-menu-button {
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-content {
  position: absolute;
  top: 40%;
  height: 900px;
}

.slider-content .text {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  /* letter-spacing: 10px; */
}

.slider-content .text span {
  color: #8D7800;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 10px;
}

.slider-content .title {
  font-family: "Helma";
  font-size: 70px;
  font-weight: 600;
  color: #fff;
}

.slider-content .desc {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.slider-content .separator-container {
  position: relative;
  width: 94%;
  height: 20px;
  margin: 20px 0;
}

.slider-content .separator {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #fff;
}

.slider-button {
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 20px 15px;
  background: rgba(217, 217, 217, 0.4);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
  display: inline-block;
  font-weight: 600;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    animation: pulse 2s infinite;

}

.slider-button:hover{
  opacity: initial;
  color: #fff;
}

.home-about {
  background: -webkit-gradient(linear, left bottom, left top, from(#F9F9F9), to(#E9E9E9));
  background: linear-gradient(360deg, #F9F9F9 0%, #E9E9E9 100%);
  padding: 80px 0;
}
.home-about-img {
  position: relative;
}
.home-about-img .two {
  position: relative;
  margin-top: -200px;
  float: right;
  z-index: 999;
  margin-right: 30px;
}
.home-about-content {
  padding-top: 50px;
}
.home-about-content span {
  color: #252525;
  font-weight: 300;
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.home-about-content .title {
  font-family: "Helma";
  font-size: 60px;
  font-weight: 400;
  color: #252525;
  margin: 20px 0;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.home-about-content .title .borders {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-about-content .title .borders .items {
  width: 100%;
  height: 2px;
  background-color: rgba(37, 37, 37, 0.1019607843);
}
.home-about-content .title .borders .items:last-child {
  margin-right: 0;
  background-color: #252525;
}
.home-about-content p {
  color: #252525;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px;
}
.home-about-content .more {
  display: inline-block;
  color: #252525;
  font-size: 19px;
  font-weight: 600;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-about-content .more:hover {
  background-color: #252525;
  color: #fff;
  opacity: inherit;
}
.home-services {
  padding: 60px 0;
}
.home-services-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}
.home-services .borders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-services .borders .items {
  width: 280px;
  height: 1px;
  background-color: #252525;
}
.home-services .borders .title {
  font-family: "Helma";
  font-size: 60px;
  font-weight: 400;
  color: #252525;
  margin: 20px 30px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.home-services .borders .title:before {
  content: "Traitements";
  position: absolute;
  font-family: "Helma";
  font-size: 75px;
  font-weight: 400;
  color: rgba(37, 37, 37, 0.031372549);
  text-transform: uppercase;
  top: -10px;
  right: -400px;
}
.home-services .bordertwo {
  width: 260px;
  height: 1px;
  background-color: #252525;
}
.home-services .before {
  display: none;
  font-family: "Helma";
  font-size: 80px;
  font-weight: 400;
  color: rgba(37, 37, 37, 0.031372549);
  margin: 20px 30px;
  text-transform: uppercase;
}
.home-services-slider .item {
  margin: 0 15px;
}
.home-services-slider .items {
  position: relative;
}
.home-services-slider .items .title {
  position: absolute;
  z-index: 999;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  display: block;
  bottom: 50px;
  left: 20px;
}
.home-services-slider .items img {
  width: 100%;
}
.home-services-slider .items .seperator {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8.37%, rgba(36, 31, 28, 0.9215686275)), color-stop(35.88%, rgba(58, 55, 53, 0.18)), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(360deg, rgba(36, 31, 28, 0.9215686275) 8.37%, rgba(58, 55, 53, 0.18) 35.88%, rgba(102, 102, 102, 0) 100%);
  top: 0;
}
.home-services-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 20px;
  border-radius: 100%;
  color: #121212;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.home-services-slider .slick-arrow:hover {
  color: #faefe9;
  /* background: linear-gradient(1deg, #000000 0%, #4d4b4b 100%); */
}
.home-services-slider .slick-next {
  right: -10px;
}
.home-services-slider .slick-prev {
  left: -10px;
}
.home-services-slider .slick-arrow:before {
  display: none;
}
.home-cons {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 245, 246, 0)), to(#bebbbe));
  background: linear-gradient(180deg, rgba(246, 245, 246, 0) 0%, #bebbbe 100%);
  padding: 80px 0;
}
.home-cons-head {
  margin: 0 auto;
}
.home-cons-head h2 {
  color: #252525;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
}
.home-cons-head p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 400;
  color: #252525;
}
.home-cons-button .more {
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  color: #381901;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 25px;
}
.home-cons-button .more i {
  margin-right: 5px;
}
.home-cons .title {
  font-family: "Helma";
  font-size: 60px;
  font-weight: 400;
  color: #252525;
  margin: 20px 0;
  text-transform: uppercase;
  display: block;
  line-height: 1.3;
}
.home-cons .title .borders {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-cons .title .borders .items {
  width: 100%;
  height: 2px;
  background-color: rgba(37, 37, 37, 0.1019607843);
}
.home-cons .title .borders .items:last-child {
  margin-right: 0;
  background-color: #252525;
}
.home-cons-img {
  position: relative;
  text-align: center;
}
.home-cons-img img {
  width: 60%;
}
.home-comments {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.home-comments-head {
  text-align: center;
}
.home-comments .borders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-comments .borders .items {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.home-comments .borders .title {
  font-family: "Helma";
  font-size: 60px;
  font-weight: 400;
  color: #252525;
  margin: 20px 30px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.home-comments .bordertwo {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.home-comments .slider-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.home-comments .slider-row.row-left .slider-track {
  -webkit-animation: scrollLeft 40s linear infinite;
          animation: scrollLeft 40s linear infinite;
}
.home-comments .slider-row.row-right .slider-track {
  -webkit-animation: scrollRight 40s linear infinite;
          animation: scrollRight 40s linear infinite;
}
.home-comments .slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 0;
}
.home-comments .slider-track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  cursor: pointer;
}
.home-comments .comment-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  width: 480px;
  min-width: 480px;
  height: 170px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  border: 1px solid #eeeeee;
  overflow: hidden;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.home-comments .comment-card .card-img-wrap {
  width: 140px;
  min-width: 140px;
}
.home-comments .comment-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-comments .comment-card .card-body {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.home-comments .comment-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding: 20px 0;
  background: none;
}
.home-comments .comment-card .card-header .user-name {
  font-size: 19px;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2px;
}
.home-comments .comment-card .card-header .stars {
  color: #ffb400;
  font-size: 13px;
  letter-spacing: 1px;
}
.home-comments .comment-card .comment-text {
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-videos {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 245, 246, 0)), to(#bebbbe));
  background: linear-gradient(180deg, rgba(246, 245, 246, 0) 0%, #bebbbe 100%);
  padding: 80px 0 0;
}
.home-videos-head {
  text-align: center;
  padding-bottom: 30px;
}
.home-videos .borders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-videos .borders .items {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.home-videos .borders .title {
  font-family: "Helma";
  font-size: 60px;
  font-weight: 400;
  color: #252525;
  margin: 20px 30px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.home-videos .bordertwo {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.home-videos-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 20px;
  border-radius: 100%;
  color: #121212;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.home-videos-slider .slick-arrow:hover {
  font-size: 25px;
}
.home-videos-slider .slick-next {
  right: -10px;
}
.home-videos-slider .slick-prev {
  left: -10px;
}
.home-videos-slider .slick-arrow:before {
  display: none;
}
.home-videos-title {
  padding: 50px 0;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  font-size: 5rem;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  margin-bottom: 10px;
}
.home-videos-title span {
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  font-size: 5rem;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}
.home-videos .item {
  position: relative;
  background: linear-gradient(199.84deg, #000000 13.26%, rgba(32, 22, 22, 0.88375) 55.65%, rgba(0, 0, 0, 0.76) 100.77%);
}
.home-videos .item .resim {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-videos .item .bilgi {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 200px;
}
.home-videos .item .bilgi p {
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-videos .item .bilgi .yazi1 {
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.3em;
  color: #fff;
  margin-bottom: 10px;
}
.home-videos .item .bilgi .yazi2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.home-videos .item .bilgi .yazi3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
}
.home-videos .item .bilgi .izle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  border-top: 1px #faf8f4 solid;
  border-bottom: 1px #faf8f4 solid;
}
.home-videos .item .bilgi .izle .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: var(--gradientsari);
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
.home-content {
  padding: 80px 0;
}
.home-content .row {
  margin-bottom: 60px;
}
.home-content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-content .title h2 {
  font-family: "Helma";
  font-size: 40px;
  font-weight: 400;
  color: #252525;
  margin: 20px 0;
  text-transform: uppercase;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
}
.home-content .title .borders {
  min-width: 300px;
  height: 1px;
  background-color: #252525;
}
.home-content p {
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
.home-content h2 {
  font-family: "Helma";
  font-size: 40px;
  font-weight: 400;
  color: #252525;
  margin: 20px 0;
  text-transform: uppercase;
  display: block;
  line-height: 1.3;
  text-transform: uppercase;
}
.home-content ul {
  letter-spacing: 0.025em;
  margin-bottom: 30px;
  padding: 0 0 0 20px;
}
.home-content ul li {
  list-style: disc;
  position: relative;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 300;
}
.home-content img {
  width: 100%;
}
.home-content .more {
  margin-top: 30px;
  display: inline-block;
  color: #252525;
  font-size: 19px;
  font-weight: 600;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-content .more:hover {
  background-color: #252525;
  color: #fff;
  opacity: inherit;
}
.home-aesthetic-head {
  text-align: center;
}
.home-aesthetic .borders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-aesthetic .borders .items {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.home-aesthetic .borders .title {
  font-family: "Helma";
  font-size: 60px;
  font-weight: 400;
  color: #252525;
  margin: 20px 30px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.home-aesthetic .bordertwo {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.home-aesthetic-slider .item {
  margin: 0 15px;
}
.home-aesthetic-slider .items {
  position: relative;
}
.home-aesthetic-slider .content {
  position: absolute;
  background: #fff;
  bottom: 0;
  padding: 60px 15px 30px 15px;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
}
.home-aesthetic-slider img {
  width: 100%;
}
.home-aesthetic-slider .title {
  font-size: 20px;
  font-weight: 400;
  color: #252525;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.home-aesthetic-slider .desc {
  font-size: 16px;
  font-weight: 300;
  color: #252525;
  display: block;
  margin-bottom: 15px;
  line-height: 1.3;
}
.home-aesthetic-slider .more {
  display: inline-block;
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-aesthetic-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 20px;
  border-radius: 100%;
  color: #121212;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.home-aesthetic-slider .slick-arrow:hover {
  font-size: 25px;
}
.home-aesthetic-slider .slick-next {
  right: -10px;
}
.home-aesthetic-slider .slick-prev {
  left: -10px;
}
.home-aesthetic-slider .slick-arrow:before {
  display: none;
}
.home-before-after {
  padding: 80px 0;
}
.home-before-after-slider .item {
  margin: 0 15px;
}
.home-before-after-head {
  text-align: center;
}
.home-before-after .borders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-before-after .borders .items {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.home-before-after .borders .title {
  font-family: "Helma";
  font-size: 60px;
  font-weight: 400;
  color: #252525;
  margin: 20px 30px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.home-before-after .bordertwo {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.home-before-after-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 20px;
  border-radius: 100%;
  color: #121212;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.home-before-after-slider .slick-arrow:hover {
  font-size: 25px;
}
.home-before-after-slider .slick-next {
  right: -10px;
}
.home-before-after-slider .slick-prev {
  left: -10px;
}
.home-before-after-slider .slick-arrow:before {
  display: none;
}
.home-kbb-head {
  text-align: center;
  padding: 30px 0;
}
.home-kbb .borders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-kbb .borders .items {
  width: 50%;
  height: 1px;
  background-color: #252525;
}
.home-kbb .borders .title {
  font-family: "Helma";
  font-size: 60px;
  font-weight: 400;
  color: #252525;
  margin: 20px 30px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.home-kbb .bordertwo {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.home-kbb-services .item {
  padding: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1C1C1C), to(#333333));
  background: linear-gradient(180deg, #1C1C1C 0%, #333333 100%);
  text-align: center;
  margin: 0 15px;
}
.home-kbb-services .item .more {
  margin-top: 30px;
  display: inline-block;
  color: #252525;
  font-size: 19px;
  font-weight: 600;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-kbb-services .item .more:hover {
  background-color: #252525;
  color: #fff;
  opacity: inherit;
}
.home-kbb-services a.title {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 25px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 140px;
}
.home-kbb-services p {
  color: #fff;
  line-height: 1.4;
  font-weight: 300;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-bar {
  padding: 40px 0;
}
.home-bar-head {
  text-align: center;
  padding: 30px 0;
}
.home-bar .borders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-bar .borders .items {
  width: 50%;
  height: 1px;
  background-color: #252525;
}
.home-bar .borders .title {
  font-family: "Helma";
  font-size: 60px;
  font-weight: 400;
  color: #252525;
  margin: 20px 30px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.home-bar .bordertwo {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.home-bar-slider .item {
  text-align: center;
  margin: 0 15px;
}
.home-bar-slider .item a.title {
  font-size: 30px;
  font-weight: 400;
  color: #252525;
  display: block;
  margin-bottom: 20px;
  font-family: "Helma";
}
.home-bar-slider .item img {
  padding: 15px 0;
}
.home-bar-slider .item p {
  color: #252525;
  line-height: 1.4;
  font-weight: 300;
}
.home-bar-slider .item .more {
  margin-top: 30px;
  display: inline-block;
  color: #252525;
  font-size: 19px;
  font-weight: 600;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-bar-slider .item .more:hover {
  background-color: #252525;
  color: #fff;
  opacity: inherit;
}
.home-bar-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 20px;
  border-radius: 100%;
  color: #121212;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.home-bar-slider .slick-arrow:hover {
  font-size: 25px;
}
.home-bar-slider .slick-next {
  right: -10px;
}
.home-bar-slider .slick-prev {
  left: -10px;
}
.home-bar-slider .slick-arrow:before {
  display: none;
}

.footer {
  background: url(../images/footerbg.jpg);
  padding-top: 80px;
}
.footer-logo {
  text-align: center;
}
.footer .title {
  font-family: "Helma";
  color: #fff;
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.footer .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.7411764706);
}
.footer .item .text {
  font-size: 20px;
  font-weight: 300;
}
.footer .item .text a {
  color: rgba(255, 255, 255, 0.7411764706);
}
.footer .item .icon {
  font-size: 18px;
  margin-right: 15px;
}
.footer-right {
  text-align: right;
}
.footer-right .socials a {
  color: rgba(255, 255, 255, 0.7411764706);
  font-size: 50px;
  display: inline-block;
  padding-right: 20px;
}
.footer-right .socials a:last-child {
  padding-right: 0;
}

.single-header {
  position: relative;
  background: rgba(0, 0, 0, 0.63);
  border-bottom: 0;
}
.single-contact-page {
  background: rgba(0, 0, 0, 0.63);
}
.single-contact-page h1 {
  text-align: center;
  font-family: "Helma";
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 1.3;
  padding: 80px 0;
}
.single-contact-page .title {
  font-size: 30px;
  color: #fff;
  padding: 15px 0;
  font-family: "Helma";
}
.single-contact-page .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7411764706);
}
.single-contact-page .item .text {
  font-size: 20px;
  font-weight: 300;
}
.single-contact-page .item .text a {
  color: rgba(255, 255, 255, 0.7411764706);
}
.single-contact-page .item .icon {
  font-size: 18px;
  margin-right: 15px;
}
.single-contact {
  background: url(../images/contactbg.jpg);
  padding: 80px 0;
  background-size: cover;
}
.single-contact-social {
  padding-top: 30px;
}
.single-contact-social .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.7411764706);
  margin-bottom: 20px;
}
.single-contact-social .item .icon {
  font-size: 50px;
  color: #fff;
  margin-right: 15px;
  min-width: 50px;
}
.single-contact-social .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 25px;
  font-weight: 600;
}
.single-contact-social .item .text span {
  margin-bottom: 5px;
}
.single-contact-social .item .text span:last-child {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 0;
}
.single-contact-form .title {
  font-size: 50px;
  color: #fff;
  padding: 15px 0;
  font-family: "Helma";
  text-transform: uppercase;
  margin-bottom: 30px;
}
.single-contact-form input[type=text],
.single-contact-form input[type=email],
.single-contact-form input[type=tel] {
  background: rgba(85, 85, 85, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(16.8px);
  border-radius: 13px;
  height: 60px;
  width: 100%;
  padding: 15px;
   color: #fff;

}
.single-contact-form input[type=text],
.single-contact-form input[type=email],
.single-contact-form input[type=tel]::placeholder {
 color: #fff;
}

.single-contact-form input[type=text],
.single-contact-form input[type=email]::placeholder {
 color: #fff;
}

.single-contact-form input[type=text]::placeholder {
 color: #fff;
}


.single-contact-form textarea {
  background: rgba(85, 85, 85, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(16.8px);
  border-radius: 13px;
  height: 100px;
  width: 100%;
  padding: 15px;
   color: #fff;

}

.single-contact-form textarea::placeholder {
 color: #fff;
}
.single-contact-form button {
  display: block;
  margin-top: 20px;
  float: right;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(16.8px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 13px;
  padding: 15px 50px;
}
.single-page-title {
  background: rgba(0, 0, 0, 0.631372549);
  display: block;
  padding: 80px 0;
}
.single-page-title h1 {
  text-align: center;
  font-family: "Helma";
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 1.3;
}
.single-content {
  padding: 80px 0;
}
.single-content-img {
  text-align: center;
}
.single-content-img img {
  border-radius: 16px;
  margin-bottom: 25px;
}
.single-content p {
  color: #252525;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.single-content p a {
  color: #252525;
  text-decoration: underline;
}
.single-content ul,
.single-content ol {
  font-size: 18px;
  color: #252525;
  margin-bottom: 30px;
  padding-left: 15px;
}
.single-content ul li,
.single-content ol li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 13px;
}
.single-content ul li:before,
.single-content ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #252525;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.single-content h2 {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 600;
}
.single-content h3 {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 600;
}
.single-content h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}
.single-videos {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 245, 246, 0)), to(#bebbbe));
  background: linear-gradient(180deg, rgba(246, 245, 246, 0) 0%, #bebbbe 100%);
  padding: 80px 0 0;
}
.single-videos-head {
  text-align: center;
  padding-bottom: 30px;
}
.single-videos .borders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-videos .borders .items {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.single-videos .borders .title {
  font-family: "Helma";
  font-size: 60px;
  font-weight: 400;
  color: #252525;
  margin: 20px 30px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.single-videos .bordertwo {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.single-videos-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 20px;
  border-radius: 100%;
  color: #121212;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.single-videos-slider .slick-arrow:hover {
  font-size: 25px;
}
.single-videos-slider .slick-next {
  right: -10px;
}
.single-videos-slider .slick-prev {
  left: -10px;
}
.single-videos-slider .slick-arrow:before {
  display: none;
}
.single-videos-title {
  padding: 50px 0;
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  font-size: 5rem;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  margin-bottom: 10px;
}
.single-videos-title span {
  font-family: "Bodoni Moda", serif;
  font-style: italic;
  font-size: 5rem;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}
.single-videos .item {
  position: relative;
  background: linear-gradient(199.84deg, #000000 13.26%, rgba(32, 22, 22, 0.88375) 55.65%, rgba(0, 0, 0, 0.76) 100.77%);
}
.single-videos .item .resim {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-videos .item .bilgi {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 200px;
}
.single-videos .item .bilgi p {
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-videos .item .bilgi .yazi1 {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.7em;
  color: #fff;
  margin-bottom: 10px;
}
.single-videos .item .bilgi .yazi2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.single-videos .item .bilgi .yazi3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
}
.single-videos .item .bilgi .izle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  border-top: 1px #faf8f4 solid;
  border-bottom: 1px #faf8f4 solid;
}
.single-videos .item .bilgi .izle .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: var(--gradientsari);
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
.single-before-after {
  padding: 80px 0;
}
.single-before-after-head {
  text-align: center;
}
.single-before-after-slider .item {
  margin: 0 15px;
}
.single-before-after .borders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-before-after .borders .items {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.single-before-after .borders .title {
  font-family: "Helma";
  font-size: 60px;
  font-weight: 400;
  color: #252525;
  margin: 20px 30px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.single-before-after .bordertwo {
  width: 100%;
  height: 1px;
  background-color: #252525;
}
.single-before-after-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 20px;
  border-radius: 100%;
  color: #121212;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.single-before-after-slider .slick-arrow:hover {
  font-size: 25px;
}
.single-before-after-slider .slick-next {
  right: -10px;
}
.single-before-after-slider .slick-prev {
  left: -10px;
}
.single-before-after-slider .slick-arrow:before {
  display: none;
}

.header-menu ul li ul {
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px;
  padding: 8px 11px;
  white-space: nowrap;
  z-index: 999;
  top: 100%;
  margin-top: 5px;
  box-shadow: 0 0 133.4px 0 rgb(0 0 0) inset;
  background: #3a3a3a;
}

.header-menu ul li ul li ul {
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  left: initial;
  right: -276px;
  top: -14px !important;
  transform: initial;
  border-radius: 6px;
  padding: 8px 11px;
  white-space: nowrap;
  z-index: 999;
  top: 100%;
  margin-top: 5px;
  box-shadow: 0 0 133.4px 0 rgb(0 0 0) inset;
  background: #3a3a3a;
}


.header-menu ul li ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
  z-index: 1
}

.header-menu ul li ul:after {
  content: "";
  border-radius: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: -1
}

.header-menu ul li ul li {
  margin: 0;
  float: none;
  display: block;
  padding: 0;
  position: relative;
}

.header-menu ul li ul li a {
  border-radius: 20px;
  display: block;
  padding: 0;
  white-space: nowrap;
  font-size: 17px;
  line-height: 34px;
  padding: 0 15px;
  font-weight: 500;
  opacity: inherit;
  display: block;
  font-weight: 500;
  color: #fff;
  font-weight: 600;
}

.header-menu ul li ul li a:hover {
  background: #ffffff;
  color: #000;
}


.header-menu ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all, .5s;
}



.header-menu ul li ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all, .5s;
}



.sinlge-category .item {
  text-align: center;
}
.sinlge-category .item a.title {
  font-size: 30px;
  font-weight: 400;
  color: #252525;
  display: block;
  margin-bottom: 20px;
  font-family: "Helma";
}
.sinlge-category .item img {
  padding: 15px 0;
}
.sinlge-category .item p {
  color: #252525;
  line-height: 1.4;
  font-weight: 300;
}
.sinlge-category .item .more {
  margin-top: 30px;
  display: inline-block;
  color: #252525;
  font-size: 19px;
  font-weight: 600;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(52.88%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 52.88%, #A48B78 100%);
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sinlge-category .item .more:hover {
  background-color: #252525;
  color: #fff;
  opacity: inherit;
}


.header .language.dropdown {
  position: relative;
  display: block;
  z-index: 99;
  width: 130px;
}
.header .language.dropdown .drop-btn {
  width: 100%;
  padding: 4px 9px;
  outline: none;
  position: relative;
  font-size: 17px !important;
  color: #ffffff;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  border-radius: 20px;
  font-style: normal;
}
.header .language.dropdown .drop-btn img {
  width: 30px;
  margin-right: 8px;
  pointer-events: none;
}
.header .language.dropdown .drop-btn:after {
  content: "›";
  position: absolute;
  top: -1px;
  right: 9px;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  font-size: 23px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #ffffff;
}
.header .language.dropdown .dropdown-content {
  position: absolute;
  border-radius: 5px;
  top: 90px;
  left: 0;
  right: 1px;
  outline: none;
  background-color: #ffffff;
  text-align: left;
  opacity: 0;
  font-size: 14px;
  z-index: 99;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.3s cubic-bezier(0, 1.2, 0.4, 1.1);
  border: 1px solid rgba(191, 191, 191, 0.231372549);
  border-radius: 20px;
}
.header .language.dropdown .dropdown-content a {
  opacity: initial;
  display: block;
  padding: 10px 12px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  /* transition: .3s; */
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 20px;
}
.header .header-tig .language.dropdown .dropdown-content a > img {
  width: 30px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-right: 5px;
}
.header .language.dropdown .dropdown-content a:hover {
  /* color: #fff; */
  /* left: 0; */
  /* color: #0091ac; */
}
.header .language.dropdown .dropdown-content a:hover:after {
  content: "✔";
  display: none;
  right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.header .language.dropdown .dropdown-content.open {
  display: block;
  height: auto;
  top: 111%;
  -webkit-box-shadow: -20px 50px 70px rgba(8, 20, 32, 0.1019607843);
  box-shadow: -20px 50px 70px rgba(8, 20, 32, 0.1019607843);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
  transition: all 0.5s cubic-bezier(0, 1.2, 0.4, 1.1);
  pointer-events: auto;
  white-space: nowrap;
  width: 140px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 20px;
}
.header .language .dropdown-content.open a > img.img-flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.header .language.dropdown .dropdown-content a > img {
  width: 30px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding-right: 5px;
}
.footer-bottom {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.7411764706);
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.footer-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-bottom .left {
  color: #fff;
}
.footer-bottom .left a {
  color: #fff;
}