header .navbar {
  padding: 10px 90px;
  font-family: "Roboto";
}
header .navbar-brand img {
  width: 50px;
}
header .navbar li a {
  margin: 0px 20px 0 20px;
  color: black;
  font-size: 17px;
}
header .ml-auto li a {
  margin: 5px 0px 0 0px !important;
  padding: 0;
  color: black;
}

.no_padding {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

p {
  font-family: "Roboto";
  color: #7c7c7c;
  line-height: 30px;
  font-weight: 400;
}

.logo_mobile {
  display: none;
}

.clear-both {
  clear: both;
}

header .navbar {
  margin-left: -10px;
}
header .navbar .dropdown-menu {
  padding: 5px !important;
  margin: 0 !important;
  left: 30px;
  border: none;
}
header .navbar .dropdown-menu li {
  padding: 5px 90px 5px 10px !important;
}
header .navbar .dropdown-menu li a {
  padding: 0 !important;
  margin: 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  left: 50px;
  top: 90px;
}

.collapse_own {
  background: #FEE2CE;
  height: 40px;
  padding: 0 !important;
  width: 40px;
  border-radius: 10px;
  font-size: 25px;
  color: #ff6800;
  float: right;
}

.navbar img {
  width: 50px !important;
}
.navbar .mx-auto li a {
  padding-top: 40px;
}
.navbar .mx-auto li img {
  margin-top: -20px !important;
}

a {
  color: #FF6801;
  text-transform: uppercase;
  font-family: "Roboto";
  text-decoration: none;
  font-size: 20px;
}

h1, h2, h3, h4 {
  font-family: "Roboto";
}

body {
  font-family: "Roboto";
}

.orange {
  color: #FF6801;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 40px;
}

.first_section {
  padding: 70px 90px;
  text-align: center;
}
.first_section a {
  color: black;
}
.first_section .artist_wrapper {
  position: relative;
  margin-top: 80px;
  margin-bottom: 20px;
  margin: 80px 10px 20px;
  border-radius: 20px;
}
.first_section .artist_wrapper img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 40px;
  margin-bottom: 20px;
}
.first_section .artist_wrapper_caption {
  background-color: #FF6801;
  border-radius: 40px;
  width: 100%;
  height: 320px;
  padding: 130px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 40px;
}
.first_section .artist_wrapper_caption:hover {
  opacity: 1;
}

.carousel img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
}
.carousel .carousel-indicators {
  background: #ffe2cf;
  width: auto;
  border-radius: 0 0 0 30px;
  height: 50px;
  padding-top: 7px;
  right: 0 !important;
  left: auto;
  position: absolute;
  top: 40vh !important;
  margin-right: 0;
  padding: 7px 70px;
}
.carousel .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #FF6800;
  background-clip: padding-box;
  transition: opacity 0.6s ease;
}

.second_section {
  padding: 0px 200px 100px;
}
.second_section .blog_wrapper {
  margin: 40px 20px 0 0px;
}
.second_section .blog_wrapper a {
  color: black;
}
.second_section img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 30px;
}
.second_section .blog_text {
  margin-top: 20px;
}
.second_section .blog_text h4 {
  font-size: 20px;
  margin-top: 20px;
}
.second_section .blog_text .meta {
  margin-top: 20px;
  display: block;
  margin-bottom: 10px;
  opacity: 50%;
}
.second_section .blog_text p {
  width: 100%;
}
.second_section .blog_text a {
  color: #FF680 !important;
  text-transform: uppercase;
  font-family: "Roboto";
  text-decoration: none;
}

.spacer {
  height: 70px;
}

button {
  border: none;
  background: #fee2ce;
  padding: 10px 30px 7px;
  border-radius: 40px;
}
button a {
  color: #ff6800;
}

footer {
  background: #fee2ce;
  padding: 50px 90px 10px;
}
footer img {
  width: 125px;
}
footer p {
  margin: 0px 0;
  color: #ff6800;
  font-family: "Roboto";
}
footer .img_footer {
  float: left;
  margin-right: 40px;
}

.social_footer {
  margin-top: 20px;
}
.social_footer ul {
  margin: 0;
  padding: 0;
}
.social_footer ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 0 0px;
}
.social_footer ul li i {
  color: #ff6800;
  font-size: 30px;
}

.copyright {
  margin-top: 50px;
  margin-bottom: 10px;
  color: #ff6800;
}
.copyright ul {
  margin: 0;
  padding: 0;
}
.copyright ul li {
  list-style: none;
  display: inline-block;
  margin: 0 60px 0 0;
}

.back a {
  font-size: 19px !important;
  background: white;
  padding: 15px 17px;
  border-radius: 12px;
}

.footer_nav p {
  margin: 4px 0;
}

.footer_big {
  font-size: 20px;
}

.social_header {
  position: absolute;
  right: 40px;
  top: 50px;
  margin: 0;
  padding: 0;
}
.social_header li {
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}
.social_header a {
  color: #ff6800 !important;
}

.intro {
  padding: 100px 90px 0;
}
.intro p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto";
  color: black;
}

.active {
  color: #ff6800 !important;
  border-bottom: 1px solid #ff6800;
}

.collapse_content .card-body {
  margin-top: -40px;
  border: none !important;
  padding: 0px 20px 0 0;
  font-size: 18px;
  line-height: 30px;
  background: transparent;
}

.artist_first .collapse_content .card-body {
  margin-top: -10px;
  border: none !important;
  padding: 0px 20px 0 0;
  font-size: 18px;
  line-height: 30px;
  background: transparent;
}

.margin_nav {
  margin-left: 400px;
}

.header_artist img {
  height: 40vh;
  width: 100%;
  object-fit: cover;
}

.artist_first {
  padding: 60px 200px;
}
.artist_first h1 {
  border-bottom: 4px solid #ff6800;
  display: table-cell;
  padding-bottom: 15px;
}
.artist_first .img_block {
  margin-top: 50px;
}
.artist_first .img_block img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 30px;
}
.artist_first .text_block {
  margin-top: 50px;
  padding-left: 50px;
}
.artist_first .social_artist {
  padding: 0;
  margin: 0;
}
.artist_first .social_artist li {
  list-style: none;
  display: inline-block;
  margin: 20px 10px 0 0;
  font-size: 20px !important;
}
.artist_first .social_artist a {
  font-size: 25px !important;
  color: black;
}

.news_btn {
  margin-top: 25px !important;
  text-align: right;
}

.btn_newsletter {
  margin-top: 30px !important;
  background: black;
  color: white !important;
  padding: 7px 17px;
  font-size: 16px !important;
  border-radius: 30px;
}

.btn_artists {
  margin-top: 25px;
  text-align: right;
}
.btn_artists ul {
  margin: 0;
  padding: 0;
}
.btn_artists ul li {
  list-style: none;
  margin: 0 0px 0px 20px;
  display: inline-block;
}
.btn_artists ul li a {
  padding: 7px 14px;
  font-size: 16px;
  border-radius: 25px;
  background: #fee2ce;
}
.btn_artists button {
  display: inline-block;
  justify-content: center;
}

.video_artist {
  padding: 40px 200px;
  text-align: center;
}
.video_artist iframe {
  width: 78%;
  height: 450px;
}

.press {
  padding: 30px 200px 50px;
  font-size: 18px;
}
.press h2 {
  font-size: 30px;
  margin-bottom: 50px;
}
.press .meta_press {
  color: #ff6800;
  margin-top: -10px;
  display: block;
  font-size: 23px;
}
.press .quote {
  margin-bottom: 40px;
}

.blog {
  margin-top: 50px;
}

.single_blog {
  background: #ff6800;
  width: 40%;
  margin-top: 20px;
  padding-left: 150px;
  padding: 15px 10px 5px 150px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.single_blog h3 {
  font-size: 20px;
  color: white;
}

.meta {
  opacity: 0.6;
}

.blog_single .blog_wrapper img {
  height: 500px;
}
.blog_single .text_single {
  margin-top: 40px;
}

.newsletter_single {
  padding: 0 200px 80px;
}
.newsletter_single h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.button {
  width: auto;
  display: block;
  margin-top: 40px;
}

.header_team {
  height: 200px;
  background: url(img/team.png) no-repeat center;
  padding: 50px 150px 50px;
  color: white;
}

.team_first {
  background: #ff6800;
  width: 60%;
  margin: -140px auto 100px;
  padding: 80px;
  border-radius: 30px;
}
.team_first p {
  color: white;
}
.team_first .collapse_content .card-body {
  border: none !important;
  padding: 10px 0;
  font-size: 18px;
  line-height: 30px;
  background: transparent;
  font-family: "Roboto";
  color: white;
  font-size: 16px;
}

.team_members {
  padding: 70px 200px;
}
.team_members h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.team_members h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.team_members .member_wrapper {
  width: 90%;
  margin: 20px auto;
}
.team_members .member_wrapper img {
  border-radius: 30px;
  height: 250px;
  margin: 10px auto;
  width: 100% !important;
  object-fit: cover;
  filter: grayscale(100%);
}
.team_members .member_wrapper h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px auto 5px;
}
.team_members .member_wrapper span {
  font-family: "Roboto";
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.team_members .member_wrapper .position {
  color: #ff6800;
}

.newsletter_bg {
  background: url(img/newsletter.jpg) no-repeat center;
  background-size: cover;
  height: 250px;
}

.newsletter_artist {
  background: #ededed;
  url: none;
}
.newsletter_artist h1 {
  color: black !important;
}

.newsletter_content {
  margin-top: -100px;
}
.newsletter_content h2 {
  color: white;
  margin-bottom: 40px;
  font-weight: 400;
}
.newsletter_content form input {
  border: none;
  padding: 10px 10px;
}

.text_block .collapse_content .card-body {
  border: none !important;
  padding: 10px 0;
  font-size: 18px;
  line-height: 30px;
  background: transparent;
  font-family: "Roboto";
  color: #7c7c7c;
  font-size: 16px;
}

.meta_wrapper {
  margin-top: 10px;
}

.collapse_blog {
  margin-top: 0px;
  margin-bottom: 50px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  font-size: 18px;
}

.excerpt {
  height: 60px;
}
.excerpt p {
  line-height: 22px;
}

.title_blog {
  height: 40px;
}

[aria-expanded=false] > .expanded,
[aria-expanded=true] > .collapsed {
  display: none;
}

pre {
  color: #ff6800;
  margin-top: -20px;
  display: block;
  font-size: 16px;
  font-family: "Roboto";
}

.news_button {
  background: #ff6800 !important;
  color: white;
}

.footer_nav_3 p a {
  text-transform: lowercase !important;
}

@media (max-width: 1600.98px) {
  .team_members {
    padding: 70px 180px;
  }
  .team_members h2 {
    font-size: 40px;
  }
  .team_members h3 {
    font-size: 30pxs;
  }
  .team_members .member_wrapper {
    width: 90%;
    margin: 20px auto;
  }
  .team_members .member_wrapper img {
    border-radius: 30px;
    height: 230px;
    margin: 10px auto;
    width: 100% !important;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .team_members .member_wrapper h3 {
    font-size: 18px;
    margin: 10px auto 5px;
  }
  .team_members .member_wrapper span {
    font-family: "Roboto";
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  .team_members .member_wrapper .position {
    color: #ff6800;
  }

  .blog_single .blog_wrapper img {
    height: 400px;
  }
  .blog_single .text_single {
    margin-top: 40px !important;
  }

  .artist_first {
    padding: 60px 100px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 30px;
  }

  .first_section {
    padding: 50px 90px;
    text-align: center;
  }
  .first_section a {
    color: black;
  }
  .first_section .artist_wrapper {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 40px 10px 20px;
    border-radius: 20px;
  }
  .first_section .artist_wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .first_section .artist_wrapper_caption {
    background-color: #FF6801;
    border-radius: 40px;
    width: 100%;
    height: 300px;
    padding: 130px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 40px;
  }
  .first_section .artist_wrapper_caption:hover {
    opacity: 1;
  }

  .second_section {
    padding: 0px 200px 100px;
  }
  .second_section .blog_wrapper {
    margin: 40px 20px 0 0px;
  }
  .second_section .blog_wrapper a {
    color: black;
  }
  .second_section img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 30px;
  }
  .second_section .blog_text {
    margin-top: 20px;
  }
  .second_section .blog_text h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .second_section .blog_text .meta {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    opacity: 50%;
  }
  .second_section .blog_text p {
    width: 100%;
  }
  .second_section .blog_text a {
    color: #FF680 !important;
    text-transform: uppercase;
    font-family: "Roboto";
    text-decoration: none;
  }
}
@media (max-width: 1500.98px) {
  .team_members {
    padding: 70px 180px;
  }
  .team_members h2 {
    font-size: 40px;
  }
  .team_members h3 {
    font-size: 30pxs;
  }
  .team_members .member_wrapper {
    width: 90%;
    margin: 20px auto;
  }
  .team_members .member_wrapper img {
    border-radius: 30px;
    height: 210px;
    margin: 10px auto;
    width: 100% !important;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .team_members .member_wrapper h3 {
    font-size: 18px;
    margin: 10px auto 5px;
  }
  .team_members .member_wrapper span {
    font-family: "Roboto";
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  .team_members .member_wrapper .position {
    color: #ff6800;
  }

  .artist_first {
    padding: 60px 100px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
  }

  .header_artist img {
    height: 270px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1450.98px) {
  .artist_first {
    padding: 60px 100px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 30px;
  }

  .blog_single .blog_wrapper img {
    height: 400px;
  }
  .blog_single .text_single {
    margin-top: 40px;
  }

  .first_section {
    padding: 50px 90px;
    text-align: center;
  }
  .first_section a {
    color: black;
  }
  .first_section .artist_wrapper {
    position: relative;
    margin-top: 80px;
    margin-bottom: 20px;
    margin: 20px 10px 20px;
    border-radius: 20px;
  }
  .first_section .artist_wrapper img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .first_section .artist_wrapper_caption {
    background-color: #FF6801;
    border-radius: 40px;
    width: 100%;
    height: 270px;
    padding: 100px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 40px;
  }
  .first_section .artist_wrapper_caption:hover {
    opacity: 1;
  }

  .carousel img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .carousel .carousel-indicators {
    background: #ffe2cf;
    width: auto;
    border-radius: 0 0 0 30px;
    height: 50px;
    padding-top: 7px;
    right: 0 !important;
    left: auto;
    position: absolute;
    top: 300px !important;
    margin-right: 0;
    padding: 7px 70px;
  }

  .second_section {
    padding: 0px 200px 100px;
  }
  .second_section .blog_wrapper {
    margin: 40px 20px 0 0px;
  }
  .second_section .blog_wrapper a {
    color: black;
  }
  .second_section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
  }
  .second_section .blog_text {
    margin-top: 20px;
  }
  .second_section .blog_text h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .second_section .blog_text .meta {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    opacity: 50%;
  }
  .second_section .blog_text p {
    width: 100%;
  }
  .second_section .blog_text a {
    color: #FF680 !important;
    text-transform: uppercase;
    font-family: "Roboto";
    text-decoration: none;
  }
}
@media (max-width: 1399.98px) {
  .first_section {
    padding: 50px 90px;
    text-align: center;
  }
  .first_section a {
    color: black;
  }
  .first_section .artist_wrapper {
    position: relative;
    margin-top: 80px;
    margin-bottom: 20px;
    margin: 40px 10px 20px;
    border-radius: 20px;
  }
  .first_section .artist_wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .first_section .artist_wrapper_caption {
    background-color: #FF6801;
    border-radius: 40px;
    width: 100%;
    height: 250px;
    padding: 100px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 40px;
  }
  .first_section .artist_wrapper_caption:hover {
    opacity: 1;
  }

  .second_section {
    padding: 0px 200px 100px;
  }
  .second_section .blog_wrapper {
    margin: 40px 20px 0 0px;
  }
  .second_section .blog_wrapper a {
    color: black;
  }
  .second_section img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 30px;
  }
  .second_section .blog_text {
    margin-top: 20px;
  }
  .second_section .blog_text h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .second_section .blog_text .meta {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    opacity: 50%;
  }
  .second_section .blog_text p {
    width: 100%;
  }
  .second_section .blog_text a {
    color: #FF680 !important;
    text-transform: uppercase;
    font-family: "Roboto";
    text-decoration: none;
  }

  .artist_first {
    padding: 60px 100px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 30px;
  }
  .artist_first .text_block {
    margin-top: 50px;
    padding-left: 20px;
  }
  .artist_first .text_block p {
    font-size: 15px;
    line-height: 22px;
  }
  .artist_first .social_artist {
    padding: 0;
    float: left;
    margin: 0;
  }
  .artist_first .social_artist li {
    list-style: none;
    display: inline-block;
    margin: 20px 10px 0 0;
    font-size: 20px;
  }

  .btn_artists_other li a {
    font-size: 15px !important;
    margin: 10px 0;
    padding: 5px 20px !important;
    border-radius: 50px;
    width: 100%;
    color: black;
    border: 2px solid black;
    display: block;
    text-align: center;
  }

  .btn_artists {
    margin-top: 20px;
    text-align: right;
  }
  .btn_artists ul {
    margin: 0;
    padding: 0;
  }
  .btn_artists ul li {
    list-style: none;
    margin: 0 0px 0px 20px;
  }
  .btn_artists ul li a {
    padding: 7px 14px;
    font-size: 16px;
    border-radius: 25px;
    background: #fee2ce;
  }
  .btn_artists button {
    display: inline-block;
    justify-content: center;
  }

  .video_artist {
    padding: 40px 150px;
    text-align: center;
  }
  .video_artist iframe {
    width: 78%;
    height: 450px;
  }

  .press {
    padding: 30px 150px 50px;
    font-size: 18px;
  }
  .press h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .press .meta_press {
    color: #ff6800;
    margin-top: -10px;
    display: block;
    font-size: 23px;
  }
  .press .quote {
    margin-bottom: 40px;
  }

  .blog_single .blog_wrapper img {
    height: 350px;
  }
  .blog_single .text_single {
    margin-top: 40px;
  }

  .team_first {
    background: #ff6800;
    width: 70%;
    margin: -140px auto 100px;
    padding: 80px;
    border-radius: 30px;
  }
  .team_first p {
    color: white;
  }
  .team_first .collapse_content .card-body {
    border: none !important;
    padding: 10px 0;
    font-size: 18px;
    line-height: 30px;
    background: transparent;
    font-family: "Roboto";
    color: white;
    font-size: 16px;
  }

  .team_members {
    padding: 70px 120px;
  }
  .team_members h2 {
    font-size: 40px;
  }
  .team_members h3 {
    font-size: 30pxs;
  }
  .team_members .member_wrapper {
    width: 90%;
    margin: 20px auto;
  }
  .team_members .member_wrapper img {
    border-radius: 30px;
    height: 200px;
    margin: 10px auto;
    width: 100% !important;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .team_members .member_wrapper h3 {
    font-size: 18px;
    margin: 10px auto 5px;
  }
  .team_members .member_wrapper span {
    font-family: "Roboto";
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  .team_members .member_wrapper .position {
    color: #ff6800;
  }

  .newsletter_content {
    margin-top: -80px;
  }
  .newsletter_content h2 {
    color: white;
    margin-bottom: 40px;
  }
  .newsletter_content form input {
    border: none;
    padding: 10px 10px;
  }

  .carousel img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .carousel .carousel-indicators {
    background: #ffe2cf;
    width: auto;
    border-radius: 0 0 0 30px;
    height: 50px;
    padding-top: 7px;
    right: 0 !important;
    left: auto;
    position: absolute;
    top: 250px !important;
    margin-right: 0;
    padding: 7px 70px;
  }

  .header_artist img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1263.98px) {
  .artist_first {
    padding: 60px 100px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 30px;
  }

  .first_section {
    padding: 50px 90px;
    text-align: center;
  }
  .first_section a {
    color: black;
  }
  .first_section .artist_wrapper {
    position: relative;
    margin-top: 80px;
    margin-bottom: 20px;
    margin: 30px 10px 20px;
    border-radius: 20px;
  }
  .first_section .artist_wrapper img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .first_section .artist_wrapper_caption {
    background-color: #FF6801;
    border-radius: 40px;
    width: 100%;
    height: 230px;
    padding: 80px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 40px;
  }
  .first_section .artist_wrapper_caption:hover {
    opacity: 1;
  }

  .second_section {
    padding: 0px 140px 70px;
  }
  .second_section .blog_wrapper {
    margin: 40px 20px 0 0px;
  }
  .second_section .blog_wrapper a {
    color: black;
  }
  .second_section img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 30px;
  }
  .second_section .blog_text {
    margin-top: 20px;
  }
  .second_section .blog_text h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .second_section .blog_text .meta {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    opacity: 50%;
  }
  .second_section .blog_text p {
    width: 100%;
  }
  .second_section .blog_text a {
    color: #FF680 !important;
    text-transform: uppercase;
    font-family: "Roboto";
    text-decoration: none;
  }

  .newsletter_single {
    padding: 0 150px 80px;
  }
  .newsletter_single h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  header .navbar {
    padding: 10px 90px;
    font-family: "Roboto";
  }
  header .navbar-brand img {
    width: 50px;
  }
  header .navbar li a {
    margin: 0px 10px 0 10px;
    color: black;
    font-size: 16px;
  }
  header .ml-auto li a {
    margin: 5px 0px 0 0px !important;
    padding: 0;
    color: black;
  }

  .newsletter_single {
    padding: 0 100px 80px;
  }
  .newsletter_single h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .first_section {
    padding: 70px 90px;
    text-align: center;
  }
  .first_section a {
    color: black;
  }
  .first_section .artist_wrapper {
    position: relative;
    margin-top: 80px;
    margin-bottom: 20px;
    margin: 30px 10px 20px;
    border-radius: 20px;
  }
  .first_section .artist_wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .first_section .artist_wrapper_caption {
    background-color: #FF6801;
    border-radius: 40px;
    width: 100%;
    height: 200px;
    padding: 70px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 40px;
  }
  .first_section .artist_wrapper_caption:hover {
    opacity: 1;
  }

  .second_section {
    padding: 0px 100px 100px;
  }
  .second_section .blog_wrapper {
    margin: 40px 20px 0 0px;
  }
  .second_section .blog_wrapper a {
    color: black;
  }
  .second_section img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 30px;
  }
  .second_section .blog_text {
    margin-top: 20px;
  }
  .second_section .blog_text h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .second_section .blog_text .meta {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    opacity: 50%;
  }
  .second_section .blog_text p {
    width: 100%;
  }
  .second_section .blog_text a {
    color: #FF680 !important;
    text-transform: uppercase;
    font-family: "Roboto";
    text-decoration: none;
  }

  .artist_first {
    padding: 60px 70px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
  }
  .artist_first .text_block {
    margin-top: 50px;
    padding-left: 10px;
  }
  .artist_first .text_block p {
    font-size: 14px;
    line-height: 20px;
  }
  .artist_first .social_artist {
    padding: 0;
    margin: 0;
  }
  .artist_first .social_artist li {
    list-style: none;
    display: inline-block;
    margin: 20px 10px 0 0;
    font-size: 20px;
  }

  .btn_artists_other li a {
    font-size: 13px !important;
    margin: 10px 0;
    padding: 7px 10px;
    border-radius: 50px;
    width: 100%;
    color: black;
    border: 2px solid black;
    display: block;
    text-align: center;
  }

  .btn_artists {
    margin-top: 20px;
    text-align: right;
  }
  .btn_artists ul {
    margin: 0;
    padding: 0;
  }
  .btn_artists ul li {
    list-style: none;
    margin: 0 0px 0px 20px;
  }
  .btn_artists ul li a {
    padding: 7px 14px;
    font-size: 16px;
    border-radius: 25px;
    background: #fee2ce;
  }
  .btn_artists button {
    display: inline-block;
    justify-content: center;
  }

  .news_btn {
    margin-top: 25px !important;
    text-align: right;
    margin-left: -10px;
  }

  .video_artist {
    padding: 40px 100px;
    text-align: center;
  }
  .video_artist iframe {
    width: 78%;
    height: 400px;
  }

  .press {
    padding: 30px 100px 50px;
    font-size: 18px;
  }
  .press h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .press .meta_press {
    color: #ff6800;
    margin-top: -10px;
    display: block;
    font-size: 23px;
  }
  .press .quote {
    margin-bottom: 40px;
  }

  .blog_single .blog_wrapper img {
    height: 370px;
  }
  .blog_single .text_single {
    margin-top: 40px;
  }

  .team_first {
    background: #ff6800;
    width: 70%;
    margin: -140px auto 100px;
    padding: 80px;
    border-radius: 30px;
  }
  .team_first p {
    color: white;
  }
  .team_first .collapse_content .card-body {
    border: none !important;
    padding: 10px 0;
    font-size: 18px;
    line-height: 30px;
    background: transparent;
    font-family: "Roboto";
    color: white;
    font-size: 16px;
  }

  .team_members {
    padding: 70px 70px;
  }
  .team_members h2 {
    font-size: 40px;
  }
  .team_members h3 {
    font-size: 30pxs;
  }
  .team_members .member_wrapper {
    width: 90%;
    margin: 20px auto;
  }
  .team_members .member_wrapper img {
    border-radius: 30px;
    height: 200px;
    margin: 10px auto;
    width: 100% !important;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .team_members .member_wrapper h3 {
    font-size: 18px;
    margin: 10px auto 5px;
  }
  .team_members .member_wrapper span {
    font-family: "Roboto";
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  .team_members .member_wrapper .position {
    color: #ff6800;
  }

  .newsletter_content {
    margin-top: -80px;
  }
  .newsletter_content h2 {
    color: white;
    margin-bottom: 40px;
  }
  .newsletter_content form input {
    border: none;
    padding: 10px 10px;
  }

  .spacer {
    height: 40px;
  }

  .carousel img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .carousel .carousel-indicators {
    background: #ffe2cf;
    width: auto;
    border-radius: 0 0 0 30px;
    height: 50px;
    padding-top: 7px;
    right: 0 !important;
    left: auto;
    position: absolute;
    top: 250px !important;
    margin-right: 0;
    padding: 7px 70px;
  }
  .carousel .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #FF6800;
    background-clip: padding-box;
    transition: opacity 0.6s ease;
  }

  .header_artist img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

  .header_team {
    height: 200px;
  }
}
@media (max-width: 1094.98px) {
  .artist_first {
    padding: 60px 50px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 30px;
  }
  .artist_first .text_block {
    margin-top: 50px;
    padding-left: 10px;
  }
  .artist_first .text_block p {
    font-size: 14px;
    line-height: 20px;
  }

  .news_btn {
    margin-top: 25px !important;
    text-align: right;
    margin-left: -10px;
  }
  .news_btn a {
    font-size: 14px !important;
  }

  .newsletter_single {
    padding: 0 50px 80px;
  }
  .newsletter_single h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .btn_artists {
    margin-top: 20px;
    text-align: right;
  }
  .btn_artists ul {
    margin: 0;
    padding: 0;
  }
  .btn_artists ul li {
    list-style: none;
    margin: 0 0px 0px 20px;
  }
  .btn_artists ul li a {
    padding: 7px 14px;
    font-size: 14px;
    border-radius: 25px;
    background: #fee2ce;
  }

  .first_section {
    padding: 70px 90px;
    text-align: center;
  }
  .first_section a {
    color: black;
  }
  .first_section .artist_wrapper {
    position: relative;
    margin-top: 80px;
    margin-bottom: 20px;
    margin: 30px 10px 20px;
    border-radius: 20px;
  }
  .first_section .artist_wrapper img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .first_section .artist_wrapper_caption {
    background-color: #FF6801;
    border-radius: 40px;
    width: 100%;
    height: 170px;
    padding: 60px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 40px;
  }
  .first_section .artist_wrapper_caption:hover {
    opacity: 1;
  }

  .second_section {
    padding: 0px 40px 100px;
  }
  .second_section .blog_wrapper {
    margin: 40px 20px 0 0px;
  }
  .second_section .blog_wrapper a {
    color: black;
  }
  .second_section img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 30px;
  }
  .second_section .blog_text {
    margin-top: 20px;
  }
  .second_section .blog_text h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .second_section .blog_text .meta {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    opacity: 50%;
  }
  .second_section .blog_text p {
    width: 100%;
  }
  .second_section .blog_text a {
    color: #FF680 !important;
    text-transform: uppercase;
    font-family: "Roboto";
    text-decoration: none;
  }
}
@media (max-width: 991.98px) {
  header .navbar {
    padding: 10px 90px;
    font-family: "Roboto";
  }
  header .navbar-brand img {
    width: 50px;
  }
  header .navbar li a {
    margin: 0px 10px 0 10px;
    color: black;
    padding: 0;
    font-size: 15px;
  }
  header .ml-auto li a {
    margin: 5px 0px 0 0px !important;
    padding: 0;
    color: black;
  }

  .first_section {
    padding: 50px 20px;
    text-align: center;
  }
  .first_section a {
    color: black;
  }
  .first_section .artist_wrapper {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    margin: 30px 10px 20px;
    border-radius: 20px;
  }
  .first_section .artist_wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .first_section .artist_wrapper_caption {
    background-color: #FF6801;
    border-radius: 40px;
    width: 100%;
    height: 200px;
    padding: 70px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 40px;
  }
  .first_section .artist_wrapper_caption:hover {
    opacity: 1;
  }

  .second_section {
    padding: 0px 50px 100px;
  }
  .second_section .blog_wrapper {
    margin: 40px 20px 0 0px;
  }
  .second_section .blog_wrapper a {
    color: black;
  }
  .second_section img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 30px;
  }
  .second_section .blog_text {
    margin-top: 20px;
  }
  .second_section .blog_text h4 {
    font-size: 16px;
    margin-top: 20px;
  }
  .second_section .blog_text .meta {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    opacity: 50%;
  }
  .second_section .blog_text p {
    width: 100%;
    font-size: 15px;
  }
  .second_section .blog_text a {
    color: #FF680 !important;
    text-transform: uppercase;
    font-family: "Roboto";
    text-decoration: none;
  }

  .artist_first {
    padding: 60px 20px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
    font-size: 30px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 30px;
  }
  .artist_first .text_block {
    margin-top: 50px;
    padding-left: 10px;
  }
  .artist_first .social_artist {
    padding: 0;
    margin: 0;
  }
  .artist_first .social_artist li {
    list-style: none;
    display: inline-block;
    margin: 20px 10px 0 0;
    font-size: 18px;
  }

  .btn_artists {
    margin-top: 20px;
    text-align: right;
  }
  .btn_artists ul {
    margin: 0;
    padding: 0;
  }
  .btn_artists ul li {
    list-style: none;
    margin: 0 0px 0px 20px;
  }
  .btn_artists ul li a {
    padding: 7px 14px;
    font-size: 14px;
    border-radius: 25px;
    background: #fee2ce;
  }
  .btn_artists button {
    display: inline-block;
    justify-content: center;
  }

  .video_artist {
    padding: 20px 50px;
    text-align: center;
  }
  .video_artist iframe {
    width: 78%;
    height: 350px;
  }

  .press {
    padding: 30px 50px 50px;
    font-size: 18px;
  }
  .press h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .press .meta_press {
    color: #ff6800;
    margin-top: -10px;
    display: block;
    font-size: 23px;
  }
  .press .quote {
    margin-bottom: 40px;
  }

  .blog_single .blog_wrapper img {
    height: 320px;
  }
  .blog_single .text_single {
    margin-top: 40px;
  }

  .team_first {
    background: #ff6800;
    width: 70%;
    margin: -140px auto 100px;
    padding: 50px;
    border-radius: 30px;
  }
  .team_first p {
    color: white;
  }
  .team_first .collapse_content .card-body {
    border: none !important;
    padding: 10px 0;
    font-size: 18px;
    line-height: 30px;
    background: transparent;
    font-family: "Roboto";
    color: white;
    font-size: 16px;
  }

  .team_members {
    padding: 50px 50px;
  }
  .team_members h2 {
    font-size: 30px;
  }
  .team_members h3 {
    font-size: 25px;
  }
  .team_members .member_wrapper {
    width: 90%;
    margin: 20px auto;
  }
  .team_members .member_wrapper img {
    border-radius: 30px;
    height: 180px;
    margin: 10px auto;
    width: 100% !important;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .team_members .member_wrapper h3 {
    font-size: 16px;
    margin: 10px auto 5px;
  }
  .team_members .member_wrapper span {
    font-family: "Roboto";
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  .team_members .member_wrapper .position {
    color: #ff6800;
  }

  .newsletter_content {
    margin-top: -80px;
  }
  .newsletter_content h2 {
    color: white;
    margin-bottom: 40px;
  }
  .newsletter_content form input {
    border: none;
    padding: 10px 10px;
  }

  .spacer {
    height: 40px;
  }

  .carousel img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .carousel .carousel-indicators {
    background: #ffe2cf;
    width: auto;
    border-radius: 0 0 0 30px;
    height: 50px;
    padding-top: 7px;
    right: 0 !important;
    left: auto;
    position: absolute;
    top: 200px !important;
    margin-right: 0;
    padding: 7px 70px;
  }
  .carousel .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #FF6800;
    background-clip: padding-box;
    transition: opacity 0.6s ease;
  }

  .header_artist img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

  .header_team {
    height: 200px;
  }

  .nav-item-38 {
    display: none;
  }

  header .navbar {
    margin-left: 0px !important;
  }

  header {
    padding: 25px 0;
    height: auto;
  }

  .navbar img {
    width: 50px !important;
  }
  .navbar .mx-auto {
    background: white;
    text-align: left;
    padding-top: 5px;
    padding-left: 2px;
    margin: 0 !important;
    height: auto !important;
  }
  .navbar .mx-auto li a {
    padding: 10px 0;
  }
  .navbar .mx-auto li img {
    margin-top: 0px !important;
  }

  header .navbar {
    margin-left: 0px;
    padding: 0 10px;
  }
  header .navbar .dropdown-menu {
    padding: 5px !important;
    margin: 0 !important;
    left: 0;
    top: 0;
    border: none;
  }
  header .navbar .dropdown-menu li {
    padding: 5px 10px 5px 10px !important;
  }
  header .navbar .dropdown-menu li a {
    padding: 0 !important;
    margin: 0 !important;
  }

  .navbar-nav-scroll {
    max-height: 1000px;
    overflow-y: auto;
  }

  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }

  .social_header {
    display: none;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  .logo_mobile {
    display: block;
  }
  .logo_mobile img {
    width: 35px;
    position: absolute;
    right: 30px;
    top: 15px;
  }

  h3 {
    font-size: 30px;
  }

  .newsletter_single {
    padding: 0 50px 80px;
  }
  .newsletter_single h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  footer {
    background: #fee2ce;
    padding: 50px 90px 10px;
  }
  footer img {
    width: 75px;
  }
  footer p {
    margin: 0px 0;
    color: #ff6800;
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto";
  }
  footer .img_footer {
    float: left;
    margin-right: 40px;
  }

  .social_footer {
    margin-top: 15px;
  }
  .social_footer ul {
    margin: 0;
    padding: 0;
  }
  .social_footer ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 0 0px;
  }
  .social_footer ul li i {
    color: #ff6800;
    font-size: 30px;
  }

  .copyright {
    margin-top: 50px;
    margin-bottom: 10px;
    color: #ff6800;
  }
  .copyright ul {
    margin: 0;
    padding: 0;
  }
  .copyright ul li {
    list-style: none;
    display: inline-block;
    margin: 0 60px 0 0;
  }

  .back a {
    font-size: 19px !important;
    background: white;
    padding: 15px 17px;
    border-radius: 12px;
  }

  .footer_nav {
    font-size: 13px;
    line-height: 14px;
  }
  .footer_nav li a {
    font-size: 13px;
    line-height: 14px !important;
  }
  .footer_nav p {
    margin: 4px 0;
  }

  .footer_big {
    font-size: 16px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    background: #fee2ce;
  }

  p {
    line-height: 21px;
  }

  .press {
    padding: 30px 50px 50px;
    font-size: 16px;
  }
  .press h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .press .meta_press {
    color: #ff6800;
    margin-top: -10px;
    display: block;
    font-size: 23px;
  }
  .press .quote {
    margin-bottom: 40px;
  }

  pre {
    color: #ff6800;
    margin-top: -15px;
    display: block;
    font-size: 18px;
    font-family: "Roboto";
  }
}
@media (max-width: 891.98px) {
  .social_footer {
    margin-top: 15px;
  }
  .social_footer ul {
    margin: 0;
    padding: 0;
  }
  .social_footer ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 0 0px;
  }
  .social_footer ul li i {
    color: #ff6800;
    font-size: 20px;
  }

  footer p {
    font-size: 12px;
  }

  .lowera {
    font-size: 13px;
  }

  .team_members {
    padding: 50px 20px;
  }
  .team_members h2 {
    font-size: 30px;
  }
  .team_members h3 {
    font-size: 25px;
  }
  .team_members .member_wrapper {
    width: 95%;
    margin: 20px auto;
  }
  .team_members .member_wrapper img {
    border-radius: 30px;
    height: 180px;
    margin: 10px auto;
    width: 100% !important;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .team_members .member_wrapper h3 {
    font-size: 16px;
    margin: 10px auto 5px;
  }
  .team_members .member_wrapper span {
    font-family: "Roboto";
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  .team_members .member_wrapper .position {
    color: #ff6800;
  }

  .artist_first {
    padding: 60px 20px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
    font-size: 30px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 30px;
  }
  .artist_first .text_block {
    margin-top: 50px;
    padding-left: 10px;
  }
  .artist_first .social_artist {
    padding: 0;
    margin: 0;
  }
  .artist_first .social_artist li {
    list-style: none;
    display: inline-block;
    margin: 20px 5px 0 0;
  }
  .artist_first .social_artist li a {
    font-size: 20px !important;
  }

  .newsletter_single {
    padding: 0 20px 80px;
  }
  .newsletter_single h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .news_btn {
    margin-top: 25px !important;
    text-align: right;
    margin-left: -30px;
  }
  .news_btn a {
    font-size: 14px !important;
  }

  .btn_artists_other li a {
    font-size: 13px !important;
    margin: 10px 0;
    padding: 7px 5px !important;
    border-radius: 50px;
    width: 100%;
    color: black;
    border: 2px solid black;
    display: block;
    text-align: center;
  }

  .carousel img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .carousel .carousel-indicators {
    background: #ffe2cf;
    width: auto;
    border-radius: 0 0 0 30px;
    height: 50px;
    padding-top: 7px;
    right: 0 !important;
    left: auto;
    position: absolute;
    top: 150px !important;
    margin-right: 0;
    padding: 7px 70px;
  }

  .second_section {
    padding: 0px 10px 100px;
  }
  .second_section .blog_wrapper {
    margin: 40px 5px 0 0px;
  }
  .second_section .blog_wrapper a {
    color: black;
  }
  .second_section img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 30px;
  }
  .second_section .blog_text {
    margin-top: 20px;
  }
  .second_section .blog_text h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .second_section .blog_text .meta {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    opacity: 50%;
  }
  .second_section .blog_text p {
    width: 100%;
  }
  .second_section .blog_text a {
    color: #FF680 !important;
    text-transform: uppercase;
    font-family: "Roboto";
    text-decoration: none;
  }

  .header_artist img {
    height: 170px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  header .navbar {
    padding: 10px 90px;
    font-family: "Roboto";
  }
  header .navbar-brand img {
    width: 50px;
  }
  header .navbar li a {
    margin: 0px 10px 0 10px;
    color: black;
    padding: 0;
    font-size: 15px;
  }
  header .ml-auto li a {
    margin: 5px 0px 0 0px !important;
    padding: 0;
    color: black;
  }

  .intro {
    padding: 100px 30px 0;
  }
  .intro p {
    font-size: 17px;
    line-height: 25px;
    font-family: "Roboto";
    color: black;
  }

  .first_section {
    padding: 50px 50px;
    text-align: center;
  }
  .first_section a {
    color: black;
  }
  .first_section .artist_wrapper {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    margin: 30px 5px 20px;
    border-radius: 20px;
  }
  .first_section .artist_wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .first_section .artist_wrapper_caption {
    background-color: #FF6801;
    border-radius: 40px;
    width: 100%;
    height: 500px;
    padding: 230px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 40px;
  }
  .first_section .artist_wrapper_caption:hover {
    opacity: 1;
  }

  .btn_artist_other {
    margin: -20px !important;
  }

  .second_section {
    padding: 0px 50px 100px;
  }
  .second_section .blog_wrapper {
    margin: 40px 10px 0 0px;
  }
  .second_section .blog_wrapper a {
    color: black;
  }
  .second_section img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 30px;
  }
  .second_section .blog_text {
    margin-top: 20px;
  }
  .second_section .blog_text h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .second_section .blog_text .meta {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    opacity: 50%;
  }
  .second_section .blog_text p {
    width: 100%;
    font-size: 16px;
  }
  .second_section .blog_text a {
    color: #FF680 !important;
    text-transform: uppercase;
    font-family: "Roboto";
    text-decoration: none;
  }

  .title_blog {
    height: auto;
  }

  .excerpt {
    height: auto;
  }

  .artist_first {
    padding: 60px 50px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
    font-size: 30px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 30px;
  }
  .artist_first .text_block {
    margin-top: 50px;
    padding-left: 10px;
  }
  .artist_first .text_block p {
    font-size: 17px;
    line-height: 25px;
  }
  .artist_first .social_artist {
    padding: 0;
    margin: 0px 0;
  }
  .artist_first .social_artist li {
    list-style: none;
    display: inline-block;
    margin: 20px 10px 0 0;
    font-size: 20px;
  }
  .artist_first .social_artist li a {
    font-size: 30px !important;
  }

  .lowera {
    text-transform: none !important;
    font-size: 20px !important;
  }

  .news_btn {
    margin-top: 30px !important;
    text-align: right;
    margin-left: 0px;
  }
  .news_btn a {
    font-size: 17px !important;
  }

  .btn_artists_other li a {
    font-size: 16px !important;
    margin: 10px 0 0;
    padding: 7px 5px !important;
    border-radius: 50px;
    width: 100%;
    color: black;
    border: 2px solid black;
    display: block;
    text-align: center;
  }

  .btn_artists {
    margin-top: 0px;
    justify-content: space-between;
  }
  .btn_artists ul {
    margin: 0;
    padding: 0;
    justify-content: none !important;
    display: block !important;
  }
  .btn_artists ul li {
    list-style: none;
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .btn_artists ul li a {
    font-size: 16px !important;
    display: block;
    padding: 7px 10px;
  }
  .btn_artists button {
    display: inline-block;
    justify-content: center;
  }

  .video_artist {
    padding: 10px 50px;
    text-align: center;
  }
  .video_artist iframe {
    width: 98%;
    height: 350px;
  }

  .press {
    padding: 30px 50px 50px !important;
    font-size: 18px;
  }
  .press h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .press .meta_press {
    color: #ff6800;
    margin-top: -10px;
    display: block;
    font-size: 23px;
  }
  .press .quote {
    margin-bottom: 40px;
  }

  .blog_single .blog_wrapper img {
    height: 450px;
  }
  .blog_single .text_single {
    margin-top: 40px;
  }

  .team_first {
    background: #ff6800;
    width: 80%;
    margin: -40px auto 100px;
    padding: 40px;
    border-radius: 30px;
  }
  .team_first p {
    color: white;
  }
  .team_first .collapse_content .card-body {
    border: none !important;
    padding: 10px 0;
    font-size: 18px;
    line-height: 30px;
    background: transparent;
    font-family: "Roboto";
    color: white;
    font-size: 16px;
  }

  .team_members {
    padding: 50px 50px;
  }
  .team_members h2 {
    font-size: 30px;
  }
  .team_members h3 {
    font-size: 25px;
  }
  .team_members .member_wrapper {
    width: 90%;
    margin: 20px auto;
  }
  .team_members .member_wrapper img {
    border-radius: 30px;
    height: 440px;
    margin: 10px auto;
    width: 100% !important;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .team_members .member_wrapper h3 {
    font-size: 22px;
    margin: 10px auto 5px;
  }
  .team_members .member_wrapper span {
    font-family: "Roboto";
    display: block;
    font-size: 20px;
    line-height: 25px;
  }
  .team_members .member_wrapper .position {
    color: #ff6800;
  }

  .newsletter_content {
    margin-top: -40px;
  }
  .newsletter_content h2 {
    color: white;
    margin-bottom: 40px;
  }
  .newsletter_content form input {
    border: none;
    padding: 10px 10px;
  }

  .spacer {
    height: 40px;
  }

  .carousel img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: left !important;
  }
  .carousel .carousel-indicators {
    background: #ffe2cf;
    width: auto;
    border-radius: 0 0 0 30px;
    height: 50px;
    padding-top: 7px;
    right: 0 !important;
    left: auto;
    position: absolute;
    top: 120px !important;
    margin-right: 0;
    padding: 7px 70px;
  }
  .carousel .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #FF6800;
    background-clip: padding-box;
    transition: opacity 0.6s ease;
  }

  .header_artist img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    object-position: left !important;
  }

  .header_team {
    height: 200px;
  }

  .nav-item-38 {
    display: none;
  }

  header .navbar {
    margin-left: 0px !important;
  }

  header {
    padding: 25px 0;
    height: auto;
  }

  .navbar img {
    width: 50px !important;
  }
  .navbar .mx-auto {
    background: white;
    text-align: left;
    padding-top: 5px;
    padding-left: 2px;
    margin: 0 !important;
    height: auto !important;
  }
  .navbar .mx-auto li a {
    padding: 10px 0;
  }
  .navbar .mx-auto li img {
    margin-top: 0px !important;
  }

  header .navbar {
    margin-left: 0px;
    padding: 0 10px;
  }
  header .navbar .dropdown-menu {
    padding: 5px !important;
    margin: 0 !important;
    left: 0;
    top: 0;
    border: none;
  }
  header .navbar .dropdown-menu li {
    padding: 5px 10px 5px 10px !important;
  }
  header .navbar .dropdown-menu li a {
    padding: 0 !important;
    margin: 0 !important;
  }

  .navbar-nav-scroll {
    max-height: 1000px;
    overflow-y: auto;
  }

  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }

  .social_header {
    display: none;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  .logo_mobile {
    display: block;
  }
  .logo_mobile img {
    width: 35px;
    position: absolute;
    right: 30px;
    top: 15px;
  }

  h3 {
    font-size: 25px;
  }

  .newsletter_single {
    padding: 0 50px 80px;
  }
  .newsletter_single h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  footer {
    background: #fee2ce;
    padding: 70px 90px 20px;
    text-align: center;
  }
  footer img {
    width: 100px;
    margin: 20px auto;
  }
  footer p {
    margin: 0px auto;
    color: #ff6800;
    font-size: 16px;
    line-height: 18px;
    font-family: "Roboto";
  }
  footer .img_footer {
    float: none;
    margin-right: 0px;
  }

  .social_footer {
    margin-top: 10px;
  }
  .social_footer ul {
    margin: 0;
    padding: 0;
  }
  .social_footer ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 0 0px;
    font-size: 20px;
  }
  .social_footer ul li i {
    color: #ff6800;
  }

  .footer_nav {
    font-size: 16px !important;
    line-height: 20px;
  }
  .footer_nav li a {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .footer_nav p {
    margin: 4px 0;
  }

  .footer_big {
    font-size: 20px !important;
    margin: 20px 0 !important;
  }

  .copyright {
    margin-top: 90px;
    margin-bottom: 10px;
    color: #ff6800;
  }
  .copyright ul {
    margin: 0;
    padding: 0;
  }
  .copyright ul li {
    list-style: none;
    display: inline-block;
    margin: 0 60px 0 0;
    font-size: 14px;
  }

  .back a {
    font-size: 19px !important;
    background: white;
    padding: 15px 17px;
    border-radius: 12px;
  }

  .footer_nav {
    font-size: 13px;
    line-height: 14px;
  }
  .footer_nav li a {
    font-size: 13px;
    line-height: 14px !important;
  }
  .footer_nav p {
    margin: 4px 0;
  }

  .footer_big {
    font-size: 16px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    background: #fee2ce;
  }

  p {
    line-height: 21px;
  }

  .press {
    padding: 30px 20px 50px;
    font-size: 16px;
  }
  .press h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .press .meta_press {
    color: #ff6800;
    margin-top: -10px;
    display: block;
    font-size: 23px;
  }
  .press .quote {
    margin-bottom: 40px;
  }

  pre {
    color: #ff6800;
    margin-top: -15px;
    display: block;
    font-size: 18px;
    font-family: "Roboto";
  }

  .header_team {
    height: 170px;
    padding: 30px 40px 50px;
    color: white;
  }

  .copyright {
    margin-top: 90px;
    margin-bottom: 10px;
    color: #ff6800;
  }
  .copyright ul {
    margin: 0;
    padding: 0;
  }
  .copyright ul li {
    list-style: none;
    display: block;
    margin: 0 40px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .artist_first {
    padding: 60px 50px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
    font-size: 30px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 30px;
  }
  .artist_first .text_block {
    margin-top: 50px;
    padding-left: 10px;
  }
  .artist_first .text_block p {
    font-size: 17px;
    line-height: 25px;
  }

  .first_section {
    padding: 50px 50px;
    text-align: center;
  }
  .first_section a {
    color: black;
  }
  .first_section .artist_wrapper {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    margin: 30px 5px 20px;
    border-radius: 20px;
  }
  .first_section .artist_wrapper img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .first_section .artist_wrapper_caption {
    background-color: #FF6801;
    border-radius: 40px;
    width: 100%;
    height: 450px;
    padding: 190px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 40px;
  }
  .first_section .artist_wrapper_caption:hover {
    opacity: 1;
  }

  .header_artist img {
    height: 120px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 576px) {
  header .navbar {
    padding: 10px 90px;
    font-family: "Roboto";
  }
  header .navbar-brand img {
    width: 50px;
  }
  header .navbar li a {
    margin: 0px 10px 0 10px;
    color: black;
    padding: 0;
    font-size: 15px;
  }
  header .ml-auto li a {
    margin: 5px 0px 0 0px !important;
    padding: 0;
    color: black;
  }

  .intro {
    padding: 100px 20px 0;
  }
  .intro p {
    font-size: 17px;
    line-height: 25px;
    font-family: "Roboto";
    color: black;
  }

  .first_section {
    padding: 70px 20px;
    text-align: center;
    margin-top: 30px;
  }
  .first_section a {
    color: black;
  }
  .first_section .artist_wrapper {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    margin: 30px 5px 20px;
    border-radius: 20px;
  }
  .first_section .artist_wrapper img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .first_section .artist_wrapper_caption {
    background-color: #FF6801;
    border-radius: 40px;
    width: 100%;
    height: 380px;
    padding: 170px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 40px;
  }
  .first_section .artist_wrapper_caption:hover {
    opacity: 1;
  }

  .second_section {
    padding: 0px 20px 100px;
  }
  .second_section .blog_wrapper {
    margin: 10px 0px 0 0px;
  }
  .second_section .blog_wrapper a {
    color: black;
  }
  .second_section img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 30px;
  }
  .second_section .blog_text {
    margin-top: 0px;
  }
  .second_section .blog_text h4 {
    font-size: 25px;
    margin-top: 20px;
  }
  .second_section .blog_text .meta {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    opacity: 50%;
  }
  .second_section .blog_text p {
    width: 100%;
    font-size: 17px;
  }
  .second_section .blog_text a {
    color: #FF680 !important;
    text-transform: uppercase;
    font-family: "Roboto";
    text-decoration: none;
  }

  .excerpt {
    height: auto;
  }

  .title_blog {
    height: auto;
  }

  .artist_first {
    padding: 60px 30px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
    font-size: 30px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
  }
  .artist_first .text_block {
    margin-top: 20px;
    padding-left: 0px;
  }
  .artist_first .social_artist {
    padding: 0;
    margin: 0px 0;
  }
  .artist_first .social_artist li {
    list-style: none;
    display: inline-block;
    margin: 20px 10px 0 0;
    font-size: 20px;
  }

  .btn_artists {
    margin-top: 0px;
    justify-content: space-between;
  }
  .btn_artists ul {
    margin: 0;
    padding: 0;
    justify-content: none;
    display: block;
  }
  .btn_artists ul li {
    list-style: none;
    width: 100%;
    text-align: center;
  }
  .btn_artists ul li a {
    font-size: 16px !important;
    padding: 7px 10px;
    margin: 0 0 10px 0px;
    display: block;
    width: 100%;
  }
  .btn_artists button {
    display: inline-block;
    justify-content: center;
  }

  .video_artist {
    padding: 20px 30px;
    text-align: center;
  }
  .video_artist iframe {
    width: 98%;
    height: 250px;
  }

  .press {
    padding: 20px 30px 50px !important;
    font-size: 18px;
  }
  .press h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .press .meta_press {
    color: #ff6800;
    margin-top: -10px;
    display: block;
    font-size: 23px;
  }
  .press .quote {
    margin-bottom: 40px;
  }

  .blog_single .blog_wrapper img {
    height: 400px;
  }
  .blog_single .text_single {
    margin-top: 40px;
  }

  .team_first {
    background: #ff6800;
    width: 90%;
    margin: -40px auto 100px;
    padding: 30px;
    border-radius: 30px;
  }
  .team_first p {
    color: white;
  }
  .team_first .collapse_content .card-body {
    border: none !important;
    padding: 10px 0;
    font-size: 18px;
    line-height: 30px;
    background: transparent;
    font-family: "Roboto";
    color: white;
    font-size: 16px;
  }

  .team_members {
    padding: 50px 20px;
  }
  .team_members h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .team_members h3 {
    font-size: 25px;
  }
  .team_members .member_wrapper {
    width: 90%;
    margin: 20px auto;
  }
  .team_members .member_wrapper img {
    border-radius: 30px;
    height: 370px;
    margin: 10px auto;
    width: 100% !important;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .team_members .member_wrapper h3 {
    font-size: 20px;
    margin: 10px auto 5px;
  }
  .team_members .member_wrapper span {
    font-family: "Roboto";
    display: block;
    font-size: 17px;
    line-height: 22px;
  }
  .team_members .member_wrapper .position {
    color: #ff6800;
  }

  .newsletter_content {
    margin-top: -40px;
  }
  .newsletter_content h2 {
    color: white;
    margin-bottom: 40px;
  }
  .newsletter_content form input {
    border: none;
    padding: 10px 10px;
  }

  .spacer {
    height: 30px;
  }

  .carousel img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  .carousel .carousel-indicators {
    background: #ffe2cf;
    width: auto;
    border-radius: 0 0 0 20px !important;
    height: 40px;
    padding-top: 7px;
    right: 0 !important;
    left: auto;
    position: absolute;
    top: 100px !important;
    margin-right: 0;
    padding: 5px 20px !important;
  }
  .carousel .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #FF6800;
    background-clip: padding-box;
    transition: opacity 0.6s ease;
  }

  .header_artist img {
    height: 100px;
    width: 100%;
    object-fit: cover;
  }

  .header_team {
    height: 150px;
  }

  .nav-item-38 {
    display: none;
  }

  header .navbar {
    margin-left: 0px !important;
  }

  header {
    padding: 25px 0;
    height: auto;
  }

  .navbar img {
    width: 50px !important;
  }
  .navbar .mx-auto {
    background: white;
    text-align: left;
    padding-top: 5px;
    padding-left: 2px;
    margin: 0 !important;
    height: auto !important;
  }
  .navbar .mx-auto li a {
    padding: 10px 0;
  }
  .navbar .mx-auto li img {
    margin-top: 0px !important;
  }

  header .navbar {
    margin-left: 0px;
    padding: 0 10px;
  }
  header .navbar .dropdown-menu {
    padding: 5px !important;
    margin: 0 !important;
    left: 0;
    top: 0;
    border: none;
  }
  header .navbar .dropdown-menu li {
    padding: 5px 10px 5px 10px !important;
  }
  header .navbar .dropdown-menu li a {
    padding: 0 !important;
    margin: 0 !important;
  }

  .navbar-nav-scroll {
    max-height: 1000px;
    overflow-y: auto;
  }

  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }

  .social_header {
    display: none;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  .logo_mobile {
    display: block;
  }
  .logo_mobile img {
    width: 35px;
    position: absolute;
    right: 30px;
    top: 20px;
  }

  h3 {
    font-size: 25px;
  }

  .newsletter_single {
    padding: 0 20px 80px;
  }
  .newsletter_single h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  footer {
    background: #fee2ce;
    padding: 70px 20px 20px;
    text-align: center;
  }
  footer img {
    width: 100px;
  }
  footer p {
    margin: 0px 0;
    color: #ff6800;
    font-size: 18px;
    line-height: 25px;
    font-family: "Roboto";
  }
  footer .img_footer {
    clear: both;
    float: none;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .social_footer {
    margin-top: 20px;
  }
  .social_footer ul {
    margin: 0;
    padding: 0;
  }
  .social_footer ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 30px;
  }
  .social_footer ul li i {
    color: #ff6800;
  }
  .social_footer ul li a {
    font-size: 30px;
  }

  .copyright {
    margin-top: 90px;
    margin-bottom: 10px;
    color: #ff6800;
  }
  .copyright ul {
    margin: 0;
    padding: 0;
  }
  .copyright ul li {
    list-style: none;
    display: block;
    margin: 10px 0;
    font-size: 14px;
  }

  .back a {
    font-size: 19px !important;
    background: white;
    padding: 15px 17px;
    border-radius: 12px;
  }

  .footer_nav {
    margin-top: 30px;
    font-size: 18px;
    line-height: 25px;
  }
  .footer_nav li a {
    font-size: 18px;
    line-height: 25px !important;
  }
  .footer_nav p {
    margin: 4px 0;
  }

  .footer_big {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    background: #fee2ce;
  }

  p {
    line-height: 21px;
  }

  .press {
    padding: 30px 20px 50px;
    font-size: 16px;
  }
  .press h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .press .meta_press {
    color: #ff6800;
    margin-top: -10px;
    display: block;
    font-size: 23px;
  }
  .press .quote {
    margin-bottom: 40px;
  }

  pre {
    color: #ff6800;
    margin-top: -15px;
    display: block;
    font-size: 15px;
    font-family: "Roboto";
  }

  .header_team {
    height: 20vh;
    padding: 30px 40px 50px;
    color: white;
  }

  .single_blog {
    background: #ff6800;
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
    padding: 15px 10px 5px 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .single_blog h3 {
    font-size: 20px;
    color: white;
  }
}
@media (max-width: 500.98px) {
  .artist_first {
    padding: 60px 30px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
    font-size: 30px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 30px;
  }
  .artist_first .text_block {
    margin-top: 20px;
    padding-left: 0px;
  }
  .artist_first .social_artist {
    padding: 0;
    margin: 0px 0;
  }
  .artist_first .social_artist li {
    list-style: none;
    display: inline-block;
    margin: 20px 10px 0 0;
    font-size: 20px;
  }

  .header_artist img {
    height: 90px;
    width: 100%;
    object-fit: cover;
  }
}
.lowera {
  text-transform: none !important;
}

@media (max-width: 400.98px) {
  .artist_first {
    padding: 60px 30px;
  }
  .artist_first h1 {
    border-bottom: 4px solid #ff6800;
    display: table-cell;
    padding-bottom: 15px;
    font-size: 30px;
  }
  .artist_first .img_block {
    margin-top: 50px;
  }
  .artist_first .img_block img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 30px;
  }
  .artist_first .text_block {
    margin-top: 20px;
    padding-left: 0px;
  }
  .artist_first .social_artist {
    padding: 0;
    margin: 0px 0 !important;
  }
  .artist_first .social_artist li {
    list-style: none;
    display: inline-block;
    margin: 27px 10px 0 0;
    font-size: 10px !important;
  }
  .artist_first .social_artist li a {
    font-size: 20px !important;
  }

  .news_btn {
    margin-top: 27px !important;
    text-align: right;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .news_btn a {
    font-size: 14px !important;
  }

  .btn_artist_other {
    margin: -20px !important;
  }

  .btn_artists_other li a {
    font-size: 14px !important;
    margin: 10px 0;
    padding: 5px 20px !important;
    border-radius: 50px;
    width: 100%;
    color: black;
    border: 2px solid black;
    display: block;
    text-align: center;
  }

  .header_artist img {
    height: 80px;
    width: 100%;
    object-fit: cover;
  }

  .first_section {
    padding: 40px 20px;
    text-align: center;
  }
  .first_section a {
    color: black;
  }
  .first_section .artist_wrapper {
    position: relative;
    margin-top: 80px;
    margin-bottom: 20px;
    margin: 20px 10px 20px;
    border-radius: 20px;
  }
  .first_section .artist_wrapper img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 20px;
  }
  .first_section .artist_wrapper_caption {
    background-color: #FF6801;
    border-radius: 40px;
    width: 100%;
    height: 280px;
    padding: 100px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 40px;
  }
  .first_section .artist_wrapper_caption:hover {
    opacity: 1;
  }

  .carousel img {
    width: 100%;
    height: 80px;
    object-fit: cover;
  }
  .carousel .carousel-indicators {
    background: #ffe2cf;
    width: auto;
    border-radius: 0 0 0 30px;
    height: 40px;
    padding-top: 7px;
    right: 0 !important;
    left: auto;
    position: absolute;
    top: 80px !important;
    margin-right: 0;
    padding: 5px 40px;
  }
  .carousel .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #FF6800;
    background-clip: padding-box;
    transition: opacity 0.6s ease;
  }

  .second_section {
    padding: 50px 30px;
  }
  .second_section img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 30px;
  }
  .second_section .blog_text {
    margin-top: 20px;
  }
  .second_section .blog_text h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .second_section .blog_text .meta {
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    opacity: 50%;
  }
  .second_section .blog_text p {
    width: 100%;
  }
  .second_section .blog_text a {
    color: #FF680 !important;
    text-transform: uppercase;
    font-family: "Roboto";
    text-decoration: none;
  }

  .blog {
    margin-top: 0px;
  }

  .blog_single .blog_wrapper img {
    height: 270px;
  }
  .blog_single .text_single {
    margin-top: 40px;
  }

  .team_members .member_wrapper {
    width: 90%;
    margin: 20px auto;
  }
  .team_members .member_wrapper img {
    border-radius: 30px;
    height: 250px;
    margin: 10px auto;
    width: 100% !important;
    object-fit: cover;
    filter: grayscale(100%);
  }
  .team_members .member_wrapper h3 {
    font-size: 18px;
    margin: 10px auto 5px;
  }
  .team_members .member_wrapper span {
    font-family: "Roboto";
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  .team_members .member_wrapper .position {
    color: #ff6800;
  }
}

/*# sourceMappingURL=style.css.map */
