@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Teko:wght@500&family=Zilla+Slab:ital,wght@1,300&display=swap');

/****************************************************************************/

html {scroll-behavior: smooth;}
body { background:#fff; color:#000;font-family: 'DM Sans', sans-serif;font-weight:400; font-size:18px; line-height:1.6; margin:0px; padding:0px;}

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  outline: none;
}

.ff-teko{font-family: 'Teko', sans-serif;}
.ff-zilla{font-family: 'Zilla Slab', serif;}

.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-16{font-size:16px;}
.fs-18{font-size:18px;}
.fs-20{font-size:20px;}
.fs-22{font-size:22px;}

.fw-light{font-weight:300!important;}
.fw-normal{font-weight:400 !important;}
.fw-medium{font-weight:500!important;}
.fw-semi{font-weight:600!important;}
.fw-bold{font-weight:700!important;}
.fw-ebold{font-weight:800!important;}

.py-100{padding-top:100px;padding-bottom:100px;}
.py-60{padding-top:60px;padding-bottom:60px;}
.py-80{padding-top:80px;padding-bottom:80px;}

.ls-40{letter-spacing:0.04em;}
.ls-100{letter-spacing:0.1em;}
.ls-200{letter-spacing:0.2em;}

.bg-dark{background-color:#1e1e1e!important;}
.bg-secondary{background-color:#dadada!important;}
.bg-light{background-color:#f0f0f0!important;}
.bg-primary{background-color:#000067!important;}
.bg-danger{background-color:#ee0000!important;}
.bg-purple{background-color:#800080!important;}

.text-danger{color:#ee0000!important;}

.rounded-40{border-radius:40px;} 
.rounded-30{border-radius:30px;} 

a{color:#ee0000;}
a:hover{color:#000000;}

a img:hover{opacity:0.7;}

a.underline{text-decoration:underline;}
a.underline:hover{text-decoration:none;}

p{margin-bottom:20px;}
a, a:hover { text-decoration:none; outline:none}

h1, h2, h3, h4, h5, h6 {}
.hhd{font-size:45px; }
.hd{font-size:40px; }
h1,h2.h1{font-size:35px; }
h2{font-size:30px;}
h3{font-size:28px;}
h4{font-size:25px;}
h5{font-size:20px;}
h6{font-size:16px;}

.list{ padding: 0;margin: 0;list-style-type: none;}
.list li {background: url('../images/arrow.png') left 10px no-repeat;padding-left:25px;}
li.no-icon{background:none;}

.radio input[type=radio]{margin-top:10px;}
.container {position:relative;}

.btn { text-decoration:none !important;text-transform:uppercase;border-radius:30px;font-size:14px;font-weight:700;padding:5px 30px;}

.btn-black{border-color:#000!important;background-color:#000!important;color:#fff !important;}
.btn-black:hover,.btn-black:focus{border-color:#424242!important;background-color:#424242!important;color:#fff !important;}

.btn-dark{border-color:#424242!important;background-color:#424242!important;color:#fff !important;}
.btn-dark:hover,.btn-dark:focus{border-color:#000!important;background-color:#000!important;color:#fff !important;}

.btn-danger{border-color:#ee0000!important;background-color:#ee0000!important;color:#fff !important;}
.btn-danger:hover,.btn-danger:focus{border-color:#000!important;background-color:#000!important;color:#fff !important;}

.card-img-top {border-radius: 0px !important;/* border-top-right-radius: calc(.25rem - 1px); */}
 
.form-control{border-radius:0;}
.form-control::placeholder{color:#6d6d6d;}

.social-icons li a{background-color:#ee0000;color:#fff;font-size:18px;margin-right:15px;width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;display:inline-block;}
.social-icons li a:hover{background-color:#000;color:#fff;}

.carousel-indicators{bottom:-70px;}
.carousel-indicators  [data-bs-target] {width:12px;height:12px;border-radius:50%;margin-right:10px;opacity:1;background-color:#000;}
.carousel-indicators .active{background-color:#ee0000;}

.centered {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

#ScrollToTop {display: none;position: fixed;bottom: 20px;right:90px;z-index: 99;border: none;outline: none;  background-color:#ee0000;color: white;cursor: pointer;padding:0px;border-radius: 10px;font-size: 25px;border-radius:50%;width:50px;height:50px;line-height:50px;}

#ScrollToTop:hover {background-color:#000;}
.Slider {position: relative;}
/*.artist .Slider {position: relative;padding:0px;}*/
.Slider .cycle-prev, .Slider .cycle-next {position: absolute;top: 45%;right: -30px;z-index: 99;cursor: pointer;z-index:999;}
.Slider .cycle-prev {left: -40px;right: auto;}
.Slider .slideshow {overflow: hidden;}
.Slider .slideshow .isItem{ white-space: normal;padding: 0px 10px;vertical-align: top;}
.slideshow .cycle-slide.cycle-sentinel{visibility: hidden!important;}
.bodr-bottom:after {content: ""; display: block;width:100%; border-bottom:solid 2px #1f1f1f; padding-bottom:20px;}
.bw-img { -webkit-filter: grayscale(100%); filter: grayscale(100%);}