/* Colors */
/* Functions */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC2UW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WCwkW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC-UR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v16/wlptgwvFAVdoq2_F94zlCfv0bz1WC5IR_LA.ttf) format('truetype');
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  outline: none;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
body {
    line-height: 1.2;
    --gutter-x: 18px;
    --gutter-x2: -18px;
    overflow-x: clip;
    color: #fff;
    font-size: 16px;
    font-family: 'Inter',Inter Fallback;
    background-color:#070a1f;
}
h1 {
    font-size: 36px;
  }
  
  h2 {
    font-size: 30px;
  }
  
  h3 {
    font-size: 24px;
  }
  
  h4 {
    font-size: 20px;
  }
  
  h5 {
    font-size: 18px;
  }
  
  h6 {
    font-size: 16px;
  }
  
  p {
    font-size: 16px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}
/* lp site */
section {
    overflow-x: clip;
}
header{
    padding: 10px 0;
    position: relative;
    z-index: 10;
}

header .logo{
    width: 20vw;
}


#home-banner {
    background: linear-gradient(to bottom, #010E3B 0%, #60bcdc 100%);
    position: relative;
    padding: 200px 0 0;
    margin-top: -246px;
    height: 85vh;
    min-height: 750px;
    overflow: hidden;
}

#home-banner .doctor-image {
    width: 100%;
    position: relative;
    top: 20px;
}

#home-banner .banner-content-row {
  padding-top: 100px;
}

#home-banner .header-paragraph h2 {
  font-size: 60px;
  font-weight: bold;
}

#home-banner .header-paragraph ul {
  padding-top: 20px;
}

#home-banner .header-paragraph ul li {
  font-size: 25px;
}

#home-banner .banner-form-container {
  background: linear-gradient(180deg, #ffffff 0%, #97bed7 100%);
  padding: 15px 20px;
  padding: 10px 40px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
  border: 1px solid #e0e0e0;
}

#home-banner .banner-form-title { 
  color: #0a2540; 
  font-weight: 600; 
  text-align: center; 
  font-size: 30px; 
}

#home-banner .banner-form-title .form-title-green {
  color: #2fc67c;
}

#home-banner .input-group{
  display: flex;
  flex-direction: column;
}

#consultation-form {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#consultation-form .input-group label{
  color: #2c3e50;
  font-size: 19px;
}

#consultation-form .input-group input {
  outline: none;
  border: 1px solid #e0e0e0;
  padding: 12px 15px;
  border-radius: 5px;
}

#consultation-form .input-group #phone {
  width: 100%;
  padding: 12px 55px;
}

#consultation-form  .submit-btn {
  background-color: #2fc67c;
  width: 100%;
  padding: 11px 16px;
  color: var(--text-color-reverse);
  border: none;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .3s;
}


.banner-media-container {
  position: absolute;
  bottom: 3%;
  padding: 0 2.5%;
  z-index: 10;
}

.banner-media img {
  width: 100%;
}


.banner-social-container {
  gap: 15px;
}

.banner-social-container img {
  width: 33%;
}

/* Before After */ 

#home-before-after {
  padding: 65px 0;
}

#home-before-after .before-after-header {
  text-align: center;
}

#home-before-after .before-after-brand-title {
  font-size: 100px;
  font-weight: 100;
  letter-spacing: -3.15px;
  line-height: 120px;
  margin-top: 25px;
}

#home-before-after .before-after-title {
  font-size: 48.5px;
  letter-spacing: .85px;
  font-weight: 900;
  line-height: 20px;
  color: var(--text-color);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.before-after-content {
  margin-top: 50px;
}

#home-before-after .before-after-tab-nav {
  margin-top: 40px;
  border-radius: 50px;
  background-color: #a9bfdf;
  overflow: hidden;
  display: flex;
  width: 100%;
}

#home-before-after .before-after-tab-nav .bf-nav-item {
  flex: 1;
  text-align: center;
  padding: 21px 0;
  cursor: pointer;
  transition: all 0.3sease;
  font-size: 22px;
  font-weight: 500;
  color: #163b71;
}

#home-before-after .before-after-tab-nav .bf-nav-item:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#home-before-after .before-after-tab-nav .bf-nav-item:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.tab-menu-active {
  background-color: #1b3b6f!important;
  color: #fff!important;
  box-shadow: 0 0 1px 0 #1b3b6f inset, 0 0 1px 0 #1b3b6f;
}

.beforetab-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-20px);
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.before-active {
  opacity: 1;
  overflow: visible;
  height: max-content;
  transform: translateY(0);
  display: block;
  animation: fadeInUp 0.5s ease-in-out;
}

#home-before-after .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

#home-before-after .owl-nav button {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.5) !important;
  border-radius: 50%;
  margin: 0 10px;
}

#home-before-after .owl-nav button svg {
  width: 30px;
  height: 30px;
}

#home-before-after .owl-nav button.disabled {
  opacity: 1;
  cursor: default;
}

/* Box alanı */

#home-count-features {
  padding-bottom: 50px;
}

.features-count-box{
  position: relative;
}

.features-count-content {
  background-color:#010315;
  padding: 54px 30px 27px 30px;
  border-radius: 10px;
}

.features-count-content:before{
  background-color:#010315;
  text-align: center;
  border-radius: 10px;
  padding: 30px 20px 20px;
  position: relative;
  color: #fff;
  overflow: visible;
}


.count-icon {
  background-color:#010315;
  padding: 20px 20px 35px;
  border-radius: 50%;
  position: relative;
  top: 70px;
}


.features-text-content {
  position: relative;
  z-index: 100;
}

.features-count-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.features-count-number {
  text-align: center;
  font-size: 32px;
}


/* Clinic Alanı */

#home-clinic {
  padding: 75px 0;
}

#home-clinic .slider .lazy-image{
  width: 70%;
}

#home-clinic .clinic-text-col {
  padding: 0 60px;
}

#home-clinic .clinic-section-top-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 10px;
}

#home-clinic .clinic-section-title {
  font-size: 49px;
  font-weight: 700;
  line-height: 60px;
}

#home-clinic .clinic-section-text {
  font-size: 25px;
  margin-top: 27px;
}

#home-clinic .clinic-icon-list {
  margin-top: 45px;
  list-style: none;
  padding: 0;
}

#home-clinic .clinic-icon-container {
  margin-bottom: 30px;
}

#home-clinic .clinic-icon {
  background-color: #010315;
  border-radius: 50% 50% 0 50%;
  margin-bottom: 10px;
  padding: 20px;
  width: 85px;
}

#home-clinic .clinic-icon-text {
  font-size: 20px;
  text-align: center;
}

#home-clinic .slider {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 290px 0;
}

#home-clinic .slider .lazy-image {
  position: absolute;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(-100%) scale(0.8);
}

#home-clinic .slider .lazy-image img {
  width: 100%;
  height: 100%;
  border-radius: 35px;
}

#home-clinic .slider .lazy-image.active {
  opacity: 1;
  transform: translateX(0) scale(1.1);
  z-index: 2;
}

#home-clinic .slider .lazy-image.left {
  opacity: 0.7;
  transform: translateX(-42%) scale(0.8);
  z-index: 1;
  width: 60%;
}

#home-clinic .slider .lazy-image.right {
  opacity: 0.7;
  transform: translateX(43%) scale(0.8);
  z-index: 1;
  width: 60%;
}

#home-clinic .slider .slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(0, 0, 0, .5);
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}

#home-clinic .slider .slider-button.prev {
  left: 10px;
}

#home-clinic .slider .slider-button.next {
  right: 10px;
}

#home-clinic .slider .slider-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Hair transplant Journey */

#hair-transplant-journey {
  background:linear-gradient(to bottom, #010315 0%, #35667f 100%);
  padding: 80px 66px;
  border-radius: 43px;
}

#hair-transplant-journey  .journey-title {
  text-align: center;
  font-size: 50px;
}

.journey-desc {
  text-align: center;
  font-size: 30px;
  margin-top: 20px;
  padding: 0 8%;
  font-weight: 500;
}

#hair-transplant-journey .journey-slider {
  position: relative;
  width: 100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 280px 0;
}

#hair-transplant-journey .journey-slider .journey-image {
  position: absolute;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(-100%) scale(0.8);
}

#hair-transplant-journey .journey-slider .journey-image .journey-patients-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 35px;
}

#hair-transplant-journey .journey-slider .journey-image .youtube-icon {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 70px;
  height: 60px;
  transform: translate(50px, -6px);
}

#hair-transplant-journey .journey-slider .journey-image.active {
  opacity: 1;
  transform: translateX(0) scale(1.1);
  z-index: 2;
}

#hair-transplant-journey .journey-slider .journey-image.left {
  opacity: 0.5;
  transform: translateX(-44%) scale(0.8);
  z-index: 1;
}

#hair-transplant-journey .journey-slider .journey-image.right {
  opacity: 0.7;
  transform: translateX(44%) scale(0.8);
  z-index: 1;
}

#hair-transplant-journey .journey-slider .journey-image.left .journey-patients-image {
  height: 460px;
}

#hair-transplant-journey .journey-slider .journey-image.right .journey-patients-image {
  height: 460px;
}

#hair-transplant-journey .journey-slider .journey-slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(0, 0, 0, .5);
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}

#hair-transplant-journey .journey-slider .journey-slider-button.prev {
  left: 5%;
}

#hair-transplant-journey .journey-slider .journey-slider-button.next {
  right: 5%;
}

#hair-transplant-journey .journey-slider .journey-slider-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#hair-transplant-journey .journey-button {
  background: #2fc67c;
  border-radius: 43px;
  color: #fff;
  font-size: 20px;
  font-weight: regular;
  padding: 10px 40px;
  gap: 15px;
  font-size: 25px;
  font-weight: 600;
}

/* Hizmetler Alanı */



#home-services-tab {
  padding: 65px 0;
}

#home-services-tab .services-brand-title {
  font-size: 100px;
  font-weight: 100;
  letter-spacing: -3.15px;
  line-height: 120px;
  margin-top: 25px;
  text-align: center;
}

#home-services-tab .services-title{
  font-size: 48.5px;
  letter-spacing: .85px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
}



#home-services-tab  .service-tab-nav {
  margin-top: 40px;
  border-radius: 50px;
  background-color: #a9bfdf;
  overflow: hidden;
  display: flex;
  width: 100%;
}

#home-services-tab  .service-tab-nav .srvc-nav-item {
  flex: 1;
  text-align: center;
  padding: 21px 0;
  cursor: pointer;
  transition: all 0.3sease;
  font-size: 22px;
  font-weight: 500;
}

#home-services-tab  .service-tab-nav .srvc-nav-item:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#home-services-tab  .service-tab-nav .srvc-nav-item:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#home-services-tab .tab-menu-active {
  background-color: #1b3b6f!important;
  color: #fff;
  box-shadow: 0 0 1px 0 #1b3b6f inset, 0 0 1px 0 #1b3b6f;
}

.service-contents{
  margin-top: 50px;
}


.service-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-20px);
  transition: all 0.4s ease-in-out;
}

.service-content.service-active {
  opacity: 1;
  overflow: visible;
  height: max-content;
  transform: translateY(0);
  display: block;
  animation: fadeInUp 0.5s ease-in-out;
}




/* Hizmetler Alanı */

#home-services-tab .services-slider {
  position: relative;
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#home-services-tab .services-slider .services-image {
  position: absolute;
  transition: all 0.5s ease-in-out;
  height: 425px;
  width: 59%;
  object-fit: fill;
  border-radius: 20px;
}

#home-services-tab .services-slider .services-image.left {
  opacity: 0.5;
  transform: translateX(-44%) scale(0.8);
  z-index: 1;
}

#home-services-tab .services-slider .services-image.right {
  opacity: 0.7;
  transform: translateX(44%) scale(0.8);
  z-index: 1; 
}

#home-services-tab .services-slider .services-image.active {
  opacity: 1;
  transform: translateX(0) scale(1.1);
  z-index: 2; 
}


#home-services-tab .services-slider .services-image .services-patients-image {
  width: 400px;
  height: 500px;
  object-fit: cover;
  border-radius: 35px;
}

#home-services-tab .services-slider .services-image .youtube-icon {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 70px;
  height: 60px;
  transform: translate(50px, -6px);
}

#home-services-tab .services-slider .services-slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(0, 0, 0, .5);
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}

#home-services-tab .services-slider .services-slider-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#home-services-tab .services-slider .services-slider-button.prev {
  left: 5%;
}

#home-services-tab .services-slider .services-slider-button.next {
  right: 5%;
}


#home-services-tab .services-tab-content-title {
  font-size: 40px;
  font-weight: bold;
}

#home-services-tab .services-tab-content-desc {
  font-size: 25px;
  margin-top: 20px;
  font-weight: 300;
}

/* saç ekim yolculuğu */

#home-journey-turkey {
  padding: 50px 0;
}

#home-journey-turkey .home-journey-title {
  text-align: center;
  font-size: 100px;
}

.home-journey-desc{
  font-size: 25px;
  margin-top: 13px;
  text-align: center;
}

.journey-row{
  margin-top: 40px;
}

#home-journey-turkey .journey-icon {
  background-color: #fff;
  padding: 20px;
  border-radius: 50%;
  position: relative;
  width: 80px;
  margin: 0 auto;
}

.journey-row .col-lg-4{
  margin-bottom: 30px;
}

.journey-steps {
  padding: 0 40px 57px;
  margin-bottom: 30px;
  background-color: #315e76;
  height: 100%;
  border-radius: 30px;

}

.journey-content-title {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

.journey-content {
  margin-top: 5px;
  text-align: center;
}

.journey-content-desc {
  font-size: 19px;
  margin-top: 15px;
}


/* Center Form */

#home-center-form {
  background:linear-gradient(to bottom, #010315 0%, #35667f 100%);
  border-radius: 43px;
  padding: 75px 0;
}

#home-center-form .patients-image {
  width: 100%;
  padding-right: 50px;
}

#home-center-form .center-form-col{
  padding:0 60px
}

#home-center-form .center-consultation-form {
  background-color: #0B2851;
  border-radius: 50px;
  padding: 30px 50px;
}

#home-center-form #consultation-form2 {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#consultation-form2 .submit-btn {
  background-color: #2fc67c;
  width: 100%;
  padding: 11px 16px;
  color: var(--text-color-reverse);
  border: none;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .3s;
}

#home-center-form .center-consultation-form .consultation-form-title {
  margin-bottom: 5px;
  font-size: 60px;
  font-weight: 400;
  color: var(--text-color);
  /* line-height: 110%; */
  text-align: center;
}

#home-center-form .center-consultation-form .consultation-form-subtitle {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 700;
  /* color: var(--text-color); */
  text-align: center;
}

#home-center-form .center-consultation-form .input-groups input {
  width: 100%;
  padding: 16px 24px;
  border: none;
  border-radius: 25px;
  color: var(--text-color-reverse);
  color: #071f42;
  background-color: #fff;
  font-size: 18px;
  outline: none;
  box-sizing: border-box;
}
#home-center-form .center-consultation-form .input-groups #phone2 {
  padding: 15px 50px;
}
.upload-button input[type="file"] {
  display: none;
}

.upload-container {
  width: 100%;
  padding: 12px 20px;
  border: none;
  border-radius: 25px;
  color: var(--text-color-reverse);
  color: #071f42;
  background-color: #fff;
  font-size: 18px;
  outline: none;
  box-sizing: border-box;
}

.form-select {
  width: 100%;
  padding: 16px 30px;
  margin-bottom: 15px;
  border: none;
  border-radius: 25px;
  color: var(--text-color-reverse);
  color: #071f42;
  background-color: #fff;
  font-size: 20px;
  outline: none;
  box-sizing: border-box;
}

/* Luxuries*/

#home-luxuries {
  padding: 55px 0 0;
}

.luxuries-title {
  color: #fff;
  font-size: 65px;
  font-weight: 600;
  text-align: center;
}

.luxuries-desc{
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

#home-luxuries .luxuries-slider {
  position: relative;
  width: 100%;
  height: 672px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 40px;
  border-radius: 30px;
}

#home-luxuries .luxuries-slider .luxury-image {
  position: absolute;
  transition: all 0.5s ease-in-out;
  border-radius: 30px;
  opacity: 0;
  transform: translateX(-100%) scale(0.8);
}

#home-luxuries .luxuries-slider .luxury-image img {
  width: 655px;
  height: 500px;
  border-radius: 30px;
}

#home-luxuries .luxuries-slider .luxury-image .luxury-patients-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 35px;
}

#home-luxuries .luxuries-slider .luxury-image .youtube-icon {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 70px;
  height: 60px;
  transform: translate(50px, -6px);
}

#home-luxuries .luxuries-slider .luxury-image.active {
  opacity: 1;
  transform: translateX(0) scale(1.1);
  z-index: 2;
}

#home-luxuries .luxuries-slider .luxury-image.left {
  opacity: 0.5;
  transform: translateX(-64%) scale(0.8);
  z-index: 1;
}

#home-luxuries .luxuries-slider .luxury-image.right {
  opacity: 0.5;
  transform: translateX(64%) scale(0.8);
  z-index: 1;
}

#home-luxuries .luxuries-slider .luxury-image.left .luxury-patients-image {
  height: 460px;
}

#home-luxuries .luxuries-slider .luxury-image.right .luxury-patients-image {
  height: 460px;
}

#home-luxuries .luxuries-slider .luxury-slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(0, 0, 0, .5);
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}

#home-luxuries .luxuries-slider .luxury-slider-button.prev {
  left: 5%;
}

#home-luxuries .luxuries-slider .luxury-slider-button.next {
  right: 5%;
}

#home-luxuries .luxuries-slider .luxury-slider-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* other features css */

.features-bottom-count-title {
  font-size: 24.82px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.features-bottom-count-number {
  font-size: 19px;
  text-align: center;
}

/* Hair Transplant Packages Seciton */

#hair-transplant-packages-section{
  background: linear-gradient(to bottom, #010315 0%, #35667f 100%);
  padding: 65px 0;
  border-radius: 43px;
}

.packages-row{
  margin-top: 80px;
  padding: 0 5%;
}

.packages-home-title {
  text-align: center;
  font-size: 65px;
  font-weight: 600;
  font-family: Inter, Inter Fallback;
}

#hair-transplant-packages-section .packages-home-desc {
  text-align: center;
  font-size: 35px;
  margin-top: 10px;
}

.home-transplant-packages-box {
  background: #010315;
  border-radius: 20px;
  padding: 60px 30px;
  text-align: center;
  height: 100%;  
  position: relative;
}

.packages-icon {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-71%);
  font-size: 2rem;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 60px;
  color: var(--text-color);
  z-index: 1;
}

.mostabsolute {
  position: absolute;
  right: 35px;
  top: 7%;
}

.packages-icon-cont::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 90px;
  height: 50px;
  background-color: #0a1d3c;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  transform: translateX(-50%);
  z-index: 0;
}

.home-transplant-packages-desc{
  margin-top: 25px;
}

.home-transplant-packages-box-title {
  margin: 10px 0 15px;
  color: #fff;
  font-size: 40px;
}

.home-transplant-packages-box-desc {
  gap: 15px;
}

.home-transplant-packages-box-text-desc {
  gap: 15px;
  font-size: 24px;
}

.packages-btn{
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #2fc67c;
  color: var(--text-color-reverse);
  border: none;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  transition: background .3s;
  z-index: 1;
  width: 300px;
  padding: 12px 0;
}

.most-popular {
  background: #2fc67c;
  color: #fff;
  font-size: 16px;
  padding: 5px 8px;
  border-radius: 4px;
  font-weight: 700;
}

/* testimonials */

#home-testimonials{
  padding: 65px 0;
}

.testimonials-title {
  color: #fff;
  font-size: 65px;
  font-weight: 600;
  text-align: center;
}

.testimonials-desc{
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}


.comment-avatar img {
  max-width: 100%;
  height: auto;
  margin: -100px auto 0;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  -o-object-fit: cover;
  object-fit: cover;
}

.comment-head {
  font-size: 32px;
  color: #244cca;
  font-weight: bolder;
  text-align: center;
}

.testimonials-slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 203px 0;
}

.testimonials-slider .testinonials.box {
  position: absolute;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(-100%) scale(0.8);
  width: 600px;
  height: 400px;
  padding: 30px;
  border-radius: 15px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonials-slider .testinonials.box .comment-avatar {
  margin-bottom: 15px;
}

.testimonials-slider .testinonials.box .comment-head {
  margin: 10px 0;
}

.testimonials-slider .testinonials.box .comment-body {
  margin: 10px 0;
  text-align: center;
}

.testimonials-slider .testinonials.box .comment-stars {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.testimonials-slider .testinonials.box.active {
  opacity: 1;
  transform: translateX(0) scale(1.1);
  z-index: 2;
}

.testimonials-slider .testinonials.box.left {
  opacity: 0.5;
  transform: translateX(-67%) scale(0.9);
  z-index: 1;
}

.testimonials-slider .testinonials.box.right {
  opacity: 0.7;
  transform: translateX(67%) scale(0.9);
  z-index: 1;
}

.testimonials-slider .testimonials-slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(0, 0, 0, .5);
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}

.testimonials-slider .testimonials-slider-button.prev {
  left: 10%;
}

.testimonials-slider .testimonials-slider-button.next {
  right: 10%;
}

.testimonials-slider .testimonials-slider-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.comments-text {
  color: #000;
  font-size: 23px;
}


/* faq */

#home-faq{
  background:#070a1f;
  border-radius: 25px;
  padding:65px;
  margin-top: 85px;
}

#home-faq .home-faq-title {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
}

#home-faq .faq-list-area{
  margin-top: 45px;
}

#home-faq .faq-list-area .faq-item.collapsed-item {
  margin-bottom: 20px
}


#home-faq .faq-list-area .faq-item .item-top {
  padding: 15px 50px 15px 20px;
  background-color: #0b2e68;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
}

#home-faq .faq-list-area .faq-item .item-top .item-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#home-faq .faq-list-area .faq-item .item-top::before {
  content: ' ';
  position: absolute;
  right: 25px;
  top: 33%;
  border: 3px solid #fff;
  border-radius: 20px;
  height: 25px;
  transition: all 0.3s;
  transform-origin: center;
  transform: rotate(90deg);
}

#home-faq .faq-list-area .faq-item .item-top::after {
  content: ' ';
  position: absolute;
  right: 25px;
  top: 33%;
  border: 3px solid #fff;
  border-radius: 20px;
  height: 25px;
  transition: all 0.3s;
  transform-origin: center;
}

#home-faq .faq-list-area .faq-item.collapsed-item.opened .item-top::before {
  transform: rotate(180deg);
}

#home-faq .faq-list-area .faq-item.collapsed-item.opened .item-top::after {
  transform: rotate(90deg);
}

#home-faq .faq-list-area .faq-item .item-bottom {
  padding: 0 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background-color: #f3f3f3;
  height: 0;
  overflow: hidden;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

#home-faq .faq-list-area .faq-item .item-bottom .item-text {
  font-size: 18px;
  color: #061421
}

#home-faq .faq-list-area .faq-item.opened .item-bottom {
  margin-top: 15px;
  padding: 15px 20px;
  height: max-content
}


/* Footer */

footer{
  background: linear-gradient(to bottom, #010315 0%, #35667f 100%);
  padding: 65px 0 0!important;
  border-radius: 60px 60px 0 0;
  margin-top: 50px;
}

footer .footer-top-title {
  text-align: center;
  font-size: 62px;
  font-weight: 600;
  margin-bottom: 35px;
  font-weight: bold;
}

footer .footer-logo {
  width: 100%;
}

footer .footer-form{
  background: hsla(0, 0%, 100%, .05);
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 15px;
  padding: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
  margin-top: 0!important;
}

footer #consultation-form .input-groups input {
  width: 100%;
  border-radius: 12px;
  padding: 10px 20px;
  border: none;
}

footer #consultation-form .input-groups input#phone3 {
  padding: 10px 55px;
}

.footer-right-contact {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}

.footer-left-menu a svg {
  width: 35px;
  height: 35px;
  color: #fff;
  margin-right: 15px;
}

.footer-bottom-row {
  margin-top: 40px;
}

.footer-copyright{
    background: linear-gradient(93deg, #0a2c5e 0%, #0d0f12 50%, #092957 100%) 0% 0% no-repeat padding-box;
    padding: 15px 0;
}


#left-whatsapp {
    position: fixed;
    right: 25px;
    bottom: 5%;
    transform: translateY(-50%);
    z-index: 100;
}

#left-whatsapp a {
    height: 75px;
    width: 75px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
    background: #58d164;
    /* Old browsers */
    background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
    /* IE6-9 */
    border-radius:50%;
}

#left-whatsapp a svg {
    color: #fff;
    width: 55px;
    height: 55px;
}