body {
    background: #fff;
    color: #000000;
    font-family: 'Poppins';
    overflow-x: hidden;
    overflow-y: hidden;

}


html {
    scroll-behavior: smooth;
}


:root {
    --primary: #074775;
    --secondary: #000;
    --third: #d1d2d4;
}


p {
    padding: 0;
    margin: 5px 0;
    font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Raleway", sans-serif;*/
    font-family: 'Poppins';
    font-weight: 400;
    padding: 0;
}


.wow {
    visibility: hidden;
}






.logo {
    width: 60% !IMPORTANT;
    max-height: 100px;
    /*    background: #fff;*/
    border-radius: 5px;
}

.header-right-logo {
    width: 20%;
    border-radius: 5px;
}

header.header-bg {
    /*    background: #000000;*/
    width: 100%;
    position: fixed;
    z-index: 999;
    padding: 10px 40px;
}

.navbar_sticky {
    background-color: #000;
    top: 0;
}


.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    width: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
}


ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 9%);
    width: 240px;
}

li.nav-link.dropdown a {
    color: #000;
}

ul.navbar-nav li.dropdown:hover ul.dropdown-menu li {
    padding: 10px 0;
}


ul.navbar-nav li.dropdown:hover ul.dropdown-menu li a {
    font-size: 16px;
    padding: 5px 0;
}

.buy-tickets a {
    color: #0c0034;
    background: #fbe50c;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #fbe50c;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    /* margin-left: 8px; */
    margin-top: 2px;
    line-height: 1;
    font-family: 'Poppins';
    font-size: 14px;
}

.guest-btn {
    background-color: #000000;
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
    border:1px solid #ffffff5e;
}

.guest-btn:hover {
    background-color: #F41913;
}

li.nav-item.buy-tickets {
    margin-top: 9px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
    /* margin-right: 1rem; */
    margin-left: 0;
    color: #000;
    font-weight: 400;
    /* border-bottom: 3px solid #DB0106;*/
}


.rounded-20 {
    border-radius: 20px;
}

.dropdown-menu {
    border-radius: 0;
    font-size: 14px;
    margin-top: 0;
    border: 0;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
}

.navbar-nav .dropdown-menu li a:hover {
    color: #22008d;
}

.dropdown-menu .dropdown-item {
    padding: .60rem 1rem;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FF7A42;
}

.logo-shap:after {
    content: "";
    width: 280px;
    height: 93px;
    left: -19px;
    top: 0;
    transform: skew(-20deg);
    background: #fff;
    position: absolute;
    display: none;
}

.navbar-brand {
    z-index: 999 !important;
}









#header {
    height: auto;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 997;
    transition: 0.5s;
    position: fixed;
    padding: 0 15px;
    background: white;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    right: 0;
    padding: 10px;
}

#header.header-scrolled,
#header.header-fixed {
    background: rgba(0, 0, 0, 0.98);
    height: 75px;
    padding: 15px 0;
    transition: all 0.5s;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 span {
    color: #e8450b;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 80px;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
}

#header.header-scrolled #logo img {
    padding: 0;
    margin: 2px 0;
    max-height: 45px;
    transition: all 0.5s;
    padding: 4px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 20px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 5px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
    margin-top: 1%;
}

/* Nav Meu Styling */

.nav-menu a {
    /* color: #fff; */
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    width: auto;
    font-family: poppins;
    font-style: normal;
    font-weight: 400;
    margin-right: 20px;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
    color: #000;
}

.nav-menu > li {
    margin-left: 8px;
}


.nav-menu li.buy-tickets a {
    color: #fff;
    background: #e8450b;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #e8450b;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    /* margin-left: 8px; */
    margin-top: 2px;
    line-height: 1;
    font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
    background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
    visibility: hidden;
}

.nav-menu ul {
    margin: 0px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
    border-radius: 3px;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #060c22;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    border-radius: 3px;
}

.nav-menu ul li:hover > a {
    background: #fbe50c;
    color: #0c0034;
    width: 100%;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 15px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(6, 12, 34, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 17px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #e8450b;
}

#mobile-nav ul li ul {
    background-color: #e8450b;
}

#mobile-nav ul li li {
    padding-left: 0px;
}

#mobile-nav ul li li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    padding: 5px 22px 5px 15px;
}

#mobile-nav ul li li a:hover {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #e8450b;
}

#mobile-nav ul .menu-item-active {
    color: #e8450b;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(6, 12, 34, 0.8);
    display: none;
}

.register-btn {
    background: #ff5e00;
    border-radius: 50px;
    padding: 11px 30px !IMPORTANT;
    color: #fff;
}

.register-btn:hover {
    background: #ff5e00;
    border-radius: 50px;
    padding: 11px 30px !IMPORTANT;
    color: #fff;
}

/* Mobile Nav body classes */


.shape {
    position: relative;
    background-image: url(../images2/city.png); 
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 50px;
    height: auto;
    min-height: 100vh;
}

.shape:after {
    content: "";
    position: absolute;
    background: #00000030;
    height: 100%;
    width: 1000%;
    right: 0;
    top: 0;
    display: none;
}

video.bg-video {
    width: 100%;
    height: 100%;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#home {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    justify-content: end;
}

.home-center {
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    display: table;
    padding: 0 50px;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.registration-form p {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.form-registration {
    background: rgb(0 0 0 / 60%);
    border-radius: 0px;
    margin-top: 0px;
       padding: 25px;
    width: 100%;
     /*width: 545px;*/
    height: 331px;
   
}
.signin{color:#fff;font-size:30px;font-weight:bold;display:inline-block}
.btn-seperater{position:relative;padding-right:20px;}
.btn-seperater:after{display: inline-block;width:1px;margin:0 10px; background:#fff;position:absolute;top:0;bottom:0;content:''}
.signin.active{color:#F41913;font-weight:normal}
.signin:hover{background-color: transparent;color:#F41913;background-image: none !important;}
.signin.active:hover{color:#F41913;font-weight:normal;background-image: none;}
.registration-form {
    padding: 0 12px;
}

.registration-form p {
    font-size: 32px;
    font-weight: bold;
    color: #363636;
    text-align: left;
    line-height: 48px;
}

form.register .form-control {
    border: 2px solid #bdbdbd;
    height: 52px;
    font-weight: 600;
    color: #000 !IMPORTANT;
    border-radius: 0px;
    margin:0;
}

form.register label {
    font-weight: 600;
    font-size: 16px;
    font-family: poppins;
    color: #000;
    margin-bottom: 0px;
}

a.signup-demo {
    color: #000;
    text-align: center;
    margin-top: 75px;
    font-weight: bold;
    font-size: 18px;
}

button.btn.submit {
    margin: 0 auto;
    background: #F41913;
    border-radius: 0px;
    color: #ffffff;
    font-size: 18px;
    width: 169px;
    height: 52px;
}

.form-registration.sign-up {
    height: auto;
    margin-top: 70%;
}

a.signup-demo.signin {
    margin-top: 50px;
}

.metaverse-img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: -50px;
    width: 65%;
}
.social-login-txt{color:#fff;font-size: 14px;font-weight: 400;}
.divider-or{height:1px;background:#fff;position:relative; margin:25px  0;}
.divider-or:after{
    position: absolute;
    content: 'OR';
    background: #fff;
    color: #ff0000;
    left: 50%;
    padding: 4px 10px;
    top: -14px;
    border-radius: 16px;
    margin-left:-19px;
}

.userInput {
    display: flex;
}

.userInput input {
    margin: 0px 10px 0px 0;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    font-size: 24px;
    background: #eef2f3;
    border: 2px solid black;
    text-align: center;
    font-weight: 600;
}

.privacy {
    text-align: left;
}

.footer.footer-bar p {
    font-size: 16px;
    font-family: poppins;
}

.social-icon {
    text-align: right;
}

.social-icon a .fa {
    font-size: 18px;
    color: #000;
    margin-right: 20px;
}

.footer.footer-bar {
    padding: 15px 0;
    font-size: 12px;
    /* background: #f6f7fd !important; */
}

.footer {
    background: #fff;
    padding: 88px 102px 210px;
    position: relative;
    color: #000000;
}



/*****avart*********/


section.avart-section {
    width: 100%;
    height: 100vh;
    background-image: url(../images2/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 50px;
}




.card-avater {
    margin-top: 7%;
}

.card-avater h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 20px;
}

.card {
    background-color: #fff;
    border-radius: 0;
    position: relative;
    margin-bottom: 20px;
}

.card:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.nav-link {
    display: block;
    padding: 0;
    background: #fff;
    margin-bottom: 20px;
}

.nav-link img {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0;
}


.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: 2px solid #134cb4;
}

.nav-tabs .nav-link.active:before {
    content: "\f00c";
    position: absolute;
    left: 25px;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 10;
    font-size: 11px;
    color: white;
    background: #194eb8;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    line-height: 25px;
}

.tab-content > .tab-pane {
    display: none !IMPORTANT;
}

.tab-content > .active {
    display: block !IMPORTANT;
}

.big.avatar img {
    width: 30%;
    margin-top: 12%;
}

button.next-slider {
    margin: 0 auto;
    display: block;
    z-index: 9;
    width: 140px;
    margin-top: 15px;
    height: 56px;
    background: white;
    border-radius: 10px;
    color: #013FAD;
    font-size: 18px;
    font-weight: bold;
}

.metaverse-img.avtar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: -60px;
    width: 45%;
}

 



@media(max-width:1680px) {
    .home-center {
        padding: 0 50px;
    }

    .metaverse-img {
        bottom: -40px;
        width: 65%;
    }
}


@media(max-width:1600px) {

    .form-registration {
        width: 100%;
        height: auto;
    }
}

@media(max-width:1440px) {
    .registration-form p {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .metaverse-img.avtar {
        bottom: -60px;
        width: 60%;
    }
}


@media(max-width:1400px) {
    .registration-form p {
        font-size: 23px;
    }
}

@media(max-width:1365px) {
    .form-registration {
        padding: 15px 25px;
    }
    .divider-or {
      margin: 15px 0;
    }
    form.register label{font-size:14px;}
}



@media(max-width:1152px) {
    .metaverse-img {
        bottom: -24px;
        width: 65%;
    }

    .metaverse-img.avtar {
        bottom: -40px;
        width: 60%;
    }
}


@media(max-width:991px) {
    .privacy {
        text-align: center;
    }

    .social-icon {
        text-align: center;
    }



    header.header-bg {
        padding: 10px 0px;
    }

    .form-registration {

        width: 100%;
        height: auto;
    }

    .metaverse-img.avtar {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 1;
        bottom: 0%;
        width: 84%;
    }

    .metaverse-img {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 1;
        bottom: 0;
        width: 65%;
    }

    .big.avatar img {
        width: 50%;
    }

   section.avart-section {
    padding: 50px 10px;
    width: 100%;
    height: auto;
}
 body {
        overflow-y: unset;
    }
    .metaverse-avatar {
    display: none;
}
    .home-center {
    padding: 0 0px;
}
   
}








@media(max-width:575px) {
    .navbar-brand {
        z-index: 999 !important;
        width: 50%;
    }

    .nav-tabs .nav-link.active:before {
        left: 19px;
        top: 6px;
        z-index: 10;
        font-size: 10px;
        width: 20px;
        height: 20px;
        line-height: 21px;
    }

    section.avart-section {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    .register-btn {
        background: #ff5e00;
        border-radius: 50px;
        padding: 10px 13px !IMPORTANT;
        color: #fff;
        font-size: 11px;
    }

    .navbar-brand {
        z-index: 999 !important;
        width: 33%;
    }

    .logo {
        width: 90% !IMPORTANT;
        max-height: 100px;
        /* background: #fff; */
        border-radius: 5px;
    }

    .card-avater h1 {
        color: #fff;
        font-size: 30px;
    }
}
