@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;
  /* border-radius: 10px; */
}

textarea {
  resize: none;
}

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

a {
  outline: none;
  border-radius: 83px;
}

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;
}

html {
  scroll-behavior: smooth;

}

body {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0%;
  scroll-behavior: smooth;

}

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: -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%);
  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;
}

@-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);
  }
}

/** 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;
  }
}

body {
  font-family: "Instrument Sans", sans-serif;
  overflow-x: hidden;
}

@-webkit-keyframes scaleBackground {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes scaleBackground {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* Sola kayma animasyonu */
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(177 153 136);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgb(255 255 255 / 0%);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
  }
}


.header {
  background: #0C0C0C;
  padding: 20px 0;
}

.header-inner {
  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;
}

.header-menu ul li {
  display: inline-block;
}

.header-menu ul li a {
  padding: 10px 15px;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
}

.header-button a {
  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-weight: 600;
  padding: 10px 20px;
  border-radius: 3px;
}

.header-button a i {
  margin-right: 7px;
}

.home-slider {
  background: url("../images/sliderbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 0 10px 0;
  height: 687px;
}

.home-slider-content h1 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 55px;
  margin-bottom: 15px;
}

.home-slider-content p {
  color: #877465;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px;
}

.home-slider-content ul {
  margin-bottom: 30px;
}

.home-slider-content ul li {
  margin-bottom: 7.5px;
  color: #877465;
  font-weight: 500;
}

.home-slider-content ul li:before {
  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: #877465;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #A48B78;
  min-width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
}

.home-slider-button {
  padding-bottom: 20px;
}

.home-slider-button .offer {
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(50%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 50%, #A48B78 100%);
  color: #381901;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 3px;
  margin-right: 15px;
  animation: pulse 2s infinite;
}

.home-slider-button .offer i {
  margin-right: 5px;
}

.home-slider-button .get {
  display: inline-block;
  background: #F0DDD7;
  color: #381901;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 3px;
}

.home-slider-bar {
  background: -webkit-gradient(linear, left top, right top, from(rgba(171, 146, 128, 0.53)), color-stop(49.04%, rgba(237, 218, 211, 0.53)), to(rgba(171, 146, 128, 0.53)));
  background: linear-gradient(90deg, rgba(171, 146, 128, 0.53) 0%, rgba(237, 218, 211, 0.53) 49.04%, rgba(171, 146, 128, 0.53) 100%);
  backdrop-filter: blur(7.7px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px;
  position: relative;
  top: -35px;
  margin: 0 auto;
}

.home-slider-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-slider-bar .item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.home-slider-bar .item .icon i {
  text-fill-color: transparent;
  font-size: 50px;
  color: #78665d;
  margin-bottom: 10px;
}

.home-slider-bar .item .text {
  color: #381901;
  font-size: 18px;
  font-weight: 500;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
}

.home-slider-img {
  position: relative;
  top: 0;
  overflow: hidden;
}

.home-slider-img img {
  overflow: hidden;
}

.home-about {
  background: #F0DDD7;
  padding-top: 195px;
}

.home-about-image img {
  width: 100%;
  border-radius: 20px;
}

.home-about-desc h2 {
  font-size: 24px;
  color: #806C5D;
  margin-bottom: 5px;
}

.home-about-desc .title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
}

.home-about-desc p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #381901;
}

.home-about-press {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-about-press-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 60px;
}

.home-about-press-left .item {
  background-color: #381901;
  width: 120px;
  height: 50px;
  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;
  border-radius: 10px;
  margin-right: 10px;
}

.home-shorts {
  background: #F0DDD7;
  padding-bottom: 50px;
}

.home-shorts-head {
  text-align: center;
  width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

.home-shorts-head h2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-shorts-head p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #381901;
}

.home-shorts-slider .item {
  margin: 0 15px;
  overflow: hidden;
  border-radius: 10px;
}

.home-shorts-slider .item a {
  position: relative;
  display: block;
}

.home-shorts-slider .item a:hover {
  opacity: initial;
}

.home-shorts-slider .item a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.home-shorts-slider .item img {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: 10px;
}

.home-shorts-slider .item .seperator {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8.37%, #241F1C), color-stop(35.88%, rgba(58, 55, 53, 0.75)), to(rgba(102, 102, 102, 0)));
  background: linear-gradient(360deg, #241F1C 8.37%, rgba(58, 55, 53, 0.75) 35.88%, rgba(102, 102, 102, 0) 100%);
  top: 0;
}

.home-shorts-slider .item .bottom {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 25px;
  z-index: 99;
}

.home-shorts-slider .item .text {
  font-size: 35px;
  background: -webkit-gradient(linear, left top, right top, from(#FFF2E9), color-stop(49.04%, #CC947F), to(#FFF2E9));
  background: linear-gradient(90deg, #FFF2E9 0%, #CC947F 49.04%, #FFF2E9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  margin-bottom: 7px;
}

.home-shorts-slider .item .desc {
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#FFF2E9), color-stop(49.04%, #CC947F), to(#FFF2E9));
  background: linear-gradient(90deg, #FFF2E9 0%, #CC947F 49.04%, #FFF2E9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  height: 30px;
}

.home-shorts-slider .item .icon {
  width: 60px;
  height: 60px;
  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;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(50%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 50%, #A48B78 100%);
  border-radius: 100%;
  color: #000;
}

.home-shorts-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 25px;
  color: #6C6464;
  -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;
  border-radius: 100%;
  border: 1px solid;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(50%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 50%, #A48B78 100%);
  border-radius: 100%;
  color: #000;
}

.home-shorts-slider .slick-next {
  right: 0px;
}

.home-shorts-slider .slick-prev {
  left: 0px;
}

.home-banner {
  background-color: #121212;
  position: relative;
  height: 640px;
  overflow: hidden;
}

.home-banner-inner {
  position: absolute;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 640px;
  text-align: center;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home-banner-inner .title {
  color: #FED487;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}

.home-banner-inner .desc {
  color: #FED487;
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 20px;
  width: 820px;
  line-height: 1.3;
}

.home-banner-inner p {
  color: #FED487;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
}

.home-banner-inner .more {
  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;
  border-radius: 3px;
  margin-bottom: 30px;
  animation: pulse 2s infinite;
}

.home-banner-inner .more i {
  margin-right: 5px;
}

.home-banner-inner span {
  color: #FED487;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.home-banner #vid1 {
  width: 27%;
  height: 640px;
  position: absolute;
  right: 0;
}

.home-banner .video:after {
  position: absolute;
  content: "";
  background: linear-gradient(89deg, #121212 20%, rgba(0, 0, 0, 0) 100%);
  width: 30%;
  height: 100%;
  top: 0;
  z-index: 9;
  right: 0;
}

.home-banner .vjs-no-js {
  display: none;
}

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

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

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

.home-before-after-head {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}

.home-before-after-head h2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-before-after-head p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #381901;
}

.home-before-after-slider .item {
  margin: 0 15px;
}

.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: 25px;
  color: #6C6464;
  -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;
  border-radius: 100%;
  border: 1px solid;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(50%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 50%, #A48B78 100%);
  border-radius: 100%;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(56, 25, 1, 0.153)), color-stop(49.04%, rgba(251, 223, 213, 0.45)), to(rgba(188, 156, 133, 0.45)));
  background: linear-gradient(90deg, rgba(56, 25, 1, 0.153) 0%, rgba(251, 223, 213, 0.45) 49.04%, rgba(188, 156, 133, 0.45) 100%);
  backdrop-filter: blur(7.7px);
}

.home-before-after-slider .slick-next {
  right: 0px;
}

.home-before-after-slider .slick-prev {
  left: 0px;
}

.home-before-after-button {
  padding: 30px 0;
  text-align: center;
}

.home-before-after-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;
  border-radius: 3px;
  animation: pulse 2s infinite;
}

.home-before-after-button .more i {
  margin-right: 5px;
}

.home-step {
  background: url(../images/stepbg.jpg);
  background-size: cover;
  padding: 30px 0;
  /* Responsive Design */
}

.home-step-head {
  text-align: center;
  margin: 0 auto;
}

.home-step-head h2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-step-head p {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #381901;
}

.home-step-button {
  padding: 10px 0;
  text-align: center;
}

.home-step-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;
  border-radius: 3px;
  animation: pulse 2s infinite;
}

.home-step-button .more i {
  margin-right: 5px;
}

.home-step .timeline-container {
  margin: 0 auto;
  position: relative;
}

.home-step .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin: 50px 0;
}

.home-step .timeline::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50px;
  right: 50px;
  height: 2px;
  background-image: radial-gradient(circle, #A48B78 2px, transparent 1px);
  background-size: 20px 2px;
  background-repeat: repeat-x;
  z-index: 1;
}

.home-step .step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 15px;
  max-width: 200px;
}

.home-step .step-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#C9B8AB), color-stop(49.04%, #FBDFD5), to(#DFCABB));
  background: linear-gradient(90deg, #C9B8AB 0%, #FBDFD5 49.04%, #DFCABB 100%);
  backdrop-filter: blur(7.7px);
  color: white;
  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;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-step .step-number span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.53)), color-stop(49.04%, rgba(38, 12, 2, 0.53)), to(rgba(223, 115, 36, 0.53)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.53) 0%, rgba(38, 12, 2, 0.53) 49.04%, rgba(223, 115, 36, 0.53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.home-step .step:hover .step-number {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 35px rgba(212, 165, 116, 0.4);
  box-shadow: 0 12px 35px rgba(212, 165, 116, 0.4);
}

.home-step .step-title {
  font-size: 18px;
  font-weight: bold;
  color: #957567;
  margin-bottom: 15px;
  line-height: 1.3;
  min-height: 40px;
}

.home-step .step-description {
  text-align: center;
  font-size: 14px;
  color: #957567;
  line-height: 1.5;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (max-width: 1200px) {
  .home-step .timeline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }

  .home-step .timeline::before {
    display: none;
  }

  .home-step .step {
    max-width: 300px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .home-step .step {
    max-width: 100%;
    padding: 0 10px;
  }

  .home-step .step-number {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .home-step .step-title {
    font-size: 16px;
  }

  .home-step .step-description {
    font-size: 13px;
  }
}

.home-review-head {
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-review-head h2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-review-head p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #381901;
}

.home-review .item {
  margin-bottom: 15px;
}

.home-review .item img {
  border-radius: 10px;
  width: 100%;
  -webkit-box-shadow: 0 12px 35px #F0DDD7;
  box-shadow: 0 12px 35px #F0DDD7;
}

.home-review-button {
  padding: 10px 0;
  text-align: center;
}

.home-review-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;
  border-radius: 3px;
  animation: pulse 2s infinite;
}

.home-review-button .more i {
  margin-right: 5px;
}

.home-comments-head {
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-comments-head h2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-comments-head p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #381901;
}

.home-comments-slider {
  margin-bottom: 20px;
}

.home-comments-slider .item {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 246, 240, 0.71)), color-stop(49.04%, rgba(251, 223, 213, 0.71)), to(rgba(255, 244, 237, 0.71)));
  background: linear-gradient(90deg, rgba(255, 246, 240, 0.71) 0%, rgba(251, 223, 213, 0.71) 49.04%, rgba(255, 244, 237, 0.71) 100%);
  border: 1px solid rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(7.7px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px;
  padding: 30px;
  margin: 0 10px;
}

.home-comments-slider .item .head {
  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: 20px;
}

.home-comments-slider .item .left {
  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;
}

.home-comments-slider .item .left .avatar {
  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;
  background: #A48B78;
  border-radius: 100%;
  font-weight: 600;
  margin-right: 15px;
}

.home-comments-slider .item .left .avatar span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 244, 235, 0.8)), color-stop(49.04%, rgba(255, 229, 219, 0.8)), to(rgba(255, 246, 239, 0.8)));
  background: linear-gradient(90deg, rgba(255, 244, 235, 0.8) 0%, rgba(255, 229, 219, 0.8) 49.04%, rgba(255, 246, 239, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 20px;
}

.home-comments-slider .item .left .title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 32px;
  font-weight: 600;
}

.home-comments-slider .item .stars {
  color: #FED487;
}

.home-comments-slider .item .content p {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.3;
}

.home-comments-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 25px;
  color: #6C6464;
  -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;
  border-radius: 100%;
  border: 1px solid;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(50%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 50%, #A48B78 100%);
  border-radius: 100%;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(56, 25, 1, 0.153)), color-stop(49.04%, rgba(251, 223, 213, 0.45)), to(rgba(188, 156, 133, 0.45)));
  background: linear-gradient(90deg, rgba(56, 25, 1, 0.153) 0%, rgba(251, 223, 213, 0.45) 49.04%, rgba(188, 156, 133, 0.45) 100%);
  backdrop-filter: blur(7.7px);
}

.home-comments-slider .slick-next {
  right: 0px;
}

.home-comments-slider .slick-prev {
  left: 0px;
}

.home-comments .decs {
  text-align: center;
  color: #A48B78;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-comments-button {
  padding: 10px 0;
  text-align: center;
}

.home-comments-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;
  border-radius: 3px;
}

.home-comments-button .more i {
  margin-right: 5px;
}

.home-spec-head {
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 150px;
}

.home-spec-head h2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-spec-head h2 span {
  display: block;
  color: #121212 !important;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  font-weight: 400;
}

.home-spec-head p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #381901;
}

.home-spec-bottom {
  background: url(../images/specbg.jpg);
  background-size: cover;
  height: 150px;
}

.home-spec-bottom-inner {
  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;
  position: relative;
  top: -75px;
}

.home-spec-bottom-inner .item {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 246, 240, 0.71)), color-stop(49.04%, rgba(251, 223, 213, 0.71)), to(rgba(255, 244, 237, 0.71)));
  background: linear-gradient(90deg, rgba(255, 246, 240, 0.71) 0%, rgba(251, 223, 213, 0.71) 49.04%, rgba(255, 244, 237, 0.71) 100%);
  backdrop-filter: blur(7.7px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33%;
  margin: 0 15px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-spec-bottom-inner .item strong {
  display: block;
}

.home-spec-bottom-inner .item .title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 32px;
  line-height: 1.2;
}

.home-spec-button {
  position: relative;
  text-align: center;
  bottom: 30px;
}

.home-spec-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;
  border-radius: 3px;
  animation: pulse 2s infinite;
}

.home-spec-button .more i {
  margin-right: 5px;
}

.home-cost {
  background: url(../images/costbg.jpg);
  background-size: cover;
  padding: 80px 0;
  /* Bar heights based on total amounts */
  /* €6k total */
  /* €15k total */
  /* €21k total */
  /* €21.5k total */
  /* €27k total */
  /* €32k total */
  /* €32k total */
  /* Animation for bars rising */
  /* Sequential animation delays */
  /* Turkey */
  /* Spain */
  /* France */
  /* Germany */
  /* UK */
  /* USA */
  /* Ireland */
}

.home-cost-head {
  margin: 0 auto;
}

.home-cost-head h2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(249, 226, 209, 0.89)), color-stop(49.04%, rgba(204, 148, 127, 0.89)), to(rgba(255, 229, 211, 0.89)));
  background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-cost-head p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
}

.home-cost-inner {
  background: -webkit-gradient(linear, left top, right top, from(rgba(213, 196, 184, 0.22)), color-stop(49.04%, rgba(215, 191, 183, 0.22)), to(rgba(181, 164, 152, 0.22)));
  background: linear-gradient(90deg, rgba(213, 196, 184, 0.22) 0%, rgba(215, 191, 183, 0.22) 49.04%, rgba(181, 164, 152, 0.22) 100%);
  backdrop-filter: blur(7.7px);
  padding: 35px;
  border-radius: 20px;
}

.home-cost-inner .title {
  text-shadow: 40px 5px 20px rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
}

.home-cost-inner .desc {
  text-shadow: 40px 5px 20px rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 30px;
  display: block;
}

.home-cost-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;
  border-radius: 3px;
}

.home-cost-button .more i {
  margin-right: 5px;
}

.home-cost .chart-container {
  width: 100%;
  position: relative;
}

.home-cost .chart {
  position: relative;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 60px;
  padding-bottom: 80px;
}

.home-cost .y-axis {
  position: absolute;
  left: 0;
  top: 0;
  height: 270px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  font-size: 14px;
  font-weight: normal;
}

.home-cost .grid-lines {
  position: absolute;
  left: 60px;
  right: 0;
  top: 0;
  height: 270px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-cost .grid-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
}

.home-cost .bar-container {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-cost .bar {
  width: 65px;
  background: -webkit-gradient(linear, left top, right top, from(#d5c4b8), color-stop(49.04%, rgba(215, 191, 183, 0.7803921569)), to(#b5a498));
  background: linear-gradient(90deg, #d5c4b8 0%, rgba(215, 191, 183, 0.7803921569) 49.04%, #b5a498 100%);
  backdrop-filter: blur(7.7px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 5px;
  position: relative;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-cost .bar-top {
  text-align: center;
}

.home-cost .bar-bottom {
  text-align: center;
}

.home-cost .country-label {
  color: white;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
  display: block;
  top: 30px;
}

.home-cost .flag {
  font-size: 18px;
}

.home-cost .turkey {
  height: 65px;
  background: #11c309;
  font-weight: bold;
}

.home-cost .trs {
  font-weight: bold;
}

.home-cost .spain {
  height: 163px;
}

.home-cost .france {
  height: 185px;
}

.home-cost .germany {
  height: 200px;
}

.home-cost .uk {
  height: 230px;
}

.home-cost .usa {
  height: 270px;
}

.home-cost .ireland {
  height: 280px;
}

.home-cost .bar {
  -webkit-animation: riseUp 0.8s ease-out forwards;
  animation: riseUp 0.8s ease-out forwards;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

@-webkit-keyframes riseUp {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes riseUp {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

.home-cost .bar-container:nth-child(3) .bar {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.home-cost .bar-container:nth-child(4) .bar {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.home-cost .bar-container:nth-child(5) .bar {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.home-cost .bar-container:nth-child(6) .bar {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.home-cost .bar-container:nth-child(7) .bar {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.home-cost .bar-container:nth-child(8) .bar {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.home-cost .bar-container:nth-child(9) .bar {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@media (max-width: 768px) {
  .home-cost .bar {
    width: 70px;
    font-size: 11px;
    padding: 8px;
  }

  .home-cost .country-label {
    font-size: 14px;
  }
}

.home-process {
  background: #fbf9f8;
  padding-bottom: 60px;
}

.home-process-head {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}

.home-process-head h2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-process-head h2 span {
  display: block;
  color: #121212 !important;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  font-weight: 400;
}

.home-process-head p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #381901;
}

.home-process .item {
  background: -webkit-gradient(linear, left top, right top, from(#C9B8AB), color-stop(49.04%, #FBDFD5), to(#DFCABB));
  background: linear-gradient(90deg, #C9B8AB 0%, #FBDFD5 49.04%, #DFCABB 100%);
  backdrop-filter: blur(7.7px);
  border-radius: 30px;
  text-align: center;
  /* padding: 40px; */
  height: 230px;
  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: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 15px;
}

.home-process .item .icon i {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.53)), color-stop(49.04%, rgba(38, 12, 2, 0.53)), to(rgba(223, 115, 36, 0.53)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.53) 0%, rgba(38, 12, 2, 0.53) 49.04%, rgba(223, 115, 36, 0.53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 50px;
}

.home-process .item .text {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.53)), color-stop(49.04%, rgba(38, 12, 2, 0.53)), to(rgba(223, 115, 36, 0.53)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.53) 0%, rgba(38, 12, 2, 0.53) 49.04%, rgba(223, 115, 36, 0.53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 22px;
  line-height: 1.3;
}

.home-process .item .text strong {
  display: block;
}

.home-process .item .desc {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.53)), color-stop(49.04%, rgba(38, 12, 2, 0.53)), to(rgba(223, 115, 36, 0.53)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.53) 0%, rgba(38, 12, 2, 0.53) 49.04%, rgba(223, 115, 36, 0.53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 20px;
  line-height: 1.3;
}

.home-process-content p {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.3;
  margin-bottom: 25px;
}

.home-process-content strong {
  font-weight: 500;
}

.home-process-button {
  text-align: center;
  margin: 0 auto;
}

.home-process-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;
  border-radius: 3px;
}

.home-process-button .more i {
  margin-right: 5px;
}

.home-contact .left {
  background: #A48B78;
}

.home-contact .title {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
  padding: 25px 0;
}

.home-contact .title span {
  display: block;
}

.home-contact .desc {
  color: #fff;
  line-height: 1.3;
  width: 600px;
  margin-bottom: 25px;
}

.home-contact .form {
  width: 90%;
  transition: all .5s;

}

.home-contact .form input[type=text] {
  background: -webkit-gradient(linear, left top, right top, from(#FFF6F0), color-stop(49.04%, #FFF4F0), to(#FFF4ED));
  background: linear-gradient(90deg, #FFF6F0 0%, #FFF4F0 49.04%, #FFF4ED 100%);
  backdrop-filter: blur(7.7px);
  border-radius: 10px;
  border: 0;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
  padding: 15px;
}

.home-contact .form input[type=tel] {
  background: -webkit-gradient(linear, left top, right top, from(#FFF6F0), color-stop(49.04%, #FFF4F0), to(#FFF4ED));
  background: linear-gradient(90deg, #FFF6F0 0%, #FFF4F0 49.04%, #FFF4ED 100%);
  backdrop-filter: blur(7.7px);
  border-radius: 10px;
  border: 0;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
  padding: 15px;
}

.home-contact .form input[type=email] {
  background: -webkit-gradient(linear, left top, right top, from(#FFF6F0), color-stop(49.04%, #FFF4F0), to(#FFF4ED));
  background: linear-gradient(90deg, #FFF6F0 0%, #FFF4F0 49.04%, #FFF4ED 100%);
  backdrop-filter: blur(7.7px);
  border-radius: 10px;
  border: 0;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
  padding: 15px;
}

.home-contact .form textarea {
  background: -webkit-gradient(linear, left top, right top, from(#FFF6F0), color-stop(49.04%, #FFF4F0), to(#FFF4ED));
  background: linear-gradient(90deg, #FFF6F0 0%, #FFF4F0 49.04%, #FFF4ED 100%);
  backdrop-filter: blur(7.7px);
  border-radius: 10px;
  border: 0;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
  padding: 15px;
}

.home-contact .form textarea::-webkit-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form textarea::-moz-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form textarea:-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form textarea::-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form textarea::placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}


.home-contact .form input[type=text]::-webkit-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=text]::-moz-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=text]:-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=text]::-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=text]::placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=email]::-webkit-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=email]::-moz-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=email]:-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=email]::-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=text]::placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=tel]::-webkit-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=tel]::-moz-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=tel]:-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=tel]::-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=tel]::placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-contact .form input[type=submit] {
  margin-top: 15px;
  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;
  border-radius: 20px;
  border: 1px solid transparent;
  margin-bottom: 15px;
  transition: all .5s;

}

.home-contact img {
  height: 690px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.home-success {
  background: url(../images/successbg.jpg);
  background-size: cover;
  padding: 80px 0;
  /* Bar heights based on percentages */
  /* Responsive design */
}

.home-success-head {
  margin: 0 auto;
}

.home-success-head h2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(249, 226, 209, 0.89)), color-stop(49.04%, rgba(204, 148, 127, 0.89)), to(rgba(255, 229, 211, 0.89)));
  background: linear-gradient(90deg, rgba(249, 226, 209, 0.89) 0%, rgba(204, 148, 127, 0.89) 49.04%, rgba(255, 229, 211, 0.89) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-success-head p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
}

.home-success-inner {
  background: -webkit-gradient(linear, left top, right top, from(rgba(192, 169, 152, 0.73)), color-stop(49.04%, rgba(251, 223, 213, 0.73)), to(rgba(206, 180, 161, 0.73)));
  background: linear-gradient(90deg, rgba(192, 169, 152, 0.73) 0%, rgba(251, 223, 213, 0.73) 49.04%, rgba(206, 180, 161, 0.73) 100%);
  backdrop-filter: blur(7.7px);
  padding: 15px 0;
  border-radius: 20px;
}

.home-success-inner .title {
  text-shadow: 40px 5px 20px rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
}

.home-success-inner .desc {
  text-shadow: 40px 5px 20px rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 30px;
  display: block;
}

.home-success-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;
  border-radius: 3px;
  animation: pulse 2s infinite;
}

.home-success-button .more i {
  margin-right: 5px;
}

.home-success .chart-container {
  border-radius: 20px;
  padding: 30px 0;
  width: 100%;
}

.home-success .chart-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 40px;
}

.home-success .bars-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 400px;
  margin-bottom: 30px;
  position: relative;
}

.home-success .bar-group {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.home-success .percentage {
  font-size: 14px;
  font-weight: 600;
  color: #381901;
  margin-bottom: 15px;
}

.home-success .bar {
  width: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
  background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: growUp 1.5s ease-out;
  animation: growUp 1.5s ease-out;
}

.home-success .bar:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.home-success .bar::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 22px;
  z-index: -1;
}

.home-success .country-info {
  margin-top: 20px;
  text-align: center;
}

.home-success .country-name {
  font-size: 16px;
  font-weight: 700;
  color: #381901;
  margin-bottom: 5px;
}

.home-success .flag {
  font-size: 24px;
  margin-left: 8px;
}

.home-success .bar-turkey {
  height: 350px;
}

.home-success .bar-us {
  height: 280px;
}

.home-success .bar-uk {
  height: 240px;
}

.home-success .bar-eu {
  height: 220px;
}

.home-success .bar-uae {
  height: 200px;
}

@-webkit-keyframes growUp {
  from {
    height: 0;
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

@keyframes growUp {
  from {
    height: 0;
    opacity: 0.5;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .home-success .chart-container {
    padding: 20px;
  }

  .home-success .bars-container {
    height: 300px;
  }

  .home-success .bar {
    width: 30px;
  }

  .home-success .bar-turkey {
    height: 260px;
  }

  .home-success .bar-us {
    height: 230px;
  }

  .home-success .bar-uk {
    height: 220px;
  }

  .home-success .bar-eu {
    height: 215px;
  }

  .home-success .bar-uae {
    height: 200px;
  }

  .home-success .country-name {
    font-size: 14px;
  }

  .home-success .percentage {
    font-size: 12px;
  }
}

.home-success .legend {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  font-style: italic;
}

.home-hospital {
  background: url(../images/hospitalbg.jpg);
  background-size: cover;
}

.home-hospital-head {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}

.home-hospital-head h2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-hospital-head h2 span {
  display: block;
  color: #121212 !important;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  font-weight: 400;
}

.home-hospital-head p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.53)), color-stop(49.04%, rgba(81, 64, 58, 0.53)), to(rgba(55, 45, 38, 0.53)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.53) 0%, rgba(81, 64, 58, 0.53) 49.04%, rgba(55, 45, 38, 0.53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.home-hospital-content .title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}

.home-hospital-slider {
  margin-bottom: 25px;
}

.home-hospital-slider .item {
  margin: 0 15px;
}

.home-hospital-slider .item img {
  border-radius: 20px;
}

.home-hospital-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 25px;
  color: #6C6464;
  -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;
  border-radius: 100%;
  border: 1px solid;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(50%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 50%, #A48B78 100%);
  border-radius: 100%;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(56, 25, 1, 0.153)), color-stop(49.04%, rgba(251, 223, 213, 0.45)), to(rgba(188, 156, 133, 0.45)));
  background: linear-gradient(90deg, rgba(56, 25, 1, 0.153) 0%, rgba(251, 223, 213, 0.45) 49.04%, rgba(188, 156, 133, 0.45) 100%);
  backdrop-filter: blur(7.7px);
}

.home-hospital-slider .slick-next {
  right: 0px;
}

.home-hospital-slider .slick-prev {
  left: 0px;
}

.home-hospital-button {
  text-align: center;
  padding: 30px 0;
}

.home-hospital-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;
  border-radius: 3px;
  animation: pulse 2s infinite;
}

.home-hospital-button .more i {
  margin-right: 5px;
}

.home-clinic-head {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}

.home-clinic-head h2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-clinic-head h2 span {
  display: block;
  color: #121212 !important;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  font-weight: 400;
}

.home-clinic-head p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.53)), color-stop(49.04%, rgba(81, 64, 58, 0.53)), to(rgba(55, 45, 38, 0.53)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.53) 0%, rgba(81, 64, 58, 0.53) 49.04%, rgba(55, 45, 38, 0.53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.home-clinic-content .title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}

.home-clinic-slider .item {
  margin: 0 15px;
}

.home-clinic-slider .item img {
  border-radius: 20px;
}

.home-clinic-slider .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  font-size: 25px;
  color: #6C6464;
  -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;
  border-radius: 100%;
  border: 1px solid;
  background: -webkit-gradient(linear, right top, left top, from(#A48B78), color-stop(50%, #F0DDD7), to(#A48B78));
  background: linear-gradient(270deg, #A48B78 0%, #F0DDD7 50%, #A48B78 100%);
  border-radius: 100%;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(56, 25, 1, 0.153)), color-stop(49.04%, rgba(251, 223, 213, 0.45)), to(rgba(188, 156, 133, 0.45)));
  background: linear-gradient(90deg, rgba(56, 25, 1, 0.153) 0%, rgba(251, 223, 213, 0.45) 49.04%, rgba(188, 156, 133, 0.45) 100%);
  backdrop-filter: blur(7.7px);
}

.home-clinic-slider .slick-next {
  right: 0px;
}

.home-clinic-slider .slick-prev {
  left: 0px;
}

.home-cons {
  background: #FFF6EF;
  padding: 80px 0;
}

.home-cons-head {
  margin: 0 auto;
}

.home-cons-head h2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-cons-head p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.53)), color-stop(49.04%, rgba(81, 64, 58, 0.53)), to(rgba(55, 45, 38, 0.53)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.53) 0%, rgba(81, 64, 58, 0.53) 49.04%, rgba(55, 45, 38, 0.53) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.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;
  border-radius: 3px;
  animation: pulse 2s infinite;
}

.home-cons-button .more i {
  margin-right: 5px;
}

.home-cons img {
  border-radius: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.home-faq {
  padding: 80px 0;
  background: url(../images/faqbg.jpg);
  background-size: cover;
}

.home-faq-head {
  padding-bottom: 50px;
  margin: 0 auto;
  text-align: center;
}

.home-faq-head h2 {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(49.04%, #FFE4DA), to(#FFFFFF));
  background: linear-gradient(90deg, #FFFFFF 0%, #FFE4DA 49.04%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.home-faq .faqitem {
  margin-bottom: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 246, 240, 0.71)), color-stop(49.04%, rgba(251, 223, 213, 0.71)), to(rgba(255, 244, 237, 0.71)));
  background: linear-gradient(90deg, rgba(255, 246, 240, 0.71) 0%, rgba(251, 223, 213, 0.71) 49.04%, rgba(255, 244, 237, 0.71) 100%);
  backdrop-filter: blur(7.7px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 10px;
}

.home-faq .faqitem .faq-header {
  padding: 20px 15px;
  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;
  cursor: pointer;
}

.home-faq .faqitem .faq-header .faq-title {
  margin: 0;
  font-size: 20px;
  color: #000000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(204, 148, 127, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(204, 148, 127, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
}

.home-faq .faqitem .faq-header i {
  color: #372D26;
}

.home-faq .faqitem .faq-header .fa.fa-minus {
  display: none;
  color: #fff;
}

.home-faq .faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
  color: #372D26;
}

.home-faq .faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
  color: #fff;
}

.home-faq .faqitem .content {
  padding: 1px 0px 20px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  display: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(36, 31, 28, 0.8)), color-stop(49.04%, rgba(86, 71, 65, 0.8)), to(rgba(55, 45, 38, 0.8)));
  background: linear-gradient(90deg, rgba(36, 31, 28, 0.8) 0%, rgba(86, 71, 65, 0.8) 49.04%, rgba(55, 45, 38, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.home-faq .home-faq .title {
  font-size: 25px;
  padding: 15px 0;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.home-faq .home-faq a {
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}

.home-faq .faqitem:first-child {
  display: block;
}

.home-faq .faqitem:first-child .content {
  display: block;
}

.footer {
  background: #121212;
  padding: 60px 0;
  position: relative;
}

.footer .title {
  color: rgba(255, 255, 255, 0.7411764706);
  font-weight: 600;
  font-size: 22px;
  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 {
  line-height: 1.6;
}

.footer .item .text a {
  color: rgba(255, 255, 255, 0.7411764706);
}

.footer .item .icon {
  font-size: 18px;
  margin-right: 15px;
}

.footer-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;
}

.footer-bottom .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;
  border-radius: 3px;
}

.footer-bottom .more i {
  margin-right: 5px;
}

.footer-social a {
  color: rgba(255, 255, 255, 0.7411764706);
  font-size: 22px;
  margin-right: 15px;
}

.footer .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo {
  text-align: right;
}

.footer-map {
  border: 0;
  overflow-y: hidden;
  height: 300px;
}

.footer-map iframe {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border: 0 !important;
  border-bottom: 1px solid #121212;
}

.tels {
  margin-bottom: 15px;
}

.sucsess {
  transition: all .5s;
  display: none;
  padding: 15px;
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;

}

.sucsess.active {
  display: block;
}

.sending {
  display: none;
  padding: 15px;
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15px;
}

.sending.active {
  display: block;
}

.home-slider-contact .left {
  background: #A48B78;
}

.home-slider-contact .title {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
  padding: 25px 0;
}

.home-slider-contact .title span {
  display: block;
}

.home-slider-contact .desc {
  color: #fff;
  line-height: 1.3;
  width: 600px;
  margin-bottom: 25px;
}

.home-slider-contact .form {
  width: 100%;
  transition: all .5s;

}

.home-slider-contact .form input[type=text] {
  background: -webkit-gradient(linear, left top, right top, from(#FFF6F0), color-stop(49.04%, #FFF4F0), to(#FFF4ED));
  background: linear-gradient(90deg, #FFF6F0 0%, #FFF4F0 49.04%, #FFF4ED 100%);
  backdrop-filter: blur(7.7px);
  border-radius: 10px;
  border: 0;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
  padding: 15px;
}

.home-slider-contact .form input[type=tel] {
  background: -webkit-gradient(linear, left top, right top, from(#FFF6F0), color-stop(49.04%, #FFF4F0), to(#FFF4ED));
  background: linear-gradient(90deg, #FFF6F0 0%, #FFF4F0 49.04%, #FFF4ED 100%);
  backdrop-filter: blur(7.7px);
  border-radius: 10px;
  border: 0;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
  padding: 15px;
}

.home-slider-contact .form input[type=email] {
  background: -webkit-gradient(linear, left top, right top, from(#FFF6F0), color-stop(49.04%, #FFF4F0), to(#FFF4ED));
  background: linear-gradient(90deg, #FFF6F0 0%, #FFF4F0 49.04%, #FFF4ED 100%);
  backdrop-filter: blur(7.7px);
  border-radius: 10px;
  border: 0;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
  padding: 15px;
}

.home-slider-contact .form textarea {
  background: -webkit-gradient(linear, left top, right top, from(#FFF6F0), color-stop(49.04%, #FFF4F0), to(#FFF4ED));
  background: linear-gradient(90deg, #FFF6F0 0%, #FFF4F0 49.04%, #FFF4ED 100%);
  backdrop-filter: blur(7.7px);
  border-radius: 10px;
  border: 0;
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
  padding: 15px;
}

.home-slider-contact .form textarea::-webkit-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form textarea::-moz-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form textarea:-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form textarea::-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form textarea::placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}


.home-slider-contact .form input[type=text]::-webkit-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=text]::-moz-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=text]:-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=text]::-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=text]::placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=email]::-webkit-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=email]::-moz-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=email]:-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=email]::-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=text]::placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=tel]::-webkit-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=tel]::-moz-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=tel]:-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=tel]::-ms-input-placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=tel]::placeholder {
  color: rgba(164, 139, 120, 0.8);
  font-size: 17px;
}

.home-slider-contact .form input[type=submit] {
  margin-top: 15px;
  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;
  border-radius: 20px;
  border: 1px solid transparent;
  margin-bottom: 15px;
  transition: all .5s;

}

.home-slider-contact .in {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(90deg, #C9B8AB 0%, #FBDFD5 49.04%, #DFCABB 100%);
    text-align: center;
    padding: 15px 15px;
    border-radius: 25px;
}