@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

body {

  background: #000 !important;

  font-family: "Poppins", sans-serif !important;

}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

  -webkit-appearance: none;

  margin: 0;

}



/* Firefox */

input[type="number"] {

  -moz-appearance: textfield;

}

#container {

  overflow-x: hidden !important;

}


#header.scrolled {
  top: 0 !important;
  position: fixed !important;
  background-color: #000000;

}

#header .nav-link {

  color: white !important;

  transition: all 500ms ease-in-out;

}

#header .nav-link:hover {

  color: #efba37 !important;

}

.shadow-text {
  text-shadow: 0 1px 30px rgb(0 0 0);
}


.heading {

  font-size: 14px;

  color: rgb(255, 255, 255);

  width: 80%;

  filter: drop-shadow(0px 0px 15px rgb(0, 0, 0));

}

.heading2 {

  margin-top: 120px;

  padding: 10px !important;

  color: #fcf01e;

}

.hero_col p {

  color: #ffffff;

}

.m {

  font-size: 70px !important;

}

.button {

  position: relative;

  display: inline-block;

  padding: 12px 24px;

  border: none;

  font-size: 16px;

  background-color: inherit;

  border-radius: 100px;

  font-weight: 600;

  color: #ffffff;

  background-color: #9f9605;

  box-shadow: 0 0 0 5px #00000049;

  cursor: pointer;

  overflow: hidden;

  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);

}



.button span:last-child {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 20px;

  height: 20px;

  background-color: #190a40;

  border-radius: 50%;

  opacity: 0;

  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);

}



.button span:first-child {

  position: relative;

  z-index: 1;

}



.button:hover {

  box-shadow: 0 0 0 5px #bf88ff38;

  color: #ffffff;

}



.button:active {

  scale: 0.95;

}



.button:hover span:last-child {

  width: 150px;

  height: 150px;

  opacity: 1;

}

.text {

  color: white !important;

  text-align: center;

  width: 70%;

  font-family: "Oswald", sans-serif !important;

}

.enquire_col {

  padding: 10px;

  border-radius: 10px;

  background: #8a32a73a;

  box-shadow: 0px 0px 150px -30px #000000;

  border: 1px solid #8932a7;

}

.golden-text {
  color: #efba37;
  font-family: "Oswald", sans-serif !important;
}


.primary-card {
  border-radius: 10px !important;
  border: none !important;
  background: linear-gradient(120deg,#180909,#320b0b,#060606);
}



.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-item {
  border: none !important;
  border-bottom: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  /* background-color: #7a5d1a !important; */
  color: white !important;
  margin: 0 15px 15px 15px;
  background: linear-gradient(45deg, #ffe5ad12, #42300a) !important;
  border-radius: 10px;
}

.accordion-button {
  background-color: #000 !important;
  color: white !important;
  border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
  color: white !important;
  background-color: #000 !important;
}

.accordion-button::after {
  filter: invert(1);
}


.style {

  font-family: "Oswald", sans-serif !important;

}

.golden {

  color: #efba37;

}

#enquire {

  background: url(/images/bb1.png);

  background-size: cover;

  background-repeat: no-repeat;

}

.apply_form {

  backdrop-filter: blur(20px);

  background: radial-gradient(#f7de3a6b, #190a413d) !important;

  border: none !important;

  border-radius: 13px !important;

}

.apply_form {

  color: #bc4ae2 !important;

  font-family: "Oswald", sans-serif !important;

}

.apply_form input,

select,

textarea {

  background-color: #21230c !important;

  font-size: 16px !important;

  color: rgb(240, 240, 240) !important;

  border: 1px solid #ffdd00;

  padding: 13px !important;

  border-radius: 10px !important;

}

.apply_form input::placeholder,

textarea::placeholder {

  color: rgb(240, 240, 240) !important;

}

.apply_form input:focus {

  background-color: #190a41;

}

.choose_us p {

  color: #ffffff;

}

.choose_us_card {

  background-color: #131313 !important;

  border-radius: 16px !important;

}

.choose_us_card p {

  font-size: 14px !important;

  color: #c5c5c5;

}

.course_card {

  border-radius: 15px !important;

  background: radial-gradient(#1c1c1c, #0c0c0c);

  border: none !important;

}

.course_card p {

  color: #e0e0e0;

}

.course_card img {

  object-fit: cover;

  height: 200px;

  border-radius: 12px !important;

}

#courses .swiper-slide {

  height: 380px !important;

}

#offer {

  background: url("/images/blbl.jpg");

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: fixed;

}

.about_col p {

  color: rgb(255, 255, 255);

}

.testimonial_card {

  background-color: #1c1c1c !important;

  border: 1px solid #f0bb37 !important;

}

.testimonial_card .mark {

  position: absolute;

  top: -20px;

  right: 5%;

  border-radius: 10px;

  background-color: #1d1500 !important;

  border: 1px solid #f0bb37;

  color: #b6b6b6 !important;

}

.testimonial_img {

  object-fit: cover;

  aspect-ratio: 4/4;

}

.contact_icon {

  background-color: #bb00ff;

  border-radius: 50%;

  color: white !important;

  padding: 15px;

}

.company_img {

  width: 100% !important;

  background-color: white;

  height: 150px !important;

  object-fit: cover;

}


#header{
  background-color: #000;
}


.heading-top {
  background-color: #a30000 !important;
  color: white !important;
}


.map {

  width: 500px;

  height: 300px;

  border: none;

  border-radius: 15px;

  margin-top: 10px;

}

.footer-area {

  background-color: #1c1c1c;

}

.social_icon {

  color: #949494;

  font-size: 25px;

}

#scrollToTopButton {

  background-color: #bb00ff;

  color: #ffffff !important;

  border-radius: 50%;

  position: fixed;

  bottom: 10px;

  right: 10px;

  padding: 14px 20px;

  z-index: 2;

  transition: all 500ms ease;

}

#scrollToTopButton:hover {

  background-color: #190a41;

}

#scrollToTopButton.hidden {

  display: none;

}

#scrollToTopButton.visible {

  display: block;

}

.whatsapp {

  background-color: rgb(0, 207, 0);

  padding: 10px 12px;

  border-radius: 100%;

  font-size: 32px;

  color: white;

  position: fixed;

  bottom: 75px;

  right: 11px;
  

}



@media only screen and (min-width: 52px) and (max-width: 992px) {

  .navbar_body {

    background-color: #000000;

  }

  .map {

    width: 100%;

    height: 300px;

  }

  .apply_form input,

  select {

    padding: 8px !important;

  }

  .course_card {

    border-radius: 8px !important;

  }

  .course_card img {

    border-radius: 7px !important;

  }

}





@media screen and (max-width: 650px) {

  .hero{
    height: 70vh !important;
    object-fit: cover;
  }

#callnowbutton {

    display: block !important;

    position: fixed;

    text-decoration: none;

    z-index: 2147483647;

    width: 100%;

    left: 0;

    bottom: 0;

    height: 60px;

    text-align: center;

    color: #fff;

    font-weight: 600;

    font-size: 120%;

    overflow: hidden;

    background: #009900;

    display: flex;

        padding: 11px;

    justify-content: center;

    align-items: center;

    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.18);

}

}

#callnowbutton {

    display: none;

}

.new-m{
  margin-top: 150px;
}

.Studio{
  position: relative;
  right: 10px;
  top: 10px;
  color: #ffffff;
}