/* General Styling start */

body {
    margin: 0;
    padding: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #444;
}

.btn{
	border-color: #000000;
    background-color: #000000;
    color: #FFFFFF !important;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}
.btn:hover{
	opacity: 0.9;
}
p{
	font-size: 16px;
	font-weight: 400;
	color: #444444;
    line-height: 1.5;
    margin-bottom: 1rem !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    color: #444444;
}



@media only screen and (max-width: 767px) {
	h1 {
		font-size: 1.5rem;
	}
	h2 {
		font-size: 1.5rem;
	}
}
.btn {
    border-color: #000000;
    background-color: #000000;
    color: #FFFFFF !important;
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.btn:hover{
    background-color: #3a3939;
}

a { text-decoration: none; }
/* General Styling end */

/*header start*/
.top-left span {
    font-weight: 700;
    font-size: 16px;
    vertical-align: bottom;
}
.navbar { padding-top: 24px; padding-bottom: 70px; }
.navbar-brand { vertical-align: super; }
@media only screen and (max-width: 1024px) {
    .container-fluid { 
        flex-direction: column;
        text-align: center;
        max-width: 500px;
    }
    .top-left span {
        font-weight: 700;
        font-size: 16px;
        width: 100%;
        display: block;
        text-align: center;
        margin: 10px 0;
    }
    .navbar-brand { margin-right: 0; }
    .navbar { padding-top: 24px; padding-bottom: 50px; }
}
/*header end*/

/*slider start*/
.carousel { position: static; }
.carousel-control-prev, .carousel-control-next {
    opacity: 1; width: 100px; top:-80px;
}
.carousel-control-prev span, .carousel-control-next span { 
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #000;
    padding: 5px 10px;
    color: #000;
    transform: rotate(270deg);
 }
 .carousel-caption {
     position: static;
 }
 .carousel-caption h5 {
     font-weight: 700;
 } 
 .carousel-indicators {
     position: static;
     clear: both;
     margin-bottom: 0;
 }
 .carousel-indicators [data-bs-target] {
     width: 22px;
     height: 22px;
     border: 2px solid #000;
     opacity: 1;
}
.carousel-indicators .active {
    background-color: #000;
}
@media only screen and (max-width: 1024px) {
   /* .carousel-item img {
        width: 80%;
        height: auto;
    }*/
    .carousel-control-prev, .carousel-control-next { width: 45px; }
}

/*.carousel-item{
    height: 70vh;
}*/

.carousel  .carousel-item .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 40px;
}
.carousel  .carousel-item .inner > div{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


/*slider end*/

/*about us start*/
.aboutus {
    max-width: 1100px;
    margin: auto;
}
.aboutus h1 {
    font-size: 30px;
    color: #444444;
    font-weight: 700;
}
.aboutus h2 {
    font-size: 22px;
    color: #444444;
    font-weight: 700;
}
.aboutus p { max-width: 311px;   }
.payment-info p { font-size: 14px; max-width: 220px; }
.font18 { font-size: 18px !important; }
.artists-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.right-bottom p { font-weight: 600; }
.right-bottom p a {
    color: #444444;
    text-decoration: none;
    
}
.right-bottom p a:hover { text-decoration: underline; } 
@media only screen and (max-width: 767px) { 
    .aboutus { text-align: center; }
    .aboutus p { margin: auto; max-width: 100%; }
    .font18, .payment-info, .right-top { margin-bottom: 24px !important; }
}
/*about us end*/
/*artists start*/
.artists {
    max-width: 1040px;
    margin: auto;
 }
 .artists p {
    max-width: 500px;
    
 }
 .artists h1 {
    font-size: 30px;
    color: #444444;
    font-weight: 700;
}
.artists h2 {
    font-size: 22px;
    color: #444444;
    font-weight: 400;
    margin-bottom: 25px;
}
.artists-img {
    border-radius: 5px;
 }
 .social-box a { margin: 0 10px;}
 @media only screen and (max-width: 768px) { 
     .artists-img { width: 100%; height: auto; }
     .artists p { margin: auto; max-width: 100%; }
  }
/*artists end*/

/*footer start*/
.footer  {
    padding-top: 70px;
    padding-bottom: 24px;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.nav-links a {
    font-size: 14px;
    color: #444444;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    padding-right: 10px;
}
.footer-inner a:hover {
    text-decoration: underline;
}
.nav-links a::after {
    content: "|";
    position: absolute;
    right: 0;
    top: -2px;
}
.nav-links a:last-child::after {
    content: none;
}
.copy {
    font-size: 14px;
    color: #444444;
}
.copy a {
    color: #444444;
    font-size: 14px;
    text-decoration: none;
}
@media only screen and (max-width: 1024px) {
    .footer-inner {
        flex-direction: column;
        text-align: center;
    }
    .footer  {
        padding-top: 40px;
        padding-bottom: 24px;
    }
    .nav-links { margin-bottom: 20px; }
}
/*footer end*/