@import url('https://fonts.googleapis.com/css2?family=Anton&family=Great+Vibes&family=Jomhuria&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
.slider-two_content-inner .slider-two_heading{
    font-size: 52px !important;
    
}



.hero-text{
    /* color: white !important; */
}
  .slider-two_content-inner{
display:none;
}

.slider-two .swiper-slide{
height: 550px !important;
/* background-image:url(detail/music-slider.jpg) !important; */
 background-size: cover;
    background-repeat: no-repeat;
    
}

.nav-outer{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.form-title{
  font-family: Arial;
}

@media only screen and (max-width: 1023px){
	.nav-outer{
    display: flex;
    width: 85% !important;
    justify-content: space-between;
    align-items: center;


    
}
.slider-two_heading.hero-text{
    font-size: 1.8rem !important;
}


}



input::placeholder , textarea::placeholder{
  color: rgb(56, 56, 56);
  opacity: 0.6;
}

.nav-outer .logo-box{
    min-width: 120px;
    /* height: 100px; */
}
.nav-outer .logo-box .logo a:hover{
  color: rgb(233, 0, 0) !important;
}
.nav-outer .logo-box .logo a{
  display: flex;
  align-items: center;
}
.nav-outer .logo-box .logo a h2{
line-height: 25px;
font-size: 26px;
color: red;
}
.nav-outer .logo-box .logo a span{
  color: black;
  font-size: 16px;
  display: block;
}
.nav-outer .logo-box .logo{
    display: flex;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 0px 0px !important;
    font-family: "Playfair Display", serif;
    /* text-transform: uppercase; */
}
.nav-outer .logo-box .logo img{
    width: 70px;
    margin-right:10px ;
}

.nav-outer .main-menu{
  margin-right: 10%;
}

.header-top{
	position: relative;
	background-color:rgb(92, 61, 50) !important;
    height: 45px;
}

.sec-title_heading{
    font-size: 1.5rem !important;
    /* text-align: center; */
}
/* .sec-title_title{
    margin: 0 auto !important;
} */

.program-two .sec-title.style-two , .services-two .sec-title.style-two{
    text-align: center;
}
.auto-container.about-c
{
    /* background-image: url(https://c8.alamy.com/comp/TRHE63/white-music-background-with-black-music-notes-TRHE63.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
    padding-top: 15px;
    position: relative;
    background-color: white;
}

/* card */
.classical-card-con{
            list-style: none;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
            margin: 0;
            width: 100%;
            
        }
        .classical-card-con li{
            width: 190px;
            min-height: 200px;
            
        }
        .classical-card-con li h1{
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
            margin: 0;
            padding: 0;
        }
        .classical-card-con li .card-img-container{
            width: 100%;
            height: 250px;
            overflow: hidden;
            border-radius: 15px;

        }
        .classical-card-con li .card-img-container img{
object-fit: cover;
width: 100%;
height: 100%;
        }



        /* promo section */

.promo-section{
            background: linear-gradient(90deg, #121212 0%, #5f1717 100%);
            min-height: 300px;
            width: 100%;
            overflow: none !important;
            margin-top: 50px;
            
        }
        .promo-section .promo-container{
            max-width: 1250px;
            margin: 0 auto;
            
            height: 300px;
            display: flex;
            position: relative;
            justify-content: space-between;
            color: white;
            overflow: none !important;
            z-index: 2;
        }
       .promo-section .promo-detail{
            
            width: 70%;
            padding: 50px 0px 0px 100px;
            
            /* text-align: center; */
        }
       .promo-section .img-container-promo{
            position: relative;
            width: 400px;
            /* height: 200px; */
           
        }
        .promo-section .img-container-promo img{
            width: 400px !important;
            position: absolute;
            top: -170px;
            right: 0;
            filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.486));
            
        }
       .promo-section .promo-feature-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-bottom: 30px;
}

.promo-section .promo-feature-list li {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.promo-section .promo-feature-list i {
  color: #34d16e;
  margin-right: 10px;
  font-size: 18px;
}
.promo-head{
  font-size: 1.7rem;
  color: white;
}



/* Base layout */
.contact-section {
  padding: 30px 20px;
  
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 40px;
}


.contact-form-box {
  flex: 1 1 500px;
  background: #ffffff;
  padding: 20px 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  border-radius: 10px;
}

.form-title {
  margin-bottom: 10px;
  font-size: 28px;
  color: #222;
}

.form-description {
  margin-bottom: 25px;
  color: #666;
  font-size: 14px;
}

#custom-contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form-input,
.form-select,
.form-textarea {
  flex: 1 1 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.form-select {
  appearance: none;
  background-color: #fff;
}

.form-textarea {
  min-height: 80px;
  resize: vertical;
}

.form-submit-btn {
  background-color: var(--color-two);
  color: #fff;
  padding: 14px 20px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-submit-btn:hover {
  background-color: var(--main-color);
}

/* Map box */
.contact-wrapper{
    margin: 0px !important;
}
.contact-map-box {
  flex: 1 1 500px;
  height: 550px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  overflow: hidden;
}
.contact-map-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  /* why choose us */
.why-choose-rnr {
  /* background: #f8f9fc; */
  padding: -20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.container {
  max-width: 1240px;
  margin: auto;
}

.why-rnr-wrapper {
  display: flex;
  /* flex-direction: row-reverse; */
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

/* Left Feature Cards */
.why-rnr-features {
  flex: 1 1 520px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-box {
  display: flex;
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  align-items: flex-start;
  gap: 20px;
  border-left: 5px solid transparent;
  transition: 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.feature-box .icon {
  font-size: 28px;
  margin-top: 4px;
}

.feature-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.feature-box p {
  font-size: 15px;
  color: #555;
  margin: 0;
}

/* Colored themes */
.feature-box.blue { border-color: #2d9cdb; }
.feature-box.purple { border-color: #9b51e0; }
.feature-box.red { border-color: #eb5757; }
.feature-box.green { border-color: #27ae60; }

.feature-box.blue .icon { color: #2d9cdb; }
.feature-box.purple .icon { color: #9b51e0; }
.feature-box.red .icon { color: #eb5757; }
.feature-box.green .icon { color: #27ae60; }

/* Right Image */
.why-rnr-image {
  /* flex: 1 1 500px; */
  text-align: center;
  /* height: 300px; */
}

.why-rnr-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 992px) {
  .why-rnr-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .why-rnr-image img {
    max-width: 100%;
  }
}


  /* why choose us */

/* Responsive Design */
@media (max-width: 768px) {
.feature-box h4{
  font-size: 16px !important;
}
.feature-box p{
  font-size: 11px !important;
}



  .about-one.style-two{
	padding-bottom:10px !important;
	padding-top: 10px !important;
	background-color:rgb(255, 255, 255);
}
  .logo img{
    width: 50px !important;
  }
  .promo-section .promo-detail{
            
            width: 100%;
            padding: 10px;
            margin-top: 200px;
        }
       .promo-section .img-container-promo{
            position: relative;
            width: 250px;
            /* height: 250px; */
            margin: 0 auto;
           
        }
        .promo-section .img-container-promo img{
            width: 250px !important;
            /* position: absolute; */
            /* top: -170px; */
            /* right: 0; */
            
        }
  .promo-section{
            background: linear-gradient(90deg, #121212 0%, #5f1717 100%);
            /* min-height: 700px; */
            width: 100%;
            overflow: none !important;
            margin-top: 50px;
            
        }

  .promo-section .promo-container{
            max-width: 1250px;
            
            height: 100%;
            /* min-height: 300px; */
            display: flex;
            flex-direction: column-reverse;
            position: relative;
            justify-content: space-between;
            color: white;
        }


.slider-two .swiper-slide{
height: 200px !important;

}



.owl-item .program-block_three-image img{
  width: 100%;
  object-fit: cover;
  
}
  .services-two{
    padding: 10px 0px;
  }
  .nav-outer .main-menu{
  margin-right: 0%;
}

.sec-title_title{

  font-size: 0.5rem !important;
  margin-top: 10px;

}

    .sec-title_heading{
    font-size: 1.1rem !important;
    /* text-align: center; */
    /* margin-top: -10px; */
    line-height: 20px;
}
    .nav-outer .logo-box .logo{
    display: flex;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0px 0px !important;
    font-family: "Playfair Display", serif;
}
    .contact-form-box {
  flex: 1 1;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  border-radius: 10px;

}
  .contact-wrapper {
    flex-direction: column;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .form-input,
  .form-select {
    width: 100%;
  }

  .contact-map-box {
    height: 300px;
    width: 100% !important;
    
  }
  
}

@media (max-width: 480px) {

      /* .slider-two .swiper-slide {
        height: 170px !important;
    } */



  .nav-outer .logo-box .logo a h2{
line-height: 20px !important;
font-size: 26px;
color: red;
}
  .subject-card {
    width: 150px !important;
    height: 200px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    /* margin: 10px; */
}
.subject-card img{
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  width: 150px !important;
  height: 150px !important;
}
  .category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin: 10px 0;
}
  .form-title {
    font-size: 22px;
  }

  .form-submit-btn {
    font-size: 14px;
    padding: 12px 18px;
  }

  .form-description {
    font-size: 13px;
  }
}


/* page  */
.page-title{
background-image:url(detail/bg1.png);
height: 250px;
}
/* page  */
/* gallery */
.gallery1{
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 20px;
}
.g-container{
width: 300px;
height: 250px;
border-radius: 20px;
overflow: hidden;
}
.gallery1 .g-container img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* gallery */


/* our work  */
.subjects-section{
  /* border: 1px solid; */
  /* margin-top:50px ; */
  padding: 20px 0px 50px 0px;
}

.category-tabs {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 20px 0;
}
.category-tabs button {
  padding: 10px 20px;
  background-color: #58270a;
  border: none;
  cursor: pointer;
  font-weight: bold;
  color: white;
  transition: all 0.4s ;
  border-radius: 20px;
}
.category-tabs button:hover {
  background-color: #58270aa9;
}

.subject-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.subject-card {
  width: 200px;
  height: 350px;
  /* background-color: #fff; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
.subject-card img{
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.category-tabs button.active {
  background-color: #ff2600;
  color: white;
  border: 2px solid #f7917fe8;
}

/* our work  */