@media screen and (max-width: 600px) {
    .top-container {
        height: 800px;
    }

    .top-left {
        height: 50%;
        width: auto;
        background-color: rgb(133, 244, 244);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    @keyframes fade {
        from {
        opacity: 0;
        }
    
        to {
        opacity: 1;
        }
    }

    #opening {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .animation span {
        font-size: 50px;
        color: white;
        font-family: 'Times New Roman', Times, serif;
    }
    
    .fade1 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        opacity: 0;
    }
    
    .fade2 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 0.3s;
        opacity: 0;
    }
    
    .fade3 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 0.6s;
        opacity: 0;
    }
    
    .fade4 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 0.9s;
        opacity: 0;
    }
    
    .fade5 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 1.2s;
        opacity: 0;
    }
    
    .fade6 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 1.5s;
        opacity: 0;
    }
    
    .fade7 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 1.8s;
        opacity: 0;
    }

    .top-right {
        height: 50%;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-right-text {
        padding: 50px;
    }

    .top-right-text p {
        font-size: 20px;
    }

    .work-left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .work-left-text {
        padding: 20px;
    }

    .work-left-text p {
        font-size: large;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .work-right {
        width: 100%;
    }

    .work-right img {
        width: 100%;
        height: auto;
    }

    .company-info {
        margin-top: 0;
        background-color: #fbfbfb;
        padding-bottom: 50px;
    }

    .contact {
        text-align: center;
        padding-top: 50px;
    }

    .contact p {
        margin-top: 15px;
        font-size: large;
    }

    .address {
        text-align: center;
        padding-top: 50px;
    }

    .address p {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: large;
    }

    .google-map {
        text-align: center;
    }

    .google-map iframe {
        width: 90%;
        aspect-ratio: 16/9;
    }

    .copy-right {
        text-align: center;
        padding: 30px 0;
    }
}
  
@media screen and (min-width:601px) and (max-width:1259px) {
    .top-container {
        height: 900px;
    }

    .top-left {
        height: 50%;
        background-color: rgb(133, 244, 244);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    @keyframes fade {
        from {
        opacity: 0;
        }
    
        to {
        opacity: 1;
        }
    }

    #opening {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .animation span {
        font-size: 80px;
        color: white;
        font-family: 'Times New Roman', Times, serif;
    }
    
    .fade1 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        opacity: 0;
    }
    
    .fade2 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 0.3s;
        opacity: 0;
    }
    
    .fade3 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 0.6s;
        opacity: 0;
    }
    
    .fade4 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 0.9s;
        opacity: 0;
    }
    
    .fade5 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 1.2s;
        opacity: 0;
    }
    
    .fade6 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 1.5s;
        opacity: 0;
    }
    
    .fade7 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 1.8s;
        opacity: 0;
    }

    .top-right {
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-right-text {
        padding: 50px;
    }

    .top-right-text p {
        font-size: 30px;
    }

    .work-left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .work-left-text p {
        font-size: 20px;
        margin: 40px 20px;
    }

    .work-right {
        width: 100%;
    }

    .work-right img {
        width: 100%;
        height: auto;
    }

    .company-info {
        margin-top: 0;
        background-color: #fbfbfb;
        padding-bottom: 50px;
    }

    .contact {
        text-align: center;
        padding-top: 50px;
    }

    .contact p {
        margin-top: 15px;
        font-size: large;
    }

    .address {
        text-align: center;
        padding-top: 50px;
    }

    .address p {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: large;
    }

    .google-map {
        text-align: center;
    }

    .google-map iframe {
        width: 60%;
        aspect-ratio: 16/9;
    }

    .copy-right {
        text-align: center;
        padding: 30px 0;
    }
 
}

@media screen and (min-width:1260px) {
    .top-container {
        display: flex;
        height: 100vh;
    }

    .top-left {
        width: 50%;
        background-color: rgb(133, 244, 244);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    @keyframes fade {
        from {
        opacity: 0;
        }
    
        to {
        opacity: 1;
        }
    }

    #opening {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .animation span {
        font-size: 90px;
        color: white;
        font-family: 'Times New Roman', Times, serif;
    }
    
    .fade1 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        opacity: 0;
    }
    
    .fade2 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 0.3s;
        opacity: 0;
    }
    
    .fade3 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 0.6s;
        opacity: 0;
    }
    
    .fade4 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 0.9s;
        opacity: 0;
    }
    
    .fade5 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 1.2s;
        opacity: 0;
    }
    
    .fade6 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 1.5s;
        opacity: 0;
    }
    
    .fade7 {
        animation-name: fade;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        animation-delay: 1.8s;
        opacity: 0;
    }

    .top-right {
        width: 50%;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-right-text {
        padding: 50px;
    }

    .top-right-text p {
        font-size: 30px;
    }

    .work-container {
        display: flex;
        flex-direction: row-reverse;
    }

    .work-left {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .work-left-text p {
        font-size: large;
        margin-bottom: 20px;
    }

    .work-right {
        width: 50%;
    }

    .work-right img {
        width: 100%;
        height: auto;
    }

    .company-info {
        margin-top: 0;
        background-color: #fbfbfb;
        padding-bottom: 50px;
    }

    .contact {
        text-align: center;
        padding-top: 50px;
    }

    .contact p {
        margin-top: 15px;
        font-size: large;
    }

    .address {
        text-align: center;
        padding-top: 50px;
    }

    .address p {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: large;
    }

    .google-map {
        text-align: center;
    }

    .google-map iframe {
        width: 50%;
        aspect-ratio: 16/9;
    }

    .copy-right {
        text-align: center;
        padding: 30px 0;
    }

}

