@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/********placeHolder********/
body {
  margin: 0;
  padding: 0;
  background: #fff;
  text-wrap: balance;
  font-family: "Montserrat", sans-serif !important;
}

header {
  margin: 0;
  padding: 10px 0px;
  background: #fff;
}
header .navbar {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
}

.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  animation: mymove 1s ease-in-out;
}

@keyframes mymove {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
.navbar-toggler {
  background: #ffcb00;
}
.navbar-toggler i {
  color: #fff;
}
.navbar-toggler:focus {
  background: #006a79;
}
.navbar-toggler:focus i {
  color: #fff;
}

.main-nav nav ul {
  gap: 0 20px;
}
.main-nav nav ul > li > a {
  font-size: 17px;
  font-weight: 500;
  color: #111;
}
.main-nav nav ul > li > a:hover {
  color: #006a79 !important;
}
.main-nav nav ul > li > a:focus {
  color: #006a79 !important;
}
.main-nav nav ul .active a {
  color: #006a79 !important;
}
.navbar-brand {
	width: 150px;
}
.s-icons a {
  background: #006a79;
  color: #fff;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 100px !important;
  display: grid;
  place-items: center;
}
.s-icons a:hover {
  background: #ffcb00;
  color: #111;
}

.hero-banner {
  background: url(../images/hero.webp) no-repeat center;
  background-size: cover;
}
.hero-banner .overlaybox {
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero-banner .overlaybox h1 {
  color: #fff;
  font-size: 80px;
  font-family: "Playfair Display", serif;
}
.hero-banner .overlaybox p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.btnlink a {
  background: #ffcb00;
  color: #111;
  font-size: 16px;
  display: inline-block;
  border-radius: 4px !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px;
}
.btnlink a:hover {
  background: #006a79;
  color: #fff;
}

.personbox {
  padding: 80px 0;
  background: url(../images/decoration-1.svg) no-repeat top left;
}

.boitext h1 {
  color: #006a79;
  font-size: 50px;
  font-family: "Playfair Display", serif;
}
.boitext h2 {
  color: #111;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.boitext p {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.bioimg {
  height: 450px;
}
.bioimg:after {
  position: absolute;
  content: "";
  border: 10px solid #ffcb00;
  left: -20px;
  right: 20px;
  top: 20px;
  bottom: -20px;
  mix-blend-mode: screen;
}
.bioimg:before {
  position: absolute;
  content: "";
  border: 10px solid #ffcb00;
  left: 20px;
  right: -20px;
  top: -20px;
  bottom: 20px;
  mix-blend-mode: screen;
}

.contactbox {
  padding: 80px 0;
  background: #f7f7f7;
}

.imgs img {
  position: absolute;
  filter: grayscale(100%);
}
@media only screen and (max-width: 767.98px) {
  .imgs img {
    filter: blur(10px);
  }
}
.imgs .img1 {
  width: 140px;
  top: 20px;
  z-index: 2;
}
.imgs .img2 {
  width: 240px;
  top: 200px;
  left: 50px;
  z-index: 1;
}
.imgs .img3 {
  width: 140px;
  bottom: 20px;
  z-index: 2;
  right: 0;
}
.imgs .img4 {
  width: 240px;
  bottom: 200px;
  right: 50px;
  z-index: 1;
}

.contactbox {
  position: relative;
  z-index: 44;
}
.contactbox h1 {
  color: #006a79;
  font-size: 50px;
  font-family: "Playfair Display", serif;
}

.conform {
  position: relative;
  z-index: 76;
}
.conform input[type=text],
.conform input[type=email],
.conform input[type=number],
.conform input[type=tel] {
  width: 100%;
  padding: 10px 15px;
  border-radius: 6px !important;
  font-size: 14px;
  color: #111;
  background: #fff;
  border: 1px solid #c4c4c4;
}
.conform textarea {
  width: 100%;
  padding: 8px 15px;
  border-radius: 6px !important;
  font-size: 14px;
  color: #111;
  background: #fff;
  border: 1px solid #c4c4c4;
}
.conform button {
  background: #006a79;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 6px !important;
  border: none;
  max-width: 150px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}
.conform button:hover {
  background: #ffcb00;
  color: #111;
}

.ftblock {
  background: #cccccc;
}

.gallerybox, .videobox {
  padding: 50px 0;
}

.gallerybox h1, .videobox h1 {
  font-size: 100px;
  text-align: center;
  font-family: "Playfair Display", serif;
  color: #006a79;
}

.imgbig {
	width: 100%;
	aspect-ratio: 1;
}

.imgsmall {
  height: 80px;
  padding: 0 4px;
}

.slider-nav .slick-slide img {
  opacity: 0.2;
  cursor: pointer;
  border: 1px solid #006a79;
}

.slick-current.slick-active img {
  opacity: 1;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  background: #ffcb00;
  color: #fff;
  border: none;
  width: 50px;
  aspect-ratio: 1;
  height: 50px;
  border-radius: 0px !important;
  opacity: 0.8;
}
.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.songblock h2 {
  font-size: 26px;
  color: #006a79;
}

.songblock p {
  font-size: 16px;
  color: #111;
}

.gigtext h2 {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

.gigtext h3 {
  color: #006a79;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

.gigtext h4 {
  color: #111;
  font-size: 16px;
  font-weight: 600;

}

.gigtext .gigslink {
  color: #006a79;

}

.imgblock {
  height: 150px;
}

.pagnation button {
	aspect-ratio: 1;
	width: 30px;
	border-radius: 100px;
	border: none;
	background: #006a79;
	color: #fff;
}

.pagnation button.active{
    background: #ffcb00;
  color: #111;
}