@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333333;
}

a,
button {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, .5);
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    z-index: 99999;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}


/* -- header-area-start -- */
.main-bg {
    background: url(../img/main-banner.png);
    background-repeat: no-repeat;
    background-size: 75%;
    position: relative;
}

.main-bg::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 520px;
    left: 0;
    bottom: -130px;
    background: url(../img/banner-before.png);
    background-repeat: no-repeat;

    background-size: 100% 100%;
}

.header-area {
    padding: 40px 0px;
}

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

.logo-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a img {
    display: inline-block;
    width: 230px;
}

.sm-bar {
    cursor: pointer;
    display: none;
}

.sm-bar span {
    display: block;
    width: 30px;
    height: 3px;
    background: #000;
    border-radius: 10px;
    margin: 7px 0px;
}

.main-menu ul li {
    display: inline-block;
    margin-right: 20px;
}

.main-menu ul li a {
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
}

.main-menu ul li a span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #925DF1;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 15px;
}

.main-menu ul li a:hover {
    opacity: .7;
}

.social-icon {
    margin-left: 25px;
    margin-right: 12px;
}

.social-icon a img {
    display: inline-block;
    width: 30px;
}

.social-icon a:hover {
    opacity: .7;
}

.main-menu-wrapper {
    display: flex;
    align-items: center;
}

.languge-bar ul li {
    display: inline-block;
    margin-right: 10px;
}

.languge-bar ul li:last-child {
    margin-right: 0;
}

.languge-bar ul {
    border: 1px solid #7930F5;
    padding: 10px 10px;
    border-radius: 36px;
}

.languge-bar ul li a:hover {
    opacity: .7;
}

/* -- header-area-end -- */


/* -- banner-area-start -- */
.banner-left h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 62px;
    color: #000;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.banner-left h1 span {
    background: linear-gradient(180deg, #FB1DC4 0%, #409BEC 100%), #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.banner-left span#bar {
    background: #9760F1;
    width: 45px;
    height: 3px;
    display: inline-block;
}

.banner-left p {
    font-size: 25px;
    letter-spacing: 0.004em;
    line-height: 35px;
    color: #08040A;
    margin-bottom: 40px;
}

.banner-left a {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    background: linear-gradient(116.49deg, #E6B0FF 21.75%, #8372DF 81.4%);
    box-shadow: 0px 40.5118px 75.3709px rgba(150, 126, 229, 0.5);
    border-radius: 75.5757px;
    padding: 14px 45px;
    position: relative;
}

.banner-left a:hover {
    opacity: .7;
}

.banner-left a::before {
    content: "";
    width: 120%;
    height: 88px;
    position: absolute;
    top: -17px;
    left: -20px;
    background: transparent;
    filter: drop-shadow(0px 40.5118px 75.3709px rgba(246, 115, 63, 0.5));
    border-radius: 75.5757px;
    border: 1px solid #D3CCF3;
    z-index: -9;
}

.banner-left a::after {
    content: "";
    width: 110%;
    height: 135%;
    position: absolute;
    top: -9px;
    left: -10px;
    background: transparent;
    filter: drop-shadow(0px 40.5118px 75.3709px rgba(246, 115, 63, 0.5));
    border-radius: 75.5757px;
    border: 1px solid #D3CCF3;
    z-index: -9;
}

.banner-right h1 {
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}

.banner-area {
    position: relative;
    overflow-x: hidden;
}

.banner-area::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    background: url(../img/banner-right.png);
    top: 0;
    right: -45px;
    z-index: -9;
    background-size: 100% auto;
    background-repeat: no-repeat;
}



.banner-right {
    margin-left: 80px;
    margin-top: 50px;
}

.banner-right span#banner-right-bar {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #DCC5FA;
}

.banner-right p {
    font-size: 26px;
    line-height: 47px;
    color: #fff;
    margin-top: 20px;
}

.banner-down-img img {
    display: inline-block;
    width: 200px;
    border-radius: 31px;

}

.banner-down-img:hover {
    transform: scale(1.18);
    filter: drop-shadow(0px 47px 19px rgba(35, 3, 130, 0.26));
}

.banner-down-text h1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.banner-down-img {
    width: 200px;
    position: relative;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.banner-down-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(26, 17, 101, 0.79);
    border-radius: 0px 0px 31px 31px;
    padding: 12px 25px;
}

.banner-bottom-area {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    padding-bottom: 100px;
}

/* -- banner-area-end -- */

/* -- slider-area-start -- */
.slider-heading h1 {
    font-weight: 600;
    font-size: 74px;
    line-height: 66px;
    letter-spacing: -0.467883px;
    text-transform: uppercase;
    color: #111D36;
    opacity: 0.05;
    margin-bottom: 0;
}

.slider-heading h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 66px;
    text-transform: uppercase;
    color: #111D36;
    margin-bottom: 0px;
    margin-top: -37px;
}

.slider-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.owl-carousel .item img {
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #FFFFFF;
    box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12);
    backdrop-filter: blur(35px);
    padding: 10px;
}

html {
    scroll-behavior: smooth;
  }

.owl-carousel2 {
    padding-top: 20px;
    padding-bottom: 100px;
}

.products-slider-two .item img {
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #FFFFFF;
    box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12);
    backdrop-filter: blur(35px);
    padding: 10px;
}

.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.slider-content-area {
    margin-top: 25px;
}

/* -- slider-area-end -- */

/* -- mint-website-area-start -- */
.mint-web-left h1 {
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 1px;
    color: #FF3763;
    line-height: 48px;
    margin-bottom: 0;
}

.mint-web-left p {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 0.004em;
    color: #000000;
    margin-bottom: 0;
}

.mint-web-left span#mint-bar {
    display: inline-block;
    width: 93px;
    height: 1px;
    background: #1D70DA;
}

.mint-web-left ul {
    padding-left: 40px;
    margin-top: 35px;
}

.mint-web-left ul li {
    display: block;
    font-size: 19.84px;
    line-height: 30px;
    letter-spacing: 0.992001px;
    color: #0B1524;
    margin-bottom: 20px;
    position: relative;
}

.mint-web-left ul li::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../img/ant-design_check-square-filled.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: -40px;
    top: 5px;
}

.mint-btn {
    margin-top: 45px;
}

.mint-btn a {
    display: inline-block;
    background: linear-gradient(306.64deg, rgba(255, 41, 105, 0.3) 27.07%, rgba(247, 122, 28, 0.3) 71.29%), #FE3C5F;
    box-shadow: 0px 41.7387px 77.6534px rgba(246, 115, 63, 0.5);
    border-radius: 8.6516px;
    font-weight: 600;
    font-size: 21.629px;
    line-height: 25px;
    padding: 20px 47px;
    color: #FFFFFF;
}

.mint-btn a:hover {
    opacity: .7;
}

.min-right img {
    display: inline-block;
    width: 100%;
}

.mint-website-area {
    padding-bottom: 50px;
}

/* -- mint-website-area-end -- */


/* -- smart-contract-area-start -- */
.smart-left img {
    display: inline-block;
    width: 100%;
}

.smart-right span {
    display: block;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #181818;
    margin-bottom: 18px;
}

.smart-right h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 48px;
    color: #181818;
    margin-bottom: 22px;
}

.smart-right p {
    font-size: 20px;
    line-height: 37px;
    color: #181818;
    margin-bottom: 40px;
}

.smart-right a {
    display: inline-block;
    background: linear-gradient(306.64deg, rgba(255, 41, 105, 0.3) 27.07%, rgba(247, 122, 28, 0.3) 71.29%), #FE3C5F;
    box-shadow: 0px 41.7387px 77.6534px rgba(246, 115, 63, 0.5);
    border-radius: 8.6516px;
    font-weight: 600;
    font-size: 21.629px;
    line-height: 25px;
    padding: 20px 47px;
    color: #FFFFFF;
}

.smart-right a:hover {
    opacity: .7;
}

.smart-contract-area {
    padding: 50px 0px 50px 0px;
}

.smart-right {
    margin-left: 40px;
}

/* -- smart-contract-area-end -- */


/* -- footer-area-start -- */
.footer-area{
    background: url(../img/Path\ 6365.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 75px 0px 70px 0px;
}
.footer-wrapper {
    position: relative;
    z-index: 99999;
}

.footer-wrapper:after {
    content: "";
    display: block;
    width: 1591px;
    height: 993px;
    position: absolute;
    left: -168px;
    top: -192px;
    background: url(../img/formbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.footer-right img {
    display: inline-block;
    width: 100%;
}

.footer-area h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.footer-area p {
    font-weight: 500;
    font-size: 23.3157px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.footer-input-item input {
    display: block;
    width: 100%;
    background: #F0F1F2;
    border-radius: 9.00351px;
    color: #9A9EA6;
    font-size: 14px;
    line-height: 16px;
    border: none;
    outline: none;
    padding: 12px 15px;
}

.footer-input-item input::placeholder {
    opacity: 1;
}

.footer-input-item textarea {
    display: block;
    width: 100%;
    background: #F0F1F2;
    border-radius: 9.00351px;
    color: #9A9EA6;
    font-size: 14px;
    line-height: 16px;
    border: none;
    outline: none;
    padding: 12px 15px;
    resize: none;
    height: 150px;
}

.footer-input-item textarea::placeholder {
    opacity: 1;
}

.footer-left form button {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 9.00351px;
    color: #7E51F1;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 25px;
    border: none;
}

.footer-left form button:hover {
    opacity: .7;
}

/* -- footer-area-end -- */

/* -- footer-bottom-area-start -- */
.locotion-area p span img {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}

.locotion-area p {
    font-size: 19.4868px;
    line-height: 30px;
    color: #151517;
    margin-bottom: 25px;
}

.email-area p span img {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
}

.email-area a p {
    font-size: 19.4868px;
    line-height: 30px;
    color: #151517;
    margin-bottom: 0;
}

.footer-bottom-area {
    padding: 50px 0px 30px 0px;
    position: relative;
    z-index: 999999999999;
}

.footer-bottom-area {
    text-align: center;
}
.m2-bg{
    background: url(../img/m2-bg.png);
    background-size: 100% 85%;
    background-repeat: no-repeat;
    background-position: bottom;
}

/* -- footer-bottom-area-end -- */

.fixed2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(61.59deg, #C37AF0 6.91%, #4A32F0 124.08%), #6563CC;
    z-index: 999999999;
  }

/* Form Response Message */
#contactForm button:disabled {
    opacity: 0.5;
}
#responseMsg {
    width: 100%;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.error,
.processing {
    margin: 10px auto;
    padding: 10px;
    color: #fff;
}
.success {
    margin: 10px auto;
    padding: 10px;
    color: #111D36;
}  