@import url('https://fonts.cdnfonts.com/css/evolventa');

h1, h2, h3, h4, h5, h6, p, a, span, button {
    font-family: 'Evolventa', sans-serif;
    margin: 0;
    text-decoration: 0;
}

body {
    background-color: #000;
    overflow-x: hidden;
}

header {
    height: 108px;
}
.header {
    height: 108px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container {
    max-width: 1170px;
}
.header-logo {
    width: 20%;
}
.header-logo img{
    transition: all .2s;
}
.header-logo img:hover{
    opacity: .7;
}
nav {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
nav ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
}
nav li{
    margin-top: 20px;
}
nav a{
    font-family: 'Evolventa';
    font-style: normal;
    font-weight: 400;
    font-size: 17.8px;
    line-height: 99.99%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px 16px;
    transition: all .2s;
}
nav a:hover{
    color: #FF2667;
}
.header-button {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.header-button button{
    height: 40px;
    border: 1px solid #fff;
    padding: 0px 16px;
    border-radius: 6px;
    font-family: 'Evolventa';
    font-style: normal;
    font-weight: 700;
    font-size: 13.6719px;
    line-height: 0px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background-color: #000;
    transition: all .2s;
}
.header-button button:hover{
    background-color: #FF2667;
    color: #fff;
    border-color: #FF2667;
}



main {
    padding-top: 32px;
}
.main {
}
.main img{
    width: 100%;
    height: 75  vh;
}



.main-lents {
    height: 300px;
    max-width: 2100px;
    position: relative;
    margin: auto;
}
.main-lents img{
    width: 8%;
}
.main-lents-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.main-lents-1-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0F3BBF;
    padding: 20px 20px;
    rotate: 4deg;
    box-shadow: 0px 8.81983px 3.30744px rgba(0, 0, 0, 0.4);
}
.main-lents-1-cont img{
    rotate: -9deg;
}

.main-lents-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.main-lents-2-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FF2667;
    padding: 20px 20px;
    rotate: -4deg;
    box-shadow: 0px 8.81983px 3.30744px rgba(0, 0, 0, 0.4);
}
.main-lents-2-cont img{
    rotate: 5deg;
}



.about {
    padding-top: 64px;
}
.itrun-cont {
    text-align: center;
}
.itrun-cont h2{
    font-family: 'Evolventa';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    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: 48.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: 128px;
    text-align: center;
}
.about-cont h2{
    font-family: 'Evolventa';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    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;
    margin-top: 24px;
}
.about-cont-item span {
    color: #FF2667;
}
.about-cont-item span{
}
.about-cont-item img{
    margin-top: -64px;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}



.offer {
    max-width: 1920px;
    margin: auto;
    padding-top: 120px;
    position: relative;
}
.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: 60px;
    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;
}
.offer-item-l {
    width: 48%;
}
.offer-item-main {
    text-align: left;
    background: rgba(0, 0, 0, 0.101);
    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;
}
.offer-item-img-2 {
}
.offer-item-r {
    width: 48%;
    display: grid;
    align-content: space-between;
}
.offer-item-sec {
    position: relative;
    text-align: left;
    background: rgba(0, 0, 0, 0.101);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #fff;
}
.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: 120px;
}
.project-cont {
}
.project-cont h2{
    text-align: center;
    font-family: 'Evolventa';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 99.99%;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.project-slider {

}
.project-item {
    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: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.project-item-bg {
}
.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: 60px;
    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: space-between;
    text-align: center;
}
.brand-item {
    display: flex;
    align-items: center;
}



.question {
    max-width: 1620px;
    margin: auto;
    position: relative;
    padding-top: 120px;
}
.question-cont {
    text-align: center;
}
.question-cont h2{
    font-family: 'Evolventa';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    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;
}
.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 {
}
.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: 120px;
    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: 65%;
    left: 31%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.question-abs {
    text-align: left;
    position: absolute;
    top: 58%;
    left: 102%;
    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: 64px;
    background-color: #141414;
    padding: 48px 0px;
}
.footer {
    display: flex;
    justify-content: space-between;
}
.footer-items {
    min-height: 200px;
    width: 45%;
    display: grid;
    align-content: space-between;
}
.footer-item-top {
    display: flex;
    justify-content: space-between;
}
.footer-logo {
    transition: all .2s;
}
.footer-logo:hover {
    opacity: .7;
}
.footer-links {
    display: grid;
    gap: 16px;
}
.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 {
    width: 1px;
    background-color: #3F3F3F;
}
.footer-contact {
    margin-top: 4px;
    display: grid;
    gap: 16px;
}
.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 {
    display: flex;
}
.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: end;
    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 {
    max-width: 600px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    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 48px;
    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%;
}


/* navbar */
.navbar {
    display: none;
}

.navbar .container{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: unset;
}

.navbar {
    width: 100%;
    display: none;
    background-color: #00000000;
    padding: 16px 10px;
}

.nav-item {
    margin-left: 10px;
    width: 100%;
    border-bottom: 1px solid #ffffff14;
    text-align: center;
    justify-content: center;
}

.navbar button {

}

.nabar-menu-r {
    float: right;
}

.navbar a{
    color: #e1e1e1;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    text-align: center;
    justify-content: center;
    padding-bottom: 4px;
}

.navbar a:hover{
    color: #eeeeee;
    font-weight: 500;
    font-size: 18px;
}
.nav-item .header-button {
    justify-content: center;
}
.nav-item-button {
    border: 0;
}

.navbar-toggler {
    /* border: 1px solid #e1e1e1; */
    background-color: #e1e1e100;
    margin: 0;
    color: #fff;
    fill: #fff;
}
.nav-cont {
    display: flex;
    justify-content: space-between;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler {
    margin: 0;
    padding: 0;
}
.navbar-nav {
    margin: 0;
}

@media (min-width: 1px) and (max-width: 700px) {
    .navbar {
        display: block;
    }

    header {
        display: none;
    }
}

.mobile-hr {
    display: none;
}
