* {
    font-family: 'Roboto', sans-serif;
}

.header-banner {
    background: #231e47;
    position: relative;
    overflow: hidden;
    /* min-height: 160vh; */
}

.content-merge {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.circlr-grid {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(circle at center, #bd52065d 0, #b94f025b 20%, #b94f0238 24%, transparent 69%);
    z-index: 0;
    animation: backLight 2s infinite;
}

.seat-img {
    max-height: 100%;
    width: 58%;
    margin: 0px auto;
    display: block;
    position: absolute;
    top: 27%;
    left: 21%;
    z-index: 9999999999;
}

.back-seat-img {
    position: relative;
    width: 80%;
    margin: 0px auto;
    display: block;
    z-index: 0;
    padding-top: 10%;
    padding-bottom: 10%;
    animation: seatBack 350s infinite;
}

.patterntop {
    position: absolute;
    top: 0px;
    right: -30%;
    height: 100%;
    opacity: 0.2;
}

.patternbottom {
    position: absolute;
    bottom: 0px;
    left: -30%;
    height: 100%;
    opacity: 0.2;
}

.event-text {
    color: #df8646;
    font-weight: 300;
}

.event-name {
    color: white;
    font-size: 4em;
    font-weight: 900;
}

.event-name span {
    color: #df8646;
    font-weight: 500;
}

.icon-data {
    color: #ffffff;
    margin-bottom: 20px;
}

.icon-data span {
    border-right: 1px solid white;
    width: 50px;
    display: inline-block;
    margin-right: 20px;
}

.icon-data span img {
    width: 35px;
}

.qr-image {
    width: 32%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.scan-qr {
    text-align: center;
    color: white;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0px;
}

.submit-btn {
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    font-weight: 900;
}

.submit-btn:hover {
    background: #c46b2b;
    border-color: #c46b2b;
}

.submit-btn:hover {
    background: #c46b2b;
    border-color: #c46b2b;
}

.submit-btn:active {
    background: #c46b2b !important;
    border-color: #c46b2b !important;
    box-shadow: none;
}

@media (min-width: 992px) {
    .header-banner {
        height: 90vh;
    }

    .h-lg-100 {
        height: 97%;
    }
}

@media (max-width: 992px) {
    .header-banner {
        padding-top: 50px;
    }

    .event-text {
        text-align: center;
        font-weight: 400;
    }

    .event-name {
        text-align: center;
    }

    .icon-data {
        text-align: center;
        font-weight: 400;
    }

    .icon-data span {
        width: auto;
        border: none;
    }

    .submit-btn {
        margin: 0px auto;
        display: inherit;
        margin-top: 38px;
        margin-bottom: 33px;
    }

    .qr-image {
        margin-top: 40px;
    }

    .scan-qr {
        margin-bottom: 20px;
    }


    .main-logos {
        margin-bottom: 60px;
        display: block !important;
        text-align: center;
    }

    .logos-container {
        width: 100% !important;
        justify-content: space-around !important;
        margin-top: 20px;
    }
}

@media (max-width: 992px) and (min-width: 650px) {
    .event-text {
        font-size: 34px;
        margin-top: 40px;
    }

    .event-name {
        font-size: 63px;
    }

    .icon-data {
        font-size: 34px;
    }

    .icon-data span {
        width: auto;
        border: none;
    }

    .submit-btn {

        font-size: 34px;
    }

    .scan-qr {
        font-size: 29px;
    }

    .icon-data span img {
        width: 60px;
    }

}

@media (max-width: 650px) {
    .event-name {
        font-size: 3em;
    }

    .event-text {
        font-size: 20px;
        margin-top: 40px;
    }

    .icon-data {
        font-size: 20px;
    }

    .submit-btn {
        font-size: 20px;
    }


    .logos-container img:first-of-type {
        width: 22%;
    }

    .logos-container {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

}
@media (max-width: 1200px) {
    .logos-container img {
        max-width: 18%!important;
    }
}
@media (max-width: 768px) {
    .logos-container img {
        max-width: 17%!important;
    }
}

.sign-up-model {
    height: 100vh;
    width: 100%;
    background: #00000060;
    position: fixed;
    top: 0;
    left: 0;
}

.sign-up-card {
    width: 400px;
    max-width: 80%;
    border-radius: 20px;
    margin: 10px auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 30px;
    padding-left: 30px;
}

.sign-up-btn {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 11px;
    border-radius: 15px;
}

@keyframes backLight {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }

}

.btn-primary {
    background: #231e47;
    border-color: #231e47;
    color: white !important;
}

.btn-primary:hover {
    background: #231e47;
    border-color: #231e47;
}

.btn-primary:active {
    background: #231e47 !important;
    border-color: #231e47 !important;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #231e47;
    border-color: #231e47;
    box-shadow: 0 0 0 0.2rem #231e4750;
}

.btn-success {
    background: #df8646;
    border-color: #df8646;
    color: white !important;
}

.btn-success:hover {
    background: #df8646;
    border-color: #df8646;
}

.btn-success:active {
    background: #df8646 !important;
    border-color: #df8646 !important;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #df8646;
    border-color: #df8646;
    box-shadow: 0 0 0 0.2rem #df864650;
}

.btn-outline-primary {
    color: #231e47;
    border-color: #231e47;
}

.btn-outline-primary:hover {
    color: white !important;
    background-color: #231e47;
    border-color: #231e47;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem #231e4750;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #231e47;
    border-color: #231e47;
}

.text-primary {
    color: #231e47 !important;
}

.close-model-btn {
    background: transparent !important;
    border: none !important;
    outline: none;
    height: 0px;
    color: #df8646;
    font-size: 20px;
}

.close-model-btn:focus {
    outline: 0 dotted;
    outline: 0 auto -webkit-focus-ring-color;
}

.circle {
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 50%;

}

.circle-white {
    background: white;
    box-shadow: 0px 0px 2px white;
}

.circle-yellow {
    background: #df8646;
    box-shadow: 0px 0px 2px #df8646;
}

.circle-md {
    height: 12px;
    width: 12px;
}

.circle-sm {
    height: 8px;
    width: 8px;
}

.c-1 {
    top: 10%;
    left: 10%;
    animation: backLight 2s infinite;
    animation-delay: 0.4s;
}

.c-2 {
    top: 20%;
    left: 20%;
    animation: backLight 1.5s infinite;
    animation-delay: 0.7s;
}

.c-3 {
    top: 10%;
    right: 15%;
    animation: backLight 2.5s infinite;
    animation-delay: 0.2s;
}

.c-4 {
    top: 30%;
    right: 5%;
    animation: backLight 2.9s infinite;
    animation-delay: 0.4s;
}

.c-5 {
    bottom: 10%;
    left: 10%;
    animation: backLight 4s infinite;
    animation-delay: 0.1s;
}

.c-6 {
    bottom: 20%;
    left: 20%;
    animation: backLight 2s infinite;
    animation-delay: 0.7s;
}

.c-7 {
    bottom: 20%;
    right: 5%;
    animation: backLight 1.5s infinite;
    animation-delay: 0.6s;
}

.c-8 {
    bottom: 30%;
    right: 9%;
    animation: backLight 1s infinite;
    animation-delay: 0.1s;
}

/* side banner */

.side-banner {
    background: #231e47;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    position: fixed !important;

}

.js-c-center {
    justify-content: center;
}

.side-logo-image {
    margin-left: auto;
    margin-bottom: 5%;
    margin-right: auto;
    margin-top: 10%;
    display: block;
    height: 12%;
}

.side-banner .event-name {
    font-size: 2.9em;
}

.event-title {
    color: #df8646;
}

.footer-image {
    display: block;
    height: 50%;
    margin: 0px auto;
}

.main-nav {
    position: absolute;
    top: 0px;
    z-index: 999999;
    width: 100%;
    padding-top: 30px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.navbar-toggler {
    position: absolute;
    right: 0;
    width: 45px;
    height: 36px;
    z-index: 99999;
    border: none !important;
    outline: none !important;
    display: none;
    bottom: -5px;
}

.mob-logo {
    display: none;
}

.ul-container {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100vh;
    background-color: #202124;
    display: none;
    /* bottom: 100%; */
    /* top: unset; */
}

.ul-mob {
    margin: 0;
    padding: 0;
}

.ul-menu {
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff30;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}

.ul-mob li a {
    color: #fff;
    font-size: 20px;
    width: 90%;
    display: block;
    padding: 25px 17px;
    margin: 0 auto;
    text-decoration: none;
}

.social-links-mob {
    text-align: center;
    gap: 40px;
    margin-left: 34%;
    /* transform: translateX(-34%); */
}

.ul-mob li a:hover {
    background-color: rgba(255, 255, 255, .20);
    border-radius: 8px;
}

@media (max-width: 992px) {
    .navbar-toggler {
        display: block;
    }

    .navbar-logo {
        display: none;
    }

    .navbar-container {
        width: 100%;
    }

    .for-d-none {
        display: none !important;
    }

    .main-social-links-1 {
        display: none !important;
    }

    .main-social-links {
        margin-top: 47px;
    }

    .mob-logo {
        display: block;
        position: relative;
        z-index: 9999999999999999999;
    }

    .navbar-logo-1 {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .social-links-mob {
        margin-left: 30%;
    }
}

@media (max-width: 576px) {
    .social-links-mob {
        margin-left: 17%;
    }
}

.ul-toggler {
    position: fixed;
    animation-name: bottom-to-up;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    display: none;
}

.dd-block {
    display: block;
}

@keyframes bottom-to-up {
    from {
        top: 2000px;
    }
    to {
        top: 0;
    }
}

.navbar-toggler:hover .nav-toggler-span {
    width: 30px !important;
    transition: 0.5s;
}

.nav-toggler-span {
    width: 15px !important;
    transition: 0.5s;
}

.navbar-toggler span {
    width: 30px;
    display: block;
    height: 2px;
    background: #fff;
    margin-bottom: 10px;
}

.main-social-links {
    margin-bottom: 0;
    display: flex;
}

.navbar-logo {
    margin-right: 35px;
}

.navbar-logo-1 {
    display: none;
}

.main-social-links-1 li a {
    font-size: 18px !important;
}

.main-social-links li {
    margin-right: 18px;
}

.main-social-links li a {
    color: white;
    font-size: 21px;
    text-decoration: none;
    transition: 0.5s;
}

.main-social-links li a:hover {
    color: #df8646;
    transition: 0.5s;
}

@media (max-width: 992px) {
}

.language-dropdown {
    color: white;
}

.language-dropdown .flag-icon {
    margin-right: 10px;
}

.default-form .form-group input[type=email],
.default-form .form-group input[type=number],
.default-form .form-group input[type=password],
.default-form .form-group input[type=text],
.default-form .form-group input[type=url],
.default-form .form-group select {
    height: 42px;
}

.default-form .form-group {
    margin-bottom: 12px;
}

.login-form h3 {
    margin-bottom: 10px;
}

.main-header {
    position: absolute !important;
    background: transparent !important;
    box-shadow: none !important;
    height: 45px;
}

.login-section {
    padding-top: 70px;
    padding-bottom: 20px;
}

.login-form .form-group .theme-btn {
    background: #231e47;
    padding: 12px 31px 12px 35px;
}

.social-links a {
    color: #231e47 !important;
}

.login-main-title {
    color: #231e47 !important;
    font-weight: bold !important;
    margin-bottom: 0px !important;
    text-transform: capitalize;
}

.login-sub-title {
    color: #df8646;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 5px;
    text-transform: capitalize;
    font-weight: 700;
}

.default-form .form-group > label {
    color: #231e47;
    font-weight: 500;
}

.default-form .form-group input {
    padding-left: 40px !important;
}

.default-form .form-group {
    position: relative;
}

.default-form .form-group i {
    position: absolute;
    left: 13px;
    top: 49px;
    color: #696969;
    z-index: 9999;
}

.terms-checkbox {
    margin-top: -20px;
}

.terms-checkbox label {
    color: #df8646 !important;
}

.file-group .form-control {
    background: #F0F5F7;
}

.file-input-container {
    position: relative;
}

.file-input-container input[type="file"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

input[type=checkbox]:checked:before {
    color: #df864680 !important;
}

.preloader:after {
    background-image: url(../images/logo.png);
    background-position: center;
    background-size: contain;
    height: 150px;
    width: 150px;
    margin-left: -75px;
    margin-top: -121px;
}

@media (max-width: 1023px) {
    .mobile-header {
        height: 60px;
        padding: 13px 15px;
    }

    .login-section {
        padding-top: 80px;
        padding-bottom: 30px;
    }
}

@media (max-width: 370px) {
    .main-social-links {
        margin-right: 0px;
        padding: 0px;
    }

    .main-nav .container {
        display: flex;
        justify-content: space-between;
    }

    .sign-up-card {
        padding-right: 15px;
        padding-left: 15px;
    }

    .sign-up-btn {
        font-size: 14px;
        padding: 10px;
    }
}

.h-100vh {
    height: 100vh;
}

.logos-title {
    color: #df8646;
    min-width: 40%;
    padding-top: 30px;
    font-weight: bold;
}

.logos-parag {
    color: #888;
}

.logos-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    align-items: center;
    padding-left: 15%;
    padding-right: 15%;
}

.logos-container img {
    max-width: 20%;
    max-height: 120px;
    transition: 0.6s;
    vertical-align: middle;
}

.logos-container img:hover {
    filter: none;
    transform: scale(1.2);
    /* box-shadow: inset 0 0 30px 30px #fff; */
}


.logos-coompany {
    padding-left: 15%;
    padding-right: 15%;
    align-items: center;
}

.logos-coompany img {
    width: 65%;
    max-height: 100px;
    transition: 0.6s;
    vertical-align: middle;
}

.logos-coompany img:hover {
    filter: none;
    transform: scale(1.2);
    /* box-shadow: inset 0 0 30px 30px #fff; */
}

@keyframes seatBack {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(360deg);
        opacity: 0.6;
    }

    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

.speaker-footer-img {
    float: left;
    margin-left: -15px;
}

.parsley-errors-list {
    color: #e92121;
}

.counters {

    color: #fff;
    position: absolute;
    bottom: -25px;
    display: flex;
    text-align: center;
    gap: 46%;
    left: -250px;
}

.count-number {
    font-weight: 700;
    font-size: 32px;
    /*     color: #df8646; */
    color: #fff;
}

.count-text {
    font-size: 28px;
    font-weight: 700;
    color: #df8646;
}

@media (max-width: 992px) {
    .col-lg-7.h-lg-100.col-sm-12 {
        padding-bottom: 400px;
    }

    .counters {
        position: relative;
        flex-direction: column;
        left: unset;
        bottom: -21%;
    }

    .first-count {
        margin-bottom: 80px;
    }
}
.speakers-image{
    object-fit: fill;
    width: 150px !important;
    max-height: 150px!important;
    min-height: 150px!important;
    border-radius: 63%;
}
.speakers-name{
    margin-top: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.speakers-desc{
    color: #888;
    font-weight: 300;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.2;
}
.navbar-container .dropdown{
    margin-right: 15px!important;
}

.mob-logo {
    width: 90px;
    margin-right: 15px;
}
.ul-container {
    position: absolute;
    width: 100%;
    top: 0px;
    height: 200vh;
    background-color: #202124;
    display: none;
    left: 0;
}
@media (max-width: 992px) {
    .speakers-image {
        width: 130px !important;
        max-height: 130px !important;
        min-height: 130px !important;
    }
}

.gsmg{
    padding: 0 15%;
}
@media (max-width: 992px) {
    .gsmg {
        padding: 0;
    }
}
.speakers-image{
    transition: 0.6s;
}
.speakers-image:hover {
    transform: scale(1.2);
    transition: 0.6s;
}
@media (max-width: 992px) {
    .col-lg-7.h-lg-100.col-sm-12 {
        padding-bottom: 400px;
        margin-top: -140px;
    }
}
.dd-block {
    display: block !important;
}
.ul-container {
    position: fixed !important;
}
