body, html {
  background-image: url(../Images/Yoshi-bg.png);
  background-repeat: repeat;
  z-index: -999;
}

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

.navContainer {
  background: rgb(99, 35, 143);
  background: linear-gradient(0deg, rgb(99, 35, 143) 0%, rgb(0, 0, 0) 61%);
  z-index: 999;
}
.navContainer .container {
  display: flex;
  justify-content: space-around;
}
.navContainer .container .mainNav {
  display: flex;
}
.navContainer .container .mainNav .navbar-toggler {
  border: none;
}
.navContainer .container .mainNav .navbar-toggler-icon {
  background-color: rgb(200, 248, 206);
  height: 50px;
  width: 50px;
  filter: invert(100%);
  border: 1px solid rgb(1, 255, 35);
  margin: -10px;
}
.navContainer .container .mainNav .logo img {
  height: 100px;
  width: 200px;
}
.navContainer .container .mainNav li {
  color: white;
  background-color: #63238f;
  /* border: 1px solid red; */
  margin: 10px;
  padding: 0px 15px;
  font-family: "Helvetica Rounded";
  font-size: 15px;
  box-shadow: -5px 5px 0px 0px rgb(255, 0, 255);
}
.navContainer .container .mainNav li:hover {
  background: rgb(117, 1, 108);
}
.navContainer .container .mainNav .navBook {
  background: linear-gradient(90deg, rgb(242, 34, 255) 0%, rgb(255, 41, 117) 100%);
  box-shadow: -5px 5px 0px 0px #9239F5;
}
.navContainer .container .mainNav .navBook:hover {
  background: linear-gradient(90deg, rgb(255, 41, 117) 0%, rgb(255, 144, 31) 100%);
  cursor: pointer;
}

@media (max-width: 1200px) {
  .navContainer .container .mainNav li {
    color: white;
    background-color: #63238f;
    /* border: 1px solid red; */
    margin: 10px;
    padding: 0px 5px;
    font-family: "Helvetica Rounded";
    font-size: 15px;
    box-shadow: -5px 5px 0px 0px rgb(255, 0, 255);
  }
}
@media (max-width: 991px) {
  .navContainer .container .mainNav {
    display: block;
    text-align: center;
  }
}
.fixed-top {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.testimonialsHeading {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonialsHeading h1 {
  font-size: 100px;
  font-weight: bold;
  color: #000000;
  text-shadow: -6px 0px 0px #ff8800;
}

.testimonialsKatakana {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonialsKatakana h1 {
  font-size: 70px;
  color: #FF2975;
  text-shadow: -5px 0px 0px #6e0056;
}

.testimonialMAIN .testimonialsContainer .testimonialLeft {
  background: black;
  height: 150px;
  width: 80%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-shadow: 0px 0px 20px #ff00ff;
}
.testimonialMAIN .testimonialsContainer .testimonialLeft .lineLeft {
  height: 70%;
  width: 1%;
  background: rgb(245, 37, 110);
  box-shadow: 0px 0px 20px #ff00ff;
}
.testimonialMAIN .testimonialsContainer .testimonialLeft img {
  height: 80%;
}
.testimonialMAIN .testimonialsContainer .testimonialLeft p {
  font-size: 27px;
  font-style: italic;
  color: white;
  background-image: linear-gradient(90deg, rgb(255, 41, 117) 30%, rgb(255, 144, 31) 50%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.testimonialMAIN .testimonialsContainer .testimonialRight {
  background: linear-gradient(90deg, rgb(255, 41, 117) 30%, rgb(255, 144, 31) 80%);
  height: 150px;
  width: 80%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-shadow: 0px 0px 20px #ffd665;
}
.testimonialMAIN .testimonialsContainer .testimonialRight .lineRight {
  height: 70%;
  width: 1%;
  background: white;
  box-shadow: 0px 0px 20px #ffd665;
}
.testimonialMAIN .testimonialsContainer .testimonialRight img {
  height: 80%;
}
.testimonialMAIN .testimonialsContainer .testimonialRight p {
  font-size: 27px;
  font-style: italic;
  color: white;
}
.testimonialMAIN .viewMoreContainer {
  height: 200px;
  width: 100%;
  margin-top: 1300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonialMAIN .viewMoreContainer .viewMoreButton {
  height: 60px;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(255, 41, 117) 30%, rgb(255, 144, 31) 80%);
  box-shadow: -10px -10px 0px 0px rgb(140, 30, 255);
}
.testimonialMAIN .viewMoreContainer .viewMoreButton p {
  font-size: 23px;
  font-weight: bold;
  color: white;
  margin: 0;
}

footer {
  height: 300px;
  border-top: 3px solid rgb(255, 255, 255);
  border-top: 3px solid white;
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 130px;
}
footer .footerBG {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .footerBG .footerContactDetails {
  display: inline-block;
  /* border: 1px solid red; */
  margin-right: 100px;
}
footer .footerBG .footerContactDetails svg {
  height: 30px;
  display: inline-block;
  /* border: 1px solid red; */
  margin-right: 10px;
}
footer .footerBG .footerContactDetails p {
  display: inline-block;
  font-size: 15px;
}
footer .footerBG .footerSocialLinks {
  /* border: 1px solid red; */
  display: inline-block;
}
footer .footerBG .footerSocialLinks .backtoTop {
  border: 3px solid white;
  border-radius: 35px;
  height: 60px;
  width: 50%;
  /* font-weight: bold; */
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px;
}
footer .footerBG .footerSocialLinks .backtoTop img {
  height: 40px;
}
footer .footerBG .footerSocialLinks .socialBox {
  border-radius: 15px;
  height: 90px;
  width: 90px;
  display: inline-block;
  margin: 30px 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 80px;
  background: rgb(255, 41, 117);
  background: linear-gradient(90deg, rgb(255, 41, 117) 0%, rgb(255, 144, 31) 100%);
}
footer .footerBG .footerSocialLinks .socialBox img {
  width: 70%;
}

@media (max-width: 991px) {
  .testimonialMAIN .testimonialsContainer .testimonialLeft {
    height: 120px;
  }
  .testimonialMAIN .testimonialsContainer .testimonialLeft img {
    height: 60%;
  }
  .testimonialMAIN .testimonialsContainer .testimonialLeft p {
    font-size: 20px;
  }
  .testimonialMAIN .testimonialsContainer .testimonialRight {
    height: 120px;
  }
  .testimonialMAIN .testimonialsContainer .testimonialRight img {
    height: 60%;
  }
  .testimonialMAIN .testimonialsContainer .testimonialRight p {
    font-size: 20px;
  }
  .viewMoreContainer {
    margin-top: 1100px !important;
  }
}
@media (max-width: 850px) {
  footer {
    height: 400px;
  }
  footer .footerBG {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  footer .footerBG .footerContactDetails {
    margin: 20px;
  }
  footer .footerBG .footerSocialLinks {
    margin: 20px;
  }
  footer .footerBG .footerSocialLinks .backtoTop {
    display: inline;
    margin-right: 20px;
  }
  footer .footerBG .footerSocialLinks .socialBox {
    height: 50px;
    width: 50px;
    line-height: 45px;
    margin: 5px;
  }
  footer .footerBG .footerSocialLinks .socialBox img {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .testimonialsHeading {
    margin-top: 50px;
  }
  .testimonialsHeading h1 {
    font-size: 60px;
  }
  .testimonialsKatakana {
    margin-bottom: 50px;
  }
  .testimonialMAIN .testimonialsContainer .testimonialLeft {
    height: 100px;
    justify-content: space-evenly;
    padding: 10px;
  }
  .testimonialMAIN .testimonialsContainer .testimonialLeft .lineLeft {
    display: none;
  }
  .testimonialMAIN .testimonialsContainer .testimonialLeft img {
    height: 80%;
  }
  .testimonialMAIN .testimonialsContainer .testimonialLeft p {
    font-size: 15px;
    padding: 5px;
  }
  .testimonialMAIN .testimonialsContainer .testimonialRight {
    height: 100px;
    justify-content: space-evenly;
    padding: 10px;
  }
  .testimonialMAIN .testimonialsContainer .testimonialRight .lineRight {
    display: none;
  }
  .testimonialMAIN .testimonialsContainer .testimonialRight img {
    height: 60%;
  }
  .testimonialMAIN .testimonialsContainer .testimonialRight p {
    font-size: 15px;
  }
  .viewMoreContainer {
    margin-top: 800px !important;
  }
  .viewMoreContainer .viewMoreButton {
    width: 40% !important;
  }
}/*# sourceMappingURL=testimonials.css.map */