@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap);

.iq-banner,
body {
    position: relative;
    font-family: Poppins, sans-serif
}

#loading,
header {
    left: 0;
    width: 100%
}

#loading,
.loader div {
    height: 100%
}

#back-to-top .top,
.box,
.heading-title p,
.text p {
    text-align: center
}

#waves,
.c-scrolldown,
.img-box,
.loader,
.text {
    overflow: hidden
}

#business,
#contact-us,
.graphic-bg {
    background-repeat: no-repeat
}

.form-control,
.form-control:focus {
    opacity: .8;
    background: 0 0;
    color: #fff
}

body {
    overflow-x: hidden !important;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    color: #e3e3e3;
    background: #1c1c1c
}

#loading {
    background-color: #16181c;
    position: fixed;
    margin-top: 0;
    top: 0;
    bottom: 0;
    overflow: hidden !important;
    right: 0;
    z-index: 999999
}

#loading-center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px
}

.loader {
    position: relative;
    width: 150px;
    height: 150px;
    display: block
}

.loader2,
.loader2 div {
    border-radius: 50%;
    padding: 8px;
    border: 2px solid transparent;
    -webkit-animation: 3.5s linear infinite rotate;
    animation: 3.5s linear infinite rotate;
    border-top-color: #f9b707;
    border-left-color: #424242;
    border-right-color: #424242
}

.loader,
.loader * {
    will-change: transform
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        border-top-color: rgba(0, 0, 0, .5)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: rgba(0, 0, 255, .5)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: rgba(0, 0, 0, .5)
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        border-top-color: rgba(0, 0, 0, .5)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: rgba(0, 0, 255, .5)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border-top-color: rgba(0, 0, 0, .5)
    }
}

header {
    padding: 20px 40px;
    position: absolute;
    display: inline-block;
    top: 0;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    z-index: 9999
}

header .navbar-light .nav-item .nav-link,
header .navbar-light .navbar-nav .nav-link:before {
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out
}

header .navbar {
    padding: 0
}

header .navbar-light .nav-item {
    margin: 0 10px
}

header .navbar-light .nav-item .nav-link {
    color: #fff;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    position: relative;
    transition: 250ms ease-in-out
}

header .navbar-light .navbar-nav .nav-link:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 5px;
    left: 38%;
    margin-left: -3px;
    background: #fff;
    height: 2px;
    width: 26px;
    border-radius: 90px;
    opacity: 0;
    transition: 250ms ease-in-out
}

header .navbar-light .navbar-nav .nav-item .nav-link.active,
header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link:hover {
    color: #F1AC1C
}

.navbar-light .navbar-nav .nav-item .nav-link.active:before,
.navbar-light .navbar-nav .nav-link:focus:before,
header .navbar-light .navbar-nav .nav-link:hover:before {
    opacity: 1
}

header .navbar-light .nav {
    position: relative
}

header .navbar-light .nav:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    height: 25px;
    width: 1px;
    display: inline-block;
    background: #c7c7c7
}

header .navbar-light .nav .button:focus,
header .navbar-light .nav .button:hover {
    color: #131519
}

header.menu-sticky {
    position: fixed;
    background: #131519e3;
    padding: 10px 40px;
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, .1)
}

.dropdown-item.active,
.dropdown-item:active {
    background: #f9b707
}

.iq-font-blue {
    color: #16181c
}

.iq-font-white {
    color: #fff
}

.iq-font-black {
    color: #1c1c1c !important
}

.iq-font-light {
    color: #666
}

.iq-font-yellow {
    color: #ff9e00
}

.overview-block-ptb {
    padding: 100px 0
}

.overview-block-pt {
    padding: 50px 0
}

.overview-block-pb {
    padding: 0 0 100px
}

::-moz-selection {
    background: #f9b707;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #f9b707;
    color: #fff;
    text-shadow: none
}

a.active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

a,
a:focus,
a:hover {
    color: #f9b707;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    text-decoration: none
}

#back-to-top .top {
    margin: 0;
    color: #fff;
    background: #121316;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 90px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#back-to-top .top:hover {
    background: #f9b707;
    color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(34, 34, 34, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(34, 34, 34, .1);
    box-shadow: 0 0 30px 0 rgba(34, 34, 34, .1)
}

.banner-info {
    position: relative;
    z-index: 999;
    background-size: contain;
    background-position: 50% -100%
}

.iq-banner {
    background-size: cover;
    background-image: linear-gradient(to right, #272626ad, #0504044a)
}

.graphic-bg {
    padding: 7% 0 5%;
    background-image: url("../images/graphic.png");
    background-position: 100% 12%
}

.iq-banner h5 {
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: .08em;
    color: #e6e6e6
}
button.contactus {
    background: linear-gradient(90deg, #FFF801 0%, #FF8C01 100%);
    border: 1px solid #ffcc5f;
    border-radius: 6px;
    padding: 8px;
    width: 120px;
    margin-left: 6px;
}
.contactus a {
    color: #000;
    font-weight: 600;
    line-height: normal;
    font-size: 15px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    transition: 250ms ease-in-out;
}

.iq-banner h3 {
    font-weight: 700;
    font-size: 67px;
    line-height: 90px;
    color: #e6e6e6;
    text-transform: uppercase
}

.banner-text.text-left.iq-font-white p {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: .08em;
    margin-top: 3rem
}

.banner-text.text-left.iq-font-white p span {
    color: #F1AC1C
}

.video-box {
    margin-top: 2rem;
    margin-bottom: 1.5rem
}

video {
    box-shadow: 0 0 17px rgb(238 238 238 / 14%), 10px 15px 30px rgb(0 0 0 / 44%)
}

.c-scrolldown {
    width: 1px;
    height: 60px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    animation: 2.2s cubic-bezier(.76, 0, .3, 1) infinite forwards scrolldown
}

.bar-dark::before,
.bar::before {
    position: absolute;
    top: -2.6px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    content: "";
    left: 0
}

@keyframes scrolldown {
    0% {
        background-position: 0 -60px
    }

    75% {
        background-position: 0 0
    }

    100% {
        background-position: 0 60px
    }
}

.as-seen {
    background: rgba(36, 36, 36, .13);
    padding: 20px 10px;
    margin-top: 2rem
}

.bar,
.bar-dark {
    height: 3px;
    width: 56px;
    margin: 6px auto 20px;
    border-radius: 30px;
    position: relative
}

.as-seen img {
    max-width: 100%
}

.heading-title h4 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: .05em;
    color: #F1AC1C;
    font-weight: 400
}

.heading-title p,
.text p {
    color: #fff;
    font-weight: 300
}

.heading-title p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .08em;
    margin: 1rem 0 3rem
}

.text p,
footer p {
    line-height: 14px
}

.bar-dark {
    background: #7b7b7b82
}

.bar-dark::before {
    background: #7b7b7b;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG
}

.bar {
    background: #ffffff63
}

.box,
.contact-us {
    background: rgba(234, 231, 231, .04)
}

.bar::before {
    background: #fff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG
}

.bar,
.bar-dark {
    transform-origin: center bottom;
    -webkit-animation: 4s ease-in-out infinite bar;
    -moz-animation: 4s ease-in-out infinite bar;
    animation: 4s ease-in-out infinite forwards bar
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(52px);
        transform: translateX(52px)
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(52px);
        transform: translateX(52px)
    }
}

@-webkit-keyframes bar {

    0%,
    100% {
        transform: scaleY(1)
    }

    30% {
        transform: scaleY(.6)
    }

    60% {
        transform: scaleY(.8)
    }

    80% {
        transform: scaleY(.5)
    }
}

@keyframes bar {

    0%,
    100% {
        transform: scaleY(1)
    }

    30% {
        transform: scaleY(.6)
    }

    60% {
        transform: scaleY(.8)
    }

    80% {
        transform: scaleY(.5)
    }
}

.box img {
    width: 80%;
    height: auto;
    margin: auto;
    -webkit-transition: .51s ease-out;
    -moz-transition: .51s ease-out;
    -ms-transition: .51s ease-out;
    -o-transition: .51s ease-out;
    transition: .51s ease-out
}

.box img.box-logo {
    width: 85%
}

.box img.tdx-logo {
    width: 85%
}

#business {
    background-image: url("../images/bg2.png");
    background-position: 50% 72%;
    background-size: 60%
}

.box:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    background: rgb(0 0 0 / 27%)
}

.box,
.events img {
    transform: scale(1)
}

.box {
    box-shadow: 0 0 2px rgba(39, 39, 39, .12), 0 20px 20px rgba(0, 0, 0, .12);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 16px;
    padding: 10px 6px;
    border: .75px solid #ffffffd6;
    height: 110px;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 1s ease-out
}

.social-media-list li a,
.social-media-list li a:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%
}

.text {
    position: relative;
    display: block;
    max-height: 0;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .51s ease-out
}

.bottom-bar,
.events img {
    transition: 1s ease-out
}

.box:hover .text {
    max-height: 200px
}

.text p {
    font-size: 9px;
    margin: 0;
    padding-top: 10px
}

.reachus i,
div#successMsg {
    color: #F1AC1C;
    text-align: center
}

/* .box:hover .bottom-bar {
    height: 1.25px;
    width: 44px;
    background: #ffffff91;
    margin: 8px auto 0;
    position: relative;
    border-radius: 30px
} */

.Signal-partners,
.exchange-partners {
    margin-bottom: 55px;
    text-align: center
}

.Signal-partners img {
    width: 75%
}

.exchange-partners img {
    width: 82%
}

.img-box {
    margin: 10px 5px
}

.events img {
    width: 100%;
    height: auto
}

.events img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

footer p {
    font-size: 12px
}

.border-line {
    border-top: 2px solid;
    padding-top: 2rem
}

#container {
    width: 100%;
    height: 100%
}

#waves {
    position: absolute;
    z-index: 20;
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
    left: -18%;
    opacity: .3;
    min-width: 130%;
    top: -1%
}

#contact-us {
    /* background-image: url("../images/map.png"); */
    background-size: contain;
    background-position: center
}

.social-media-list {
    font-size: 18px;
    margin: 0 auto;
    padding: 0;
    bottom: 1.5rem;
   text-align: right;
}
@media (max-width:554px) {
    .social-media-list {
       
       text-align: center;
       justify-content: center;
    }
}

.social-media-list li {
    position: relative;
    display: inline-block;
    margin: 10px 3px
}

.social-media-list li a {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #1b1b1b;
    cursor: pointer;
    transition: .2s ease-in-out
}

.social-media-list li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-shadow: 0 0 0 1px #fff;
    transition: .2s ease-in-out
}

.social-media-list li a:hover {
    background-color: #fff;
    color: #000
}

.social-media-list li a:hover:after {
    opacity: 1;
    transform: scale(1.12);
    transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65)
}

.contact-us {
    box-shadow: 0 0 2px rgb(39 39 39 / 12%), 0 20px 20px rgb(0 0 0 / 12%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    margin-bottom: 3rem;
    padding: 6px
}

.contact-us .details {
    background: #000;
    padding: 2rem;
    height: 100%;
    border-radius: 10px
}

.contact-list {
    margin: 3rem 0
}

.reachus {
    font-size: 16px;
    font-weight: 300;
    padding: 7px 0
}

.reachus i {
    width: 20px;
    height: 20px;
    font-size: 16px
}

.x-50 {
    width: 50%;
    float: left
}

form {
    padding: 2rem
}

.form-group {
    padding-left: .5rem;
    padding-right: 1.5rem;
    margin-bottom: 1.15rem
}

.form-control {
    border: 0;
    border-bottom: 1px solid #495057 !important;
    border-radius: 0;
    padding-left: 2px
}

.form-control:focus {
    border-color: transparent;
    box-shadow: none
}

input.submit-btn {
    background: #F1AC1C;
    color: #fff;
    padding: 5px 24px;
    font-size: 15px;
    border-radius: 5px;
    border: 0;
    font-weight: 600;
    transition: .2s ease-in-out
}

input.submit-btn:hover {
    box-shadow: 0 0 2px rgb(39 39 39 / 12%), 0 20px 20px rgb(0 0 0 / 42%);
    background: #F1AC1C
}

.errorMsg {
    color: #F1AC1C;
    font-size: 10px;
    margin-bottom: 0;
    position: absolute;
    line-height: 15px
}

.cookie-content h6 {
    margin-top: 2rem;
    color: #ff9e00;
    font-size: 20px
}

.cookie-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999;
    padding: 1rem 2rem;
    font-size: 13px;
    color: #fff;
    background: #2d2d2d6b;
    box-shadow: 0 -4px 16px 0 rgb(6 6 6 / 67%);
    transition: .75s cubic-bezier(.19, 1, .22, 1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center
}
/* .gcimg{
    height: 254px !important;
} */

button.close {
    color: #fff !important;
    text-shadow: none;
    opacity: 1
}

.cookie-box .closeCookie {
    background: no-repeat;
    float: right;
    line-height: 1;
    font-size: 30px;
    color: #fff;
    text-shadow: none;
    position: absolute;
    right: 4rem;
    margin: auto;
    bottom: 0;
    top: 0;
    border: 0;
    outline: 0 !important
}

.cookie-box--hide {
    opacity: 0;
    bottom: -100%
}

.cookie-button {
    display: inline-block;
    cursor: pointer;
    padding: .25rem .85rem;
    margin-left: .45rem;
    color: #fff;
    border-radius: 8px;
    background-image: linear-gradient(62deg, #ff7629 0, #fcc230 100%)
}

.ecosystem p {
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px
}

.ecosystem p::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background: #ccc;
    left: 0;
    top: 25px
}

.ecosystem h2 {
    color: #F1AC1C;
    font-weight: 700;
    font-size: 40px
}
@media (max-width:554px) {
    .copyright{
justify-content: center;
text-align: center;
    }
}

@media (max-width:1399px) {
    header .navbar-light .nav-item .nav-link {
        font-size: 14px
    }
}

@media (max-width:1199px) {
    .container {
        max-width: 960px
    }

    /* .gcimg{
        height: 155px !important;
    } */
/* .gcblockchain{
    height: 307px !important;
} */
    header {
        padding: 20px 15px
    }

    header .navbar-light .nav-item .nav-link {
        font-size: 13px
    }

    header .navbar-light .nav-item {
        margin: 0 3px
    }

    header.menu-sticky {
        padding: 10px 15px
    }

    h1 {
        font-size: 44px
    }
}

@media (max-width:992px) {
    .cookie-box .closeCookie {
        top: -4rem;
        right: 1rem
    }

    form {
        padding: 2rem 1rem
    }

    .form-group {
        padding-right: 1rem
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    #waves,
    header .navbar-light .navbar-nav .nav-link:before {
        display: none
    }

    .iq-banner {
        padding: 75px 0
    }

    .overview-block-ptb {
        padding: 70px 0
    }

    .overview-block-pb {
        padding: 0 0 70px
    }

    header {
        padding: 15px
    }

    .heading-title p {
        padding: 0
    }

    .container {
        max-width: 720px
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        padding: 2px 7px;
        position: absolute;
        right: 0;
        font-size: 26px
    }

    header .navbar-light .nav-item .nav-link.button {
        padding: 15px 30px
    }
    /* .gcimg{
        height: 130px !important;
    }
.gcblockchain{
    height: 257px !important;
} */
    header .navbar-collapse {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: #2b2b2b;
        padding-bottom: 16px;
        
    }
    button.contactus{
        margin-left: 15px;
    }

    header .navbar-light .nav-item .nav-link {
        font-size: 14px;
        padding: 15px
    }

    header .navbar-light .navbar-nav .nav-item.active .nav-link,
    header .navbar-light .navbar-nav .nav-link:focus,
    header .navbar-light .navbar-nav .nav-link:hover {
        background: #f9b707;
        color: #fff
    }

    header .navbar-light .nav:before {
        top: 10px
    }
}

@media (max-width:767px) {
    .container {
        max-width: 100%
    }

    header .navbar-light .nav {
        display: none
    }

    .navbar-light .navbar-toggler {
        right: 0
    }

    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 32px
    }

    h3 {
        font-size: 30px
    }

    header {
        padding: 15px 0
    }

    .iq-banner {
        position: relative;
        padding: 100px 0 50px;
        background-position: center
    }

    header.menu-sticky {
        padding: 10px 0
    }

    .ecosystem h2 {
        font-size: 20px
    }

    .ecosystem p {
        font-size: 13px;
        line-height: 20px
    }

    .ecosystem .col-xs-12 {
        margin-bottom: 20px;
        display: block;
        flex-basis: auto;
        width: 50%
    }
}

@media (max-width:500px) {
    .cookie-box .closeCookie {
        right: .75rem;
        top: -1rem;
        bottom: auto
    }
    .newedittwo{
        margin-top: 0px !important;
    }
    /* .tdefiimg{
        height: 274px !important;
    } */
    /* .gcimg{
        height: 124px !important;
    }
    .gcblockchain{
        height: 237px !important;
    } */

    .cookie-box {
        font-size: 12px;
        padding: 1.5rem 1rem;
        text-align: left;
        line-height: 17px;
        background: #00000082
    }

    form {
        padding: 2rem 0
    }

    .Signal-partners img,
    .x-50 {
        width: 100%
    }

    .c-scrolldown {
        margin: 0 auto .51rem
    }

    #business {
        background-size: 100%
    }

    h1 {
        font-size: 32px
    }

    .graphic-bg {
        background: 0 0
    }

    .iq-banner h5 {
        font-size: 18px;
        line-height: 26px
    }

    .iq-banner h3 {
        font-size: 40px;
        line-height: 50px
    }

    .banner-text.text-left.iq-font-white p {
        font-size: 15px;
        line-height: 22px;
        margin-top: 2rem
    }

    .as-seen img {
        min-width: 33%;
        padding: 15px 0;
        max-width: initial;
        height: auto
    }

    .box {
        height: 80px;
        width: 160px;
        margin: auto auto 1.5rem
    }

    .text p {
        font-size: 8px;
        line-height: 12px;
        padding-top: 6px
    }

    .exchange-partners img {
        width: 100% !important
    }

    footer p {
        font-size: 10px;
        line-height: 49px
    }
}

div#successMsg {
    text-transform: capitalize;
    position: absolute;
    left: 0;
    right: 0
}

/* @media (max-width:480px)  {
    
} */
@media (max-width:380px) {
    .box {
        width: 150px
    }
    /* .gcblockchain {
        height: 219px !important;
    } */
}

.thankyou {
    height: 89vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.emailto{
    color: #ffffff;
}


/* next */
