@media (max-width:1199.98px) {
    .takenSection {
        padding: 50px 0;
    }
    .sectionTitle {
        font-size: 55px;
        margin-bottom: 50px;
    }
    .footerrightBlock,
    .footerLeftBock {
        padding: 0;
    }
    .prdoductSection {
        padding: 50px 0;
    }
    .prdCardbody {
        padding: 45px 35px 30px;
    }
    .prdCardbody .prdCard_title {
        font-weight: 700;
        font-size: 36px;
    }
    .prdCardbody .prdCard_content {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 28px;
    }
    .teamSection {
        padding: 40px 0;
        position: relative;
    }
    .teamSection .sectionTitle {
        line-height: 72px;
        margin-bottom: 70px;
    }
    .teamRow {
        margin-left: 580px;
        row-gap: 50px;
        column-gap: 25px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .teamCard {
        border: 2px solid #FFFFFF;
        border-radius: 20px;
        height: 300px;
        max-width: 290px;
        /* margin: auto; */
    }
}
@media (min-width:992.98px) {
    .teamRow {
        margin-left: 600px;
    }

}


@media (max-width: 767.98px) {
    .takenSection {
        padding: 25px 0;
    }
    .sectionTitle {
        font-size: 36px;
        margin-bottom: 35px;
    }
    .tokenList li {
        font-size: 11px;
        padding: 8px 10px;
        gap: 4px;
    }
    .tokenList li span {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 4px;
    }
    .tokenList li::before {
        height: 3px;
    }
    .tokenList {
        max-width: 250px;
        margin: auto;
        margin-bottom: 20px;
    }
    .tokenImg {
        max-width: 250px;
        margin: auto;
    }


    .footerAbout {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .footerMid {
        margin-bottom: 24px;
    }
    .footerLinkTitle {
        margin-bottom: 20px;
    }
    ul.footerSocial {
        margin-top: 35px;
    }
    ul.footerSocial li a {
        width: 36px;
        height: 36px;
        background: rgb(194 195 197 / 15%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 0;
        padding: 8px;
    }
    .copyRightText {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        margin: 15px 0 30px;
    }
    ul.footerSocial li a:hover {
        background: rgba(32, 195, 231, .15);
        color: #7dffa1;
    }
    .aboutSection,
    .prdoductSection {
        padding: 30px 0;
    }
    .prdCardbody .prdCard_title {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
    }
    .prdCardbody .prdCard_content {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .heroWallteBtn {
        width: 148px;
        height: 48px;
        padding: 12px 12px;
        font-size: 16px;
        line-height: 26px;
        margin: auto;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .prdCard {
        margin-top: 25px;
        height: calc(100% - 25px);
    }
    .prdCardFooter {
        margin-top: 40px;
    }
    .heroWallteBtn i {
        margin-left: 10px;
    }
    .teamSection {
        padding: 0 0;
        position: relative;
    }
    .teamSection .sectionTitle {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
    }
    .teamRow {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        display: flex;
        overflow: auto;
        padding-bottom: 15px;
        column-gap: 15px;
    }
    .teamRow::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        border-radius: 8px;
    }
    .teamRow::-webkit-scrollbar-track {
        background: #272729;
        border-radius: 8px;
    }
    .teamRow::-webkit-scrollbar-thumb {
        background: #20C3E7;
        border-radius: 8px;
    }
    .teamCard {
        border-radius: 20px;
        height: 190px;
        max-width: 170px;
        min-width: 170px;
        margin: auto;
    }
    .teamContent .teamName {
        font-size: 16px;
        line-height: 24px;
    }
    .teamContent .teamName span {
        font-size: 12px;
        margin-top: 0;
    }
    .teamContact>a {
        width: 16px;
        height: 16px;
        background: #FFFFFF;
        border-radius: 2px;
        padding: 3px;
    }
    .teamContact {
        margin-left: 5px;
    }
    .teamCard_content {
        padding: 15px 10px;
    }
    .teamSection::before {
        background-position: center;
        background-repeat: repeat;
        z-index: -1;
        background-size: 100%;
    }
}




@media (max-width: 991.98px) {
    .sectionTitle {
        font-size: 45px;
    }
    .footerAbout {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .footerMid {
        margin-bottom: 40px;
    }
    .footerLinkTitle {
        margin-bottom: 10px;
    }
    .footerListLink li {
        margin-bottom: 10px;
    }
    .copyRightText {
        margin-bottom: 25px;
    }
    .prdCardbody {
        padding: 30px 15px 15px;
    }
    .prdCardbody .prdCard_title {
        font-weight: 700;
        font-size: 25px;
    }
    .prdCardbody .prdCard_content {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .heroTitle {
        font-size: 65px
    }
    .themeBtn {
        padding: 15px 21px;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        transition: all .3s linear;
        text-align: center;
        max-width: 205px
    }
    .heroSection {
        min-height: 715px;
        padding: 150px 0 225px
    }
    .teamRow {
        row-gap: 20px;
        column-gap: 10px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .teamCard {
        border-radius: 13px;
        height: 265px;
        max-width: 290px;
    }
    .teamCard_content {
        padding: 20px 10px;
    }
    .teamContent .teamName {
        font-size: 18px;
        line-height: 20px;
    }
    .teamContent .teamName span {
        font-size: 13px;
    }
    .teamContact {
        margin-left: 10px;
    }
}



@media (max-width: 1439.98px) {
    
    .footerrightBlock {
        padding: 0 0 0 40px;
    }
}