@font-face {
    font-family: "Brandon Grot W01 Light";
    src: url("https://db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.eot");
    src: url("https://db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.svg#Brandon Grot W01 Light")format("svg");
}
/*body{
        font-family: 'brandon_grotesque_nathan_deTh';
}*/
    .container {
    max-width: 1400px;
}

/*# sourceMappingURL=custom.min.css.map */
.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse]:after {
    display:none;
}

.navbar-menu {
    background: #ffffff !important;
    border-right: 1px solid #656467 !important;

}
.navbar-menu .navbar-nav .nav-link {
    color: #5e5e61 !important;
}

.login-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url(../images/login-bg2.jpg); */
    background-color: #5e5e5e;
}

.loginswallow .form-container {
    max-width: 450px;
    background-color: #ffffff;
    padding:0px;
    border-radius: 17px;
    backdrop-filter: blur(5px);
    border: 5px solid rgba(255, 255, 255, 0.1);
    /* box-shadow: 0 0 40px #ed307c40; */
    text-align: center;
}

.loginswallow .form-container h3 {
    font-size:35px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.loginswallow label {
    display: block;
    margin-top: 18px;
    font-size: 18px;
    font-weight:600;
    color: #000;
    text-align: left;
}

.loginswallow input {
    margin-top:0;
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 300;
    background: rgb(255 255 255 / 22%);
    border: 1px solid #ed307c;
    border-radius: 5px;
    width: 100%;
    color: #262626;
    /* text-align: center; */
}
.loginswallow input::placeholder {
  color:#262626;
  font-weight: 600;
  
}
.loginswallow input:hover {
    background:transparent;
    transition: all 0.5s ease;
}

.loginswallow input:focus {
    box-shadow: none;
    background: transparent;
    border: 1px solid #ed307c;
    outline: none;
}

.loginswallow .password-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    position: relative;
}

.loginswallow button {
    margin-top: 30px;
    width: 100%;
    background: #ed307c;
    border:1px solid #ed307c;
    border-radius: 5px;
    color: #e1e1e1;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.loginswallow button:hover {
    background: #f90265;
    border:1px solid #f90265;
    transition: all 0.5s ease;
}

.loginswallow .social-text {
    font-size: 18px;
    color: #000;
    margin-top: 15px;
}

.loginswallow .social-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.loginswallow .social-icon {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.loginswallow .social-icon i {
    color: white;
    font-size: 18px;
    transition: color 0.3s ease;
}

.loginswallow .social-icon:hover {
    background-color: #444;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.loginswallow .social-icon:hover i {
    color: #fff;
}

.loginswallow .login-text, .signup-text {
    color:#000;
    font-size: 16px;
    margin-top: 20px;
}

.loginswallow .login-text a, .signup-text a {
    color:#ed307c;
    text-decoration: none;
    font-weight: 600;
}

.loginswallow .login-text a:hover, .signup-text a:hover {
    color: #f52176;
    text-decoration: underline;
}

img.swallow-logo-login {
    width: 100%;
    margin-bottom:30px;
}

/**********login-2************/

.loginswallow-dashboard2 {
    background-color: rgb(255 255 255);
    padding: 20px 40px;
    border-radius: 5px;
    width: 400px;
}
.loginswallow-dashboard2 h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}

.loginswallow-dashboard .container a {
    text-decoration: none;
    color: #ed307c;
}

.loginswallow-dashboard .btn {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    background: #ed307c;
    padding: 15px;
    font-family: inherit;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
    color: #000;
}

.loginswallow-dashboard .btn:focus {
  outline: 0;
}

.loginswallow-dashboard .btn:active {
  transform: scale(0.98);
}

.loginswallow-dashboard .text {
  margin-top: 30px;
}

.loginswallow-dashboard .form-control {
    position: relative;
    margin: 20px 0 40px;
    background-color: transparent;
    border: 0;
    padding: 0;
    position: relative;
}

.loginswallow-dashboard .form-control input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px #9f9f9f solid;
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    color: #000;
}

.loginswallow-dashboard .form-control input:focus,
.loginswallow-dashboard .form-control input:valid {
  outline: 0;
  border-bottom-color:#ed307c;
}

.loginswallow-dashboard .form-control label {
  position: absolute;
  top: 15px;
  left: 0;
  pointer-events: none;
}

.loginswallow-dashboard .form-control label span {
  display: inline-block;
  font-size: 18px;
  min-width: 5px;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.loginswallow-dashboard .form-control input:focus + label span, .loginswallow-dashboard .form-control input:valid + label span {
    color: #000;
    transform: translateY(-30px);
}

.login-bg2 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-check {
    gap: 6px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.custom-check label {
    margin-bottom: 0;
}
.first-name1 {
    width: 50%;
}

.first-name2 {
    width: 50%;
}
.loginswallow select.form-control {
    margin-top: 10px;
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 300;
    background: transparent;
    border: 1px solid #ed307c;
    border-radius: 5px;
    width: 100%;
    color: #313131;
    font-weight: 600;
}
.loginswallow select.form-control:focus {
    box-shadow: none;
    background:transparent;
}
.first-name {
    display: flex;
    gap: 10px;
}

i#login-eye {
    position: absolute;
    right: 10px;
}

.modal-content {
    /* margin-top: 10%;
    margin-top: 30% */
    margin: 10% 5%;
  }

/********************************nav-header***************************************/

li.mobile1{
    display: none;
}

li.origanies1.one {
    border-right: 1px solid #59595b;
}
li.origanies1 a {
    line-height: 32px !important;
}
.mb-latest {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    padding-top: 20px;
}
li.origanies1 a {
    font-size: 20px !important;
}

li.login1 {
    background-color: #59595b;
    padding: 0px 12px !important;
    height: 50px;
    border-radius: 5px;
    margin-right: 22px;
}
li.login1 a {
    color: #fff !important;
    line-height: 50px;
    font-size: 24px !important;
/*    line-height: 50px !important;*/
}

li.login2 {
    background-color: #ec2e7b;
    padding: 0px 12px !important;
    height: 50px;
    border-radius: 5px;
}
li.login2 a {
    color: #fff !important;
    line-height: 50px;
    font-size: 24px !important;
/*    line-height: 50px !important;*/
}

img.swallow-logo {
    width: 400px;
}
.swallow-nav .navigation {
    background: #fff;
    /* padding-bottom: 20px; */
}
.swallow-nav .brand {
    position: inherit;
    float: left;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 1.4em;
}
 .swallow-nav .brand a, .brand a:visited {
     color: #ffffff;
     text-decoration: none;
}
.swallow-nav .nav-container {
    padding: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .swallow-nav nav {
     float: right;
     width: 100%;
}
 .swallow-nav nav ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 .swallow-nav nav ul li {
     float: left;
     position: relative;
}
 .swallow-nav nav ul li a,nav ul li a:visited {
     display: block;
     padding: 0 12px;
     line-height:50px;
     color: #fff;
     background: #262626 ;
     text-decoration: none;
}
.swallow-nav nav ul li a {
    background: transparent;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}
.swallow-nav nav ul li a:hover, nav ul li a:visited:hover {
    /* background: #2581DC; */
    color: #e619d1;
}
 .navbar-dropdown li a{
     background: #2581DC;
}
.swallow-nav nav ul li a i.fa-solid.fa-angle-down {
    padding-left: 4px;
    content: ' \f107';
    color: #e619d1;
}
 .swallow-nav nav ul li ul li {
     min-width: 190px;
     width: 100%;
}
 .swallow-nav nav ul li ul li a {
     padding: 15px;
     line-height: 20px;
}
h3.tools-heading1 {
    font-size: 20px;
    padding: 20px 0 0 13px;
    color: #e619d1;
}

ul.navbar-dropdown.more {
    width: auto;
}

ul.navbar-dropdown.more-list {
    width: auto;
    margin-top: 10px;
}
.swallow-nav .navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    width:900px;
    border-radius: 15px;
    top: 72px;
}
ul.tools-heading2 li a {
    padding: 12px 15px !important;
    line-height: 25px !important;
}
ul.tools-heading2 li a i {
    font-size: 15px;
}
/* Mobile navigation */
 .swallow-nav .nav-mobile {
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     background: transparent;
     height: 55px;
     width: 70px;
}
ul.tools-heading2 li a i {
    padding-top: 5px;
}
ul.tools-heading2 li a {
    gap: 10px;
    display: flex !important;
}
.artist-vebder {
    border-right: 1px solid #59595b;
    padding-bottom: 15px;
}

 @media only screen and (max-width: 1300px) {
     .swallow-nav .nav-mobile {
        display: block;
        margin-top: 16px;
    }
     .swallow-nav .swallow-nav nav {
         width: 100%;
         padding: 55px 0 15px;
    }
     .swallow-nav nav ul {
         display: none;
    }
     .swallow-nav nav ul li {
         float: none;
    }
         .swallow-nav nav ul li a {
        padding: 15px;
        line-height: 20px;
        background: #ffffff;
    }
.swallow-nav nav ul li ul li a {
        padding: 2px 18px;
    }
    .swallow-nav .navbar-dropdown {
        position: static;
        border-radius: 0;
    }
li.login1 a {
    background: transparent !important;
}
li.login2 a {
    background: transparent !important;
}
    li.login1 {
        margin-right: 0px !important;

    }

}
 @media screen and (min-width:1300px) {
     .swallow-nav .nav-list {
         display: block !important;
    }

}
 .swallow-nav #navbar-toggle {
     position: absolute;
     left: 18px;
     top: 15px;
     cursor: pointer;
     padding: 10px 35px 16px 0px;
}
 .swallow-nav #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #5a5b5d;
    position: inherit;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
 .swallow-nav #navbar-toggle span:before {
     top: -10px;
}
 .swallow-nav #navbar-toggle span:after {
     bottom: -10px;
}
 .swallow-nav #navbar-toggle.active span {
     background-color: transparent;
}
 #navbar-toggle.active span:before, #navbar-toggle.active span:after {
     top: 0;
}
 #navbar-toggle.active span:before {
     transform: rotate(45deg);
}
 #navbar-toggle.active span:after {
     transform: rotate(-45deg);
}


 /*******************notification*******************/
 .notification-popup {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 2rem 2rem #00000014;
    margin-top: 50px;
}

.notification-main .close-btn {
    float: right;
    cursor: pointer;
    font-size: 24px;
    color: #ffffff;
    background: #5b5b5b;
    border: none;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    padding: 7px;
}

.close-btn:hover {
  background-color: #e0d4ff;
  color: #38196b;
  border: 1px solid #c7a4ff;
}
.notification {
    margin: 18px auto;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #5b5b5b;
    padding-bottom: 25px;
    margin-bottom: 20px;
        gap: 25px;
}

.notification-main h2 {
    font-size: 32px;
    color: #5b5b5b;
    margin-bottom: 0px;
}

.notification-icon {
    display: flex;
}

.notification-icon i.fa-solid.fa-bell.active {
    color: #ed307b;
    height: 50px;
    width: 50px;
    font-size: 22px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ed307b;
}

.notification-icon i.fa-bell {
    height: 50px;
    width: 50px;
    font-size: 22px;
    color: #5b5b5b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5b5b5b;
}
.notification-icon p {
    margin-left: 15px;
    font-size: 18px;
    font-weight: normal;
}
.notification-main .button-container {
  display: flex;
  justify-content: right;
  gap: 15px;
}

.notification-main .block-btn, .allow-btn {
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.notification-main .block-btn {
    border: 1px solid #5b5b5b;
    color: #5b5b5b;
}

.notification-main .block-btn:hover {
  background-color:transparent;

}

.notification-main .allow-btn {
    border: 1px solid #eb307b;
    color: #eb307b;
}

.notification-main .allow-btn:hover {
  background-color:transparent;
}

.notification-main1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}




/********************************slider-css***************************************/

.carousel {
  position: relative;
  overflow: hidden;
  font-size: 2.5vmin;
}

.carousel-slider {
  display: flex;
  transition: 0.3s;
}

.carousel-slide {
  flex: 0 0 100%;
}

.carousel-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    height: 680px;
}

.carousel button {
  font-size: inherit;
  display: block;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 1em;
  border: none;
  cursor: pointer;
}

.carousel-prev {
  left: 2em;
}

.carousel-next {
  right: 2em;
}

.carousel-navigation {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 1em;
}

.carousel-bullet {
  width: 1em;
  height: 1em;
  border: none;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}

.carousel-bullet.is-active {
  background: #1c69d3;
}

section.landing-slider {
  
    position: relative;
}
button.carousel-prev {
    display: none;
}
button.carousel-next {
    display: none;
}

.landing-slider .carousel-control-prev:hover {
    background-color: transparent;
  }

  .landing-slider .carousel-control-next:hover {
    background-color: transparent;
  }
  .landing-slider .carousel-control-next-icon {
    background-color: #ec2e7a;
    border-radius: 25px;
    display: none;

  }
  .landing-slider .carousel-control-prev-icon {
    background-color: #ec2e7a;
    border-radius: 25px;
    display: none;

  }

/********************************sldier-text*********************************************/

li.dropdown__filter-selected {
    font-weight: 600;
}
.slider-text2 {
    width: 555px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
}
.slider-text2 p {
    font-size: 24px;
    color: #59595b;
    font-weight: normal;
    padding-top: 5px;
}
.slider-text2 h4 {
    font-size: 48px;
    color: #59595b;
    font-weight: normal;
    padding: 0 25px;
    line-height: 65px;
    padding-top: 45px;
}
.slider-text2 h4 span {
    color:#e619d1;
}
.slider-text .dropdown ul li {
    text-decoration: none;
    list-style: none;
    font-family: 'Brandon Grot W01 Light';
    font-weight: normal;
}
.slider-text .dropdown ul li:hover {
    background-color: #ec2e7b;
}

.slider-text {
    position: absolute;
    bottom: 130px;
    width: 100%;
/*    z-index: 99999999;*/
}
.slider-text .dropdown {
     width: 100%;
     font-family: 'Helvetica', sans-serif;
     font-weight: 300;
}
 @media (min-width: 768px) {
   
    .slider-text .dropdown {
        width: 400px;
        margin: 0 auto;
    }
    
}
 .slider-text .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
     transform: scaleY(1);
     opacity: 1;
}



.slider-text .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
    opacity: 1;
    padding-left: 0;
    z-index: 9999999999;
    background-color: #59595b !important;
    text-align: justify;
}
 .slider-text .dropdown__options-filter {
     width: 100%;
     cursor: pointer;
}
.slider-text .dropdown__filter {
    position: relative;
    display: flex;
    padding: 10px;
    color: #e619d1;
    background-color: #fff;
    border-radius: 0px;
    font-size: 22px;
    transition: 0.3s;
    border-bottom: 1px solid #e32b7c;
}
 .slider-text .dropdown__filter:focus {
     outline: none;
}
.slider-text .dropdown__filter::after {
    position: absolute;
    top: 45%;
    right: 20px;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #ec2e7b;
    border-bottom: 1px solid #ec2e7b;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.3s ease-in-out;
    /* color: #fff; */
}
 .slider-text .dropdown__select {
     position: absolute;
     top: 100%;
     left: 0;
     width: 100%;
     margin-top:0px;
     overflow: hidden;
     transform: scaleY(0);
     transform-origin: top;
     border-radius:0px;
     opacity: 0;
     transition: 0.2s ease-in-out;
}
li.dropdown__select-option.active {
    background-color: #ec2e7b;
    color: #fff;
}
.slider-text .dropdown__select-option {
    padding: 9px;
    background-color: transparent;
    border-bottom: 1px solid #2e2e2e;
    transition: 0.3s;
    color: #ffffff;
    font-weight: normal;
    font-size: 22px;
}
 .slider-text .dropdown__select-option:last-of-type {
     border-bottom: 0;
}

/*************************************tabs-css****************************************/

.tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.tabs li {
    padding: 10px;
    background-color: #f6f4f4;
    border-right: 1px solid white;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom:28px;
    background-color: #59595b;
    color: #fff;
    border-radius: 27px;
    padding: 9px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 52px;
}
.tabs li:hover {
    background-color: #ec2e7b;
}
.event-tabs li.active {
    background-color: #ec2e7b;
    color: #fff8fb;
    border: 1px solid #ec2e7b;
}
/*.tabs li.active,
.tabs li:hover {
  background-color: #ddd;
}*/

.content > div {
  padding: 20px;
}
.content > div:not(:first-child) {
  display: none;
}
section.event-tabs h3 {
    color: #59595b;
    text-align: center;
    font-size: 48px;
    margin-top: 70px;
    margin-bottom: 45px;
    font-weight: normal;
}

section.event-tabs h3 span {
    color: #e619d1;
}
.event-tabs-img img {
    padding: 10px;
    border-radius: 10px;
    box-shadow: 3px 4px 5px 0px #00000063;
}
.event-tabs-img {
    text-align: center;
    margin-bottom:50px;
}
.tab-section1-img img {
    width: 100%;
    border: 1px dashed #ec2e7b6b;
}
.tab-section1-img {
    position: relative;
}
.tab-section1-img3 {
    position: absolute;
    bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.tab-section1-img1 h5 {
    background-color: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 25px;
        color: #58575b;
}

.tab-section1-img2 h5 {
    background-color: #ec2e7b;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 25px;
    color: #fff;
}
.img-heading h4 {
    font-size: 24px;
    margin: 15px 0;
    color: #58575b;
    font-weight: normal;
}
.button-img-icon {
    display: flex;
    gap: 25px;
    
}
.button-img-icon2 h5 {
    margin-bottom: 0;
    font-size: 14px;
    color: #58585b;
}
.button-img-icon2 h5 i.fa-solid {
    color: #8a8a8a;
}
.button-img-icon1 a {
    background-color: #ec2e7b;
    color: #fff;
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 18px;
}
.tab-section1 p {
    font-size: 18px;
    color: #58585b;
    margin-top: 20px;
}
.tab-section1 {
    margin-bottom: 30px;
}
.all-events1 {
    text-align: center;
    margin-top:15px;
}

.all-events1 a {
    /* border: 1px solid #59595b; */
    font-size: 15px;
    color: #59595b;
    padding: 10px 18px;
    border-radius: 5px;
    box-shadow: 3px 4px 5px 0px #00000063;
}

.all-events1 a:hover {
/*    border: 1px solid #ec2e7b;*/
    font-size: 15px;
    color: #fff;
    padding: 10px 18px;
    border-radius: 5px;
    background-color: #ec2e7b;
    box-shadow: 3px 4px 5px 0px #00000063;
}


/***************************Up-coming-events*******************************/
.upcoming-events{
    margin-top: 70px;
    position: relative;
}

.upcoming-events1 {
    background-image: url(../images/upcoming-events.png);
    height: 245px;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 20px;
    background-blend-mode: multiply;
    background-color: #00000040;
}
.upcoming-events2 h4 {
    margin-bottom: 0;
    color: #fff;
    background-color: #ec2e7b;
}
.upcoming-events2 h4 {
    margin-bottom: 0;
    color: #fff;
    background-color: #ec2e7bab;
    text-align: center;
    padding: 20px 40px;
    font-size: 30px;
    font-weight: normal;
}




/***************************news-latter-form*******************************/

.news-latter-form{
    margin-top: 70px;
}
.news-latter-text {
    text-align: center;
}
.news-latter-text h3 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: normal;
}
.news-latter-text p {
    font-size: 20px;
    color: #fff;
    font-weight: unset;
}

.news-latter-form {
    margin-top: 70px;
    background-image: url(../images/news-latter.png);
    background-size: contain;
}
.news-latter-form {
    margin-top: 70px;
    background-image: url(../images/news-latter.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 45px 0;
}
.event-tabs-img.news {
    margin-bottom: 30px;
}

.news-latter-form .event-tabs-img img {
    box-shadow: 3px 4px 5px 0px #ffffff63;
}

.gt-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.gt-columns.gt-column-space-30 > .gt-col > .gt-inner {
    padding: 0 15px 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.gt-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
    align-items: center;
    width: 100%;
    padding: 0 15px;
}
.gt-inner button {
    background-color: #ec2e7b;
    border: 0;
    color: #fff;
    padding: 8px 78px;
    font-size: 15px;
    border-radius: 12px;
    margin-left: 35px;
}
.gt-inner input {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}
.gt-inner input::placeholder {
  color:#fff;

}
.gt-inner input:focus {
    border: 0;
  outline: none;
  border-bottom: 1px solid #fff;
}
.gt-inner-check h6 {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}
.gt-inner-check {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 15px;
}
.layout-wrapper.landing {
    background-color: #ffffff !important;
    font-size: 15px;
}

/***************************why-choose*******************************/

.why-choose{
    margin-top: 70px;
}
.news-latter-choose{
    text-align:center;
}

.news-latter-choose h3 {
    font-size: 48px;
    color: #59595c;
    margin-bottom: 30px;
    font-weight: normal;
}
.news-latter-choose h3 span {
    font-size: 48px;
    color:#e619d1;
    margin-bottom: 20px;
}
.news-latter-choose p {
    font-size: 20px;
    color:#59595c;
    font-weight: unset;
}
.why-choose-icon1 {
    text-align: center;
    margin-top: 60px;
}
.why-choose-icon2 {
    border: 2px solid #616161;
    border-radius: 100%;
    width: 116px;
    padding: 36px 0;
    margin: 0 auto;
}
.why-choose-icon2 img {
    width: 40px;
}
.why-choose-icon1 h5 {
    font-size: 30px;
    color: #ec2e7b;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: normal;
}

.why-choose-icon1 p {
    font-size: 14px;
    color: #59595b;
}


/***************************footer*******************************/

.new_footer_top {
    background-color: #59595b;
    padding: 50px 0;
    margin-top: 50px;
}
.f_widget p {
    color: #fbfbfb;
    padding: 0 70px;
    font-size: 15px;
}

.f_widget-email p {
    color: #fbfbfb;
    font-size: 15px;
    margin-bottom: 0;
}
p.short-text {
    margin-bottom: 15px;
    font-size: 14px;
}
.f_widget-email {
    padding: 0px 48px;
}
p.short-text {
    margin-bottom: 15px;
    font-size: 14px;
    color: #fbfbfb;
}
.f_social_icon a {
    font-size: 18px;
    color: #fff;
    padding-right: 15px;
}
.f_widget:after {
    content: "";
    border-right: 1px solid #fff;
    height: 120px;
    position: absolute;
    right: 0;
    top: 5px;
}
.second-br:after {
    content: "";
    border-right: 1px solid #fff;
    height: 120px;
    position: absolute;
    right: 0;
    top: 5px;
}
.contact-button a {
    border: 2px solid #fbfbfb;
    color: #fbfbfb;
    font-size: 18px;
    padding: 14px 60px;
}

.contact-button {
    margin-top: 150px;
}
.text-msj {
    display: flex;
    gap: 15px;
}


/***************************edit-form*******************************/
.edit-form {
    /* margin-top: 100px; */
    padding-bottom: 25px;
    background-color:#f2f2f2;
}
.form-group2 {
    display: flex;
}
label.control-label.col-3.xs-col-12 {
    text-align: end;
    padding-right: 15px;
}


/***************************Account*******************************/

.personl-info2 {
        position: relative;
        display: inline-block;
    }
    .personl-info2 .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .personl-info1:hover .img-top {
        display: inline;
    }

.account-login {
    background-color: #5b5b5b;
    padding: 20px 0;
  }
.account-profile1 {
    display: flex;
    align-items: center;
}
.account-profile-text h5 img {
   /* padding-right: 7px;*/
}
.text-p1 {
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 3px 11px;
    font-size: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text-p1 img {
    width: 34px !important;
    height: 34px !important;
    border-radius: 100% !important;
    margin-bottom: 4px;
    margin-left: 0px;
  }
  .account-profile-text h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
  }
.account-profile-button a {
    background-color: #fff;
    padding: 8px 15px;
    font-size: 18px;
    color: #58585b;
    border-radius: 12px;
    margin-left: 15px;
}


.account-profile h4 {
    font-size: 40px;
    color: #fff;
}
.account-profile.second {
    text-align: end;
}
.account-profile.second .account-profile1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.account-profile.second h5 img {
    margin-right: 0px;
}
.account-profile.second h5 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
    display: flex;
    justify-content: end;
    gap: 5px;
  }
.personl-info {
    margin-top: 60px;
}
.personl-info1 {
    display: flex;
    align-items: center;
    border: 1px solid #5b5b5b;
    border-radius: 10px;
    box-shadow: 0px 2px 14px 0px #0000002e;
    padding: 35px 18px;
    gap: 15px;
    margin-bottom: 30px;
    min-height: 230px;
}

.personl-info3 h5 {
    margin-bottom: 0;
    font-size: 24px;
    color: #595a5c;
}

.personl-info3 p {
    margin-bottom: 0;
    font-size:18px;
    color: #595a5c;
    line-height: 25px;
}



/***************************slick-slider*******************************/

.js .slider-single > div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }

/*.slick-slide {
    width: auto !important;
}*/
.slick-list {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.art1 button.slick-prev.slick-arrow:before {
    content: '';
    border: solid #59595b;
    border-width: 0px 2px 2px 0px;
    height: 20px;
    width: 20px;
    position: absolute;
    transform: rotate(135deg);
    top: 2px;
    left:5px;
}

.art1 button.slick-next.slick-arrow:before {
    content: '';
    border: solid #59595b;
    border-width: 0px 2px 2px 0px;
    height: 20px;
    width: 20px;
    position: absolute;
    transform: rotate(-45deg);
    top: 42px;
    right:5px;
}
.art1 button.slick-prev.slick-arrow {
    font-size: 0;
    background: transparent;
    height: 50px;
    /* width: 50px; */
    border: none;
    border-radius: 50%;
    box-shadow: none;
}
.art1 button.slick-next.slick-arrow {
    font-size: 0;
    background: transparent;
    height: 50px;
    /* width: 50px; */
    border: none;
    border-radius: 50%;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
}

/**********************account-drop*************************/

.account-drop .dropdown {
    position: relative;

}

.account-drop .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
}


.account-drop .dropdown:hover .dropdown-menu {
    display: block;
}

.account-drop .dropdown {
    position: relative;
    display: inline-block;
}

.account-drop .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    margin: 0;
    list-style: none;
    width: 100%;
    padding: 0;
    background-color: #fff;
    margin-top: 0px !important;
}



.account-drop .dropdown .dropdown-menu li {
    background-color: #fff;
    margin: 5px 0;
}

.account-drop .dropdown:hover .dropdown-menu {
    display: block;
        background-color: #fff;
}
.account-drop .dropdown button {
    background: #ffffff;
    color: #656567;
    border: none;
    margin: 0;
    padding: 4px 8px;
    font-size: 1em;
    border: 1px solid #ec2e7b;
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
  }
.account-drop .dropdown button:hover{
    background:transparent;
  border-radius:10px;
}

.account-drop .dropdown a {
    display: block;
    padding: 0.2em 0.8em;
    text-decoration: none;
    background:#fff;
    color: #333333;
}

.account-drop .dropdown a:hover {
    background: #ffffff;
}
.account-drop .dropdown button span {
    color: #e619d1;
}

/************************Personal=info***************************/
.bread-head2 {
    text-align: left;
}
.bread-head {
    padding: 20px 0;
    background-color:#f2f2f2;
}
.bread-head h4 {
    font-size: 40px;
}
.bread-head h5 {
    font-size: 20px;
}
.bread-head i.fa-solid.fa-chevron-right {
    padding: 0 16px;
    color: #ec2e7b;
}
.row.bread-head3 {
    display: flex;
    align-items: center;
}
.edit-form2-img1 img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 5px solid #ec2e7b;
}

.edit-form2-img {
    display: flex;
    align-items: center;
    gap: 20px;
}

.edit-form2-text2 h3 {
    font-size: 30px;
    font-weight: 600;
}
.row.edit22 {
    display: flex;
    align-items: center;
}
.edit-text3 h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ec2e7b;
}
.edit-text3 {
    text-align: right;
    cursor: pointer;
}
.edit-label {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 10px;
}

.form-edit55 {
    margin-top: 50px;
}

.container.edit33 {
    box-shadow: 0px 0px 11px 0px #5b5b5b36;
    border-radius: 5px;
    padding: 15px;
}

.test-edit {
    text-align: right;
    cursor: pointer;
}

.edit-label1 h4 {
    font-size: 18px;
    font-weight: 600;
}

.edit-label11.edit-last2 h5 {
    font-size: 16px;
    font-weight: 600;
    color: #979797;
    border: 1px solid #8a8a8a;
    border-radius: 10px;
    padding: 7px;
    min-height: 35px;
}

.test-edit h6 {
    font-size: 18px;
    color: #ec2e7b;
    cursor: pointer;
}
.edit-label1.edit-last1 {
   
}
.edit-label11.edit-last2 {
    
}

.tkt-box{text-align: center; border-radius: 5px;  margin: 10px 10px 0px 10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px 0px, rgba(0, 0, 0, 0.1) 0px 6px 20px 0px; padding: 20px;}





.form-edit55.login h2 {
    font-size: 35px;
    font-weight: 700;
    color: #ec2e7b;
    margin-bottom: 15px;
}
.Pictures-add1 img {
    /*width:120px;*/
}

.Pictures-add {
    display: flex;
    gap: 25px;
    justify-content: center;
}
.Pictures-add1 h6 {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.modal-body .form-label {
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
  }

  .modal-body .form-control {
    font-size: 15px;
    font-weight: 600;
  }
  form#login-form {
    padding: 0px;
}
p.text-danger {
    text-align: justify;
    padding-left: 4px;
    padding-top: 3px;
    margin-bottom: 0;
}


/**********************subscription-plan************************/
.subscription-plan1 h6 {
    text-align: center;
    font-size: 22px;
    font-style: italic;
    margin-bottom: 15px;
}                       
                       
.subscription-plan1 {
    border: 2px solid #5b5b5b;
    border-radius: 15px;
    width: 88%;
    height: 100%;
}

.active-plan {
    border: 2px solid #5b5b5b !important;
}

.active-plan-button {
    background-color: #ccc !important;
}
.subscription-plan1 h3 {
    text-align: center;
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 15px 0;
    flex-direction: column;
}

.subscription-plan1 h3 img {
    margin-right: 0px;
}

.percent-plan {
    text-align: center;
    background-color: #EC2E7B;
    padding-bottom: 0;
    padding: 25px 0;
    height: 162px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.percent-plan h4 {
    font-size: 32px;
    margin-bottom: 0;
    color: #fff;
    line-height: 28px;
}

.percent-plan h5 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 0;
    line-height: 28px;
}

.subscription-plan1 p {
    font-size: 16px;
    padding: 15px;
    font-weight: 600;
}

.subscription-plan1 ul li {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}
.btn-outernw{
display: flex;
justify-content: center;

}
.button-select {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
    position: absolute;
    bottom: 0px;
}

.button-select a {
    background-color: #ec2e7b;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 33px;
    border-radius: 18px;
}
.subscription-plan1:hover {
    box-shadow: 0px 0px 11px 0px #5b5b5b78;
}
.subscription-banner h3 {
    font-size: 36px;
    color: #fff;
    padding: 8px 0;
}

.subscription-banner {
    background-color: #5b5b5b;
    padding: 32px 0;
}
.subscription-plan {
    margin-top: 80px;
}
.subscription-plan1.second {margin: 0 auto;}

.subscription-plan1.three {
    float: right;
}
.img-ds2 {
    column-count: 3;
  }



/******************View-profile***********************/

.view-profile {
    padding-top: 25px;
}

.view-profile2 p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: #58595c;
}                                                      

               
                      
 

                  
                     
                    
                     
                   
 



/******************Events***********************/

.delray-affair-events .slider{
    text-align: center;
    color:white;
    .parent-slide{padding:15px;}
    img{display: block;margin:auto;}
  }
  
  
  .delray-affair-events .slick-list.draggable {
      padding: 0 !important;
      margin: 0 !important;
  }
  
  .delray-affair-events .slick-track {
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
  
  .affair-events-text {
    position: absolute;
    bottom: 0px;
    background-color: #f1f1f1b3;
    width: 100%;
    text-align: left;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
  
  .delray-affair-events .slide {
      position: relative;
      height: 688px;
  }
  .affair-events-text h4 {
      font-size: 40px;
      font-weight: 700;
  }
  .affair-events-text h6 {
      font-size: 30px;
      padding: 12px 0;
  }
  
  .affair-events-text h5 {
      font-size: 25px;
      display: flex;
      
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  
  .affair-events-text1 h5 {
    font-size: 25px;
    display: flex;
    align-content: flex-start !important;
  }
  .delray-affair-events button.slick-prev.slick-arrow {
      display: none !important;
  }
  .delray-affair-events button.slick-next.slick-arrow {
      display: none !important;
  }
  .delray-affair-events .slick-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
  
  
  .affair-events-tabs .warpper{              
    display:flex;          
    flex-direction: column;
    align-items: start;
  }
.affair-events-tabs .tab a {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #5b5b5b;
    display: inline-block;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0 0.5rem 0.8rem #0000001c;
    font-size: 18px;
}
  label#one-tab a {
      background-color: #fff;
      color: #000;
  }
  .panels {
      background: #fffffff6;
      box-shadow: 0 2rem 2rem #00000014;
      min-height: 200px;
      width: 100%;
      border-radius: 3px;
      overflow: hidden;
      padding: 20px;
      margin-top: 20px;
  }
  .affair-events-tabs .panel{
    display:none;
    animation: fadein .8s;
  }
  @keyframes fadein {
      from {
          opacity:0;
      }
      to {
          opacity:1;
      }
  }
  .affair-events-tabs .panel-title{
    font-size:1.5em;
    font-weight:bold
  }
  .affair-events-tabs .radio{
    display:none;
  }
  #one:checked ~ .panels #one-panel,
  #two:checked ~ .panels #two-panel,
  #three:checked ~ .panels #three-panel{
    display:block
  }
  #one:checked ~ .tabs #one-tab, #two:checked ~ .tabs #two-tab, #three:checked ~ .tabs #three-tab {
      background: #fffffff6;
      color: #000;
      border-top: 3px solid #ec2f7c;
  }
  .affair-events-tabs {
      margin-top: 50px;
  }
  .about-us-events h3 {
      font-size:32px;
  }
  
  .date {
      box-shadow: 0 1rem 3rem #0000000f;
      padding: 20px;
      border-radius: 10px;
      height: 100%;
  }
  
  .date h3 {
      font-size: 25px;
      margin-bottom: 15px;
      color: #ec2f7c;
  }
  
  .date h5 {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 20px;
  }
  
  .date h5 span {
      font-size: 15px;
  }
  
  .add-calenders a {
      border: 1px solid #495057;
      border-radius: 5px;
      padding: 6px 10px;
      font-size: 18px;
      color: #495057;
  }
  
  .add-calenders {
      margin-bottom: 10px;
      margin-top: 25px;
  }
  
  .date.location h5 {
      margin-bottom: 5px;
  }
  
  .date.location h4  {
    color: #ec2f7c;
    font-size: 15px;
    cursor: auto;
}
  
  .artists-vender-events{
      margin-top:70px;
  }
  .artists-vender-events h2 {
      font-size:32px;
  }
  
  .artists-vender-events h5 {
      font-size: 22px;
  }
  
  .artists-vender-events h6 {
      font-size: 18px;
  }
  .artists-vender-events h6 span {
      font-size:18px;
      color: #ec2f7c;
  }
  .artists-one {
      border: 2px solid #495057;
      border-radius: 5px;
      display: flex;
      margin-top: 20px;
      gap: 20px;
      margin-bottom: 40px;
      padding: 10px;
  }
  .artists-one-img img {
      width: 100%;   
  }
  
  .artists-one-img {
      width: 30%;
  }
  
  .artists-one-text h3 {
      font-size: 28px;
      font-weight: 700;
      margin-top: 10px;
  }
  .artists-one-text h4{font-size:22px;}
  .artists-one-text h4 span {
      font-weight: 500;
  }
  
  .artists-one-text p {
      font-size: 18px;
      font-weight: normal; /* old value font-weight: 600; */
  }
  
  .bt-artists a {
      background-color: #ec2f7c;
      color: #fff;
      font-size: 18px;
      padding: 8px 20px;
      border-radius: 5px;
  }
  .count-pitch label{font-size: 18px;}
  .count-pitch .text-muted{font-size: 16px;
    line-height: 20px;}
  
  .bt-artists {
      margin: 17px 0;
  }
  
  .artists-one-text {
      width: 70%;
  }
  .host h5 img {
      width: 27px;
      margin: 0 6px !important;
  }
  
  .affair-events-text2 {
      width: 30%;
  }
  
  .host h5 span{
      color:#ec2f7c;
      margin-left: 0px;
      display: flex;
  }
  a.cat1 {
      color: #fff;
  }

 


/******************event-inner**********************/

.sidemenu{margin: 0px; padding: 0px; list-style: none;}
.sidemenu .btn-toggle-nw {
    display: block;
    background: #5b5b5b;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
}
.sidemenu li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #5b5b5b;
    font-weight: bold;
    color: #ffffff;
}
.sidemenu li .submenu li{margin: 0px; padding: 0px ; list-style:disc; font-size: 14px; font-weight: bold; color: #ffffff;}
.sidemenu li .submenu li a {
    color: #ffffff !important;
    padding: 10px 15px;
    background-color: #8a8a8a;
    display: block;
}
.sidemenu li .submenu li a:hover{background-color:#ec2f7c; padding: 10px 15px;  color: #ffffff!important;}
.content-side {
    background-color: #f2f2f2;
}




/*********************create-events*************************/

.tab-content {
     border-bottom: 1px solid #ddd;
     border-left: 1px solid #ddd;
     border-right: 1px solid #ddd;
     display: block;
     border-radius: 0 0 0.25em 0.25em;
}
 .tab-content .tab-pane {
     text-align: left;
     padding: 10px;
}
 .tab-content .tab-pane h3 {
     margin: 0;
}
 .cd-breadcrumb {
     padding: 6px 7px;
     margin: 0;
     background-color: transparent;
     border-radius: 0.25em 0.25em 0 0;
}
 .cd-breadcrumb.nav-tabs {
     border-left: 1px solid #ddd;
     border-top: 1px solid #ddd;
     border-right: 1px solid #ddd;
     border-bottom: none;
}
.cd-breadcrumb.nav-tabs > li.active > a, .cd-breadcrumb.nav-tabs > li.active > a:hover, .cd-breadcrumb.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #5b5b5b;
    border: 0px solid #5b5b5b;
    cursor: default;
}
 .cd-breadcrumb.nav-tabs > li > a {
     margin-right: inherit;
     line-height: inherit;
     height: 48px;
     border: inherit;
     border-radius: inherit;
     border-color: #8a8a8a;
}
 .cd-breadcrumb li {
     display: inline-block;
     float: left;
     margin: 0.5em 0;
}
 .cd-breadcrumb li::after {
     display: inline-block;
     content: '\00bb';
     margin: 0 0.6em;
     color: tint(#ec2e7a, 50%);
}
 .cd-breadcrumb li:last-of-type::after {
     display: none;
}
 .cd-breadcrumb li > * {
     display: inline-block;
     font-size: 1.4rem;
     color: #ec2e7a;
}
 .cd-breadcrumb li.current > * {
     color: #ec2e7a;
}
 .cd-breadcrumb a:hover {
     color: #ec2e7a;
}
 .cd-breadcrumb.custom-separator li::after {
     content: '';
     height: 16px;
     width: 16px;
     vertical-align: middle;
}
 .cd-breadcrumb li {
     margin: 1.2em 0;
}
 .cd-breadcrumb li::after {
     margin: 0 1em;
}
 .cd-breadcrumb li > * {
     font-size: 1.6rem;
}
 .cd-breadcrumb.triangle li {
     position: relative;
     padding: 0;
     margin: 8px 4px 0 0;
}
 .cd-breadcrumb.triangle li:last-of-type {
     margin-right: 0;
}
 .cd-breadcrumb.triangle li .octicon {
     margin-right: 10px;
}
.cd-breadcrumb.triangle li > * {
    position: relative;
    padding:6px 30px;
    color: #fff;
    background-color:#8a8a8a;
    border-color:#8a8a8a;
}
 .cd-breadcrumb.triangle li.active > * {
    /* selected step */
     color: #fff;
     background-color: #ec2e7a;
     border-color: #ec2e7a;
}
 .cd-breadcrumb.triangle li:first-of-type > * {
     padding-left: 1.6em;
     border-radius: 4px 0 0 4px;
}
 .cd-breadcrumb.triangle li:last-of-type > * {
     padding-right: 1.6em;
     border-radius: 0 0.25em 0.25em 0;
}
 .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
     color: #fff;
     background-color: #ec2e7a;
     border-color: #ec2e7a;
     text-decoration: none;
}
 .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
     content: '';
     position: absolute;
     top: 0;
     left: 100%;
     content: '';
     height: 0;
     width: 0;
     border: 24px solid transparent;
     border-right-width: 0;
     border-left-width: 20px;
}
 .cd-breadcrumb.triangle li::after {
     z-index: 1;
     -webkit-transform: translate(4px, 0);
     -ms-transform: translate(4px, 0);
     -o-transform: translate(4px, 0);
     transform: translate(4px, 0);
     border-left-color: #fff;
     margin: 0;
}
 .cd-breadcrumb.triangle li > *::after {
     z-index: 2;
     border-left-color: inherit;
}
 .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
     display: none;
}

section.create-an-events {
    margin-top: 50px;
}

.navigation-buttons {         
    display: flex;
    justify-content: space-between;
                        
  }
  button {
    padding: 10px 20px;
    border: none;
    background-color: #EC2F7C;
    color: white;
    border-radius: 4px;
    cursor: pointer;
  }
  button:hover {
    background-color: #EC2F7C;                  
                     
  }


  /***************event-home***************/

  .event-home-hd {
    background-color: #5b5b5b;
    padding-top: 0px;
    height: 220px;
    margin-top: 70px;
  }

.event-home-hd1 h3 {
    font-size: 35px;
    color: #5b5b5b;
    font-weight: 300;
    margin: -48px 0px 22px 0px;
    font-weight: 600;
}
span.large-p {
    font-size: 18px;
    line-height:20px;
}

.event-home-hd1 p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.event-home-hd1 p img {
    margin-right: 12px;
}
.apply-bt {
    margin-top: 65px;
    text-align: end;
}
.apply-bt a {
    background-color: #ec2e7b;
    font-size: 20px;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
}
p.gst-time {
    margin-left: 30px;
    margin-top: -12px;
}
.ev-img img {
    margin-top: -30px;
    width: 500px;
    height: 270px;
    background-color: #fff;
    padding: 15px;
    border: 4px solid #5b5b5b;
}
.about-the-application {
    margin-top: 100px;
}

.about-the-application h3 {
    font-size: 30px;
    color: #ec2e7b;
    font-weight: 600;
        margin-bottom: 15px;
}

.about-the-application p {
    font-size: 16px;
    padding-bottom:35px;
    border-bottom: 1px solid #adadad;
}


.about-the-event1 {
    display: flex;
    gap: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #adadad;
}

.about-the-event h3 {
    font-size: 30px;
    color: #ec2e7b;
    font-weight: 600;
    margin-top: 35px;
        margin-bottom:25px;
}

.about-the-event1 p {
    font-size: 16px;

}
.about-the-event3 p a {
    color: #ec2e7b;
    font-weight: 700;
}

section.about-the-application.terms {
    margin-top: 35px;
}

section.pitch-details h3 {
    font-size: 30px;
    color: #ec2e7b;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 35px;
}
.questions3 ul {
    padding: 0px 20px;
}
.questions3 ul li {
    list-style: disc;
    
    color: #5b5b5b;
    padding-bottom: 10px;
}

/* li::marker {
    color: #ec2e7b;
  } */

  .questions3 ul li::marker {
    color: #ec2e7b;
}
.questions3 ul li img {
    margin-top: 6px;
}
.row.questions2 {
    padding: 15px 0 1px 0;
    border: 1px solid #e9ebec;
}
.questions3 h5 {
    color: #5b5b5b;
    font-size: 15px;
    padding-top: 10px;
}
.questions4 {
    border-bottom: 1px solid #e9ebec;
    margin-bottom: 12px;
}
.deadline-event {
    margin-left: -45px;
}
.london-uro p {
    font-size: 16px;
    color: #5b5b5b;
    font-weight: 600;
}
.london-uro {
    display: flex;
    gap: 30px;
    margin-top: -30px;
    justify-content: space-between;
}



/************************Trader Application Booking Form***************************/


.trader-booking-f input[type="text"]{font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}

:focus{outline: none;}

.trader-booking-f {
    width: 100%;
    position: relative;
    margin-top: 22px;
}
.trader-booking-f select.form-control {
    font: 15px / 24px "Brandon Grot W01 Light", sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    padding: 5px 14px 7px;
    transition: 0.4s;
    border: 0;
    border: 1px solid #5b5b5b;
}
.trader-booking-f input[type="text"] {
    font: 15px / 24px "Brandon Grot W01 Light", sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    padding: 5px 14px 7px;
    transition: 0.4s;
    border: 0;
    border: 1px solid #5b5b5b;
}
/* .trader-booking-f .effect-4:focus,
.trader-booking-f .effect-5:focus,
.trader-booking-f .effect-6:focus{padding: 5px 14px 7px; transition: 0.4s;}

.trader-booking-f .effect-4 ~ .focus-border{position: absolute; height: 0; bottom: 0; left: 0; width: 100%; transition: 0.4s; z-index: -1;}
.trader-booking-f .effect-4:focus ~ .focus-border {
    transition: 0.4s;
    height: 36px;
    border: 2px solid #ec2e7a;
    z-index: 1;
} */

.trader-booking-f h3 {
    font-size: 20px;
    padding-bottom: 8px;
    color: #5b5b5b;
    font-weight: 600;
}

.trader-booking-bt a {
    background-color: #ec2e7a;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 16px;
}

.trader-booking-bt {
    margin: 35px 0px 15px 0px;
}

/***************my-application-listing**************/

section.my-application-listing {
    margin-top:30px;
}
.application-vender {
    margin-top: 50px;
}

.application-vender h4 {
    font-size: 35px;
    margin-bottom: 30px;
}

.application-vender1 {
    display: flex;
    justify-content: space-between;
}
.application-vender2 a {
    border: 1px solid #5b5b5b;
    padding: 8px 18px;
    font-size: 18px;
}



/***************Reviews**************/

.review-points {
    margin-top: 50px;
}
.review-points1 {
    display: flex;
    gap: 45px;
    padding-bottom: 40px;
    border-bottom: 1px solid #5b5b5b;
}
.review-points2 {
    width: 180px;
}

.review-points2 img {
    width: 100%;
}

.review-points3 h3 {
    font-size: 45px;
}

.review-points3 h6 {
    font-size: 22px;
    margin-top: 15px;
}

.review-points3 p {
    font-size: 18px;
	margin-bottom: 5px;
}
.container.poitns3 {
    background-color: #fff;
    box-shadow: 0 2rem 2rem #00000014;
    padding: 22px 15px;
}
.points-reviewa4 {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
    align-items: center;
}

.points-reviewa6 button {
    background-color: #59595b;
    color: #fff;
    padding: 10px 18px;
    font-size: 18px;
    border-radius: 10px;
}
.points-reviewa5 i {
    color: #eb307b;
    padding-right: 8px;
}

.points-reviewa5 span {
    padding-left: 6px;
}
.review-star2 img {
    width: 60px;
    height: 60px;
}

.review-star2 {
    width: 60px;
    /* height: 60px; */
}

.review-star1 {
    margin-top: 15px;
    display: flex;
    gap: 15px;
}

.review-star3 h6 a {
    background-color: #767676;
    color: #fff;
    padding: 3px 12px;
    border-radius: 10px;
    margin-left: 8px;
}

.review-star3 h6 {
    font-size: 15px;
    margin-top: 8px;
}
.five-star1 {
    margin-top: 22px;
}

.five-star1 i {
    color: #eb307b;
}

.five-star1 {
    margin-bottom: 12px;
}

.star-review-list {
    padding-bottom: 40px;
    border-bottom: 1px solid #5b5b5b;
}
.pictures-review {
    margin-top: 40px;
}
.pictures-review img {
    width: 100%;
    margin-bottom: 20px;
}
.pictures-review h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

/***************Shops*****************/
.shops-brand1 {
    padding: 10px;
    border: 1px solid #59595b;
    border-radius: 5px;
    margin-bottom: 20px;
}

.shops-brand h3 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 24px;
}

.shops-brand {
    border-top: 1px solid #59595b;
    margin-top: 70px;
}
.shops-brand1 h4 {
    margin-top: 20px;
    font-size: 22px;
}
.shops-brand2 i {
    color: #ec2f7c;
}

/*******************notification*******************/
.notification-popup {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 2rem 2rem #00000014;
    margin-top: 50px;
}

.notification-main .close-btn {
    float: right;
    cursor: pointer;
    font-size: 24px;
    color: #ffffff;
    background: #5b5b5b;
    border: none;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    padding: 7px;
}

.close-btn:hover {
  background-color: #e0d4ff;
  color: #38196b;
  border: 1px solid #c7a4ff;
}
.notification {
    margin: 18px auto;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #5b5b5b;
    padding-bottom: 25px;
    margin-bottom: 20px;
        gap: 25px;
}

.notification-main h2 {
    font-size: 32px;
    color: #5b5b5b;
    margin-bottom: 0px;
}

.notification-icon {
    display: flex;
}

.notification-icon i.fa-solid.fa-bell.active {
    color: #ed307b;
    height: 50px;
    width: 50px;
    font-size: 22px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ed307b;
}

.notification-icon i.fa-bell {
    height: 50px;
    width: 50px;
    font-size: 22px;
    color: #5b5b5b;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5b5b5b;
}
.notification-icon p {
    margin-left: 15px;
    font-size: 18px;
    font-weight: normal;
}
.notification-main .button-container {
  display: flex;
  justify-content: right;
  gap: 15px;
}

.notification-main .block-btn, .allow-btn {
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.notification-main .block-btn {
    border: 1px solid #5b5b5b;
    color: #5b5b5b;
}

.notification-main .block-btn:hover {
  background-color:transparent;

}

.notification-main .allow-btn {
    border: 1px solid #eb307b;
    color: #eb307b;
}

.notification-main .allow-btn:hover {
  background-color:transparent;
}

.notification-main1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}



/***********************About-us**************************/

.about-content {
    margin-top: 50px;
}
.about-content-img1 img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}
.container.about1 {
    box-shadow: 0 2rem 2rem #00000014;
    padding: 15px;
    border-radius: 25px;
}
.about-content1 h3 {
    font-size: 32px;
}

.about-content1 p {
    font-size: 18px;
    padding-bottom: 20px;
}

.about-content1 {
    margin-bottom: 30px;
}
.about-content1 {
    margin-bottom: 30px;
    border-bottom: 1px solid #5a514f;
}



/********************Ticket-Information************************/

.ticket-information {
    margin-top: 20px;
}
.ticket-information h3 {
    font-size: 32px;
}





 
@media only screen and (max-width:1735px) {


li.login1 {
    background-color: #59595b;
    padding: 0px 12px !important;
    height: 50px;
    border-radius: 5px;
    margin-right: 8px;                 
}  
/* update */
.swallow-nav nav ul li a, nav ul li a:visited {
    padding: 0 8px;
}

}



@media only screen and (max-width:1575px) {
li.origanies1 a {
 
                           
    font-size: 20px !important;
}
li.login1 a {
    color: #fff !important;
    line-height: 50px;
    font-size: 20px !important;
}

li.login2 {
    padding: 0px 0px !important;
}
li.login1 {
    padding: 0px 0px !important;
                   
}
li.login2 a {
    color: #fff !important;
    font-size: 20px !important;                       
}                     
img.swallow-logo-login {
    width: 100%;
    margin-bottom: 0px;
    max-width: 250px;
}



.swallow-nav .navbar-dropdown {
    top: 60px;
}
                                   
}

@media only screen and (max-width:1480px) {
.swallow-nav nav ul li a, nav ul li a:visited {
    padding: 0 8px;
}
                    
}

@media only screen and (max-width:1404px) {
.swallow-nav nav ul li a, nav ul li a:visited {
    padding: 0 6px;
}
img.swallow-logo {
        width: 180px;
    }
    img.swallow-logo-login {
        width: 100%;
        margin-bottom: 0px;
        max-width: 180px;
    }
.ev-img img {
    margin-top: -48px;
    width: 485px;
    height: 270px;
}


}


@media only screen and (max-width:1300px) {
.f_widget p {
    padding: 0 50px;
}

.swallow-nav .navbar-dropdown {
            width: 100%; 
}

.f_widget-email {
    padding: 0px 25px;
}
.landing-slider {
    position: relative;
}
.swallow-nav .brand {
    position: absolute;
    padding-left: 15px;
    float: left;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 1.4em;
    top: 8px;
}
        .swallow-nav nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        z-index: 99;
        position: absolute;
        margin-top: 35px;
        left: 0;
        /* height: 100%; */
        width: 100%;
        background: #ffffff;
    }

.swallow-nav .nav-container {
    height: 70px;
}
.mb-latest {
    display: block;
    justify-content: space-between;
    align-items: center;
}
.swallow-nav nav ul li a, nav ul li a:visited {
        padding: 15px 14px;
    }
     ul.navbar-dropdown {
        margin: 0 !important;
        box-shadow: none !important;
    }

    li.mobile1{
    display: block;
                      
}
.account-login {
/*    background-color: #ec2e7b;*/
    padding: 20px 0;
    margin-top: 14px;
}
.deadline-event {
    margin-left: 0px;
}
    .ev-img img {
        margin-top: -48px;
        max-width: 485px;
        height: 270px;
        width: 100%;
    }

    li.account-drop {
        width: 100%;
        background-color: #fff;
        padding-left: 15px;
    } 


}


@media only screen and (max-width:1100px) {

.tabs li {
    margin-bottom: 10px;
}

.tabs {
    margin-bottom: 20px;
}
nav .navbar {
    padding: 0 35px;
}

    .f_widget p {
        padding: 0 20px;
    }

    .f_widget-email {
    padding: 0px 15px;
}
.event-home-hd1 p {
    margin-bottom: 14px;
}
.london-uro {
    gap: 12px;
        margin-top: -35px;

}
.event-home-hd1 p img {
    margin-right: 5px;
}
.london-uro p {
    font-size: 15px;
    color: #5b5b5b;
}

.verifier-new3 {
    width: 58%;
}

}



@media only screen and (max-width:991px) {

    .artists-one {
    display: block;
    padding: 15px;
}

.row.questions2 {
   
    height: auto;
}

.subscription-plan1 {
    border: 2px solid #ec2e7a;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 20px;
}

nav .navbar .links li {
    padding: 0 8px;
}
.logo {
    line-height: 50px;
    width: 300px;
}

.gt-columns.gt-column-space-30 > .gt-col > .gt-inner {
    padding: 0 15px 15px;
    margin-top: 25px;
    margin-bottom: 0px;
}
    .gt-inner-check {
        margin-top: 35px;
        padding: 0 15px;
    }

    .gt-columns {
        padding: 0 15px;
        width: 100%;
    }
    .london-uro {
        gap: 12px;
        margin-top: 25px;
        justify-content: start;
    }                                
    .apply-bt {
    margin-top: 15px;
        text-align: left;
}                   
               
 .about-the-application {
    margin-top: 190px;
}                       
.modal-dialog {
    width: 622px !important;
    max-width: none;
}

}

.desktop-show{display: block;}
.mobile-show{display: none;}

@media  (min-width:990px) and (max-width:1180px) {

    .button-img-icon {
        display: flex;
        gap:25px;
        justify-content: left;
        flex-direction:column;      }
}

.btn-outertp{display: flex; gap: 20px;}
.fl-wrap{
    flex-wrap: unset;

}



@media only screen and (max-width:768px) {
    .apply-small{padding: 5px!important;}
    .artists-one-img {
    width: 100%;
}.new_footer_top {
    
    padding: 50px 0 20px 0;
   
}
.count-pitch {
    display: flex;
    
    flex-direction: column;
    align-items: flex-start!important;
  }

.sec-col{ width: 100%!important;}
.review-points1 {
    
    flex-direction: column;
    gap: 15px;
   
}


.button-img-icon {
    display: flex;
    gap:25px;
    justify-content: left;
    flex-direction:column;      
}
.fl-wrap{
    flex-wrap: wrap;

}

.btn-outertp{display: flex; gap: 20px;}
.desktop-show{display:none ;}
.mobile-show{display: block;}
.mrg-top{margin-top:26px;}

.delray-affair-events .slide {
    position: relative;
    height: 400px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{


}
.artists-one-text {
    width: 100%;
    margin-top: 30px;
}

.subscription-plan1.second {
    margin: 0 auto;
    margin-bottom: 20px;
}

.edit-text3 {
    text-align: left;
    margin-top: 20px;
    cursor: pointer;
}

.test-edit {
    text-align: left;
    margin-top: 20px;
    cursor: pointer;
}

.Pictures-add {
    display: block;
    gap: 25px;
}

.slider-text .dropdown {
        width: 300px;
        margin: 0 auto;
    }
.slider-text2 {
    width: 400px;
}

.slider-text2 h4 {
    font-size: 31px;
    color: #59595b;
    font-weight: 300;
    padding: 0 25px;
}

.slider-text .dropdown__select-option {
    font-size: 18px;
}
.logo {
    line-height: 50px;
    width: 320px;
}

    .f_widget p {
        padding: 0 15px;
    }
    .social-widget {
    padding: 0 15px;
    margin-top: 22px;
}

.contact-button {
    margin-top: 40px;
    padding: 0 15px;
}
.col-lg-3.col-md-6.mt-5 {
    margin-top: 26px !important;
}
.carousel-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    height: 470px;
}

.account-profile.second .account-profile1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.account-profile.second {
    text-align: left;
    margin-top: 18px;
}
.account-profile-button.one a {
    margin-left: 0;
}
.row.questions2 {
    
    height: auto;
}
.about-the-event1 {
    display: block;
}

.event-home-hd1 p {
    color: #5b5b5b;
    font-size: 12px;
    margin-bottom: 20px;
}
.event-home-hd1 h3 {
    font-size: 35px;
    color: #5b5b5b;
    font-weight: 300;
    margin: 15px 0px 20px 0px;
}
.about-the-application {
    margin-top: 415px;
}

.verifier-buttton5.d-flex {
    display: block !important;
    margin-top: 25px;
}
.verifier-new3 {
    width: 100%;
    margin-bottom: 18px;
}
.modal-dialog {
    width: 100% !important;
    /* max-width: none; */
}




.verifier-buttton5.d-flex {
    display: block !important;
    margin-top: 25px;
}
.verifier-new3 {
    width: 100%;
    margin-bottom: 18px;
}

    .gt-columns {
        padding: 0 15px;
        width: 100%;
        display: block;
    }

    .affair-events-text {
    display: block;
}

.affair-events-text2 {
    width: 100%;
    display: flex;
    margin-top: 25px;
}
.affair-events-text h6 {
    font-size: 20px;
    padding: 0px 0;
}
.affair-events-text h4 {
    font-size: 24px;
    font-weight: 700;
}
.affair-events-text1 h5 {
    font-size: 20px;
}
.subscription-banner h3 {
    font-size: 22px;
    color: #fff;
    padding: 8px 0;
}

.notification {
    display: flex;
    flex-direction: column;
    gap: 0px
}
.notification-icon {
    display: flex;
    flex-direction: column;
}
.notification-icon p {
    margin-left: 0px;
    padding-top: 20px;
}
.notification-popup{
    margin-top: 0px;
}

.Pictures-add1 {
    margin-bottom: 15px;
}			   



}

.logo-img img{
    max-width: 500px;
    width: 100%;
}
.icon-outer img{width: auto!important; margin-bottom: 10px;}

 @media only screen and (max-width:450px) {

    .modal-dialog {
        width: 100% !important;
        max-width: none;
        margin: auto !important;
    }

.loginswallow .form-container {
   
    padding: 0px;
   
   
}


.slider-text .dropdown {
        width: 250px;
        margin: 0 auto;
    }
.slider-text2 {
    width: 300px;
}

.slider-text2 h4 {
    font-size: 24px;
    color: #59595b;
    font-weight: 300;
    padding: 0 25px;
    line-height: 40px;
}

.slider-text2 button {
    font-size: 15px;
}

.slider-text .dropdown__select-option {
    font-size: 16px;
}

    .logo {
        width: 220px;
    }

    .swallow-nav .navbar-dropdown {
    width: 320px; 
}


      }


      
      .delete-create {
        /* display: flex; */
        font-size: 20px;
        /* justify-content: space-around; */
      }
    .verifier-buttton
    {
      padding-bottom: 10px;
      text-align: right;
      padding-right: 10px;
    }
    
    .eye-btn {
        position: absolute !important;
        top: 0px;
        left: 295px;
        z-index: 99;
        width: auto;
    }
    
    .eye-btn-2
    {
    position: absolute !important;
      top: 9px;
      right: 8px;
      z-index: 99;
    }
    
     /* .btn-pink {   
        background: #ed307c !important;  
      } */
    
    
    
   


      .active > .page-link, .page-link.active {
        z-index: 3;
        color: var(--vz-pagination-active-color);
        background-color: #ed307c;
        border-color: #ed307c;
      }


      .slick-prev {
        left: 20px !important;
      }
      .slick-next
      {
        right: 25px !important;
      }
      .avatar {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        overflow: hidden;
        background-color: #f0f0f0; /* Background color when there's no image */
        border: 5px solid #EC2E7B;  /* Optional border */
      }
      
      .avatar-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      
      .avatar-placeholder {
        display: flex;
        justify-content: center;
        align-items: center;      
        font-weight: bold;       
        background-color: #F9F1F5;
        width: 100%;
        height: 100%;
      }
      .upload-edit h6 span a i {
        color: #ec2e7b;
        font-size: 12px;
        letter-spacing: 2px;
        border: 1px solid #e22b7a;
        padding: 10px 8px;
        border-radius: 5px;
    }
    .upload-edit {
        text-align:left;
        margin-bottom: 18px;
    }
    .up-img11 {
        margin-top: 10px;
    }
    
    .back-bt12.save2 {
        text-align: end;
    }

    .back-bt12.back1 span {
        color: #59595b;
        border: 1px solid #e22b7a;
        background-color: transparent;
    }
    .back-bt12.back1 span:hover {
        color: #fff;
        border: 1px solid #e22b7a;
        background-color:#e22b7a;
    }
        .page-not-found {
        text-align: center;
        height: 400px;
        vertical-align: middle;
        padding-top: 100px;
    }
  /* .account-hg1 {
    max-height: 400px;
    overflow-x: hidden;
  }  */

  a.toggle-text {
    color: #ec2e7b;
    font-weight: 700;
}

.event-home-hd1 p i {
    margin-right: 8px;
}

.delete-food a {
    border: 1px solid #8a8a8a;
    padding: 0px 15px;
    font-size: 20px;
    border-radius: 10px;
  }
  .delete-food {
    margin-top: 5px;
  }
  .delete-food a:hover {
    background-color: #5b5b5b;
    color: #fff;
  }

  .delete-food span {
    border-bottom: 1px solid #8a8a8a;
    padding: 0px 15px;
      padding-right: 15px;
      padding-left: 15px;
    font-size: 20px;
    border-radius: 4px;
    max-width: 350px;
    min-width: 250px;
  }
 
  .delete-food span:hover {
    background-color: #5b5b5b;
    color: #fff;
  }

.verifier-buttton .dropdown-toggle:after {
    display: none;
}

.verifier-buttton .dropdown-toggle:hover {
    width: auto;
}

.calcuater1 {
    text-align: end;
    font-size: 20px;
    color: #5b5b5b;
}

.count-pitch {
    display: flex;
    gap: 15px;
    align-items: center;
}
.count-pitch select {
    width: 55px;
    border: 1px solid #5b5b5b;
    border-radius: 10px;
    padding: 2px 1px;
}
.row.pitch-react1 {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    padding-top: 15px;
}

.effect-pitchs1 input {
    width: 55px;
    border: 1px solid #5b5b5b;
    border-radius: 10px;
    padding: 2px 4px;
}
.effect-pitchs1 input:focus {
    width: 55px;
    border: 1px solid #5b5b5b;
    border-radius: 10px;
    padding: 2px 4px !important;
}

.itam-board1 textarea {
    font: 15px / 24px "Brandon Grot W01 Light", sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    padding: 5px 14px 7px;
    transition: 0.4s;
    border: 0;
    border: 1px solid #5b5b5b;
}
h2.retail-form-hd1 {
    font-size: 30px;
    margin-top: 10px;
    font-weight: 600;
}

.sub-form-item span {
    font-size: 17px;
    font-weight: 600;
}
.app-status {
    display: flex;
    align-items: center;

}





.verifier-buttton .dropdown-toggle:after {
    display: none;
}

.verifier-buttton .dropdown-toggle:hover {
    width: auto;
}

.account-profile-button a:hover {
    background-color: #ec2e7b;

    color: #ffffff;
   
}

.terms h2{font-size: 32px!important; font-weight: bold;}
.terms h3{font-size: 26px!important; font-weight: bold; margin-top: 20px; margin-bottom: 20px;}
.terms p, .terms ul li, .terms ol li, .terms td{font-size: 18px!important; }

.verify-otp1 input {
    padding: 0 5px;
    text-align: center;
}

.bid-100
{
    width: 100px !important;
}

.main-admin-login {
    text-align: center;
    margin-bottom: 12px;
}

.about-the-event2 img {
    width: 100%;
    /* height: -webkit-fill-available; */
}

.about-the-event2 {   
    width: 40%;
}
/*Editor scrolling */
.rsw-ce {
     flex: 1 0 auto; 
    padding: .5rem;
    overflow: auto;
     box-sizing: border-box; 
}
.about-the-event3 {
    margin-top: 25px;   
    width: 70%;
}

.about-the-application p>p {
    padding-bottom:0px;
    border: 0;
}

.landing-slider .carousel-item img {
    height: 680px;
    object-fit: cover;
}

select.form-select {
    width: 100%;
    display: inline-block;
    /* background-color: #8a8a8a;
    color: #fff;
    font-weight: 700; */
}


.chatbox-popup a {
    color: #fff;
    text-decoration: revert-layer;
    width: 56px;
    height: 56px;
    right: 16px;
}

.chatbox-popup div {
   word-wrap: break-word !important;
}

select.form-select:focus {
    box-shadow: none;
}


  /* *******************************
message-area
******************************** */

.message-area {
    height: 100vh;
    overflow: hidden;
    padding: 30px 0;
    background: #f5f5f5;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    /* padding: 15px; */
    background-color: #8a8a8a;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.message-area .chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

.message-area a.add img {
    height: 36px;
							
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
								   
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body ul li.sender p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #eb307b transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #eb307b;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

.message-area li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.send-box button {
    border: none;
    background: #eb307b;
    padding: 0.375rem 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 24%;
    margin-left: 1%;
}
.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

.message-area button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #F6F7FA;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}
.message-area .modal-content{
    margin-top: 0;
}


@media (max-width: 767px) {
    .apply-small{padding: 5px!important;}
    .chat-icon {
        display: block;
        margin-right: 5px;
    }
    .chatlist {
        width: 100%;
    }
    .chatbox {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }
    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }
    .msg-head h3 {
        font-size: 14px;
    }
    .msg-head p {
        font-size: 12px;
    }
    .msg-head .flex-shrink-0 img {
        height: 30px;
    }
    .send-box button {
        width: 28%;
    }
    .send-box .form-control {
        width: 70%;
    }
    .chat-list h3 {
        font-size: 14px;
    }
    .chat-list p {
        font-size: 12px;
    }
    .msg-body ul li.sender p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}


.faq-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: #ffffff;
    /* margin: 10px 0; */
    background-color: #5b5b5b;
    padding: 10px 0;
}

.faq-text {
  font-family: Open Sans;   
  font-weight: 400;
  color: #919191;
  width:95%;
  padding-left:20px;
  margin-bottom:30px;
}

.faq {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  border-radius: 4px;
  position: relative;
  border: 1px solid #E1E1E1;
}
.faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;
    
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 0 !important;
}

.faq input[type="checkbox"] {
  display: none;
}

.faq .faq-arrow {
    width: 8px;
    height: 8px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid rgb(255 255 255);
    border-right: 2px solid rgb(255 255 255);
    float: right;
    position: relative;
    top: -44px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

 .faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
 .faq input[type="checkbox"]:checked + label {
  display: block;
  background: rgba(255,255,255,255) !important;
  color: #4f7351;
  height: 225px;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq input[type='checkbox']:not(:checked) + label {
    display: block;
    transition: height 0.8s;
    height: 48px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    margin-bottom: 15px;
}

::-webkit-scrollbar {
  display: none;
}

section.faq-sawllow {
    margin-top: 50px;
}



.first-col{width: 210px; font-size: 18px; color: #5b5b5d; font-weight: bold;}
.sec-col{font-size: 18px; color: #5b5b5d; width: 65%;}
.sec-col a{color: #e32b7c; text-decoration: underline;}
.icon-outer{font-size: 16px; color: #5b5b5d; font-weight: bold; display: flex; flex-direction: column;  align-items: center; text-align: center;}
.icon-outer a{color: #5b5b5d; text-decoration: none;}
.gp{gap:20px;}

/* UnitCard.css */

  .unit-name {
    font-size: 1.5rem;
    color: #ec2e7b;
  }
  
  .custom-modal {
   /* max-width: 60vw;  Adjust width 
    width: 60vw;*/
    margin: auto !important;
  }
  
  .custom-modal .modal-content {
    height: 70vh; /* Adjust height */
    display: flex;
    flex-direction: column;
  }
  
  .custom-modal .modal-body {
    flex: 1;
    overflow-y: auto; /* Allows scrolling if content overflows */
  }
  .modal-main-header {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  .modal-main-header .modal-title-centered {
    margin: auto;
    text-align: center;
    flex-grow: 1;
  }
  
  .accordion-button{
    background: #5b5b5b;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
    }
    .accordion-button:not(.collapsed) {
        background: #5b5b5b;
        color: #ffffff;
    }
    .accordion-button::after{
        background-image: url('https://cdn-icons-png.flaticon.com/512/2985/2985150.png');

    }

/*  
  .slick-slide {
    margin-left:27px;
  }

 
  .slick-list {
    margin-left:-27px;
  }  */

  /* .slick-slider {
    margin-inline: -30px; 
  } */

  .slick-slide {
    >div { 
      margin-inline: 15px; 
    }
  }  
  /* .slick-slide {
    margin: 0 10px;
  }
  .slick-list {
    margin: 0 -10px;
  } */
  /* .slick-slide {margin-left: 10px;margin-right: 10px;} */

  
  .bg-pink
  {
      background: #ec2e7a !important;
  }
  

  .autocomplete-dropdown {
    position: relative;
    width: 100%;
    /* margin: 20px; */
}

.autocomplete-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.suggestions-list {
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.suggestions-list li:hover {
    background-color: #f0f0f0;
}

@media only screen and (max-width:768px) {
.chatbox-popup a {
    width: 46px;
    height: 46px;
    right: 10px;
}
#back-to-top {
    
    right: 15px;
    
  }
  .custom-dropdown-item {
    
    font-size: medium!important;
}
}

.sub-heading-text {
    font-size: 20px;
    padding-top: 10px;   
}

.apply-small{text-wrap:nowrap;}


.button-img-icon-gray {
  display: flex;
  gap: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.button-img-icon1-gray{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

  /* background-color: #59595b; */
 .button-img-icon-gray a {

  color: #fff;
  border-radius: 6px;
  padding: 2px 10px;
  font-size: 15px;
  border: 1px dashed #59595b;
  display: inline-block;
}

.text-muted-gray {
    --vz-text-opacity: 1;
    color: #59595b !important;
}

.button-img-icon-gray-home {
  display: flex;
  
  padding-top: 5px;
 
}
.button-img-icon-gray-home a {
  color: #FFF;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 14px;
  border: 1px dashed #59595b;
  background-color: #59595b;
  display: inline-block;
}

.no-before::before {
  content: none !important;
}