*{
    margin: 0%;
    background-color: #F9F9F9;
}
#claritycoded_thedungeon{
    width: 100%;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rajdhani-SemiBold';
    src: url('../fonts/Rajdhani-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    color: #1E1E1E;
}
a{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    letter-spacing: 0.08rem;
    color: #1E1E1E;
}
p{
    font-family: 'OpenSans', sans-serif;
    line-height: 2.5rem;
    color: #1E1E1E;
    letter-spacing: 0.5px;
}
button{
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: 0.08rem;
}
#top_header{
    display: flex;
    align-items: center;     
    justify-content: flex-start;
    border: 4px solid #4682b4;
    border-radius: 12px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 1186px;
    height: 98px;
}
#logo{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    width: 330px;
    padding-left: 70px;
}
#logo h1{
    display: flex;
    flex-direction: row;
    font-family: 'Rajdhani', sans-serif;
    font-size: 25px;
    letter-spacing: .05em;
}
.logo_img{
    height: 60px;
    width: 60px;
}
#logo a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}
#main_nav{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: right;
    width: 700px;
    padding-right: 70px;
}
#main_nav > ul{
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: right;
    width: 700px;
    padding: 0;
    margin: 0;
    gap: 62px;
}
#main_nav > ul > li{
    list-style: none;
}
#main_nav > ul > li > a{
    font-size: 25px;
    color: #1E1E1E;
    text-decoration: none;
    letter-spacing: .05em;
    padding: 0.5rem 0.5rem;
}
#main_nav > ul > li > a:hover{
    color: #4682b4;
    font-family: 'Rajdhani-SemiBold', sans-serif;
    transition: all 0.5s ease; 
}
#work_dropdown{
    position: relative;
}
#work_dropdown_menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #F9F9F9;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    width: 220px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 10;
    flex-direction: column;
    gap: 15px;
}
#work_dropdown span{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    font-size: 25px;
    color: #1E1E1E;
    letter-spacing: .05em;
    padding: 0.5rem 0.5rem;
    cursor: default;
}
#work_dropdown_menu li{
    padding: 8px 20px;
    display: block;
}
#work_dropdown_menu li a{
    font-size: 25px;
    color: #1E1E1E;
    text-decoration: none;
    white-space: nowrap;
    padding: 0;
}
#work_dropdown_menu li a:hover{
    color: #4682b4;
    font-family: 'Rajdhani-SemiBold', sans-serif;
    transition: all 0.5s ease; 
}
#work_dropdown:hover #work_dropdown_menu{
    display: flex;
}
main{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 50px;
}
#casestudy{
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 1186px;
}
#casestudy_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    width: 1186px;
    margin-left: auto;
    margin-right: auto;
    background-color: #4682b4;
    border-radius: 12px;
    gap: 15px;
    padding-left: 60px;
    box-sizing: border-box;
}
.casestudy_title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #4682b4;
    width: 249px;
    gap: 5px;
}
#casestudy_snapshot{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: #4682b4;
    width: 1032px;
    gap: 60px;
}
.casestudy_role{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #4682b4;
    gap: 5px;
}
.casestudy_timeframe{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #4682b4;
    gap: 5px;
}
.casestudy_tools{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #4682b4;
    gap: 5px;
}
.casestudy_title p{
    font-size: 20px;
    background-color: #4682b4;
    color: #1E1E1E;
    font-family: 'OpenSans-SemiBold', sans-serif;

}.casestudy_title h1{
    font-size: 48px;
    background-color: #4682b4;
    color: #F9F9F9;
}
#casestudy_snapshot p{
    font-size: 20px;
    background-color: #4682b4;
    color: #1E1E1E;
    font-family: 'OpenSans-SemiBold', sans-serif;

}#casestudy_snapshot h1{
    font-size: 35px;
    background-color: #4682b4;
    color: #F9F9F9;

}#casestudy_overview{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1186px;
    margin-left: auto;
    margin-right: auto;
    gap: 32px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.brief{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 270px;
    width: 1186px;
    border-radius: 12px;
    box-sizing: border-box;
    border: 4px solid #4682b4;
    padding-left: 60px;
    padding-right: 60px;
    gap: 15px;
}
.brief h1{
    font-size: 35px;
    color: #4682b4;
}
.brief p{
    font-size: 20px;
    color: #1E1E1E;
}
.research_foundation{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 400px;
    width: 1186px;
    border-radius: 12px;
    box-sizing: border-box;
    border: 4px solid #4682b4;
    padding-left: 60px;
    padding-right: 60px;
    gap: 15px;
}
.research_foundation h1{
    font-size: 35px;
    color: #4682b4;
}
.research_foundation p{
    font-size: 20px;
    color: #1E1E1E;
}
#process_heading{
    height: 80px;
    width: 1186px;
    margin-left: auto;
    margin-right: auto;
}
#process_heading h1{
    font-size: 35px;
    color: #4682b4;
    padding-left: 60px;
    padding-right: 60px;
}
#process{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1186px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    gap: 64px;
    padding-bottom: 100px;
}
.artefact_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 1050px;
    width: 1186px;
    background-color: #4682b4;
    border-radius: 12px;
    box-sizing: border-box;
    gap: 15px;
}
.artefact_1 h1{
    font-size: 35px;
    color: #F9F9F9;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #4682b4;
}
.artefact_1 p{
    font-size: 20px;
    color: #1E1E1E;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #4682b4;
    padding-bottom: 30px;
}
.artefact_1 img{
    width: 100%;
    max-height: 600px;
    object-fit: contain;
    background-color: #4682b4;
}
.artefact_1 .img_caption{
    color: #1E1E1E;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-size: 20px;
    padding-top: 8px;
    background-color: #4682b4;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
}
.artefact_2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 1100px;
    width: 1186px;
    background-color: #4682b4;
    border-radius: 12px;
    box-sizing: border-box;
    gap: 15px;
}
.artefact_2 h1{
    font-size: 35px;
    color: #F9F9F9;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #4682b4;
}
.artefact_2 p{
    font-size: 20px;
    color: #1E1E1E;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 30px;
    background-color: #4682b4;
}
.artefact_2_slides{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1000px;
    height: 750px;
    position: relative;
    background-color: #4682b4;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.artefact_2_slides img{
    width: 100%;
    max-height: 600px;
    object-fit: contain;
    background-color: #4682b4;
}
.artefact_2_slides .slide_caption{
    color: #1E1E1E;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-size: 20px;
    text-align: center;
    padding-top: 8px;
    background-color: #4682b4;
}
.artefact_3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 1100px;
    width: 1186px;
    background-color: #4682b4;
    border-radius: 12px;
    box-sizing: border-box;
    gap: 10px;
}
.artefact_3 h1{
    font-size: 35px;
    color: #F9F9F9;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #4682b4;
}
.artefact_3 p{
    font-size: 20px;
    color: #1E1E1E;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #4682b4;
    padding-bottom: 30px;
}
.artefact_3_slides{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1000px;
    height: 750px;
    position: relative;
    background-color: #4682b4;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.artefact_3_slides img{
    width: 100%;
    max-height: 600px;
    object-fit: contain;
    background-color: #4682b4;
}
.artefact_3_slides .slide_caption{
    color: #1E1E1E;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-size: 20px;
    text-align: center;
    padding-top: 8px;
    background-color: #4682b4;
}
.artefact_slides_fade {
    display: none;
    background-color: #4682b4
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -50px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 12px;
    user-select: none;
    background-color: transparent;
    color: #F9F9F9;
}
.prev {
    left: 5px;
}
.next {
    right: 5px;
}
.prev:hover, .next:hover {
    color: #1E1E1E;
}
.numbertext {
    font-family: 'Rajdhani-SemiBold', sans-serif;
    color: #1E1E1E;
    font-size: 20px;
    padding: 10px 0px;
    background-color: transparent;
}
.artefact_dots{
    padding-top: 5px;
    text-align: center;
    background-color: #4682b4;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #F9F9F9;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s;
}
.active, .dot:hover {
    background-color: #1E1E1E;
}
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
#closing{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 800px;
    width: 1186px;
    gap: 62px;
}
.outcome{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 350px;
    width: 1186px;
    border-radius: 12px;
    box-sizing: border-box;
    border: 4px solid #4682b4;
    padding-left: 60px;
    padding-right: 60px;
    gap: 15px;
}
.outcome h1{
    font-size: 35px;
    color: #4682b4;
}
.outcome p{
    font-size: 20px;
    color: #1E1E1E;
}
.reflection{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 300px;
    width: 1186px;
    border-radius: 12px;
    box-sizing: border-box;
    border: 4px solid #4682b4;
    padding-left: 60px;
    padding-right: 60px;
    gap: 15px;
}
.reflection h1{
    font-size: 35px;
    color: #4682b4;
}
.reflection p{
    font-size: 20px;
    color: #1E1E1E;
} 
#footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 1186px;
    height: 679px;
    background-color: #4682b4;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    gap: 120px;
}
.footer_info{
    width: 374px;
    height: 442px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #4682b4;
    gap: 50px;
}
.footer_logo{
    width: 411px;
    height: 344px;
    background-color: #4682b4;
}
.footer_logo img{
    width: 411px;
    height: 344px;
}
#footer_links ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 400px;
    padding: 0;
    margin: 0;
    background-color: #4682b4;
}
#footer_links ul li{
    list-style: none;
}
#footer_links ul li a{
    font-size: 25px;
    color: #1E1E1E;
    text-decoration: none;
    letter-spacing: .05em;
    background-color: #4682b4;
}
#footer_links ul li a:hover{
    color: #F9F9F9;
    font-family: 'Rajdhani-SemiBold', sans-serif;
    transition: all 0.5s ease; 
}    
#social_icons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    gap: 30px;
    background-color: #4682b4;
}
#social_icons a{
    display: block;
    background-color: transparent;
}
.social_icons{
    width: 30px;
    height: 30px;
    background-color: transparent;
}
.footer_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 486px;
    height: 679px;
    background-color: #4682b4;
}
#form_heading h1{
    font-size: 25px;
    background-color: #4682b4;
}
#contact_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 486px;
    height: 500px;
    background-color: #4682b4;
}
.user_details{
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    width: 486px;
    padding: 12px 20px;
    margin: 15px 0px;
    box-sizing: border-box;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-radius: 12px;
    background-color: #F9F9F9;
}
.message{
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    width: 486px;
    height: 128px;
    padding: 12px 20px;
    margin: 15px 0px;
    box-sizing: border-box;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-radius: 10px;
    background-color: #F9F9F9;
}
.user_details::placeholder{
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: .03em;
    color: #1E1E1E;
    opacity: 50%;
}
.message::placeholder{
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: .03em;
    color: #1E1E1E;
    opacity: 50%;
}
#submit_button{
    font-size: 25px;
    color: #F9F9F9;
    background-color: #4682b4;
    width: 210px;
    height: 66px;
    padding: 18px 18px;
    margin: 5px 0;
    box-sizing: border-box;
    border: 2px solid #F9F9F9;
    border-radius: 12px;
    cursor: pointer;
}
#submit_button:hover{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    color: #1E1E1E;
    background-color: #8EC7B7;
    border: 0px;
    transition: all 0.5s ease; 
}
#mybtn{
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: .03em;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #1E1E1E;
    color: #F9F9F9;
    cursor: pointer;
    padding: 14px;
    border-radius: 12px;
    font-size: 20px;
}  
#mybtn:hover{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    background-color: #4682b4;
    color: #F9F9F9;
}
#menu-toggle{
    display: none;  
}
#mobile_menu{
    display: none;
}
#mobile_work_submenu{
    display: none;
    list-style: none;
    padding-left: 20px;
}
#mobile_work_submenu.active{
    display: block;
}
@media only screen and (max-width: 767px) {
    #top_header{
        height: 150px;
    }
    #logo { 
        margin-left: 1rem; 
    }
    .logo_img{
        height: 80%;
        width: 80%;
    }
    #menu-toggle{
        display: inline-flex;
        background: none;
        border: 0;
        cursor: pointer;
        padding: 0;
        margin: 0;
        z-index: 10001;
    }
    #menu-toggle img{
        height: 80%;
        width: 80%;
    }
    #mobile_menu{
        position: fixed;
        inset: 0;            
        width: 100vw;
        height: 100vh;
        z-index: 10000;
        display: none;
        background-color: #F9F9F9;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 10rem;
        padding-left: 1rem;
        gap: 1.25rem;
        overflow-y: auto;
    }       
    #mobile_menu.active{
        display: flex;
    }        
    #menu{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0;
        margin: 0;
        list-style: none;
    }        
    #menu li{
        list-style: none;
        margin: 0.5rem 0;
    }        
    #menu li a{
        font-family: 'Rajdhani-SemiBold', sans-serif;
        font-size: 20px;
        color: #4682b4;
        text-decoration: none;
        padding: 0.5rem 1rem;
        border-radius: 10px;
    }
    #menu li a:active{
        background-color: #4682b4;
        color: #F9F9F9;
    }
    #mobile_work_toggle{
        font-family: 'Rajdhani-SemiBold', sans-serif;
        font-size: 20px;
        color: #4682b4;
        padding: 0.5rem 1rem;
        cursor: pointer;
    }
    #mobile_work_submenu li a{
        font-size: 18px;
        padding-left: 1.5rem;
    }
    body.menu-open{
        overflow: hidden;
    }
    #main_nav{
        display: none;
    }
    .numbertext {
        font-size: 10px;
    }
    .user_details{
        font-size: 14px;
        letter-spacing: .04em;
    }
    .user_details::placeholder{
        font-size: 14px;
        letter-spacing: .04em;
    }
    #submit_button{
        font-size: 15px;
        letter-spacing: .05em;
        padding: 12px 12px;
    }
    footer{
        height: 300px;
    }
    #social_icons{
        width: 90%;
    }
    .social_icons{
        width: 20px;
        height: 20px;
    }
    #mybtn{
        bottom: 10px;
        right: 20px;
        padding: 10px;
        font-size: 14px;
    } 
}
@media (min-width: 767px) and (max-width: 1024px) {
    #menu-toggle{
        display: none;
    }
    #main_nav{
        display: block;
    }
    #main_nav ul{
        display: flex;
        gap: 1.5rem;
    }
    #main_nav ul li a{
        font-size: 18px;
    }
    .user_details{
        font-size: 14px;
        letter-spacing: .04em;
    }
    .user_details::placeholder{
        font-size: 14px;
        letter-spacing: .04em;
    }
    #submit_button{
        font-size: 17px;
        height: 52px;
        width: 175px;
        padding: 12px;
    }
    footer{
        height: 220px;
    }
    #footer_links ul li a{
        font-size: 18px;
    }
    #social_icons{ 
        width: 90%;
    }
    .social_icons{
        width: 30px; height: 30px;
    }
}
@media (min-width: 1025px) and (max-width: 1500px) {
 
    #menu-toggle{
        display: none;
    }
    #main_nav{
        display: block;
    }
    #main_nav ul{
        display: flex;
        gap: 2rem;
    }
    #main_nav ul li a{
        font-size: 20px;
    }
    #work_dropdown span{
        font-size: 20px;
    }
    #submit_button{
        font-size: 20px;
        height: 58px;
        width: 190px;
        padding: 14px;
    }
    footer{
        height: 220px;
    }
    #footer_links ul li a{
        font-size: 20px;
    }
    #social_icons{
        width: 70%;
    }
    }