*{
    margin: 0%;
    background-color: #F9F9F9;
}
#claritycoded_homepage{
    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;
}
#hero_banner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 500px;
    width: 1186px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.hero_banner_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 401px;
    width: 451px;
    gap: 25px;
}
.hero_banner_text p{
    font-size: 25px;

}.hero_banner_text h1{
    font-size: 48px;
    padding-bottom: 15px;
   
}.hero_banner_text button{
    background-color: #4682b4;
    border: none;
    border-radius: 12px;
    height: 66px;
    width: 210px;
    font-size: 25px;
    color: #F9F9F9;
    cursor: pointer;
}
.hero_banner_text button:hover{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    color: #1E1E1E;
    background-color: #8EC7B7;
    border: 0px;
    transition: all 0.5s ease; 
}
.hero_banner_img{
    height: 401px;
    width: 535px;
}
.hero_img{
    height: 401px;
    width: 535px;
}
main{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 50px;
}
#services{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1186px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.services_headings{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.services_headings p{
    font-size: 25px;
    color: #4682b4;
    margin-bottom: 10px;
}
.services_headings h1{
    font-size: 48px;
   margin-bottom: 10px;
}
.services_overview{
    height: auto;
    width: 670px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.services_overview p{
    font-size: 16px;
    text-align: center;
    line-height: 1.5rem;
}
.services_cards{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    width: 1186px;
    margin-left: auto;
    margin-right: auto;
    gap: 32px;
    margin-bottom: 100px;
}
#services_uiux{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 426px;
    width: 374px;
    margin-left: auto;
    margin-right: auto;
    background-color: #4682b4;
    border-radius: 12px;
    transform: translateZ(0);
}
.uiux_icon{
    position: absolute;
    top: -25px;
    left: 30px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uiux_icon img{
    height: 70px;
    width: 70px;
}
#services_uiux h1{
    height: 51px;
    width: 85px;
    font-size: 40px;
    color: #F9F9F9;
    margin-top: 70px;
    margin-left: 30px;
    background-color: #4682b4;
}
#services_uiux p{
    height: 194px;
    width: 275px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5rem;
    color: #F9F9F9;
    background-color: #4682b4;
    padding-left: 30px;
    padding-top: 5px;
}
#services_branding{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 426px;
    width: 374px;
    margin-left: auto;
    margin-right: auto;
    background-color: #4682b4;
    border-radius: 12px;
    transform: translateZ(0);
}
.branding_icon{
    position: absolute;
    top: -25px;
    left: 30px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.branding_icon img{
    height: 70px;
    width: 70px;
}
#services_branding h1{
    height: 51px;
    width: 85px;
    font-size: 40px;
    color: #F9F9F9;
    margin-top: 70px;
    margin-left: 30px;
    background-color: #4682b4;
}
#services_branding p{
    height: 194px;
    width: 275px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5rem;
    color: #F9F9F9;
    background-color: #4682b4;
    padding-left: 30px;
    padding-top: 5px;
}
#services_webdesign{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 426px;
    width: 374px;
    margin-left: auto;
    margin-right: auto;
    background-color: #4682b4;
    border-radius: 12px;
    transform: translateZ(0);
}
.webdesign_icon{
    position: absolute;
    top: -25px;
    left: 30px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.webdesign_icon img{
    height: 70px;
    width: 70px;
}
#services_webdesign h1{
    height: 51px;
    width: 85px;
    font-size: 40px;
    color: #F9F9F9;
    margin-top: 70px;
    margin-left: 30px;
    background-color: #4682b4;
}
#services_webdesign p{
    height: 194px;
    width: 275px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5rem;
    color: #F9F9F9;
    background-color: #4682b4;
    padding-left: 30px;
    padding-top: 5px;
}
#featuredwork{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1186px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}
.featuredwork_heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.featuredwork_heading h1{
    font-size: 40px;
    padding-bottom: 30px;
}
.featuredwork_cards{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 32px;
}
#thedungeon{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 460px;
    width: 374px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    box-sizing: border-box;
    border: 4px solid #4682b4;
    transform: translateZ(0);
    gap: 15px;
}
.thedungeon_img{
    height: 209px;
    width: 309px;
    margin-bottom: 10px;
    object-fit: cover;
}
#thedungeon h1{
    align-self: flex-start;
    font-size: 40px;
    color: #4682b4;
    padding-left: 30px;
    padding-top: 10px;
}
#thedungeon_casestudy button{
    background-color: #4682b4;
    border: none;
    border-radius: 12px;
    height: 66px;
    width: 210px;
    font-size: 25px;
    color: #F9F9F9;
    margin-bottom: 15px;
    cursor: pointer;
}
#thedungeon_casestudy button:hover{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    color: #1E1E1E;
    background-color: #8EC7B7;
    border: 0px;
    transition: all 0.5s ease; 
}
#brisbanelions{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 460px;
    width: 374px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    box-sizing: border-box;
    border: 4px solid #4682b4;
    transform: translateZ(0);
    gap: 15px;
}
.brisbanelions_img{
    height: 209px;
    width: 309px;
    object-fit: cover;
    margin-bottom: 10px;
}
#brisbanelions h1{
    align-self: flex-start;
    padding-left: 30px;
    font-size: 40px;
    color: #4682b4;
    padding-top: 10px;
}
#brisbanelions_casestudy button{
    background-color: #4682b4;
    border: none;
    border-radius: 12px;
    height: 66px;
    width: 210px;
    font-size: 25px;
    color: #F9F9F9;
    margin-bottom: 15px;
    cursor: pointer;
}
#brisbanelions_casestudy button:hover{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    color: #1E1E1E;
    background-color: #8EC7B7;
    border: 0px;
    transition: all 0.5s ease; 
}
#elektrikeel{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 460px;
    width: 374px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    box-sizing: border-box;
    border: 4px solid #4682b4;
    transform: translateZ(0);
    gap: 15px;
}
.elektrikeel_img{
    height: 209px;
    width: 309px;
    padding-bottom: 10px;
    object-fit: cover;
}
#elektrikeel h1{
    align-self: flex-start;
    padding-left: 30px;
    font-size: 40px;
    color: #4682b4;
    padding-top: 10px;
}
#elektrikeel_casestudy button{
    background-color: #4682b4;
    border: none;
    border-radius: 12px;
    height: 66px;
    width: 210px;
    font-size: 25px;
    color: #F9F9F9;
    margin-bottom: 15px;
    cursor: pointer;
}
#elektrikeel_casestudy button:hover{
    font-family: 'Rajdhani-SemiBold', sans-serif;
    color: #1E1E1E;
    background-color: #8EC7B7;
    border: 0px;
    transition: all 0.5s ease; 
}
#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;
}
.social_icons:hover{
    filter: invert(100%);
}
.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: auto;
        padding: 0 28px;
    }
    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: auto;
        padding: 0 30px;
    }
    footer{
        height: 220px;
    }
    #footer_links ul li a{
        font-size: 20px;
    }
    #social_icons{
        width: 70%;
    }
    }