/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1449px) {
  
    
    
}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .nft-items h4{
        font-size: 35px;
    }
    .nft-items p {
        font-size: 25px;
    }
    .sealdna-title h3{
        font-size: 80px;
    }
    .sealdna-title p{
        font-size: 25px;
    }
    .sealdna__section h5{
        font-size: 35px;
    }
    .seal-thumb {
        max-width: 80px;
    }
    .section__title h2{
        font-size: 80px;
    }
    .section__title p{
        font-size: 25px;
    }
    .roadmap-content h4{
        font-size: 30px;
    }
    .roadmap-content p{
        font-size: 25px;
    }

    .team-meta a{
        font-size: 30px;
    }
    .team-meta p{
        font-size: 20px;
    }
    .footer_area span{
        font-size: 20px;
    }
    .footer_area span img{
        width: 20px;
    }
}

 
/* MD Device :768px. */
@media (min-width: 575px) and (max-width: 991px) {
    .hero_content p{
        font-size: 30px;
    }
    .gank-blk h6{
        font-size: 16px;
    }
    .gank-blk p {
        font-size: 25px;
        line-height: 35px;
    }
    .gank-blk{
        margin-bottom: 60px;
    }
    .gank__section{
        padding-top: 60px;
    }
    .nft__section{
        padding-top: 60px;
    }
    .nft-items h4{
        font-size: 30px;
        line-height: 40px;
    }
    .nft-items p {
        font-size: 25px;
        line-height: 35px;
    }
    .sealdna-title h3 {
        font-size: 60px;
        line-height: 80px;
    }
    .sealdna-title p {
        font-size: 25px;
        line-height: 38px;
    }
    .sealdna__section h5 {
        font-size: 25px;
        line-height: 30px;
    }
    .ml-40{
        margin-left: 0;
    }
    .section__title h2{
        font-size: 60px;
        line-height: 80px;
    }
    .section__title p{
        font-size: 25px;
        line-height: 38px;
    }
    .sealdna__section{
        padding-bottom: 30px;
    }
    .roadmap__section{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer_area span{
        font-size: 20px;
    }
    .footer_area span img{
        width: 20px;
    }
}
 

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 575px) {

    .hero_blk img{
        max-width: 200px;
        margin: 0 auto;
    }
    .hero_content p{
        font-size: 25px;
    }
    .header__area{
        padding-top: 10px;
    }
    .gank__section{
        padding-top: 60px;
    }
    .gank-blk h6{
        font-size: 16px;
        margin: 0;
    }
    .gank-blk p {
        font-size: 22px;
        line-height: 35px;
    }
    .gank__img {
        grid-gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
    .gank-blk{
        margin-bottom: 60px;
    }
    .nft__section{
        padding-top: 60px;
    }
    .nft-items h4 {
        font-size: 25px;
        line-height: 30px;
    }
    .nft-items p{
        font-size: 20px;
        line-height: 30px;
    }
    .sealdna__section{
        padding-top: 0;
    }
    .sealdna-title h3{
        font-size: 40px;
        line-height: 60px;
    }
    .sealdna-title p {
        font-size: 24px;
        line-height: 36px;
    }
    .sealdna__section h5{
        font-size: 20px;
        line-height: 30px;
    }
    .seal-items{
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(4, 1fr);
    }
    .ml-40{
        margin-left: 0;
    }
    .seal-thumb{
        margin: 0 !important;
    }
    .sealdna__section{
        padding-bottom: 30px;
    }
    .section__title h2{
        font-size: 40px;
        line-height: 60px;
    }
    .section__title p{
        font-size: 24px;
        line-height: 36px;
    }
    .roadmap__section{
        padding-top: 60px;
    }
    .roadmap-content h4{
        font-size: 30px;
    }
    .roadmap-content p{
        font-size: 22px;
        line-height: 35px;
    }
    .roadmap-items{
        min-height: 300px;
    }
    .roadmap-items .number {
        height: 60px;
        width: 60px;
        border: 5px solid #DFC3FF;
        font-size: 40px;
    }
    .roadmap__section{
        padding-bottom: 60px;
    }
    .team-meta a{
        font-size: 24px;
    }
    .team-meta p{
        font-size: 18px;
    }
    .footer_area span{
        font-size: 15px;
    }
    .footer_area span img{
        width: 15px;
    }
    .team__section{
        padding-bottom: 60px;
    }
    .team__section{
        margin-top: -2px;
    }
    .hero_content p br {
	display: none;
}
    
}
    







/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

    
 
}