/* font family  */

@import url('https://fonts.googleapis.com/css2?family=Holtwood+One+SC&display=swap');

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Black.woff') format('woff2'),
        url('../fonts/fontfamily/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-BlackItalic.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Black.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-LightItalic.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-BoldItalic.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Light.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-MediumItalic.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-ThinItalic.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/fontfamily/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/fontfamily/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* font family  */



/*common css  */

*,*::before,*::after{
	padding:0;
	margin:0;
	box-sizing:border-box;
}

html{
	scroll-behavior: smooth;
}


body{
	font-size:1rem;
	font-family: 'Roboto';
	overflow-x:hidden;
}
h1,h2,h3,h4,h5,h5,h6,ul,p,ul{
	margin:0;
}
 

h1{
    font-family: "Holtwood One SC", serif;
}

ul{
	list-style:none;
}

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

img{
	max-width:100%;
	width:100%;
}
textarea{
    resize:none;
}

:root {
  --main-color: hsl(0deg 100% 17.25%);
  --btn-color:#9b3b2b;
  --bg-black:#000;
  --pane-padding: 5px 42px;

}



.pt-20{
	padding-top:20px;
}

.pb-20{
	padding-bottom:20px;
}

/* components  */

/*

1) Header 

2) Sections

3) Footer

*/

/* components  */


/* Header css  */

/* End of Header css  */

/* Footer css */

/* End of Footer css */



/* media query  */



@media screen and (max-width:767.99px){
	
}

/* ***************header******************** */
/* .form-control{
    padding: 20px;
    width:300px

} */

.back-to-top{
          background-color:#2A7993;
}

.drop-quick{
    background-color:#000000;
}
.navbar-light .navbar-toggler{
    border:none !important;
}
.navbar-toggler:focus{
    box-shadow:unset;
}

.banner-inersection{
    max-width: 80%;
    margin: auto;
}

.bg-main{
    background-color: var(--main-color);
}
.navbar{
    justify-content: space-between;
}
 .button-radius{
    border-radius: 16px;
 }
 .banner-section{ 
    background-image: url('../admin_dashboard_css/images/7416.jpg');
    padding: 0%;     
     background-size: cover;    

 }

 .font-bold{
    font-weight: bold;
 }

 .horrizontal{
    color: #fff;
 }
 .main-heading{
    color: #fff;
    font-size: 44px;
 }
.inner-banner{
   background:  #000000bd;
   height: 100%;
}
.owl-nav{
position: absolute;
top: -155px;
right: 0;
font-size: 53px;
}

.discover .owl-nav button{
width: 38px;
height: 38px;
border-radius: 50%!important;
display: flex!important;
justify-content: center!important;
align-items: center!important;
background-color: #fff!important;
}


.discover .owl-nav button span
{
    margin-bottom: 6px;
}

.discover .owl-nav .owl-prev{
    position: absolute;
    right: 53px;
}


.discover .owl-nav .owl-next{
    position: absolute;
    right: 0px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--main-color)!important;
    color: #FFF!important;
    text-decoration: none!important;
}

.bg-black{
    background-color: var(--bg-black);
}
.inside-cards{
    font-size: 12px;
}
.About-section{
    background-color: hsl(0deg 100% 17.25%);
    padding: 0;
}
.Abt-button{
    background-color:var(--main-color);
    color: #fff;
    border-radius: 6px;

}

.abt-para{
    font-size: 14px;
}
 
.card{
    border: none;
}
.latest-concert{
    align-items: center;
}
.latest-concert-heading{
    color: var(--main-color);
}
.latest-concert-para{
    font-weight: 500;
}
 .horizontal{
    color:#000
 }
 .subscribe-section {
    z-index: 999;
    background-color: #fff;
    width: 45%;
    padding: 25px 0px 25px 25px;
 }
 .subscribe-section-image{
    z-index: 1;
 }
 .subscribe-section{
    position: absolute;
    bottom: -44px;
    right: -32px;
    z-index: 27;
 }

.subscribe-section-after{
 position: absolute;
    content: '';
    background: var(--main-color);
    width: 100%;
    height: 100%;
    top: 20px;
    left: 20px;
    z-index: -23;
}
.subscribe-section-start{
    position: relative;
}
.image-wrapper{
width:158px;
}
 

.subscribe-section-start:after{
    position: absolute;
    bottom: -72px;
    right: -53px;
    z-index: 25;
    content: "";
    background:var(--main-color);
    width: 38%;
    height: 220px;
}

.button{
    background-color:var(--btn-color);    
}
.footer-heading{
    font-weight: 600;
}
.footer-section img{
   /*height: 30px;*/
   width: 30px;
   
}
 .footer-end{
    background-color:var(--main-color);
    overflow-x: hidden;
    

    
 }
 .footer-link{
    text-decoration: underline;
 }
 .footer-stay-section {
       background-color: #fff;
 }

 .discover .owl-nav .owl-prev {
    position: absolute;
    right: 53px;
}

.header-forms{
    display: flex;
}

.btnFormSearch ,.btnFormLocation{
    position: absolute;
}

.btnFormLocation{
    right: 15px;
}

.mw-230{
    max-width: 230px;
}

.input_border_left{
    border-radius: 20px 0 0 20px;
}

.input_border_right{
    border-radius: 0 20px 20px 0;
    padding-left: 2rem;
}

.location-icon{
    left: 10px;
    top: 8px;
}

.card-img-wrapper img {
    height: 193px;
    object-fit:cover;
}
.card-body-space{
    height:130px;
}

.btnFormLocation {
    border-radius: 50%;
    background-color: var(--secondary);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    top: 4px;
    font-size: 13px;
}

@media screen and (max-width:768px) {
    .subscribe-section{
        position: unset;
        width: 100%;
    }

    .subscribe-section-start:after{
        width: 90%;
        right: -25px;
        bottom: -35px;
        z-index: -15;
    }
draft-card

    .discover .owl-nav .owl-prev{        
        background-color: #000 !important;
        color: #fff;
    }

   .discover .owl-nav .owl-prev{        
        background-color: #000 !important;
        color: #fff!important;
    }
    .discover  .owl-nav{
        top: -90px;
    }
        
}
.music-girl{
   background-image:url('../admin_dashboard_css/images/music-girl.jpg');
background-size: cover;
    background-position: 0 -130px;
}
.contact-img{
     background-image:url('../admin_dashboard_css/images/side-view-female-dj-setting-console (1).jpg');
    background-size: cover;
    /*background-position: 0 -130px;*/
}
.tbl-img-wrapper img{
    height:81px;
}
  
/********** Template CSS **********/
:root {
    --primary: #580000;
    --light: #F3F6F9;
    --dark: #000;
    --secondary:#2A7993;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-main{
    background-color: var(--primary)!important;
}

.bg-semi{
    background-color: var(--secondary)!important;
}

.text-main{
    color: var(--primary);
}

.text-semi{
    color:var(--secondary)!important
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Layout ***/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    height: 100vh;
    overflow-y: auto;
    background: var(--light);
    transition: 0.5s;
    z-index: 999;
}

.content {
    margin-left: 280px;
    min-height: 100vh;
    background: #FFFFFF;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -280px;
    }

    .content {
        width: calc(100% - 250px);
    }

    .content.open {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -280px;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}


/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 20px;
    color: var(--light);
    font-weight: 500;
    /* border-left: 3px solid var(--light); */
    /* border-radius: 0 30px 30px 0; */
    outline: none;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
    color: var(--light);
    background: var(--dark);
    border-color: var(--dark);
}
.nav-link-b:hover{
     background-color:blue;
}

.sidebar .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* .sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
    background: var(--light);
} */

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    /* border-radius: 0 30px 30px 0; */
}

.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: var(--dark);
    outline: none;
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 40px;
}

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}


/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.progress .progress-bar {
    width: 0px;
    transition: 2s;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}

.sidebar .dropdown-item{
    color: var(--light);
}


.content .navbar .dropdown-toggle::after{
    color:white
}

.form-select:focus{
    box-shadow: unset;
    border-color:var(--primary)
}

.grad-1{    
    background: rgb(78,84,200);
    background: linear-gradient(0deg, rgba(78,84,200,1) 0%, rgba(143,148,251,1) 100%);
}
.grad-2{    
    background: rgb(255,117,140);
    background: linear-gradient(0deg, rgba(255,117,140,1) 0%, rgba(255,126,179,1) 100%);
    }

.grad-3{    
    background: rgb(22,160,133);
    background: linear-gradient(128deg, rgba(22, 160, 133, 1) 0%, rgba(244, 208, 63, 1) 110%);
}
    
.grad-4{
background: rgb(142,84,233);
background: linear-gradient(0deg, rgba(142,84,233,1) 0%, rgba(71,118,230,1) 100%);
}

.dropdown-item:hover,
  .dropdown-item:focus {
    background-color: var(--primary);
    color:#ffffff;
}
   
}
.dropdown-item:hover,
  .dropdown-item h6:focus {
    background-color: var(--primary);
    color:#ffffff;
}
   
}
.table-draftpage{
    line-height: 3.5;

}
.draft-card{
    height: 100%;
    object-fit:cover;
    width: 50px;
}
.atendedraft-card{
    height: 100%;
    object-fit:cover;
    width: 50px;
}
 .first-table{
    position: relative;
 }
 .second-table{
    top: 82px;
    right: 0;
    width: 300px;
    line-height: 1;

 }
 .second-m-table{
    top: 82px;
    right: 0;
    width: 300px;
    line-height: 1;
 }
 .savedattende{
    top: 82px;
    right: 0;
    width: 300px;
    line-height: 1;
 }
 .atendeesmanagement{
    top: 82px;
    right: 0;
    width: 300px;
    line-height: 1;
 }
/*slider toggle css*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #219d46;
}

input:focus + .slider {
  box-shadow: 0 0 1px #219d46;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
  
   
.right-0{ 
    left:unset!important;
    right:0px!important;
}


a.navbar-brand.text-white:focus-visible{
outline:none!important;    
}

.dropimage-section{
      left: 50%;
    right: 50%;
    width: 90%;
    top:50% !important;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
        text-align: center;
            
            background:white;

}
.form-group{
    position:relative;
}
    
.dropsection{
      height:600px;
    border-radius: 20px;
    overflow: hidden;
    
}
.dropimg-para{
     font-size:12px;
 }
.main-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fa-download{
        font-size: 40px;

}
.second-table{
        right:44px;
    width: 293px;
    top: 0;
}
.promoter-gp{
    gap:20px 0px;
}
.attendes-gp{
        gap:20px 0px;
}

@media screen and (min-width:768px) {
        .tbl-overflow{
    overflow-x:unset!important;
}
}
@media screen and (max-width:768px) {
    .live-opt{
        display:none !important;
    }
    
    a.nav-link.dropdown-toggle.img-set{

    height: 40px;
    width: 40px;
    display: inline-block;
    margin-top: -20px !important;
}

   .admin-pic{
    display: inline-block;
    width: 40px;
   }
   .attende-pic{
        display: inline-block;
    width: 40px;
   }
   .promoter-pic{
        display: inline-block;
    width: 40px;
   }
}
.admin-gp{
      gap:20px 0px;
}

 .text-dark {
    color: #000000 !important;
}

.bg-black{
    background-color:#000!important;
}


input[type="file"]::file-selector-button {
    background-color: #2a7993;
    color: #fff;
}

.notification_count{
    width: 20px;
    display: inline-block;
    height: 20px;
    background: red;
    position: absolute;
    right: 6px;
    top: -16px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    color: #fff;
	}
	
.pagination-tbl{
    justify-items:center;
}


.navPagination svg{
	width:15px!important
}

.navPagination>nav{
	    display: flex;
    width: 100%;
    margin: 15px 0;
    justify-content: space-between;
    padding: 0 25px;
}

nav .hidden p {
    margin-right: 20px !important;
}

.navPagination>nav .hidden {
	display:flex
}

.list-group-item{
    cursor: pointer;
}


.ajs-dialog{
border:9px solid black;
border-radius:6px;
}

.ajs-header{
display: none;
}

.ajs-content{
 text-align: center;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:hover{
color: #fff;
  background-color: #580000;
  border:none;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel:hover{
color: #fff;
  background-color: #580000;
  border:none;
}