@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*==BASIC-SETUP==*/
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/* scroll-bar */
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 100px 100px 0 0;
  background: tomato;
  text-align: center;
  padding-top: 8px;
  font-size: 20px;
  color: #ffffff;
  position: fixed;
  right: 8px;
  bottom: 10px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

/*==THIS IS START==*/
.header-area {
  background: #ffffff;
  padding: 20px 0;
}

.logo-item img {
  max-width: 139px;
} 

.topbar {
  height: 27px;
  background: #000000;
}

.hero-area {
  background: url('images/hero-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  padding: 325px 0 22px 0;
}

.hero-main {
  max-width: 1070px;
  margin: auto;
}

.hero-main p {
  font-family: Montserrat;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 26px;
  font-weight: 500;
  margin-top: 25px;
}

.line {
  width: 204px;
  height: 6px;
  background: #FECA15;
  margin: auto;
}

.hero-main h2 {
  font-family: "Bree Serif";
  font-weight: 400;
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Bree Serif";
  font-size: 85px;
  text-align: center;
}

.time-box ul {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  text-align: center;
}

.time-box ul li {
  font-family: Outfit;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  color: #fff;
}

.time-box li span {
  font-family: Outfit;
  font-weight: 700;
  font-size: 40px;
  display: block;
  color: #fff;
}

.time-box ul li:nth-of-type(2),
.time-box ul li:nth-of-type(4),
.time-box ul li:nth-of-type(6) {
  font-weight: 700;
  font-size: 40px;
}

.main-content2 {
    position: relative;
}

.main-content2 .owl-dots {
    width: 100%;
    text-align: center;
    position: initial;
    bottom: 1%;
    margin-top: 15px;
}

.main-content2 .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 10px 7px;
  background: #474C4C;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 11px;
}

.main-content2 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FECA15;
}

.main-content2 .owl-dots button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-nav button {
    border: none !important;
    outline: none !important;
}

.main-content2 .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    display: none;
}
.main-content2 .owl-theme .custom-nav .owl-prev, .main-content2 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.main-content2 .owl-theme .custom-nav .owl-prev i, .main-content2 .owl-theme .custom-nav .owl-next i {
    font-size: 20px;
    color: #ffffff;
    background: red;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.main-content2 .owl-theme .custom-nav .owl-prev {
    left: 0;
}

.main-content2 .owl-theme .custom-nav .owl-next {
    right: 0;
}

.music-area {
  background: #ffffff;
  padding: 35px 0;
}

.music-main {
  margin-top: 20px;
}

.music-main h2 {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #474C4C;
  text-transform: uppercase;
}

.music-main span {
  width: 41px;
  height: 6px;
  background: #FECA15;
  display: block;
  margin: auto;
  margin-top: 5px;
} 

.main-content2 {
  margin-top: 20px;
}

.music-title h2 {
  font-weight: 700;
  font-size: 22px;
  color: #474C4C;
  text-transform: uppercase;
}

.music-title span {
  width: 41px;
  height: 6px;
  background: #FECA15;
  display: block;
  margin: auto;
  margin-top: 5px;
}

.music-title p {
  font-weight: 400;
  font-size: 20px;
  color: #474C4C;
  margin-top: 10px;
}

.footer-area {
  background: #000;
  padding: 40px 0;
  color: #fff;
}

.footer-main {
  display: grid;
  grid-template-columns: 40% 40% auto;
  column-gap: 50px;
}

.footer-item1 ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.footer-item1 ul li {
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  display: flex;
}

.footer-item1 ul li span img {
  max-width: 25px;
  margin-right: 11px;
}

.contact-item2 {
  margin-top: 40px;
  max-width: 450px;
}

.contact-item2 ul li {
  width: 50%;
  padding-bottom: 10px;
}

.footer-item2 h2 {
  font-weight: 600;
  font-size: 34px;
  color: #ffffff;
}

.footer-item2 p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  /*! opacity: 0.6; */
  margin-top: 5px;
}

.input-wrapper {
  display: grid;
  grid-template-columns: 90% auto;
  column-gap: 13px;
  margin-top: 30px;
}

.input-wrapper input {
  font-family: "Roboto", sans-serif;
  width: 100%;
  border: 0;
  outline: none;
  border-radius: 10px;
  background: #FFF;
  padding: 18px 35px;
}

.input-wrapper input::placeholder {
  font-size: 24px;
  font-weight: 400;
  color: #BDBDBD;
  opacity: 1;
}

.input-submit button {
  border: none;
  border-radius: 10px;
  background: #FFF;
  padding: 17px 20px;
  width: 100%;
}

.input-submit button img {
  max-width: 25px;
}

.footer-logo img {
  max-width: 110px;
  display: block;
  margin: auto;
}

.footer-item3 ul {
  display: flex;
  text-align: center;
  column-gap: 2px;
  justify-content: center;
  margin-top: 45px;
}

.copyright-area {
  background: #FECA15;
  padding: 10px 0;
}

.copyright-main p {
   font-family: "Roboto", sans-serif;
   font-weight: 300;
   font-size: 21px;
   color: #000000;
}

