/*
Theme Name: Healthmantra
Theme URI: 
Author: 
Author URI: 
Description: Healthmantra is specially designed product packaged for Healthmantra by TemplatesJungle.
Version: 
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------

CSS STRUCTURE:

1. VARIABLES

2. GENERAL TYPOGRAPHY
  2.1 General Styles
  2.2 Background Color
  2.3 Text Color
  2.4 Border Radius
  2.5 Section
    - Section Paddings
    - Section Margins
    - Section Title
    - Content width
  2.5 Buttons
    - Button Sizes
    - Button Shapes
    - Button Color Scheme
    - Button Aligns

3. CONTENT ELEMENTS
  3.1 Text Overlay
  3.2 Navigation Sticky

4. SITE STRUCTURE
  4.1 Header
    - Offcanvas
  4.2 Intro
  4.3 Testimonial
  4.4 Training
  4.5 Information
  4.6 Newsletter
  4.7 Footer

    
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  --accent-color:             #333;
  --black-color:              #000;
  --dark-color:               #02140E;  
  --gray-color-100:           #F9F7F5;
  --gray-color-200:           #E1E1E1;
  --gray-color-300:           #D8D8D8;
  --gray-color-400:           #ced4da;
  --gray-color-500:           #adb5bd;
  --dark-gray-color:          #474341;
  --bs-light-rgb:             rgba(255,255,255,1);
  --light-color:              #fff;
  --bs-light-rgb:             rgba(255,255,255,1);
  --primary-color:            #3DCA97;
  --primary-dim-color:        #3A5E51;  
  --primary-light-color:      #EAF1E4;
  --secondary-color:          #FF9548;
  --yellow-color:             #F1B416;
  --swiper-theme-color:       #807E7C !important;  
  --siteblue          :        #5fb9cf;

}


/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
    :root {
        --header-height : 100px;
        --header-height-min   : 80px;
    }
}

/* Fonts */
:root {
    --body-font           : "Poppins", sans-serif;
    --heading-font        : "Imbue", serif;
}


/*----------------------------------------------*/
/* 2 GENERAL TYPOGRAPHY */
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--light-color);
  margin: 0;
  background-color:#fff
}
ul.inner-list li {
   font-size: 1.2em;
   color: var(--dark-gray-color);
}
a {
  color: var(--dark-gray-colo);
  text-decoration: none;
  transition: 0.3s color ease-out;
}
a.light {
  color: var(--light-color);
}
a.stretched-link {
  color: var(--primary-color);
}
a:hover {
  text-decoration: none;
  color: inherit;
}
p.light {
  color: var(--light-color);
}
ul.light li {
  color: var(--light-color);
}
span.light {
  color: var(--light-color);
}
svg.light {
  color: var(--light-color);
}
svg.light:hover {
  color: var(--primary-color);
}
table.light tr {
   color: var(--light-color);
}
b, strong {
  font-weight: bold;
}
.highlight {
  background: var(--dark-color);
  color: var(--light-color);
}

/* 2.2 Background Color
/*----------------------------------------------*/
.bg-dark {
    background: var(--dark-color) !important;
}
.bg-light {
    background: var(--light-color) !important;
}
.bg-gray-100 {
  background: var(--gray-color-100) !important;
}
.bg-primary-light {
    background: var(--primary-light-color) !important;
}

/* 2.3 Text Color
/*----------------------------------------------*/
.text-primary {
  color: var(--primary-color) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
.text-primary-dim {
  color: var(--primary-dim-color) !important;
}

/* 2.4 Border Radius
/*----------------------------------------------*/
.border-rounded-40 {
   border-radius: 340px;
}
.border-circle {
   border-radius: 50%;
}

/* 2.5 Section
/*----------------------------------------------*/

/* - Section Padding
--------------------------------------------------------------*/
.padding-small {
  padding-top: 2em;
  padding-bottom: 2em;
}
.padding-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}
.padding-large {
  padding-top: 7em;
  padding-bottom: 7em;
}
.padding-xlarge {
  padding-top: 10em;
  padding-bottom: 10em;
}

/* - Section Margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 3em;
  margin-bottom: 3em;
}
.margin-medium {
  margin-top: 5em;
  margin-bottom: 5em;
}
.margin-large {
  margin-top: 7em;
  margin-bottom: 7em;
}
.margin-xlarge {
  margin-top: 9em;
  margin-bottom: 9em;
}

@media only screen and (max-width: 768px) {
  .margin-small,
  .margin-medium,
  .margin-large {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

/* - Section Title
--------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: var(--heading-font);
    font-weight: 500;
    line-height: 1;
}
h1.light, h2.light, h3.light, h4.light, h5.light {
    color: var(--light-color);
}

/* - Section width
--------------------------------------------------------------*/
.container-md {
    max-width: 1450px;
}
.container-lg {
    max-width: 1750px;
}

/*--------------------------------------------------------------
/** 2.5 Buttons
--------------------------------------------------------------*/
/* - Button Sizes
------------------------------------------------------------- */
.btn.btn-small {
  padding: 0.8em 2.7em;
  font-size: 0.85em;
}
.btn.btn-medium {
  padding: 1.2em 2.7em;
  font-size: 1em;
}
.btn.btn-large {
  padding: 0.8em 4.6em;
  font-size: 1.6em;
}
.btn.btn-full {
  display: block;
  margin: .85em 0;
  width: 100%;
  letter-spacing: 0.12em;
}

/* - Button Shapes
------------------------------------------------------------- */
.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 6px;
}
.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}
/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
  background-color: transparent;
}
.btn.btn-outline-dark {
  border-color: rgba(0,0,0,0.4);
  color: var(--dark-color);
  transition: 0.5s ease-in-out;
}
.btn.btn-outline-dark:hover {
  background: var(--dark-color);
  color: var(--light-color);
}
.btn.btn-outline-light {
  border-color: rgba(255,255,255,1);
  color: var(--light-color);
  transition: 0.5s ease-in-out;
}
.btn.btn-outline-light:hover {
  color: var(--dark-color);
}
.btn.btn-outline-gray {
  background: transparent;
  border-color: var(--gray-color-200);
  color: var(--dark-color);
}
.btn.btn-outline-gray:hover {
  color: var(--light-color) !important;
}
.btn.btn-outline-accent {
  background: transparent;
  border-color: var(--accent-color);
  color: var(--dark-color);
}
.btn.btn-outline-accent:hover {
  border-color: var(--dark-color);
  color: var(--dark-color) !important;
}

/* - Buttons Color Scheme
------------------------------------------------------------- */
.btn.btn-normal {
  text-decoration: underline;
  border: none;
  font-weight: 800;
}
.btn.btn-normal:hover,
.btn.btn-normal:focus {
  text-decoration: none;
  box-shadow: none;
}
.btn.btn-accent {
  color: var(--light-color);
  background-color: var(--accent-color);
  border: none;
}
.btn.btn-accent:hover {
  color: var(--light-color) !important;
  background-color: var(--primary-color);
}
.btn.btn-black {
  background-color: var(--dark-color);
  color: var(--light-color);
  border: none;
}
.btn.btn-black:hover {
  background-color: var(--light-color);
  color: var(--dark-color);
  border:1px solid var(--dark-color);
}
.btn.btn-light {
  background-color: var(--dark-color);
  color: var(--dark-color);
  border: none;
  transition: 0.5s ease-in-out;
}
.btn.btn-light:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
}
.btn-primary {
  color: var(--light-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: 0.5s ease-in-out;
}
.btn-primary:hover {
  color: var(--light-color);
  background-color: var(--bs-dark-rgb);
  border-color: var(--bs-dark-rgb);
}

/* - Buttons Aligns
------------------------------------------------------------- */
.btn-left {
  text-align: left;
  display: block;
}
.btn-center {
  text-align: center;
  display: block;
}
.btn-right {
  text-align: right;
  display: block;
}

/*----------------------------------------------*/
/* 3 CONTENT ELEMENTS */
/*----------------------------------------------*/

/* 3.1 Text Overlay 
------------------------------------------------------------- */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* 3.2 Navigation Sticky 
------------------------------------------------------------- */
nav.nav-bg{
  background: rgba(255,255,255);
  height: 80px;
  padding: 10px 50px;
}
nav.nav-bg a.nav-link {
  color: var(--dark-color) !important;
}


/*----------------------------------------------*/
/* 4 SITE STRUCTURE */
/*----------------------------------------------*/

/* 4.1 Header
------------------------------------------------------------- */
.site-header {
  width: 100%;
  z-index: 10;
}
#navbar a.nav-link:hover,
#navbar a.nav-link:focus
 {
  color: var(--light-color);
}
.navbar-toggler svg.navbar-icon {
  width: 40px;
  height: 40px;
  fill: var(--light-color);
  outline: none;
}

@media only screen and (max-width: 1400px) {
  #header-nav .btn-box {
     display: none;
   }
  .justify-content-md-end {
     justify-content: flex-end!important;
   }
 }

/* - Offcanvas
------------------------------------------------------------- */
#header-nav .offcanvas.show {
  z-index: 9999;
  background-color: var(--gray-color-100);
}
.offcanvas.show .nav-item a.nav-link,
#header-nav .offcanvas.show .nav-item a:hover {
  font-size: 2em;
  color: var(--dark-color);
}
.offcanvas.show .offcanvas-body .navbar-nav {
  align-items: unset!important;
  padding-left: 20px;
}

@media (min-width: 1399px) {
  #header .navbar-expand-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #header .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #header .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.hamburgermenu{
  display:flex;
   flex-direction:column;
   width:70px;
   cursor:pointer;
 }
 
 .hamburgermenu span{
   background: black;
   border-radius:10px;
   height:5px;
   margin: 7px 0;
   transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
 
 }
 
 
 span:nth-of-type(1){
   width:50%;
   
 }
 
 span:nth-of-type(2){
   width:100%;
 }
 
 
 span:nth-of-type(3){
   width:75%;
  
 }
 
 
 

/* 4.2 Intro
------------------------------------------------------------- */
.banner-content h1.banner-title {
  font-size: 15.7em;
  animation: fade-in 1s;
  animation-duration: 7s;
}
.banner-content h2.subtitle {
  font-size: 8.7em;
  animation: fade-in 1s;
  animation-duration: 7s;
}

@media (max-width: 1366px) {
  #intro {
    padding-top: 2em;
 }
  .banner-content h1.banner-title {
    font-size: 12.7em;
 }
 .banner-content h2.subtitle {
    font-size: 6.2em;
  }
}
@media (max-width:580px) {
  .banner-content h1.banner-title {
    font-size: 7.7em;
 }
 .banner-content h2.subtitle {
    font-size: 3.2em;
  }
}

/* 4.3 Testimonial
------------------------------------------------------------- */
.testimonial {
  bottom: 100px;
}
.testimonial .review-item {
  width: 45%;
  box-shadow: -1px 7px 10px -13px rgba(0,0,0,0.45);
}
.testimonial .review-item .review-content {
  width: 80%;
}
.review-item svg.star {
  fill: var(--yellow-color);
}

@media (max-width: 1267px) {
  .testimonial {
    bottom: -50px;
  } 
  .testimonial .review-item {
    margin-bottom: 20px;
  }
}

@media (max-width:991px) {
  .testimonial .review-item {
    width: 85%;
  }
}

@media (max-width:580px) {
  .testimonial .review-item {
    width: 95%;
  }
  .testimonial .review-item .review-content {
    width: 65%;
  }
}

/* 4.4 Training
------------------------------------------------------------- */
.training-card .card-detail {
  bottom: 0px;
  left: 42px;
  width: 100%;
  background-color: rgb(240, 248, 255,0.7);
  margin-left: -2.6rem;
  margin-bottom: 0rem;
  padding-left: 10px;
}

@media (max-width:991px) {
  .training-card .card-detail {
bottom: 8rem;
font-size: .3rem;
  }
}

/* 4.5 Information
------------------------------------------------------------- */
 

 

/* 4.6 Newsletter
------------------------------------------------------------- */
.newsletter-form {
  width: 60%;
}
.newsletter-content input {
  width: 100%;
  height: 68px;
  border: 1px solid var(--gray-color-300);
}
.newsletter-content button {
  top: 2px;
  right: 0;
}

@media (max-width:1366px) {
  .newsletter-form {
    width: 90%;
  }
}

@media (max-width:580px) {
  .newsletter-content button {
    top: 76px;
    width: 100%;
  }
} 


/* 4.7 Footer
------------------------------------------------------------- */
@media (max-width:580px) {
  #footer .row {
    margin: 0 auto;
    text-align: center;
  }
  #footer ul.social-links {
    margin: 0 auto;
    justify-content: center;
  }
} 

#navbar{
  font-family: var(--heading-font);
  font-size:1.7rem;
}
#loadingbar {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

#loadingbar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(5px);
  -webkit-filter: blur(5px);
  z-index: -1;
}
 
 

#loadingbar h1 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  color: #2d348c;
  font-size: 24px; /* istediğiniz boyuta ayarlayabilirsiniz */
}


.display-none
{
	display: none;
}
.logo{
  width: 15vh;
  margin-top:1.5rem;
}

@media screen and (max-width: 756px) {
  .logo{
  width: 14vh;
  margin-top:-1rem;
}
}
.bg-dark-card
{

  background-color: var(--bs-dark-rgb);
  padding: 0 80px 0 15px;
  min-width: 137px;
  
}
.color-green-header
{
 color: var(--primary-color);;
}
.textwithimagecard
{
  background-color: #f0f8ff;
   font-family: var(--body-font);
   font-size: 1rem;
   padding: 1.7rem;
   border-radius: 5px;
}

.textwithimagewhoami
{
  background-color: #f0f8ff;
  font-family: var(--body-font);
  font-size: 1rem;
  padding: 1.5rem;
  min-height: 34.5rem;
  border-radius: 5px;
   
}
.textwithimagewhoami h3
{
  margin-top: 3rem;
}

.font-weight-400
{
  font-weight: 400;
}

/*  Modal  */ 
/* Modal Container */
.generalmodal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
.generalmodal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* Close Button */
.generalclose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.generalclose:hover,
.generalclose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.btn-gallery{
  height:5rem
}

.cursor-pointer
{
  cursor: pointer;
}
.videoslider
{
  display: none;
}

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}
.btn-full-black
{
  background-color: var(--dark-color);
  color: var(--light-color);
  border: 1px solid var(--dark-color);
}
.float-right
{
  float: right;
}
.whatsapp-link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-link img {
  width: 80px;  
  height: auto;
    transition: transform 0.3s ease;  
}

.whatsapp-link img:hover {
  transform: scale(1.1);  
}




.wpb_single_image {
  width: 100%;
  height: 500px;  
  background-position: center center;
  background-size: cover;
}

@media (max-width: 768px) {
  .wpb_single_image {
    height: 150px;  
  }
}

.blogcardtitle
{
  background: rgb(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 5px;
  color: var(--dark-color);

}

.modal-dialog
{
  max-width: 50% !important; padding:10px
}

@media (max-width: 768px) {
  .modal-dialog
  {
    max-width: 100% !important; padding:10px
  }
  
}


.container-sub {
   top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-sub .content {
  width: 360px;
  height: 40px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
  border-radius: 60px;
  overflow: hidden;
}

.container-sub .subscription {
  position: relative;
  width: 100%;
  height: 100%;
}

.container-sub .subscription .add-email{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 20px;
}

 .container-sub .subscription .submit-email {
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 2px);
  width: 100px;
  border: none;
  border-radius: 60px;
  outline: none;
  margin: 1px;
  padding: 0 20px;
  cursor: pointer;
  background: #000000;
  color: #FFFFFF;
  transition: width .35s ease-in-out,
    background .35s ease-in-out;
}

 

.container-sub .subscription .submit-email .before-submit,
.container-sub .subscription .submit-email .after-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 38px;
  transition: visibility .35s ease-in-out,
    opacity .35s ease-in-out;
}

.container-sub .subscription.done .submit-email .before-submit,
.container-sub .subscription:not(.done) .submit-email .after-submit {
  visibility: hidden;
  opacity: 0;
}

.container-sub .subscription .submit-email .after-submit {
  transition-delay: .35s;
}

.container-sub .subscription:not(.done) .submit-email .before-submit,
 .container-sub .subscription.done .submit-email .after-submit {
  visibility: visible;
  opacity: 1;
}
