* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Kanit';
    background-color: #7400D3;/*bg*/
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
figure,
label,
address {
    margin: 0;
    padding: 0;
}

p {
    font-size: 18px;
    margin-bottom: 0;
}

a,
button,
li {
    transition: 0.2s ease-in;
}

a {
    text-decoration: unset;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: unset;
}

a:focus,
a:hover {
    text-decoration: unset;
}

.c-container {
    max-width: 1390px;
    padding: 0 30px;
    margin: 0 auto;
}
.c-container h3{
    color:white;
}
.p-relative {
    position: relative;
}

.z-1 {
    z-index: 1;
}

.top-bg {
    /* background-image: url(../images/bg-top-transperant.png); */
    background-size: cover;
    background-repeat: no-repeat;
}

.top-bg::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/shape-top2.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 458px;
    height: 142px;
}

.top-bg::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/shape-left2.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 213px;
    height: 421px;
}

header {
    padding-top: 10px;
    position: relative;
    z-index: 2;
}

header nav {
    display: flex;
    justify-content: space-between;
}
.logo{
    display:flex;
}
.logo-txt{
    margin-top:0.5rem;
    margin-left:0.5rem;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5rem;
}
.oven-txt{
    color:#280B70/*bluechange*/;
}
.swap-txt{
    color: #47C6CC;
}
.logo a {
    display: flex;
}

.r-navbar {
    display: flex;
    align-items: center;
}

.h-menu,
.h-icon {
    display: flex;
}

.h-menu li {
    margin-right: 30px;
}

.h-icon li {
    margin-right: 15px;
}

.h-menu li a,
.h-price {
    font-size: 16px;
    color: white/*bg*/;
}

.h-menu li a:hover {
    color: #280B70/*bluechange*/;
}

.h-menu li a.active {
    color: #280B70/*bluechange*/ !important;
}

.h-price {
    font-weight: 600;
    margin-right: 20px;
}

.connect-wallet a {
    padding: 0 20px;
    height: 29px;
    background: #280B70/*bluechange*/;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white/*bg*/;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid transparent;
}

.connect-wallet a:hover {
    border: 1px solid #280B70/*bluechange*/;
    background: transparent;
}

.top-text {
    font-size: 22px;
    color: white/*bg*/;
}

.c-yellow {
    color: #280B70/*bluechange*/;
}

.c-sky {
    color: #47C6CC;
}

.b-content h1 {
    font-size: 48px;
    font-weight: bold;
    color: white;
}

.b-content p {
    font-size: 16px;
    max-width: 90%;
    margin: 20px 0 30px;
    color:white /*bgchange*/
}

.home-banner {
    padding: 70px 0;
    position: relative;
    z-index: 0;
}

.home-banner .owl-dots {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.home-banner .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #bee5ff !important;
    margin-bottom: 10px;
    border-radius: 35px;
}

.home-banner .owl-dots .owl-dot.active {
    background: #42E8E0 !important;
}

.banner-image {
    height: 450px;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.p-100 {
    padding-top: 100px;
}

.used-million-section h3 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold;
}

.join-them {
    font-size: 22px;
    display: block;
    margin-top: 5px;
    color:white;
}

.p-text p {
    font-size: 17px;
    color: white/*bg*/;
    min-height: 80px;
}

.p-text a {
    font-size: 17px;
    text-decoration: underline;
    color:#42E8E0;
}

.p-text a:hover {
    color: #280B70/*bluechange*/;
}

.three-box::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/shape-right.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 248px;
    height: 425px;
    z-index: -1;
}

.three-box-content {
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 22px;
    margin-top: 30px;
}

.three-box-content img {
    max-height: 50px;
    margin-bottom: 20px;
}

.three-box-content strong {
    font-size: 42px;
    line-height: 40px;
}

.three-box-content strong span {
    display: block;
}

.three-box-content small {
    font-size: 22px;
    color: #000000;
    margin-top: 10px;
}

.box-sky {
    background: #E6FEFF;
}

.box-sky strong {
    color: #148A8F;
}

.box-sky strong span {
    color: #47C6CC;
}

.b-orange {
    background: #d4e3ff;
}

.b-orange strong {
    color: white/*bg*/ /*change*/;
}

.b-orange strong span {
    color: #280B70/*bluechange*/;
}

.b-red {
    background: #FFD2D0;
}

.b-red strong {
    color: #5C140B;
}

.b-red strong span {
    color: #F8472F;
}

.center-btn {
    text-align: center;
    margin-top: 30px;
}

.center-btn a,
.banner-content a {
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    background: #280B70/*bluechange*/;
    color: white/*bg*/;
    border: 1px solid transparent;
}

.center-btn a:hover,
.banner-content a:hover {
    border: 1px solid #280B70/*bluechange*/;
    background: transparent;
}

.two-part-section {
    padding: 50px 0;
}

.bg-curve-silver {
    background-image: url(../images/curve-shape-one.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 300px;
}

.bg-curve-silver::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/shape-right-silver.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 248px;
    height: 425px;
}

.bg-curve-light-yellow {
    background-image: url(../images/curve-shape-two.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
}

.bg-curve-light-yellow::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 140px;
    background-image: url(../images/shape-half-round.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 140px;
    height: 277px;
}

.bg-curve-light-sky {
    background-image: url(../images/curve-shape-three.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
}

.bg-curve-light-sky::after {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: -50px;
    background-image: url(../images/shape-half-round-right2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 140px;
    height: 300px;
}

.image-content h3 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

.tech-content {
    font-size: 22px;
    margin-top: 5px;
    display: flex;
    color:white;
}

.image-content p {
    font-size: 17px;
    margin-top: 15px;
    color:white;
}

.btn-content {
    margin-top: 50px;
}

.btn-content ul {
    display: flex;
}

.btn-content ul li {
    margin-right: 15px;
}

.btn-content ul li:last-child {
    margin-right: 0;
}

.btn-content ul li a {
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    margin-top: 25px;
    border: 1px solid transparent;
}

.b-yellow {
    background: #280B70/*bluechange*/;
    color: white/*bg*/;
}

.b-yellow:hover {
    background: transparent;
    border: 1px solid #280B70/*bluechange*/;
    color: white/*bg*/;
}

.b-sky {
    background-color: #42E8E0;
    color: #097B81;
}
.b-sky:hover {
    background: transparent;
    border: 1px solid #42E8E0;
    color: #097B81;
}
.b-sky2{
    background-color: #42E8E0 !important;
    color: #097B81 !important;
}
.b-sky2:hover {
    background: transparent;
    border: 1px solid #42E8E0;
    color: #097B81;
}
.left-image {
    text-align: center;
}

.left-image img {
    max-width: 100%;
}

.farms-title {
    display: flex;
    align-items: center;
}

.switch-icon button {
    background: transparent;
    border: none;
    margin-left: 10px;
    cursor: pointer;
}

.arrow-icon {
    position: relative;
    top: -22px;
    margin-left: 15px;
}

.click-here {
    font-size: 16px;
    font-family: 'Crafty Girls';
    position: absolute;
    top: -80px;
    right: -70px;
    color:white;
}

.click-here span {
    display: block;
}

.farms-slider {
    margin-top: 40px;
}

.farm-box {
    padding: 20px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
}

.b-dark-sky {
    background: #69EBF0;
}

.b-light-green {
    background: #B5FDB3;
}

.b-light-pink {
    background: #FFEBD4;
}

.b-dark-pink {
    background: #FDBED1;
}

.b-dark-badami {
    background: #FFB5A7;
}

.farm-box small,
.farm-box span {
    font-size: 14px;
}

.farm-box strong {
    font-size: 22px;
    font-weight: 600;
}

.win-million-prize {
    padding-top: 80px;
}

.w-825 {
    max-width: 825px;
    margin: 0 auto;
    color:white;
}

.box-padding {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 350px;
    color:#280B70;
}

.m-box-content {
    border-radius: 22px;
    overflow: hidden;
    margin-top: 40px;
}

.b-light-yellow {
    background: #99bdf3;
}

.b-light-sky {
    background: #E5FEFF;
}

.box-padding img {
    max-height: 73px;
}

.box-padding small {
    font-size: 22px;
    font-weight: 900;
    line-height: 10px;
    margin-top: 15px;
}

.box-padding strong {
    font-size: 32px;
    font-weight: 900;
}

.box-padding span {
    font-size: 22px;
}

.box-padding p {
    font-size: 22px;
    font-weight: 300;
    margin-top: 15px;
}

.box-btn a {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
}

.b-btn-dark-yellow {
    background: #280B70/*bluechange*/;
}

.b-btn-dark-yellow:hover {
    background: #767aec;
}

.b-btn-dark-sky {
    background: #42E8E0;
}

.b-btn-dark-sky:hover {
    background: #6bf7f0;
}

.start-in-seconds-section {
    text-align: center;
    background: url(../images/bg-dot.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.section-title h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

.no-registration {
    font-size: 22px;
    color:#42E8E0;
}

.section-title p {
    font-size: 18px;
    color: white/*bg*/;
    margin-top: 8px;
}

.btn-link-center {
    display: inline-flex;
    height: 55px;
    align-items: center;
    justify-content: center;
    background: #280B70/*bluechange*/;
    padding: 0 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    color: white/*bg*/;
    border: 1px solid transparent;
    margin-top: 25px;
}

.btn-link-center:hover {
    text-decoration: unset;
    background: transparent;
    border: 1px solid #280B70/*bluechange*/;
    color: white/*bg*/;
}

.market-value-section {
    background: #C0F8F5;
    padding: 25px 0;
}

.value-box {
    display: flex;
}

.v-left-image {
    min-width: 30px;
    height: 30px;
    max-height: 30px;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.v-right-content small {
    font-size: 14px;
    color: #00716F;
    display: block;
}

.v-right-content span {
    font-size: 22px;
    font-weight: 600;
    color: #00716F;
}

footer {
    background: #000;
    padding: 50px 0;
    color: #fff;
}

.f-left-content p {
    font-size: 14px;
    margin: 20px 0 25px;
    max-width: 90%;
}

.f-left-content span {
    font-size: 14px;
}

.f-title {
    font-size: 22px;
    text-transform: uppercase;
    color:#42E8E0/*bluechange*/;
    margin-bottom: 10px;
}

.f-menu-link li a {
    font-size: 14px;
    color: #fff;
}

.f-menu-link li a:hover {
    color:#47C6CC/*bluechange*/;
}

.f-social-icon {
    display: flex;
}

.f-social-icon li {
    margin-right: 10px;
}
.telegram-icon{
    width:2rem;
    height:2rem;
}
header .dropdown-menu {
    background: #280B70/*bluechange*/;
    border: none;
    padding: 0;
    color:white;
}
.dropdown-item{
    color:#42E8E0;
}
header .dropdown-item:focus,
header .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color:#47C6CC/*bg*/;
}

header .dropdown-toggle::after {
    display: none;
}

.b-after-none::before {
    display: none;
}

.switch-toggle {
    display: flex;
    margin-right: 15px;
}

.switch-toggle .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
}

.switch-toggle .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D9D9D9;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-toggle .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-toggle input:checked+.slider {
    background-color: #280B70/*bluechange*/;
}

.switch-toggle input:focus+.slider {
    box-shadow: 0 0 1px #280B70/*bluechange*/;
}

.switch-toggle input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.switch-toggle .slider.round {
    border-radius: 34px;
}

.switch-toggle .slider.round:before {
    border-radius: 50%;
}

.tabs-section {
    padding: 50px 0 100px;
    position: relative;
    z-index: 1;
}

.w-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.t-tab a {
    padding: 6px 30px;
    border-radius: 35px !important;
    border: 1px solid #280B70/*bluechange*/;
    margin-right: 10px;
    color: #280B70/*bluechange*/;
    font-size: 16px;
    font-weight: bold;
}

.t-tab a.active {
    background: #280B70/*bluechange*/ !important;
    color: white/*bg*/ !important;
}

.tabs-section .nav.nav-pills {
    margin-bottom: 50px;
}

.t-title h3 {
    font-size: 48px;
    font-weight: 600;
    color: #47C6CC;
}

.t-title span {
    font-size: 17px;
    display: block;
    color: white/*bg*/;
    margin: 10px 0;
}

.t-title a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #47C6CC;
    font-weight: bold;
}

.t-title a img {
    margin-left: 5px;
}

.filter-option {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

.l-f-option {
    display: flex;
    align-items: center;
    flex: 1;
}

.r-f-option {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.l-f-option button {
    background: transparent;
    border: none;
    margin-right: 15px;
    cursor: pointer;
    display: flex;
}

.l-f-option small {
    font-size: 14px;
    color: white/*bg*/;
    display: flex;
}

.sort-by,
.search-option {
    display: flex;
    flex-direction: column;
}

.sort-by {
    margin-right: 20px;
}

.sort-by span,
.search-option span {
    font-size: 14px;
    font-weight: 500;
}

.sort-by select {
    max-width: 200px;
    min-width: 200px;
    width: 100%;
    padding: 6px 15px 6px 10px;
    border: none;
    background: #D9D9D9 url(../images/down-arrow.svg) no-repeat 95%;
    border-radius: 10px;
    appearance: none;
}

.search-option input {
    max-width: 200px;
    min-width: 200px;
    width: 100%;
    padding: 6px 10px;
    border: none;
    background: #D9D9D9;
    border-radius: 10px;
    appearance: none;
}

.sort-by select option {
    font-size: 16px;
}

input:focus-visible {
    outline: none;
}

.farms-box {
    background:#280B70;
    padding: 30px 20px;
    border-radius: 30px;
}

.f-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bnb-title,
.ovenswap-title {
    display: flex;
    align-items: center;
    color:white;
}

.round-bnb-icon {
    width: 20px;
    height: 20px;
    border-radius: 35px;
    display: inline-flex;
    background:#42E8E0;
    align-items: center;
    justify-content: center;
}

.bnb-title strong,
.ovenswap-title strong {
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.ovenswap-title span {
    display: flex;
}

.f-top-link {
    display: flex;
    align-items: center;
}

.f-top-link li {
    margin-left: 10px;
}

.f-top-link li a {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 35px;
}

.border-btn {
    border: 1px solid #42E8E0/*bluechange*/ !important;
    color:#42E8E0/*bluechange*/;
}

.border-btn:hover {
    border: 1px solid #00716F/*bluechange*/ !important;
    color: white/*bg*/;
    background:#148A8F/*bluechange*/;
}

.bg-btn {
    background: #280B70/*bluechange*/;
    color: white/*bg*/;
}

.bg-btn:hover {
    background: transparent;
    border: 1px solid #280B70/*bluechange*/ !important;
    color:#42E8E0/*bluechange*/;
}

.f-middle {
    margin-top: 20px;
}

.f-middle span {
    font-size: 18px;
    color:#42E8E0;
    flex: 1;
}

.f-middle strong {
    font-size: 18px;
    font-weight: 600;
    color: white/*bg*/;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.f-ovenswap-earn {
    margin-top: 15px;
}

.o-earn {
    font-size: 12px;
    color:#00716F;
}

.f-ovenswap-earn span {
    font-size: 20px;
    color: #280B70/*bluechange*/;
    font-weight: 600;
}

.f-ovenswap-earn strong {
    font-size: 16px;
    color: #47C6CC;
}

.staked {
    font-size: 12px;
    color: #47C6CC;
}

.staked span {
    font-size: 12px !important;
    color:#00716F;
}

hr {
    border: 1px solid #FFD4A4;
}

.farms-links li {
    margin-top: 5px;
}

.farms-links li a {
    font-size: 14px;
    text-decoration: underline;
    color: #47C6CC;
}

.farms-links li a:hover {
    color: #280B70/*bluechange*/;
}

.wallet-link {
    margin-top: 30px;
}

.wallet-link a {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    border: 1px solid #47C6CC;
    font-size: 14px;
    color: #47C6CC;
    font-weight: 600;
}

.wallet-link a:hover {
    background-color: #47C6CC;
    color: #fff;
}


/* key frame */

.up-down {
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }
    24% {
        transform: translate(1px, 30px);
    }
    50% {
        transform: translate(1px, 12px);
    }
    74% {
        transform: translate(1px, 22px);
    }
    100% {
        transform: translate(1px, 22px);
    }
}

@-moz-keyframes up-down {
    0% {
        -moz-transform: translate(1px, 20px);
    }
    24% {
        -moz-transform: translate(1px, 30px);
    }
    50% {
        -moz-transform: translate(1px, 12px);
    }
    74% {
        -moz-transform: translate(1px, 22px);
    }
    100% {
        -moz-transform: translate(1px, 22px);
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translate(1px, 20px);
    }
    24% {
        -webkit-transform: translate(1px, 30px);
    }
    50% {
        -webkit-transform: translate(1px, 12px);
    }
    74% {
        -webkit-transform: translate(1px, 22px);
    }
    100% {
        -webkit-transform: translate(1px, 22px);
    }
}

@-o-keyframes up-down {
    0% {
        -o-transform: translate(1px, 20px);
    }
    24% {
        -o-transform: translate(1px, 30px);
    }
    50% {
        -o-transform: translate(1px, 12px);
    }
    74% {
        -o-transform: translate(1px, 22px);
    }
    100% {
        -o-transform: translate(1px, 22px);
    }
}

@-ms-keyframes up-down {
    0% {
        -ms-transform: translate(1px, 20px);
    }
    24% {
        -ms-transform: translate(1px, 30px);
    }
    50% {
        -ms-transform: translate(1px, 12px);
    }
    74% {
        -ms-transform: translate(1px, 22px);
    }
    100% {
        -ms-transform: translate(1px, 22px);
    }
}

.t-title input {
    max-width: 327px;
    min-width: 327px;
    width: 100%;
    padding: 6px 15px;
    border: none;
    background: #D9D9D9;
    border-radius: 10px;
    appearance: none;
    height: 44px;
    color: white/*bg*/;
    font-size: 15px;
}

input::placeholder {
    opacity: 1;
}

.l-f-option h4 {
    font-size: 28px;
    color: #47C6CC;
    font-weight: 600;
}

.view-all-btn {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 35px;
    background: #280B70/*bluechange*/;
    color: white/*bg*/;
    border: 1px solid transparent;
}

.view-all-btn:hover {
    background: transparent;
    border: 1px solid #280B70/*bluechange*/;
    color: #280B70/*bluechange*/;
}

.overview-box {
    background:#280B70;
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

.top-box-image {
    width: 100%;
    height: 167px;
    overflow: hidden;
}

.top-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bottom-box-content {
    display: flex;
    padding: 0 20px 20px 20px;
    align-items: center;
    margin-top: -50px;
}

.p-image {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 3px solid #FFEBD4;
    border-radius: 50%;
    margin-right: 15px;
}

.r-box-content h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.bnb-title strong span {
    font-weight: normal;
}

.liquidity {
    background:#280B70;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.w-490 {
    max-width: 490px;
    margin: 0 auto;
}

.liquidity h4 {
    font-size: 32px;
    color: #47C6CC;
    font-weight: 900;
    text-transform: uppercase;
}

.liquidity img {
    position: absolute;
    top: 8px;
    right: 0;
}

.liquidity span {
    font-size: 17px;
    color: white/*bg*/;
    margin-top: 5px;
    text-transform: uppercase;
}

.connect-wallet-view {
    font-size: 17px;
    color: white/*bg*/;
    margin: 50px 0;
}

.liquidity a {
    display: inline-flex;
    height: 53px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    background:#42E8E0/*bluechange*/;
    color: white/*bg*/;
    border: 1px solid transparent;
}

.liquidity a:hover {
    background: transparent;
    color: white/*bg*/;
    border: 1px solid #42E8E0/*bluechange*/;
}

.activity-table {
    margin-top: 50px;
    background: #280B70;
    margin-bottom: 0;
    border-radius: 20px;
    overflow: hidden;
    color: white;
}

.activity-table .table {
    margin-bottom: 0;
}

.activity-table .table td,
.activity-table .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #FA992C;
}

.activity-table .table td {
    padding: 1.5rem .75rem;
}

.modified {
    font-size: 14px;
    color: #6A6A6A;
}

.activity-table table thead tr {
    padding: 20px 30px;
}

.activity-table .bnb-title strong {
    font-size: 14px;
}

.activity-table .bnb-title strong span {
    font-size: 12px;
}

.from span {
    font-size: 12px;
    color: #42E8E0;
}

.from span strong {
    color: white;
}

.to {
    font-size: 12px;
    color: white;
}

.t-date {
    font-size: 12px;
    color: #6a6a6a;
}

.activity-table .table thead th {
    border-top: unset;
    border-bottom: 1px solid #FA992C;
    font-size: 14px;
    font-weight: 600;
}

.t-item {
    display: flex;
    align-items: center;
}

.t-left-image {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    background: #D9D9D9;
    margin-right: 15px;
}

.t-right-content {
    display: flex;
    flex-direction: column;
}

.t-right-content span {
    font-size: 14px;
    color: #6A6A6A;
}

.t-right-content strong {
    font-size: 16px;
    color: white;
    font-weight: 600;
}

.table tbody tr {
    border-bottom: 1px solid #FA992C;
}

.table tbody tr:last-child {
    border-bottom: unset;
}

.modal-welcome {
    padding: 0 15px !important;
}

.modal-dialog-centered {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-welcome .modal-dialog {
    background: transparent;
    margin: 0 auto;
    max-width: 624px;
}

.modal-welcome .modal-content {
    background: transparent;
    border: transparent;
}

.modal-welcome .modal-body {
    padding: 0;
}

.welcome-box {
    background: #FFEBD4;
    border-radius: 50px;
}

.welcome-box h4 {
    text-align: center;
    padding: 50px;
    border-bottom: 1px solid #FFD4A4;
    font-size: 48px;
    font-weight: 600;
    color: #47C6CC;
}

.product-beta {
    padding: 30px 50px;
}

.product-beta strong {
    font-size: 24px;
    display: block;
    color: white/*bg*/;
    font-weight: 600;
}

.product-text {
    font-size: 18px;
    color: white/*bg*/;
    margin-bottom: 20px;
    display: flex;
}

.product-checkbox .form-group {
    display: block;
    margin-bottom: 15px;
}

.product-checkbox .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.product-checkbox .form-group label {
    position: relative;
    cursor: pointer;
}

.product-checkbox label {
    font-size: 18px;
    color: #6A6A6A;
    font-weight: 500;
    text-align: right;
    text-align: left;
    padding-left: 40px;
}

.product-checkbox .form-group label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #D9D9D9;
    background: #D9D9D9;
    padding: 11px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 6px;
}

.product-checkbox .form-group input:checked+label::after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 10px;
    width: 6px;
    height: 14px;
    border: solid #F0B90B;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.product-beta a {
    height: 53px;
    background: #280B70/*bluechange*/;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white/*bg*/;
    font-weight: 600;
    font-size: 14px;
    margin-top: 30px;
    border: 1px solid transparent;
}

.convert-coin {
    padding: 30px;
    background:#280B70;
    border-radius: 20px;
}

.coin-name h4 {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    color: #47C6CC;
}

.coin-name span {
	font-size: 17px;
	color: white/*bg*/;
	text-transform: uppercase;
	margin-top: 7px;
	display: block;
}

.m-coin {
    display: flex;
    align-items: flex-end;
}

.dropdown-coins {
    display: flex;
    align-items: center;
}

.dropdown-coins select {
    background: transparent;
    border: transparent;
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
    color:#42E8E0;
}

.dropdown-coins select option {
    font-size: 13px;
}

.input-value {
    margin-top: 10px;
}

.input-value input {
    max-width: 190px;
    min-width: 190px;
    width: 100%;
    padding: 6px 10px;
    border: none;
    background: #fff;
    border-radius: 10px;
    appearance: none;
    color: #8B8B8B;
}

.r-arrow {
    margin: 0 20px;
    position: relative;
    top: -5px;
}

.connect-wallet-coin {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tolerance {
    display: flex;
    flex-direction: column;
}

.tolerance span {
    font-size: 14px;
    color: #47C6CC;
    font-weight: bold;
}

.tolerance small {
    font-size: 14px;
    color: white/*bg*/;
    text-transform: uppercase;
}

.wallet-btn a {
    padding: 0 20px;
    height: 29px;
    background: #280B70/*bluechange*/;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white/*bg*/;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #42E8E0;
}

.wallet-btn a:hover {
    border: 1px solid #42E8E0/*bluechange*/;
    background:#00716F;
}

.graph-detail {
    background:#280B70;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
    color:white;
}

.g-top-detail {
    display: flex;
    align-items: center;
    padding: 30px;
}

.g-top-detail img {
    margin-right: 10px;
}

.g-top-detail span {
    font-size: 20px;
    font-weight: 600;
    margin: 0 15px 0 5px;
}

.g-top-detail a {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 35px;
    border: 1px solid #42E8E0/*bluechange*/;
    color: #42E8E0/*bluechange*/;
}

.g-top-detail a:hover {
    border: 1px solid #00716F/*bluechange*/;
    background: #00716F/*bluechange*/;
    color: white/*bg*/;
}

.g-middle-graph {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 100px;
}

.coin-prize span {
    font-size: 22px;
    color: white/*bluechange*/;
}

.coin-prize span strong {
    font-size: 32px;
    color: #47C6CC;
    font-weight: bold;
}

.coin-prize span .c-sky {
    color: #47C6CC !important;
}

.g-date {
    font-size: 14px;
    font-weight: 600;
    color: white/*bluechange*/;
}

.r-m-btn ul {
    display: flex;
}

.r-m-btn ul li {
    margin-left: 10px;
}

.r-m-btn ul li button {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 35px;
    border: 1px solid #42E8E0/*bluechange*/;
    background: transparent;
    color:#42E8E0/*bluechange*/;
    cursor: pointer;
}

.r-m-btn ul li button:hover {
    border: 1px solid #42E8E0/*bluechange*/;
    background:#00716F/*bluechange*/;
    color: white/*bg*/;
}

.r-m-btn ul li .active {
    border: 1px solid #42E8E0/*bluechange*/;
    background:#00716F/*bluechange*/;
    color: white/*bg*/;
}

.graph {
    padding-bottom: 40px;
}

.graph-chart img {
    max-width: 100%;
}

.price-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 15px;
}

.tabbing-graph {
    margin-top: 50px;
}

.tabbing-graph .nav-tabs {
    border-bottom: unset;
}

.tabbing-graph .nav-item.nav-link {
    color: #280B70/*bluechange*/;
    font-size: 16px;
    font-weight: 600;
    border: unset;
    padding: 10px 25px;
}

.tabbing-graph .nav-tabs .nav-item.show .nav-link,
.tabbing-graph .nav-tabs .nav-link.active {
    color: #280B70/*bluechange*/;
    background-color: #42E8E0;
    border-color: unset;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.activity-table.graph-table {
    margin-top: 0;
    border-top-left-radius: 0;
    min-height: 300px;
}
.t-status {
	font-size: 12px;
	color: white/*bg*/;
}
/* chart css */

.graph-chart .canvas {
  position: relative;
  width: 100%;
}

.graph-chart .note {
  width: 100%;
  float: left;
  text-align: center;
  padding: 15px 0;
}

.graph-chart a {
  text-decoration: none;
  color: #506678;
  border-bottom: 1px solid rgba(80, 102, 120, 0.25);
  transition: all 0.35s;
}
.graph-chart a:hover {
  color: #677f93;
  border-bottom: 1px solid rgba(149, 76, 233, 0.5);
}

@media (min-width: 960px) {

    .graph-chart  .note {
    padding: 25px 0;
  }
}