@import url("https://fonts.googleapis.com/css2?family=Alegreya&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap");

/* font-family: 'Raleway', sans-serif; */
/* font-family: 'Cormorant Garamond', serif; */

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  width: 100%;
  /* background-color: #f9fcfc; */
  background-color: #ebf5f6;
}

.nowrap {
  white-space: nowrap;
}

.main_font {
  font-size: 14pt;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.a-nodecoration {
  text-decoration: none;
  color: black;
}

.a-nodecoration:hover {
  text-decoration: none;
  color: black;
}

.navbar-custom {
  transition: 500ms ease;
  background-color: transparent;
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text,
.navbar-custom .nav-link {
  color: white;
}

.navbar-custom .navbar-brand.transparent {
  color: transparent !important;
}

.navbar-custom.scrolled .navbar-brand.transparent {
  color: black !important;
}

.navbar-custom .navbar-toggler {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}
.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-custom.scrolled {
  transition: 500ms ease;
  background-color: #d3e9eb;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
}
.navbar-custom.scrolled .navbar-brand,
.navbar-custom.scrolled .navbar-text,
.navbar-custom.scrolled .nav-link {
  color: black;
}

.navbar-custom.scrolled .navbar-toggler {
  color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}
.navbar-custom.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-custom .nav-link {
  font-size: 17pt;
  padding-left: 40px !important;
}

.navbar-nav-right {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav-right a {
  padding-left: 8px;
  padding-right: 8px;
}

.title {
  font-size: 20pt;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

div.title {
  margin-bottom: 10px;
}

.padding-titles {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-bottom-hero {
  padding-bottom: 2rem;
}

.margin-top-first-div {
  padding-top: 8rem !important;
}

.margin-top-div {
  padding-top: 3rem !important;
}

.margin-juliusignature {
  padding-left: 6rem;
  padding-right: 6rem;
}

ul.hours {
  list-style: circle inside none;
  font-size: 14pt;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

ul.hours li {
  margin-bottom: 15px;
}

p.description {
  font-size: 14pt;
  text-align: justify;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 45px;
}

div.oddcolor {
  background-color: #eaf4f5;
}

.gyrotonic_fontfamily {
  font-family: Times, "Times New Roman", serif;
}

.title_picture {
  position: absolute;
  text-align: center;
  margin-left: -10vw;
  margin-top: -10vw;
}

.title_picture h1 {
  font-size: 2em;
  font-size: 5vw;
  color: white;
}

.title_picture span {
  /* font-size: 1.5em; */
  font-size: 4vw;
  color: white;
}

.smallertitlefont {
  font-size: 0.8em;
}

.regtrad {
  /* font-size: 1.5em; */
  font-size: 0.55em !important;
  color: white;
}

a.button {
  background: #ff7e00;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 14pt;
  line-height: 26px;
  padding: 14px 15px;
  text-align: center;
  text-transform: uppercase;
}

#divcobra {
  position: relative;
}
#title_discover {
  position: absolute;
  top: 45%;
  left: 60%;
  transform: translate(-50%, -50%);
}

.contact-form,.booksession-form {
  margin: 10px 0px;
  background-color: rgba(234, 244, 245, 0.4);
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.63);
  border-radius: 0px;
  border: 1px solid #d2d2d2;
  font-size: 13px;
  padding: 8px 15px;
  float: none;
  width: 100%;
  margin-right: 0;
  box-sizing: border-box;
}

.footercopyright,
.footerfollow {
  font-size: 9pt;
}

.footercopyright {
  margin-bottom: 0.5rem !important;
}
.footerfollow {
  margin-bottom: 0.5rem !important;
}

.margin-spacer-footer {
  margin-bottom: 1rem !important;
}

.btnstandart {
  background: #a9d2d6;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 14pt;
  line-height: 26px;
  padding: 4px 15px;
  text-align: center;
}

.header {
  position: fixed;
  width:100%;
  background: white;
  color: black;
  padding: 0;
  border-bottom: 1px solid #b7b7b7;
  box-shadow: 0 1px #b7b7b74d;
  z-index: 3 !important;
}

.header_wrapper {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  height: 5rem;
  overflow: hidden;
}

.header_item {
  position: relative;
  display: table-cell;
  height:100%;
  vertical-align: middle;
  background-clip: padding-box !important;
  text-align: center;
}

.header_link {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  color: black;
  text-decoration: none;
}

.header_link:hover {
  text-decoration: none;
  color: black;
}

.header_item_toggle {
  width: 75px;
  /* border-right: 1px solid #A9D2D6; */
  
}

.header_item_logo {
  width: 90px;
}

.header_item_title {
  color: black;
}

.headercolor {
  background-color: rgba(234, 244, 245, 0.6);
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2 !important;
  top: 30px;
  left: 0;
  background-color: #f8f9fa!important;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0px 0px 8px #888888;
}

.sidenav a {
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  font-size: 1.3rem;
  color: black;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: black;
}

.sidenav::-webkit-scrollbar { 
  display: none; 
} 

.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
  
.animated-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
  
.animated-icon span {
  background: #A9D2D6;
}
  
.animated-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
  
.animated-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
  
.animated-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
  
.animated-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
  
.animated-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
  
.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

button {border:none !important;}
button:focus{outline: none;}

.container hr {
  width: 100%;
}

.footer_contact {
  font-size: 10pt;
  border-top: 1px solid rgb(104, 176, 183);
  padding-top: 10px;
}

.right_border {
  border-right: 1px solid rgb(104, 176, 183);
}

.margin-footer-div {
  margin-top: 2.5rem;
}

.padding-footer-div {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.google-message {
  margin: 15px 0 0;
  color: #808080;
  font-size: 0.8em;
}
.google-message a {
  color: #808080;
}
.grecaptcha-badge {
  visibility: hidden;
}

.btn-link {
  border: none;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  color: #a9d2d6;
  text-decoration: underline;
}

.error {
  color: red !important;
}

.package-asterisk {
  text-align: left !important;
  font-size: 10pt;
  color: #5b6671;
  margin-top: 3.5rem;
}

.popover-body {
  font-size: 12pt;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.zoom-link {
  color: #a9d2d6;
  text-decoration: underline;
  font-size: 12pt;
}

.navbar-toggler {
  padding: 0.2rem 0.5rem;
}

.navbar-toggler-icon {
  width: 1rem;
  height: 1.25rem;
}

.title-sep {
  width: 1px;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #3c797f;
}

.gyrotonic-icon {
  width: 5rem;
  height: 4.375rem;
}

.yoga-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.gyrotonic-font-b {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

.gyrotonic-font {
  font-family: "Times New Roman", Times, serif;
}

.register-weight {
  font-weight: normal;
}

.iframe-blog {
  overflow: auto;
  border: none;
}

.gk-pictures {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

.gkpicsize {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.gkpicsize img {
  height: 100%;
  width: 100%;
}

.div-highlight {
  background-color: white;
  border-radius: 25px;
}

.pic2 {
  margin: auto;
}
.pic3 {
  margin-left: auto; 
  margin-right: 0;
}

.aboutpicsize {
  margin-left: 20rem;
  margin-right: 20rem;
  height: auto;
  width: 100%;
}

.aboutpicsize img {
  height: 100%;
  width: 100%;
}

video {
  /* override other styles to make responsive */
  width: 100% !important;
  height: auto !important;
}


.testimonials {
  padding: 20px 0;
}

.testimonials .card {
  border-bottom: 3px #8dbdc2 solid !important;
  transition: 0.5s;
  margin-top: 60px;
}
.testimonials .card i {
  background-color: #8dbdc2;
  color: #ffffff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: -40px auto 0 auto;
}

.testimonials .card-text {
  font-size: 9pt;
}

.enhancepic {
  border-radius: 3%;
}

.p-aboutme {
  padding: 0 40px 40px 40px;
  text-align: left;
}

@media (max-width: 1200px) {
  .aboutpicsize {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
}

@media (max-width: 990px) {
  .aboutpicsize {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}

@media (max-width: 550px) {
  .aboutpicsize {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}

@media (max-width: 800px) {
  .gk-pictures {
    grid-gap: 1.4rem;
  }
}

@media (max-width: 600px) {

  
  .margin-juliusignature {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (max-width: 450px) {
  .margin-top-first-div {
    padding-top: 6.5rem !important;
  }

  .main_font {
    font-size: 11pt;
  }

  .header_item_toggle {
    width: 60px;
  }

  .header_item_logo {
    width: 60px;
  }

  .gyrotonic-icon {
    width: 3.4375rem !important;
    height: 3rem !important;
  }

  .yoga-icon {
    width: 3rem !important;
    height: 3rem !important;
  }

  .title_picture h1 {
    font-weight: 600;
  }

  .title {
    font-size: 14pt;
  }

  .padding-titles {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .navbar-custom .nav-link {
    font-size: 13pt;
  }

  ul.hours {
    font-size: 11pt;
  }

  p.description {
    font-size: 11pt;
    line-height: 35px;
  }

  .margin-juliusignature {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  #title_discover {
    position: absolute;
    top: 45%;
    left: 72%;
    transform: translate(-50%, -50%);
  }

  .btn-discover {
    font-size: 7pt !important;
    padding: 5px 5px 5px 5px !important;
    line-height: 15px !important;
  }

  .footercopyright,
  .footerfollow {
    font-size: 7pt;
  }

  .footer_contact {
    font-size: 8pt;
    border-top: 1px solid rgb(104, 176, 183);
  }

  .google-message {
    font-size: 0.5rem;
  }

  .right_border {
    border-right: 0px solid rgb(104, 176, 183);
  }

  .padding-bottom-hero {
    padding-bottom: 1.5rem;
  }

  .margin-top-div {
    padding-top: 1rem !important;
  }

  .padding-left-privatesessionrates {
    padding-left: 0.75rem;
  }

  .margin-footer-div {
    margin-top: 1.5rem;
  }

  .padding-footer-div {
    padding-top: 0.25rem;
    padding-bottom: 1rem;
  }

  .p-aboutme {
    padding: 0 20px 30px 20px;
  }
}

.owl-carousel1 {
  position: relative;
  margin-top: 00px;

  h2 {
    font-size: 40px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
  }

  .owl-stage-outer {
    padding: 40px 0 0 0;
  }

  .owl-nav {
    display: none;
  }

  .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 15px;
    border: 0;

    .card-img-top {
      margin-top: -40px !important;
      max-width: 75px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 75px;
      height: 75px;
    }

    p {
      font-size: 10pt;
      color: #555;
      padding-bottom: 15px;
    }
  }

  .active {
    opacity: 0.5;
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 24px;

      span {
        font-size: 20px;
      }
    }

    .card-img-top {
      max-width: 75px;
      height: 75px;
      width: 75px;
    }
  }
}

#divbtncontact {
  background-color: #3c797f;
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 130px;
  height:30px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  z-index: 4;
}

#divbtncontact p {
  color: white;
  font-size: 15px;
  font-family: Arial;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel {
  .owl-nav button {
    &.owl-next, &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}

.centerimage {
  display: flex;
  justify-content: center;
}

.datereadonly {
  background: #f7fbfb !important;
}

.input-icons-cal i { 
  position: absolute;
} 

.input-icons-cal { 
  width: 100%;  
} 

.icon-cal { 
  padding: 15px;
  margin-top: 6px;
} 

.input-field-cal { 
  padding: 10px;
  padding-left: 40px;
}