@media screen and (max-width: 1000px) {
    nav{ 
        display: none;
    }
    .main-lents {
        overflow: hidden;
    }
    .header-logo {
        width: auto;
    }
    .header-button {
        width: auto;
    }
    .main-lents img{
        width: 100px;
        margin: 0px 16px;
    }
    .main-lents-1-cont {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #0F3BBF;
        padding: 20px 0px;
        rotate: 4deg;
        box-shadow: 0px 8.81983px 3.30744px rgba(0, 0, 0, 0.4);
    }
    .main-lents-2-cont {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #FF2667;
        padding: 20px 0px;
        rotate: -4deg;
        box-shadow: 0px 8.81983px 3.30744px rgba(0, 0, 0, 0.4);
    }
    .about {
        padding-top:0px;
    }
    .itrun-cont {
        text-align: center;
    }
    .itrun-cont h2{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 99.99%;
        color: #fff;
    }
    .itrun-cont span{
        color: #FF2667;
    }
    .itrun-cont h3{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 32.75px;
        line-height: 99.99%;
        color: #FFFFFF;
        margin-bottom: 16px;
    }
    .itrun-cont p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 16.8px;
        line-height: 99.99%;
        color: #FFFFFF;
    }

    .about-cont {
        padding-top: 64px;
        text-align: center;
    }
    .about-cont h2{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 99.99%;
        color: #FFFFFF;
        margin-bottom: 8px;
    }
    .about-cont p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 16.8px;
        line-height: 99.99%;
        color: #FFFFFF;
    }
    .about-cont-item {
        margin-top: 32px;
        background-color: #fff;
        border-radius: 20px;
        /* padding-top: 24px; */
        padding-top: 1px;
    }
    .about-cont-item p{
        
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 18.8px;
        line-height: 99.99%;
        color: #000000;
        max-width: 800px;
        margin: auto;
        padding: 0px 24px;
        margin-top: 24px;
    }
    .about-cont-item span {
        color: #FF2667;
    }
    .about-cont-item span{
    }
    .about-cont-item img{
        margin-top: 0px;
        width: 100%;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }



    .offer {
        overflow-y: clip;
        overflow-x: hidden;
        max-width: 1920px;
        margin: auto;
        padding-top:60px;
        position: relative;
        padding-bottom: 32px;
    }
    .offer-img-1 {
        position: absolute;
        top: 60%;
        left: 5%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .offer-img-1 img{
        /* width: 400px; */
    }
    .offer-img-2 {
        position: absolute;
        top: 90%;
        left: 90%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .offer-img-2 img{
        /* width: 400px; */
    }
    .offer-cont {
        text-align: center;
    }
    .offer-cont h2{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 99.99%;
        color: #FFFFFF;
        margin-bottom: 8px;
    }
    .offer-cont p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 16.8px;
        line-height: 99.99%;
        color: #FFFFFF;
    }
    .offer-items {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .offer-item-l {
        width: 100%;
    }
    .offer-item-main {
        text-align: left;
        background: rgba(0, 0, 0, 0.301);
        backdrop-filter: blur(4px);
        border-radius: 20px;
        padding: 40px;
        border: 1px solid #fff;
    }
    .offer-item-main h3{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 99.99%;
        color: #FFFFFF;
    }
    .offer-item-main p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 16.8px;
        line-height: 143%;
        color: #FFFFFF;
        margin-bottom: 12px;
    }
    .offer-item-img-items {
    }
    .offer-item-img-1 {
        width: 100%;
        margin-bottom: 24px;
    }
    .offer-item-img-1 img{
        max-width: 414px;
        width: 100%;
    }
    .offer-item-img-2 {
    }
    .offer-item-r {
        width: 100%;
        display: grid;
        align-content: space-between;
    }
    .offer-item-sec {
        position: relative;
        text-align: left;
        background: rgba(0, 0, 0, 0.301);
        backdrop-filter: blur(4px);
        border-radius: 20px;
        padding: 40px;
        border: 1px solid #fff;
        margin-top: 16px;
    }
    .offer-item-sec h2{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 99.99%;
        color: #FFFFFF;
    }
    .offer-item-sec p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 16.8px;
        line-height: 143%;
        color: #FFFFFF;
        margin-top: 24px;
        padding-bottom: 16px;
    }
    .offer-item-sec button{
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        background-color: #FF2667;
        border-radius: 100%;
        position: absolute;
        top: 85%;
        left: 90%;
        transform: translate(-50%, -50%);
        transition: all .2s;
    }
    .offer-item-sec button img{
    }
    .offer-item-sec button:hover{
        opacity: .7;
    }



    .project {
        padding-top: 60px;
    }
    .project-cont {
    }
    .project-cont h2{
        text-align: center;
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 99.99%;
        color: #FFFFFF;
        margin-bottom: 32px;
    }
    .slick-track {
    }
    .project-slider {
        
    }
    .project-item {
        max-width: unset;
        height: 480px;
        position: relative;
        overflow: hidden;
        margin: 0px 8px;
        border-radius: 16px;
    }
    .project-item-content {
        width: 100%;
        height: 100%;
        padding: 24px;
        position: relative;
        display: grid;
        align-content: space-between;
    }
    .project-genre {
        width: fit-content;
        border: 1px solid #fff;
        border-radius: 64px;
        margin-bottom: 8px;
    }
    .project-genre p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 300;
        font-size: 14.8px;
        line-height: 99.99%;
        color: #FFFFFF;
        padding: 6px 12px;
        margin-top: 4px;
    }
    .project-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .project-button button{
        height: 85px;
        width: 85px;
        border: 6px solid #fff;
        background-color: #d9d9d97a;
        display: flex;
        justify-content: center;
        border-radius: 100%;
        transition: all .2s;
    }
    .project-button button img{
        width: 22px;
        margin-left: 4px;
    }
    .project-button button:hover{
        opacity: .7;
    }
    .project-info h4{
        min-height: 55px;
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 18.8px;
        line-height: 99.99%;
        color: #FFFFFF;
    }

    .project-item-bg {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .project-item-bg img{
        width: 100vh;
    }
    .slider-button {
        margin-top: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .slider-button button {
        background-color: #00000000;
        border: 0;
        margin: 0px 8px;
        transition: all .2s;
    }
    .slider-button button:hover {
        opacity: .7;
    }
    .my-prev {
    }
    .my-next {
    }

    .coop {
        padding-top: 120px;
    }
    .coop-cont {
    }
    .coop-cont h2{
        text-align: center;
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 99.99%;
        color: #FFFFFF;
        margin-bottom: 32px;
    }
    .brands {
        background-color: #141414;
        display: grid;
        gap: 32px;
        padding: 64px 0px;
    }
    .brands-items {
        display: flex;
        justify-content: center;
        text-align: center;
        overflow: hidden;
    }
    .brand-item {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 8px;
    }



    .question {
        overflow: hidden;
        max-width: 1620px;
        margin: auto;
        position: relative;
        padding-top: 60px;
    }
    .question-cont {
        text-align: center;
    }
    .question-cont h2{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 99.99%;
        color: #FFFFFF;
        margin-bottom: 8px;
    }
    .question-cont p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 16.8px;
        line-height: 99.99%;
        color: #FFFFFF;
    }
    .question-buttons {
        margin-top: 32px;
    }
    .question-buttons button{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 700;
        font-size: 16.8px;
        line-height: 99.99%;
        color: #FFFFFF;
        border: 0;
        background-color: #FF2667;
        border-radius: 28px;
        padding: 16px 32px;
        margin: 0px 12px;
        transition: all .2s;
        margin-bottom: 16px;
    }
    .question-buttons button:hover{
        background-color: #ff2667a7;
    }

    .question-info {
        padding-top: 128px;
        position: relative;
    }
    .question-content {
        position: relative;
        max-width: 540px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        padding-bottom: 400px;
        padding-top: 16px;
    }
    .question-l {
        margin-left: 16px;
    }
    .question-r {
        width: 60%;
        text-align: left;
    }
    .question-text {
        display: grid;
        gap: 16px;
    }
    .question-text p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 16.0405px;
        line-height: 99.99%;
        color: #FFFFFF;
        mix-blend-mode: exclusion;
    }
    .question-bottom {
        margin-top: 80px;
        display: flex;
        justify-content: space-between;
    }
    .question-links {
        display: grid;
        gap: 8px;
    }
    .question-links-items {
        display: flex;
    }
    .qustion-link {
        margin: 0px 4px;
        transition: all .2s;
    }
    .qustion-link:hover{
        opacity: .7;
    }
    .qustion-link img{
        width: 24px;
    }
    .question-qr {
        margin-right: 32px;
    }
    .question-bg {
        position: absolute;
        top: 68%;
        left: 1%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .question-abs {
        text-align: right;
        position: absolute;
        top: 58%;
        left: 72%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .question-abs-text {
        width: 200px;
        text-align: center;
        background: rgba(0, 0, 0, 0.101);
        backdrop-filter: blur(4px);
        border-radius: 32px;
        padding: 16px;
        border: 1px solid #fff;
        margin-top: 8px;
    }
    .question-abs-text p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 99.99%;
        color: #FFFFFF;
    }



    footer {
        margin-top: 32px;
        background-color: #141414;
        padding: 48px 0px;
    }
    .footer {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer-items {
        min-height: 200px;
        width: 100%;
        display: grid;
        align-content: space-between;
        margin: 16px 0px;
    }
    .footer-item-top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer-logo {
        width: 100%;
        transition: all .2s;
        margin-bottom: 32px;
    }
    .footer-logo:hover {
        opacity: .7;
    }
    .footer-links {
        display: grid;
        gap: 16px;
        margin-bottom: 32px;
    }
    .footer-link{
    }
    .footer-link a{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 15.8px;
        line-height: 99.99%;
        text-transform: uppercase;
        color: #FFFFFF;
        transition: all .2s;
    }
    .footer-link a:hover{
        opacity: .7;
    }
    .footer-item-bot {
    }
    .footer-itrun{
        display: grid;
        gap: 8px;
    }
    .footer-itrun p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 14.8px;
        line-height: 99.99%;
        color: #FFFFFF;
    }
    .vertical-line {
        display: none;
        width: 1px;
        background-color: #3F3F3F;
    }
    .mobile-hr {
        display: block;
        width: 100%;
        /* margin-bottom: 16px;
        margin-top: 16px; */
    }
    .mobile-hr hr {
        color: #fff;
        opacity: .4;
    }
    .footer-contact {
        margin-top: 4px;
        display: grid;
        gap: 16px;
        margin-bottom: 48px;
    }
    .footer-contact h3{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 15.8px;
        line-height: 99.99%;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .footer-contact-item {
        display: flex;
        align-items: center;
    }
    .footer-contact-item img{
        margin-right: 8px;
    }
    .footer-contact-item a{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 16.0405px;
        line-height: 123%;
        color: #FFFFFF;
        mix-blend-mode: exclusion;
        transition: all .2s;
    }
    .footer-contact-item a:hover{
        opacity: .7;
    }
    .footer-lang {
        width: 100%;
        display: flex;
        margin-bottom: 24px;
    }
    .footer-lang button{
        margin: 0px 4px;
        padding: 4px 12px;
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 100.99%;
        padding-top: 7px;
        text-transform: uppercase;
        color: #FFFFFF;
        width: fit-content;
        height: fit-content;
        background-color: #00000000;
        border: 1px solid #fff;
        border-radius: 32px;
        transition: all .2s;
    }
    .footer-lang button:hover{
        background-color: #FF2667;
    }
    .footer-lang button.active {
        background-color: #FF2667;
    }
    .footer-soc {
        display: flex;
        justify-content: unset;
        align-items: center;
    }
    .footer-soc-item {
        margin: 0px 4px;
        transition: all .2s;
    }
    .footer-soc-item:hover {
        opacity: .7;
    }

    .modal-cont {
        display: none;
        background-color: #00000016;
        backdrop-filter: blur(5px);
        z-index: 999;
        position: fixed; 
        width: 100%;
        height: 100vh;
        top: 0;    
    }
    .click {
        width: 100%;
        height: 100%;
    }
    .modal {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90%;
        height: auto;
        transform: translate(-50%,-50%);
        text-align: center;
        background: rgba(0, 0, 0, 0.801);
        backdrop-filter: blur(24px);
        border-radius: 20px;
        padding: 48px 32px;
        border: 1px solid #fff;
    }
    .modal h2{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 99.99%;
        color: #FFFFFF;
        margin-bottom: 8px;
    }
    .modal p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 99.99%;
        color: #dddddd;
        margin-bottom: 32px;
    }
    form {
        display: grid;
        gap: 16px;
    }
    .form-input p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 99.99%;
        color: #fff;
        margin: 0;
        text-align: left;
        margin-bottom: 4px;
        margin-left: 4px;
    }
    .form-input input{
        width: 100%;
        height: 45px;
        border-radius: 6px;
        padding: 12px 15px;
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 99.99%;
        color: #000;
        outline: 0;
    }
    .form-option p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 99.99%;
        color: #fff;
        margin: 0;
        text-align: left;
        margin-bottom: 4px;
        margin-left: 4px;
    }
    .form-option select{
        width: 100%;
        height: 45px;
        border-radius: 6px;
        padding: 12px 15px;
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 99.99%;
        color: #000;
        outline: 0;
    }
    .form-textarea p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 99.99%;
        color: #fff;
        margin: 0;
        text-align: left;
        margin-bottom: 4px;
        margin-left: 4px;
    }
    .form-textarea textarea{
        width: 100%;
        height: 45px;
        border-radius: 6px;
        padding: 12px 15px;
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 99.99%;
        color: #000;
        outline: 0;
    }
    .form-submit input{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        margin: 0;
        margin-bottom: 4px;
        margin-left: 4px;
        background-color: #FF2667;
        border: 0;
        border-radius: 6px;
        padding: 8px 16px;
    }
    .modal-close {
        position: absolute;
        left: 90%;
        color: #fff;
        font-size: 40px;
        top: 0%;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {
    nav {
        width: auto;
        display: flex;
    }
    nav a{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 14.8px;
        line-height: 99.99%;
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0px 8px;
        transition: all .2s;
    }
    .brands-items {}

    .brand-item {
        width: 33%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .project-item {
        margin: 8px;
    }
     .question-bg {
        position: absolute;
        top: 65%;
        left: 12%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
    .question-abs {
        text-align: right;
        position: absolute;
        top: 58%;
        left: 75%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .question-abs-text {
        width: 200px;
        text-align: center;
        background: rgba(0, 0, 0, 0.101);
        backdrop-filter: blur(4px);
        border-radius: 32px;
        padding: 16px;
        border: 1px solid #fff;
        margin-top: 8px;
    }
    .question-abs-text p{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 99.99%;
        color: #FFFFFF;
    }
    .footer-items {
        min-height: 200px;
        width:48%;
        display: grid;
        align-content: space-between;
        margin: 16px 0px;
    }
}
@media (min-width: 768px) and (max-width: 1400px) {
    .project-item-bg {
            position: absolute;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
        }
    .project-item-bg img{
        width: 50vh;
    }
}

@media (min-width: 1000px) and (max-width: 1250px) {
     .question-bg {
        position: absolute;
        top: 65%;
        left: 23%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}

@media (min-width: 1250px) and (max-width: 1500px) {
     .question-bg {
        position: absolute;
        top: 65%;
        left: 30%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}

@media (min-width: 700px) and (max-width: 1000px) {
    nav {
        width: auto;
        display: flex;
    }
    nav a{
        font-family: 'Evolventa';
        font-style: normal;
        font-weight: 400;
        font-size: 14.8px;
        line-height: 99.99%;
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0px 8px;
        transition: all .2s;
    }
}