@font-face {
  font-family: geor;
  src: url(fonts/georgia.ttf);
}

@font-face {
  font-family: avenirB;
  src: url(fonts/AvenirNextLTPro-Bold.otf);
}

@font-face {
  font-family: avenirR;
  src: url(fonts/AvenirNextLTPro-Regular.otf);
}

@font-face {
  font-family: avenirL;
  src: url(fonts/AvenirNextLTPro-It.otf);
}

.avenirR {
  font-family: avenirR !important;
}

.avenirB {
  font-family: avenirB !important;
}

.bg-white {
  background-color: white;
}
.color-red {
  color: red;
}

.text-justi {
  text-align: justify;
}

@media screen and (min-width: 1200px) {
  .size-arr {
    padding: 0 8rem;
  }

  .size-arr2 {
    padding: 0 11rem;
  }

  .size-arr3 {
    padding: 0 5rem;
  }
}

.mtop-1 {
  margin-top: 1.5rem;
}

.mtop-2 {
  margin-top: 1.7rem;
}

.top-3 {
  margin-top: 2rem;
}

.text-deco-none {
  text-decoration: none;
  color: black;
}

.roboto-size {
  color: rgb(82, 80, 80);
  font-size: 1.15em;
}

.dancing-font {
  color: red;
  font-family: "Dancing Script", cursive;
}

.heading-pd {
  font-size: calc(1.5rem + 2vw);
  /* font-family: 'Playfair Display', serif; */
  font-weight: 600;
  color: #000000;
}

.heading-MDD {
  font-size: calc(0.9rem + 3vw);
  /* font-family: 'Playfair Display', serif; */
  font-weight: 600;
  color: #000000;
}

/* Font size Classes*/
.f-1 {
  font-size: 1rem;
}
.f-1-1 {
  font-size: 1.1rem;
}
.f-1-2 {
  font-size: 1.2rem;
}
.f-1-3 {
  font-size: 1.3rem;
}
.f-1-4 {
  font-size: 1.4rem;
}
.f-1-5 {
  font-size: 1.5rem;
}
.f-1-6 {
  font-size: 1.6rem;
}
.f-1-7 {
  font-size: 1.7rem;
}
.f-1-8 {
  font-size: 1.8rem;
}
.f-1-9 {
  font-size: 1.9rem;
}
.f-2 {
  font-size: 2rem;
}
.f-2-1 {
  font-size: 2.1rem;
}
.f-2-2 {
  font-size: 2.2rem;
}
.f-2-3 {
  font-size: 2.3rem;
}
.f-2-4 {
  font-size: 2.4rem;
}
.f-2-5 {
  font-size: 2.5rem;
}
.f-2-6 {
  font-size: 2.6rem;
}
.f-2-7 {
  font-size: 2.7rem;
}
.f-2-8 {
  font-size: 2.8rem;
}
.f-2-9 {
  font-size: 2.9rem;
}
.f-3 {
  font-size: 3rem;
}
.f-3-1 {
  font-size: 3.1rem;
}
.f-3-2 {
  font-size: 3.2rem;
}
.f-3-3 {
  font-size: 3.3rem;
}
.f-3-4 {
  font-size: 3.4rem;
}
.f-3-5 {
  font-size: 3.5rem;
}

@media screen and (max-width: 991px) {
  .f-1 {
    font-size: 0.7rem;
  }
  .f-1-1 {
    font-size: 0.8rem;
  }
  .f-1-2 {
    font-size: 0.9rem;
  }
  .f-1-3 {
    font-size: 0.95rem;
  }
  .f-1-4 {
    font-size: 1rem;
  }
  .f-1-5 {
    font-size: 1.05rem;
  }
  .f-1-6 {
    font-size: 1.1rem;
  }
  .f-1-7 {
    font-size: 1.125rem;
  }
  .f-1-8 {
    font-size: 1.15rem;
  }
  .f-1-9 {
    font-size: 1.175rem;
  }
  .f-2 {
    font-size: 1.2rem;
  }
  .f-2-1 {
    font-size: 1.25rem;
  }
  .f-2-2 {
    font-size: 1.3rem;
  }
  .f-2-3 {
    font-size: 1.35rem;
  }
  .f-2-4 {
    font-size: 1.4rem;
  }
  .f-2-5 {
    font-size: 1.5rem;
  }
  .f-2-6 {
    font-size: 1.6rem;
  }
  .f-2-7 {
    font-size: 1.7rem;
  }
  .f-2-8 {
    font-size: 1.8rem;
  }
  .f-2-9 {
    font-size: 1.9rem;
  }
  .f-3 {
    font-size: 2rem;
  }
  .f-3-1 {
    font-size: 2.1rem;
  }
  .f-3-2 {
    font-size: 2.2rem;
  }
  .f-3-3 {
    font-size: 2.3rem;
  }
  .f-3-4 {
    font-size: 1.9rem;
  }
  .f-3-5 {
    font-size: 2.5rem;
  }

  .m-justify {
    text-align: justify !important;
  }
}

.f-bold {
  font-weight: bold;
}

.d-justify {
  text-align: justify !important;
}

.bach-img {
  /* width: 46%; */
  width: 20%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .bach-img {
    /* width: 46%; */
    width: 50%;
  }
}

.header-page-text {
  text-align: center;
  font-size: calc(1.2rem + 3.7vw);
  font-weight: bold;
  font-style: italic;
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.seeMore a {
  text-decoration: none;
  color: black;
  font-size: 1.25rem;
  transition: 0.2s;
}

.seeMore a:hover {
  color: red;
  font-size: 1.27rem;
}

.img-r {
  width: 100%;
  height: auto;
}

.div-link {
  position: relative;
}

.div-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
}

/* .seeMore h5:hover + .bi-chevron-right{
display: inline-block;
} */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* font-family: avenirR !important; */
}

::selection {
  color: white;
  background-color: red;
}

/* mobile header icon  */
@media only screen and (min-width: 1200px) {
  .carousel-control-next-icon {
    margin-left: 110px !important;
  }

  .carousel-control-prev-icon {
    margin-right: 110px !important;
  }

  #mohead-icon {
    display: none;
  }

  header img {
    height: 75px;
    width: 220px;
    margin: 5px 0px 2px 10vw;
  }

  .bgdblack {
    padding: 7px 0;
  }

  .bgdblack:hover {
    background-color: black;
  }

  .navBactive {
    background-color: black;
  }

  .dropdown-item {
    color: black !important;
    background-color: white;
  }

  .dropdown-menu {
    background-color: unset !important;
    border: none !important;
  }

  .sticky-top {
    top: -10px !important;
  }

  /* navbar */
  #mynavbar {
    display: block;
    background-color: rgb(255, 0, 0);
    padding: 0 10vw 0 10vw;
  }
}

@media only screen and (min-width: 1200px) {
  #navbarSupportedContent ul li a {
    color: white;
    margin: 0 0.6vw;
    font-size: 0.9vw;
    /* font-size: 14px; */
    font-weight: 600;
  }

  #navbar {
    display: block;
    background-color: red;
    padding: 0 6vw 0 9vw;
  }

  #carousel-text-margin {
    margin-bottom: 100px;
  }
}

/* nav dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

@media screen and (max-width: 1199px) {
  #mohead-icon {
    background-color: rgb(0, 0, 0);
    text-align: center;
    padding: 5px 0;
  }

  #mohead-icon a {
    text-decoration: none;
    color: white;
  }

  #mohead-icon i {
    display: inline;
    background-color: red;
    margin: 0 1px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
  }

  #mobile-head-logo {
    height: 57px;
    width: 170px;
    margin: 1px 0px 2px 0vw;
  }

  .mobile-nav-set {
    text-align: center;
    width: 100%;
    background-color: black;
  }

  .bgdblack {
    padding: 7px 0;
  }

  .navBactive {
    background-color: red;
  }

  .dropdown-item {
    color: black !important;
    background-color: white;
  }
}

/* Header */

.mobutton {
  display: none;
}

#menu ul li {
  display: none;
}

.bi-x {
  display: none;
}

.bi-list {
  display: none;
}

header {
  background-color: white;
  display: flex;
  z-index: 90;
  padding-top: 2px;
  padding-bottom: 3px;
  font-family: Arial, Helvetica, sans-serif;
}

.nav-link {
  padding: 0.3rem 0.5rem !important;
}

.dropdown-divider {
  margin: 0.1rem 0 0.3rem 0 !important;
}

.navbar-light .navbar-toggler {
  color: white !important;
}

@media screen and (max-width: 1199px) {
  header {
    background-color: white;
    display: flex;
    z-index: 90;
  }

  header img {
    height: 75px;
    width: 240px;
    margin: 4px 0px 2px 2vw;
  }

  @media screen and (max-width: 991px) {
    header img {
      height: 60px;
      width: 160px;
      margin: 4px 0px 2px 2vw;
    }
  }

  #mynavbar {
    background-color: rgb(255, 255, 255) !important;
    padding: 0px 0px !important;
  }

  .navbar-light .navbar-nav .nav-link {
    color: white !important;
  }

  /* .navbar-light .navbar-nav .nav-link:hover {
    color: red !important;
  } */

  .dropdown-menu {
    padding: 0 0 !important;
    text-align: center !important;

    /* background-color: #00000059 !important; */
    border: none !important;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: white;
}

.social-icon {
  position: absolute;
  right: 10vw;
  top: 26px;
  color: white;
}

.social-icon i {
  display: inline;
  background-color: red;
  color: white;
  margin: 0 1px;
  font-size: 15px;
  border-radius: 50% !important;
  padding: 5px 6px !important;
}

.social-icon a {
  text-decoration: none;
  color: white;
}

.social-icon .num-mail {
  color: black;
  font-size: 17px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.bi-facebook {
  margin-left: 25px !important;
}

.bi-telephone-forward-fill {
  margin-left: 25px !important;
}

@media screen and (max-width: 1200px) {
  #navbar {
    display: none;
  }

  /* .home-pad{
    background-color: rgb(58 55 55);
    padding: 0 0;
  } */
}

#side-offer {
  display: none;
  width: 27px;
  height: auto;
  position: fixed;
  right: 0;
  top: 230px;
  background-color: red;
  border-radius: 5px;
  z-index: 100;
  padding: 20px 2px 5px 2px;
  writing-mode: vertical-lr;
  color: white;
  cursor: pointer;
}

#side-offer2 {
  width: 27px;
  height: auto;
  position: fixed;
  right: 0;
  top: 230px;
  background-color: red;
  border-radius: 5px;
  z-index: 100;
  padding: 20px 2px 5px 2px;
  writing-mode: vertical-lr;
  color: white;
  cursor: pointer;
}

/* Mobile responsive */

@media screen and (max-width: 800px) {
  #mySidenav {
    display: none;
  }

  /* Sticky buttons */
  .mobutton {
    display: flex;
    flex-direction: row;
    position: fixed;
    width: 100%;
    z-index: 95;
    bottom: 0;
    background-color: #00000075;
    padding: 8px;
  }

  .mobutton a i {
    text-decoration: none;
    color: white;
    font-size: 18px;
  }

  .mobutton button {
    background-color: white;
    border: none;
    color: white;
    border-radius: 8px;
  }

  .Mbutton1 {
    flex-basis: 100%;
    margin-right: 9px;
    margin-left: 9px;
    padding: 8px 0;
    border: 2px solid white;
    text-align: center;
    border-radius: 16px;
    background-color: red;
  }

  .Mbutton2 {
    flex-basis: 100%;

    padding: 8px 0;
    border: 2px solid white;
    text-align: center;
    background-color: red;
    border-radius: 16px;
  }

  .Mbutton3 {
    flex-basis: 100%;
    padding: 8px 0;
    border: 2px solid white;
    text-align: center;
    background-color: red;
    border-radius: 16px;
  }

  /* .Mbutton1:hover {
    background-color: green;

  }

  .Mbutton1 button:hover {
    background-color: green;

  } */
  /* .Mbutton2:hover {
    background-color: black;
  }

  .Mbutton2 button:hover {
    background-color: black;
  } */

  /* .Mbutton3:hover {
    background-color: blue;

  }

  .Mbutton3 button:hover {
    background-color: blue;

  } */
}

@media screen and (max-width: 1199px) {
  #menu {
    display: none;

    z-index: 2;
    position: absolute;
    height: 85vh;
    width: 180px;
    top: 62px;
    right: 0px;
    /* transition: all 1s ease; */
    background-color: white;
  }

  #menu ul a {
    text-decoration: none;
    color: red;
    opacity: 0.8;
    padding-left: 5vw;
    font-weight: 600;
  }

  #menu ul a:hover {
    opacity: 1;
  }

  #menu ul li {
    display: block;
    list-style: none;
  }

  .bi-x {
    display: block;
    color: red;
    font-size: 30px;
  }

  .bi-list {
    color: red;
    display: flex;
    align-self: flex-end;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 1;
    font-size: 37px;
    transform: rotate(0deg);
  }

  .social-icon {

    right: 7vw;
    top: 16px;

  }
}

/* ZOOM EFFECT */
.zoom-effect {
  height: 40vw;
  width: 100%;
  position: relative;
}

.zoom-effect2 {
  height: 40vw;
  width: 100%;
  position: relative;
}

.zoom-effect > img {
  height: auto;
  width: 100%;
  -webkit-animation: thing 18s;
  -o-animation: thing 18s;
  animation: thing 18s;
}

@keyframes thing {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

/* zoom in effect */

.zoom-effect2 > img {
  height: auto;
  width: 100%;
  -webkit-animation: thing 18s;
  -o-animation: thing 18s;
  animation: thing2 18s;
}

@keyframes thing2 {
  /* thing is the name*/

  from {
    transform: scale(1.2, 1.2);
  }

  to {
    transform: scale(1, 1);
  }
}

.red-car-bot {
  background-color: red;
  padding: 15px 10px;
}

.red-car-bot h4 {
  font-size: calc(18px + 2vw);
}

.red-car-bot p:last-child {
  font-size: calc(16px + 0.8vw);
}

.hovRed1:hover {
  color: red;
  transition: 0.3s;
}

.caption-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

@keyframes slideInFromBottom {
  0% {
    opacity: 0.3;
    transform: scale(0.6);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.myCarousel-caption {
  position: absolute;
  right: 10%;
  bottom: 1.25rem;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
}

.big-text h1 {
  font-size: 4rem;
  color: white;
  text-shadow: 2px 2px 4px black;
}

.watch-vid {
  background-color: #f81206;
  margin-right: 13px;
  border-radius: 16px;
  color: white;
  /* border: 2px solid white; */
  border: none;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
}
.req-info-btn {
  background-color: white;
  border-radius: 16px;
  color: black;
  /* border: 2px solid white; */
  border: none;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
}
.book-now {
  background-color: rgb(11, 10, 10);
  border-radius: 16px;
  color: rgb(255, 255, 255);
  border: 3px solid white;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 600;
}
.watch-vid:hover {
  background-color: rgb(177, 176, 176);
  transition: 0.5s;
}
.req-info-btn:hover {
  background-color: rgb(177, 176, 176);
  transition: 0.5s;
}
.book-now:hover {
  background-color: rgb(177, 176, 176);
  transition: 0.5s;
}

.ballet-summer {
  color: white;
  font-size: 2rem;
  text-align: center;
  padding-left: 7rem;
}

.summer-btn {
  background-color: #f81206;
  border-radius: 30px;
  color: white;
  /* border: 2px solid white; */
  border: none;
  padding: 12px 50px;
  font-size: 16px;
  font-weight: 600;
}

.book-btn {
  background-color: white;
  border-radius: 30px;
  margin-top: 1.25rem;
  color: black;
  /* border: 2px solid white; */
  border: none;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
}

.caption-header h5 {
  font-style: italic;
  text-align: center;
  font-size: 3.5rem;
  color: rgb(255, 255, 255);
  animation: 7s ease-out 0s 1 slideInFromBottom;
  text-shadow: 2px 2px 4px black;
}

.caption-header p {
  font-style: italic;
  text-align: center;
  font-size: 2rem;
  color: white;
}

@media screen and (max-width: 991px) {
  .myCarousel-caption {
    position: absolute;
    right: 5%;
    bottom: 1.25rem;
    left: 5%;
    padding-top: 1.25rem;
    padding-bottom: 4.5rem;
    color: #fff;
  }

  .big-text h1 {
    font-size: 2.5rem;
    color: white;
    text-shadow: 2px 2px 4px black;
  }

  .watch-vid {
    margin-right: 13px;
    border-radius: 16px;
    padding: 11px 13px;
    font-size: 14px;
  }

  .req-info-btn {
    border-radius: 16px;
    padding: 11px 13px;
    font-size: 14px;
  }
  .book-now {
    border-radius: 16px;
    border: 3px solid white;
    padding: 10px 28px;
    font-size: 14px;
  }

  .caption-header h5 {
    font-size: 3rem;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 4px black;
  }

  .caption-header p {
    font-size: 1.3rem;
    color: white;
  }

  .zoom-effect {
    height: 70vh;
  }

  .zoom-effect2 {
    height: 70vh;
  }

  .zoom-effect > img {
    height: 70vh;
    width: auto;
    display: block;
    /* margin-left: -25rem; */
    /* margin-right: auto; */
    -webkit-animation: thing 18s;
    -o-animation: thing 18s;
    animation: thing 18s;
  }

  @keyframes thing {
    /* thing is the name*/

    from {
      transform: scale(1, 1);
    }

    to {
      transform: scale(1.1, 1.1);
    }
  }

  /* zoom in effect */

  .zoom-effect2 > img {
    height: 70vh;
    width: auto;
    display: block;
    /* margin-left: -25rem; */

    -webkit-animation: thing2 18s;
    -o-animation: thing2 18s;
    animation: thing2 18s;
  }

  @keyframes thing2 {
    /* thing is the name*/

    from {
      transform: scale(1.1, 1.1);
    }

    to {
      transform: scale(1, 1);
    }
  }
}

@media screen and (max-width: 550px) {
  .zoom-effect > img {
    margin-left: -25rem;
  }
  .zoom-effect2 > img {
    margin-left: -25rem;
  }
}

/*mobile media end*/

.instrument-images {
  padding: 15px 0;
}

.instrument-images img {
  background-color: #9c0909;
  border-radius: 50%;
}

.instrument-bg {
  background-color: #eee;
  padding: 0 10rem !important;
}

.inst-img-mobile {
  display: none;
}

#popup-cont {
  display: none;
}

.login-popup2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: visible;
  opacity: 1;
  transition: all 1s ease;
}

.box2 {
  background-color: #ffffff;
  width: 750px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  /* margin-left: 50px; */
  transition: all 1s ease;
}

/* pop up */

.login-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
}

.show {
  visibility: visible;
  opacity: 1;
}

.box {
  background-color: #ffffff;
  width: 750px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  margin-left: 50px;
  transition: all 1s ease;
}

.show .box {
  opacity: 1;
  margin-left: 0;
}

.img-area {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-area h1 {
  font-size: 30px;
  position: absolute;
  top: 80px;
  text-shadow: 2px 2px 4px black;
}

.img-area .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("image/Irving\ Fine\ Art\ Academy\ Hader\ image\ 8.1.jpg");
  background-size: cover;
  background-position: center;
  animation: zoomInOut 7s linear infinite;
  z-index: -1;
}

@keyframes zoomInOut {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }
}

.pop-form {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 40px 30px;
}

.pop-form h1 {
  color: #000000;
  font-size: 30px;
  margin: 0 0 30px;
}

.pop-form .pop-form-control {
  height: 45px;
  margin-bottom: 30px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cccccc;
  font-size: 15px;
  color: #000000;
}

.pop-form .pop-form-control:focus {
  outline: none;
}

.pop-form label {
  font-size: 15px;
  color: #555555;
}

.pop-form .btn {
  width: 100%;
  background-color: #ff0505;
  margin-top: 40px;
  height: 45px;
  border: none;
  border-radius: 25px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

.pop-form .btn:focus {
  outline: none;
}

.pop-form .close {
  position: absolute;
  right: 10px;
  top: 0px;
  color: red;
  font-size: 30px;
  cursor: pointer;
}

/*responsive*/
@media (max-width: 767px) {
  .box {
    width: calc(100% - 60px);
  }

  .box2 {
    width: calc(100% - 60px);
  }

  .img-area .img {
    height: 60%;
  }

  .pop-form {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 16px 17px;
  }

  .img-area .img {
    height: 60%;
  }

  .pop-form {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 16px 17px;
  }

  .pop-form .btn {
    margin-top: 5px;
    height: 45px;
  }

  .img-area h1 {
    font-size: 20px;
    position: absolute;
    top: 10px;
  }

  .pop-form h1 {
    color: #000000;
    font-size: 25px;
    margin: -71px 0 7px;
  }

  .pop-form .pop-form-control {
    height: 42px;
    margin-bottom: 10px;
    width: 100%;
  }

  .img-area {
    margin: 0px auto 0 auto;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pop-form {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#safety P:nth-child(1) {
  font-size: 4vw;
  color: rgb(0, 0, 0);
}

#mobile-p1 {
  display: none;
}

@media screen and (max-width: 767px) {
  .inst-img-mobile {
    display: block;
    background-color: #eee;

    padding: 10px 28px;
  }

  .inst-img-mobile img {
    background-color: #9c0909;
    border-radius: 50%;
  }

  #mobile-p1 {
    display: inline-block;
    font-size: 2rem;
  }

  #safety P:nth-child(1) {
    display: none;
  }

  #offering {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .inst-img-mobile {
    display: block;
    background-color: rgb(167 161 161 / 40%);
    padding: 3px 185px;
  }

  .inst-img-mobile img {
    background-color: black;
    border-radius: 50%;
  }
}

.safety-p {
  font-size: calc(11px + 1.1vw);
  color: rgb(61, 61, 61);
}

#safety img {
  height: 61%;
  width: 28%;
}

@media (max-width: 767px) {
  #safety img {
    height: 49%;
    width: 54%;
  }
}

#we-teach button {
  background-color: #f81206;
  border-radius: 40px;
  color: white;
  border: 2px solid white;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 600;
}

/* Side button on hover */
#mySidenav a {
  position: fixed;

  transition: 0.3s;
  padding: 5px 9px;

  text-decoration: none;
  font-size: 23px;
  color: white;
  border-radius: 10px 10px 10px 10px;
  z-index: 5;
}

#mySidenav a:hover {
  right: 0;
}

#call-us {
  width: 100px;
  right: -63px;
  top: 546px;
  background-color: red;
}

#text-us {
  width: 100px;
  right: -63px;
  top: 443px;
  background-color: red;
}

#req-info {
  width: 133px;
  right: -97px;
  top: 494px;
  background-color: red;
}

/* Making video responsive */
.wrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
  transition: 1s;
}

.wrapper:hover {
  box-shadow: 5px 10px 18px rgb(97, 94, 94);
  transform: scale(1.03);
}

.wrapper:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 5px solid red;
}

.wrapper iframe:hover {
  border: 7px solid red;
}

.video-bg {
  background-color: #f2f2f2;
}

.wrapper2 {
  position: relative;
  overflow: hidden;
  padding: 0;
  transition: 1s;
}

.wrapper2:hover {
  box-shadow: 5px 10px 18px rgb(97, 94, 94);
  transform: scale(1.03);
}

.wrapper2:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.wrapper2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 10px solid white;
}

/* instrument */

.img-text {
  position: relative;
}

.img-text h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  transition: 0.3s;
}

.img-text h3:hover {
  transform: scale(1.1);
}

#img-1 {
  background-image: url(img/pic1.jpg);
  background-size: 100% 100%;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
}

.img-hov {
  min-height: 310px;
}

.img-hov:hover {
  border: 4px solid red;
  transition: 0.5;
  z-index: 5;
  transform: scale(1.05);
}

.img-hov:before {
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: height 0.1s ease-out;
  background: linear-gradient(to bottom, transparent 0%, rgb(255, 11, 11) 100%);
}

.img-hov:hover:before {
  height: 50%;
}

@media screen and (max-width: 1199px) {
  .img-hov {
    min-height: 215px;
  }
}

#img-2 {
  background-image: url(img/pic2.jpg);
  background-size: 100% 100%;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
}

#img-3 {
  background-image: url(img/pic3.jpg);
  background-size: 100% 100%;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
}

#img-4 {
  background-image: url(img/pic4.jpg);
  background-size: 100% 100%;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
}

#img-5 {
  background-image: url(img/pic5.jpg);
  background-size: 100% 100%;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
}

#img-6 {
  background-image: url(img/pic6.jpg);
  background-size: 100% 100%;
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
}

#img-11 {
  min-height: 70vh;
  background-size: 100% 100%;
  background-image: url(img/ses1.png);
}

#img-12 {
  min-height: 70vh;
  background-size: 100% 100%;
  background-image: url(img/ses2.png);
}

#img-13 {
  min-height: 70vh;
  background-size: cover;
  background-image: url(img/ses3.png);
}

#img-14 {
  min-height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(img/ses4.png);
  background-position: center center;
}

#img-15 {
  min-height: 70vh;
  background-size: 100% 100%;
  background-image: url(img/ses5.png);
}

#img-16 {
  min-height: 70vh;
  background-size: 100% 100%;
  background-image: url(img/ses6.jpeg);
}

#img-17 {
  min-height: 50vh;
  background-size: 100% 100%;
  background-image: url(image/benefit-7.jpg);
}

#img-18 {
  min-height: 50vh;
  background-size: 100% 100%;
  background-image: url(image/benefit-8.png);
}

#img-19 {
  min-height: 50vh;
  background-size: 100% 100%;
  background-image: url(image/benefit-9.jpg);
}

#img-20 {
  min-height: 50vh;
  background-size: 100% 100%;
  background-image: url(image/benefit-10.jpeg);
}

#img-21 {
  min-height: 50vh;
  background-size: 100% 100%;
  background-image: url(image/benefit-11.jpg);
}

#img-22 {
  min-height: 50vh;
  background-size: 100% 100%;
  background-image: url(image/benefit-12.jpg);
}

/* claim container  */
.claim {
  background-color: #100f0f;
  padding: 206px 0vw 3vw 0vw;
}

@media screen and (max-width: 500px) {
  .claim {
    padding: 300px 2vw 9vw 5vw;
  }
}

@media screen and (min-width: 501px) and (max-width: 799px) {
  .claim {
    padding: 12rem 2vw 3vw 5vw;
  }
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
  .claim {
    padding: 234px 2vw 3vw 5vw;
  }
}

.testi-button1 {
  background-color: red;
  border: 2px solid white;
  color: white;
  font-weight: 600;
  padding: 5px 35px;
  border-radius: 11px;
  /* margin-top: 25px; */
  margin-bottom: 48px;
  position: relative;
  z-index: 55;
  transform: translateY(19rem);
}

.testi-button1:hover {
  background-color: white;
}

@media (min-width: 500px) and (max-width: 770px) {
  .testi-button1 {
    transform: translateY(11rem);
  }
}

@media (min-width: 771px) and (max-width: 991px) {
  .testi-button1 {
    transform: translateY(17rem);
  }
}

@media screen and (min-width: 992px) {
  .safe-img {
    max-width: 100%;
    height: auto;
    padding: 38px;
  }

  .testi-button1 {
    transform: translateY(13rem);
  }
}

.color-match {
  background-color: #100f0f;
}

.claim a {
  text-decoration: none;
}

.claim1 {
  background-color: #100f0f;
  padding: 53px 6px 51px 12px;
}

.claim1 a {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .claim1 {
    padding: 41px 18px 41px 18px;
  }
  #img-11 {
    min-height: 45vh;
    background-size: 100% 100%;
    background-image: url(img/ses1.png);
  }
  
  #img-12 {
    min-height: 45vh;
    background-size: 100% 100%;
    background-image: url(img/ses2.png);
  }
  #img-15 {
    min-height: 45vh;
    background-size: 100% 100%;
    background-image: url(img/ses5.png);
  }
  
}

.space-manage {
  position: relative;
  bottom: 7px;
  width: 100%;
  height: 14rem;
  background-color: rgb(241 240 240);
}

.space-manage h5 a {
  z-index: 50;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.space-manage button {
  background-color: red;
  padding: 4px 0px;
  color: white;
}

@media screen and (max-width: 550px) {
  .space-manage {
    height: 13.5rem;
  }
}

@media screen and (min-width: 551px) and (max-width: 991px) {
  .space-manage {
    height: 11rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
  .space-manage {
    height: 21rem;
  }
}

.bg-card {
  /* margin: 0 8px; */
  background: #ffffff;
  border: 10px solid rgb(241 240 240);
}

.bg-card:hover {
  transform: translateY(-10px);
}

@media screen and (min-width: 992px) {
  .join-news {
    /* margin-left: 3% ; */
    font-size: 2vw;
  }
}

.black-bg {
  background-color: #3f3d3d;
}

@media screen and (max-width: 991px) {
  .join-news {
    text-align: center;
    font-size: 27px;
  }

  .safe-img {
    max-width: 100%;
    height: auto;
  }

  .ballet-summer {
    color: white;
    font-size: 1.5rem;
    text-align: center;
    padding-left: 0;
  }
}

.pop-form-button {
  color: white;
  background-color: red;
  padding: 10px 25%;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 25px;
}

#cont-form-btn {
  color: white;
  background-color: red;
  border-radius: 25px;
  border: none;
  /* float: right; */
  padding: 10px 35%;
  transition: 0.4s;
}

#cont-form-btn:hover {
  background-color: black;
}

@media (max-width: 991px) {
  .pop-form-button {
    padding: 10px 37%;
  }
}

.pop-form-button:hover {
  color: black;
  opacity: 0.8;
}

.claim-btn {
  border: 2px solid white !important;

  border-radius: 15px;
  color: white;

  padding: 5px 35px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
}

.claim-btn:hover {
  background-color: red;
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 991px) {
  .claim-btn button {
    margin-left: auto;
    margin-right: auto;
  }
}

/* dance */
.dance-img {
  position: relative;
  height: 20vw;
  background-image: url(image/Irving\ Fine\ Art\ Academy\ \ Ballet.jpg);
  background-size: cover;

  background-position-x: right;
}

.dance-img:hover {
  border: 4px solid red;
  transform: scaleX(1.05);
}

.dance-img h3 {
  position: absolute;
  left: 6.1vw;
  bottom: 1.8vw;
  color: white;
  transition: 0.3s;
}

.dance-img h3:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .dance-img {
    height: 55vw;
  }

  .dance-img:hover {
    border: 4px solid red;
  }
}

.dance-img:before {
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: height 0.1s ease-out;
  background: linear-gradient(to bottom, transparent 0%, red 100%);
}

.dance-img:hover:before {
  height: 50%;
}

hr.one {
  opacity: 1;
  color: red;
  height: 4px;
  width: 50px;
  margin: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

.hr-one {
  width: fit-content;
  margin: auto;
}

.hr-one:hover + .one {
  width: 100px;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .hr-one:hover + .one {
    width: 80px;
  }
}

hr.two {
  opacity: 1;
  color: red;
  height: 4px;
  width: 70px;
  margin: auto;
}

.hr-two {
  width: fit-content;
  margin: auto;
}

.hr-two:hover + .two {
  width: 110px;
  transition: 0.5s;
}

.hr-three {
  width: fit-content;
  margin: auto;
}

hr.three {
  opacity: 1;
  color: red;
  height: 4px;
  width: 90px;
  margin: auto;
  transition: 0.7s;
}

.hr-three:hover + .three {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .hr-three:hover + .three {
    width: 140px;
  }
}

hr.four {
  opacity: 1;
  color: red;
  height: 4px;
  width: 120px;
  margin: auto;
  transition: 0.7s;
}

.hr-four {
  width: fit-content;
  margin: auto;
}

.hr-four:hover + .four {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .hr-four:hover + .four {
    width: 160px;
  }
}

hr.five {
  opacity: 1;
  color: red;
  height: 4px;
  width: 150px;
  margin: auto;
}

.hr-five {
  width: fit-content;
  margin: auto;
}

.hr-five:hover + .five {
  width: 250px;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .hr-five:hover + .five {
    width: 225px;
  }
}

hr.six {
  opacity: 1;
  color: red;
  height: 4px;
  width: 200px;
  margin: auto;
}

.hr-six {
  width: fit-content;
  margin: auto;
}

.hr-six:hover + .six {
  width: 300px;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .hr-six:hover + .six {
    width: 250px;
  }
}

hr.seven {
  opacity: 1;
  color: red;
  height: 4px;
  width: 70px;
}

.hr-seven {
  width: fit-content;
}

.hr-seven:hover + .seven {
  width: 100px;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .hr-seven:hover + .seven {
    width: 225px;
  }
}

#fixed-img {
  height: 30vw;
  /* border: 3px solid red; */
  background-image: url(image/gutar-group.png);
  background-position-y: 70px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* to center a image in div */

.cars-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centering y-axis */
  align-items: center;
  /* centering x-axis*/
}

.cars-img img {
  width: 100px;
  height: 100px;
}

/* testimonial */
@media screen and (max-width: 991px) {
  #fixed-img {
    height: 21rem;
    background-size: 185% 50%;
  }

  .testimonial {
    border: 2px solid red;
    width: 90% !important;
    margin: auto !important;
    position: relative;
    top: 24vw;
    background-color: white;
  }
}

@media screen and (min-width: 1001px) {
  .testimonial {
    border: 2px solid red;
    width: 75% !important;
    margin: auto !important;
    position: relative;
    top: 14vw;
    background-color: white;
  }
}

/* fixed image 2 */
#fixed-img2 {
  min-height: 23vw;
  /* background-size: auto; */
  background-image: url(image/Irving\ Fine\ Art\ Academy\ Teacher\ Group.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-y: 246px;
  background-size: 100% 87%;
}

@media screen and (max-width: 767px) {
  #fixed-img2 {
    min-height: 63vw;
    background-size: 100% 38%;
    background-position-y: 183px;
  }
}

#professional h2 {
  text-align: center;
}

/* why choos us */
.bg-choose {
  background-color: #f5f5f5;
}

.why-irving-text {
  font-size: calc(1.5rem + 3.8vw);
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: black;
  text-align: center;
  line-height: 100%;
}

.why-irving-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .why-irving-text {
    display: none;
  }

  .why-irving-mobile {
    display: block;
    color: black;
    font-size: 2.3rem;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-weight: 600;
  }
}

.bg-choose1 {
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 0 17px;
}

.bg-choose1:hover {
  transform: scale(1.03);
}

.border {
  border: 2px solid rgb(202, 201, 201) !important;
}

.why-hr {
  opacity: 1;
  color: red;
  width: 45px;
  height: 3px !important;
  margin: auto;
  margin-top: 28px;
  margin-bottom: 61px;
}

/* full service music */
.text-arr {
  text-align: justify;
  line-height: 31px;
}

/* upcomming event desktop */

@media screen and (max-width: 767px) {
  #up-event {
    display: none;
  }

  .event-row p:nth-child(even) {
    color: blue;
  }
}

@media screen and (min-width: 768px) {
  #upm-event {
    display: none;
  }
}

.event-row {
  border-radius: 8px;
  background-color: rgba(149, 93, 241, 0.2);
}

.event-row:hover {
  box-shadow: 0 0 22px 0 #6e2ed8;
}

.event-div {
  position: relative;
}

.event-div p {
  font-size: 14px;
  color: blue;
}

.align-div {
  position: absolute;
  right: 0;
  top: 45px;
  font-size: 14px;
}

/* contact-page */

/* testimonial-page */
.testim {
  width: 100%;
  position: relative;
  z-index: 10;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}

.testim .wrap {
  background-color: rgb(255, 255, 255);
  position: relative;
  top: 70px;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
  border: 3px solid rgb(212, 209, 209);
}

.testi-btn-set {
  margin-top: -6rem;
}

@media screen and (min-width: 451px) and (max-width: 624px) {
  .testi-btn-set {
    margin-top: -4rem;
  }
}

@media screen and (min-width: 625px) and (max-width: 991px) {
  .testi-btn-set {
    margin-top: -3rem;
  }
}

@media (max-width: 991px) {
  .testim .wrap {
    top: 110px;
    width: 92%;
    padding: 14px 0 0 0;
  }
}

.testim .arrow {
  display: block;
  position: absolute;
  color: rgb(212, 209, 209);
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ff0000;
}

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 17px;
  left: -9px;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgb(5, 5, 5);
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ff0606;
  border-color: #ff0000;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  -moz-animation: testim-scale 0.5s ease-in-out forwards;
  -ms-animation: testim-scale 0.5s ease-in-out forwards;
  -o-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}

.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #ff0000;
  font-size: 1.5em;
  margin: 5px 0;
}

.testim .cont div p i {
  color: orange;
  font-size: 1em;
}

.testim .cont div p {
  font-size: 0.92em;
  color: rgb(0, 0, 0);
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  -moz-animation: testim-show 0.5s ease-in-out forwards;
  -ms-animation: testim-show 0.5s ease-in-out forwards;
  -o-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  -moz-animation: testim-content-in 0.4s ease-in-out forwards;
  -ms-animation: testim-content-in 0.4s ease-in-out forwards;
  -o-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  -moz-animation: testim-content-in 0.5s ease-in-out forwards;
  -ms-animation: testim-content-in 0.5s ease-in-out forwards;
  -o-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  -moz-animation: testim-hide 0.5s ease-in-out forwards;
  -ms-animation: testim-hide 0.5s ease-in-out forwards;
  -o-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  -moz-animation: testim-content-out 0.4s ease-in-out forwards;
  -ms-animation: testim-content-out 0.4s ease-in-out forwards;
  -o-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  -moz-animation: testim-content-out 0.5s ease-in-out forwards;
  -ms-animation: testim-content-out 0.5s ease-in-out forwards;
  -o-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }

  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }

  .testim .cont div p {
    line-height: 25px;
  }
}

/* ballet page */

.bal-button {
  text-decoration: none;
}

.bal-button button {
  background-color: black;
  border-radius: 40px;
  color: white;
  border: 2px solid white;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 600;
}

h4 .icon-bg {
  background-color: red;
  color: white;
  font-size: 18px;
  padding: 1px 2.75px;
  margin-right: 12px;
}

/* Footer */

.link-line a {
  text-decoration: none;
  color: black;
}

/* .link-line p {
  padding-left: 30px;

} */

.link-line h5 {
  padding-left: 30px;
}

@media screen and (max-width: 992px) {
  .link-line p {
    padding-left: 5px;
  }

  .link-line h5 {
    margin-top: 12px;
    padding-left: 4px;
  }
}

.icon-info h6 {
  font-size: 17px;
  line-height: 32px;
  /* margin-left: -10px; */
}

.icon-info i {
  color: white;
  background-color: red;
}

.schedule iframe {
  border: 2px solid black;
}

.foot-font-size p {
  font-size: 17px;
  /* font-weight: 600; */
}

@media screen and (max-width: 991px) {
  .foot-font-size p {
    margin-top: 8px;
    font-size: 13px;
  }

  .icon-info h6 {
    font-size: 15px;
    line-height: 32px;
    /* margin-left: -10px; */
  }
}

#foot-logo {
  display: block;
  width: 65%;
  margin: -12px 0px 16px -12px;
}

/* footer icon */

@media screen and (max-width: 800px) {
  #foot-logo {
    display: block;
    /* margin-left: auto; */
    margin-right: auto;
    width: 65%;
  }
}

.rights {
  padding-left: 5vw;
}

@media screen and (max-width: 991px) {
  .rights p {
    text-align: center;
  }
}

.footer-icon i {
  display: inline;
  background-color: red;
  margin: 0 1px;
  font-size: 14px;
}

.footer-icon a {
  text-decoration: none;
  color: white;
}

/* director page */
#director-page {
  background-image: url(image/music-common-header.jpg);
  /* width: 100%; */
  background-size: cover;
  position: relative;
}
#drama-page {
  background-image: url(image/drama-header.jpg);
  /* width: 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -150px;
  position: relative;
}

.head-img-size {
  height: 50vh;
}

@media screen and (max-width: 991px) {
  .head-img-size {
    height: 40vh;
  }
}

.learn-music button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #f81206;
  border-radius: 40px;
  color: white;
  border: 2px solid white;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 600;
}

.left-align button {
  display: block;

  background-color: #f81206;
  border-radius: 40px;
  color: white;
  border: 2px solid white;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: 600;
}

/* music lession */
.img-hov-active {
  min-height: 310px;
}

.img-hov-active {
  border: 4px solid red;
  transition: 0.5;
  z-index: 5;
  transform: scale(1.05);
}

.img-hov-active:before {
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: height 0.1s ease-out;
  background: linear-gradient(to bottom, transparent 0%, rgb(255, 11, 11) 100%);
}

.img-hov-active:before {
  height: 50%;
}

#timer {
  font-size: 60px;
}

#timerdiv {
  text-align: center;
  color: red;
  line-height: 25px;
}

#spot {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 550px) {
  #spot {
    font-size: 20px;
  }
}

#redcolor {
  color: red;
  font-size: 45px;
  text-align: center;
  font-weight: 600;
}

.trial-bg {
  background-color: #f4f4f4 !important;
}

/* gallery-page */

/* typing typescript css */
.container1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .container1 {
    position: relative;
    height: 40vh;
  }
  #drama-page {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 0;
    position: relative;
  }
}

.container1 p {
  font-size: 3rem;
  padding: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  overflow: hidden;
}

.container1 p .typed-text {
  font-weight: normal;
  color: #cfcfcf;
}

.container1 p .cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}

.container1 p .cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #ccc;
  }

  49% {
    background-color: #ccc;
  }

  50% {
    background-color: transparent;
  }

  99% {
    background-color: transparent;
  }

  100% {
    background-color: #ccc;
  }
}

#IFAA-red-txt {
  color: red;
  font-size: 30px;
}

@media screen and (max-width: 1199px) {
  #IFAA-red-txt {
    font-size: 22px;
  }
}

.whyChoose-txt {
  color: red;
}

/* ################################################## new CSS*/

#nav-call-button {
  background-color: red;
  padding: 10px 15px;
  border-radius: 12px;
  color: white;
  border: none;
  font-weight: bold;
  /* border: 2px solid black; */
  position: relative;
  left: 15px;
}

.bi-currency-dollar,
.bi-calendar-date-fill {
  font-size: 6rem;
  font-weight: bold;
  color: white;
}

/* .box-alignment p{
  position: relative;
  bottom: 0;
  
} */
