@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'FelixTi';
    src: url('../font/Felixti.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Jost", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.6;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1520px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.fff{
 font-family: 'FelixTi', sans-serif;
}
.ffi{
  font-family: "Inter", sans-serif;
}

p{
  margin-bottom: 25px;
}
.m-p-0 p{
  margin-bottom: 0;
}



.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}

/* colors */

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.bg-success{
  background-color: #01796F !important;
}
.text-danger{
  color: #FE0000 !important;
}
/* colors end --------------------*/




/* letter spacing */
.ls-100{
  letter-spacing: 0.1em;
}
.ls-200{
  letter-spacing: 0.02em;
}
/* letter spacing end --------------------*/

/* Font size */
h1,
.h1 {
 font-size: 60px;
 line-height: 1;
}
h2, .h2{
  font-size: 50px;
}
h3, .h3{
  font-size: 40px;
  line-height: 1;
}
h4, .h4{
  font-size: 35px;
  line-height: 1;
}
h5, .h5{
  font-size: 30px;
  line-height: 1;
}
.fs-15{
  font-size: 15px;
}




/* Font size end --------------------*/

/* line heights */
.lh-1-5{
  line-height: 1.5;
}
/* line heights end --------------------*/



/* buttons */
.rounded-1{
  border-radius: 10px !important;
}
.rounded-2{
  border-radius: 20px !important;
}

.btn {
    padding: 16px 44px;
    border: 1px solid;
    display: inline-block;
    border-radius: 0px;
    line-height: normal;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-btn .btn{
    padding: 11px 23px;
    font-size: 18px;
    font-weight: 500;
}


.btn-danger{
  background-color: #AE0000;
  border-color: #AE0000;
  color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active:focus{
  background-color: #01796f;
  border-color: #01796f;
  color: #fff;
}
.btn-light{
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-light:hover, .btn-light:focus, .btn-light:active:focus, .nav-btn .btn-danger:hover, .nav-btn .btn-danger:focus, .nav-btn .btn-danger:active:focus{
  background-color: #fff;
  border-color: #fff;
  color: #000;
  box-shadow: none;
}

/* buttons end --------------------*/


/* Header css  */
.scrolled header{
  background-color: #01796f;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.scrolled header .middle-wrap{
  padding: 0 !important;
}
header {
  position: relative;
  z-index: 99;
}

.navbar-brand {
  display: inline-block;
  max-width: 481px;
  width: 100%;
}

.navbar-nav .nav-link {
    line-height: normal;
    padding: 12px 18px !important;
    border-radius: 0px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    
}
.navbar-nav > li + li {
  margin-left: 5px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  background-color: #AE0000;
    color: #fff;
}




button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}
:focus-visible{
  outline: none;
}




@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  /* .scrolled header {
  position: fixed;
 top: 0;
 left: 0;
 width: 100%;
} */
}

/* Header css end --------------------*/


/* body css */
.carousel-item::before, .sub-banner-img::before, .contact-banner-img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
   background: linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0) 49.03846085071564%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.sub-banner-img::before{
  background: #000;
  opacity: 60%;
}
.contact-banner-img::before{
   background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 15.000000596046448%,
    rgba(0, 0, 0, 0) 100%
  );
}
/* .about-disc p {
    margin-bottom: 15px;
} */
 .slick-slide {
    padding: 0 50px;
}
.slick-prev:before, .slick-next:before {
    font-size: 27px;
    opacity: 1;
    background-color: #D4D4D4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-prev, .slick-next {
    top: 20%;

}
.slick-prev, .slick-next, .slick-prev:before, .slick-next:before {
 height: 50px;
 width: 50px;
 z-index: 2;
}
.footer-links ul li a, .footer-info ul li a, .footer-info ul li {
  color: #000000;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}
.footer-links ul li a:hover, .footer-info ul li a:hover{
 color: #01796f; 
}
.social-links ul li a{
 background: #01796f;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links ul li a:hover{
  background-color: #AE0000;
}
footer, .copy-wrap{
  border-color: #AEAEAE !important;
}
.copy-wrap span{
  letter-spacing: 0.2em !important;
}
.about-sec {
    margin-top: -90px;
    position: relative;
}
.song-disc a:hover{
  text-decoration: underline;
}

.song-con::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 87%;
    background-color: #F2F2F2;
}
.song-sec .row{
  position: relative;
}
.cta-icn{
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 65px;
  height: 65px;
  color: #fff;
  font-size: 30px;
}
.contact-social ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #e1e1e1 ;
  border-radius: 5px;
  color: #19352D;
}
.contact-social ul li a:hover{
  background-color: #19352D;
  color: #fff;
}
.contact-form{
  border: 2px solid #E1E1E1 !important;
  border-radius: 20px !important;
}
.form-group input{
   height: 60px;
   border-color: #e1e1e1 !important;
}
.form-group textarea{
   height: 150px;
   border-color: #e1e1e1 !important;
}
.form-group input, .form-group input::placeholder, .form-group textarea, .form-group textarea::placeholder{
  color: #7A7A7A;
}
/* body css end --------------------*/





/* media css */

@media(max-width:1550px){
  .container{
    padding-left: 2%;
    padding-right: 2%;
  }
  .navbar-brand {
    max-width: 400px;
}
.navbar-nav .nav-link {
    font-size: 16px;
}
.nav-btn .btn {
    padding: 11px 23px;
    font-size: 16px;
}
h2, .h2 {
    font-size: 40px;
}
.btn {
    padding: 14px 35px;
    font-size: 16px;
}
h1, .h1 {
    font-size: 50px;
}
body {
    font-size: 17px;
}
h3, .h3 {
    font-size: 35px;
}
h4, .h4 {
    font-size: 30px;
}
.slick-prev:before, .slick-next:before {
    font-size: 22px;
}
.slick-prev, .slick-next, .slick-prev:before, .slick-next:before {
    height: 40px;
    width: 40px;
}
h5, .h5 {
    font-size: 25px;
}
.footer-links ul li a, .footer-info ul li a, .footer-info ul li {
    font-size: 17px;
}
.fs-15 {
    font-size: 14px;
}
}
@media(max-width:1399px){
      .navbar-brand {
        max-width: 300px;
    }
.navbar-nav .nav-link {
        font-size: 15px;
    }
    .nav-btn .btn {
        padding: 11px 23px;
        font-size: 14px;
    }
    h2, .h2 {
        font-size: 35px;
    }
.btn {
        padding: 12px 25px;
        font-size: 14px;
    }
    h1, .h1 {
        font-size: 45px;
    }
    body {
        font-size: 15px;
    }
    h3, .h3 {
        font-size: 30px;
    }
h4, .h4 {
    font-size: 25px;
}
h5, .h5 {
        font-size: 22px;
    }
    .slick-next {
    right: -15px;
}
.slick-prev {
    left: -15px;
}
.yt-icn {
    width: 50px;
}
.cta-icn {
    width: 50px;
    height: 50px;
    font-size: 25px;
}
.form-group input {
    height: 50px;
}
}
@media(max-width:1199px){
 

    .navbar-brand {
        max-width: 250px;
    }
    h2, .h2 {
        font-size: 30px;
    }
h1, .h1 {
    font-size: 35px;
}
h3, .h3 {
    font-size: 25px;
}
h4, .h4 {
    font-size: 20px;
}
h5, .h5 {
    font-size: 20px;
}
    .footer-links ul li a, .footer-info ul li a, .footer-info ul li {
        font-size: 15px;
    }
.social-links ul li a {
    width: 30px;
    height: 30px;
    padding: 8px;
}
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 9px 14px !important;
    }
    .song-con::before {
    bottom: 0;
}
}


@media (max-width: 991.60px) {

  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #fff;
    display: block;
    box-shadow: none;
    background: transparent;
    border: none;
        
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
    width: 100%;
    font-size: 15px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
        background: transparent;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #01796F !important;
    border-right: 0 !important;
    padding: 35px 10px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    /* filter: brightness(1) invert(0); */
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
    display: block !important;
  }


  .scrolled header{
  background-color: transparent;
  box-shadow: none;
  position: absolute !important;
}


.about-sec {
    margin-top: -50px;
}

    .song-con::before {
    width: 100vw;
    left: -2%;
}
.sub-banner-img, .contact-banner-img{
  height: 280px;
}
}


@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
      .song-con::before {
    left: -5%;
    height: 100%;
}
  .carousel-item {
    height: 500px;
}
.btn {
    padding: 12px 25px;
    font-size: 12px;
}
h1, .h1 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 22px;
}
.slick-prev:before, .slick-next:before {
        font-size: 16px;
    }
.slick-prev, .slick-next, .slick-prev:before, .slick-next:before {
    height: 35px;
    width: 35px;
}
    h4, .h4 {
        font-size: 18px;
    }
.slick-slide {
    padding: 0 40px;
}
    .form-group input {
        height: 45px;
    }
.form-group textarea {
    height: 130px;
}
.contact-img{
  height: 250px;
}
}

@media(max-width:575px){
  .slick-slide {
    padding: 0 20px;
}
h2, .h2 {
    font-size: 24px;
}
.cta-icn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
	 .about-sec {margin-top: 10px;}
	 .front-banner-text{margin-top:150px;}
	 .front-banner-text h2{font-size:16px;}
}


/* media css end --------------------*/

.wp-block-embed__wrapper iframe{width:100%;}
@media screen and (min-width: 769px) {
.page-template-front-page .wp-block-embed__wrapper iframe{min-height:400px;}
	
}











