.main-title {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #c09d3d;
    margin: 20px 0px 30px 0px;
    text-transform: uppercase;
    position: relative;
}
body {
    background: #000;
}
.about-sec {
    padding: 40px 0px;
}
.about-outer p {
    font-size: 25px;
    color: #c09d3d;
}
.about-outer a {
    color: #c09d3d;
    font-weight: 600;
    text-decoration: underline;
}
.slider-about p {
    font-size: 20px;
    color: #c09d3d;
    font-style: italic;
}
.book-btn {
    display: inline-block;
    background: #c09d3d;
    padding: 5px 20px;
    font-size: 45px;
    font-weight: 600;
    border-radius: 8px;
    color: #000;
    margin-bottom: 20px;
    transition: 0.4s all ease-in-out;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.book-btn:hover {
    background: #fff;
    color: #c09d3d;
    text-decoration: none;
}

*{
  margin: 0; border: 0; padding: 0
}

.side-bar .slider-side .slick-slide img {
    height: 260px;
    object-fit: cover;
    object-position: top;
}



.item img {
  width: 100%;
}


.silver{ background-color: silver; }
.red{ background-color: red; }
.green{ background-color: green; }
.blue{ background-color: blue; }
.yellow{ background-color: yellow; }
.purple{ background-color: purple; }
.brown{ background-color: brown; }
.black{ background-color: black; }

.carousel{
  margin-top: 100px
}

.carousel .slick-slide{
  transform: scale(.8, .8);
  transition: ease .3s;
  filter: blur(5px)
}

.carousel .slick-slide.slick-center{
  transform: scale(1, 1);
  filter: none
}

.arrows{
  width: 100%;
  display: flex;
  justify-content: space-around
}

.arrows i{
  font-size: 2em;
  margin: 10px;
  cursor: pointer
}
.slick-prev {
    left: 10px !important;
    z-index: 1;
}
.slick-next {
    right: 10px !important;
    z-index: 1;
}
.slider-side .slick-slide img {
    height: 260px;
    object-fit: cover;
    object-position: top;
}
.slider-outer img {
    height: 430px;
    object-fit: cover;
}
.edit-btn a {
    font-size: 18px;
    background: #c09d3d;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 3px;
    font-weight: 600;
    transition: 0.4s all ease-in-out;
}
.edit-btn a:hover {
    background: #fff;
    color: #c09d3d !important;
}
.edit-btn-div {
    position: absolute;
    top: -15px;
    right: 0;
}
.edit-btn-div .edit-btn {
    background: transparent;
    margin: 0px !important;
    padding: 0px !important;
}
.repertoire-main {
    background: #fff;
    margin: 20px 0px;
    padding: 15px;
}
.repertoire-main p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px !important;
}