

@media screen and (max-width: 1700px) {
    .footer-nav .col {
        width: 200px;
    }
    .footer-nav .col.address {
        width: 230px;
    }
	.debloggie {
		width: 90%!important;
	}
	.news {
		width: 90%!important;
	}
	.dbanner {
		width: 100%!important;
	}
	.section .title {
		font-size: 50px;
	}
	.defi-image {
		width: 500px;
	}
	.access-image {
		width: 500px;
	}	
}

@media screen and (max-width: 1500px) {
    .footer-nav .col {
        width: 180px;
    }
    .footer-nav .col.address {
        width: 220px;
    }
}

@media screen and (max-width: 1500px) {
    .footer-nav .col {
        width: 160px;
    }
    .footer-nav .col.address {
        width: 200px;
    }
    .footer-nav .col .name {
        font-size: 14px;
    }
}

@media screen and (max-width: 1450px) {
    header nav a {
        font-size: 16px;
    }
    header nav {
        gap: 35px;
    }

    .main .title {
        max-width: 600px;
    }
}

@media screen and (max-width: 1400px) {
    .soon .list {
        justify-content: space-around;
        gap: unset;
    }
}

@media screen and (max-width: 1300px) {
    header nav {
        gap: 30px;
    }
    header .logo img {
        width: 50px;
    }
    header .logo p {
        font-size: 30px;
    }

    .footer-nav .col {
        width: 150px;
    }
    .footer-nav .col.address {
        width: 180px;
    }
}

@media screen and (max-width: 1350px) {
    header .connect {
        font-size: 14px;
    }
    header nav a {
        font-size: 14px;
    }
    header nav a.selected::before {
        height: 5px;
    }
    header nav {
        margin-right: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .card .title {
        max-width: 614px;
    }

    .place .title {
        max-width: 637px;
    }

    .soon .item {
        width: 30%;
        height: auto;
    }
    .soon .item-content {
        padding-bottom: 20px;
    }

    .footer-content {
        height: auto;
        padding-bottom: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .footer-line {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .footer-nav {
        width: 100%;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .footer-nav .col {
        width: auto;
    }
    .footer-nav .col.address {
        width: auto;
    }
    
}

@media screen and (max-width: 1150px) {
    header .logo img {
        width: 40px;
    }
    header .logo p {
        font-size: 26px;
    }
    header nav {
        gap: 25px;
    }

    .main .text {
        max-width: 364px;
        line-height: 169.7%;
    }
}

@media screen and (max-width: 1050px) {
    header .connect {
        max-width: 146px;
    }
    .main .image {
        width: 500px;
    }
    .defi .info {
        max-width: 570px;
    }
    .access-image {
        width: 440px;
        top: 115px;
    }
}


@media screen and (max-width: 1000px) {

    .header-content {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    header nav {
        margin-left: unset;
        margin-right: unset;
    }

    .main-content {
        flex-direction: column;
        align-items: center;
    }

    header .connect {
        max-width: unset;
    }

    header nav a.selected::before {
        display: none;
    }
    
    .main .image {
        position: relative;
        width: 90%;
        max-width: 500px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .main .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    .main .title {
        text-align: center;
    }

    .supported-by {
        max-width: 670px;
        width: 90%;
    }

    .section {
        padding-bottom: 30px;
    }

    .section-title {
        font-size: 42px;
    }
    .section .content {
        flex-direction: column;
        align-items: center;
    }
    .section .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }
    .section .title {
        text-align: center;
    }

    .card .text {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .card-image {
        position: relative;
        left: unset;
        right: unset;
        width: 90%;
        max-width: 400px;
        top: unset;
        margin-top: 20px;
    }
    .defi-image {
        position: relative;
        left: unset;
        right: unset;
        width: 90%;
        max-width: 400px;
        top: unset;
        margin-top: 20px;
    }
    .place-image {
        position: relative;
        left: unset;
        right: unset;
        width: 90%;
        max-width: 400px;
        top: unset;
        margin-top: 20px;
    }
    .access-image {
        position: relative;
        left: unset;
        right: unset;
        width: 90%;
        max-width: 400px;
        top: unset;
        margin-top: 20px;
    }

    .soon .list {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .soon .item {
        width: 95%;
        max-width: 380px;
        padding-top: 1px;
    }

    .footer-nav {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-nav .col {
        width: 200px;
        text-align: center;
    }
    .footer-nav .col.address {
        width: 200px;
    }
    .footer-nav .col .name.empty {
        display: none;
    }

    .footer-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


@media screen and (max-width: 700px) {
    header nav {
        gap: 19px;
    }
    header nav a {
        font-size: 12px;
    }
	.custom-select {
		margin-right: 0;
	}
	.grid {
		display: flex!important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
  gap: 20px;
	}
	.token input {
		width: 300px!important;
	}
	.boxes {
		flex-direction: column!important;
		width: 90%!important;
		gap: 10px!important;
	}
	.imgtitel {
		width: 90%;
	}
	.meetetam {
		flex-direction: column;
	}
	.meright {
		flex-direction: column;
	}
	.modal {
		width: 100%!important;
		height: 100%!important;
	}
}

@media screen and (max-width: 600px) {
    .main-content {
        padding-top: 30px;
        padding-bottom: 130px;
    }
    .main .title {
        max-width: 90%;
    }
    .main-content .logo p {
        font-size: 42px;
    }
    .main-content .logo img {
        width: 60px;
    }
    .section-title {
        font-size: 36px;
    }
    .section-text {
        line-height: 150%;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .discover .section-text {
        margin-top: 20px;
    }

    .section .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 550px) {
    header nav {
        flex-direction: column;
        gap: 25px;
    }
    header nav a {
        font-size: 14px;
    }
}

@media screen and (max-width: 420px) {
    .main .links a {
        width: 95%;
    }
    .main .text {
        max-width: 70%;
        text-align: center;
    }
    .main .links {
        align-items: center;
    }
    .section-title {
        font-size: 28px;
    }

    .section .title {
        font-size: 26px;
    }

    .section button {
        width: 95%;
    }

    .access .button-list {
        align-items: center;
    }
}