@font-face {
    font-family: 'Bigger';
    src: url('../Font/bigger_display/BiggerDisplay.otf') format('opentype');
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../Font/Josefin_Sans/JosefinSans-VariableFont_wght.ttf') format('truetype');
}


body{
    margin: 0;
    padding: 0;  
    
    font-weight: 100;
}

.main_page{
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    height:fit-content;
}

.main_page_inner{

    margin: 0;
    padding: 0;
    width: 100%;
    transition: 0.4s ease-out;
    height: fit-content;

    background-color: var(--primary-color);
}

.main_page_blur_filter{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: 0.4s ease-out;
    pointer-events: none;
}

.page_pusher{
    width: 100%;
    height: 200px;
    transition: 0.4s ease-out;
}

.hero{
    display: flex;
    justify-content: center;
    align-items: end;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--primary-color);
}

.hero_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 95%;
    height: calc(100vh - 10vh - 5vh);
    margin-bottom: 5vh;
}

.hero_inner > .upper{
    display: flex;
    justify-content: start;
    align-items: end;
    width: 100%;
    height: 80%;
    background-color: var(--light-color);
    border-radius: 30px;
    padding: 0px;

    background-image: url(../images/Studio/hero.jpg);

}


.hero_inner > .lower > .left{
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 60px;
    flex: 1;
    height: 100%;
    background-color: var(--light-color);
    border-radius: 30px;
    background-image: url(../images/Studio/hero.jpg);
}

.hero_inner > .lower > .right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    aspect-ratio: 1/1;
    width: auto;
    height: 100%;
    background-color: var(--light-color);
    border-radius: 30px;
    background-image: url(../images/Studio/hero.jpg);
}

.hero_inner > .upper > h1{
    font-family: var(--header-font);
    color: white;
    line-height: 1;
    margin: 10px 20px;
    font-size: 3rem;
    display: none;
    font-weight: 100;
}

.hero_inner > .gap{
    width: 100%;
    height: 10px;
}

.hero_inner > .lower{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20%;
}

.hero_inner > .lower > .left > h1{
    font-family: var(--header-font);
    color: white;
    font-size: 6rem;
    transform: translateY(5px);
    font-weight: 100;
}

.hero_inner > .lower > .gap{
    width: 10px;
    height: 100%;
}

.hero_inner > .lower > .right > .section1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero_inner > .lower > .right > .section2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero_inner > .lower > .right > .section1 > .img , .hero_inner > .lower > .right > .section2 > .img{
    aspect-ratio: 1/1;
    width: 60px;
    height: auto;
    margin: 10%;
    background-color: white;
    mask-image: url(../images/Icons/facebook.png);
    mask-size: cover;
    mask-position: center center;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.hero_inner > .lower > .right > .section1 > .img:hover , .hero_inner > .lower > .right > .section2 > .img:hover{
    transform: scale(1.2);
}

.hero_inner > .lower > .right > .section1 > .img1{
    mask-image: url(../images/Icons/facebook.png);
}

.hero_inner > .lower > .right > .section1 > .img2{
    mask-image: url(../images/Icons/youtube.png);
}

.hero_inner > .lower > .right > .section2 > .img3{
    mask-image: url(../images/Icons/tiktok.png);
}

.hero_inner > .lower > .right > .section2 > .img4{
    mask-image: url(../images/Icons/instagram.png);
}


.louder{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80vh;
    background-color: var(--dark-color);
}

.louder_inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    height: 85%;
}

.louder_section1{
    width: 10%;
    height: 100%;
}

.louder_section1 > h1{
    font-family: var(--header-font);
    color: var(--light-color);
    font-size: 2.5rem;
    line-height: 0.9;
    font-weight: 100;
}

.louder_section2{
    display: flex;
    justify-content: center;
    align-items: end;
    flex: 1;
    height: 100%;
}

.louder_section2 > .image{
    width: 100%;
    height: 80%;
    background-color: var(--light-color);
    border-radius: 30px;

    background-image: url(../images/Studio/placeholder1.jpg);
    background-size: 100vh;
    background-position: bottom left;
    
}

.louder_section3{
    display: flex;
    justify-content: center;
    align-items: end;
    width: fit-content;
    height: 100%;
}

.louder_section3 > h1{
    color: var(--light-color);
    font-family: var(--header-font);
    writing-mode: vertical-rl;
    transform: rotate(180deg) translateX(-10px);
    font-size: 6rem;
    margin: 0;
    padding: 0;
    font-weight: 100;
    line-height: 1;
}

.louder_section4{
    width: 20%;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.louder_section4_inner > .background_outline{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translateX(30%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.louder_section4_inner > .background_outline > h1{
    font-family: var(--header-font);
    color: var(--light-color);
    font-size: 20rem;
    position: absolute;
    padding: 0;
    margin: 0;
    line-height: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 100;
    
    color: transparent;
    -webkit-text-stroke: 2px var(--dark-color);
}

.louder_section4_inner > .main_heading{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translateX(25px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.louder_section4_inner > .main_heading > h1{
    color: var(--light-color);
    font-family: var(--header-font);
    font-size: 15rem;
    margin: 0;
    padding: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 100;
}

.louder_section5{
    margin-left: 10px;
    width: 45%;
    height: 100%;
}

.louder_section5 > .image{
    width: 100%;
    height: 80%;
    background-color: var(--light-color);
    border-radius: 30px;

    background-image: url(../images/Studio/placeholder1.jpg);
    background-size: 100vh;
    background-position: top right;
}

.louder_section1{
    opacity: 0;
    transition: 0.4s ease-out;
}
.louder_section2{
    opacity: 0;
    transition: 0.4s ease-out;
}
.louder_section3{
    opacity: 0;
    transition: 0.4s ease-out;
}
.louder_section4{
    opacity: 0;
    transition: 0.4s ease-out;
}
.louder_section5{
    opacity: 0;
    transition: 0.4s ease-out;
}

.break_text1{
    margin: 0;
    padding: 0;
    width: 100%;
    height: fit-content;
    background-color: var(--dark-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.break_text1 > .break_text1_inner{
    width: 90%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.break_text1 > .break_text1_inner > p{
    font-family: var(--header-font);
    font-size: 1.8rem;
    color: var(--light-color);
    font-weight: 100;
}


.break_text2{
    margin: 0;
    padding: 0;
    width: 100%;
    height: fit-content;
    background-color: var(--dark-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.break_text2 > .break_text2_inner{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.break_text2 > .break_text2_inner > p{
    margin: 0;
    padding: 0;
    line-height: 0;
    font-family: var(--header-font);
    font-size: 2.5rem;
    color: var(--light-color);
    text-align: center;
    margin: 1.25rem 0px;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    color: transparent;
    -webkit-text-stroke: 1px var(--light-color);
    font-weight: 100;
}

.proud_work{
    width: 100%;
    height: 90vh;
    background-color: var(--dark-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.proud_work_inner{
    width: 95%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.proud_work_inner > .layer1{
    width: 80%;
    height: 70%;
    background-color: none;
    display: flex;
    justify-content: center;
    align-items: start;
}

.proud_work_inner > .layer1 > .box{
    width: 100%;
    height: 80%;
    border: 1px solid var(--light-color);
}

.proud_work_inner > .layer2{
    width: 95%;
    height: 80%;
    background-color: none;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.proud_work_inner > .layer2 > .heading{
    width: fit-content;
    height: 7.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.proud_work_inner > .layer2 > .heading > .heading_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: translateY(2%);
}

.proud_work_inner > .layer2 > .heading > .heading_inner > .line{
    line-height: 0;
    font-family: var(--header-font);
    font-size: 6rem;
    color: var(--light-color);
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-weight: 100;
}
.proud_work_inner > .layer2 > .heading > .heading_inner > .line1{
    transform: translateY(7px);
}
.proud_work_inner > .layer2 > .heading > .heading_inner > .line2{
    transform: translateY(-3px);
}
.proud_work_inner > .layer2 > .heading > .heading_inner > .line3{
    margin-right: 12px;
    transform: translateY(12px);
}
.proud_work_inner > .layer2 > .heading > .heading_inner > .line4{
    transform: translateY(-8px);
}
.proud_work_inner > .layer2 > .heading > .heading_inner > .line5{
    transform: translateY(2px);
}
.proud_work_inner > .layer2 > .heading > .heading_inner > .line6{
    transform: translateY(-11px);
}
.proud_work_inner > .layer2 > .heading > .heading_inner > .line7{
    transform: translateY(5px);
}
.proud_work_inner > .layer2 > .heading > .heading_inner > .line8{
    margin-right: 12px;
    transform: translateY(-6px);
}
.proud_work_inner > .layer2 > .heading > .heading_inner > .line9{
    transform: translateY(9px);
}
.proud_work_inner > .layer2 > .heading > .heading_inner > .line10{
    transform: translateY(-1px);
}
.proud_work_inner > .layer2 > .heading > .heading_inner > .line11{
    transform: translateY(4px);
}

.proud_work_inner > .layer2 > .heading > .heading_inner > .line > .char1{
    color: var(--primary-color);
    transform: translateY(1.2rem);
}

.proud_work_inner > .layer2 > .heading > .heading_inner > .line > .char2{
    color: var(--light-color);
}

.proud_work_inner > .layer2 > .heading > .heading_inner > .line > .char3{
    color: var(--primary-color);
    transform: translateY(-1.2rem);
}


.proud_work_inner > .layer2 > .proud_work_pictures{
    width: 70%;
    height: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.proud_work_inner > .layer2 > .proud_work_pictures > .img{
    flex: 1 1 0;
    min-width: 0;
    margin: 10px;
    box-sizing: border-box;
    height: 70%;
    background-image: url(../images/data_images/proud_work/placeholder1.jpg);
    background-size: cover;
    background-position: center;
    background-color: var(--light-color);
    transition: flex-basis 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.3s ease;
}

.proud_work_inner > .layer2 > .proud_work_pictures > .img:hover{
    flex-basis: 40%;
    transform: scaleX(1.1);
}


.more_work{
    width: 100%;
    height: 40vh;
    background-color: var(--light-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.more_work > .more_work_inner{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.more_work > .more_work_inner > .header{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.more_work > .more_work_inner > .header > h1{
    font-family: var(--header-font);
    color: var(--dark-color);
    font-size: 4rem;
    line-height: 1.2;
    margin: 0;
    font-weight: 100;
    padding: 0;
}

.more_work > .more_work_inner > .header > .button{
    margin-top: 20px;
    width: fit-content;
    height: fit-content;
    border: 2px solid var(--dark-color);
    border-radius: 100px;
    padding: 10px 24px;
    cursor: pointer;
}

.more_work > .more_work_inner > .header > .button > p{
    font-family: var(--header-font);
    color: var(--dark-color);
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    font-weight: 100;
}

.more_work > .more_work_inner > .pictures{
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    transform: scale(1.2);
    transform-origin: center right;
}

.more_work > .more_work_inner > .pictures > .left{
    width: 66.6%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}


.more_work > .more_work_inner > .pictures > .right{
    margin-left: 8px;
    width: 33.3%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.more_work > .more_work_inner > .pictures > .right > .up{
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    background-color: rgba(0,0,0,0.8);
}

.more_work > .more_work_inner > .pictures > .right > .down{
    margin-top: 8px;
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    background-color: rgba(0,0,0,0.8);
}

.break3{
    height: 15vh;
    width: 100%;
    background-color: var(--dark-color);
}

.news{
    width: 100%;
    height: 70vh;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.news > .news_inner{
    width: 90%;
    height: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.news > .news_inner > .header{
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}

.news > .news_inner > .header > .header_inner{
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.news > .news_inner > .header > .header_inner > h1{
    font-family: var(--header-font);
    color: var(--primary-color);
    font-size: 6rem;
    line-height: 1;
    font-weight: 100;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0;
    padding: 0;
}

.news > .news_inner > .header > .header_inner > p{
    color: var(--light-color);
    font-family: var(--subtext-font);
    text-decoration: underline;
    transform: translateX(-0.6rem);
    cursor: pointer;
    margin-top: 20px;
}

.news > .news_inner > .news_cards{
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.news > .news_inner > .news_cards > .card{
    flex: 1;
    height: 100%;
    background-color: var(--dark-color);
    border-radius: 30px;
    margin-right: 20px;
    transition: 0.4s ease-out;
    background-position: center;
    background-size: cover;

    display: flex;
    justify-content: end;
    align-items: start;
    flex-direction: column;
    padding: 30px;
}

.news > .news_inner > .news_cards > .card > h1{
    padding: 0;
    margin: 0;
    color: white;
    font-family: var(--header-font);
    margin-bottom: 20px;
    font-weight: 100;
    font-size: 1.8rem;
}

.news > .news_inner > .news_cards > .card > p{
    padding: 0;
    margin: 0;
    color: white;
    margin-bottom: 30px;
    width: 100%;
}

.news > .news_inner > .news_cards > .card1 > p{
    width: 80%;
}

.news > .news_inner > .news_cards > .card1{
    flex: 2;
    background-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%), url(../images/data_images/news/placeholder15.jpeg);
}
.news > .news_inner > .news_cards > .card2{
    background-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%), url(../images/data_images/news/placeholder5.jpg);
}
.news > .news_inner > .news_cards > .card3{
    background-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%), url(../images/data_images/news/placeholder16.jpg);
}

.footer{
    width: 100%;
    height: 10vh;
    background-color: var(--dark-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.footer > .footer_inner{
    width: 95%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.footer_inner > .links{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: var(--light-color);
    text-decoration: none;
    font-family: var(--header-font);
    font-size: 1.2rem;
}

.footer_inner > .links > a{
    color: var(--light-color);
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.2s ease-in-out;
}

.footer_inner > .copyright{
    font-family: var(--header-font);
    color: var(--light-color);
    font-size: 1.2rem;
}


@media screen and (min-width: 1920px) {
    .news > .news_inner > .news_cards > .card > h1 {
        font-size: 2.4rem;
    }

    .news > .news_inner > .news_cards > .card > p {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .news > .news_inner > .news_cards > .card {
        padding: 40px;
    }

    .news > .news_inner > .header > .header_inner > h1 {
        font-size: 8rem;
    }

    .news > .news_inner > .header > .header_inner > p{
        font-size: 1.2rem;
    }

    .hero_inner > .lower > .right > .section1 > .img,
    .hero_inner > .lower > .right > .section2 > .img {
        width: 70px;
    }

    .more_work > .more_work_inner > .header > h1 {
        font-size: 4rem;
    }

    .more_work > .more_work_inner > .header > .button > p {
        font-size: 1.5rem;
    }

    .break_text1 > .break_text1_inner > p {
        font-size: 1.8rem;
    }

    .break_text2 > .break_text2_inner > p {
        font-size: 2.5rem;
        margin: 1.25rem 0px;
    }

    .proud_work_inner > .layer2 > .heading > .heading_inner > .line {
        font-size: 6rem;
    }

    .louder_section1 > h1 {
        font-size: 2.5rem;
    }

    .louder_section3 > h1 {
        font-size: 6rem;
    }

    .louder_section4_inner > .main_heading > h1 {
        font-size: 15rem;
    }
}

@media screen and (max-width: 1280px) {

    .hero_inner > .lower > .left > h1 {
        font-size: 5rem;
    }

    .hero_inner > .lower > .right > .section1 > .img,
    .hero_inner > .lower > .right > .section2 > .img {
        width: 50px;
    }

    .louder {
        height: 70vh;
    }

    .louder_inner {
        width: 98%;
        height: 90%;
    }

    .louder_section1 > h1 {
        font-size: 1.8rem;
    }

    .louder_section3 > h1 {
        font-size: 4rem;
    }

    .louder_section4_inner > .main_heading > h1 {
        font-size: 11rem;
    }

    .louder_section4_inner > .background_outline > h1 {
        font-size: 15rem;
    }

    .proud_work {
        height: 100vh;
    }

    .proud_work_inner > .layer2 > .heading > .heading_inner > .line {
        font-size: 6rem;
    }

    .more_work {
        height: 30vh;
    }

    .more_work > .more_work_inner > .header > h1 {
        font-size: 2.5rem;
    }

    .more_work > .more_work_inner > .header > .button > p {
        font-size: 1.1rem;
    }

    .break_text1 > .break_text1_inner > p {
        font-size: 1.2rem;
    }

    .break_text2 > .break_text2_inner > p {
        font-size: 1.8rem;
        margin: 1rem 0px;
    }

    .news > .news_inner > .header > .header_inner > h1 {
        font-size: 4rem;
    }

    .news > .news_inner > .news_cards > .card > h1 {
        font-size: 1.6rem;
    }

    .news > .news_inner > .news_cards > .card > p {
        font-size: 0.9rem;
    }

    .footer_inner > .links,
    .footer_inner > .copyright {
        font-size: 1rem;
    }
}


@media screen and (max-width: 768px) {


    .news > .news_inner > .news_cards > .card > h1{
        font-size: 1.6rem;
    }

    .news > .news_inner > .news_cards > .card > p{
        font-size: 1rem;
        margin-bottom: 0px;
    }

    .news > .news_inner > .news_cards{
        flex-direction: column;
    }

    .news > .news_inner > .news_cards > .card3{
        display: none;
    }

    .news > .news_inner > .news_cards > .card{
        flex: 1;
        width: 80%;
        height: auto;
        border-radius: 15px;
    }

    .news > .news_inner > .news_cards > .card1 > p{
        width: 100%;
    }

    .news > .news_inner > .header > .header_inner > h1 {
        font-size: 4rem;
    }

    .news > .news_inner > .header > .header_inner > p{
        font-size: 0.8rem;
    }

    .news > .news_inner > .news_cards > .card2{
        margin-top: 20px;   
    }

    .footer > .footer_inner > .copyright{
        font-size: 0.8rem;
    }
    
    .footer > .footer_inner > .links{
        font-size: 0.8rem;
    }

    .more_work{
        height: 20vh;
    }

    .more_work > .more_work_inner > .header > h1{
        font-size: 1.8rem;
    }

    .more_work > .more_work_inner > .header > .button{
        margin-top: 10px;
        padding: 8px 12px;
    }
    .more_work > .more_work_inner > .header > .button > p{
        font-size: 1.2rem;
        margin: 0;
        padding: 0;
        transform: translateY(1px);
    }
    .more_work > .more_work_inner > .pictures > .left{
        border-radius: 15px;
    }

    .more_work > .more_work_inner > .pictures > .right > .up,
    .more_work > .more_work_inner > .pictures > .right > .down{
        border-radius: 15px;
    }


    .proud_work_inner > .layer2{
        height: 50vh;
    }

    .proud_work{
        height: 60vh;
    }

    .proud_work_inner > .layer2 > .proud_work_pictures{
        width: 90%;
        height: 80%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .proud_work_inner > .layer2 > .proud_work_pictures > .img{
        margin: 5px;
    }

    .proud_work_inner > .layer2 > .heading{
        height: 5rem;
    }

    .proud_work_inner > .layer2 > .heading > .heading_inner > .line{
        font-size: 4rem;
    }

    .proud_work_inner > .layer2 > .heading > .heading_inner > .line1{
        transform: translateY(3.5px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line2{
        transform: translateY(-1.5px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line3{
        margin-right: 6px;
        transform: translateY(6px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line4{
        transform: translateY(-4px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line5{
        transform: translateY(1px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line6{
        transform: translateY(-5.5px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line7{
        transform: translateY(2.5px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line8{
        margin-right: 6px;
        transform: translateY(-3px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line9{
        transform: translateY(4.5px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line10{
        transform: translateY(-0.5px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line11{
        transform: translateY(2px);
    }

    .proud_work_inner > .layer2 > .heading > .heading_inner > .line > .char1{
        color: var(--primary-color);
        transform: translateY(0.8rem);
    }

    .proud_work_inner > .layer2 > .heading > .heading_inner > .line > .char2{
        color: var(--light-color);
    }

    .proud_work_inner > .layer2 > .heading > .heading_inner > .line > .char3{
        color: var(--primary-color);
        transform: translateY(-0.8rem);
    }

    .break_text1 > .break_text1_inner > p{
        font-size: 1.4rem;
    }

    .break_text2 > .break_text2_inner > p{
        font-size: 1.6rem;
        margin: 0.75rem 0px;
    }

    .hero{
        height: 80vh;
    }

    .hero_inner{
        height: calc(80vh - 10vh - 2vh);
        margin-bottom: 2vh;
    }

    .hero_inner > .lower > .right > .section1 > .img , .hero_inner > .lower > .right > .section2 > .img{
        width: 40px;
        margin: 20px;
    }

    .hero_inner > .upper > h1{
        display: block;
        font-size: 5rem;
    }

    .hero_inner > .lower > .left{
        background-image: none;
        background-color: var(--dark-color);
        padding: 0px 0px;
        aspect-ratio: 1/1;
        height: 100%;
        flex: unset;
    }

    .hero_inner > .lower > .right{
        flex-direction: row;
        height: 100%;
        flex: 1;
        aspect-ratio: unset;
        justify-content: end;
        padding-right: 30px;
        min-width: 0;
    }

    .hero_inner > .lower > .left > h1{
        display: none;
        font-size: 1rem;
    }

    .hero_inner > .upper{
        height: 85%;
        border-radius: 15px;
    }

    .hero_inner > .lower{
        height: 15%;
    }

    .hero_inner > .lower > .left{
        border-radius: 15px;
        padding-left: 30px;
    }
    .hero_inner > .lower > .right{
        border-radius: 15px;
    }

    .louder{
        height: 65vh;
    }

    .louder_inner{
        flex-direction: column;
        height: 100%;
        width: 90%;
        justify-content: start;
    }

    .louder_section1{
        margin-right: auto;
        width: 50%;
        height: fit-content;
    }

    .louder_section1 > h1{
        font-size: 1.6rem;
        text-align: left;
    }

    .louder_section2{
        width: 100%;
        height: 13%;
        flex: unset;
        justify-content: end;
    }

    .louder_section2 > .image{
        height: 100%;
        border-radius: 15px;
        width: 60%;
        background-position: center top;
    }

    .louder_section3{
        width: 100%;
        height: fit-content;
        justify-content: start;
    }

    .louder_section3 > h1{
        margin: 10px 0px;
        font-size: 4rem;
        text-align: center;
        writing-mode: horizontal-tb;
        transform: translateY(5px);
    }

    .louder_section4{
        width: 100%;
        height: 30%;
        position: relative;
    }

    .louder_section4_inner{
        transform: none;
        padding: none;
    }

    .louder_section4 > .main_heading{
        transform: none;
        margin: none;
    }
    
    .louder_section4_inner > .main_heading > h1{
        font-size: 11rem;
        writing-mode: horizontal-tb;
        transform: translateY(1rem);
    }

    .louder_section5{
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
        height: 20%;
    }

    .louder_section5 > .image{
        background-position: center 40%;
        border-radius: 15px;
        width: 80%;
    }
}



@media screen and (max-width: 480px) {

    .news > .news_inner > .news_cards > .card > h1{
        font-size: 1.2rem;
    }

    .news > .news_inner > .news_cards > .card > p{
        font-size: 0.8rem;
        margin-bottom: 0px;
    }

    .news > .news_inner > .news_cards{
        flex-direction: column;
    }

    .news > .news_inner > .news_cards > .card3{
        display: none;
    }

    .news > .news_inner > .news_cards > .card{
        flex: 1;
        width: 80%;
        height: auto;
        border-radius: 15px;
    }

    .news > .news_inner > .news_cards > .card1 > p{
        width: 100%;
    }

    .news > .news_inner > .header > .header_inner > h1 {
        font-size: 4rem;
    }

    .news > .news_inner > .header > .header_inner > p{
        font-size: 0.7rem;
    }

    .news > .news_inner > .news_cards > .card2{
        margin-top: 20px;   
    }

    .footer > .footer_inner > .copyright{
        font-size: 0.8rem;
    }
    
    .footer > .footer_inner > .links{
        font-size: 0.8rem;
    }

    .more_work{
        height: 20vh;
    }

    .more_work > .more_work_inner > .header > h1{
        font-size: 1.2rem;
    }

    .more_work > .more_work_inner > .header > .button{
        margin-top: 8px;
        padding: 6px 10px;
    }
    .more_work > .more_work_inner > .header > .button > p{
        font-size: 0.9rem;
        margin: 0;
        padding: 0;
        transform: translateY(1px);
    }
    .more_work > .more_work_inner > .pictures > .left{
        border-radius: 15px;
    }

    .more_work > .more_work_inner > .pictures > .right > .up,
    .more_work > .more_work_inner > .pictures > .right > .down{
        border-radius: 15px;
    }


    .proud_work_inner > .layer2{
        height: 50vh;
    }

    .proud_work{
        height: 60vh;
    }

    .proud_work_inner > .layer2 > .proud_work_pictures{
        width: 90%;
        height: 80%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .proud_work_inner > .layer2 > .proud_work_pictures > .img{
        margin: 5px;
    }

    .proud_work_inner > .layer2 > .heading{
        height: 3.6rem;
    }

    .proud_work_inner > .layer2 > .heading > .heading_inner > .line{
        font-size: 3rem;
    }

    .proud_work_inner > .layer2 > .heading > .heading_inner > .line1{
        transform: translateY(2px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line2{
        transform: translateY(-1px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line3{
        margin-right: 3px;
        transform: translateY(3px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line4{
        transform: translateY(-2px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line5{
        transform: translateY(0.5px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line6{
        transform: translateY(-2.5px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line7{
        transform: translateY(1.2px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line8{
        margin-right: 3px;
        transform: translateY(-1.5px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line9{
        transform: translateY(2.2px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line10{
        transform: translateY(-0.2px);
    }
    .proud_work_inner > .layer2 > .heading > .heading_inner > .line11{
        transform: translateY(1px);
    }

    .proud_work_inner > .layer2 > .heading > .heading_inner > .line > .char1{
        color: var(--primary-color);
        transform: translateY(0.6rem);
    }

    .proud_work_inner > .layer2 > .heading > .heading_inner > .line > .char2{
        color: var(--light-color);
    }

    .proud_work_inner > .layer2 > .heading > .heading_inner > .line > .char3{
        color: var(--primary-color);
        transform: translateY(-0.6rem);
    }

    .break_text1 > .break_text1_inner > p{
        font-size: 0.9rem;
    }

    .break_text2 > .break_text2_inner > p{
        font-size: 1.1rem;
        margin: 0.5rem 0px;
    }

    .hero{
        height: 80vh;
    }

    .hero_inner{
        height: calc(80vh - 10vh - 2vh);
        margin-bottom: 2vh;
    }

    .hero_inner > .lower > .right > .section1 > .img , .hero_inner > .lower > .right > .section2 > .img{
        width: 30px;
        margin: 12px;
    }

    .hero_inner > .upper > h1{
        display: block;
        font-size: 3rem;
    }

    .hero_inner > .lower > .left{
        background-image: none;
        background-color: var(--dark-color);
        padding: 0px 0px;
        aspect-ratio: 1/1;
        height: 100%;
        flex: unset;
    }

    .hero_inner > .lower > .right{
        flex-direction: row;
        height: 100%;
        flex: 1;
        aspect-ratio: unset;
        min-width: 0;
    }

    .hero_inner > .lower > .left > h1{
        display: none;
        font-size: 0.7rem;
    }

    .hero_inner > .upper{
        height: 85%;
        border-radius: 10px;
    }

    .hero_inner > .lower{
        height: 15%;
    }

    .hero_inner > .lower > .left{
        border-radius: 10px;
        padding-left: 12px;
    }
    .hero_inner > .lower > .right{
        border-radius: 10px;
    }

    .louder{
        height: 65vh;
    }

    .louder_inner{
        flex-direction: column;
        height: 100%;
        width: 90%;
        justify-content: start;
    }

    .louder_section1{
        margin-right: auto;
        width: 50%;
        height: fit-content;
    }

    .louder_section1 > h1{
        font-size: 1.1rem;
        text-align: left;
    }

    .louder_section2{
        width: 100%;
        height: 13%;
        flex: unset;
        justify-content: end;
    }

    .louder_section2 > .image{
        height: 100%;
        border-radius: 10px;
        width: 60%;
        background-position: center top;
    }

    .louder_section3{
        width: 100%;
        height: fit-content;
        justify-content: start;
    }

    .louder_section3 > h1{
        margin: 10px 0px;
        font-size: 2.8rem;
        text-align: center;
        writing-mode: horizontal-tb;
        transform: translateY(3px);
    }

    .louder_section4{
        width: 100%;
        height: 30%;
        position: relative;
    }

    .louder_section4_inner{
        transform: none;
        padding: none;
    }

    .louder_section4 > .main_heading{
        transform: none;
        margin: none;
    }
    
    .louder_section4_inner > .main_heading > h1{
        font-size: 7rem;
        writing-mode: horizontal-tb;
        transform: translateY(0.5rem);
    }

    .louder_section5{
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
        height: 20%;
    }

    .louder_section5 > .image{
        background-position: center 40%;
        border-radius: 10px;
        width: 80%;
    }
}
