@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:
//------------------------------------------------------------------*/


/* Transition || Geçiş */


/* Scale */


/* Skew */


/* Rotate */


/* Placeholder Color */


/* --- Mobile Menu --- */


/* --- Mobile Menu --- */

.mobil-menu-logo {
    text-align: center;
}

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

.mobile-menu {
    position: fixed;
    /* font-family: 'Roboto', sans-seri; */
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-family: "Switzer-Regular";
    transition: all 0.5s;
    z-index: 999999999999;
    height: 100%;
    overflow-y: scroll;
    padding: 15px 33px;
    background: url(../images/nav_bg.svg) #121212;
    background-size: cover;
    -webkit-transition: 1000ms ease all;
    transition: 1000ms ease all;
    opacity: 0;
    pointer-events: none;
    background-size: cover;
    background-position: center center;
    margin-top: -100vh;
}

.mobile-menu ul {
    display: block;
    border: none;
    list-style: none;
    padding-left: 0;
}

.mobile-menu ul li {
    padding: 5px 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    white-space: nowrap;
    opacity: 0;
    position: relative;
    top: 0px;
}

.mobile-menu.mobile-menu-active ul li {
    opacity: 1;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    top: -30px;
}

.menu-item-has-children img {
    width: 30px;
    margin-right: 7px;
}


.mobile-menu.mobile-menu-active ul li:first-child {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.mobile-menu.mobile-menu-active ul li:nth-child(2) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.mobile-menu.mobile-menu-active ul li:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.mobile-menu.mobile-menu-active ul li:nth-child(4) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.mobile-menu.mobile-menu-active ul li:nth-child(5) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.mobile-menu.mobile-menu-active ul li:nth-child(6) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.mobile-menu.mobile-menu-active ul li:nth-child(7) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.mobile-menu ul li a {
    position: relative;
    color: white;
    border: none;
    font-size: 16px;
    /* border-bottom: 1px solid rgba(210, 210, 210, 0.17); */
    line-height: 45px !important;
    padding-left: 8px;
    display: block;
    /* letter-spacing: -0.5px; */
    /* padding:0 10px; */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 500;
    padding-left: 25px;
}

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

.mobile-menu ul li ul {
    background: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-menu ul li ul li a {
    position: relative;
    padding-left: 25px !important;
    font-weight: 500;
}

.mobile-menu ul li ul li a:before {
    content: "\f04b";
    position: absolute;
    top: 0;
    line-height: 46px;
    width: 30px;
    height: 46px;
    font-size: 10px;
    display: block;
    /* color: #000000; */
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    /* opacity: 0; */
}

.mobile-menu-list {
    width: 50%;
    margin: 0 auto;
    margin-top: 65px;
}

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

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

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

.mobile-menu ul li.acik>ul {
    max-height: 1000px !important;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: rgba(255, 255, 255, 0.0784313725) !important;
    -webkit-box-shadow: inset 0 20px 20px -23px #1f3b92;
    box-shadow: inset 0 20px 20px -23px rgba(0, 0, 0, 0.3411764706);
    color: white !important;
    padding: 10px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

.mobile-menu ul li.acik>ul li a:before {
    color: #fff;
}

.mobile-menu ul li.acik>ul li a {
    color: #fff;
}

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

.mobile-menu ul li:after {
    content: "";
    -webkit-box-shadow: inset -1px 20px 20px -23px rgba(255, 255, 255, 0.3);
    box-shadow: inset -1px 20px 20px -23px rgba(255, 255, 255, 0.3);
    color: white !important;
    padding: 3px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    display: block;
    width: 100%;
}

.mobile-menu ul li ul li:after {
    display: none;
}

.mobile-menu ul li.acik:after {
    display: none;
}

.mobile-menu ul li>a:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #f8f6f2;
    text-align: center;
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
}

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

.mobile-menu ul li a:hover {
    /* background-color: #1f3b92; */
    /* color:#fff !important; */
    /* -webkit-transition: all .5s; */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

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

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

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

.mobile-menu.mobile-menu-active {
    top: 0 !important;
    opacity: 1;
    pointer-events: all;
    margin-top: initial;
}

.mobil-menu-social {
    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;
    margin-top: 19px;
}

.mobil-menu-contact a {
    display: block;
    padding: 11px 0;
    text-align: center;
    -webkit-box-shadow: -1px 2px 10px 0px rgba(0, 0, 0, 0);
    box-shadow: -1px 2px 10px 0px rgba(0, 0, 0, 0);
    width: 250px;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid;
}

.mobil-menu-contact a {
    color: white;
    text-transform: uppercase;
}

.mobil-menu-contact a:hover {
    color: white;
}

.mobil-menu-social a {
    height: 40px;
    width: 40px;
    font-size: 25px;
    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;
    border-radius: 20px;
    margin-right: 15px;
}

.mobil-menu-social a.instagram {
    color: white;
    background: linear-gradient(-199deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.mobil-menu-social a.facebook {
    color: white;
    background-color: #1f3b92;
}

.mobil-menu-social a.youtube {
    color: white;
    background: linear-gradient(-199deg, #ff1c1c, #b51415, #EF0004, #dc2025, #cc1018, #e65454);
}

.mobil-menu-social a.whatsapp {
    background: linear-gradient(45deg, #1c9647, #5cda89);
    color: #fff;
}

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

body {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    left: 0%;
    font-family: "Poppins", sans-serif;
}

body.mobile-menu-active {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menuKapa {
    position: fixed;
    right: 21px;
    height: 100%;
    z-index: 99999 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 29px;
    color: #1f3b91;
    top: 20px;
    width: 40px;
    height: 40px;
    /* line-height: 41px; */
    background-color: #252525;
    color: #fff;
    border-radius: 20px;
    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;
}

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

.mobile-menu-bottom {
    padding-top: 55px;
}

.mobile-menu-bottom .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-menu-bottom .item i {
    color: #fff;
    font-size: 35px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.mobile-menu-bottom .item .text {
    font-family: "Switzer-Regular";
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.mobile-menu-bottom .item .text a {
    color: #fff;
}

.mobile-menu-bottom .item .social a {
    display: inline-block;
    padding-right: 7px;
    line-height: 1.2;
}

.header .language.dropdown {
    position: relative;
    display: block;
    z-index: 99999;
    width: 100PX;
    font-family: "Switzer-Regular";
}

.header .language.dropdown .drop-btn i {
    font-size: 19px;
    color: #fff;
    margin-right: 7px;
}

.header .language.dropdown .drop-btn {
    width: 100%;
    padding: 10px 9px;
    outline: none;
    background-color: none !important;
    color: #fff !important;
    border: none;
    cursor: pointer;
    font-weight: 500;
    /* margin: 6.5px 0; */
    -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;
    background: none;
    font-weight: initial;
    font-size: 19px;
}

.header .language.dropdown .drop-btn img {
    width: 30px;
    margin-right: 8px;
    pointer-events: none;
}

.header .language.dropdown .drop-btn:after {
    content: "›";
    position: absolute;
    left: 70px;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    font-size: 28px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}

.header .language.dropdown .drop-btn:hover {
    /* background-color: #d50101; */
}

.header .language.dropdown .drop-btn:focus {
    color: #000;
}

.header .language.dropdown .dropdown-content {
    position: absolute;
    border-radius: 5px;
    outline: none;
    background-color: #ccc;
    opacity: 0;
    font-size: 13px;
    z-index: -1;
    pointer-events: none;
    width: 233px;
    padding: 12px 21px;
}

.header .language.dropdown .dropdown-content a {
    display: block;
    padding: 7px 6px;
    color: #22252a;
    font-size: 15px;
    text-decoration: none;
    /* transition: .3s; */
    position: relative;
    /* white-space: nowrap; */
    /* border-radius: 20px; */
    width: 50%;
    float: left;
    padding: 7px;
    clear: inherit;
    /* text-align: center; */
    font-family: "Switzer-Regular";
}

.header .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 {
    left: 0;
    color: #000 !important;
}

.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 {
    /* border-radius: 5px; */
    /* overflow: hidden; */
    display: block;
    height: auto;
    top: 124%;
    left: -28px;
    -webkit-box-shadow: 2px 2px 27px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 27px rgba(0, 0, 0, 0.25);
    opacity: 1;
    background-color: #ffffff;
    /* border: 1px solid #d6d6d6; */
    pointer-events: auto;
    /* background-color: #FFF; */
    white-space: nowrap;
    width: 233px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /* border-radius: 20px; */
    /* border: 3px solid #ededed; */
    /* text-align: center; */
    /* display: inline-block; */
    /* display: inline-flex; */
    /* flex-flow: revert; */
    padding: 12px 21px;
    /* border-radius: 0; */
}

.header .language .dropdown-content.open a>img.img-flag {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}


/** Whatsapp Fixed **/


/** Font Family **/

@-webkit-keyframes upChot {
    0% {
        top: 0px;
    }
    50% {
        top: 100px;
    }
    100% {
        top: 0px;
    }
}

@keyframes upChot {
    0% {
        top: 0px;
    }
    50% {
        top: 100px;
    }
    100% {
        top: 0px;
    }
}

@-webkit-keyframes downChot {
    0% {
        top: 100px;
    }
    50% {
        top: 0px;
    }
    100% {
        bottom: 100px;
    }
}

@keyframes downChot {
    0% {
        top: 100px;
    }
    50% {
        top: 0px;
    }
    100% {
        bottom: 100px;
    }
}

@font-face {
    font-family: "Switzer-VariableItalic";
    src: url("../fonts/Switzer-VariableItalic.woff2") format("woff2"), url("../fonts/Switzer-VariableItalic.woff") format("woff"), url("../fonts/Switzer-VariableItalic.ttf") format("truetype");
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Switzer-Thin";
    src: url("../fonts/Switzer-Thin.woff2") format("woff2"), url("../fonts/Switzer-Thin.woff") format("woff"), url("../fonts/Switzer-Thin.ttf") format("truetype");
    font-weight: 100;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Switzer-ThinItalic";
    src: url("../fonts/Switzer-ThinItalic.woff2") format("woff2"), url("../fonts/Switzer-ThinItalic.woff") format("woff"), url("../fonts/Switzer-ThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Switzer-Extralight";
    src: url("../fonts/Switzer-Extralight.woff2") format("woff2"), url("../fonts/Switzer-Extralight.woff") format("woff"), url("../fonts/Switzer-Extralight.ttf") format("truetype");
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Switzer-ExtralightItalic";
    src: url("../fonts/Switzer-ExtralightItalic.woff2") format("woff2"), url("../fonts/Switzer-ExtralightItalic.woff") format("woff"), url("../fonts/Switzer-ExtralightItalic.ttf") format("truetype");
    font-weight: 200;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Switzer-Light";
    src: url("../fonts/Switzer-Light.woff2") format("woff2"), url("../fonts/Switzer-Light.woff") format("woff"), url("../fonts/Switzer-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Switzer-LightItalic";
    src: url("../fonts/Switzer-LightItalic.woff2") format("woff2"), url("../fonts/Switzer-LightItalic.woff") format("woff"), url("../fonts/Switzer-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Switzer-Regular";
    src: url("../fonts/Switzer-Regular.woff2") format("woff2"), url("../fonts/Switzer-Regular.woff") format("woff"), url("../fonts/Switzer-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Switzer-Italic";
    src: url("../fonts/Switzer-Italic.woff2") format("woff2"), url("../fonts/Switzer-Italic.woff") format("woff"), url("../fonts/Switzer-Italic.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Switzer-Medium";
    src: url("../fonts/Switzer-Medium.woff2") format("woff2"), url("../fonts/Switzer-Medium.woff") format("woff"), url("../fonts/Switzer-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Switzer-MediumItalic";
    src: url("../fonts/Switzer-MediumItalic.woff2") format("woff2"), url("../fonts/Switzer-MediumItalic.woff") format("woff"), url("../fonts/Switzer-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Switzer-Semibold";
    src: url("../fonts/Switzer-Semibold.woff2") format("woff2"), url("../fonts/Switzer-Semibold.woff") format("woff"), url("../fonts/Switzer-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Switzer-SemiboldItalic";
    src: url("../fonts/Switzer-SemiboldItalic.woff2") format("woff2"), url("../fonts/Switzer-SemiboldItalic.woff") format("woff"), url("../fonts/Switzer-SemiboldItalic.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Switzer-Bold";
    src: url("../fonts/Switzer-Bold.woff2") format("woff2"), url("../fonts/Switzer-Bold.woff") format("woff"), url("../fonts/Switzer-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Switzer-BoldItalic";
    src: url("../fonts/Switzer-BoldItalic.woff2") format("woff2"), url("../fonts/Switzer-BoldItalic.woff") format("woff"), url("../fonts/Switzer-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Switzer-Extrabold";
    src: url("../fonts/Switzer-Extrabold.woff2") format("woff2"), url("../fonts/Switzer-Extrabold.woff") format("woff"), url("../fonts/Switzer-Extrabold.ttf") format("truetype");
    font-weight: 800;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Switzer-ExtraboldItalic";
    src: url("../fonts/Switzer-ExtraboldItalic.woff2") format("woff2"), url("../fonts/Switzer-ExtraboldItalic.woff") format("woff"), url("../fonts/Switzer-ExtraboldItalic.ttf") format("truetype");
    font-weight: 800;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Switzer-Black";
    src: url("../fonts/Switzer-Black.woff2") format("woff2"), url("../fonts/Switzer-Black.woff") format("woff"), url("../fonts/Switzer-Black.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Switzer-BlackItalic";
    src: url("../fonts/Switzer-BlackItalic.woff2") format("woff2"), url("../fonts/Switzer-BlackItalic.woff") format("woff"), url("../fonts/Switzer-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Made-Mirage-Regular';
    src: url('../fonts/Made-Mirage-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Made-Mirage-Medium';
    src: url('../fonts/Made-Mirage-Medium.ttf') format('truetype');
}


/*------------------------------------------------------------------//
  Main.CSS:
//------------------------------------------------------------------*/

@media (min-width: 1400px) {
    .c-container {
        max-width: 1500px;
        margin-right: auto;
        margin-left: auto;
    }
}

body {
    -webkit-font-smoothing: antialiased;
}

.slider-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: none !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#homepage {
    position: relative;
    height: 100vh;
    z-index: 99;
}

#homepage .sliders {
    /* background: #18468a; */
    /* position: relative; */
}

#homepage .sliders .video {
    position: relative;
    overflow: hidden;
}

#homepage .sliders .video iframe {
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: #000000;
}

#homepage .sliders .video .title {
    position: absolute;
    bottom: 100px;
    z-index: 1;
    left: 120px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#homepage .sliders .video .title h1 {
    font-size: 72px;
    line-height: 55px;
    display: block;
    margin: 0;
}

#homepage .sliders .video .title span {
    display: block;
    line-height: 61px;
    font-size: 50px;
}

#homepage .sliders .video .title:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    height: 3px;
    background-color: #5ec501;
    width: 500px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media (max-width: 991px) {
    #homepage .sliders .video .title {
        bottom: 10px;
        left: 15px;
    }
    #homepage .sliders .video .title p {
        font-size: 20px;
        line-height: 37px;
    }
    #homepage .sliders .video .title span {
        line-height: 27px;
        font-size: 40px;
    }
    #homepage .sliders .video .title:after {
        top: 14px;
        left: -5px;
    }
}

#homepage:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), color-stop(15.07%, rgba(0, 0, 0, 0.163565)), color-stop(29.85%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.163565) 15.07%, rgba(0, 0, 0, 0) 29.85%), linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}

#homepage .sliders .video:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slider-inner {
    position: relative;
    z-index: 999;
    padding-top: 400px;
}

.slider-inner h1 {
    color: #fff;
    /* font-family: "Bodoni Moda", serif; */
    /* font-weight: 600; */
    font-style: italic;
    font-size: 65px;
    margin-bottom: 10px;
    width: 515px;
    font-family: 'Made-Mirage-Medium';
}

.slider-inner .desc {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Switzer-Regular";
    color: #fff;
    margin-bottom: 35px;
}

.slider-inner .link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
    position: relative;
    border-top: 1px #faf8f4 solid;
    border-bottom: 1px #faf8f4 solid;
    /* width: 46% !important; */
    width: 515px;
    display: inline-block;
    color: #faf8f4;
    margin-top: 32px;
    font-family: "Switzer-Regular";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
}

.slider-inner .link:after {
    content: "";
    height: 14px;
    width: 20px;
    background-image: url(../images/arrow-more.svg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-left: 1.25rem;
}

.home-service-content-item {
    width: 100%;
    margin-bottom: 30px;
    /* padding: 50px 30px; */
    background-size: cover !important;
    position: relative;
    /* background-position-y: 19% !important; */
    /* display: flex; */
    /* flex-direction: row; */
}

.home-service-content-item:after {

    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-service-content-item-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;
    width: 100%;
    cursor: pointer;
    padding: 0 15px;
    text-shadow: 1px 0px 9px rgb(0 0 0 / 86%)
}

.home-service-content-item-title {
    font-family: "Switzer-Regular";
    color: #fff;
    font-size: 35px;
    position: relative;
    z-index: 99;
    padding: 50px 30px;
    width: 100%;
}

.home-service-content-item-header i {
    color: #ffffff;
    position: relative;
    z-index: 99;
    text-shadow: 1px 0px 9px rgb(0 0 0 / 86%)
}

.home-service-content-item-header .fa.fa-minus {
    display: none;
}

.home-service-content .home-service-content-item.jquery-accordion-active .fa.fa-minus {
    display: block;
}

.home-service-content .home-service-content-item.jquery-accordion-active .fa.fa-plus {
    display: none;
}

.home-service-content-item-content {
    padding: initial;
    color: #70798B;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    display: none;
    font-family: "Switzer-Regular";
    /* margin-top: 23px; */
    position: relative;
    z-index: 99;
    padding: 15px 26px;
    /* margin-bottom: 28px; */
}

.home-service-content-item-content p {
    color: #fff;
    margin-bottom: 15px;
    text-shadow: 1px 0px 9px rgb(0 0 0 / 86%)
}

.home-service-content-item-content .link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
    position: relative;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    display: inline-block;
    color: #ffffff;
    margin-top: 32px;
    font-family: "Switzer-Regular";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-service-content-item-content .link:after {
    content: "";
    height: 14px;
    width: 20px;
    background-image: url(../images/arrow-more.svg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-left: 1.25rem;
}

.home-service-content-item-header:after {
    content: "";
    /* background: rgba(0, 0, 0, 0.4392156863); */
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.pricing-card {
    background-color: #000;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(15px);
    /* -webkit-box-shadow: 0 20px 30px -20px rgb(0 0 0 / 18%); */
    /* box-shadow: 0 20px 30px -20px rgb(0 0 0 / 18%); */
    border-radius: 25px;
    font-family: "Switzer-Regular";
    /* font-weight: 700; */
}

.pricing-card .popular {
    position: absolute;
    top: 0;
    right: 5%;
    width: auto;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #eb3b5a;
    color: #fff;
    font-size: 12px;
    z-index: 1;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.pricing-card .badge-box {
    padding: 0 40px;
    margin-top: 80px;
}

.pricing-card .badge-box span {
    display: inline-block;
    border: 1px solid #4b7bec;
    padding: 4px 12px;
    overflow: hidden;
    color: #4b7bec;
}

.pricing-card .pricing-header {
    width: 100%;
    height: 120px;
    position: relative;
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    /* background: #ffffff21; */
}

.pricing-card .pricing-header .plan-title {
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 25%;
    padding-bottom: 13px;
}

.pricing-card .pricing-header .price-circle {
    width: calc(33.3% - 30px);
    width: 120px;
    height: 120px;
    border-radius: 100%;
    left: calc(50% - 60px);
    top: 100%;
    background-color: #fff;
    position: absolute;
    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;
}

.pricing-card .pricing-header .price-circle .info {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: gray;
}

.pricing-card .pricing-header .price-circle .price-title small {
    font-size: 18px;
}

.pricing-card .pricing-header h2 {
    position: relative;
    top: 40%;
    color: #fff;
}

.pricing-card ul {
    margin: 80px 0 0;
    padding: 0;
    height: 704px;
    color: white;
}

.pricing-card ul li {
    list-style-type: none;
    display: block;
    padding: 11px 22px;
    /* margin: 0; */
    border-bottom: 1px solid rgba(242, 242, 242, 0.1215686275);
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}

.pricing-card ul li i {
    min-width: 25px;
    height: 25px;
    /* background: #fff; */
    /* color: #000000; */
    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;
    margin-right: 5px;
    /* border-radius: 100%; */
    font-size: 15px;
}

.pricing-card .buy-button-box {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.pricing-card .buy-button-box .buy-now {
    text-decoration: none;
    color: #000;
    border-radius: 30px;
    background: white;
    margin-top: 20px;
    font-size: 18px;
    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;
    height: 43px;
    margin: 15px 10px;
    border: 1px solid #fff;
    /* border: 2px solid #0405040d; */
}

.price-circle img {
    width: 65px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.packages {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 55 !important;
    font-family: "Switzer-Regular";
}

.packages .item:nth-child(1) .pricing-header {
    /* background:#f7b731; */
    /* background-image:linear-gradient(to left,#a55eea,#45aaf2) */
}

.packages .item:nth-child(3) .pricing-header {
    /* background:#bb1c8d; */
    /* background-image:linear-gradient(to left,#a55eea,#45aaf2); */
}

.packages-buttons {
    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: 33px 30px;
}

#packages {
    background: url(../images/a2.jpg);
    position: relative;
    padding: 65px 0;
    background-size: cover;
}

#packages:after {
    content: "";
    background: rgba(0, 0, 0, 0.5803921569);
    position: absolute;
    z-index: 50 !important;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
}

.packages-title {
    position: relative;
    z-index: 999;
    padding: 40px 0;
}

.packages-title span {
    font-style: italic;
    font-size: 5rem;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Made-Mirage-Medium';
}

.comments-area {
    padding: 0 10%;
}

.comments-area .row-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.comments-area .item {
    background: linear-gradient(199.84deg, #000000 13.26%, rgba(32, 22, 22, 0.88375) 55.65%, rgba(0, 0, 0, 0.76) 100.77%);
    position: relative;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    margin-bottom: 120px;
    margin: 0 15px;
    padding: 39px 1px;
}

.comments-area .item .img {
    width: 130px;
    height: 130px;
    margin: auto;
    margin-top: -128px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comments-area .item .img img {
    border-radius: 100px;
    overflow: hidden;
}

.comments-area .item .img::after {
    width: 120%;
    height: 120%;
    position: absolute;
    left: -10%;
    top: -10%;
    border: 2px solid #FFD485;
    content: "";
    border-radius: 100px;
}

.comments-area .item .img::before {
    width: 2px;
    height: 34px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 110%;
    content: "";
    background: #FFD485;
}

.comments-area .item .title {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    margin-top: 60px;
    margin-bottom: 34px;
    line-height: 139%;
    text-align: center;
    position: relative;
    color: #FFFFFF;
    font-family: "Switzer-Regular";
}

.comments-area .item .title::after {
    width: 35px;
    position: absolute;
    bottom: -10px;
    height: 1px;
    content: "";
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #FFD485;
}

.comments-area .item .star-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.comments-area .item .star-img img {
    margin: 0 5px;
}

.comments-area .item p {
    padding: 0 40px;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0 40px;
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-family: "Switzer-Regular";
    /* font-weight: 600; */
    text-align: center;
    line-height: 1.4;
}

.home-comments-slider a {
    display: block;
    color: #ffd485;
    font-weight: 300;
    cursor: pointer;
    font-size: 18px;
}

.sliders-in {
    position: absolute;
    z-index: 999999 !important;
    top: 0;
    width: 100%;
}

.header {
    position: absolute;
    top: 0;
    z-index: 99999 !important;
    width: 100%;
    font-family: "Switzer-Regular";
}

.header-inner {
    padding: 35px 0;
    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;
    position: relative;
}

.header-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.header-logo img {
    height: 80px;
}

.header-menu {
    padding-left: 40px;
}

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

.header-menu ul li a {
    display: inline-block;
    color: #fff;
    padding-left: 15px;
}

.header-social a {
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 15px;
}

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

.header-menu-btn .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #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;
}

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

.header-right .language {
    margin-right: 15px;
}

.home-about {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f8f6f2;
}

.home-about-in {
    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;
}

.home-about-title {
    margin-bottom: 35px;
    font-size: 40px;
    font-family: 'Made-Mirage-Medium';
    font-weight: 700;
}

.home-about-desc {
    font-family: "Switzer-Regular";
    font-size: 16px;
}

.home-about-desc p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.home-about .link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
    position: relative;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    width: 46% !important;
    display: inline-block;
    color: #000;
    margin-top: 32px;
    font-family: "Switzer-Regular";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-about .link:after {
    content: "";
    height: 14px;
    width: 20px;
    background-image: url(../images/arrow-more.svg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-left: 1.25rem;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.home-services {
    background: #121212;
    padding-bottom: 30px;
    margin-top: -285px;
}

.home-services-title {
    padding-top: 370px;
    margin-bottom: 100px;
}

.home-services-title span {
    font-style: italic;
    font-size: 5rem;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Made-Mirage-Medium';
}

.home-press {
    background-color: #fff;
}

.home-press-title {
    padding: 50px 0;
    font-family: "Bodoni Moda", serif;
    font-style: italic;
    font-size: 5rem;
    color: #000000;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 60px;
}

.home-press-title span {
    font-style: italic;
    font-size: 5rem;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
    font-family: 'Made-Mirage-Medium';
}

.home-press-content {
    margin-top: -90px;
    background: #fff;
    position: relative;
    padding-bottom: 33px;
}

.home-press-slider {
    margin-bottom: 15px;
}

.home-press-slider img {
    width: 75% !important;
}

.home-press-video img {
    width: 80%;
    margin: 0 auto;
}

.home-before-after {
    background: #fff;
    padding: 70px 0;
}

.home-before-after-title {
    padding-bottom: 45px;
}

.home-before-after-title span {
    font-style: italic;
    font-size: 5rem;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Made-Mirage-Medium';
}

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

.home-before-after-slider img {
    /* -webkit-filter: grayscale(1); */
    /* filter: grayscale(1); */
}

.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: 30px;
    border-radius: 100%;
    color: #000000;
    -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: 1px solid;
}

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

.home-clinic {
    position: relative;
}

.home-clinic-slider .item {
    position: relative;
    margin: 0 3px;
    position: relative;
    height: 600px;
    background-size: cover !important;
    background-position: center !important;
}

.home-clinic-slider .item::after {
    content: "";
    position: absolute;
    top: 0;
    background: rgb(0 0 0 / 23%);
    height: 100vh;
    width: 100%;
}

.home-clinic-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: 0;
    left: 50%;
}

.home-clinic-slider .slick-dots li {
    margin: 0 0.25rem;
}

.home-clinic-slider .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.2392156863);
    text-indent: -9999px;
}

.home-clinic-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.home-clinic-title {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    z-index: 9999;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: white;
    display: none;
}

.home-clinic-title span {
    font-family: "Bodoni Moda", serif;
    font-style: italic;
    font-size: 5rem;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.home-clinic-new-title span {
    padding-bottom: 45px;
}

.home-clinic-new-title {
    font-style: italic;
    font-size: 5rem;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Made-Mirage-Medium';
    padding: 45px;
}

.home-comments {
    background: #f8f6f2;
    padding: 70px 0;
}

.home-comments-title span {
    font-style: italic;
    font-size: 5rem;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Made-Mirage-Medium';
}

.home-comments .slick-list {
    padding-top: 127px;
}

.home-comments-slider .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 39px;
    border-radius: 100%;
    color: #000000;
    -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: 1px solid;
}

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

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

.home-videos {
    background: #121212;
    padding-bottom: 100px;
}

.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-style: italic;
    font-size: 5rem;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Made-Mirage-Medium';
}

.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;
    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: 117px;
    font-family: "Switzer-Regular";
}

.home-videos .item .bilgi p {
    color: #fff;
    min-height: 211px;
}

.home-videos .item .bilgi .yazi1 {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.7em;
    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-size: 16px;
    line-height: 168.5%;
    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-videos-slider .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 39px;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    -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-next {
    right: 0;
}

.home-cons {
    position: relative;
    background: #faf8f4;
    padding-top: 100px;
}

.home-cons .ovelay {
    --bg-opacity: 1;
    background: #f4f1eb;
    position: absolute;
    top: 0;
    /* -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%); */
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    bottom: 0;
    left: 0;
    z-index: 10 !important;
    width: 100%;
    height: 100%;
}

.home-cons .items {
    position: relative;
    z-index: 99;
}

.home-cons .items img {
    /* -webkit-filter: grayscale(1); */
    /* filter: grayscale(1); */
    -webkit-animation: mover 1.9s infinite  alternate;
    animation: mover 1.9s infinite  alternate;
}

.home-cons .items .title {
    font-family: "Switzer-Regular";
    margin-bottom: 35px;
    font-size: 55px;
}

.home-cons .items .desc {
    font-family: "Switzer-Regular";
    margin-bottom: 15px;
    line-height: 1.6;
    font-family: "Switzer-Regular";
    font-size: 20px;
}

.home-cons .items .link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
    position: relative;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    width: 100% !important;
    display: inline-block;
    color: #000;
    margin-top: 32px;
    font-family: "Switzer-Regular";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-cons .items .link:after {
    content: "";
    height: 14px;
    width: 20px;
    background-image: url(../images/arrow-more.svg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-left: 1.25rem;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.home-cons .items .left {
    padding-top: 450px;
}

.home-faq {
    margin-top: 50px;
}

.home-faq-title {
    padding: 50px 0;
    font-family: "Bodoni Moda", serif;
    font-style: italic;
    font-size: 5rem;
    color: #000000;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 10px;
}

.home-faq-title span {
    font-style: italic;
    font-size: 5rem;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
    font-family: 'Made-Mirage-Medium';
}

.home-faq-content .faq {
    width: 100%;
    margin-bottom: 150px;
}

.home-faq-content .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;
    margin-bottom: 15px;
    /* border: 3px solid #000; */
    background: #121212;
    color: #ffffff;
}

.home-faq-content .faqitem .faq-header .faq-title {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-family: "Switzer-Regular";
}

.home-faq-content .faqitem .faq-header i {
    color: #ffffff;
}

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

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

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

.home-faq-content .faqitem .content {
    font-family: "Switzer-Regular";
    padding: 1px 0px 20px 15px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    display: none;
}

.home-blog {
    margin-top: 50px;
    background: #f4f1eb;
    padding-bottom: 75px;
}

.home-blog-title {
    padding: 50px 0;
    font-family: "Bodoni Moda", serif;
    font-style: italic;
    font-size: 5rem;
    color: #000000;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 10px;
}

.home-blog-title span {
    font-family: "Bodoni Moda", serif;
    font-style: italic;
    font-size: 5rem;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
}

.home-blog .item {
    border: 1px solid;
    padding: 15px;
}

.home-blog .item img {
    width: 100%;
    margin-bottom: 20px;
}

.home-blog .item .title {
    display: block;
    color: #000;
    font-family: "Switzer-Regular";
    font-size: 20px;
    margin-bottom: 20px;
}

.home-blog .item p {
    font-family: "Switzer-Light";
    font-size: 17px;
    line-height: 1.2;
}

.home-blog .item .link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
    position: relative;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    width: 100% !important;
    display: inline-block;
    color: #000;
    margin-top: 32px;
    font-family: "Switzer-Regular";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-blog .item .link:after {
    content: "";
    height: 14px;
    width: 20px;
    background-image: url(../images/arrow-more.svg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-left: 1.25rem;
    -webkit-filter: invert(1);
    filter: invert(1);
}

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

.home-blog-slider .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 30px;
    border-radius: 100%;
    color: #000;
    -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;
    left: -45px;
    border: 1px solid;
    border-color: #000000;
}

.home-blog-slider .slick-next {
    right: -45px;
    left: initial !important;
}

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

.packages-slider .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 39px;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    -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;
}

.packages-slider .slick-next {
    right: 0;
}

.footer {
    background: url(../images/footer.jpg);
    height: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
    background-size: cover;
    background-position: 85%;
}

.footer-inner {
    padding-top: 100px;
}

.footer-logo {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 30px;
}

.footer-logo img {
    width: 20%;
}

.footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .title {
    font-family: "Switzer-Regular";
    color: #aaa9a5;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
}

.footer .item {
    font-family: "Switzer-Regular";
    margin-bottom: 15px;
}

.footer a {
    color: #fff;
}

.footer p {
    font-family: "Switzer-Regular";
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px;
}

.footer ul li a {
    font-family: "Switzer-Regular";
    margin-bottom: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.footer ul li a i {
    margin-right: 15px;
}

.single-detail-inner {
    background: #121212;
    font-family: "Switzer-Regular";
    padding: 65px 150px;
}

.single-detail-summary {
    position: relative;
    margin-top: 150px;
}

.single-detail-summary::after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    width: 100%;
    height: 222px;
    background: #f4f1eb;
    z-index: -1;
}

.single-detail-summary-head {
    font-style: italic;
    font-size: 70px;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 100px;
    text-align: center;
    font-family: 'Made-Mirage-Medium';
}

.single-detail-summary-content {
    padding-bottom: 60px;
}

.single-detail-summary-content .in {
    width: 23%;
    margin: 0px 10px;
}

.single-detail-summary-content-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -13px;
    margin-top: -13px;
}

.single-detail-summary-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    height: 90px;
    margin-bottom: 30px;
    /* -webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15); */
    /* box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15); */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 20px;
    cursor: default;
}

.single-detail-summary-content .item img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.single-detail-summary-content .item:hover {
    margin-top: -15px;
}

.single-detail-summary-content .item .icon i {
    font-size: 30px;
    color: #fff;
}

.single-detail-summary-content .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;
}

.single-detail-summary-content .item .text .title {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid;
    padding-bottom: 16px;
    margin-bottom: 19px;
}

.single-detail-summary-content .item .text .desc {
    color: #fff;
}

.single-detail-contact .contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    margin-bottom: 25px;
    min-height: 80px;
}

.single-detail-contact .contact-inner .icon {
    font-size: 50px;
    color: #fff;
    padding: 0 20px;
}

.single-detail-contact .contact-inner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single-detail-contact .contact-inner span {
    font-size: 18px;
    color: #fff;
}

.single-detail-contact .contact-inner a {
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.single-detail-contact .tl {
    background: #333333;
}

.single-detail-contact .wp {
    background: #3bc039;
}

.single-detail-contact .insta {
    background: linear-gradient(-60deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.single-detail-contact .contact-form {
    position: relative;
    z-index: 9999;
}

.single-detail-contact .contact-form input {
    width: 100%;
    background: rgba(255, 255, 255, 0.6901960784);
    color: #000;
    height: 55px;
    -webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
    box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
    border: 1px solid #f3f3f3;
    margin-bottom: 15px;
    padding: 15px;
    resize: none;
}

.single-detail-contact .contact-form input::-webkit-input-placeholder {
    color: #22242a;
    font-weight: 400;
}

.single-detail-contact .contact-form input::-moz-placeholder {
    color: #22242a;
    font-weight: 400;
}

.single-detail-contact .contact-form input:-ms-input-placeholder {
    color: #22242a;
    font-weight: 400;
}

.single-detail-contact .contact-form input::-ms-input-placeholder {
    color: #22242a;
    font-weight: 400;
}

.single-detail-contact .contact-form input::placeholder {
    color: #22242a;
    font-weight: 400;
}

.single-detail-contact .contact-form input:focus:invalid {
    border-color: red;
}

.single-detail-contact .contact-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.6901960784);
    color: #000;
    -webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
    box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
    margin-bottom: 15px;
    height: 90px;
    padding: 15px;
    margin-top: 15px;
    border: 0;
    resize: none;
}

.single-detail-contact .contact-form textarea::-webkit-input-placeholder {
    color: #22242a;
    font-weight: 400;
}

.single-detail-contact .contact-form textarea::-moz-placeholder {
    color: #22242a;
    font-weight: 400;
}

.single-detail-contact .contact-form textarea:-ms-input-placeholder {
    color: #22242a;
    font-weight: 400;
}

.single-detail-contact .contact-form textarea::-ms-input-placeholder {
    color: #22242a;
    font-weight: 400;
}

.single-detail-contact .contact-form textarea::placeholder {
    color: #22242a;
    font-weight: 400;
}

.single-detail-contact .contact-form .e-mail {
    margin-top: 15px;
    margin-bottom: 0;
}

.single-detail-contact .contact-form button[type=submit] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #121212;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    border: 0;
}

.single-detail-contact-inner {
    position: relative;
    background: #f4f1eb;
    padding: 65px 150px;
    background: url(../images/contactbg.jpg);
}

.single-detail-contact {
    position: relative;
    font-family: "Switzer-Regular";
    padding: 65px 150px;
}

.single-detail-contact:after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    width: 100%;
    height: 222px;
    background: #121212;
    z-index: -1;
}

.single-contact-title {
    font-family: "Bodoni Moda", serif;
    font-style: italic;
    font-size: 35px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    z-index: 999;
    line-height: 1.4;
    position: relative;
}

.single-detail-contact p {
    position: relative;
    z-index: 999;
    font-family: "Switzer-Regular";
    letter-spacing: 0.025em;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.single-detail-contact .link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
    position: relative;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    width: 100% !important;
    display: inline-block;
    color: #fff;
    margin-top: 32px;
    font-family: "Switzer-Regular";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9999;
}

.single-detail-contact .link:after {
    content: "";
    height: 14px;
    width: 20px;
    background-image: url(../images/arrow-more.svg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-left: 1.25rem;
}

.single-detail-contact-title {
    position: relative;
    z-index: 999;
    margin-bottom: 35px;
}

.single-detail-contact-title span {
    font-family: "Bodoni Moda", serif;
    font-style: italic;
    font-size: 5rem;
    color: #fff;
    display: block;
    text-align: right;
    line-height: 1.4;
}

.single-detail-contact-inner:after {
    content: "";
    background: rgb(0 0 0 / 23%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15;
}

.single-header {
    position: relative;
    background: #121212;
    height: 500px;
    overflow: hidden;
    z-index: initial !important;
}

.single-header::after {
    position: absolute;
    content: "";
    background: url(../images/effect.png);
    width: 2000px;
    height: 2000px;
    top: -253px;
    left: -15px;
    background-repeat: no-repeat;
    z-index: 5;
    pointer-events: none;
}

.single-head {
    position: relative;
    z-index: 99;
}

.single-head-title h1 {
    padding-top: 20px;
    font-style: italic;
    font-size: 65px;
    color: #000;
    margin-bottom: 25px;
    font-family: 'Made-Mirage-Medium';
}

.single-head img {
    position: relative;
    margin-top: -350px;
    /* z-index: 99999; */
}

.single-head p {
    font-family: "Switzer-Regular";
    letter-spacing: 0.025em;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 18px;
}

.single-content ul {
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 15px;
    font-family: "Switzer-Regular";
    letter-spacing: 0.025em;
    margin-bottom: 30px;
    line-height: 1.7;
}

.single-content ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 13px;
}

.single-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #00030e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.single-content a {
    font-family: "Switzer-Regular";
    color: #000;
}

.single-content p {
    font-family: "Switzer-Regular";
    letter-spacing: 0.025em;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 18px;
}

.single-content h2 {
    font-size: 39px;
    margin-bottom: 25px;
    font-family: 'Made-Mirage-Medium';
}

.single-content h3 {
    font-size: 39px;
    margin-bottom: 25px;
    font-family: 'Made-Mirage-Medium';
}

.single-content h4 {
    font-family: "Switzer-Regular";
    font-weight: 600;
    font-size: 39px;
    margin-bottom: 25px;
}

.single-faq .faq {
    margin-bottom: 0;
}

.category {
    background: initial;
}

.press .press-btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 18px;
    position: relative;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    width: 100% !important;
    display: inline-block;
    color: #000;
    margin-top: 32px;
    font-family: "Switzer-Regular";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.press a:hover {
    opacity: initial;
}

.press .press-btn:after {
    content: "";
    height: 14px;
    width: 20px;
    background-image: url(../images/arrow-more.svg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-left: 1.25rem;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.press a {
    border: 1px solid;
    display: block;
    padding: 15px;
}

.home-ines{
    background: #f8f6f2;
    padding: 60px 0;
}

.home-ines-title span {
    font-style: italic;
    font-size: 5rem;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Made-Mirage-Medium';
}


.home-ines .item {
    /* background: #fff; */
    margin-bottom: 20px;
    text-align: center;
    /* border-radius: 25px; */
    padding: 61px 41px;
    border: 1px solid #000;
    height: 326px;
}

.home-ines .item .title {
    font-family: "Switzer-Regular";
    color: #000;
    font-size: 30px;
    position: relative;
    z-index: 99;
    display: block;
    line-height: 1.4;
}

.home-ines .item img {
    margin-bottom: 21px;
}

.home-ines-title {margin-bottom: 60px;}

.tel-rows {
    display: inline-block !important;
    width: 100%;
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 10px;
}

.tel-rows #phone {padding-left: initial !important;width: 100% !important;display: flex;padding-left: 80px !important;}


.tel-rows .iti {
    position: relative;
    display: inherit;
    margin-bottom: 15px;
    width: 104%;
}

#homepage .sliders .video {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  #homepage .sliders .video iframe {
    pointer-events: none;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
  }
  #homepage .sliders .video .title {
    position: absolute;
    bottom: 100px;
    z-index: 1;
    left: 120px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  #homepage .sliders .video .title h1 {
    font-size: 72px;
    line-height: 55px;
    display: block;
    margin: 0;
  }
  #homepage .sliders .video .title span {
    display: block;
    line-height: 61px;
    font-size: 50px;
  }
  #homepage .sliders .video .title:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
    height: 3px;
    background-color: #5ec501;
    width: 500px;
    transform: translateX(-100%);
  }
  
  @media (max-width: 991px) {
    #homepage .slider .wp {
      background: #5ec501;
      height: 43px;
      width: 40px;
    }
    #homepage .slider .wp i {
      font-size: 15px;
    }
  }
  #homepage .slider .downpage {
    position: absolute;
    bottom: 28px;
    z-index: 2;
    right: 25vw;
    cursor: pointer;
  }
  #homepage .slider .downpage:after {
    content: "SCROLL";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    color: #fff;
    font-size: 23px;
    top: -65px;
  }
  @media (max-width: 991px) {
    #homepage .slider .downpage:after {
      font-size: 12px;
      top: -19px;
    }
  }
  #homepage .slider .downpage:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #5ec501;
    width: 2px;
    height: 190px;
    right: -60px;
  
  }
  
  
  .contact-form .phones input{
    /* margin-bottom: 15px !important; */
    position: relative;
  }
  
  
  
  @media (max-width: 991px) {
    #homepage .sliders .video {
    height: 520px;
    }
    #homepage .sliders .video iframe {
      pointer-events: auto;
      transform: scale(2.8);
    }
    #homepage .sliders .video:after,
    #homepage .sliders .video .title {
      pointer-events: none;
    }
    #homepage .sliders .downpage {
      display: none;
    }
    .packages .item:nth-child(2) {
      transform: scale(1.0);
  }
  #homepage .sliders .downpage:before {
    height: 70px;
    right: -35px;
  }
    #homepage .sliders .downpage a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
    }
    #homepage{
        height: auto;
    }
  }

  .home-service-new{
    background: #121212;
    padding-bottom: 30px;
    margin-top: -285px;
    }
    
    .home-service-new-content .content{
        padding: 1px;
        margin-bottom: 25px;
        background: linear-gradient(0deg,rgb(0 0 0 / 16%),rgb(0 0 0 / 0%)),linear-gradient(0deg,#ffffff 0%,#ffffff00 100%);
        box-shadow: 0 24px 32px rgba(0,0,0,0.04), 0 16px 24px rgba(0,0,0,0.04), 0 4px 8px rgba(0,0,0,0.04), 0 0 1px rgba(0,0,0,0.04);
        border-radius: 20px;
        }
        
        .home-service-new-content .item{
        position: relative;
        padding: 50px 25px 55px 20px;
        background: #2B2B2B;
        box-shadow: 0 16px 24px rgba(0,0,0,0.06), 0 2px 6px rgba(0,0,0,0.04), 0 0 1px rgba(0,0,0,0.04);
        border-radius: 20px;
    }
    
    
    .home-service-new-content .item .head{
        display: flex;
        margin-bottom: 25px;
    }
    .home-service-new-content .item .head .title{
        font-family: "Switzer-Regular";
        font-weight: 500;
        font-size: 40px;
        color: #fff;
        margin-bottom: 15px;
        max-width: 300px;
        line-height: 1.5;
        padding-left: 20px;
    }
    
    .home-service-new-content .content .buttons  {
        display: block;
        text-align: center;
    
    }
    
    
    
    
    
    .home-service-new-content .content .buttons a  {
        position: relative;
        padding: 30px 0;
        display: block;
        color: #000;
        font-size: 20px;
    }
    
    .home-service-new-content .item .contents p{
        font-family: "Switzer-Regular";
        font-size: 16px;
        color: #fff;
        line-height: 1.6;
        margin-bottom: 20px;
    
    }
    
    .home-hotel-slider .item {
        position: relative;
        margin: 0 3px;
        position: relative;
        height: 600px;
        background-size: cover !important;
        background-position: center !important;
    }
    
    .home-hotel-slider .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 1rem 0;
        list-style-type: none;
        position: absolute;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        bottom: 0;
        left: 50%;
    }
    
    .home-hotel-slider .slick-dots li {
        margin: 0 0.25rem;
    }
    
    .home-hotel-slider .slick-dots button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: rgba(255, 255, 255, 0.2392156863);
        text-indent: -9999px;
    }
    
    .home-hotel-slider .slick-dots li.slick-active button {
        background-color: #fff;
    }
    
    
     
    .vjs-no-js {
        display: none;
      }
      .vjs-big-play-button{
          display: none !important;
      }
      .video-js {
      width: 100%;
      height: 100vh;
      object-fit: cover;
  }
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .video-js .vjs-tech, .vjs-button>.vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content, .vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate>.vjs-menu-button{
      object-fit: cover;
  }

@keyframes pulse {
0% {
  transform: scale(0.95);
  box-shadow: 0 0 0 0 rgb(255 255 255 / 70%);
}

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


.home-contents-in {
    height: 100px;
    overflow: hidden;
    color:#fff;
}

.certificate{
    width: 50%;
    /* border-radius: 25px; */
}

/* Table styling */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    font-family: "Switzer-Regular";
    letter-spacing: 0.025em;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 17px;
  }
  
  table strong{
    display: block;
  }
  

  
  th, td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
  }
  
  th {
    background-color: #f2f2f2;
  }
  
  /* Styling for alternating row colors */
  tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  
  tr:hover {
    background-color: #e0e0e0;
  }
  
  /* Responsive design for small screens */
  @media (max-width: 768px) {
    th, td {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 15px 10px;
    }
  
    td {
      text-align: left;
      padding: 15px 0;
  }
  
    td::before {
      margin-left: 10px;
    }
  }
  
  .grecaptcha-badge { 
    visibility: hidden !important;
  }
.wpcb-wp-button .wpcb-icon, .wpcb-wp-button .wpcb-close{
	position:relative;
}

.wpcb-wp-button-in .a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background: 0 0;
  border: 2px solid #4fcc5e;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
  transition: all .3s ease 0s;
}

.wpcb-wp-button-in .a:after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: 0 0;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
  transition: all .3s ease 0s;
  border: 2px solid #4fcc5e;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.wpcb-wp-button .wpcb-icon, .wpcb-wp-button .wpcb-close {
    width: 55px !important;
    height: 55px !important;
}


.wpcb-wp-button .wpcb-icon svg, .wpcb-wp-button .wpcb-close svg {
    width: 30px !important;
    height: auto;
    fill: #fff;
}