@import url("https://fonts.googleapis.com/css?family=Inter:500,700,600");

.button-only-for-mobile {
    display: none;
}

.for-responsive-tablet {
    display: none;
}

.font-super-boy {
    font-family: 'Super Boys';
    font-size: 100px;
    line-height: 100px;
    color: white;
}

.ton-fish-large {
    font-size: 160px;
}

.navbar-brand {
    cursor: pointer;
}
.for-responsive-mobile-flex {
    display: none;
}
.for-responsive-mobile {
    display: none;
}

html {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

html, body {
    font-family: Inter;
    background: #061927;
}

.navbar-custom {
    color: #fff;
}

.navbar-custom .nav-link {
    color: #fff;
    font-weight: bold;
}

.badge-custom {
    border-radius: 15px;
    background-color: #2798EA;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}

.icon-container img {
    width: 24px;
    height: 24px;
}

.block-social {
    display: flex;
    align-items: center;
    gap: 25px;
}

.block-social-with-channel {
    position: relative;
}

.block-social-with-channel .badge-custom {
    position: absolute;
    top: -17px;
    right: -10px;
}

.block-center-navbar-channel {
    position: relative;
}

.block-center-navbar-channel .badge-custom {
    position: absolute;
    top: -9px;
    right: -9px;
}

#navbarNav .navbar-nav {
    gap: 30px;
}

.header-content {
    margin-top: 220px;
    position: relative;
    z-index: 2;
    display: flex;
}

.header-content-left {
    display: flex;
    flex-direction: column;
}

.header-content-left-1 {
    margin-bottom: 32px;
    display: flex;
    gap: 12px;
}

.header-content-left-2 {
    margin-bottom: 60px;
}

.fish-round {
    width: 134px;
    height: 134px;
}

.fish-title {
    height: 134px;
}

.ellipse {
    background: radial-gradient(50% 50% at 50% 50%, rgb(39, 152, 234) 0%, rgb(6, 25, 39) 100%);
    border-radius: 615px / 323px;
    height: 40.375rem; /* 646px */
    left: 4.75rem; /* 76px */
    position: absolute;
    top: 8.875rem; /* 142px */
    width: 80%; /* 1230px */
    z-index: 1;
    will-change: transform;
}


.header-content-left-2 span {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
}

.header-content-block {
    display: flex;
}

.header-content-left-3 {
    display: flex;
    align-items: center;
}

.header-content-left-3 button {
    align-items: center;
    position: relative;
    padding: 10px 52px 10px 26px;
    color: #2798EA;
    font-weight: 600;
    font-size: 20px;
    background: #FFFFFF;
    border-radius: 13px;
    border: none;
}

.header-content-left-3 button:hover {
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}

.tab-pane-left button:hover {
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}

#icon-copy-address:hover {
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}

img:hover {
    filter: brightness(1.2) !important; /* Tăng độ sáng lên 20% */
}

.circle-ton-coin {
    position: absolute;
    right: -20px;
    top: -5px;
    background: white;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    box-shadow: -5.96px 0 10.72px 0 #00000040;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-tab {
    margin-top: 200px;
    width: 100%;
    padding: 54px;
    background: rgba(39, 152, 234, 0.1);
    border-radius: 50px;
    position: relative;
}

.image-content-tab {
    position: absolute;
    top: -158px;
    left: 0;
}

.content-tab-block {
    display: flex;
    gap: 27px;
}

.nav-pills {
    background: #061927;
    border-radius: 13px;
    padding: 4px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 32px !important;
    width: fit-content;
}

.nav-pills .nav-link {
    color: white;
    padding: 10px 34px;
}

.nav-pills .nav-link.active {
    background: linear-gradient(180deg, #37D9FE 0%, #43C7FD 51.5%, #4FACFF 100%);
    border-radius: 13px;
}

.tab-pane-block {
    display: flex;
    gap: 27px;
    align-items: center;
}

.tab-pane-left {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.tab-pane-left label {
    font-weight: 600;
    font-size: 36px;
}

.tab-pane-left span {
    font-weight: 500;
    font-size: 16px;
}

.tab-pane-left button {
    padding: 13px 26px;
    background: white;
    border-radius: 13px;
    outline: none;
    color: #2798EA;
    font-size: 20px;
    font-weight: 600;
    width: fit-content;
    border: none;

}


.tab-pane-right {
    position: relative;
    width: 30%;
    margin-top: -80px;
}

.tab-pane-right-block {
    display: flex;
    flex-direction: column;
}


.tab-pane-right-block img {
    width: 198px;
    height: 198px;
    border-radius: 50px;
}

.tab-pane-right-block div:first-child {
    transform: rotate(13.05deg);
}

.tab-pane-right-block div:last-child {
    transform: rotate(-10.78deg);
    width: 100%;
    text-align: right;
    margin-top: -50px;
}

.tab-pane-right-block-alone div {
    margin-top: unset !important;
    transform: rotate(10.05deg) !important;
}

.tab-pane-right-block-alone img {
    width: 236px !important;
    height: 236px !important;
}

.content-tab-block-left {
    width: 100%;
}


.block-tokennomic {
    display: flex;
    gap: 57px;
    align-items: center;
}

.block-tokennomic-right {
    display: flex;
    flex-direction: column;
}

.block-tokennomic-right span {
    color: white;
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 52px;
}

.block-token-volume {
    padding: 13px 26px;
    background: linear-gradient(359.48deg, #2798EA -87.46%, #061927 90.87%);
    border: 2px solid #4FACFF;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
    width: 90%;
}

.block-token-volume label {
    font-size: 20px;
    font-weight: 600;
}

.block-token-volume span {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
}

.block-wrapper {
    overflow: hidden;
}

.block-address {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 36px;
}

.block-address-block {
    display: flex;
    width: 130%;
    align-items: center;
    justify-content: center;
    color: white;
    background: #2798EA;
    padding: 8px;
    transform: rotate(-4deg);
    position: absolute;
    gap: 8px;

}
.block-address-block .for-pc {    
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}
.block-address-block .for-pc label {    
    font-weight: 700;
    line-height: 27px;
}


.block-tokennomic {
    margin-top: 110px;
}

.block-how-to-buy-content {
    display: flex;
    gap: 36px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.block-how-to-buy {
    margin-top: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 88px;
    flex-direction: column;
    width: 100%;
}

.block-how-to-buy-content-background {
    background: #2798EA1A;
    border-radius: 50px;
    padding: 54px 88px;
}

.block-how-to-buy-content-background-block {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.block-how-to-buy-content-background img {
    width: 105px !important;
}

.block-how-to-buy-content-right-item-list-image {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}
.block-how-to-buy-content-right-item-list-image a {
    width: 100%;
}

.block-how-to-buy-content-right-item-list-image img {
    width: 100%;
}

.block-how-to-buy-content-right-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.block-how-to-buy-content-right-item label {
    color: white;
    opacity: 0.5;
    font-size: 20px;
    font-weight: 500;
}

.block-how-to-buy-content-right {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.block-how-to-buy-content-right-item-list-image-2 {
    gap: 24px;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

footer .tele-fish {
    width: 450px;
}

.block-social-footer {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.copyright {
    margin-top: 80px;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 36px;
}

.copyright span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.cursor-pointer {
    cursor: pointer;
}

.block-how-to-buy-content-background-block .slide-single-layout {
    margin-bottom: 100px;
}

.slider-brand-activation-2 .slide-single-layout img {
    width: 100%;
    height: 80px !important;
    object-fit: contain;
}


.how-to-buy-right {
    background: #2798EA1A;
    border-radius: 50px;
    padding: 54px 87px 54px 54px;
}

.block-how-to-buy-content-background-block {
    width: 170px;
}

.block-how-to-buy-content-right {
    padding: 56px;
    border: 2px solid  #2798EA;
    border-radius: 50px;
    width: 65%;
}
.block-how-to-buy-content-right-item-list-image-2-top-mobile {
    display: none!important;
}
.block-how-to-buy-content-right-item-list-image-2-top-tablet {
    display: none!important;
}
.block-how-to-buy-content-right-item-list-image-2-top {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.block-how-to-buy-content-right-item-list-image-2-top img {
    width: 100%;
    height: 56px;
}
.block-how-to-buy-content-right-item-list-image-2-bottom {
    display: flex;
    gap: 24px;
}

.block-where-you-can-fish {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 130px;
    gap: 60px;
    width: 100%;
}

.block-where-you-can-fish-partner {
    background: linear-gradient(359.48deg, #2798EA -87.46%, #061927 90.87%);
    padding: 46px 40px;
    border-radius: 0 0 50px 50px;
    width: 100%;
}

.footer-block {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

.footer-block-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: white;
    font-size: 16px;
}

.copyright {
    border-top: 1px solid #FFFFFF33;
}

.navbar-custom {
    background: #061927;
    position: fixed;
    top: 0;
    padding-left: 6%;
    padding-right: 6%;
    width: 100%; /* Set width to 1320px */
    z-index: 1000; /* Ensure it stays above other content */
    /* border-radius: 20px; */
    padding-top: 25px;
    padding-bottom: 22.5px;
}

.block-burn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

.block-burn-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 25px;
}

.block-burn-left {
    font-size: 16px;
    color: white;
}

.block-burn-two {
    display: flex;
    gap: 36px;
    width: 100%;
    justify-content: center;
    margin-top: 80px;
}

.block-burn-two-main {
    background-image: url("../img/fire.svg");
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    height: 500px;
    width: 100%;
}

.block-burn-two-left-top {
    padding: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.block-burn-two-left-bottom {
    height: 162px;

    padding: 41px 36px;
    background: linear-gradient(349.69deg, #2798EA -20.56%, #061927 91.07%);
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 50px 50px;
}

.block-burn-two-left-bottom label {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.block-burn-two-left-bottom span {
    font-size: 40px;
    font-weight: 600;
    color: white;
}

.block-burn-two-right-top {
    padding: 0 36px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    justify-content: center;
}

.block-burn-two-right-top-label-1 {
    font-size: 24px;
    color: white;
    font-weight: 600;
}

.block-burn-two-right-top-label-2 {
    font-size: 18px;
    color: white;
    opacity: 0.5;
    font-weight: 400;
}

.block-burn-two-right-top-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.block-burn-two-right-top-item span {
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.block-burn-two-right-bottom {
    height: 162px;

    padding: 44px 36px;
    background: #061927B2;
    display: flex;
    flex-direction: column;
    border-radius: 0px 0px 50px 50px;
}

.block-burn-two-right-bottom label {
    font-size: 20px;
    font-weight: 600;
    color: white;
}

.block-burn-two-right-bottom span {
    font-size: 40px;
    font-weight: 600;
    color: white;
}

.grow-up-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.fish-coin {
    position: relative;
    z-index: 1;
}

a:hover {
    color: #2798EA !important;
}
