@media (max-width: 1440px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1024px) {
    /* HOME */
    .kacket {
        font-size: 12.5rem;
    }
    .heading-home{
        font-size: 150px;
        margin-bottom: -100px;
    }
    .underline {
        background-color: #9747FF;
        height: 10px;
        width: calc(100% + 40px);
        margin: -37px -20px 0;
    }
    /* ABOUT */
    /*    .aboutPageTitle h1 {
            padding-left: 3%;
        }*/
    .team-title {
        padding-left: 3%;
    }
    .team-container {
        padding: 0 2%;
    }
    .team-member-img {
        display: flex;
        justify-content: center;
    }
    .team-member-img img {
        width: 95%;
        height: auto;
    }
    .team-member-info {
        width: 100%;
        font-size: 18px;
    }
    /* END ABOUT */
    .single-story, .othPro {
        margin-bottom: 5%;
        flex-direction: column-reverse;
    }
    .story-home-title, .otherProjectTitle {
        margin-top: -40px;
        font-size: 26px;
    }
    .homeArticleWrapper {
        padding-left: 5%;
    }
    .storyImgContainer {
        position: relative;
    }
    .storyImgContainer img {
        width: 100%;
        height: auto;
    }
    .story-title, .otherProjectTitle {
        margin-top: -40px;
    }
    .storyInfoWrapper {
        margin: 0;
        position: relative;
    }
    .storyInfoWrapper .sectionPointer {
        position: absolute;
        z-index: 100;
        top: -75px;
    }
    /*    .home-enterfillet p {
            padding-left: 30%;
        }*/
    .power {
        font-size: 14px;
    }
    .footer-navigation {
        padding: 40px 50px 30px 1%;
    }
}
@media (max-width: 940px) {
    .power {
        font-size: 12px;
    }
    .footer-social {
        padding-left: 20px;
    }
}
@media (max-width: 915px) {
    .elementBtn {
        width: 50%;
    }
}
@media (max-width: 900px) {
    .power {
        font-size: 12px;
    }
}
@media (max-width: 840px) {
    .app-nav ul {
        font-size: 14px;
    }
    .f-nav-links ul li {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    /********** HOME PAGE **********/
    .kacket {
        font-size: 155px;
        bottom: -70%;
    }
    .heading-home {
        font-size: 120px;
        margin-bottom: -70px;
    }
    .home-caption {
        font-size: 16px;
    }
    .elementTitle {
        line-height: 1;
    }
    .home-enterfillet {
        padding-left: 20%;
    }
    .test div {
        gap: 0;
    }
    .elementContent .elementTitle {
        font-size: 34px;
        margin-top: -55px;
    }
    .elementBtn {
        width: 50%;
    }
    .elementContent .read-more-btn {
        font-size: 14px;
    }
    .navL1 {
        position: initial;
        width: 100%;
;    }
    .navL1 {
        display: none;
    }
    .navL1 ul {
        width: 100%;
        font-size: 16px;
        border: none;
    }
    .navL1 ul .level1 {
        font-size: 16px !important;
    }
    .navL1 ul li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
        padding: unset;
        margin: unset;
        font-size: 16px;
    }
/*    .navL1 ul li:first-child {
        padding: unset;
        margin: unset;
    }*/
    
    /********** END HOME PAGE **********/
    /********** SINGLE STORY **********/
    .single-story {
        position: relative;
    }
    .storyInfoWrapper {
        justify-content: center;
        width: 100%;
        z-index: 99;
    }
    .story-title {
        font-size: 30px;
        margin-top: -40px;
    }
    .story-lead {
        font-size: 18px;
    }
    .story-date {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .read-more-btn {
        padding: 10px;
        font-size: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1%;
        width: 100%;
        font-size: 16px;
    }
    .storyImgContainer {
        width: 100%;
        height: 100%;
        margin: auto;
        text-align: center;
    }
    .storyImgWrapper img {
        width: 100%;
        height: auto;
    }
    .fullStoryBody ul, .fullStoryBody ol {
        padding-left: 5.5%;
    }
    .projectTop .section-title {
        padding-left: 2.5%;
    }
    .container960 {
        max-width: 95%;
        margin: auto;
    }
    .container960 .thumb img {
        width: 100%
    }
    /********** END SINGLE STORY **********/
    /********** CONTACT **********/
    .contactContent {
        grid-template-columns: 1fr;
    }
    .contactLead {
        width: 70%;
        margin-bottom: 50px;
    }
    /********** END CONTACT **********/
    /********** HAMBURGER MENU **********/
    .current {
        color: #9747FF;
    }
    .block {
        display: block;
    }
    
    .app-nav {
        display: none;
    }
    .menu-content {
        display: none;
        margin-top: 20px;
        margin-left: 0;
        position: absolute;
        top: 110px;
        padding-top: 5%;
        left: 0;
        z-index: 100;
        width: 100vw;
        height: 100%;
        background-color: #131313;
        padding: 0 24px;
        text-transform: uppercase;
    }
    .showMenu {
        display: block;
        margin: 0;
    }
    .nav-img {
        background-image: url(../img/Logo_cap.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        opacity: 1;
    }
    .nav-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 24px;
    }
    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .burger-line {
        width: 35px;
        height: 3px;
        background-color: #ccc;
        transition: 0.4s;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 5px);
        transform: rotate(-45deg) translate(-6px, 5px);
        background-color: #9747FF;
    }
    .change .bar2 {
        opacity: 0;
        background-color: #9747FF;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-6px, -5px);
        transform: rotate(45deg) translate(-6px, -5px);
        background-color: #9747FF;
    }
    .fullMenu ul li {
        font-size: 30px;
        color: #fff;
        font-weight: 900;
        border-bottom: 3px solid #fff;
        /*margin-bottom: 5%;*/
    }
    /********** END HAMBURGER MENU **********/
    /********** FOOTER **********/
    .footer {
        width: calc(100% + 40px);
        margin: 100px -20px 0;
    }
    .footer-navigation {
        flex: 3;
        background-color: #9747FF;
        padding: 30px 0px 30px 30px;
    }
    .footer-social {
        display: none;
    }
    .footer-navigation:before{
        display: none;
    }
    .resp-power {
        display: block;
    }
    /********** END FOOTER **********/
}
@media (max-width: 650px) {
    .single-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    .elementContent .elementTitle {
        font-size: 26px;
        margin-top: -25px;
    }
    .team-member-info {
        font-size: 16px;
    }
}
@media (max-width: 600px){
    .heading-home{
        font-size: 90px;
        margin-bottom: -55px;
    }
    .team-container {
        grid-template-columns: repeat(1, 1fr)
    }
}
@media (max-width: 550px) {
    .aboutEntrefilet {
        width: 100%;
    }
    .otherProjectContainer {
        flex-direction: column;
        gap: 50px;
    }
    .titleAuthorDate h1 {
        font-size: 36px;
    }
    .otherProjectsMainTitle h1 {
        font-size: 32px;
    }
    .otherProjects {
        max-width: 100%;
    }
    .single-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .box480 {
        width: 100% !important;
    }
    .projectSliderTitle {
        position: relative;
        right: unset;
        width: unset;
        margin-top: -90px;
        color: #000;
        font-size: 35px;
        border-left: 10px solid #9747FF;
        text-transform: uppercase;
        font-family: 'Archivo Black', sans-serif;
        line-height: 1;
        z-index: 99;
        top: 0;
    }
    .sliderImg, .test {
        width: 100%;
    }
    .slick-prev {
        right: 10%;
    }
    .single-item {
        flex-direction: column;
    }
    .test div {
        padding-top: 5%;
    }
    .elementContent .elementTitle {
        font-size: 22px;
        margin-top: -24px;
    }
    .elementContent .elementBtn {
        width: 75%;
    }
    .elementContent .read-more-btn {
        font-size: 12px;
    }
}
@media (max-width: 500px) {
    .home-enterfillet {
        flex-direction: column;
    }
    .enterfillet-text {
        font-size: 16px;
        line-height: 20px;
    }
    .enterfillet-city {
        font-size: 18px;
        display: flex;
        width: 10%;
        /*padding-left: 20%;*/
    }
    .paginationList img {
        height: 20px;
        width: 20px;
    }
    .pagination ul li {
        font-size: 24px;
    }
}
@media (max-width: 435px) {
/*    .projectTitleLead {
        width: 425px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }*/
    .aboutEntrefilet {
        width: 100%;
    }
    .nav-img img {
        height: 40px;
        width: 41px;
    }
    .home-caption {
        margin-bottom: 130px;
    }
    .home-enterfillet {
        padding-top: 60px;
    }
    .enterfillet-text {
        font-size: 16px;
        line-height: 20px;
    }
    .sliderImg, .test {
        width: 100%;
    }
    .single-item {
        flex-direction: column;
    }
    .projectSliderTitle {
        position: relative;
        right: unset;
        margin-top: -80px;
        width: unset;
    }
    .test div {
        padding-top: 5%;
    }
    .heading-home {
        font-size: 64px;
        margin-bottom: -40px;
    }
    .kacket {
        font-size: 80px;
        bottom: -50%;
    }
    .elementTitle {
        font-size: 30px;
        margin-top: -15px;
        text-align: center;
        line-height: 1;
    }
    .elementContent {
        position: relative;
        flex-direction: column;
        gap: 2rem;
    }
    .elementContent .elementBtn {
        width: 55%;
    }
    .home-enterfillet {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-left: 30%;
    }
    .home-enterfillet p {
        padding-left: 0;
    }
    .enterfilet-text {
        font-size: 16px;
    }
    .enterfillet-city {
        font-size: 18px;
        display: flex;
        width: 60%;
        padding-left: 0;
    }
    .aboutTable {
        max-width: 85%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 100px;
    }
    .projectHomeTitle h1 {
        font-size: 50px;
    }
    .underline {
        height: 5px;
        margin-top: -25px;
    }
    /* INDIVIDUAL STORY */
    .container960 {
        max-width: 95%;
        margin: auto;
    }
    .story-wrapper .thumb img {
        width: 100%;
        height: auto;
    }
    .titleAuthorDate {
        flex-direction: column;
    }
    /* END INDIVIDUAL STORY */
    .team-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 5%;
    }
    .f-nav-links {
        display: none;
    }
    .footer-navigation {
        flex: 3;
        background-color: #9747FF;
        padding: 30px 0px 30px 30px;
    }
    .footer-social {
        display: none;
    }
    .story-title {
        font-size: 26px;
        width: 20ch;
    }
    .story-lead {
        font-size: 16px;
    }
    .project-stories div:nth-child(odd) {
        padding-left: 0;
    }
    .enterfilet-text {
        /*padding: 0 30% 0 7%;*/
    }
    .enterfilet-signature {
        /*text-align: center;*/
    }
    .aboutContent {
        padding: 0 10%;
    }
    .aboutPageTitle h1 {
        font-size: 50px;
    }
    .page-title {
        font-size: 50px;
    }
    .pageTitle {
        font-size: 50px;
    }
    .team-member-img {
        /*padding: 0 7% 0 0;*/
    }
    .team-member-info {
        width: 100%;
    }
    .contactContent {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 10% 20px;
    }
    .contactLead {
        text-transform: uppercase;
        line-height: 36px;
        font-size: 18px;
        width: 70%;
        line-height: 22px;
    }
    .fullStoryBody ul, .fullStoryBody ol {
        padding-left: 9.5%;
    }
    .modal {
        width: 320px;
        height: 430px;
        margin-left: -37%;
    }
    .modalContent {
        padding-top: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .modalContent .read-more-btn {
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1%;
        width: 100%;
    }
    .modalContent p {
        margin-bottom: 3rem;
        font-size: 16px;
        line-height: 22px;
    }
    .modalSuccessfullImg {
        height: 40%;
    }
    .otherProjectContainer {
        flex-direction: column;
        gap: 2rem;
    }
    .otherProjects {
        max-width: 100%;
    }
    .otherProjectsMainTitle h1 {
        font-size: 40px
    }
/*    .galleryWrapper {
        grid-template-columns: 1fr;
    }*/
    .single-gallery {
        width: 100%;
    }
    .single-gallery img {
        margin: unset;
    }
    .formSend {
        width: 95%;
    }
    .f-title {
        font-size: 48px;
    }
}
@media (max-width: 395px) {
    .f-title {
        font-size: 36px;
    }
}
@media (max-width: 375px) {
    .heading-home {
        font-size: 55px;
        margin-bottom: -35px;
    }
    .kacket {
        font-size: 75px;
        bottom: -46%;
    }
    /*    .pageTitle {
            font-size: 70px;
        }*/
    .modal {
        margin-left: -42%;
    }
    .story-lead {
        width: fit-content;
    }
    .storyInfoWrapper {
        margin-left: 0;
        max-width: 95%;
        margin: auto;
    }
    .read-more-btn {
        width: 75%;
        margin: auto;
        font-size: 14px;
    }
    .storyInfoWrapper .read-more-btn {
        margin: unset;
    }
    .elementTitle {
        font-size: 24px;
    }
    .elementContent .elementBtn {
        width: 60%;
    }
    .elementBtn .read-more-btn {
        width: 100%;
    }
    .projectSliderTitle {
        font-size: 26px;
        margin-top: -40px;
    }
    .page-title {
        font-size: 50px;
    }
    .aboutEntrefilet {
        width: 95%;
        margin: auto;
    }
    .enterfilet-text {
        padding: unset;
        font-size: 14px;
    }
    .enterfilet-signature {
        font-size: 16px;
        text-align: right;
    }
    .team-title {
        font-size: 40px;
    }
    .team-member-name {
        font-size: 14px;
    }
    .team-member-img {
        padding: unset;
    }
    .team-member-info {
        width: 100%;
        font-size: 16px;
    }
    .story-title {
        font-size: 24px;
    }
    .story-lead {
        font-size: 14px;
    }
    .contactLead {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .f-title {
        font-size: 28px;
    }
    .copy {
        font-size: 12px;
    }
    .resp-power {
        font-size: 12px;
    }
    .pagination ul li {
        gap: 10px;
    }
}
@media (max-width: 320px) {
    .heading-home {
        font-size: 48px;
    }
    .kacket {
        font-size: 65px;
    }
    .home-enterfillet {
        margin: auto;
        padding-left: unset;
    }
    .home-enterfillet p {
        font-size: 12px;
    }
    .enterfillet-city {
        font-size: 14px;
    }
    .elementContent .elementBtn {
        width: 70%;
    }
}
@media (min-width: 1024px) {
    .story-lead {
        width: 75%;
    }
    .storyInfoWrapper {
        max-width: 100%;
        margin: unset;
        padding-left: 5%;
    }
}
