@font-face {
  font-family: 'PERTILI';
  src: url('/fonts/PERTILI.ttf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
  margin: 0;
  font-size: 18px;
  overflow-x: hidden;
}

/* ****************************************** */
/* ****************************************** */
/* | company clients */
/* ****************************************** */

.client-logo {
  margin: 7px;
  width: 150px;
  height: auto;
}

/* ****************************************** */
/* ****************************************** */
/* | hero slide */
/* ****************************************** */
.mySlides {
  display: none;
  height: 95vh;
  background-color: rgba(0, 0, 0, 0.808);
}
.main-logo {
  width: 350px;

}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 95vh;
  position: relative;
  margin: auto;
}
.star {
  width: 15px;
  height: 15px;
  margin: 2.5px;
}
.starline {
  border-bottom: 2px solid rgb(255, 196, 0);
  width: 90px;
}
.nowrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 10px;
  margin-bottom: 20px;
}
.mySlides-pic {
  /* vertical-align: middle; */
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: opacity(60%);
}
/* Caption text */
.text {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 60%;
  margin: 17% 0% 15% 20%;
  justify-content: center;
  text-align: center;
}

.text p {
  margin: 20px 20px 50px 0px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  user-select: none;
  background-color: rgba(24, 24, 24, 0.329);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;

  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(26, 26, 26);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* .active, */
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* ****************************************** */

/* ****************************************** */
/* | Slider of testimonial */
/* ****************************************** */
@import url(https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);

/* * {
  margin:0;
  padding:0;
} */

.slider {
  height: auto;
  padding: 20px;
  color: #575757;
  position: relative;
}

.wrapper {
  width: 100%;
  height: 100%;
  /* background: #95a5a6; */
}

/* slide module wrapper */
.testimonial {
  top: 10%;
  /* transform: translateY(-20%); */
}

.testimonial .testimonial-ul {
  height: 250px;
  list-style: none;
  margin: 0 auto;
  width: 50%;
  position: relative;
  /*border-top:5px solid #ffffff;*/
  border-bottom: 5px solid #575757;
  overflow: hidden;
}

/* slides */
.testimonial-slide {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.testimonial-slide.active {
  z-index: 2;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  -webkit-backface-visibility: hidden;
}

/******* text  ***/
.testimonial p {
  font-family: 'lato';
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

/******* quotes  ***/
.testimonial:before {
  content: '\201C';
  display: block;
  font-size: 150px;
  line-height: 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 35px;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.top-left {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 5px;
  width: 44%;
  background: #575757;
  margin-right: 10px;
}

.top-right {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 5px;
  width: 44%;
  background: #575757;
  margin-left: 10px;
}

/********* dots */
.dots-wrapper {
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  list-style: none;
  text-align: center;
}

.dots-wrapper li {
  position: relative;
  width: 14px;
  height: 14px;
  background: #131313;
  border-radius: 100%;
  display: inline-block;
  margin-right: 7px;
  cursor: pointer;
  overflow: hidden;
}

.dots-wrapper li:last-child {
  margin-right: 0;
}

.dots-wrapper li:hover {
  background: #bdc3c7;
}

.dots-wrapper li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #646464;
  top: 0;
  left: 0;
  /*opacity:0;
  transition: all .15s ease-in-out;*/
  /*zoom in*/
  /*
  transform:scale(0);
  transition:all .3s ease-in-out;
  */
  /*slide up*/
  transform: translateY(15px);
  transition: all 0.1s ease-out;
  -webkit-backface-visibility: hidden;
}

.dots-wrapper li.active:after {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  /*opacity:1;*/
  /*zoom in*/
  /*transform:scale(1);*/
  /*slide up*/
  transform: translateY(0px);
}

/******* transitions */
.js-reset-left {
  left: auto;
}

.testimonial-slide.left {
  left: -100%;
  right: auto;
}

.testimonial-slide.right {
  right: -100%;
  left: auto;
}

.transition .testimonial-slide.left {
  left: 0%;
}
.transition .testimonial-slide.right {
  right: 0%;
}

.transition .testimonial-slide.shift-right {
  right: 100%;
  left: auto;
}
.transition .testimonial-slide.shift-left {
  left: 100%;
  right: auto;
}

.transition .testimonial-slide {
  transition-property: right, left, margin;
}

/********* media queries ******/

/***** mobile */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .testimonial p {
    font-size: 0.9em;
  }
  .testimonial .testimonial-ul {
    width: 93%;
  }
  .top-left {
    width: 30%;
  }
  .top-right {
    width: 30%;
  }
  .map {
    padding: 15px;
    width: 100%;
  }
  .form-container {
    padding: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffff;
  }
}

/***** tablet */
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .testimonial p {
    font-size: 1.2em;
  }
  .testimonial .testimonial-ul {
    width: 80%;
  }
  .top-left {
    width: 40%;
  }
  .top-right {
    width: 40%;
  }
  .testimonial:before {
    font-size: 150px;
  }
  .map {
    padding: 15px;
    width: 50%;
  }
  .form-container {
    padding: 15px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffff;
  }
  .text {
    color: #f2f2f2;
    padding: 8px 12px;
    position: absolute;
    /* bottom: 8px; */
    width: 60%;
    /* margin: 17% 0% 15% 20%; */
    text-align: center;
  }
  .container40 {
    width: 100%;
    padding: 2px;
  }
  .container60 {
    width: 100%;
    padding: 2px;
  }
  .container90 {
    width: 100%;
    padding: 2px;
  }

  .right {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    margin: -250px -190px 0 0;
    padding: 10px;
  }
  .right2 {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    margin: 0px -10px 0 0;
    padding: 10px;
  }
  .side-text2 {
    color: white;
    font-size: 70px;
    margin: 30px 0px 0px 30px;
    transform: rotate(-0deg);
  }
  .col-2 {
    width: 100%;
  }
}
/* ****************************************** */

/* ****************************************** */
/* | Common*/
/* ****************************************** */
:root {
  --prgc-main: rgb(226, 173, 0);
  --prgc-arrow: rgb(255, 196, 0);
  --prgc-arrow2: rgb(128, 128, 128);
  --prgc-line: rgb(128 128 128 / 30%);
}

h1 {
  font-size: 45px;
  font-family: 'PERTILI';
  text-shadow: 2px 2px 2px #131313;
}
h1 span {
  font-size: 65px;
  margin: 25px 0px 0px -25px;
}

h2 {
  font-size: 35px;
  margin: 20px 20px 20px 00px;
}
h3 {
  font-size: 25px;
}
.overlay {
  width: 100%;
  height: 85vh;
  background: linear-gradient(rgba(0, 0, 0, 0.521), rgba(0, 0, 0, 0.521));
  position: absolute;
  top: 0;
}

.left-align {
  text-align: left;
}
.container {
  width: 100%;
  padding: 20px;
}
.container80 {
  width: 80%;
}
.container90 {
  width: 90%;
  /* background-color: aqua; */
}
.col-2 {
  width: 50%;
  padding: 10px;
}
.col-2 p {
  color: #5f5f5f;
}
.col-2 img {
  width: 100%;
  height: auto;
}
.col-2 ul li {
  margin-left: 2rem;
}
.col-3 {
  width: 33%;
  padding: 10px;
}
.col-4 {
  width: 25%;
  padding: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.space {
  margin-top: 1rem;
}

.row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.y-video {
  width: 320px;
  height: 225px;
  margin: 10px;
}

.fitness h4 {
  margin-bottom: -10px;
}
.justify {
  display: flex;
  justify-content: space-evenly;
}
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.centered-text {
  text-align: center;
}
.breaker {
  margin-top: 3rem;
}
.std-btn {
  text-decoration: none;
  width: 500px;
  padding: 10px;
  margin: 10px;
  border-radius: 2px;
  color: white;
  background-color: var(--prgc-main);
  transition: 0.2s ease-in-out;
}
.std-btn:hover {
  background-color: var(--prgc-arrow);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.699);
  transition: 0.2s ease-in-out;
}

/* !back to top  */

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 80px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--prgc-line);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: '🡡';
  text-align: center;
  line-height: 46px;
  color: var(--prgc-main);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  content: '🡡';
  text-align: center;
  line-height: 46px;
  opacity: 0;
  background-image: linear-gradient(
    298deg,
    var(--prgc-arrow),
    var(--prgc-arrow2)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--prgc-main);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* !back to top End  */
/* ****************************************** */

/* ****************************************** */
/*  | Index */
/* ****************************************** */
.service-card {
  width: 180px;
  margin: 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 2px #1c1c1d33;
  padding-bottom: 5px;
  transition: ease-in-out 0.2s;
}

.service-card:hover {
  box-shadow: 0px 3px 4px #13141852;
}

.service-card img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0px 0px;
}

/* ****************************************** */
/* ****************************************** */
/* | About Us */
/* ****************************************** */
.about-banner {
  background-image: url('/img/finance.png');
}
.intro {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.description {
  min-height: 200px;
  width: 100%;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.description p {
  margin-top: 20px;
  color: #5f5f5f;
}
.container40 {
  width: 40%;
  /* background-color: rgb(179, 161, 123); */
}
.container60 {
  width: 60%;
  /* background-color: rgb(179, 123, 170); */
}
.left {
  width: 30%;
  height: 300px;
  max-width: 450px;
  min-width: 350px;
  background-color: rgb(123, 179, 131);
  border-radius: 8px;
}

.right {
  width: 100%;
  max-width: 650px;
  min-width: 350px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -200px;
  padding: 10px;
}

.side-text {
  color: white;
  font-size: 120px;
  margin: 240px -10px 0px 50px;
  transform: rotate(-90deg);
}
.right img {
  width: 100%;
  height: auto;
  min-width: 450px;
  box-shadow: 3px 5px 8px rgba(87, 87, 87, 0.685);
}
/* ****************** */
.left2 {
  width: 30%;
  height: 400px;
  max-width: 450px;
  min-width: 300px;
  background-color: rgb(228, 178, 42);
  border-radius: 8px;
}

.right2 {
  width: 100%;
  max-width: 650px;
  min-width: 350px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -275px;
  padding: 10px;
}

.side-text2 {
  color: white;
  font-size: 70px;
  margin: 30px -30px 0px -250px;
  transform: rotate(-90deg);
}
.right2 img {
  width: 100%;
  height: auto;
  max-width: 400px;
  /* min-width: 450px; */
  box-shadow: 3px 5px 8px rgba(87, 87, 87, 0.685);
}

/* **************** */

.left3 {
  width: 40%;
  height: 500px;
  background: url('/img/Family_Constellation.jpg') no-repeat center / cover;
  border-radius: 8px;
}

.right3 {
  width: 50%;
  height: auto;
  background-color: #f7f7f7;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-left: -70px;
  padding: 30px;
  color: rgb(39, 39, 39);
  box-shadow: 1px 2px 8px #777;
}
.right3 p {
  color: #5f5f5f;
  margin: 20px 0px 20px;
}
.up1 {
  margin-top: 1.5%;
}
.up2 {
  margin-top: 2%;
}
.up4 {
  margin-top: 4%;
}
.up8 {
  margin-top: 8%;
}

.left4 {
  width: 50%;
  height: 480px;
  background: url('/img/Coaching2.jpg') no-repeat center / cover;
  border-radius: 8px;
}

.right4 {
  width: 45%;
  height: auto;
  background-color: #f7f7f7;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-left: -150px;
  padding: 35px;
  color: rgba(39, 39, 39, 0.822);
  box-shadow: 1px 2px 8px #777;
}

.right4 p {
  color: #5f5f5f;
  margin: 20px 0px 20px;
}

.left5 img {
  width: 100%;
  min-height: 440px;
  max-height: 540px;
  border-radius: 8px;
}

.right5 {
  width: 45%;
  height: auto;
  max-height: 450px;
  background-color: #f7f7f7;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-left: -150px;
  padding: 30px;
  color: rgb(39, 39, 39);
  box-shadow: 1px 2px 8px #777;
}

.right5 p {
  color: #5f5f5f;
  margin: 20px 0px 20px;
}

.background {
  height: 85vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ****************************************** */
/********************************************************/
/* | Fitness page */
/********************************************************/

.card-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: space-evenly;
  -webkit-justify-content: center;
}

.card--4 .card__img,
.card--4 .card__img--hover {
  background-image: url('/img/IMG-20220908-WA0049.jpg');
}

.card--5 .card__img,
.card--5 .card__img--hover {
  background-image: url('/img/IMG-20220908-WA0035.jpg');
}

.card--6 .card__img,
.card--6 .card__img--hover {
  background-image: url('/img/IMG-20220908-WA0048.jpg');
}

.card--7 .card__img,
.card--7 .card__img--hover {
  background-image: url('/img/IMG-20220908-WA0017.jpg');
}

.card--8 .card__img,
.card--8 .card__img--hover {
  background-image: url('/img/IMG-20220908-WA0037.jpg');
}

.card--9 .card__img,
.card--9 .card__img--hover {
  background-image: url('/img/IMG-20220908-WA0023.jpg');
}
/* ************************** */
/* zumba pole & areal */

.card--1 .card__img,
.card--1 .card__img--hover {
  background-image: url('/img/IMG-20220908-WA0030.jpg');
}

.card--2 .card__img,
.card--2 .card__img--hover {
  background-image: url('/img/IMG-20220908-WA0017.jpg');
}

.card--3 .card__img,
.card--3 .card__img--hover {
  background-image: url('/img/IMG-20220908-WA0036.jpg');
}

/* ************************** */
.card__like {
  width: 18px;
}

.card__clock {
  width: 15px;
  vertical-align: middle;
  fill: #ad7d52;
}
.card__time {
  font-size: 12px;
  color: #ad7d52;
  vertical-align: middle;
  margin-left: 5px;
}

.card__clock-info {
  float: right;
}

.card__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 140px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card__info-hover {
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 130px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
}
.mini-card {
  margin: 8px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  min-width: 220px;
  height: 220px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
}
.mini-card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.1, 1.1);
}

.card__info {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 5px 5px 14px 20px;
  transition: 0.3s ease-in-out;
}

.card__category {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #868686;
}

.card__by {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.card__author {
  font-weight: 600;
  text-decoration: none;
  color: #ad7d52;
}

.mini-card:hover .card__img--hover {
  height: 100%;
  opacity: 0.3;
}

.mini-card:hover .card__info {
  background-color: transparent;
  position: relative;
  margin-top: -30px;
  transition: 0.3s ease-in-out;
}

.mini-card:hover .card__info-hover {
  opacity: 1;
}
/********************************************************/
/* | Contact Page */
/* ****************************************** */
/* ! Contact Page */
.contact-container h2 {
  text-align: center;
  margin-top: 4rem;
}
.contact-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.form-container {
  padding: 15px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffff;
}
.map {
  padding: 15px;
  width: 50%;
}
.company-map {
  width: 100%;
  height: 100%;
}

form {
  width: 70%;
  padding: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-container .single-form {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}
.form-container .single-form input,
.form-container .single-form textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 0.11px solid grey;
  border-radius: 4px;
}

.form-container .single-form input:focus + label,
.form-container .single-form input:valid + label,
.form-container .single-form textarea:focus + label,
.form-container .single-form textarea:valid + label {
  color: var(--prgc-main);
  font-size: 0.9rem;
  font-weight: bold;
  top: -10px;
}

.form-container .single-form input:focus + label:after,
.form-container .single-form input:valid + label:after,
.form-container .single-form textarea:focus + label:after,
.form-container .single-form textarea:valid + label:after {
  content: ':';
}
.form-container .single-form textarea {
  height: 120px;
}

.form-container label {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #777;
  font-size: 0.9rem;
  background: #fff;
  transition: ease-in-out 0.2s;
}

button[id='submit'] {
  position: relative;
  padding: 8px 16px;
  background: var(--prgc-main);
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 1.5rem;
}
button[id='submit']:active {
  position: relative;
  padding: 8px 16px;
  background: var(--prgc-main);
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}
.btn__text {
  font: bold;
  color: white;
  transition: all 0.2s;
}
.file-upload {
  background-color: F5F5F5;
  border: 0.11px solid rgb(161, 161, 161);
  border-radius: 4px;
  margin: -0.5px;
  width: 100%;
  color: black;
}
.form-control {
  color: black;
  width: 100%;
  border: 0.11px solid grey;
}

.alert {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: var(--prgc-main);
  color: white;
  margin-bottom: 10px;
  display: none;
}
/* ! contact Page End*/
/* ****************************************** */
/* ****************************************** */
/* ****************************************** */

.mid-section {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section p {
  color: #5f5f5f;
}
/********************************************************/
/* | Footer */
/********************************************************/
.foot-border {
  border-bottom: 3px solid var(--prgc-main);
  width: 100%;
  margin-bottom: 2px;
  margin-top: 4rem;
}

footer {
  background-color: rgb(37, 37, 37);
  padding: 2rem 0 2rem 0;
  color: white;
}

footer .row,
.col-3 .row {
  justify-content: space-evenly;
  text-align: center;
}

footer ul li {
  list-style: none;
  line-height: 23px;
}

.justify {
  justify-content: space-evenly;
}

footer ul li a {
  text-decoration: none;
  color: #adadad;
}

footer ul li a:hover {
  text-decoration: none;
  text-shadow: 1px 2px 2px black;
}

.developer {
  margin: 20px 0 10px 0;
}

.developer a {
  text-decoration: none;
  color: white;
}

.developer a:hover {
  text-decoration: none;
  color: white;
  text-shadow: 1px 2px 2px black;
}

.col-3 ul li a img {
  height: 40px;
}
.col-3 h3 {
  margin-bottom: 1rem;
  font-family: 'PERTILI';
}
.col-3 ul li a:hover {
  color: var(--prgc-main);
  transition: ease-in-out 0.2s;
}
.developer p a:hover {
  color: var(--prgc-main);
  transition: ease-in-out 0.2s;
}

/* !fOOTER eND */
/********************************************************/
/* On smaller screens, decrease text size */
/* @media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
} */

@media only screen and (max-width: 760px) {
  body {
    margin: 0;
    overflow-x: hidden;
  }
  h1 {
    font-size: 30px;
  }

  .mySlides {
    display: none;
    height: 50vh;
    background-color: black;
  }

  /* Slideshow container */
  .slideshow-container {
    width: 100%;
    height: 50vh;
    position: relative;
    margin: auto;
  }

  .text {
    color: #f2f2f2;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 95%;
    margin: 7% 0% 7% 5%;
    /* text-align: center; */
  }
  .container80 {
    width: 100%;
    padding: 5px;
  }
  .container40 {
    width: 100%;
    /* padding: 5px; */
  }
  .container60 {
    width: 100%;
    /* padding: 5px; */
  }
  .container90 {
    width: 100%;
    padding: 5px;
  }
  .description {
    /* min-height: 200px; */
    width: 100%;
    margin-top: 8px;
    align-items: center;
    justify-content: center;
    /* background-color: aquamarine; */
    padding: 5px;
  }
  .container60 {
    flex-direction: column;
  }
  .intro {
    flex-direction: column;
  }
  .left {
    width: 100%;
    height: 400px;
    background: url('/img/Pattern.png') no-repeat center / cover;
    border-radius: 8px;
  }

  .right {
    width: 100%;
    height: auto;
    /* background: url('') no-repeat center / cover; */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    margin-top: -450px;
    padding: 10px;
  }

  .right img {
    height: 100%;
    max-width: 355px;
    min-width: 350px;
    box-shadow: 3px 5px 8px rgba(87, 87, 87, 0.685);
  }
  .side-text {
    color: white;
    font-size: 120px;
    margin: 230px -30px 0px 180px;
    transform: rotate(-90deg);
  }
  .side-text2 {
    color: white;
    font-size: 70px;
    margin: 0px 0px 0px 30px;
    transform: rotate(-0deg);
  }
  .left2 {
    width: 100%;
    height: 350px;
    border-radius: 8px;
  }

  .right2 {
    width: 95%;
    height: auto;

    border-radius: 8px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 5px;
    margin-top: -250px;
    padding: 10px;
    color: rgb(39, 39, 39);
  }

  .right2 p {
    color: #5f5f5f;
    margin: 20px 0px 20px;
  }
  .left3 {
    width: 100%;
    height: 500px;
    background: url('https://images.unsplash.com/photo-1573164574572-cb89e39749b4?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1469&q=80')
      no-repeat center / cover;
    border-radius: 8px;
  }

  .right3 {
    width: 95%;
    height: auto;
    background-color: #f7f7f7;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    margin: 5px;
    margin-top: -150px;
    padding: 10px;
    color: rgb(39, 39, 39);
    box-shadow: 1px 2px 8px #777;
  }
  .right3 p {
    color: #5f5f5f;
    margin: 20px 0px 20px;
  }
  .left4 {
    width: 100%;
    height: 350px;
    background: url('/img/Specialised_Kinesiology.jpg') no-repeat center / cover;
    border-radius: 8px;
  }

  .right4 {
    width: 95%;
    height: auto;
    background-color: #f7f7f7;
    border-radius: 8px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 5px;
    margin-top: -150px;
    padding: 10px;
    color: rgb(39, 39, 39);
    box-shadow: 1px 2px 8px #777;
  }
  .left5 {
    width: 100%;
    height: 350px;
    background: url('/img/virtual.png') no-repeat center / cover;
    border-radius: 8px;
  }

  .right5 {
    width: 95%;
    height: auto;
    background-color: #f7f7f7;
    border-radius: 8px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 5px;
    margin-top: -150px;
    padding: 10px;
    color: rgb(39, 39, 39);
    box-shadow: 1px 2px 8px #777;
  }

  .right2 p {
    color: #5f5f5f;
    margin: 20px 0px 20px;
  }

  .container {
    width: 100%;
    padding: 5px;
  }

  .col-3 {
    width: 100%;
    padding: 5px;
  }
  .col-4 {
    width: 100%;
    padding: 5px;
  }

  .main-logo {
    width: 250px;
    padding-top: 15%;
  }
  .map {
    padding: 15px;
    width: 100%;
  }
  .form-container {
    padding: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffff;
  }
}

@media only screen and (max-width: 1250px) {
  .col-2 {
    width: 100%;
    max-width: 734px;
    padding: 5px;
  }
}
@media only screen and (min-width: 1920px) {
  .side-text {
    color: white;
    font-size: 120px;
    margin: 230px -10px 0px 180px;
    transform: rotate(-90deg);
  }
}

.mid-section {
  max-width: 1600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.my-logo {
  width: 100%;
  margin-top: -13px;
}
/* gallery */

#gallery {
  padding-top: 60px;

}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin: 15px;
}
.img-wrapper img {
  width: 250px;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 250px;
  height: 189px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 1em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 1em;
  }
}

#prevButton {
  color: #fff;
  font-size: 1em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 1em;
  }
}

#exitButton {
  display: none;
  color: #fff;
  font-size: 1em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}