/*style.css*/

:root {
  --primary-color: #c96d17;
  --secondary-color: #b3cb2a;
  --text-color: #555;
  --text-light-color: #666;
  --text-dark-color: #420e0b;
  --background-color: #fff;
  --background-alt-color: #f5f5f5;
  --overlay-color: rgba(0, 0, 0, 0.5);
  --link-hover-color: #c96d17;
  --border-color: #999;
  --form-input-bg-color: #fff;
  --btn-bg-color: #b3cb2a;
  --btn-text-color: #fff;
  --icon-bg-color: #fff;
  --icon-color: #3e2d40;
  --social-icon-hover-color: #b3cb2a;
}

* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: auto;
  background-color: var(--background-color);
  font-family: "Open Sans", sans-serif;
  color: var(--text-color);
  font-size: 15px;
  line-height: 30px;
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-family: "Josefin Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
span {
  margin: 0;
}

a {
  text-decoration: none;
  color: var(--text-color);
  cursor: pointer;
}

.main-container {
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.inside-container {
  max-width: 940px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 15px;
}

.sections-detail {
  margin: 0 0 55px;
}

.section-title {
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.84px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
}

.section-title-desc {
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.45px;
  color: var(--text-light-color);
  text-align: center;
}

/*Banner*/
.yoga-template .banner {
  background-image: url(../img/yoga-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  color: var(--background-color);
  position: relative;
}

.yoga-template .banner .banner-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  background-color: var(--overlay-color);
  z-index: 2;
}

.yoga-template .banner .top-bar {
  padding: 26px 15px;
  border-bottom: 1px solid var(--background-color);
}

.yoga-template .banner .top-bar-left,
.top-bar-right {
  padding-top: 24px;
  z-index: 3;
}

.yoga-template .banner .top-bar-left a {
  color: var(--background-color);
  font-size: 18px;
  letter-spacing: 0.18px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  vertical-align: middle;
}

.logo img {
  height: 200px;
  background-color: #f4f4f456;
  border-radius: 1em;
}

.yoga-template .banner .logo {
  text-align: center;
  z-index: 3;
}

.yoga-template .banner .top-bar-right {
  text-align: right;
}

.yoga-template .banner .top-bar-right a {
  font-family: "Open Sans", sans-serif;
  color: var(--background-color);
  font-size: 18px;
  letter-spacing: 0.18px;
  font-weight: 400;
  vertical-align: middle;
}

.yoga-template .banner .top-bar-left a:hover,
.yoga-template .banner .top-bar-right a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}

.yoga-template .banner .top-bar-left i,
.top-bar-right i {
  font-size: 16px;
  background-color: var(--icon-bg-color);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  color: var(--icon-color);
  vertical-align: middle;
  padding-top: 5px;
}

.yoga-template .banner .banner-content {
  padding: 126px 15px;
}

.yoga-template .banner .banner-content .content-col {
  text-align: center;
  z-index: 3;
}

.yoga-template .banner .banner-content .site-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-right: 15px;
}

.yoga-template .banner .banner-content .site-title-desc {
  font-size: inherit;
  line-height: 25px;
  letter-spacing: 0.45px;
  margin-bottom: 51px;
  width: 97%;
}

.yoga-template .banner .banner-content a.banner-btn {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.6px;
  font-weight: 700;
  padding: 21px 32px 19px;
  background-color: var(--btn-bg-color);
  color: var(--btn-text-color);
  border-radius: 3px;
  text-transform: uppercase;
}

.yoga-template .banner .banner-content a.banner-btn:hover {
  text-decoration: none;
  color: var(--primary-color);
}

/*Service*/
.col-lg-4 {
  margin-bottom: 2em;
}

.yoga-template .service-section {
  padding: 62px 15px;
}

.yoga-template .service-section .service-detail {
  text-align: center;
}

.yoga-template .service-section .service-detail a:hover {
  text-decoration: none;
}

.yoga-template .service-section .service-detail a:hover .service-title {
  text-decoration: none;
  color: var(--link-hover-color);
}

.yoga-template .service-section .service-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.1em;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.75px;
  color: var(--text-dark-color);
  margin-bottom: 15px;
}

.yoga-template .service-section .service-desc {
  font-family: inherit;
  font-size: inherit;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.yoga-template .service-section .service-detail-img {
  max-width: 90px;
  height: auto;
}

/*Class Yoga Club*/
.yoga-template .best-class-club .detail-col-club {
  padding-bottom: 10px;
}

.yoga-template .best-class-club .best-class-club-desc {
  background-color: var(--background-alt-color);
  padding: 60px 15px;
}

.yoga-template .best-class-club .best-class-club-desc .club-section-title {
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  line-height: 40px;
  color: var(--primary-color);
  font-weight: 600;
  text-align: left;
}

.yoga-template .best-class-club .best-class-club-desc ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 13px;
}

.yoga-template .best-class-club .best-class-club-desc ul li {
  padding-left: 1.3em;
  margin-bottom: 10px;
}

.yoga-template .best-class-club .best-class-club-desc ul li:before {
  content: "\f0e7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  font-size: 12px;
  line-height: 40px;
  color: var(--primary-color);
}

.yoga-template .best-class-club .best-class-club-img {
  background-image: url(../img/the-best-class-yoga.jpg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

/*Advantages*/
.yoga-template .advantages-section {
  padding: 60px 15px 270px;
}

.yoga-template .advantages-section {
  background-image: url(../img/advantages-of-yoga.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.yoga-template .advantages-section .advantages-detail a:hover {
  text-decoration: none;
}

.yoga-template
  .advantages-section
  .advantages-detail
  a:hover
  .advantages-detail-title {
  text-decoration: none;
  color: var(--link-hover-color);
}

.yoga-template .advantages-section .advantages-detail-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.6px;
  font-weight: 600;
  color: var(--secondary-color);
}

.yoga-template .advantages-section .advantages-detail-desc {
  font-family: inherit;
  font-size: inherit;
  line-height: 25px;
  letter-spacing: 0.45px;
  color: var(--text-light-color);
}

.yoga-template .advantages-section .advantages-detail-img svg {
  max-width: 50px;
  height: auto;
}

.yoga-template .advantages-section .advantages-detail-soul,
.yoga-template .advantages-section .advantages-detail-health,
.yoga-template .advantages-section .advantages-detail-relax {
  text-align: right;
  width: 50%;
}

.yoga-template .advantages-section .advantages-detail-soul {
  margin: 0 0 24px auto;
}

.yoga-template .advantages-section .advantages-detail-health {
  margin: 0 auto 24px;
}

.yoga-template .advantages-section .advantages-detail-energy,
.yoga-template .advantages-section .advantages-detail-mind,
.yoga-template .advantages-section .advantages-detail-meditat {
  width: 50%;
}

.yoga-template .advantages-section .advantages-detail-energy {
  margin-bottom: 24px;
}

.yoga-template .advantages-section .advantages-detail-mind {
  margin: 0 auto 24px;
}

.yoga-template .advantages-section .advantages-detail-meditat {
  margin-left: auto;
}

/*Yoga Place*/
.yoga-template .yogaPlace-section {
  padding: 60px 15px;
  background-color: var(--background-alt-color);
  text-align: center;
}

.yoga-template .yogaPlace-section .yogaPlace-img {
  width: 200x;
  height: 200px;
  background-color: var(--form-input-bg-color);
  border-radius: 50%;
  margin: 0 auto 18px;
  overflow: hidden;
}

.yoga-template .yogaPlace-section .yogaPlace-img .yogaPlace-in-img {
  max-width: 200px;
  top: 100px;
}

.yoga-template .yogaPlace-section .yogaPlace-col a:hover {
  text-decoration: none;
}

.yoga-template .yogaPlace-section .yogaPlace-col a:hover .yogaPlace-title {
  text-decoration: none;
  color: var(--link-hover-color);
}

.yoga-template .yogaPlace-section .yogaPlace-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.88px;
  font-weight: 600;
  color: var(--text-dark-color);
}

.yoga-template .yogaPlace-section .yogaPlace-desc {
  font-family: inherit;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.45px;
  font-weight: 400;
  color: var(--text-light-color);
}

/*Contact us*/
.yoga-template .contact-section {
  padding: 60px 15px;
}

.yoga-template .contact-section .appointment {
  border: 1px solid var(--text-light-color);
  border-radius: 3px;
  padding: 30px 28px 25px;
}

.yoga-template .contact-section .appointment .appointment-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-align: center;
  color: var(--primary-color);
}

.yoga-template .contact-section .appointment .appointment-desc {
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  color: #888;
  text-align: center;
}

.yoga-template .contact-section .appointment .appointment-form {
  margin-top: 40px;
}

.yoga-template
  .contact-section
  .appointment
  .appointment-form
  .appointment-form-input {
  border: 1px solid var(--border-color);
  height: 38px;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.48px;
}

.yoga-template .contact-section .appointment .appointment-form .data-input {
  text-transform: uppercase;
}

.yoga-template
  .contact-section
  .appointment
  .appointment-form
  .appointment-form-text {
  border: 1px solid var(--border-color);
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0.48px;
}

.yoga-template
  .contact-section
  .appointment
  .appointment-form
  .box-select::before {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 41%;
  right: -5%;
  width: 35px;
  height: 38px;
  text-align: center;
  font-size: 14px;
  line-height: 37px;
  color: var(--background-color);
  background-color: var(--primary-color);
  font-weight: 600;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}

.yoga-template
  .contact-section
  .appointment
  .appointment-form
  .appointment-form-col-left {
  padding-right: 7px;
}

.yoga-template
  .contact-section
  .appointment
  .appointment-form
  .appointment-form-col-right {
  padding-left: 7px;
  padding-right: 7px;
}

.yoga-template
  .contact-section
  .appointment
  .appointment-form
  .appointment-form-btn {
  width: 100%;
  padding: 18px 0 13px;
  background-color: var(--btn-bg-color);
  border: 1px solid var(--btn-bg-color);
  border-radius: 3px;
  color: var(--btn-text-color);
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.yoga-template .contact-section .open-time {
  text-align: center;
}

.yoga-template .contact-section .open-time .weekdays {
  margin-top: 50px;
}

.yoga-template .contact-section .open-time .weekends {
  margin-top: 40px;
}

.yoga-template .contact-section .open-time .open-time-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0.25px;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.yoga-template .contact-section .open-time .open-time-clock {
  font-family: inherit;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.72px;
  font-weight: 600;
  color: var(--text-dark-color);
}

.yoga-template .contact-section .open-time .open-time-course {
  font-family: inherit;
  font-size: inherit;
  line-height: 40px;
  letter-spacing: 0.6px;
  color: inherit;
}

/* Trainers*/
.yoga-template .trainer-section {
  padding: 60px 15px;
  background-color: var(--background-alt-color);
  text-align: center;
}

.yoga-template .trainer-section .trainer-col {
  margin-bottom: 40px;
}

.yoga-template .trainer-section .trainer-img {
  width: 182px;
  height: 182px;
  background-color: var(--form-input-bg-color);
  border-radius: 50%;
  margin: 0 auto 12px;
  overflow: hidden;
  border: unset;
}

.yoga-template .trainer-section .trainer-img .trainer-in-img {
  max-width: 182px;
  border-radius: 50%;
}

.yoga-template .trainer-section .trainer-col a:hover {
  text-decoration: none;
}

.yoga-template .trainer-section .trainer-col a:hover .trainer-title {
  text-decoration: none;
  color: var(--link-hover-color);
}

.yoga-template .trainer-section .trainer-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.8px;
  font-weight: 600;
  color: var(--text-dark-color);
}

.yoga-template .trainer-section .trainer-desc {
  font-family: inherit;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.45px;
  font-style: italic;
  font-weight: 400;
  color: var(--text-light-color);
}

/*Join Us*/
.yoga-template .join-us-section {
  padding: 55px 15px;
  text-align: center;
}

.yoga-template .join-us-section .join-us-btn {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.6px;
  font-weight: 700;
  color: var(--btn-text-color);
  text-transform: uppercase;
  background-color: var(--btn-bg-color);
  border: 1px solid var(--btn-bg-color);
  border-radius: 3px;
  padding: 21px 52px 19px 53px;
}

.yoga-template .join-us-section .join-us-btn:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.yoga-template .join-us-section .join-us-call {
  font-family: inherit;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.64px;
  margin-top: 22px;
}

.yoga-template .join-us-section .join-us-phone-nr {
  font-family: inherit;
  font-size: 18px;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: 600;
  color: #222;
}

.yoga-template .join-us-section .join-us-phone-nr:hover {
  text-decoration: none;
  color: var(--link-hover-color);
}

/*Copyright*/
.yoga-template .footer .copyright {
  padding: 50px 15px;
  background-color: var(--primary-color);
  color: var(--btn-text-color);
  font-family: inherit;
  font-size: 14px;
  line-height: 26px;
}

.yoga-template .footer .copyright .created-by {
  color: var(--btn-text-color);
}

.yoga-template .footer .copyright .created-by:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.yoga-template .footer .copyright .social {
  text-align: right;
  font-size: 3em;
  line-height: 26px;
  margin-bottom: 2em;
}

.yoga-template .footer .copyright .social a {
  color: var(--btn-text-color);
}

.yoga-template .footer .copyright .social a:hover {
  color: var(--secondary-color);
}

.yoga-template .footer .copyright .social .fab .bi {
  padding-left: 4em;
}
