@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&amp;family=Inter&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


/* -----------------------------------/
General CSS
-------------------------------------*/
html,
body {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Open Sans', sans-serif;
    vertical-align: baseline;
    line-height: 1.6;
    font-weight: 500;
    overflow-x: hidden;
    background-color: #060c24;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0px;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    line-height: 1.35;
    font-family: 'Bakbak One';
}


a {
    text-decoration: none;
    outline: none;
}


ul, ol {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}


button {
    border: none;
    padding: 0px;
}

.hov_shape_show{
    position: relative;
    overflow: hidden;
}

.hov_shape_show .square_hov_shape{
    height: 100%;
    width: 0;
    background: linear-gradient(180deg, #FFD600 0%, #AC5300 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    animation: btn_square_shape 0.8s;
    transition: 0.4s;
    z-index: -1;
}

.hov_shape_show .square_hov_shape_dark{
    height: 100%;
    width: 0;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0px;
    left: 0px;
    animation: btn_square_shape 0.8s;
}
.hov_shape_show:hover .square_hov_shape, .hov_shape_show:hover .square_hov_shape_dark{
    width: 100%;
}

@keyframes btn_square_shape {
    0% {
        width: 0%;
    }
    
    100% {
        width: 100%;
    }
}

.social_hov_shape_show{
    position: relative;
}

.social_hov_shape_show img
{
    width: 60%;
    filter: grayscale(1);
}

.social_hov_shape_show img:hover
{
    filter: none;
}

.title_section{
    position: relative;
    z-index: 1;
}
.title_section h2 {
    font-family: 'Bakbak One';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #fad439 ;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.title_section h3 {
    font-family: 'Bakbak One';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.title_section h4 {
    font-family: 'Bakbak One';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fad439 ;
}

/* -----------------------------------/
Header Section CSS
-------------------------------------*/
.header-top{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: 1px;
    height: 90px;
    z-index: 5;
}

.menu_sect{
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu_left_sect{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 15%;
}
.menu_list{
    margin-left: 65px;
}

.menu_list ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.menu_list ul li{
    cursor: pointer;
    padding-right: 40px;
}

.menu_list ul li a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.menu_right_sect{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_right_buttons{
    display: flex;
    align-items: center;
    justify-content: end;
    min-width: 284px;
}
.menu_right_sect button.join_btn {
    height: 50px;
    width: 190px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .1);
    /* border: 2px solid rgba(243, 119, 33, 0.8); */
    box-sizing: border-box;
}


.menu_right_sect button.join_btn{
    border-radius: 50px;
    font-family: 'Bakbak One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

.menu_bar{
    display: none;
    border: none;
    outline: none;
    background: none;
    padding: none;
    text-align: right;
}


/*-------------------------------------------
Mobile Menu Section CSS
-------------------------------------------*/
.mobile_menu{
    background: rgba(4, 12, 18, 0.9);
    backdrop-filter: blur(10px);
    height: 100vh;
    width: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 100;
    opacity: 1;
    display: none;
}

.mobile_menu_content{
    background: #121C40;
    height: 100vh;
    width: 400px;
    padding: 50px;
    margin-left: auto;
    overflow-y: scroll;
}
.mobile_menu_content::-webkit-scrollbar{
    display: none;
}

.mobile_menu_logo{
    width: 100%;
    position: relative;
}
.mobile_menu_logo .mobile_menu_close_btn{
    position: absolute;
    right: 0px;
    top: -10px;
    background: none;
    border: none;
    outline: none;
}

.mobile_menu_list{
    margin-top: 50px;
}

.mobile_menu_list ul li{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.mobile_menu_list ul li a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

.mobile_menu_btns{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 30px;
}

.button-sidemenu
{
    height: 50px;
    width: 100%;
    background: linear-gradient(180deg, #FFD600 0%, #AC5300 100%);
    box-sizing: border-box;
    margin-top: 20px;
    font-family: 'Bakbak One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 50px;
}




/*-------------------------------------------
Banner Section CSS
-------------------------------------------*/
.baner_sect{
    background-image: url("https://altpubli.com/assets/images/bg_home.webp");
    /* min-height: 950px; */
    width: 100%;
    background-size: cover;
    background-position: center 0px;
    background-repeat: no-repeat;
    padding-top: 140px;
}

.baner_left{
    margin-top: 66px;
    max-width: 500px;
    width: 100%;
    /* min-height: 550px; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.baner_left h2 {
    font-family: 'Bakbak One';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.baner_left h3 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    text-transform:capitalize;
    margin-bottom: 58px;
    color: #FFFFFF;
}

.baner_buttons{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}


/*-------------------------------------------
Mint Section CSS
-------------------------------------------*/
.baner_buttons button.mint_btn {
    height: 60px;
    width: 200px;
    background: linear-gradient(180deg, #FFD600 0%, #AC5300 100%);
    border: none;
    text-transform: uppercase;
    box-sizing: border-box;
    font-family: 'Bakbak One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 50px;
    color: #ffffff;
}


/*--------------------------------
About Section CSS
---------------------------------*/
.about_us_section{
    /* background: url(../images/bg/h1_about_us_bg.png); */
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    min-height: 901px;
    padding: 110px 0;

}
.about_us_right_text{
    margin-top: 46px;
}
.about_us_right_text p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 20px;
}
.about_us_left_sect{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 560px;
    width: 100%;
}

.about_us_img_card1 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    height: 328px;
    width: 270px;
    padding: 24px;
    position: absolute;
    top: 50px;
    left: 30px;
    transform: rotate(-15deg);
    z-index: 1;
}
.about_us_img1{
    max-width: 230px;
    height: 230px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
}
.about_us_img1_shapes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.about_us_img1_shapes_left .shape_1{
    background: rgba(255, 255, 255, 0.1);
    height: 15px;
    width: 115px;
}
.about_us_img1_shapes_left .shape_2{
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.1);
    height: 8px;
    width: 75px;
}
.about_us_img1_shapes_right .shape_3{
    background: rgba(255, 255, 255, 0.1);
    height: 28px;
    width: 28px;
    border-radius: 50%;
}
.about_us_img_card2 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    height: 279px;
    width: 230px;
    padding: 20px;
    position: absolute;
    top: 150px;
    right: 20px;
    transform: rotate(15deg);
    z-index: 0;
}
.about_us_img2{
    max-width: 195px;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
}
.about_us_img2_shapes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.about_us_img2_shapes_left .shape_1{
    background: rgba(255, 255, 255, 0.1);
    height: 13px;
    width: 98px;
}
.about_us_img2_shapes_left .shape_2{
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.1);
    height: 7px;
    width: 64px;
}
.about_us_img2_shapes_right .shape_3{
    background: rgba(255, 255, 255, 0.1);
    height: 24px;
    width: 24px;
    border-radius: 50%;
}
.about_us_text_card_sect{
    margin-top: 120px;
}
.about_us_text_card{
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    min-height: 280px;
    padding: 35px;
    border-radius: 10px;
}
.about_us_text_card h3 {
    font-family: 'Bakbak One';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
}
.about_us_text_card h3 img{
    padding-right: 10px;
}

.about_us_text_card p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    /* max-width: 289px; */
    color: rgba(255, 255, 255, 0.8);
    padding-top: 18px;
}


/*--------------------------------
Owl Carousel CSS
---------------------------------*/
.owl_carousel_content ul li {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
    width: 290px;
    margin-right: 20px;
}
.owl_carousel_sect{
    padding: 20px 40px 25px;
    position: relative;
    z-index: 1;
}
.owl_carousel_content{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.owl_carousel_content ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.owl_carousel_content ul li {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
    width: 290px;
    margin-right: 20px;
}


.home1-avater-slider{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.home1-avater-slider ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    overflow: hidden;
    animation: 18s linear 0s infinite normal none running loop-animate;
    margin-bottom: 20px;
}
.home1-avater-slider ul li .item{
    display: flex;
    align-items: center;
    justify-content: center;
}


@keyframes loop-animate {
    0% {
        transform: translateX(0px);
    }
    
    100% {
        transform: translateX(-100%);
    }
}
@keyframes loop-animate-reverse {
    0% {
        transform: translateX(-100px);
    }
    
    100% {
        transform: translateX(0%);
    }
}

/*--------------------------------
Footer Section CSS
---------------------------------*/
.footer_section{
    /* background: url(../images/footer-BG.jpg); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 200px;
}
.footer_content{
    position: relative;
    margin-top: 30px;
}

.footer_social_links{
    /* max-width: 540px; */
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.footer_social_links ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_social_links ul li{
    width: 30%;
    height: 60px;
    margin: 0 15px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50px;
}
.footer_social_links ul li a{
    color: #ffffff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*-------------------------------------
16. Preloader CSS
---------------------------------------*/
section.loader_first {
    background: #1C2023;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.loader_first_inner{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader_first .circular-spinner {
    width: 60px;
    height: 60px;
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-top: 10px solid #fad439;
    border-radius: 50%;
    animation: pre_spinner 1.5s linear infinite;
    position: absolute;
    transform: translate(-50%, -50%);
}

@keyframes pre_spinner {
    from {
        transform: rotate(0);
    }
    
    to {
        transform: rotate(360deg);
    }
    0%{
        display: block;
    }
    100%{
        display: none;
    }
}


/*--------------------------
Mint Sect
--------------------------*/
.mint-slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}



/*------------------------------
    footer Popup
-------------------------------*/

.footer-popup{
    position: fixed;
    bottom: 20px;
    z-index: 1111;
    text-align: center;
    width: 100%;
    padding: 0px 10px;
}
.footer-popup-inner {
    background: linear-gradient(180deg, #27b1ff94 0%, #0833C9 100%);
    backdrop-filter: blur(10px);
    max-width: 500px;
    width: 100%;
    margin: auto;
    height: 70px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    position: relative;
}
.footer-popup-img{
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
}
.footer-popup-text{
    margin-left: 10px;
    margin-right: 20px;
    max-width: 380px;
    width: 100%;
}
.footer-popup-text h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
    text-align: left;
}
.footer-popup-text h6 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
}
.footer-popup-close-btn{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    right: 10px;
    cursor: pointer;
}


/* Custom CSS */
.bottom-nav
{
    display: flex;
    justify-content: space-around;
    position: fixed;
    background: #121C40;
    padding: 5px 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    height: 80px;
}

.bottom-nav a i
{
    color:#060C24;
    background:#fad439;
    border-radius: 25px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
}

#text-theme
{
    color:#fad439;
}

.menu_list ul li a:hover
{
    color:#fad439;
}

.bottom-nav > a
{
    animation-name: nav-shake;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    /* margin: auto 0; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 5px 0 0 0;
}

@-webkit-keyframes nav-shake {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    10%, 20% {
      -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
  
    30%, 50%, 70%, 90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
  
    40%, 60%, 80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes nav-shake {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    10%, 20% {
      -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
  
    30%, 50%, 70%, 90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
  
    40%, 60%, 80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .nav-shake {
    -webkit-animation-name: nav-shake;
    animation-name: nav-shake;
  }

  .about_us_right_text p:first-child
  {
    padding-bottom: 50px;
  }

  @media screen and (max-width: 767px) {
    .footer-popup {
        bottom: 14px;
    }

    .footer-popup-inner {
        margin: 0;
        width: 100%;
    }
  }