header {
  background: #0099FF;
  width: 100%;
  /*height: 80px;*/
  padding: 20px 0px;
  position: relative;
}

@media (max-width: 768px) {
  header {
    background: #0099FF;
    width: 100%;
    height: initial !important;
    padding: 20px 0px;
    position: relative;
  }
}

.custom-text-color {
  color: #0099FF;
}

.custom-link {
  text-decoration: none;
}

.header-link {
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 2px;
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: 500;
  /*position: absolute;*/
  right: 10px;
  color: #0099ff !important;
}

@media (max-width: 768px) {
  .header-link {
    position: relative;
    right: 0px;
  }
}

.hero-section {
  background-image: url("../../assets/img/pexels-photo-210835.jpeg");
  padding: 180px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-section-content h1 {
  font-family: 'ZCOOL XiaoWei';
  font-size: 52px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 20px;
}

hr {
  width: 100px;
  height: 3px;
  border-top: 3px solid #ffffff;
  opacity: 1;
}

.hero-section-content p {
  color: #ffffff;
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 30px;
  padding-top: 20px;
}

.second-section {
  background-image: url("../../assets/img/bg_memphis_3.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

@media (max-width: 768px) {
  .second-section {
    padding: 30px 0px;
  }
}

#overly {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.5;
  /*z-index: 0;*/
}

.icon-div {
  /*margin: auto;*/
  text-align: center;
  padding-bottom: 20px;
}

.heading-description-div h1 {
  font-family: 'Poppins';
  font-size: 24px;
  text-align: center;
}

.heading-description-div p {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding-top: 20px;
}

.second-section-div-content {
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #0099ff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  background: #ffffff;
  padding: 40px 25px;
}

.third-section {
  background-image: url("../../assets/img/beautiful-six-string-electric-guitar-against-dark-background-space-for-text.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  background-position: right top;
}

@media (max-width: 768px) {
  .third-section {
    padding: 50px 0px;
  }
}

.third-section-subtitle {
  font-family: 'Satisfy';
  color: #0099ff;
  font-size: 20px;
  font-weight: 500;
}

.third-section-title {
  font-family: 'ZCOOL XiaoWei';
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  padding: 20px 0px;
}

.third-section-contents p {
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.fourth-section {
  background-image: url("../../assets/img/black-electric-guitar-on-dark-background-m-k-miller.jpg");
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 50px;
  background-position: center left;
  background-color: #000000;
  position: relative;
}

@media (max-width: 768px) {
  .fourth-section {
    padding: 50px 0px;
  }
}

.fourth-section-contents p {
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.section-how-it-works {
  padding: 100px 0px;
}

@media (max-width: 768px) {
  .section-how-it-works {
    padding: 50px 0px;
  }
}

.title-paragraph h1 {
  font-family: 'Poppins';
  font-size: 24px;
  text-align: right;
}

.title-paragraph p {
  font-family: 'Poppins';
  font-size: 15px;
  text-align: right;
  color: #000000;
}

.first-row-contents {
  display: flex;
}

.icon-div h1 {
  color: #ffffff;
  background: #0099ff;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  margin-left: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (min-width: 768px) {
  .space-divider {
    height: 180px;
  }
}

.second-row-contents a {
  background: #0099ff;
  color: #ffffff;
  padding: 15px 30px;
  font-family: 'Poppins';
  font-weight: 400;
  border-radius: 30px;
  text-align: center;
  margin-top: 30px !important;
}

.second-row-contents {
  text-align: center;
}

.contact-section {
  padding: 100px 0px;
  background: #F7F7F7;
}

@media (max-width: 768px) {
  .contact-section {
    padding: 50px 0px;
    background: #F7F7F7;
  }
}

.form-div h5 {
  color: #0099ff;
}

.form-div {
  text-align: center;
  display: block;
}

.form-div p {
  font-family: 'Poppins';
  font-size: 15px;
  letter-spacing: 1.6px;
  padding: 10px 0px;
}

.form-div svg {
  color: #0099ff;
  padding-bottom: 10px;
}

.form-div a {
  color: #000000;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.form-column {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 30px 10px;
  /*margin: 10px;*/
  width: 100%;
  height: 100%;
}

.contact-form-img {
  background-image: url("../../assets/img/pexels-photo-18390139.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.input-div {
  padding: 20px 0px;
}

.input-div h2 {
  font-family: 'ZCOOL XiaoWei';
  font-size: 37px;
  font-weight: 700;
  color: #0099ff;
  margin-bottom: 30px;
  text-align: center;
}

.seventh-section {
  padding: 100px 0px;
}

@media (max-width: 768px) {
  .seventh-section {
    padding: 50px 0px;
  }
}

.prepare-div-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.prepare-div-content img {
  width: 100%;
}

.prepare-div-content h1 {
  font-family: 'ZCOOL XiaoWei';
  font-size: 35px;
  font-weight: 700;
  color: #0099ff;
  padding: 20px 0px;
}

.prepare-div-content h5 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 22px;
}

.prepare-div-content p {
  font-family: 'Poppins';
  font-size: 15px;
  line-height: 30px;
  margin-top: 20px;
}

.practice-div-contents {
  display: flex;
  margin-top: 10px;
}

.practice-div-contents .image {
  width: 145px;
}

.practice-div-contents .image {
  width: 145px;
}

@media (max-width: 768px) {
  .practice-div-contents .image, .practice-div-contents .image img {
    width: 100% !important;
    margin-bottom: 10px;
    height: 250px !important;
  }
}

.inputName{
    font-family: Poppins, sans-serif;
    background: rgba(255,255,255,0);
    margin-right: 10px;
    font-size: 16px;
    color: #666666;
    border-style: solid;
    border-color: rgba(102,102,102,0);
    border-bottom-color: #0099ff;
    border-radius: 0px; 
}
.inputEmail{
    font-family: Poppins, sans-serif;
    background: rgba(255,255,255,0);
    font-size: 16px;
    color: #666666;
    border-style: solid;
    border-color: rgba(102,102,102,0);
    border-bottom-color: #0099ff;
    border-radius: 0px;
}
.inputNumber{
    font-family: Poppins, sans-serif;
    background: rgba(255,255,255,0);
    color: #666666;
    font-size: 16px;
    border-style: solid;
    border-color: rgba(102,102,102,0);
    border-bottom-color: #0099ff;
    border-radius: 0px;
}
.inputLocation{
    font-family: Poppins, sans-serif;
    background: rgba(255,255,255,0);
    color: #666666;
    font-size: 16px;
    border-style: solid;
    border-color: rgba(102,102,102,0);
    border-bottom-color: #0099ff;
    border-radius: 0px;
}
.inputMessage{
    background: rgba(255,255,255,0);
    color: #666666;
    font-size: 16px;
    border-color: rgba(102,102,102,0);
    border-bottom-color: #0099ff;
    border-radius: 0px;
}

.practice-div-contents .image img {
  width: 145px;
  height: 145px;
  object-fit: cover;
}

.practice-div-contents .texts h5 {
  font-family: 'Poppins';
  font-size: 24px;
  margin-top: -5px;
  font-weight: 600;
  margin-top: -5px;
}

.practice-div-contents .texts {
  padding-left: 10px;
}

@media (max-width: 768px) {
  .practice-div-contents .texts {
    padding-left: 0px;
  }
}

.practice-div-contents .texts p {
  letter-spacing: 1.2px;
  font-family: 'Poppins';
}

.seventh-section-des {
  padding: 50px;
  margin-top: 30px;
  border: solid 1px #0099FF;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .seventh-section-des {
    padding: 10px;
    margin-top: 30px;
    border: solid 1px #0099FF;
    border-radius: 5px;
  }
}

.seventh-section-des p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.get-in-touch-section {
  /*padding: 100px 0px;*/
  background: #ffffff;
  position: relative;
  width: 100%;
  /*border-bottom: solid 1px #0099ff;*/
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .get-in-touch-section {
    padding: 50px 0px;
  }
}

.get-in-touch-section::before {
}

.input-div.contact-form-div {
  background: #ffffff;
  z-index: 10;
  max-width: 60%;
  width: 100%;
  /*min-width: 100%;*/
  margin: auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 60px 40px;
}

@media (max-width: 768px) {
  .input-div.contact-form-div {
    padding: 20px 10px;
    min-width: 100%;
  }
}

footer h5 {
  font-family: 'ZCOOL XiaoWei';
  font-size: 21px;
  color: #0099ff;
  font-weight: 600;
  text-align: left;
}

.footer-hr {
  width: 80%;
  border-top: 1px solid #B4B4B4;
}

footer li a {
  font-family: 'Poppins';
  font-size: 15px;
  text-decoration: none;
  color: #000000 !important;
  opacity: 1;
}

@media (max-width: 768px) {
  footer li a {
    text-align: left;
  }
}

footer li a svg {
  margin-right: 10px !important;
  margin: auto 0px;
}

footer li a i {
  margin-right: 10px !important;
  margin: auto 0px;
}

footer li {
  padding: 10px 0px;
}

@media (max-width: 768px) {
  .first-row-contents {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .second-row-contents {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 50px 0px;
  }
}

@media (max-width: 768px) {
  .item {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .practice-div-contents {
    display: block;
  }
}

@media (max-width: 768px) {
  .second-column {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .first-column {
    justify-content: end;
    /*display: flex;*/
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  footer {
    background-image: none !important;
  }
}

footer {
  background-image: url("../../assets/img/bf100sbl_580x.webp");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .copyright p {
    text-align: left !important;
    margin-top: 20px !important;
  }
}

.copyright p {
  text-align: right;
  color: rgb(255,255,255);
  font-size: 10px !important;
  font-family: poppins;
  line-height: 20px;
  letter-spacing: 1.6px;
  margin: auto;
}

.about-hero-section {
  background-image: url("../../assets/img/DexterLessons-6.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.about-icons {
  display: flex;
  column-gap: 20px;
}

.about-icons svg {
  padding: 10px;
  color: #ffffff;
  border-radius: 30px;
}

.icon-facebook {
  font-size: 35px;
  background: #3B5998;
}

.about-hero-contents h2 {
  color: #0099FF;
  font-family: 'ZCOOL XiaoWei';
  font-weight: 700;
  font-size: 48px;
}

.about-hero-contents p {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 30px;
}

.about-hero-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.about-section {
  padding: 90px 0px;
}

@media (max-width: 768px) {
  .about-section {
    padding: 30px 0px;
  }
}

.lets-play-together {
  background-image: url("../../assets/img/pexels-photo-2444860.jpeg");
  background-position: center;
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  position: relative;
}

@media (max-width: 768px) {
  .lets-play-together {
    margin-bottom: 50px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}

.overlay {
  width: 100% !important;
  height: 100%;
  background: #000000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.about-hero-second-div {
  background: #ffffff;
  padding: 50px;
  /*background-image: url("../../assets/img/bg_memphis_3.png");*/
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .about-hero-second-div {
    background: #ffffff;
    padding: 20px;
    /*background-image: url("../../assets/img/bg_memphis_3.png");*/
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .about-hero-second-div {
    margin: 10px;
  }
}

.about-section-first-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-section-first-div h1 {
  font-size: 48px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  border-color: rgb(0,153,255);
  color: rgb(0,153,255);
  font-weight: 700;
  padding-bottom: 20px;
}

.about-section-first-div p {
  font-size: 18px;
  font-family: Poppins, sans-serif;
  line-height: 30px;
  padding-bottom: 20px;
}

.about-section-first-div a {
  color: rgb(255,255,255);
  text-align: center;
  background: #0099ff;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.about-section-second-div {
  background: #0099FF;
  padding: 0px;
  margin-left: -30px;
}

@media (max-width: 768px) {
  .about-section-second-div {
    background: #0099FF;
    padding: 15px;
    margin-left: 0px;
  }
}

.about-section-second-div img {
  width: 100%;
  height: 100%;
  margin-left: 30px;
  margin-top: -30px;
}

@media (max-width: 768px) {
  .about-section-second-div img {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 15px;
    padding: 0px 15px;
  }
}

.lets-play-together h1 {
  color: #0099ff;
  font-size: 48px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.lets-play-together p {
  color: rgb(255,255,255);
  font-size: 18px;
  font-family: Poppins, sans-serif;
  text-align: center;
  line-height: 30px;
}

.about-hero-section-first-div {
  overflow: hidden;
}

@media (max-width: 768px) {
  .about-hero-section-first-div img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-section-first-div div {
    padding-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    left: 0;
    top: 20px;
    display: grid;
    position: relative !important;
  }
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  gap: 20px;
  position: absolute;
  height: 100%;
  right: 0;
  z-index: 10;
}

.nav-menu a {
  color: #ffffff;
  font-family: 'Poppins';
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}

.for-mobile {
  display: none;
}

@media (max-width: 768px) {
  .for-desktop {
  }
}

.for-desktop {
  display: block;
}

@media (max-width: 768px) {
  .for-mobile {
    /*display: none;*/
  }
}

.home-second-col {
  background: #000000b5;
  padding-top: 130px;
  padding-bottom: 130px;
}

.home-hero-second-div-title {
  background: url("../../assets/img/shape_website_graphic-removebg-preview.png") center / contain no-repeat;
  height: 315px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-heading .first-heading {
  color: #0099ff;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}

.hero-heading h2 {
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}

.about-section-of-home {
  background: url("../../assets/img/pexels-photo-210835.jpeg") center / cover no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 30px;
  position: relative;
}

.home-overly {
  background: #000000;
  opacity: 0.50;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.home-about-section-first-col {
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1;
  position: relative;
}

.home-about-section-first-col div {
  background: url("../../assets/img/Eo_circle_light-blue_blank.svg.png") center left / contain no-repeat;
  width: 95%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.home-about-section-first-col div img {
  width: 95%;
  /*position: absolute;*/
  align-items: center;
  justify-content: center;
  display: flex;
}

.home-about-section-second-col {
  z-index: 1;
  display: flex;
  align-items: center;
}

home-about-section-second-col h1 {
}

.home-about-section-second-col h1 {
  color: rgb(255,255,255);
  font-size: 48px;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-weight: bold;
}

.home-about-section-second-col p {
  color: rgb(255,255,255);
  font-size: 18px;
  font-family: Poppins, sans-serif;
  margin-bottom: 30px;
}

.home-about-section-second-col a {
  color: rgb(255,255,255);
  font-family: Poppins, sans-serif;
  padding: 15px 25px;
  background: #0099ff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.brighton-section-of-home {
  background: url("../../assets/img/pexels-photo-2322726.webp") center / cover no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 30px;
  position: relative;
}

.home-about-section-first-col {
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  .contact-section-of-home {
    margin-bottom: 30px;
  }
}

.contact-section-of-home {
  background: url("../../assets/img/pexels-photo-6908492.jpeg") center / cover no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 30px;
  position: relative;
}

.about-section-heading h1 {
  color: rgb(0,153,255);
  text-align: center;
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-weight: bold;
  font-size: 49px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .about-section-heading h1 {
    padding-bottom: 10px;
  }
}

.for-only-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .for-only-mobile {
    display: block !important;
  }
}

@media (min-width: 770px) {
  .for-only-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .for-only-desktop {
    display: none;
  }
}

.find-teather-btn {
  text-align: center;
}

.find-teather-btn a {
  background: #0099ff;
  color: #ffffff;
  padding: 15px 30px;
  font-family: 'Poppins';
  font-weight: 400;
  border-radius: 30px;
  text-align: center;
  margin-top: 30px !important;
}

.about-section-second-row-first-div img {
  width: 103%;
  height: 100%;
  margin-left: -30px !important;
  margin-top: -30px;
}

@media (max-width: 768px) {
  .about-section-second-row-first-div img {
    width: 100%;
    height: 100%;
    margin-left: 0px !important;
    margin-top: 0px;
    padding: 10px 15px;
  }
}

@media (max-width: 768px) {
  .about-section-second-row-first-div {
    margin-left: 0px !important;
  }
}

@media (max-width: 768px) {
  .about-section-second-row-first-div {
    margin-left: 0px !important;
  }
}

.about-section-second-row-first-div {
  background: #0099ff;
  margin-left: 30px;
}

.privacy-policy-section {
  padding: 100px 0px;
}

.privacy-policy-section li {
  font-family: 'Poppins';
  font-size: 18px;
}

.privacy-heading {
  /*text-align: center;*/
  font-family: 'ZCOOL XiaoWei';
  font-size: 48px;
  font-weight: 700;
  color: #0099ff;
}

.privacy-policy-section p {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 30px;
}

.sub-heading {
  /*text-align: center;*/
  font-family: 'ZCOOL XiaoWei';
  font-size: 35px;
  font-weight: 700;
  color: #0099ff;
}

.header-second-column {
}

