html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    background: rgba(8, 18, 44, 1);
    color: white;
}

@font-face {
    font-family: "allison_script";
    src: url("../webfonts/fontsfree-net-allison-scriptregular_1.woff2") format("woff2"), url("../webfonts/fontsfree-net-allison-scriptregular_1.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: inherit;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
    margin: 0;
}

button,
fieldset,
iframe {
    border: 0;
}

fieldset,
ul,
ol,
button,
menu {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

img{
    max-width: 100%;
    width: auto;
    height: auto;
}

a{
    transition: all .3s ease;
}
/* Header Top */

.header-top .header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

.header-top .header-top-wrapper .left-area ul {
    display: flex;
    gap: 26px;
}

.header-top .header-top-wrapper .right-area ul {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
}

.header-top .header-top-wrapper .right-area {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-top {
    padding: 5px 0;
    background: #040c22
}

.header-top .header-top-wrapper .left-area ul i {
    color: #d1beb7;
    font-size: 18px;
}

.header-top .header-top-wrapper .left-area ul li a {
    display: flex;
    gap: 8px;
    font-weight: 500;
}

.header-top .header-top-wrapper .left-area ul li a:hover{

    color: #d1beb7;
}
.header-top .header-top-wrapper .right-area .social-links li a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: linear-gradient(97deg,#9a806b -3.55%,#d1beb7 49.26%,#9b816c);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #08122c;
}

.header-top .header-top-wrapper .right-area .social-links li a:hover{
     transform: scale(1.07);
  box-shadow: 0 0 8px rgba(209, 190, 183, 0.7);
  filter: brightness(1.12);
}
.header-top .header-top-wrapper .right-area .lang-menu img {
    width: 40px;
    height: 25px;
    object-fit: cover;
}

/* Header */

.desktop-header .header-desktop-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.desktop-header .header-desktop-wrapper .logo-link img {
    max-width: 250px;
}

ul.header-menu {
    display: flex;
    gap: 40px;
    font-size: 17px;
}

.header-menu a:hover{
    
    color: #d1beb7;
}

.btn-offer {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 12px 25px;
    background: linear-gradient(97deg,#9a806b -3.55%,#d1beb7 49.26%,#9b816c);
    color: #08122c;
    font-weight: 600;
    border-radius: 20px;
    font-size: 17px;
}

.btn-offer:hover {

    transform: scale(1.07);
  box-shadow: 0 0 8px rgba(209, 190, 183, 0.7);
  filter: brightness(1.12);
}

/* Hero Component */

.services-hero {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.hero-service-box {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    color: black;
    position: relative;
    gap: 25px;
    border-radius: 8px;
}

.hero-service-box img {
    width: 50px;
}

.hero-service-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.75;
    z-index: 0;
    left: 0;
    top: 0;
    border-radius: 8px;
    transition: all .3s ease;
}

.hero-component .container {
    transform: translateY(-280px);
}

.hero-service-box .icon {
    position: relative;
    width: 61px;
}

.hero-service-box .text {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
}

.hero-component {
    position: relative;
}

.hero-component::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #08122cb0;
    top: 0;
    left: 0;
}

.hero-component .hero-picture img {
    width: 100%;
    height: 100%;
}

.hero-component .hero-content-wrapper {
    position: absolute;
    top: 130px;
    width: 50%;
    left: 25%;
    text-align: center;
}

.hero-content-wrapper .hero-title {
    color: #d1beb7;
    font-size: 56px;
    font-family: 'Poppins';
    margin-bottom: 30px;
}

.hero-content-wrapper .hero-title span {
    display: block;
    font-weight: bold;
}

.hero-content-wrapper .hero-desc {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 26px;
}

.hero-component a.btn.btn-offer {
    font-size: 22px;
    font-weight: bold;
    border-radius: 39px;
}

.hero-component a.btn.btn-offer {
    position: relative;
    padding-right: 35px;
    font-family: 'Poppins';
    box-shadow: 0 0 8px rgba(209, 190, 183, 0.7);
}

.hero-component a.btn.btn-offer .icon {
    position: absolute;
    right: 15px;
    transform: rotate(-45deg);
    bottom: 4px;
    color: white;
}

.hero-service-box:hover {
    transform: scale(1.04);
    box-shadow: 0 0 8px rgba(209, 190, 183, 0.7);
    filter: brightness(1.12);
    color: white;
}

.hero-service-box:hover::before {
    background: #08122c;
}


.hero-bottom-component .stage-wrapper {
    background: linear-gradient(90deg, rgb(13, 24, 57) 0%, rgb(17, 38, 99) 100%);
    padding: 30px;
    border-radius: 30px;
    margin-top: -220px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.stage-box .icon {
    margin-bottom: 13px;
}

.stage-box .text {
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    padding: 0 48px;
}

.stage-box {
    text-align: center;
}

.x-icon {
    position: absolute;
    right: 30px;
    bottom: 31px;
    filter: grayscale(0.8);
}

.x-icon img {
    max-width: 200px;
}

section.hero-bottom-component {
    position: relative;
}

.hero-bottom-icon {
    margin-top: -30px;
}

.hero-bottom-icon img {
    width: 100%;
}

/**/

.swiper-container{
    overflow: hidden;
}

.before-after-component {
    padding: 150px 0;
}

.before-after-component .component-top {
    text-align: center;
    margin-bottom: 50px;
}

.component-top .title {
    color: #d1beb7;
    font-size: 42px;
    margin-bottom: 30px;
}

.component-top .title span {
    display: block;
    font-weight: bold;
}

.component-top .desc {
    font-size: 18px;
    margin-bottom: 30px;
}

.component-top .all-btn {
    color: #d1beb7;
    font-size: 18px;
    font-weight: 500;
}

.circle-box {
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #2e4683;
    border-radius: 50%;
    background: linear-gradient(90deg, rgb(13, 24, 57) 0%, rgb(17, 38, 99) 100%);
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    padding: 5px 20px;
    color: #d1beb7;
}

.boxes-wrapper {
    display: flex;
    justify-content: center;
}

.boxes-wrapper:nth-child(1) .circle-box {
    margin-right: -15px;
}

.boxes-wrapper {
    margin-bottom: 120px;
}

.boxes-wrapper {
    margin-bottom: 120px;
}

.change-box {
    background: linear-gradient(0deg, #B0B3C8 0%, #11121B 61.65%);
    position: relative;
}

.change-box .infos-box {
    position: absolute;
    right: -20px;
    top: 20px;
    background: linear-gradient(90deg, rgb(13, 24, 57) 0%, rgb(17, 38, 99) 100%);
    width: 87px;
    padding: 16px 12px;
    font-size: 13px;
    text-align: center;
    border-radius: 14px;
    font-family: 'Poppins';
    line-height: 18px;
}

.change-box .infos-box span {
    display: block;
    font-weight: 600;
}

.change-box .big-picture img {
    width: 100%;
}

.change-box .bottom-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 50px;
    gap: 20px;
    position: relative;
}

.change-box .bottom-area .picture-box img {
    width: 100%;
}

.change-box .bottom-area .picture-box {
    background: linear-gradient(0deg, #B0B3C8 0%, #11121B 61.65%);
    padding: 3px;
}

.change-box .bottom-area .change-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #5F627E 0%, #11121B 100%);
    border-radius: 50%;
}

.change-box .bottom-area .change-button img {
    width: 28px;
}

.change-box .bottom-area {
    position: absolute;
    bottom: -66px;
}

.slider-section .swiper-wrapper {
    padding-bottom: 90px;
}

.slider-section {
    padding-right: 20px;
}

.packages-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 30px;
    gap: 30px;
}

.package-box {
    background: linear-gradient(180deg, rgba(19, 38, 89, 0.28) 0%, #132659 100%);
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 30px;
    position: relative;
}

.package-box .top-icon {
    width: 130px;
    height: 130px;
    background: linear-gradient(180deg, #908466 0%, #908466 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -65px;
    transform: translateX(-50%);
}

.package-box {
    padding-top: 90px;
    padding-bottom: 130px;
}

.package-box .title {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.package-box .stars {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.package-box .options {
    padding: 0 60px;
}

.package-box .options ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.package-box .options ul li {
    display: flex;
    align-items: center;
    gap: 19px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}

.package-box .btn {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, #908466 6.09%, #F3E0DB 53.05%, #908466 100%),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
}

.packages-component {
    padding: 200px 0;
}

.packages-component {
    position: relative;
}

.packages-component .bg-package {
    position: absolute;
    right: 0;
    top: 0;
}


/* videos */

.videos-component {
    padding-top: 300px;
    padding-bottom: 200px;
}

.videos-component .top-content {
    text-align: center;
}

.videos-component .top-content .title {
    font-size: 40px;
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: 24px;
}

.videos-component .top-content .desc {
    font-size: 18px;
    margin-bottom: 50px;
}

/* clinic images */

.images-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.image-box img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.images-wrapper {
    /* background: linear-gradient(180deg, #132659 0%, #132659 100%); */
    border-radius: 20px;
    /* border: 1px solid rgba(255, 255, 255, 0.36); */
    position: relative;
}

.images-content {
    padding: 65px 50px 40px 50px;
}

.images-content .title {
    font-size: 48px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 30px;
}

.images-content .desc {
    font-size: 18px;
    line-height: 24px;
}

.clinic-images-component {
    padding-bottom: 200px;
    padding-top: 200px;
}

.images-wrapper .x-icon {
    right: -52px;
    bottom: -49px;
}

.images-wrapper .x-icon img {
    max-width: 107px;
}

.images-wrapper::before {
    position: absolute;
    content: '';
    width: 97%;
    height: 94%;
    top: 3%;
    left: 3%;
    background: linear-gradient(180deg, #132659 0%, #132659 100%);
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 20px;
    z-index: -1;
}

.navs-area {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 15px;
}

.navs-area div {
    width: 40px;
    height: 40px;
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #08122c;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}

.clinic-images-component {
    position: relative;
}

.clinic-images-component::before {
    position: absolute;
    content: '';
    width: 600px;
    height: 600px;
    background: radial-gradient(37.24% 37.24% at 50% 62.76%, #303241 0%, rgba(17, 18, 27, 0) 100%);
}

.clinic-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.clinic-images-component.hotel-component .images-wrapper::before {
    left: 0;
}

.hotel-component .images-wrapper .x-icon {
    right: unset;
    left: -52px;
    bottom: -30px;
}

.clinic-images-component::after {
    position: absolute;
}

.clinic-images-component::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(19, 38, 89, 0) 0%, rgba(19, 38, 89, 0) 40.55%, #132659 92.68%);
    bottom: 0;
    z-index: -3;
}

.hotel-component::after {
    display: none;
}

.clinic-images-component.hotel-component {padding-top: 0;}

.images-wrapper .hotel-text {
    position: absolute;
    right: -120px;
    bottom: 0;
    z-index: 999999;
    text-align: center;
    line-height: 60px;
}

.images-wrapper .hotel-text .title {
    font-size: 36px;
    font-family: 'allison_script';
    color: rgba(144, 132, 102, 1);
}

.images-wrapper .hotel-text .sub-title {
    font-size: 80px;
    font-weight: bold;
    color: rgba(144, 132, 102, 1);
}

.faq-component {
    padding-top: 200px;
    padding-bottom: 200px;
}

.faq-top-title {
    font-size: 76px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 75px;
}

.faq-component .row {
    align-items: end;
}

.faq-top-desc {
    font-size: 18px;
    margin-bottom: 75px;
}

.faq-box {
    padding: 42px 60px;
    background: linear-gradient(180deg, #132659 0%, #08122C 100%);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.36);
}

.faq-box .top-area {
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.faq-box .top-area .picture img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.faq-box .top-area .picture {
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
}

.faq-box .top-area .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.faq-box .top-area .country {
    font-size: 14px;
    color: rgba(144, 132, 102, 1);
}

.faq-box .desc {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 30px;
    color: rgb(209 209 215);
}

.faq-box .star {
    display: flex;
}

.faq-top-desc {
    position: relative;
}

.faq-top-desc .icon {margin-bottom: 42px;}

.faq-component {
    position: relative;
}

.faq-component .bg {
    position: absolute;
    right: 0;
    z-index: -1;
}

.faq-component::before {
    position: absolute;
    content: '';
    width: 800px;
    height: 800px;
    background: radial-gradient(37.24% 37.24% at 50% 62.76%, #303241 0%, rgba(17, 18, 27, 0) 100%);
    right: 0;
    top: 0;
}

.faq-box .star img {
    height: 30px;
}


.why-us-component {
    padding: 80px 0 120px 0;
}

.why-us-title {
    text-align: center;
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
}

.why-us-title span {
    display: block;
    font-weight: bold;
}

.why-us-desc {
    font-size: 16px;
    text-align: center;
    padding: 0px 100px;
    margin-bottom: 75px;
    font-family: 'Poppins';
    line-height: 22px;
    font-weight: 300;
}

.why-us-box {
    padding: 25px 32px 50px 32px;
    background: white;
    text-align: center;
    color: #08122c;
    border-radius: 20px;
    cursor: pointer;
    transition: all .3s ease;
}

.why-us-box .icon {
    margin-bottom: 19px;
}

.why-us-box .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.why-us-box .desc {
    font-size: 15px;
}

.why-us-box:hover {
    background: linear-gradient(97deg,#9a806b -3.55%,#d1beb7 49.26%,#9b816c);
    transform: scale(1.07);
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  cursor: pointer;
  margin-bottom: 20px;
}

.faq-question {
  font-size: 17px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon {
  font-size: 20px;
  font-weight: bold;
  transition: transform .2s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  font-size: 15px;
  color: #555;
  margin-top: 5px;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .icon {
  content: "-";
}

.contact-box {
    padding: 30px 0 0 0;
    background: linear-gradient(180deg, #132659 0%, #1E1F2F 100%);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    text-align: center;
    overflow: hidden;
}

.contact-box .title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-box .desc {
    font-size: 14px;
    margin-bottom: 30px;
}

.contact-box a {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    margin-bottom: 50px;
}

.faq-area-title {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 40px;
}

.faq-item {
    padding: 20px 30px;
    background: linear-gradient(180deg, #08122C 0%, #132659 100%);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    font-size: 22px;
    font-family: 'Poppins';
    color: white;
}

.faq-question .icon {
    font-size: 36px;
    font-weight: 400;
}

.faq-question {
    font-size: 22px;
    font-weight: 500;
}

.faq-answer {
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.faq-page {
    padding: 150px 0;
}


footer {
    position: relative;
    padding-top: 290px;
}

footer .footer-line {
    position: absolute;
    top: 0;
}

footer .footer-up {
    position: absolute;
    top: -93px;
    left: 50%;
    transform: translateX(-50%);
}

footer .logo img {
    max-width: 300px;
    margin-bottom: 20px;
}

footer .footer-desc {
    font-size: 15px;
    line-height: 20px;
}

.footer-bottom {
    margin-top: 70px;
    padding: 15px 0;
    text-align: center;
}

.footer-menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    font-weight: 500;
    font-family: 'Poppins';
}

.footer-contact .text {
    text-align: right;
    margin-bottom: 15px;
}

.footer-contact .phone-link {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-contact .phone-link span {
    font-weight: bold;
}

.footer-contact .social-links {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.footer-contact .social-links a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border: solid 1px rgba(157, 160, 248, 0.27);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

footer .row {
    align-items: center;
}

.swiper-wrapper-area {
    position: relative;
}

.swiper-wrapper-area .nav-area {
    position: absolute;
    top: 50%;
    width: calc(100% + 150px);
    left: -75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-wrapper-area .nav-area div {
    width: 50px;
    height: 50px;
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #08122c;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}

.footer-menu a:hover {
    color: #908466;
}

footer ul.social-links a:hover {
    color: #908466;
}

footer a.phone-link:hover {
    color: #908466;
}

header.desktop-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #08122c;
}


  /* whatsapp animation */
            .animated.infinite {
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
            }

            .mypage-alo-ph-circle {
                width: 90px;
                height: 90px;
                top: 12px;
                left: 12px;
                position: absolute;
                background-color: transparent;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                border: 2px solid rgba(30, 30, 30, 0.4);
                opacity: .1;
                opacity: .5;
            }

            .zoomIn {
                -webkit-animation-name: zoomIn;
                animation-name: zoomIn;
            }

            .animated {
                -webkit-animation-duration: 1s;
                animation-duration: 1s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
            }

            .mypage-alo-ph-circle-fill {
                width: 60px;
                height: 60px;
                top: 28px;
                left: 28px;
                position: absolute;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                border: 2px solid transparent;
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
                opacity: .4 !important;
            }

            .mypage-alo-ph-img-circle {
                width: 30px;
                height: 30px;
                top: 43px;
                left: 43px;
                position: absolute;
                background: rgba(30, 30, 30, 0.1) url(../images/whatsap-1.png) no-repeat center center;
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                opacity: 1;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                -webkit-transform-origin: 50% 50%;
                -moz-transform-origin: 50% 50%;
                -ms-transform-origin: 50% 50%;
                -o-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
                background-size: 100%;
            }

            .tada {
                -webkit-animation-name: tada;
                animation-name: tada;
            }

            @-webkit-keyframes tada {
                from {
                    -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
                }

                10%, 20% {
                    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
                    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
                }

                30%, 50%, 70%, 90% {
                    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
                    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
                }

                40%, 60%, 80% {
                    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
                    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
                }

                to {
                    -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
                }
            }

            @keyframes tada {
                from {
                    -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
                }

                10%, 20% {
                    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
                    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
                }

                30%, 50%, 70%, 90% {
                    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
                    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
                }

                40%, 60%, 80% {
                    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
                    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
                }

                to {
                    -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
                }
            }

            @keyframes pulse {
                from {
                    -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
                }

                50% {
                    -webkit-transform: scale3d(1.05, 1.05, 1.05);
                    transform: scale3d(1.05, 1.05, 1.05);
                }

                to {
                    -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
                }
            }

            @-webkit-keyframes zoomIn {
                from {
                    opacity: 0;
                    -webkit-transform: scale3d(.3, .3, .3);
                    transform: scale3d(.3, .3, .3);
                }

                50% {
                    opacity: 1;
                }
            }

            @keyframes zoomIn {
                from {
                    opacity: 0;
                    -webkit-transform: scale3d(.3, .3, .3);
                    transform: scale3d(.3, .3, .3);
                }

                50% {
                    opacity: 1;
                }
            }

            .header .container {
                position: relative;
            }

            .mypage-alo-phone {
                position: absolute;
                top: -10px;
                right: 0px;
                z-index: 9999999;
            }

            .mypage-alo-ph-circle {
                border-color: #43b91e;
            }

            .mypage-alo-ph-circle-fill {
                background-color: #43b91e;
            }

            .mypage-alo-ph-img-circle {
                background-color: #43b91e;
            }

            .mypage-alo-phone:hover .mypage-alo-ph-circle {
                border-color: #43b91e;
            }

            .mypage-alo-phone:hover .mypage-alo-ph-circle-fill {
                background-color: #43b91e;
            }

            .mypage-alo-phone:hover .mypage-alo-ph-img-circle {
                background-color: #43b91e;
            }

            .hotlinemp {
                position: fixed;
                bottom: 120px;
                right: 30px;
                width: 77px;
                height: 73px;
                z-index: 999;
            }



.breadcrumb {
    padding: 80px 0;
    background: #010c27;
}

.breadcrumb .breadcrumb-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb .breadcrumb-wrapper h1 {font-size: 36px;background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%) text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.breadcrumb .breadcrumb-wrapper ul {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb .breadcrumb-wrapper ul a {
    position: relative;
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb .breadcrumb-wrapper ul a::before {
    position: absolute;
    content: '|';
    right: -11px;
    width: 3px;
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-detail {
    padding: 50px 0 300px 0;
}

.content-wrapper {
    line-height: 1.6;
    word-wrap: break-word;
}

.content-wrapper::before,
.content-wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.content-wrapper iframe {
    max-width: 100%;
}

.content-wrapper img {
    max-width: 100%;
    height: auto !important;
    margin: 20px 0px;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
    margin-bottom: 12px;
}

.content-wrapper p {
    margin-bottom: 10px;
}

.content-wrapper ul,
.content-wrapper ol {
    display: block;
    list-style: inherit;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}

.content-wrapper ol {
    list-style-type: decimal;
}

.content-wrapper table {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .content-wrapper table {
        display: block;
        border: none;
        overflow-x: scroll;
        height: 100% !important;
    }
}

@media (max-width: 991px) {
    .content-wrapper h2 {
        font-size: 22px;
    }
}

.page-detail .change-box {
    margin-bottom: 100px;
}

#goUpBtn{
    cursor: pointer;
}

html {
  scroll-behavior: smooth;  /* ZORUNLU */
}

#toc {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 25px;
}
#toc ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#toc ul ul {
  padding-left: 20px;
}
#toc li {
  margin: 6px 0;
}
#toc a {
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
  padding-left: 15px;
  font-size: 15px;
  position: relative;
}


div#toc {
    border: solid 1px #08122c;
    padding: 0;
    background: none;
}

div#toc .toc-title {
    font-size: 24px;
    font-weight: bold;
    color: #dec7bf;
    padding: 30px 15px;
     border: solid 1px #dec7bf78;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: 'Poppins';
}

div#toc > ul {
    padding: 15px;
     border: solid 1px #dec7bf78;
    border-top: none;
    color: #dec7bf;
}

#toc a::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #bcbcbd;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.sidebar-form {
    padding: 30px 15px;
    background: none;
    border-radius: 8px;
     border: solid 1px #dec7bf78;
}

.sidebar-form input,.sidebar-form textarea {
    padding: 15px 10px;
    width: 100%;
    font-family: 'Poppins';
    background: #08122c;
    color: white;
    margin-bottom: 15px;
    border-radius: 3px;
    border: solid 1px #dec7bf38;
}

.sidebar-form input::placeholder {
    color: white;
}

.sidebar-form button {
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(97deg,#9a806b -3.55%,#d1beb7 49.26%,#9b816c);
    font-size: 18px;
    font-weight: 600;
    color: #08122c;
    margin-top: 10px;
    font-family: 'Poppins';
    cursor: pointer;
}

.sidebar-form .title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #dec7bf;
}

.sidebar-wrap {
    position: sticky;
    top: 90px;
}

.about-page {
    position: relative;
}

.about-page .lion {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    top: 0;
}

.about-page .content-wrapper {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}


.form-box .text {
    font-size: 14px;
    color: rgba(176, 179, 200, 1);
    margin-bottom: 9px;
}

.sidebar-form input {
    padding: 10px;
    background: #040e2b;
}

/* Modal */


.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    z-index: 99999999999;
    position: relative;
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    /* display: -webkit-box; */
    /* display: flex; */
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    /* justify-content: flex-end; */
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}


.modal-dialog {
    padding: 0;
    margin: 0;
}

.modal-content {
    border: none;
    border-radius: 0;
    min-height: 100vh;
    width: 70%;
    background: linear-gradient(112.12deg, #5C4028 -84.89%, #5C4028 -59.05%, #2C1807 -28.89%, #9E724B -5.91%, #704520 19.93%, #967254 64.45%);
}

/* PopUpForm */


#PopUpForm .modal-dialog {
    max-width: 100% !important;
}

div#PopUpForm {
    top: 250px;
}

#PopUpForm .modal-content {
    width: 30%;
    margin-left: 35%;
    min-height: auto;
    background: linear-gradient(180deg, #132659 0%, rgba(8, 18, 44, 1) 100%);
    box-shadow: 0 0 8px rgba(209, 190, 183, 0.7);
    filter: brightness(1.12);
    padding: 30px;
    border-radius: 8px;
    position: relative;
}

#PopUpForm .modal-content .offer-title {
    font-size: 22px;
    margin-bottom: 24px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#PopUpForm .modal-content form input {
    width: 100%;
    padding: 5px;
    margin-bottom: 14px;
    font-family: 'Poppins';
}

#PopUpForm .modal-content form button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 12px 100px;
    background: linear-gradient(97deg, #9a806b -3.55%, #d1beb7 49.26%, #9b816c);
    color: #08122c;
    font-weight: 600;
    border-radius: 20px;
    font-size: 17px;
    font-family: 'Poppins';
    cursor: pointer;
    margin-top: 20px;
}

button.btn-close {
    position: absolute;
    right: 20px;
    top: 10px;
    background: none;
    color: rgb(154, 128, 107);
    font-size: 35px;
    cursor: pointer;
}

.comments-videos-wrapper iframe {
    width: 100%;
}

.comments-videos-wrapper .row {
    margin-bottom: 100px;
}

.comments-videos-content .title {
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
}

.comments-videos-content .desc {
    font-size: 18px;
    margin-bottom: 24px;
}

.comments-videos-content .boxes-wrappers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.comments-videos-content .boxes-wrappers .option-boxes {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #010c27;
    padding: 8px 15px;
    border-radius: 2px;
    border: solid 1px #ab9382cc;
}

.comments-videos-content .boxes-wrappers .option-boxes .text {
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 6px;
}

.comments-videos-wrapper .row:nth-child(even) {
    flex-direction: row-reverse;
}

.comments-videos-content .title {
    position: relative;
    margin-bottom: 30px;
}

.comments-videos-content .title::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 2px;
    background: rgb(154, 128, 107);
    bottom: -12px;
    left: 0;
}

.blog-box {
    display: block;
    background: linear-gradient(97deg,#9a806b -3.55%,#d1beb7 49.26%,#9b816c);
    border-radius: 8px;
    margin-bottom: 24px;
}

.blog-box .picture img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-box .picture {
    margin-bottom: 20px;
    padding: 12px;
}

.blog-box .title {
    font-size: 24px;
    font-weight: bold;
    color: #08122c;
    margin-bottom: 30px;
    padding: 0 12px 20px 12px;
    border-bottom: solid 1px #ffffff6b;
}

.blog-box .read-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #08122c;
    font-weight: 500;
    font-size: 18px;
    padding: 0 12px 15px 12px;
}

.blog-box .read-more .icon {
    font-size: 29px;
}

.blog-box:hover {
    transform: scale(1.03);
    box-shadow: 0 0 8px rgba(209, 190, 183, 0.7);
    filter: brightness(1.12);
}

.contact-page-box {
    padding: 7px 19px;
    margin-bottom: 24px;
    border-radius: 4px;
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 121px;
    border: solid 1px #a68d7b91;
}

.contact-page-box .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #010c27;
    color: #a68d7b;
}

.contact-page-box a {
    font-size: 18px;
    font-weight: 600;
    color: white;
    width: 60%;
    display: block;
    font-family: 'Poppins';
}

.contact-form-title {
    font-size: 36px;
    font-weight: 600;
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    margin-top: 50px;
}


.contact-page form input, .contact-page form textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 14px;
    font-family: 'Poppins';
}

.contact-page form button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 12px 100px;
    background: linear-gradient(97deg, #9a806b -3.55%, #d1beb7 49.26%, #9b816c);
    color: #08122c;
    font-weight: 600;
    border-radius: 20px;
    font-size: 17px;
    font-family: 'Poppins';
    cursor: pointer;
    margin-top: 20px;
}

.visit-title {
        margin-top: 50px;

    font-size: 36px;
    font-weight: 600;
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}


.mobile-header{
    display: none;
}
@media(max-width:992px){
    header.desktop-header {
    display: none;
}

.mobile-header{
    display: block;
}
.header-top .header-top-wrapper .left-area {
    display: none;
    justify-content: center;
}

.header-top .header-top-wrapper .right-area {
    width: 100%;
    justify-content: center;
}

.mobile-header .logo img {
    max-width: 200px;
}

.hero-component .container {
    transform: translateY(-80px);
}

.mobile-header .mobile-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.mobile-header .mobile-header-wrapper .bars {
    display: flex;
    align-items: center;
    gap: 17px;
}

.mobile-header .mobile-header-wrapper .bars img {
    width: 37px;
}

.mobile-header {
    background: #08122c;
    position: sticky;
    z-index: 999;
    top: 0;
}

.hero-bottom-component .stage-wrapper {
    margin-top: 0;
    padding: 20px 10px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.stage-box .text {
    padding: 0 15px;
    font-size: 15px;
}

.hero-component .hero-content-wrapper {
    top: 60px;
    width: 100%;
    left: 0;
    padding: 0 30px;
}

.hero-content-wrapper .hero-title {
    font-size: 26px;
    margin-bottom: 10px;
}

.hero-content-wrapper .hero-desc {
    font-size: 18px;
    margin-bottom: 10px;
}

.services-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.hero-service-box {padding: 10px;gap: 10px;}

.hero-service-box .text {
    font-size: 14px;
    font-weight: 500;
}

.hero-service-box .icon {
    width: 35px;
}

.hero-component .hero-picture img {
    min-height: 500px;
    object-fit: cover;
}

.hero-component a.btn.btn-offer {
    font-size: 18px;
}

.x-icon {
    right: 0;
    z-index: -4;
    display: none;
}

.x-icon img {
    width: 62px;
}

.before-after-component {
    padding: 100px 0;
}

.component-top .title {
    font-size: 32px;
    margin-bottom: 15px;
}

.component-top .desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

.before-after-component .component-top {
    margin-bottom: 30px;
}

.circle-box {
    height: 135px;
    font-size: 15px;
}

.boxes-wrapper {
    padding-right: 15px;
    margin-bottom: 60px;
}

.swiper-wrapper-area .nav-area {
    z-index: 9999999;
    width: 100%;
    left: 0;
}

.packages-component {
    padding: 100px 0;
}

.packages-wrapper {
    padding: 0 15px;
    grid-template-columns: 1fr;
}

.package-box {
    padding: 80px 0 60px 0;
    margin-bottom: 100px;
}

.package-box .title {
    font-size: 36px;
    margin-bottom: 10px;
}

.package-box .stars {
    margin-bottom: 20px;
}

.package-box .options {
    padding: 0 10px;
}

.package-box .options .icon {
    width: 30px;
}

.package-box .options .text {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.package-box .options ul li {
    gap: 10px;
}

.package-box .top-icon {
    width: 100px;
    height: 100px;
}

.package-box .top-icon img {
    width: 65px;
}

.videos-component {
    padding-top: 0px;
    padding-bottom: 50px;
}

.videos-component .top-content .title {
    font-size: 36px;
    margin-bottom: 15px;
}

.videos-component .top-content .desc {
    margin-bottom: 20px;
}

.clinic-icon img {
    max-width: 100px;
}

.images-wrap {
    gap: 10px;
}

.images-content {
    padding: 40px;
}

.images-content .title {
    font-size: 38px;
    margin-bottom: 15px;
}

section.clinic-images-component {
    padding-bottom: 100px;
}

.images-wrapper .hotel-text {
    right: 0;
    bottom: -38px;
    line-height: 40px;
}

.images-wrapper .hotel-text .sub-title {
    font-size: 40px;
}

.faq-component {
    padding-top: 50px;
    padding-bottom: 50px;
}

.faq-top-title {
    font-size: 42px;
    margin-bottom: 30px;
}

.faq-top-desc .icon {
    position: absolute;
    right: 0;
    top: -106px;
}

.faq-top-desc .icon img {
    width: 65px;
}

.faq-top-desc {
    margin-bottom: 30px;
}

.faq-box {
    padding: 20px;
}

.why-us-title {
    font-size: 36px;
}

.why-us-desc {
    padding: 0;
    margin-bottom: 30px;
}

.faq-page {
    padding: 40px 0;
}

.faq-area-title {
    font-size: 32px;
}

.faq-question {
    font-size: 18px;
}

.faq-item {
    margin-bottom: 20px;
}

footer {
    margin-top: 100px;
    padding-top: 50px;
}

footer .footer-desc {
    margin-bottom: 50px;
}

.footer-menu {
    margin-bottom: 50px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
    text-align: center;
}

.footer-contact .text {
    text-align: center;
}

.footer-bottom {
    margin-top: 30px;
    padding-bottom: 100px;
}

section{
    overflow: hidden;
}

section.hero-bottom-component {
    margin-top: -30px;
}

#PopUpForm .modal-content {
    width: 90%;
    margin-left: 5%;
    overflow: scroll;
}

div#PopUpForm {
    top: 100px;
}

#PopUpForm .modal-content .offer-title {
    margin-bottom: 15px;
}

#PopUpForm .modal-content form button {
    margin-top: 10px;
}

div#PopUpForm {
    z-index: 999999;
    top: 20px;
}
}

 .footer-sticky {
                display: none;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                background: #08122c;
                position: fixed;
                z-index: 11;
                width: 100%;
                bottom: 0;
                padding: 0 .5rem 1.15rem;
                border-top-left-radius: 2.15rem;
                border-top-right-radius: 2.15rem;
                border-top: 6px solid #9a806b;
            }

            .footer-sticky .sticky-box {
                width: 20%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -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;
                cursor: default
            }

            .footer-sticky .sticky-box .icon {
                height: 48px;
                width: 48px;
                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
            }

            .footer-sticky .sticky-box .icon i {
                font-size: 24px;
                color: #fff
            }

            .footer-sticky .sticky-box .text {
                font-size: 9px;
                color: #c2c2c2;
                text-align: center
            }

            .footer-sticky .top-box {
                -webkit-transform: translateY(-1.5rem);
                transform: translateY(-1.5rem)
            }

            .footer-sticky .top-box .icon {
                background: #25D366;
                border-radius: 50%;
                position: relative;
                -webkit-box-shadow: -1px 4px 4px rgba(0,0,0,.77);
                box-shadow: -1px 4px 4px rgba(0,0,0,.77)
            }

            .footer-sticky .top-box .icon::after {
                content: "";
                position: absolute;
                height: 56px;
                width: 56px;
                border: 1px solid #cb9393c0;
                border-radius: 50%;
                opacity: .75
            }

            .footer-sticky .top-box .icon::before {
                content: "";
                position: absolute;
                height: 66px;
                width: 66px;
                border: 1px solid #cb939380;
                border-radius: 50%;
                opacity: .5
            }

            .footer-sticky .top-box .text {
                -webkit-transform: translateY(1.5rem);
                transform: translateY(1.5rem);
                text-align: center
            }

            @media(max-width: 992px) {
                .footer-sticky {
                    display:-webkit-box;
                    display: -ms-flexbox;
                    display: flex
                }

                a.sticky-bar {
                    display: none!important
                }

                .footer-sticky {
                    left: 0;
                    z-index: 99999999999999999999
                }

                .footer-sticky .top-box .icon {
                    background: #9a806b;
                    color: wheat
                }
            }

            @media(max-width: 320px) {
                .footer-sticky .sticky-box .text {
                    font-size:10px
                }
            }

            .footer-sticky .sticky-box .icon svg path {
                fill: white;
            }

            .footer-sticky .sticky-box .icon svg {
                width: 22px;
            }

            section.footer-sticky {
    overflow: unset;
}

@media(max-width:992px){

.sidebar-wrap {
    margin-bottom: 25px;
}
    .mobile-none {
    display: none;
}
    .footer-contact .phone-link {
    justify-content: center;
}

.footer-contact .social-links {
    justify-content: center;
}

.swiper-wrapper-area .nav-area div {
    width: 35px;
    height: 35px;
    font-size: 18px;
}

.swiper-wrapper-area .nav-area {z-index: 999;}

.breadcrumb {
    padding: 30px 0;
}

.breadcrumb .breadcrumb-wrapper {
    flex-wrap: wrap;
}

.breadcrumb .breadcrumb-wrapper h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.page-detail {
    padding: 40px 0;
}

#mobileMenu button.btn-close {
    right: -65px;
    font-size: 40px;
    color: white;
}

.mobile-nav ul {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-nav ul li ul li {
    margin-top: 20px;
}

#mobileMenu .modal-content {
    background: rgba(8, 18, 44, 1);
}

.social-links li a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: linear-gradient(97deg,#9a806b -3.55%,#d1beb7 49.26%,#9b816c);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #08122c;
}
.modal-footer ul.social-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.contact-bar {
    margin-bottom: 20px;
    font-size: 16px;
}

ul.contact-bar li {
    margin-bottom: 10px;
}

ul.contact-bar li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.contact-bar li a i {
    color: #9a806b;
}
}


ul.header-menu > li > ul {
    position: absolute;
    top: 92px;
    width: 200px;
    background: linear-gradient(90deg, rgb(13, 24, 57) 0%, rgb(17, 38, 99) 100%);
    box-shadow: 0 0 8px rgb(209 190 183 / 11%);
    filter: brightness(1.12);
    border-radius: 8px;
    opacity: 0;
    transition: all .3s ease;
    visibility: hidden;
}

ul.header-menu > li {
    padding: 30px 0;
}

ul.header-menu > li > ul li a {
    display: block;
    padding: 12px 20px;
}

ul.header-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.mobile-nav ul li ul {
  display: none;
}

.mobile-nav ul li ul {
    padding-left: 20px;
    /* margin-top: 20px; */
}

@media(max-width:992px){
    .about-page .content-wrapper {
    font-size: 20px;
}

.comments-videos-content .boxes-wrappers {
    grid-template-columns: 1fr 1fr;
}
}

/* process wrapper */

.process-component {
    padding: 120px 0px 20px 0;
    text-align: center;
}

.process-component .process-top-title {
    font-size: 42px;
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    margin-bottom: 40px;
}

.process-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    position: relative;
}

.process-wrapper .process-box .number {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(97deg,#9a806b -3.55%,#d1beb7 49.26%,#9b816c);
    color: #08122c;
    font-weight: 500;
}

.process-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0 30px;
    font-weight: 500;
}

.process-wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(97deg,#9a806b -3.55%,#d1beb7 49.26%,#9b816c);
    top: 14px;
    z-index: -1;
}

.process-component a.btn.btn-offer {
    margin-top: 80px;
}

@media(max-width:992px){
    .process-component .process-top-title {
    font-size: 32px;
}

.process-wrapper {
    grid-template-columns: 1fr;
}

.process-box {
    flex-direction: row;
    margin-bottom: 35px;
    text-align: left;
}

.process-wrapper::before {
    width: 2px;
    height: 100%;
    top: -15px;
    left: 44px;
}
}

.comments-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.platform-box img {
    width: 150px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.platform-box {
    margin-bottom: 50px;
    text-align: center;
}

.platform-box .title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
}

.platform-box a {
    text-decoration: underline;
    background: linear-gradient(97deg, rgb(154, 128, 107) -3.55%, rgb(243, 224, 219) 49.26%, rgb(155, 129, 108) 100%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.platform-box .logo {
    padding: 8px;
    background: white;
    border-radius: 4px;
    margin-bottom: 20px;
}

.faq-box .left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.faq-box .top-area {
    justify-content: space-between;
    margin-bottom: 15px;
}

.faq-box .top-area .platform img {
    border-radius: 4px;
    width: 140px;
    height: 50px;
    object-fit: cover;
}

.faq-box .star {
    margin-bottom: 20px;
}

.faq-box {
    background: white;
}

.faq-box .top-area .title {
    color: #08122c;
    font-weight: 500;
}

.faq-box .top-area .country {
    font-weight: 500;
}

.faq-box .desc {
    color: #08122c;
}

@media(max-width:992px){
    .faq-component::before {
    z-index: -1;
}
}

.change-box .big-picture img {
    height: 600px;
    object-fit: cover;
}

.change-box .bottom-area .picture-box img {
    height: 250px;
    object-fit: cover;
}

.stage-box .icon img {
    width: 44px;
}

.package-box .top-icon img {
    width: 75px;
}

.why-us-box .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #08122c;
}

.why-us-box .icon img {
    width: 39px;
}

.why-us-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-us-box {
    min-height: 300px;
    margin-bottom: 24px;
}

.page-detail-about{
    padding: 50px 0;
}

.grid-5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
}

.i-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.i-box {
    font-weight: 600;
    font-size: 20px;
}

@media(max-width:992px){
    .grid-5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
}
}

#PopUpForm .modal-content form input, #PopUpForm .modal-content form textarea {
    width: 100%;
}

.hero-content-wrapper .hero-desc {
    margin-bottom: 10px;
}

.hero-content-wrapper .small-desc {
    margin-bottom: 15px;
    color: #d4d4d4;
}

.images-content .small-text {
    margin-top: 10px;
    font-size: 15px;
    color: #d4d4d4;
}