@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  padding: 13px 25px;
  color: #fff;
  margin: 20px 10px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize !important;
  border: unset;
  text-transform: uppercase;
  font-family: 'Playfair Display';
  background: #f60017;
  box-shadow: -3.149px 13.641px 29px 0px rgb(14 15 15 / 37%);
}

.theme-btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #28b16d;
  box-shadow: unset;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 14px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 13px;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}

.head-logo {
    text-align: center;
}

/*Banner Css Start*/

.banner-img img {
    width: 100%;
}
.banner_text h1 {
    font-family: "Playfair Display", serif;
    font-size: 79px;
    font-weight: bold;
    margin-bottom: 30px;
}

.banner_text p {
    font-size: 30px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.banner_text {
    text-align: center;
}

.carousel-caption {
    height: 53%;
    background: unset;
}

/*Banner css End*/


/*Section banner Bottom Start*/

.text-ban-btm h3 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    color: #000000bd;
}

.ban-btm-sec {
    padding: 50px 0px;
}
.ban-btm-sec .row {
    justify-content: center;
}

.text-ban-btm {
    margin-left: 30px;
}
/*Section banner Bottom End*/

/*Section ABout Start*/

.text-about h2 {
    font-size: 66px;
    font-family: 'Playfair Display';
    line-height: 68px;
    color: #000940;
}

.text-about p {
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 29px;
    font-weight: 400;
}

.about-img img {
    border-radius: 20px;
}

.about-sec {
    padding: 100px 0px;
    background: #f8f7f4;
}

.about-sec .row {
    align-items: center;
    justify-content: center;
}
.about-img h3 {
    font-family: 'Playfair Display';
    font-weight: unset;
    color: #020a3f;
    font-size: 20px;
    text-align: center;
    padding: 6px 0px;
    margin-bottom: 0px;
}

/*Section About End*/


/*Section Video Start*/

.heading-text h2 {
    font-family: 'Playfair Display';
    color: #000;
    color: #000;
    text-align: center;
}

.video-btn a {
    border: 1px solid #ff0000;
    padding: 26px 46px;
    position: absolute;
    top: 164px;
    font-size: 31px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 134px;
    text-align: center;
    background: #ff0000;
    border-radius: 26px;
    color: #fff;
}

.video-main-box {
    position: relative;
}

.video-main-sec {
    padding: 77px 0px 60px;
}

/*Section Video End*/

/*Section Download Start*/


.text-download h2 {
    font-size: 24px;
    font-family: 'Playfair Display';
    color: #000;
    margin-bottom: 10px;
}

.text-download p {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto';
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #0000006e;
    padding-bottom: 12px;
}


.download-sec .row {
    margin: 0px 44px;
}

.download-box {
    background: #f0f0f0;
    padding: 30px 30px;
    border-radius: 23px;
}

.preview-text p {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
}

.preview-text {
    padding: 17px 30px 1px;
    background: #fff;
    border-radius: 20px;
    margin-top: 15px;
    display: none;
}

.text-download a {
    font-family: 'Playfair Display';
    font-size: 18px;
    color: #000;
}
a.theme-btn.lyrics-btn {
    background: #fff;
    color: #000;
}

.btn-download {
    margin-top: 40px;
}
.toggle-btn i.active {
      color: #ff0000; 
}
.text-download a i {
    font-size: 15px;
}
.download-sec {
    padding-bottom: 90px;
}
/*Section Download End*/


/*Footer Start*/

footer .row {
    justify-content: center;
}

footer {
    background-image: url(../images/ft-back.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 25px;
}

.ft-icons ul {
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
}

.ft-icons ul li {
    border: 1px solid #ffffff85;
    width: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 41px;
    border-radius: 20px;
}

.ft-icons ul li a {
    color: #ffffff85;
    font-size: 16px;
}

.copyright p {
    font-family: 'Roboto';
    font-size: 16px;
    color: #ffffff85;
    text-align: end;
    margin-bottom: 0px;
    font-weight: 400;
}

.ft-logo {
    text-align: center;
    border-bottom: 1px solid #ffffff85;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.ft-icons ul li:hover {
    background: #e50121;
    border-color: #e50121;
    transition: 0.8s;
}

.ft-icons ul li:hover a {
    color: #fff;
    transform: rotate(360deg);
    transition: 0.8s;
}

/*Footer End*/