
@font-face {
    font-family: 'Fixel';
    src: url('../fonts/FixelText-Thin.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: "Fira Code", monospace;
    margin: 0;
    padding: 0;
    background: #E3DFD6;
}
html {
    padding: 0;
    margin: 0;
    margin-top: 0 !important;
    height: 100%;
}
.innov8, .nav-inovv, .innov8-main {
    background: #3d00fd;
}
.menu-innov {
    list-style-type: none;
    padding: 0;
    display: flex;
    text-align: left;
    color: #fff;
    max-width: 1440px;
    margin: 0 auto;

}
.menu-innov .menu-item {
    position: relative;
}

.menu-innov .menu-item a {
    display: block;
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    font-family: "Fixel", monospace;
    font-size: 45px;
    line-height: 45px;
    margin: 0 55px;
}

.menu-innov .menu-item a:hover {
    background-color: #3d00fd;
    color: white;

}

.menu-innov .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #3d00fd;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: white;
}

.menu-innov .submenu li a {
    padding: 10px 20px;
}

.menu-innov .submenu li a:hover {
    background-color: #3d00fd;
}

.menu-innov .menu-item:hover .submenu {
    display: block;
}
.top-header {
    border-bottom: 1px solid #000;
}
.navbar-static-top {
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 1440px;
    margin: 0 auto;
}
.navbar {
    padding: 35px 61px;
}
.navbar ul {
    margin: 0;
    list-style: none;
    display: flex;
    padding-inline-start: 0;
    margin-left: 60px;
}
li.menu-item a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.99px;
    text-align: left;
    margin: 0 15px;
    text-transform: uppercase;
    position: relative;
    transition: color .3s ease-in-out;
    color: #000;
}
li.menu-item a:hover, li.menu-item a.active {
    color: #000;
    text-decoration: underline;
}
li.menu-item a:after {
    content: '';
    height: 20px;
    width: 1px;
    background: #000;
    display: inline-block;
    position: absolute;
    right: -15px;
}
li.menu-item:last-child a:after {
    display: none;
}
.menu-buttons {
    margin-left: 17px;
}
.menu-buttons a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.99px;
    text-align: left;
    color: #DEDAD2;
    padding: 14px 21px;
    border-radius: 20px;
    background: #6D8072;
    border: 1px solid #6D8072;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.menu-buttons a:hover {
    text-decoration: none;
    color: #6D8072;
    background: #DEDAD2;
}
.lang-switcher {
    margin-left: auto;
}
.language-chooser {

    display: flex;
    align-items: center;
}
.language-chooser li {
    position: relative;
}
.language-chooser li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.99px;
    text-align: left;
    color: #000;
    margin-right: 5px;
    text-transform: uppercase;
}
.language-chooser li:first-child:after {
    content: "/";
    font-size: 16px;
    font-weight: 500;
    line-height: 20.99px;
    text-align: left;
    color: #000;
}
.language-chooser li a:hover {
    text-decoration: none;
    font-weight: 700;
}
.language-chooser li.active a {
   font-weight: 700;
}
.hero {
    background-image: url("../img/main-bg.png");
    background-position: center;
    background-repeat: no-repeat;
}
.inner {
    max-width: 1440px;
    margin: 0 auto;
}
.hero-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 160px 80px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hero-inner h1 {
    font-size: 30px;
    font-weight: 450;
    line-height: 39.36px;
    text-align: center;
    margin: 26px 0 37px;
    text-transform: uppercase;
}
.hero-inner h3 {
    font-size: 23px;
    font-weight: 450;
    line-height: 25px;
    text-align: center;
    margin: 0;
}
.hero-logos {
    height: 65px;
    width: 500px;
    margin-bottom: 15px;
    position: absolute;
    top: 83px;
    display: flex;
    gap: 25px;
}
a.sof {
    background: #E3DFD6;
}
a.sof:first-child {
    width: 200px;
    flex-shrink: 0;
    height: 65px;
}
ul.items  {
    padding: 0;
    margin: 95px 0 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    gap: 49px;
}
ul.items li {
    font-size: 18px;
    font-weight: 450;
    line-height: 19px;
    text-align: left;
    text-transform: uppercase;
    border: 1px solid #6D8072;
    padding: 17px 14px 17px 19px;
    background: #EDEBE3;
    border-radius: 40px;
}
.btn-cta {
    display: inline-flex;
    font-size: 25px;
    font-weight: 450;
    line-height: 25px;
    text-align: left;
    padding: 25px 47px;
    color: #E3DFD6;
    text-decoration: none;
    background: #6D8072;
    border: 1px solid #6D8072;
    border-radius: 40px;
    transition: all .3s ease-in-out;
}
.btn-cta:hover {
    color: #6D8072;
    background: #E3DFD6;
    text-decoration: none;
}
.disclaimer {
    padding: 23px 24px;
    text-align: center;
    background: #EDEBE3;
}
.disclaimer p {
    font-family: "Roboto Mono", monospace;
    font-size: 15px;
    font-weight: 400;
    line-height: 19.78px;
    padding: 0;
    margin: 0;
}
.disclaimer .partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 37px;
    margin: 32px 0;
}
.disclaimer .partners a {
    max-width: 120px;
}
section {
    background: #E3DFD6;
}
.title {
    border-bottom: 1px solid #000;
}
.title h1 {
    padding: 30px 25px;
    font-size: 35px;
    font-weight: 500;
    line-height: 45.92px;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}
.section-description {
    text-align: center;
    font-size: 25px;
    font-weight: 450;
    line-height: 30px;
    padding: 40px 26px;
    margin: 0 40px;
    text-transform: uppercase;
}
.for-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 22px;
    grid-row-gap: 18px;
    padding: 0 92px 92px;
    margin-top: 26px;
}
.for-item {
    border-radius: 40px;
    position: relative;
    perspective: 1000px;
    width: 299px;
    height: 237px;
    cursor: pointer;
}
.for-item h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    padding: 0 22px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #EDEBE3;
    border: 1px solid #6D8072;
    border-radius: 40px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    z-index: 2;
    background: #EDEBE3;
    padding-top: 23px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
    z-index: 1;
}
.for-item .back {
    background: #6D8072;
    display: flex;
    justify-content: center;
    align-items: center;
}
.for-item .back p {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    color: #E1DDD4;
    padding: 22px;
    margin: 0;
}
img#info-img, img#cosmo, img#robo {
    transform: translateY(-50px);
}
#program {
    background: url("../img/program-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.program-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 29px;
    grid-row-gap: 26px;
    padding: 0 92px 50px;
}
.program-item {
    padding: 43px;
    background: #6D8072;
    border-radius: 40px;
}
.program-item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    color: #EDEBE3;
    padding-bottom: 15px;
}
.program-item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}
.button-wrapper {
    text-align: center;
}
.why-items {
    padding: 0 90px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 34px;
}
#criteria .why-items {
    padding: 40px;
    grid-template-columns: 30% 30% 30%;
}
.why-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #000;
    padding-bottom: 32px;
}
#criteria .why-items  .why-item {
    padding: 24px;
}
.why-item p {
    font-size: 20px;
    font-weight: 450;
    line-height: 21px;
    text-align: left;
}
#criteria .why-item p {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}
.benefits {
    padding: 32px 90px;
}
.benefits h3 {
    margin: 0 0 32px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 450;
    line-height: 30px;
}
.benefit-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 21px;
}
.benefit-item {
    padding: 24px;
    border-radius: 40px;
    color: #E1DDD4;
    background: #6D8072;
}
.benefit-item p {
    font-size: 20px;
    font-weight: 450;
    line-height: 21px;
    text-align: left;
}
#cta {
    padding: 53px 90px;
    background: #EDEBE3;
}
#cta h5 {
    font-size: 40px;
    font-weight: 450;
    line-height: 38px;
    text-align: center;
    margin: 0 0 42px;
    text-transform: uppercase;
}
.speakers-grid {
    margin: 86px 0 0 30px;
    overflow: hidden;
    padding: 0 62px;
    padding-left: 80px;
    position: relative;
}
.speakers-grid .swiper-button-next, .mentors-grid .swiper-button-next {
    right: 10px;
    top: 200px;
    width: auto;
    height: auto;
}
.speakers-grid .swiper-button-prev {
    right: unset;
    left: 0;
    top: 200px;
    width: auto;
    height: auto;
    transform: rotateY(180deg);
}
.speakers-grid .swiper-button-next:after, .mentors-grid .swiper-button-next:after, .speakers-grid .swiper-button-prev:after {
    display: none;
}
.speaker-item {
    display: flex;
    flex-direction: column;
}
.speaker-item .speaker-photo {
    width: 357px;
    height: 356px;
    margin-right: 24px;
    border: 1px solid #6D8072;
    background: #EDEBE3;
}
.speaker-item .speaker-photo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.speaker-item p.name, .mentor-item p.name {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 450;
    line-height: 30px;
    text-align: center;
    margin: 26px 0 20px;
}
.speaker-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
}
.speaker-item .description {
    font-size: 18px;
    font-weight: 450;
    line-height: 21px;
    text-align: left;
}
.mentors-grid {
    margin: 60px 0 0 90px;
    overflow: hidden;
    padding-right: 62px;
    position: relative;
}
.mentors-grid .swiper-button-next, .mentors-grid .swiper-button-prev {
    right: 10px;
    top: 50%;
    width: auto;
    height: auto;
    transform: translateY(-50%);
}
.mentor-photo {
    width: 251px;
    height: 251px;
    background: #6D8072;
}
.mentor-photo img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#partners, #other-partners, #reviews {
    background: #EDEBE3;
}
#partners .title, #other-partners .title, #reviews .title {
    background: #E3DFD6;
}
#partners .inner p {
    margin: 42px 0;
    font-family: "Roboto Mono", monospace;
    font-size: 20px;
    font-weight: 400;
    line-height: 26.38px;
    text-align: left;
    padding: 0 25px;

}
.reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding: 40px;
}
.reviews-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.reviews-item p {
    font-family: "Fira Code", monospace;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    margin: 24px 0;
    padding: 0;
}
.reviews-item h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}
.partners-info-grid {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    padding: 20px 102px 0;
    margin-bottom: 71px;
}
#other-partners .partners-info-grid {
    padding: 20px 102px;
}
.partners-info-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 235px;
}
#other-partners .partners-info-item {
    width: auto;
}
.partners-info-item:nth-child(2) {
    width: 212px;
}
.partners-info-item:nth-child(3) {
    width: 295px;
}
.partners-info-item img {
    height: 65px;
    max-width: 100%;
}
#partners .partners-info-grid .partners-info-item p {
    font-family: "Fira Code", monospace;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    margin-top: 24px;
    padding: 0;

}
.questions-list {
    padding: 47px 64px 28px;
}
.question-item {
    padding: 24px 0;
    border-bottom: 1px solid #000;
}
p.question {
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    padding: 0;
    margin: 0 0 24px;
}
.answer {
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.footer {
    background: #232222;
}
.footer .title {
    background: #E3DFD6;
}
.footer .inner {
    padding: 77px 64px;
}
.footer .title .inner {
    padding: 0;
}
.footer .about {
    display: grid;
    border-bottom: 1px solid #DEDAD2;
    padding-bottom: 46px;
    grid-template-columns: 1fr 2fr;
}
.footer .about p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    padding: 0;
    margin-left: 45px;
}
.links {
    padding: 46px 0;
    display: flex;
    gap: 89px
}
.social {
    display: flex;
    flex-direction: column;
}
.social a {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 400;
    line-height: 55px;
    text-align: left;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}
.social a svg {
    margin-right: 22px;
}
.social a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.web {
    display: flex;
    gap: 24px;
    margin-top: 30px;
}
.footer-logos {
    margin-top: 85px;
    display: flex;
}
.footer-logos a {
    width: 350px;
    max-width: 100%;
    height: 100%;
}
.footer-logos a img {
    max-width: 300px;
}
.email-section {
    text-align: center;
}
.email-section a {
    display: inline-block;
    padding: 20px 40px;
    border: 1px solid #EDEBE3;
    border-radius: 45px;
    color: #EDEBE3;
    font-size: 30px;
    font-weight: 450;
    line-height: 45px;
}
.email-section a:hover {
    color: #EDEBE3;
}
.web a {
    text-decoration: underline;
    transition: all .3s ease-in-out;
    font-size: 25px;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
    color: #FFFFFF;
}
.web a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.disc {
    margin: 80px 0 0;
    color: #FFFFFF;
}
.disc p {
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    padding: 0;
    margin: 0;
}

@media (max-width: 1400px) {
    .navbar {
        padding: 35px;
    }
}

@media (max-width: 1024px) {
    .navbar {
        padding: 35px 24px;
    }
    .navbar ul {
        margin-left: 20px;
    }
    .navbar ul {
        margin-left: 20px;
    }
    li.menu-item a {
        font-size: 14px;
        margin: 5px;
    }
    .menu-buttons a {
        font-size: 11px;
        padding: 12px 16px;
    }
    li.menu-item a:after {
        content: '';
        height: 14px;
        right: -5px;
        top: 3px;
    }
    .hero-inner {
        padding: 45px 80px 56px;
    }
    ul.items {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    ul.items li {
        height: 74px;
    }
    .for-items {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 24px 92px;
        margin-top: 26px;
    }
    .program-items {
        padding: 0 24px 50px;
    }
    .why-items {
        padding: 0 24px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .why-item {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .why-item img {
        height: 140px;
    }
    .benefits {
        padding: 32px 24px;
    }
    .partners-info-grid {
        padding: 20px 80px 0;
        margin: 0 auto 71px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }
    .partners-info-grid .partners-info-item {
        width: 100%;
    }
    .mentor-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .navbar-static-top {
        flex-wrap: wrap;
        gap: 15px;
    }
}
@media (max-width: 769px) {
    .hero-inner {
        padding: 41px 35px;
    }
    ul.items li {
        height: 90px;
        text-align: center;
    }
    .for-items {
        grid-template-columns: 1fr 1fr;
        padding: 0 24px 24px;
    }
    .program-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .benefit-items {
        grid-template-columns: 1fr 1fr;
        gap: 21px;
    }
    #cta h5 {
        font-size: 30px;
    }
    .links {
        flex-direction: column;
    }

    .speaker-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero {
        background-size: cover;
    }
}
@media (max-width: 600px) {
    .navbar-header {
        width: 100%;
    }
    .navbar-toggle .icon-bar {
        width: 37px;
        background: #000;
    }
    .collapse:not(.show) {
        display: none !important;
    }
    .navbar-toggle:not(.collapsed) #navbar-dots{
        display: none;
    }
    .navbar-toggle:not(.collapsed) #navbar-close {
        display: block !important;
    }
    .navbar-static-top {
        display: block;
        width: 100%;
    }
    .top-header {
        width: 100%;
        padding: 0;
    }
    .navbar-header {
        padding: 24px;
    }
    .logo {
        margin-left: 16px;
    }
    .partners-logo a img {
        max-height: 60px;
    }
    .navbar-toggle {
        position: relative;
        padding: 0;
        margin: 0;
        border: none;
    }
    .navbar-collapse {
        width: 100%;
        height: 100%;
        background: #E3DFD6;
        border: none;
        box-shadow: none;
        position: relative;
    }
    .navbar ul {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 40px;
    }
    li.menu-item a {
        font-size: 20px;
        font-weight: 400;
        line-height: 23.46px;
        letter-spacing: -0.01em;
        text-align: left;
        margin: 0;
    }
    li.menu-item a:after {
        display: none;
    }
    ul.language-chooser {
        flex-direction: row;
        margin: 40px 25px 0;
        gap: 10px
    }
    .hero-inner {
        padding: 153px 25px;
    }
    .hero-inner h1 {
        font-size: 19px;
        font-weight: 450;
        line-height: 20px;
        text-align: center;
    }
    .hero-inner h3 {
        font-size: 19px;
        font-weight: 450;
        line-height: 19px;
        text-align: center;
    }
    ul.items {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-top: 24px;
    }
    ul.items li {
        height: auto;
        text-align: center;
        font-size: 18px;
        font-weight: 450;
        line-height: 19px;
    }
    .btn-cta {
        font-size: 23px;
        font-weight: 450;
        line-height: 25px;
        text-align: center;
        padding: 20px 30px;
    }
    .disclaimer .partners {
        flex-wrap: wrap;
    }
    .title h1 {
        font-size: 30px;
        font-weight: 500;
        line-height: 39.36px;
        text-align: left;
    }
    .section-description {
        margin: 0;
        font-size: 19px;
        font-weight: 450;
        line-height: 20px;
        text-align: center;
    }
    .for-items {
        grid-template-columns: 1fr;
    }
    .for-item {
        width: 100%;
    }
    .program-items {
        display: grid;
        grid-template-columns: 1fr;
    }
    .why-items {
        padding: 0 24px;
        grid-template-columns: 1fr;
    }
    .benefit-items {
        grid-template-columns: 1fr;
        gap: 21px;
    }
    #cta {
        padding: 52px 25px;
    }
    .partners-info-grid {
        padding: 20px 24px 0;
        grid-template-columns: 1fr;
        gap: 37px;
    }
    .questions-list {
        padding: 27px 24px 28px;
    }
    .footer .about {
        gap: 40px;
        grid-template-columns: 1fr;
    }
    .footer .about p {
        margin: 0;
    }
    .footer .inner {
        padding: 47px 24px;
    }
    .web {
        flex-direction: column;
    }
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    #criteria .why-items {
        grid-template-columns: 100%;
    }
    .speakers-grid {
        margin: 30px;
        padding-right: 10px;
        position: relative;
        padding-left: 0;
    }
    .speakers-grid .swiper-button-next, .speakers-grid .swiper-button-prev, .mentors-grid .swiper-button-next {
        position: relative;
        top: unset;
        right: unset;
        margin-top: 30px;
    }
    .speaker-item .speaker-photo {
        margin: 0;
        width: 100%;
    }
    .email-section a {
        font-size: 16px;
        font-weight: 450;
        line-height: 20px;
    }
    .footer-logos {
        margin-top: 35px;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    .hero {
        background-image: url("../img/mobile-main-bg.png");
        background-position: center;
        background-repeat: no-repeat;
    }
    #program {
        background: url("../img/program-mobile-bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .menu-innov .menu-item a {
        display: block;
        color: white;
        padding: 14px 20px;
        text-decoration: none;
        font-size: 25px;
        line-height: 25px;
        margin: 0 25px;
    }
    .partners-info-item img {
        height: auto;
    }
}