* {box-sizing: border-box}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4vw;
    margin:0;
    padding:0;
    font-weight:normal;
}

.youtube {
    height: 100%;
    width: 100%;
}

.frame {
    height: 260px;
}

.top_bar{
    position:fixed;
    width:99%;
    top:0.5vw;
    display:flex;
    flex-direction: row;
    padding:0vw;
    left:50%;
    transform: translate(-50%, 0%);
    padding-left: 3vw;
    padding-right: 3vw;
    background:rgba(162, 161, 156, 0.1);
    border-radius: 1.5vw;
    backdrop-filter: blur(10px);
    z-index:10;
    height:4vw;
}

.placeholder{
    height:4vw;
    width:90%;
}

#reference-anchor{
    position:relative;
    top:-10vw;
}

#about-anchor{
    position: relative;
    top:-10vw;
}

.heading{
    flex:1;
}

h1, h2, h3, h4, h5 span{
    font-size: 1.5vw;
    font-weight:normal;
}

a.linktext{
    color:darkblue;
    text-decoration:underline;
}

a.linktext:visited{
    color:darkblue;
    text-decoration:underline;
}

.home-button{
    line-height: 55%;
}

.link_button{
    border: solid black 1px;
    padding:1%;
    width:100%;
    text-align: center;
    margin-top:1%;        
}

.link_button a{
    display:inline-block;
    width:100%;
}

.subtext{
    font-size:0.8vw;
}

h2 {
    font-weight: 100;
    margin:0;
    padding:0;
}

.sub-text{
    font-size: 0.9vw;
    margin-bottom:1vw;
    color:grey;
}

h3{
    margin:0;
}

strong{
    font-size:1.4vw;
}

#typed{
    font-size:2.5vw;
}

.menu{
    flex:5.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation_items{
    overflow: hidden;
    position:fixed;
    display:flex;
    flex-direction:row;
    width:67%;
    justify-content:space-between;
}

.nav_item{
    padding-right:0.5vw;
    margin-right:2vw;
    padding-left:0.5vw;
    margin-left:2vw;
    font-size:1.1vw;
    text-decoration:none;
    flex:1;
}

.liftline-wrapper{
    width:79%;
    height:100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    left:18%;
}

.lift{
    height:100%;
    width:10%;
    top:1vw;
    position: relative;
    display: inline-block;
    padding: 0 2rem;
    animation: scroll-item 11s linear infinite; /* Adjust timing as needed */
    transition: opacity 10s cubic-bezier(.65,.05,.36,1);
}

@keyframes scroll-item {
    0% {
        transform: translateX(14%);
    }
    100% {
        transform: translateX(-95%); /* Adjust based on total width */
    }
}

.plane-wrapper{
    width:100%;
    height:100%;
    overflow:hidden;
    position:absolute;
    white-space: nowrap;
}

.plane{
    height:400%;
    width:16%;
    top:-174%;
    left:-50%;
    position:relative;
    display: inline-block;
    animation: scroll-item2 30s linear infinite; /* Adjust timing as needed */
}

@keyframes scroll-item2 {
    0% {
        transform: translate3d(1000%,-40%,0) rotateZ(-30deg);
    }
    12.5%{
        transform: translate3d(900%,-15%,0) rotateZ(-10deg);
    }
    25% {
        transform: translate3d(800%,0%,0) rotateZ(0deg);
    }
    50% {
        transform: translate3d(650%,0%,0) rotateZ(0deg);
    }
    75% {
        transform: translate3d(500%,0%,0) rotateZ(0deg);
    }
    100% {
        transform: translate3d(300%,-40%,0) rotateZ(30deg);
    }
}

.item-1, .item-2, .item-3, .item-4, .item-5{
    opacity: 0;
}

.item-1{
    transition: opacity 0.1s ease, visibility 0.1s ease 0.1s;
}

.item-2{
    transition: opacity 0.2s ease, visibility 0.2s ease 0.2s;
}

.item-3{
    transition: opacity 0.3s ease, visibility 0.3s ease 0.3s;
}

.item-4{
    transition: opacity 0.2s ease, visibility 0.2s ease 0.2s;
}

.item-5{
    transition: opacity 0.1s ease, visibility 0.1s ease 0.1s;
}

.nav_item:hover{
    transform:scale(.95);
    transition: transform 0.3s ease-in-out;
    color:rgb(67, 67, 67);
}

a{
    text-decoration: none;
    color:black;
}

.menuv2{
    flex:6.2;
}

.menuv3{
    flex:8;
}

.menuv4{
    flex:5.5;
}

.menu_line{
    border-bottom: solid .15vw black;
    display: inline-block;
    width:100%;
    transition: width 0.3s ease-in-out;
}

.div_line{
    border-bottom: solid .15vw black;
    display: inline-block;
    width:100%;
}

.content{
    display:flex;
    flex-direction:column;
    position:relative;
}

.welcome-message{
    height:5vw;
    position: relative;
    overflow: hidden;
    width:100%;
    padding-top: 3vw;
    padding-bottom:3vw;
    margin-left:1%;
    font-family: "Cutive", serif;
    display:flex;
    align-items: center;
    z-index:3;
}

.description{
    font-family: "Cutive", serif;
    position: relative;
    z-index:9;
    margin-left:1%;
}

.descriptiontext{
    width:35%;
    line-height: 150%;
}

.description h2{
    font-size:1vw;
}

.background-imgs{
    max-height:max-content;
}

.section_2, .section_1{
    display:flex;
    flex-direction:column;
}

.section_2, .section_3, .section_4, .section_5{
    margin-top:3vw;
}

.work_titles{
    width:100%;
    text-align: center;
}

.rerow{
    margin-top:0;
}

.container_1 {
    position:relative;
    display:flex;
    flex-direction:row;
    padding:1.5vw;
    left:0;
    padding-left:3vw;
    padding-right:3vw;
    z-index:2;
}

.second_bar, .third_bar, .fourth_bar, .fifth_bar {
    width:99%;
    transform: translate(-50%, 0%);
    position:relative;
    left:50%;
}

.column_1{
    flex:10;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
}

.column_2{
    flex:14;
    overflow: hidden;

}

.column_3{
    flex:10;
}

.column_4{
    display:flex;
    flex:1;
    flex-direction:column;
    align-items: flex-start;
    justify-content: center;
    padding:1vw;
}

.column_2v2 {
    display:flex;
    justify-content: center;
    align-items: center;
    padding:2vw;
    margin:0.5vw;
    border: solid 0.5px black;
    width:24%;
    height:34vw;
}

.container_2, .container_3{
    display:flex;
    flex-direction:row;
    padding-top:1.5vw;
    padding-left:4vw;
    padding-right:4vw;
    align-items: center;
}

.container_3{
    flex-direction:column;
    padding-left: 6vw;
    padding-right: 6vw;
}

.container_4{
    display:flex;
    flex-direction:row;
}

.swiper-container{
    width:100%;
    height:41vw;
    overflow-x: hidden;
    max-height:min-content;
    position:absolute;
    top:5.5vw;
    z-index:1;
}

.swiper-wrapper{
    width:100%;
    height:100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
  }	

.img_slide {
    width:100%;
    height:100%;
    background:#F6F5F5;
}

.img_text, .img_text2, .img_text3{
    position:fixed;
    right:10vw;
}

.img_text{
    color:black;
    bottom:6vw;
    font-weight: bold;
}

.img_text2{
    color:rgb(67, 67, 67);
    bottom:8vw;
}

.img_text3{
    color:rgb(67, 67, 67);
    bottom:4vw;
}

.image-link{
    height:100%;
    width:100%;
}

button{
    padding:1vw;
    font-size:1.5vw;
    font-weight: 100;
    padding-left:5vw;
    padding-right:5vw;
    background:white;
    border:solid black 0.5px;
    cursor:pointer;
    width:fit-content;
    margin-bottom:0.5vw;
    margin-top:0.5vw;
    height:4vw;
    transition: transform 0.3s ease-in-out;
    position:relative;
}

.button{
    cursor: pointer;
}

button:hover{
    transform:scale(0.982);
}

.button_a, .button_b, .button_c, .button_d, .button_e {
    width:45%;
}

.button-text{
    display: inline;
    z-index:2;
    position:absolute;
    width: fit-content;
    left: 0%;
    top: 50%;
    padding:3%;
    transform: translate(0%, -50%);
}

.slider-thumb{
    width:100%;
    height:100%;
    position:absolute;
    top:0%;
    left:0%;
    overflow: hidden;
}

.slider-thumb.animate::before {
    animation-play-state: running;
}

.slider-thumb::before {
    animation-play-state: paused;
	position: absolute;
    overflow: hidden;
    opacity:1;
    transition: opacity 1s ease-out, visibility 0s linear 1s;
	content: "";
	left: 0%;
	top: 0%;
	width: 60%;
	height: 200%;
    background: #b2b2b2;
	border-radius: 120% 73% 82% 75% / 85% 72% 80% 66%;
	will-change: border-radius, transform, opacity;
	animation: sliderShape 15s linear infinite;
	display: block;
	z-index: 0;
	-webkit-animation: sliderShape 30s linear infinite;
}

.slider-thumb:hover::before {
    background: #037D02;
}

@keyframes sliderShape{
  0%{
    border-radius: 62% 68% 70% 60% / 58% 95% 99% 60%;
    transform: translate3d(0%,-100%,0) rotateZ(0.01deg);
  }
  25%{
    border-radius: 94% 90% 146% 54% / 98% 74% 71% 97%;
  }
  50%{
    border-radius: 77% 77% 90% 95% / 100% 100% 94% 55% ;
  }
  75%{
    border-radius: 95% 98% 56% 64% / 60% 60% 56% 94% ;
  }
  100%{
    border-radius: 81% 58% 92% 90% / 85% 95% 85% 75%;
    transform: translate3d(-100%,90%,0) rotateZ(-10deg); 
  }
}

.slider-thumb2{
    width:100%;
    height:100%;
    position:absolute;
    top:0%;
    left:0%;
    overflow: hidden;
}

.slider-thumb2.animate::before {
    animation-play-state: running;
}

.slider-thumb2::before {
    animation-play-state: paused;
	position: absolute;
    overflow: hidden;
    opacity:1;
    transition: opacity 1s ease-out, visibility 0s linear 1s;
	content: "";
	left: 0%;
	top: 0%;
	width: 30%;
	height: 200%;
    background: #FFB000;
	border-radius: 120% 73% 82% 75% / 85% 72% 80% 66%;
	will-change: border-radius, transform, opacity;
	animation: sliderShape2 30s linear infinite;
	display: block;
	z-index: 0;
	-webkit-animation: sliderShape2 20s linear infinite;
}

@keyframes sliderShape2{
  0%{
    border-radius: 62% 68% 70% 60% / 58% 95% 99% 60%;
    transform: translate3d(0%,-180%,0) rotateZ(-5deg);
  }
  25%{
    border-radius: 94% 90% 146% 54% / 98% 74% 71% 97%;
  }
  50%{
    border-radius: 77% 77% 90% 95% / 100% 100% 94% 55% ;
  }
  75%{
    border-radius: 95% 98% 56% 64% / 60% 60% 56% 94% ;
  }
  100%{
    border-radius: 81% 58% 92% 90% / 85% 95% 85% 75%;
    transform: translate3d(35%,120%,0) rotateZ(-20deg); 
  }
}

.slider-thumb3{
    width:100%;
    height:100%;
    position:absolute;
    top:0%;
    left:0%;
    overflow: hidden;
}

.slider-thumb3.animate::before {
    animation-play-state: running;
}

.slider-thumb3::before {
    animation-play-state: paused;
	position: absolute;
    overflow: hidden;
    opacity:1;
    transition: opacity 1s ease-out, visibility 0s linear 1s;
	content: "";
	left: 50%;
	top: 0%;
	width: 60%;
	height: 200%;
    background: #c7c7c7;
	border-radius: 120% 73% 82% 75% / 85% 72% 80% 66%;
	will-change: border-radius, transform, opacity;
	animation: sliderShape3 18s linear infinite;
	display: block;
	z-index: 0;
	-webkit-animation: sliderShape3 40s linear infinite;
}

.slider-thumb3:hover::before {
    background: #FFF7EA;
}

@keyframes sliderShape3{
  0%{
    border-radius: 62% 68% 70% 60% / 58% 95% 99% 60%;
    transform: translate3d(100%,00%,0) rotateZ(-22deg);
  }
  25%{
    border-radius: 94% 90% 146% 54% / 98% 74% 71% 97%;
  }
  50%{
    border-radius: 77% 77% 90% 95% / 100% 100% 94% 55% ;
  }
  75%{
    border-radius: 95% 98% 56% 64% / 60% 60% 56% 94% ;
  }
  100%{
    border-radius: 81% 58% 92% 90% / 85% 95% 85% 75%;
    transform: translate3d(-100%,-110%,0) rotateZ(0deg); 
  }
}

.slider-thumb4{
    width:100%;
    height:100%;
    position:absolute;
    top:0%;
    left:0%;
    overflow: hidden;
}

.slider-thumb4.animate::before {
    animation-play-state: running;
}

.slider-thumb4::before {
    animation-play-state: paused;
	position: absolute;
    overflow: hidden;
    opacity:1;
    transition: opacity 1s ease-out, visibility 0s linear 1s;
	content: "";
	left: 0%;
	top: 0%;
	width: 40%;
	height: 200%;
    background: #dddddd;
	border-radius: 120% 73% 82% 75% / 85% 72% 80% 66%;
	will-change: border-radius, transform, opacity;
	animation: sliderShape4 25s linear infinite;
	display: block;
	z-index: 0;
	-webkit-animation: sliderShape4 35s linear infinite;
}

.slider-thumb4:hover::before {
    background: #006AAB;
}


@keyframes sliderShape4{
  0%{
    border-radius: 62% 68% 70% 60% / 58% 95% 99% 60%;
    transform: translate3d(-110%,0%,0) rotateZ(0deg);
  }
  25%{
    border-radius: 94% 90% 146% 54% / 98% 74% 71% 97%;
  }
  50%{
    border-radius: 77% 77% 90% 95% / 100% 100% 94% 55% ;
  }
  75%{
    border-radius: 95% 98% 56% 64% / 60% 60% 56% 94% ;
  }
  100%{
    border-radius: 81% 58% 92% 90% / 85% 95% 85% 75%;
    transform: translate3d(300%,0%,0) rotateZ(25deg); 
  }
}

.slider-thumb5{
    width:100%;
    height:100%;
    position:absolute;
    top:0%;
    left:0%;
    overflow: hidden;
}

.slider-thumb5.animate::before {
    animation-play-state: running;
}

.slider-thumb5::before {
    animation-play-state: paused;
	position: absolute;
    overflow: hidden;
    opacity:1;
    transition: opacity 1s ease-out, visibility 0s linear 1s;
	content: "";
	left: 0%;
	top: 0%;
	width: 50%;
	height: 200%;
    background: #cacaca;
	border-radius: 120% 73% 82% 75% / 85% 72% 80% 66%;
	will-change: border-radius, transform, opacity;
	animation: sliderShape5 15s linear infinite;
	display: block;
	z-index: 0;
	-webkit-animation: sliderShape5 55s linear infinite;
}

.slider-thumb5:hover::before {
    background: #FF1D25;
}

@keyframes sliderShape5{
  0%{
    border-radius: 62% 68% 70% 60% / 58% 95% 99% 60%;
    transform: translate3d(-80%,-350%,0) rotateZ(-30deg);
  }
  25%{
    border-radius: 94% 90% 146% 54% / 98% 74% 71% 97%;
  }
  50%{
    border-radius: 77% 77% 90% 95% / 100% 100% 94% 55% ;
  }
  75%{
    border-radius: 95% 98% 56% 64% / 60% 60% 56% 94% ;
  }
  100%{
    border-radius: 81% 58% 92% 90% / 85% 95% 85% 75%;
    transform: translate3d(90%,80%,0) rotateZ(-10deg); 
  }
}

.slider-thumb6{
    width:100%;
    height:100%;
    position:absolute;
    top:0%;
    left:0%;
    overflow: hidden;
}

.slider-thumb6.animate::before {
    animation-play-state: running;
}

.slider-thumb6::before {
    animation-play-state: paused;
	position: absolute;
    overflow: hidden;
    opacity:1;
    transition: opacity 1s ease-out, visibility 0s linear 1s;
	content: "";
	left: 0%;
	top: 0%;
	width: 30%;
	height: 200%;
    background: #FF1D25;
	border-radius: 120% 73% 82% 75% / 85% 72% 80% 66%;
	will-change: border-radius, transform, opacity;
	animation: sliderShape2 10s linear infinite;
	display: block;
	z-index: 0;
	-webkit-animation: sliderShape2 30s linear infinite;
}

.slider-thumb6::before:hover{
    background:grey;
}

@keyframes sliderShape6{
  0%{
    border-radius: 62% 68% 70% 60% / 58% 95% 99% 60%;
    transform: translate3d(0%, 100%,0) rotateZ(-5deg);
  }
  25%{
    border-radius: 94% 90% 146% 54% / 98% 74% 71% 97%;
  }
  50%{
    border-radius: 77% 77% 90% 95% / 100% 100% 94% 55% ;
  }
  75%{
    border-radius: 95% 98% 56% 64% / 60% 60% 56% 94% ;
  }
  100%{
    border-radius: 81% 58% 92% 90% / 85% 95% 85% 75%;
    transform: translate3d(35%,120%,0) rotateZ(-20deg); 
  }
}

.button_f {
    margin-top:1vw;
    width:100%;
    color:black;
}

.bottom_banner{
    position:fixed;
    background:lightcoral;
    height:50%;
    font-size:1vw;
    right:0;
    bottom:50%;
    transform: translate(0%, 50%);
    z-index:99999;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    width:2%;
}

.bottom_banner h2{
    font-size:1vw;
    color:white;
    transform: rotate(270deg);
    width:50vh;
    position:fixed;
}

iframe {
    width:100%;
    height:40vw;
}

ul {
    font-size:1vw;
}

.normal-list, .delmobile, .sub-text{
    background: white;
}

.normal-list li{
    margin-bottom:0.5vw;
}

.text_spacer{
    margin-left:7vw;
    background: white;
}

hr{width:40%;}

.sub_container{
    width:80%;
    margin-left:1vw;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction:column;
    height:100%;
}

.menutype{
    position:absolute;
    background:rgb(88, 88, 88);
    padding:0.5vw;
    border-radius: 10% 10% 10% 10% / 10% 10% 10% 10%;
    color:white;
    top:50%;
    transform: translate(-50%, -50%);
    left:54%;
    font-size: 1vw;
    display: initial;
}

.textfixer{
    height:2vw;
}

.text_container{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height:7vw;
    margin-left:1vw;
    position:relative;
}

@keyframes flutterAnimation {
    0%, 100% { opacity: 1; transform: translateY(0); }
    50% { opacity: 0; transform: translateY(-10px); }
  }
  
  .flutterText {
    font-family: 'Open Sans', sans-serif; /* Example font */
    animation: flutterAnimation 0.5s ease-in-out;
  }

.squares {
    height:15vw;
    border:solid 0.5px black;
    padding:1vw;
    margin:0.5vw;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1vw;
}

.container_5{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.positions_text{
    max-width:fit-content;
    display:block;
}

.resume {
    height:53vw;
}

.reference{
    padding:0;
    margin:0;
    width:100%;
    text-align:center;
}

p.reference{
    margin-bottom:0.5vw;
    
}

.contact{
    padding:0;
    margin:0;
    font-size:1.1vw;
}

.company{
    font-size:1vw;
}

.recommendation{
    cursor: pointer;
}

.summary{
    padding:0;
    padding-top:2vw;
    margin:0;
}

footer{
    margin-top:2vw;
    display:flex;
    flex-direction:column;
    justify-content: center;
}

.button-list li{
    margin-bottom:1vw;
    background: rgba(162, 161, 156, 0.1);
    width:fit-content;
    cursor: pointer;
    padding:0.1vw;
    padding-right:0.5vw;
    padding-left:0.5vw;
    border-radius: 10px;
}

.green{
    background: #006AAB;
    color:white;
}

.button_1, .button_2{
    font-size:1vw;
    font-weight: bold;
    color:rgb(74, 74, 74);
}

.button_2:hover{
    color:#296fca;
    font-size:0.9vw;
    font-style: bold;
}

.button_1:hover{
    font-size:0.9vw;
    font-style: bold;
    color:orange
}

.button_1:active{
    color:orange;
}

#colorImage{
    width:100%;
    height:20vw;
    object-fit: cover;
    object-position: 00% 86%;
}

.modal-open{
    overflow: hidden;
}

.modal100 {
    width:95%;
    height:95%;
    background-color: white;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.workdescription {
    font-size: 1vw;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.modal-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    width: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.close-button {
    position: absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    right:10px;
    top:10px;
    cursor: pointer;
    font-size:4vw;
    width:50px;
    height:50px;
    z-index:10;
    color:black;
    background:rgba(162, 161, 156, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 25% 25% 25% 25% / 25% 25% 25% 25%;
}

.close-button:hover {
    color:darkred;
    font-size: 4vw;
}

.content-gallery{
    display:flex;
    justify-content:flex-start;
    align-items: center;
    width:100%;
    height:100%;
}

.description-modal{
    flex:2;
}

.content-description{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow-y: scroll;
    height:80vh;
}

.modal-image{
    width:100%;
    object-fit: fill;
}

.greyscale{
    filter: grayscale(1);
}

.sample-cover{
    width:50%;
    transition: transform 0.3s ease-in-out;
}

.click-me-box{
    cursor:pointer;
    height:18vw;
    width:18vw;
    filter:grayscale(1);
    transition: transform 0.3s ease-in-out;
}

.click-me-box:hover{
    box-shadow: 1px 1px 1px 1px #C8C8C8;
    transition: transform 0.3s ease-in-out;
    transform: scale(1.03);
    filter:grayscale(0);
}

.space-content{
    justify-content: space-between;
}

hr.hover-line, hr.hover-line-bottom {
    border: none;
    height: 1px;
    background-color: black; 
    margin: 10px 0; 
    transition: transform 0.3s ease-in-out;
}

h1.home-button{
    height:90%;
}

h1.home-button:hover{
    color:rgb(67, 67, 67);
}

p.contact.hover-line-bottom{
    transition: transform 0.3s ease-in-out;
}

h3.reference.hover-line{
    transition: transform 0.3s ease-in-out;
}

.click-me-box:hover > hr.hover-line {
    transform: translateY(-0.5vw);
}

.click-me-box:hover > hr.hover-line-bottom {
    transform: translateY(0.5vw);
}

.click-me-box:hover > h3.reference.hover-line {
    transform: translateY(-0.5vw);
}

.click-me-box:hover > p.contact.hover-line-bottom {
    transform: translateY(0.5vw);
}

.click-me-box:hover > img.sample-cover {
    transform: scale(1.01);
}

.work-title{
    width:100%;
    text-align: center;
    margin:0.8vw;
}

.contact-button{
    position:fixed;
    width:fit-content;
    display:flex;
    justify-content: center;
    align-items: center;
    height:4vw;
    bottom:2vw;
    right:2vw;
    border:solid 1px black;
    cursor:pointer;
    z-index:10;
    background-color: #1f26228d;
    backdrop-filter: blur(10px);
    transition: background-color 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.contact-button:hover{
    transform:scale(.95);
    background-color: #035e32c0;
}

.contact-text{
    text-align: center;
    padding:1vw;
    color:white;
}

.contact-info{
    width:100%;
    margin-left:1vw;
}

.inner-menu{
    width:90%;
    left:50%;
    transform: translate(-50%, 0%);
    display:flex;
    flex-direction:row;
    justify-content: center;
    position:fixed;
    top:4.5vw;
    z-index:9;
    background:rgba(162, 161, 156, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 1.5vw;
}

.mini-button{
    font-size:1vw;
    padding:0.5vw;
    margin:1vw;
    padding-top: 1vw;
    padding-bottom: 1vw ;
}

.modal40{
    padding:3vw;
    height:50%;
    width:70%;
}

.phone_menu {
    display:none;
  }

  .hamburger {
    position:relative;
    z-index:100;
    border: none;
    background: none;
    cursor: pointer;
    line-height: 10px;
    letter-spacing:-6px;
    font-size:30px;
    color:black;
    right:4vw;
    padding:0;
    margin:0;
    width:15%;
    height:100%;
    display:flex;
    justify-content: end;
    align-items: start;
  }
  
  .menuIcon {
    position:relative;
    font-style: normal;
    display:inline-block;
    height:min-content;
    top:-15px;
  
  }
  
  .closeIcon {
    display:none;
    padding-right: 5px;
    font-style: normal;
    margin-top: 10px;
    color:black;
  }
  
  .burgermenu{
    position: fixed;
    transform: translateY(-110%);
    transition: transform 0.2s;
    height:fit-content;
    top:0;
    left:30%;
    right:0;
    bottom:0;
    z-index:99;
    background:#F7F7F8;
    color:black;
    list-style: none;
    padding-top: 4rem;
    line-height: 5;
    padding-left:0;
    padding-right:5%;
    text-align: right;
  }
  
  .menuItem1 {
    color:black;
    text-decoration:none;
    font-size: max(25px, 2vw);
    margin-top:20px;
  }
  
  a.menuItem1 {
    --fill-color: black;
    position: relative;
    display: inline;
    padding: 4px 0;
    margin: 1vw;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s linear;
  }
  
  .showMenu {
    transform: translateY(-4%);
    padding-top: 20vh;
    padding-bottom:80vh;
  }

  .modal-in-modal-header{
    margin:0;
  }

  .popup{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(94, 94, 94, 0.267);
    z-index:10000;
    display:none;
    justify-content: center;
    align-items: center;
  }
  .introduction_popup{
    width:60%;
    height:90%;
    background:white;
    display:flex;
    align-items: center;
    justify-content: center;
    position:absolute;
  }
  .popup_content{
    display:flex;
    flex-direction:column;
    width:90%;
    height:90%;

  }
  .introduction_title{
    text-align:center;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    flex:2;
  }
.introduction_title h3{
    font-size:max(15px, 2vw);
  }
  .introduction_content{
    flex:20;
    overflow-y: scroll;
  }

  .popup_image{
    height:15vw;
    object-fit: cover;
    object-position: 0% 25%;
  }

  .worklist li{
    margin-bottom: 1vh;
  }

  .parallax{
    background-image: url(aboutme.webp);
    height:10vh;
    width:90vw;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }

  #certification-anchor{
    background-image: url(Background1.webp);
    filter: grayscale(50%);
    height:100%;
    width:100%;
    background-attachment: fixed;
    background-position:right;
    background-size: cover;    
  }

@media screen and (max-width:1100px){
    .click-me-box.hover {
        box-shadow: 1px 1px 1px 1px #C8C8C8;
        transition: transform 0.3s ease-in-out;
        transform: scale(1.03);
        filter: grayscale(0);
    }
    .link_button {
	font-size: 3.2vw;
    }
    .modal-in-modal {
	    height: 100%;
        padding:0;
    }
    .modal100 {
        height:40%;
        min-height: 500px;
    }
    .content-description {
	    height: 100%;
    }
    .description-modal {
        height: 82%;
    }
    .parallax{
        background-size:contain;
    }
    .subtext{
        font-size:0.9vw;
    }
    .swiper-container{
        height:42vw;
    }
    .column_1{
        justify-content: center;
    }
    .description{
        font-size: 3vw;
    }
    .menu_line{
        display:none;
    }
    a {
        text-decoration: none;
      }
    a, button {
        color: black; /* Set text color to black */
      }
    a:visited, a:hover, a:active {
        color: black;
      }
    a.linktext{
    color:darkblue;
    text-decoration:underline;
    }

    a.linktext:visited{
    color:darkblue;
    text-decoration:underline;
    }

    .phone_menu{
        width:100%;
        text-align:center;
        height:fit-content;
        display:flex;
        justify-content: end;
        align-items: start;
    }

    .navigation_items{
        display:none;
    }

    li {max-height:15vw;}

    .column_1{
        flex:12;
    }

    button{
        padding:2vw;
    }

    .button_1, .button_2, .normal-list{
        font-size:1.5vw;
    }

    .button-list li{
        padding-top:0.5vw;
        padding-bottom:0.5vw;
    }

    .text_spacer{
        margin-left:3vw;
    }

    .resume{
        height:60vw;
    }

    .modal-content{
        width:70%;
    }

    .sub-text{
        font-size:1.1vw;
    }

    .sub_container{
        width:100%;
        height:78%;
        margin-right:0;
        margin-left:0;
    }

    .modal-image{
        width:100%;
    }

    .resume{height:53vw;}

    .iframe-content{
        height:85%;
    }

    .pdf{
        height:100%;
    }

    .close-button{
        height:30px;
        width:30px;
    }

    .container_2{
        justify-content: flex-start;
        align-items: flex-start;
    }

    .second_bar, .third_bar, .fourth_bar, .fifth_bar{
        margin-top:1.5vw;
        margin-bottom: 1.5vw;
    }
}

@media screen and (max-width:950px){
    .resume{height:55vw;}
}

@media screen and (max-width:900px){
    .resume{height:60vw;}
}

@media screen and (max-width:850px){
    .resume{height:68vw;}
    .menuIcon{
        top: -15px;
    }
}

@media screen and (max-width:800px){
    .bottom_banner{
        width: 4%;
        height:35%;
    }
    .bottom_banner h2{
        font-size:3vw;
    }
    #reference-anchor{
        top:-50vw;
    }
    #about-anchor{
        top:-15vw;
    }
    .content-gallery{
        flex-direction: column;
    }
    .rerow{
        order:1;
        margin-top:5vh;
    }
    .description-modal{
        width:100%;
        order:2;
        flex:5;
    }
    .work_titles{
        font-size: 3vw;
        margin-bottom:1vh;
    }
    h3.reference {
        font-size: 2vw;
    }
    p.reference {
        font-size: 2.2vw;
    }

    p.contact{
        font-size: 2vw;
    }

    .content-description{
        padding-left:12%;
        overflow-y: scroll;
        height:55vh;
    }
    .modal100{
        height: 98%;
    }
    .modal-in-modal-header{
        font-size: 3.25vw;
        padding:0;
        margin:0;
    }
    .workdescription{
        font-size: 2.75vw;;
    }
    .worklist{
        font-size:2.75vw;
    }

    .space-content{
        align-items: center;
        justify-content: center;
        padding-left:0;
        padding-right:0;
    }
    .click-me-box{
        min-height:23vw;
        min-width:23vw;
    }
    .subtext{
        font-size:2vw;
    }
    .home-button{
        line-height: 60%;
    }
    .swiper-container{
        display:none;
    }

    .welcome-message{
        height:10vw;
        align-items: flex-end;
    }

    #typed{
        height:10vw;
        display:flex;
        align-items: end;
    }
    .column_1{
        height:100%;
    }
    
    .welcome-message{
        top:1vw;
        padding-top:1vw;
        padding-bottom:1vw;
        z-index: 100;
    }
    .placeholder{
        height:7vh;
    }
    .descriptiontext{
        width:90%;
        margin-top:5vw;
        margin-bottom:3vw;
        line-height:135%;
    }
    .description h2{
        font-size: 3vw;;
    }
    #typed, .typed-cursor{
        font-size:6vw;
    }
    .home-button{
        font-size:3.5vw;
    }
    
    .top_bar{
        height:8vh;
        background: #F4F4F4;
        top:0;
    }

    .placeholder{
        height:8vh;
    }

    .hamburger{
        font-size: 50px;
        line-height:14px ;
    }
    .img_text{
        bottom:10vw;
        font-size:2vw;
    }

    .img_text2{
        bottom:7vw;
        font-size:2vw;
    }

    .img_text3{
        bottom:4vw;
        font-size:2vw;
    }

    .text_container{
        height:15vw;
        top:0.5vw;
    }
    .positions_text{
        font-size:3vw;
    }
    .textfixer{
        height:4vw;
    }
    .section_1{
        position:relative;
        top:1vw;
    }
    .slider-thumb::before{
        background:#037D02;
    }
    .slider-thumb2::before{
        background: #FF1D25;
    }
    .slider-thumb5::before{
        background: #FFF7EA;
    }
    .slider-thumb4::before{
        background: #006AAB;
    }
    .swiper-container{
        height:150vw;
        width:100%;
    }
    
    .section_1{
        height:137vw;
    }

    .button_a, .button_b, .button_d, .button_e{
        width:100%;
        height:43vw;
    } 

    .button_c{
        display: none;
    }

    button{
        margin:0;
    }

    .button-text{
        left:50%;
        transform:translate(-50%, -50%);
        font-size: 4vw;
    }

    .slider-thumb4::before{
        width:90%;
    }

    .slider-thumb::before{
        width:70%;
    }

    .slider-thumb5::before{
        width:60%;
        height:60%;
    }

    @keyframes sliderShape5{
        0%{
          border-radius: 62% 68% 70% 60% / 58% 95% 99% 60%;
          transform: translate3d(150%,-250%,0) rotateZ(-30deg);
        }
        25%{
          border-radius: 94% 90% 146% 54% / 98% 74% 71% 97%;
        }
        50%{
          border-radius: 77% 77% 90% 95% / 100% 100% 94% 55% ;
        }
        75%{
          border-radius: 95% 98% 56% 64% / 60% 60% 56% 94% ;
        }
        100%{
          border-radius: 81% 58% 92% 90% / 85% 95% 85% 75%;
          transform: translate3d(-100%,100%,0) rotateZ(-10deg); 
        }
      }

    .slider-thumb2::before{
        width:100%;
        height:90%;
    }

    .sub_container{
        display: grid;
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: auto auto auto; 
        gap: 5px;
    }

    .swiper-slide{
        width:100%;
    }

    a.image-link{
        width:100%;
        height:100%;
    }

    .container_1v2{
        flex-direction: column-reverse;
        height:133vw;
    }

    .sub_container{
        flex-direction: column;
        justify-content: space-between;
    }

    .heading{
        flex:5;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        font-size:3.5vw;
    }

    h1{font-size: 3vw;}

    .menuIcon{
        transform: scale(.7);
    }
    #certification-anchor{
        flex-direction:column;
        align-items: center;
        background:white;
    }
    .resume{
        display: none;
    }
    .button_f{
        width:92vw;
        height:10vw;
    }
    .text_spacer{
        margin-left: 0;
        width: 93vw;
    }
    .squares{
        height:40vw;
        font-size:3vw;
    }
    .normal-list{
        display:none;
    }
    .delmobile{
        display:none;
    }
    .column_2v2{
        height:42vw;
        padding:0;
        margin:1px;
    }
    .middlemobile{
        margin-right:0.5vw;
        margin-left:0.5vw;
    }
    .recommendation{
        display:none;
    }
    hr{
        display:none;
    }
    .section_2{
        order:2;
    }
    .section_3{
        order:1;
    }
    .section_4{
        order:4;
    }
    footer{
        order:5;
    }
    .sub-text{
        display:none;
    }
    .company{
        font-size:2vw;
    }
    .iframe-content{
        width:90%;
        height:90%;
    }
    strong{
        font-size:4vw;
    }
    .contact-button{
        height:10vw;
        font-size:3vw;
    }
    .modal40{
        height:30%;
        font-size: 3vw;
    }
    .contact-info{
        font-size: 3vw;
    }
    .introduction_popup{
        width:85%;
    }
    .introduction_title{
        flex:1.1;
    }

    .popup_image{
        height:25vw;
    }
    
    @media screen and (max-height:800px){
        .workdescription{
            font-size: 2.4vw;
        }
        .worklist{
            font-size:2.4vw;
        }
        .modal-in-modal-header{
            font-size: 2.6vw;
        }
    }
}

@media screen and (max-width:550px){
    .summary{
        font-size:3vw;
    }
    p.reference{
        font-size:3vw;
    }
    .contact{
        font-size:1.5vw;
    }
    .phonenum{
        margin-top:2vw;
    }
}
