.header-logo img{
    max-width: 150px;
}

.header-logo-2 img{
    max-width: 150px;
}

.event-attended-item.style-2 .icon .fa-eye {
    background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: -webkit-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: linear-gradient(to bottom, #e72c83 0%, #a742c6 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event-attended-item.asslideupcta .icon .fa-medal {
    background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: -webkit-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: linear-gradient(to bottom, #e72c83 0%, #a742c6 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.event-attended-item.style-3.asslideupcta .icon .fa-handshake {
    background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: -webkit-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: linear-gradient(to bottom, #e72c83 0%, #a742c6 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


input#js-accept-terms {
    width: 25px;
}


.about__paragraph2{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 25px;
    margin-bottom: 15px;
}


.about__paragraph2 a{
    color: #D2093C;
    text-decoration: underline !important;
    font-weight: 700;
}


.icon .fa-medal, .custom-icon .fa-eye, .custom-icon .fa-handshake{
       background: -moz-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: -webkit-linear-gradient(top, #e72c83 0%, #a742c6 100%);
    background: linear-gradient(to bottom, #e72c83 0%, #a742c6 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
















#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: left;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 30px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea, #msform select {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    line-height: 1;
    padding: 16px 18px;
    outline: none;
    color: var(--text);
    position: relative;
    padding-left: 44px;
}

#msform input:focus,
#msform textarea:focus,
#msform textarea:select {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

.form-clt i{
    position: absolute;
    top: 142px;
    left: 45px;
}

.form-card.form-clt {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    padding: 45px;
}

#progressbar li{
    color: black;
    text-align: center;
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.custom_card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    /*color: gray;*/
    text-align: left;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    padding-bottom: 10px;
    margin-top: 10px;
}

#progressbar {
    /*margin-bottom: 30px;*/
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

.viewer_progressbar li{
    width: 50% !important;
}

a.video-modal-btn {
    background: #673ab7;
    color: white;
    padding: 10px;
}

.custom_upload_lable{
    cursor: pointer;
    width: 100% !important;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #af49e51f;
    line-height: 1;
    padding: 16px 18px;
    outline: none;
    color: var(--text);
    position: relative;
    padding-left: 44px;
}

.custom_upload_lable_2{
    cursor: pointer;
    width: 100% !important;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #af49e51f;
    line-height: 1;
    padding: 16px 18px;
    outline: none;
    color: var(--text);
    position: relative;
    padding-left: 44px;
}

#progressbar #account:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f2c2"
}

#progressbar #personal:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f007"
}

#progressbar #payment:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f46c"
}

#progressbar #confirm:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 20px;
    /*color: #673ab7;*/
    color: white;
    background: white;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}





#viewer_verify-number,
#viewer_verify-email,
#sponsor_verify-number {
  padding: 16px 12px;
  background-color: #673AB7;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

#participant_verify-number:hover,
#participant_verify-number:hover
#sponsor_verify-number {
  background-color: #5e35b1;
}


.cmn-textslide img {
    width: 200px;
    box-shadow: 1px 1px 10px #8000806e;
}

.counter-item.wow.fadeInUp .icon .fas {
    font-size: 44px;
}

.feature-conference-wrapper .feature-conference-image video{
    width: 100%;
    height: 100%;
    border-radius: 12px;
}









    .custom_section_service {
     overflow: hidden;
     position: relative;
     background-position: center center;
     background-size: cover;
}

 .section-common-space {
     padding: 100px 0;
}


.features-item {
     background-color: #fff;
     margin-bottom: 110px;
     padding: 90px 50px 40px;
     position: relative;
     transition: 0.3s;
     border-radius: 2px;
}
 .features-item {
     box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.22);
     cursor: pointer;
}
 .features-item .features-icon {
     color: #af49e5;
    border-color: #f1dfab;
}
 .features-item .features-info .title {
     /*color: #536dfe;*/
     border-color: #536dfe;
}
 .features-item .features-info p {
     /*color: #536dfe;*/
     border-color: #536dfe;
}
 .features-icon {
     font-size: 36px;
     width: 96px;
     height: 96px;
     line-height: 96px;
     text-align: center;
     /*background: #fff;*/
     border-radius: 60px;
     border: 2px dashed #f0f0f0;
     box-shadow: 0 0 0 10px #fff;
     position: absolute;
     top: -50px;
     left: 50%;
     transform: translate(-50%);
     color: #bdbdbd;
     transition: 0.3s;
}
 @media only screen and (max-width: 992px) {
     .clear-problem > div:nth-child(3n + 1) {
         clear: none;
    }
}
 @media only screen and (max-width: 768px) {
     .section-common-space {
         padding: 50px 0;
    }
    /* h4 {
         font-size: 17px;
    }
     h2 {
         font-size: 21px;
    }*/
     .section-title {
         margin-bottom: 20px;
    }
     .section-title span:before {
         bottom: -10px;
    }
}
 .clear-problem > div:nth-child(3n + 1) {
     clear: left;
}
 .features-info .title {
     color: #1c1c1c;
     /*font-weight: 700;*/
     margin-bottom: 20px;
}
 

.hero-button.custom_register_button.mt-3.text-center {
    position: absolute;
    bottom: 20px;
}


.custom-theme-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 1px solid;
    outline: none !important;
    background-color: var(--theme-color);
    color: var(--header);
    font-size: 16px;
    font-weight: 600;
    padding: 20px 36px 20px;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    border-radius: 40px;
    line-height: 1;
    font-family: "DM Sans", sans-serif;
    padding-right: 36px;
}


.custom_sponsor_ul{
    list-style: circle;
    list-style-position: inside;
}

.custom-about-section-4::before {
    background: #f4ddff;
}




.custom_hero-1 .hero-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.31);
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
}
@media (max-width: 1399px) {
  .custom_hero-1 .hero-bottom {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .custom_hero-1 .hero-bottom {
    justify-content: center;
    text-align: center;
  }
}
.custom_hero-1 .hero-bottom p {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  max-width: 747px;
}
@media (max-width: 1199px) {
  .custom_hero-1 .hero-bottom p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .custom_hero-1 .hero-bottom p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .custom_hero-1 .hero-bottom p {
    font-size: 16px;
  }
}



.custom_viewer_theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--theme-color);
  color: var(--header);
  font-size: 16px;
  font-weight: 600;
  padding: 9px 36px 9px;
  transition: 0.3s ease-in-out;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  border-radius: 40px;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  padding-right: 9px;
}

.custom_viewer_theme-btn i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--header);
  color: var(--theme-color);
  display: inline-block;
  margin-left: 30px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.custom_viewer_theme-btn::after {
  content: "";
  /*background-color: var(--header);*/
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.7s;
  z-index: -1;
}


.custom_section-title-area{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
}


.class_step{
    width: 100%;
    height: 100%
}


 .features-item-2 h2{
    font-size: 70px;
    font-weight: 400;
    text-align: left;
    line-height: normal;
}

.clear-problem-2 .custom_card_flex{
    display: flex;
    align-items: center;
}

.features-item-2 {
     background-color: unset;
     margin-bottom: 40px;
     padding: 0;
     position: relative;
     transition: 0.3s;
     border-radius: 2px;
}

.features-item-2 {
     box-shadow: unset;
     cursor: pointer;
}

.theme-btn-2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--theme-color);
    color: var(--header);
    font-size: 16px;
    font-weight: 600;
    padding: 9px 36px 9px;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    border-radius: 40px;
    line-height: 1;
    font-family: "DM Sans", sans-serif;
    padding-right: 9px;
}


.theme-btn-2 i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--header);
    color: var(--theme-color);
    display: inline-block;
    margin-left: 30px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.theme-btn-2:hover{
    background-color: transparent;
    border: 1px solid #230e6a;
    color: #af49e5;
}

.features-item-2 h6, .features-item-2 p{
    text-align: left;
}

.custom_support_query {
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0.0145rem 0.029rem 0.174rem rgba(129, 145, 181, 0.01698), 0.0335rem 0.067rem 0.402rem rgba(129, 145, 181, 0.024), 0.0625rem 0.125rem 0.75rem rgba(129, 145, 181, 0.03), 0.1125rem 0.225rem 1.35rem rgba(129, 145, 181, 0.036), 0.2085rem 0.417rem 2.502rem rgba(129, 145, 181, 0.04302), 0.5rem 1rem 6rem rgba(129, 145, 181, 0.06), 0 0 0 0.0625rem rgba(129, 145, 181, 0.015);
    padding: 2rem;
    border: 0.0625rem solid #CDD1DC;
    font-family: "DM Sans", sans-serif;
}

.custom_support_query h6{
    font-weight: 900;
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif;
}

.custom_support_query p{
    font-weight: 400;
    /*text-transform: capitalize;*/
    font-family: "DM Sans", sans-serif;
}

.custom_support_heading{
    font-family: "DM Sans", sans-serif;
    text-align: left;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
}

.custom_wrapper {
    width: 100%;
    max-width: 31.25rem;
    margin: 1rem auto;
}

/*.custom_label {
  font-size: .625rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: +1.3px;
  margin-bottom: 1rem;
}*/

.custom_searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#searchQueryInput {
  width: 100%;
    height: 2.8rem;
    background: #f5f5f5;
    outline: none;
    border: 0.0625rem solid #000000;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
}

#searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}

#searchQuerySubmit:hover {
  cursor: pointer;
}


input#searchQueryInput{
    color: #595959;
}


  
        .custom-register-section-3 {
            padding: 60px 0;
            background: url('https://i.ibb.co/Jw0kS5WZ/Black-Modern-Galaxy-Zoom-Virtual-Background.png') fixed;
            background-size: cover;
            position: relative;
        }
        
        .custom-register-section-3::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            background: rgba(0, 0, 0, 0.7);
        }
        
        #msform fieldset{
            background: unset !important;
        }
        
        .custom-register-wrapper-3 {
            z-index: 2;
            position: relative;
        }
        
        .custom-register-form-box {
            background: #f7f1dd;
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .custom-section-header {
            background: linear-gradient(135deg, #fff6dd 0%, #806323 100%);
            color: white;
            padding: 20px;
            border-radius: 15px;
            margin-bottom: 30px;
            text-align: center;
            position: relative;
            overflow: hidden;
            border: 1px solid black;
        }
        
        .custom-section-header::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
            transform: rotate(45deg);
            animation: shine 3s infinite;
        }
        
        @keyframes shine {
            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
            50% { transform: translateX(100%) translateY(100%) rotate(45deg); }
            100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
        }
        
        .custom-section-header h2 {
            margin: 0;
            font-size: 24px;
            font-weight: 50;
            position: relative;
            z-index: 1;
        }
        
        .custom-section-header i {
            font-size: 20px;
            margin-right: 10px;
        }
        
        .custom-form-group {
            margin-bottom: 25px;
            position: relative;
        }
        
        .custom-form-label {
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
            display: block;
            font-size: 14px;
            text-align: left;
        }
        
        .custom_participate_form {
            width: 100% !important;
            padding: 15px 20px !important;
            border: 1px solid #818181 !important;
            border-radius: 12px !important;
            font-size: 16px;
            transition: all 0.3s ease;
            background: white;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            color: #818181 !important;
        }
        
        .custom_participate_form:focus {
            border-color: #667eea;
            outline: none;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
        }
        
        .custom_participate_form::placeholder {
            color: #999;
            font-style: italic;
        }
        
        select.custom_participate_form {
            cursor: pointer;
        }
        
        textarea.custom_participate_form {
            min-height: 100px;
            resize: vertical;
        }
        
        .custom-video-section {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            padding: 30px;
            border-radius: 15px;
            margin: 30px 0;
            color: white;
        }
        
        .custom-video-container {
            background: rgba(0, 0, 0, 0.8);
            padding: 20px;
            border-radius: 15px;
            margin-top: 20px;
            display: none;
        }
        
        .custom-video-container.show {
            display: block;
            animation: fadeInUp 0.5s ease;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .custom-theme-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 12px 25px;
            border: none;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }
        
        .custom-theme-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
            color: white;
        }
        
        .custom-action-button {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
            color: white !important;
            padding: 15px 40px !important;
            border: none !important;
            border-radius: 30px !important;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer !important;
            transition: all 0.3s ease;
            width: 250px !important;
            margin: 30px auto;
            display: block;
            box-shadow: 0 6px 20px rgba(17, 153, 142, 0.3);
        }
        
        .custom-action-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(17, 153, 142, 0.4);
        }
        
        .custom-video-thumbnail {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease;
            border: 1px solid black;
        }
        
        .custom-video-thumbnail:hover {
            transform: scale(1.05);
        }
        
        .custom-video-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #667eea;
            font-size: 20px;
            transition: all 0.3s ease;
        }
        
        .custom-video-btn:hover {
            background: white;
            transform: translate(-50%, -50%) scale(1.1);
        }
        
        .custom-checkbox-container {
            background: rgba(255, 235, 59, 0.1);
            border: 2px dashed #ffc107;
            border-radius: 12px;
            padding: 20px;
            margin: 20px 0;
        }
        
        .custom-checkbox-text {
            color: #333;
            font-weight: 500;
            line-height: 1.6;
            text-align: left;
        }
        
        .custom-error-message {
            color: #dc3545;
            background: rgba(220, 53, 69, 0.1);
            padding: 10px;
            border-radius: 8px;
            margin-top: 10px;
            display: none;
        }
        
        .custom-success-message {
            color: #28a745;
            background: rgba(40, 167, 69, 0.1);
            padding: 10px;
            border-radius: 8px;
            margin-top: 10px;
            display: none;
        }
        
        .custom-upload-section {
            background: rgba(255, 193, 7, 0.1);
            border: 2px dashed #ffc107;
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            margin: 20px 0;
        }
        
        .custom-warning-text {
            color: #dc3545;
            font-weight: 600;
            background: rgba(220, 53, 69, 0.1);
            padding: 10px;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        
        iframe {
            border-radius: 15px;
            width: 100%;
            max-width: 560px;
        }
        
        .custom-form-row {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .custom-form-col-6 {
            flex: 1;
            min-width: 250px;
        }
        
        .custom-form-col-12 {
            width: 100%;
        }
        
        @media (max-width: 768px) {
            .custom-form-row {
                flex-direction: column;
            }
            
            .custom-register-form-box {
                padding: 20px;
            }
            
            .custom-section-header h2 {
                font-size: 22px;
            }
        }
        
        .custom-modal-content {
            border-radius: 15px;
            border: none;
        }
        
        .custom-modal-header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border-radius: 15px 15px 0 0;
        }
        
        .custom-btn-primary {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border: none;
        }

