@import url("./menu.css");
@import url("./formcarry-container.css");
body {
  /* background-size: cover;
    background-image: url("./pic/blueback.jpg") ;
    background-repeat:no-repeat; */
  text-size-adjust: 180%;
  margin: 0;
  height: 100vh;
}
.blue {
  background-color:#7faecb;
}
.margintopsize {
  margin-top: 60px;
}
.image-wrapper {
  display: flex;
  justify-content: center;
}
.imgsize {
    height: 400px;
    justify-content: center;
  /* padding: 20px; */
    }
    @media (max-width: 1000px) {
            }
.flex {
  display: flex;
  flex: 1 1;
  }
  @media (max-width: 1000px) {
    .flex {
      flex-direction: column;
    }
  }
  .introtext {
  padding: 50px;
   justify-items: center;
   text-align: justify;
 }
  .card-text {
  padding: 40px;
  text-align: justify;
  }
.dates-button-wrapper {
  display: flex;
  /* gap: 20px; */
  justify-content: space-around;
  }
.offer {
  justify-content: end;
  z-index: 1;
}
.blue-bg {
  background-image: url("./pic/blueback.jpg");
  color: white;
}
h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  margin: 30px;
  font-size: 25px;
}
h3 {
  font-family: "Hanuman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}
h4 {
  font-family: "Sedan", system-ui;
  font-size: 25px;
  font-weight: 400;
  text-decoration: underline;
  text-decoration: solid underline white 1.5px;
  text-underline-offset: 30px;
}
p,
li {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  list-style: square;
  /* margin: 5px; */
}
.oblique-text {
  font-weight: 500;
  font-style: oblique;
  font-family: "Roboto Condensed", sans-serif;
}
.index-wrapper {
  background-image: url("./pic/blueback.jpg");
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding: 50px;
}
.index-wrapper img {
  border-radius: 5%;
  width: 500px;
  margin: 40px;
}
.wrapper {
  padding: 40px;
  justify-content: space-around;
  }
.golditem-card-wrapper {
  display: flex;
  gap: 50px;
  padding: 50px; 
}
.golditem-card {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  background-color: #c79e52;
  border: 2px solid transparent;
    border-radius: 20px;
    overflow: hidden;
    filter: drop-shadow(rgba(0, 0, 0, 0.781) 1rem 1rem 10px);
    }
.goldcard-text {
  padding: 20px;
  }
.golditem-card img {
 width: 100%;

}
.golditem-card a {
text-decoration: none;
color: #0c1f36;
text-align: center;
}
.logo-wrapper {
  display: block;
  text-align: center;
  background-color: #f9f7ea;
}
.logo-wrapper img {
  height: 200px;
  padding-top: 20px;
}

/* //////////////Meet your coach///////////////// */
.coach-wrapper {
  display: flex;
  background-color: #f9f7ea;
}
.coach-text {
  z-index: 1;
  margin-right: -60px;
  padding: 50px;
  text-align: justify;
}
.coach-text > div {
  margin: 0px;
}
.coach-wrapper img {
  height: 500px;
}
.coachimg-div {
  display: flex;
  justify-content: end;
}

@media (max-width: 1000px) {
  .coach-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: end;
  }
  .coach-wrapper img {
    height: 350px;
  }
  .coach-text {
    margin-right: 0;
    margin-bottom: -100px;
    padding: 20px 100px;
  }
  .coach-text > div {
    padding-right: 150px;
  }
}
.background {
  background-image: url("./pic/background1366_150.jpg");
  background-size: cover;
  padding: 50px 20px;
  text-align: center;
  color: white;
}
/* /////////////// consultation-container ////////////////// */
.consultation-container {
  background-color: #c79e52;
  padding: 50px 20px;
  text-align: center;
  color: #0c1f36;
}
.highliht {
  color: white;
  background-color: #0c1f36;
  font-family: "Roboto Condensed", sans-serif;
  font-style: oblique;
  border-radius: 30px;
  padding: 5px 20px;
}
.getstartedbuttonbody {
  display: flex;
  justify-content: center;
  font-family: "Hanuman", serif;
  font-size: 25px;
  }
.getstarted-button {
  align-content: center;
  /* padding-top: 20px; */
}
.getstarted-button a {
  padding: 5px 20px;
  background-color: #0c1f36;
  color: white;
  text-decoration: none;
  border: 2px solid white;
  /* box-shadow: 3px 3px #556272;   */
  border-radius: 30px;
}
.getstarted-button a:hover {
  background-color: #000000;
  color: white;
  cursor: pointer;
  border-radius: 50px;
}
.getstarted-button a:active {
  background-color: black;
  border-radius: 50px;
}
/* /////////////// yogabio-container /////javitva///////////// */
.yogabio-wrapper {
  display: flex;
  background-image: url("./pic/mandala-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  gap: 40px;
}
.ybioimg-wrapper {
  display: flex;
  justify-content: center;
  align-self: center;
 }
.yogabio-wrapper img {
  width: 500px;
  height: 310px;
  border-radius: 30px;
  filter: drop-shadow(rgba(0, 0, 0, 0.781) 1rem 1rem 10px);
}
.floating-img {
  z-index: 1;
  margin-top: 260px;
  margin-left: -240px;
 }
.yogabio-text {
  background-color: rgba(246, 251, 252, 0.811);
  border-radius: 30px;
  text-align: justify;
  text-wrap: pretty;
  padding: 20px;
  margin: 200px 50px;
}
@media (max-width: 1000px) {
  .yogabio-wrapper {
    flex-direction: column;
    padding: 0px;
  }
  .ybioimg-wrapper {
    padding-top: 50px;
  }
  .yogabio-text {
    border-radius: 0px;
    padding: 50px 100px;
    margin: 0;
  }
}
/* ////////////////////////////////////////CLASS-container//////// */
.class-wrapper {
  background-color: black;
  display: block;
  color: white;
  text-align: center;
  padding: 20px;
}
.classicon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 50px;
}
.classicon-wrapper a {
  text-decoration: none;
  color: white;
}
.classicon-wrapper a:active {
  color: grey;
}
.classicon-wrapper img {
  /* width: 300px; */
  height: 300px;
  border-radius: 30px;
  /* object-fit: fill; */
  /* object-fit: contain; */
}
.classicon-wrapper img:hover {
  transform: scale(1.2);
}
/* /////////////////////////////////////////Prsonal training in the gym */
.pt-wrapper {
  display: flex;
  background-color: #000000;
 }
  .pt-content {
     display: flex;
     padding-bottom: 50px;
  }
  .pt-content1 {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 50px;
  }
.pt-text-background {
  background-image: url("./pic/b&w.jpg");
  margin-right: 50px;
  }
.pt-text-background1 {
  background-image: url("./pic/b&w.jpg");
  margin-left: 50px;
}
.pt-text {
  text-align: justify;
  padding: 43px;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.51);
  }
.pt-buttons {
  display: flex;
  justify-content: space-evenly;
}
.pt-wrapper img,
.pt-wrapper1 img {
  height: 650px;
  }
  .media-pttext {
    display: none;
  }
@media (max-width: 1000px) {
  .pt-content, .pt-content1 {
    flex-direction: column;
  }
  .pt-content1 img {
    float: right;
  }
  .pt-text-background, .pt-text-background1 {
    margin: 0;
  }
  .pt-img-wrapper {
    display: flex;
  }
  .media-pttext {
    display: block;
    padding-top: 200px;
        text-align: center;
        color: white;
      }
}
/* //////////////////////////////////////////////YogaHoliday */
.yogaholiday-wrapper {
  background-image: url("./pic/blueback.jpg");
  display: flex;
  flex-direction: column;
  padding: 50px;
}
.yogaholiday-wrapper img {
  width: 800px;
}
.yogaholidaytext1 {
  padding: 50px;
  margin-top: 100px;
}
.yogaholidaytext2 {
  background-color: #a6a6a6;
  z-index: 1;
  padding: 50px 20px;
  margin: 100px -280px 100px 0px;
}
/* Relative positioning: This is very similar to static positioning, except that once the positioned element has taken its place in the normal flow, you can then modify its final position, including making it overlap other elements on the page. */
/* modify the element's position? You need to use the top, bottom, left, and right properties */
@media (max-width: 1000px) {
  .yogaholiday-card1 {
    flex-direction: column;
    text-align: center;
    color: white;
  }
  .yogaholidaytext1 {
    padding: 0px;
    margin-top: 0px;
  }
  .yogaholiday-card2 {
    flex-direction: column;
    text-align: center;
  }
  .yogaholidaytext2 {
    color: white;
    background-color: #0651a100;
    padding: 0px;
    margin: 20px 20px;
  }
}
.training-card {
  display: flex;
  width:33%;
  flex-direction: column;
}
.training-card img {
  width:100%
}
@media (max-width: 1000px) {
  .training-card {
    width: 100%; 
  }
 
}

/* --------------YOGA CLASS-------------- */
.class-discription-text {
  text-align: justify;
  padding: 40px;
  margin-top: 250px;
}
.xl-text {
  color: #5a94ba;
  text-shadow: 3px 3px 4px rgb(5, 5, 5);
}
.xl-text > div{
  position: absolute;
  z-index: 1;
  justify-self: anchor-center;
}
.xl-text h2{
  font-size: 10vw;
  }
.matimg-wrapper {
  display: flex;
  background-image: url("./pic/blue_mat.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

@media (max-width: 1000px) {
  .xl-text > div {
    position: relative;
  }
  .class-discription-text {
    margin-top: 0;
  }
  .matimg-wrapper {
    height: 500px;
  }
 }

/* group-personal-trainin-sessions */
.groupclass-text {
  text-align: justify;
  padding: 40px;
  margin-top: 250px;
}
@media (max-width: 1000px) {
  .groupclass-text {
    margin-top: 0;
  }
  .groupcard-wrapper{
    flex-direction: column;
  }
  .golditem-card-wrapper {
    flex-direction: column;
    justify-self: center;
    }
  }

/* ////////////////////////////////////////legal-conact-wrapper/////////////////// */

.legal-conact-wrapper {
  background-image: url("./pic/darkblueback.jpg");
  display: flex;
  flex-grow: 2;
  gap: 50px;
  padding: 50px;
  text-align: left;
  color: white;
}
.legalcard {
  width: 30%;
}
.legalcard a {
  color: white;
  text-decoration: none;
}
.legalcard li {
  list-style: none;
  margin-bottom: 10px;
  margin-left: -40px;
}
.contacticonlinks {
  display: flex;
  gap: 10px;
}
.contacticonlinks img {
  width: 50px;
  height: 50px;
}
.contactinfo {
  font-weight: 500;
  font-style: oblique;
  font-family: "Roboto Condensed", sans-serif;
}

/* ////////////////////////////////////////FOOTER/////////////////// */
footer {
  background-color: #1B405E;
  text-align: center;
  padding: 10px;
  color: white;
}