* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100% !important;
}
body {
  position: relative;
}
br.blankText,
br.blankTextTwo {
    display: none;
}
@media(max-width: 1600px) {
    :root {
        --base-padding: 140px;
    }
    .portfolioSection .portfolioArticle {
        gap: 70px;
    }
    .portfolioBox {
        gap: 30px;
    }
    .subjectBox {
        margin-bottom: 50px;
    }
    .subjectBox .subjectIcon {
        height: 104px;
    }
    
    .contactArticle .thanksText {
        font-size: 14vw;
        top: 26.5%;
    }
    .thanksText {
        font-size: 18.5rem;
    }
}
@media(max-width: 1400px) {
    :root {
        --base-padding: 100px;
    }
    .bigSection .blogSection {
        padding-top: 75px;
    }
    .portfolioBox .contentPart .contentBox >ul li span {
        font-size: 3rem;
    }
    .introFlowerPicture {
        width: 300px;
        height: 300px;
        bottom: -100px;
    }
    .thanksText {
        font-size: 17.5rem;
        margin-bottom: -40px;
    }
}
@media(max-width: 1250px) {
    .thanksText {
        font-size: 16rem;
        margin-bottom: -35px;
    }
}
@media(max-width: 1200px) {
    :root {
        --base-padding: 80px;
    }
    * {
        font-size: 9px;
    }
    .portfolioBox .contentPart .buttonBox a span {
        font-size: 1.8rem;
    }
    .introSection .introContent {
        flex-flow: column;
    }
    .introSection .introLeft,
    .introSection .introRight {
        width: 100%;
    }
    .introSection .introRight {
        justify-content: right;
    }
    .introRight .introPictureOne {
        width: 250px;
        height: 250px;
    }
    .introRight .introPictureTwo {
        width: 250px;
        height: 600px;
    }
    .contactSection {
        padding-top: 50px;
    }
    .contactArticle .contactPicture {
        width: 250px;
        top: -32%;
    }
    .portfolioBox .contentPart .contentBox >ul li {
        font-size: 1.9rem;
    }
}
@media(max-width: 1050px) {
    .contactBox .textBox {
        font-size: 1.8rem;
    }
    .thanksText {
        font-size: 14vw;
        margin-bottom: -30px;
    }
    .contactBox .textBox header {
        font-size: 4rem;
    }
}
@media(max-width: 1000px) {
    :root {
        --base-padding: 60px;
    }
    .bigSection .blogSection {
        padding-top: 50px;
    }
    .portfolioBox {
        flex-flow: column;
    }
    .portfolioBox:nth-child(2n){
        flex-flow: column-reverse;
    }
    .portfolioBox .picturePart,
    .portfolioBox .contentPart {
        width: 100%;
    }
    .portfolioBox .contentPart {
        min-height: auto;
        gap: 30px;
    }
    .portfolioBox .picturePart div {
        height: 280px;
    }
    .introRight {
        margin-top: -15%;
    }
    .portfolioBox .contentPart .buttonBox a {
        margin-right: 30px;
    }
    .contactArticle .contactPicture {
        width: 200px;
        height: 360px;
        top: -25%;
    }
}
@media(max-width: 850px) {
    .introFlowerPicture {
        width: 200px;
        height: 200px;
        bottom: -10px;
    }
    .smallText {
        font-size: 2rem;
    }
    .portfolioSection .subjectBox {
        justify-content: flex-start;
    }
    .introRight .introPictureOne {
        width: 200px;
    }
    .contactArticle .contactBox {
        height: 250px;
    }
    * {
        font-size: 8px;
    }
    .subjectBox .subjectIcon {
        height: 92px;
        width: 40px;
    }
    :root {
        --menu-width: 90px;
        --menu-height: 83px;
        --menu-width-fold: 70px;
        --menu-height-fold: 59px;
    }
    .menuArticle ul::after {
        border-width: 15px;
        right: 29px;
    }
}
@media(max-width: 800px) {
    :root {
        --base-padding: 40px;
    }
    .contactBox .textBox p span {
        font-size: 2.1rem;
    }
    .contactBox .infoBox article a span,
    .contactBox .textBox p {
        font-size: 1.9rem;
    }
    .bigSection .blogSection {
        gap: 50px;
    }
    .menuArticle ul::after {
        border-width: 13px;
        right: 20px;
    }
}
@media(max-width: 720px) {
    .introRight .introPictureOne {
        margin-bottom: 50px;
    }
    .introRight .introPictureTwo {
        width: 220px;
    }
    .contactBox .textBox header,
    .contactBox .textBox header span {
        font-size: 3rem;
    }
    .contactArticle .contactPicture {
        width: 14vw;
        height: 25vw;
    }
    .contactArticle .contactBox {
        height: 200px;
    }
    .contactBox .textBox {
        transform: translateX(50px);
    }
    .contactBox .infoBox {
        width: 90%;
        transform: translate(0px, -50%);
    }
    .portfolioSection .portfolioArticle {
        padding: 0;
    }

}
@media(max-width: 650px) {
    .introRight {
        margin-top: 0px;
    }
    .introRight .introPictureOne {
        margin-bottom: 165px;
    }
    .contactBox .textBox header, .contactBox .textBox header span {
        width: 100%;
        text-align: center;
    }
    .thanksText {
        margin-bottom: -20px;
    }
}
@media(max-width: 550px) {
    .introFlowerPicture {
        width: 180px;
        height: 180px;
        bottom: 5px;
    }
    .subjectBox header span {
        font-size: 4rem;
    }
    .subjectBox .subjectIcon {
        height: 82px;
        width: 35px;
    }
    .subjectBox {
        margin-bottom: 30px;
    }
    .portfolioSection .portfolioArticle {
        padding: 0;
    }
    .contactArticle .contactPicture {
        top: -38%;
    }
    .contactArticle .contactBox {
        height: auto;
    }
    .contactBox .textBox {
        width: 100%;
        transform: none;
        padding: 20px var(--base-padding) 0;
    }
    .contactBox .infoBox {
        transform: none;
        height: auto;
        padding-bottom: 20px;
    }
    .contactBox .infoBox .phoneBox div,
    .contactBox .infoBox .emailBox div,
    .contactBox .infoBox .talkBox div {
        width: 20px;
        height: 20px;
    }
    .portfolioBox .picturePart div {
        height: 200px;
    }
    .contactBox .textBox p br,
    .portfolioBox .contentPart .contentBox p br {
        display: none;
    }
    .portfolioSection .portfolioArticle {
        gap: 50px;
    }
    .portfolioBox .contentPart .buttonBox a {
        min-width: 130px;
    }
    .portfolioSection .subjectBox {
        height: auto;
    }
    :root {
        --menu-width: 70px;
        --menu-height: 65px;
        --menu-width-fold: 60px;
        --menu-height-fold: 50px;
    }
    .menuArticle ul {
        margin-top: 20px;
    }
    .menuArticle ul::after {
        border-width: 10px;
        right: 24px;
    }
    
}
@media(max-width: 490px){
    :root {
        --base-padding: 30px;
    }
    * {
        font-size: 7px;
    }
    .subjectBox .subjectIcon {
        height: 73px;
        width: 31px;
    }
    .subjectBox header {
        margin-left: 15px;
    }
    /* .introLeft p span,
    .introLeft p {
        font-size: 1.9rem;
    }
    .introLeft p .bigName {
        font-size: 3rem;
    } */
    .subjectBox header{
        margin-left: 20px;
    }
    .portfolioBox .contentPart .buttonBox a {
        padding: 3px;
        max-height: 30px;
        height: auto;
    }
    .portfolioBox .contentPart .buttonBox a span {
        padding-top: 4px;
    }
    .portfolioBox .iconList li {
        width: 30px;
        height: 30px;
    }
    .portfolioBox .picturePart div {
        height: 280px;
    }
}
@media(max-width: 450px){
    .contactBox .infoBox {
        flex-flow: row wrap;
        margin-top: 10px;
    }
    .contactBox .infoBox {
        padding-bottom: 10px;
    }
    .contactBox .infoBox .phoneBox,
    .contactBox .infoBox .emailBox,
    .contactBox .infoBox .talkBox {
        width: 40%;
        height: auto;
    }
    .contactBox .infoBox article a {
        line-height: 100%;
    }
    .contactArticle .contactPicture {
        top: -29%;
    }
    .introLeft p span,
    .contactBox .textBox p span {
        font-size: 1.9rem;
    }
    .portfolioBox .contentPart .contentBox >ul li span {
        font-size: 2.9rem;
        letter-spacing: -0.3rem;
    }
    .portfolioBox .contentPart {
        gap: 20px;
    }
    .introLeft p {
        letter-spacing: -0.3rem;
    }
    br.blankText {
        display: block;
    }
    .portfolioBox .picturePart div {
        height: 230px;
    }
    :root {
        --menu-width: 50px;
        --menu-height: 46px;
        --menu-width-fold: 50px;
        --menu-height-fold: 46px;
    }
    .menuArticle ul {
        margin-top: 8px;
    }
    .menuArticle ul::after {
        right: 13px;
    }
    .introRight .introPictureTwo {
        max-height: 490px;
    }
}
@media(max-width: 385px){
    :root {
        --base-padding: 20px;
    }
    .introLeft p .bigName {
        font-size: 2.5rem;
    }
    .introLeft p {
        font-size: 1.9rem;
    }
    .portfolioBox .contentPart .contentBox >ul li span {
        font-size: 2.7rem;
    }
    .subjectBox header span {
        font-size: 2.8rem;
    }
    .subjectBox .subjectIcon {
        height: 64px;
        width: 28px;
    }
    .portfolioBox .contentPart .contentBox p,
    .portfolioBox .contentPart .contentBox >ul li {
        font-size: 13px;
    }
    .portfolioBox .contentPart .contentBox >ul li:nth-child(3) {
        letter-spacing: -0.2rem;
    }
    .thanksText {
        font-size: 13vw;
    }
    .thanksText {
        margin-bottom: -14px;
        padding-left: 40px;
    }
    .portfolioBox .picturePart div {
        height: 210px;
    }
}
@media(max-width: 340px){
    .portfolioBox .contentPart .contentBox >ul li span {
        font-size: 2.5rem;
    }
    .thanksText {
        font-size: 12.5vw;
    }
    .contactArticle .contactPicture {
        top: -25%;
    }
    .notificationText {
        text-align: center;
        font-size: 13px;
    }
    br.blankTextTwo {
        display: block;
    }
}