
  /* CASE STUDY      CSS  */
    .p {
    font-family: 'Fira Sans', sans-serif, Arial ;
}
span {
    font-family: 'Fira Sans', sans-serif, Arial ;
    /* font-weight: bold; */
}
h1 {
    font-family: 'Fira Sans', sans-serif, Arial ;
    font-style: italic;
}
@media print, screen and (max-width: 45em) {
    .pg1_Promotional {
        position: relative;
        top: -2rem;
        text-align: center;
        color: rgb(255, 255, 255);
    }
    .hello{
        position: relative;
        top: 8rem;
        font-size: 3rem;
        text-align: center;
        margin-left: 0rem;
        color: rgb(255, 255, 255);
    }
    .logo_card-image {
        visibility: hidden;
    }
    #some_asset {
        position: relative;
        width: 4rem;
        left: 1rem;

    }
    #pdv_tools_img {
        position: relative;
        width: 10%;
        left: 7rem;
    }
    
    p {
        color: rgb(0, 0, 0);
        font-weight: 600;
        line-height: 1.5rem;
    }
    span {
        color: rgb(0, 0, 0);
        font-weight: 900;
        font-size: larger;
    }
    h1 {
        color: rgb(255, 255, 255);
        /* color: rgb(0, 111, 0); */
    }
    video {
        width:100%;
    } 
    body {
        background-color: #cea758ce;
    }

    /* header and footer start */
    .everton {
        position: absolute ;
        left: 1.0rem;
        width: 5rem;
        top: 3rem;
    }
    a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        background: #888;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
        z-index: 1000;
    }
    .header_a {
        margin: 0px 10% 0px auto;
        text-decoration: none;
        /* border-bottom: solid 2px rgb(255, 255, 255); */
        padding: 15px;
        color: rgb(0, 8, 255);
        border-radius: 9px;
        text-align: center;
        /* background-color: antiquewhite; */
    }
    .align-right {
        text-align: center;
        font-size: large;
        width: 100%;
        padding: 12px;
        
    }

    header, footer {
        background-color: rgb(47, 210, 255);
        height: 4.0rem;
    }

    .header-container, .footer-container {
        display: flex;
        align-items: center;
        height: 4.0rem;
        
    }
    footer {
        background-color: rgb(47, 210, 255);
        height: 8.0rem;
        position: absolute ;
        bottom: -120rem;
        text-align: center;
        
    }
    .footer-item span{
        position: relative;
        color:rgb(0, 8, 255);
        /* right: 8rem; */
        font-size: .9rem;
        margin-top: 1.5rem;
        top: 4rem;
        font-weight: 600;
        text-align: center;
        /* background-color: #ffb428; */
    }
    .footer-item p a{
        position: relative;
        color:rgb(0, 8, 255);
        /* left: 0%; */
        font-size: .9rem;
        text-align: center;
        /* background-color: antiquewhite; */
    }      
    /*! header and footer */
    a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
    }

    /* header {
        text-align: center;
    } */
    footer {
        position: relative;
        bottom: -55rem;
    }
    .header-container, .header-item {
        width: 90%;
        display: none;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .header-container {
        display: flex;
        /* border: 2px solid #fff; */
        padding: 10px;
        margin: 20px 0;
    }

    .header-item {
        border: 0;
    }

    .header-container {
        display: flex;
        /* border: 2px solid #fff; */
        padding: 10px;
        margin: 0px 0;
    }
.header-container a {
    position: relative;
    display: none;
    transition: all 0.5s;
    font-size: .9rem;
    padding: 5px 0px;
}

.header-container a:hover {
    transform: translateY(3px);
    color: rgb(228, 22, 22);
    border-radius: 9px;
    background: #fff;
    padding: 4px ;

}

label {
    display: block;
    cursor: pointer;
    font-size: 3rem;
    position: absolute ;
    right: 14rem;
    top: 2rem;
}

/*! toggle:checked + .header-item */
#toggle:checked + .header-item {
    display: flex;
    background-color: rgba(47, 210, 255, 0);
    border-radius: 1rem;
    width: 8.5rem;
    margin-left: 12rem;
    padding: 0rem 1rem 2rem;
}

#toggle:checked + .header-item a {
    display: block;
    position: sticky; 
}
#toggle {
    visibility: hidden;
}
    main{
        margin-top: 8rem;
        height: 200rem;
    }
    
    .main-portfolio {
        /* background-color: rgba(255, 255, 255, 0.997); */
        background-image: url(../img/hog8_asset1.png);
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
        overflow: hidden;
        width: 100%;
        border-radius: 2rem;
    }
    /* .my_name_is {
        font-size: xx-large;
        margin-left: 4.0rem;
        margin-top: -2rem;
    } */
    
    /* h1 {
        text-align: center;
    } */
    .main-content {
        display: none;
        /* background-color:#b0b7b8; */
        /* height: 45.0rem; */
        padding: 1.0rem .0rem;
        /* border: dashed .1rem dodgerblue  ; */
    }
    .the_card {
        /* display: flex; */
        justify-content: space-between;
        /* background-color: #f4e784; */
        background-color: #bca78e9e;
        color: rgb(0, 0, 0);
        border-radius: 1.25rem;
        /* border: white 1px solid; */
        width: 100%;
        /* min-height: 32.0rem; */
        padding: 0.75rem;
        margin-bottom: 1.0rem;
    }
    .cards-content {
        left: 25px;
        /* width: 50rem; */
        display: flex;
        background-color: #f4c28457;
        padding: 1.0rem 1.0rem 1.0rem 1.0rem;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .card {
        /* background-color: #ffb428; */
        color: whitesmoke;
        border-radius: 0.25rem;
        border: white 1px solid;
        width: 100%;
        min-height: 26.0rem;
        padding: 0.75rem;
        margin-bottom: 1.0rem;
    }

    .card-image {
        min-height: 12.0rem;
        /* background-color: r#ffb428; */
    }
    .logoimg {
        /* position: absolute ; */
        width: 100%;
        /* right: 27rem; */
    }
    .logo_card-image img {
        width: 100%;
        text-align: center;
    }

    .card-image img {
        width: 100%;
        border-radius: 2px;
        /* background-color: #ffb428;/ */
    }
    .next_project_btn p {
        /* text-align: center; */
        font-size: x-large;
    }

    .case_study_btn-content {
        padding: 0rem 0rem 0rem 45%;
        /* background-color: bisque; */
    }
    .case_study_btn{
        background-color: blue;
        text-align: center;
        width: 8rem;
        padding: 1rem;
    }
    .case_study_btn {
        position: relative;
        left: -20%;
        top: 0px;
        background-color: rgb(6, 119, 248);
        color: rgb(249, 253, 5);
        transition: letter-spacing .4s ease-out, background-color 0.5s ease-in .4s;
        font-size: 1em;
        letter-spacing: 0.1em;
        border-radius: 6%;
        width: fit-content;
    }
      /* button start */
    .case_study_btn:hover {
        letter-spacing: 0em;
        background-color: rgb(167, 59, 255);
        color: rgb(255, 255, 255);
    }
    .case_study_btn::before {
        content: "";
        position: absolute;
        inset: 2px;
        background-color: rgba(0, 255, 255, 0.156);
        border: solid .1rem ;
        border-radius: 50%;
        width: 95%;
        height: 40px;
        transition: 1.5s;
    }
}
@media only screen and (min-width: 45em) {
    .pg1_Promotional {
        position: relative;
        top: -2rem;
        text-align: center;
        color: rgb(255, 255, 255);
    }
    .hello{
        position: relative;
        top: 8rem;
        font-size: 4rem;
        text-align: center;
        margin-left: 0rem;
        color: rgb(255, 255, 255);
    }
    .logo_card-image {
        visibility: hidden;
    }
    #some_asset {
        position: relative;
        width: 4rem;
        left: 12rem;

    }
    #pdv_tools_img {
        position: relative;
        width: 10%;
        left: 15rem;
    }
    p {
        color: rgb(0, 0, 0);
        /* font-weight: 600; */
        line-height: 1.5rem;
    }
    span {
        color: rgb(0, 0, 0);
        font-weight: 900;
        font-size: larger;
    }
    h1 {
        color: rgb(255, 255, 255);
        /* color: rgb(0, 111, 0); */
    }
    video {
        width:100%;
    }   
    body{
        background-color: #cea758ce;
        /* background-image: url(../case_study/img/logo_bg.jpg); */
    }
    .everton {
        position: absolute ;
        left: 1.0rem;
        width: 5rem;
        top: 3rem;
    }
    a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        background: #888;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
        z-index: 1000;
    }
    .header_a {
        margin: 0px 4% 0px auto;
        text-decoration: none;
        border-left: solid 2px rgb(255, 255, 255);
        padding: 5px;
        color: rgb(0, 8, 255);
        border-radius: 9px;
        font-size: .9rem;
        font-weight: 900;
    }
    .align-right {
        text-align: center;
        font-size: x-large;
        width: 100%;
        padding: 12px;
    }
    
    header, footer {
        background-color: rgb(47, 210, 255);
        height: 4.0rem;
    }
    .header-container, .footer-container {
        display: flex;
        align-items: center;
        height: 4.0rem;
    }
    footer{
        position: relative;
        width: 100%;
        left: 0rem;
        bottom: 0rem;
    }
    .footer-item span{
        position: absolute;
        font-weight: 500;
        right: 2rem;
        color:rgb(0, 8, 255);
        font-size: .9rem;
        /* background-color: aqua; */
    }
    .footer-item p a{
        position: relative;
        font-weight: 800;
        right: 22%;
        color:rgb(0, 8, 255);
        font-size: .9rem;
    }    
    /*! header and footer ended */
    
    #toggle, label{
        visibility: hidden;
    }
    main{
        margin-top: 8rem;
    }
    
    .main-content {
        display: none;
        /* background-color:#6c5f46; */
        /* height: 45.0rem; */
        padding: 1.0rem .0rem;
        border-radius: .5rem;
        /* border: dashed .1rem dodgerblue  ; */
    }
    .main-portfolio {
        /* background-color: rgba(255, 255, 255, 0.997); */
        background-image: url(../img/hog8_asset1.png);
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
        overflow: hidden;
        width: 100%;
        border-radius: 2rem;
    }
    .my_name_is {
        font-size: xx-large;
        margin-left: 4.0rem;
        margin-top: -2rem;
    }
    .hello{
        font-size: 4rem;
        margin-left: 4.5rem;
    }
    h1 {
        text-align: center;
    }
    .the_card {
        /* display: flex; */
        justify-content: space-between;
        /* background-color: #f4e784; */
        background-color: #bca78e9e;
        color: rgb(0, 0, 0);
        border-radius: 1.25rem;
        /* border: white 1px solid; */
        width: 100%;
        /* min-height: 32.0rem; */
        padding: 0.75rem;
        margin-bottom: 1.0rem;
    }
    .cards-content {
        left: 25px;
        /* width: 50rem; */
        display: flex;
        background-color: #f4c28457;
        padding: 1.0rem 3.0rem 1.0rem 3.0rem;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .card {
        /* background-image: url(../case_study/img/logo_bg.jpg); */
        /* background-color: #ffa400; */
        color: whitesmoke;
        /* border-radius: 0.25rem; */
        /* border: white 1px solid; */
        width: 100%;
        min-height: 35.0rem;
        padding: 0.75rem;
        margin-bottom: 1.0rem;
    }
    
    .card-image {
        min-height: 12.0rem;
        /* background-color: rgb(173, 206, 222); */
    }
    .case_study {
        /* background-color: #ffb428; */
        text-align: center;
        width: 100%;

    }
    .logoimg {
        /* position: absolute ; */
        width: 50%;
        align-items: center;
        /* right: 27rem; */
    }
    .logoimg img {
        /* position: absolute ; */
        width: 100%;
        
    }
    
    .logo_card-image img {
        width: 60%;
        text-align: center;
    }

    .card-image img {
        /* background-color: black; */
        width: 100%;
        border-radius: 2px;
        /* background-color: #ffb428; */
    }
    .next_project_btn p {
        text-align: center;
        font-size: x-large;
    }

    .case_study_btn-content {
        padding: 0rem 0rem 0rem 45%;
        /* background-color: bisque; */
    }
    .case_study_btn{
        background-color: blue;
        text-align: center;
        width: 8rem;
        padding: 1rem;
    }
    .case_study_btn {
        position: relative;
        left: -10%;
        top: 0px;
        background-color: rgb(6, 119, 248);
        color: rgb(249, 253, 5);
        transition: letter-spacing .4s ease-out, background-color 0.5s ease-in .4s;
        font-size: 1em;
        letter-spacing: 0.1em;
        border-radius: 6%;
        width: fit-content;
    }
      /* button start */
    .case_study_btn:hover {
        letter-spacing: 0em;
        background-color: rgb(167, 59, 255);
        color: rgb(255, 255, 255);
    }
    .case_study_btn::before {
        content: "";
        position: absolute;
        inset: 2px;
        background-color: rgba(0, 255, 255, 0.156);
        border: solid .1rem ;
        border-radius: 50%;
        width: 95%;
        height: 40px;
        transition: 1.5s;
    }
}
/*! Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 65.5rem) {

    p {
        color: rgb(0, 0, 0);
        /* font-weight: 600; */
        line-height: 1.5rem;
    }
    span {
        color: rgb(0, 0, 0);
        font-weight: 900;
        font-size: larger;
    }
    /* logotype pg3 */
    .logotype1 {
        width: 17%; 
        /* background-color: aqua;  */
        padding: 1rem 0rem 0rem 1.2rem; 
        margin-left: 2.5rem; 
        height: 4rem; 
        position: absolute ;
        font-size: .8rem;
        color: #000;
    }
    .logotype {
        width: 17%; 
        /* background-color: aqua;  */
        padding: 1rem 0rem 0rem 1.2rem; 
        margin-left: 1rem; 
        height: 6.5rem; 
        position: absolute ;
        font-size: .8rem;
        color: #000;
    }
    h1 {
        color: rgb(0, 0, 0);
        /* color: rgb(0, 111, 0); */
    }
    
    .logo_color {
        position: relative;
        right: -25px;
        margin-top: 1.5rem;
        height: 480;
        display: flex;
        width: 500;
    } 
    body{
        background-color: #cea758ce;
    }
    .everton {
        position: absolute ;
        left: 1.0rem;
        width: 5rem;
        top: 3rem;
    }
    a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        background: #888;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
        z-index: 1000;
    }

    .header_a {
        margin: 0px 10% 0px auto;
        text-decoration: none;
        border-left: solid 2px rgb(255, 255, 255);
        padding: 5px;
        color: rgb(0, 8, 255);
        border-radius: 9px;
        
    }
    .align-right {
        text-align: center;
        font-size: x-large;
        width: 100%;
        padding: 12px;
    }
    
    header, footer {
        background-color: rgb(47, 210, 255);
        height: 4.0rem;
    }
    .header-container, .footer-container {
        display: flex;
        align-items: center;
        height: 4.0rem;
    }
    footer {
        position: relative;
        bottom: 0rem;
        right: 0rem;
        width: 100%;
        background-color:rgb(47, 210, 255);

        
    }
    .footer-item span{
        position: absolute;
        color: rgb(0, 8, 255);
        /* font-weight: 200px; */
        right: -160%;
        font-size: 1.2rem;
        top: 0rem;
    }
    .footer-item p{
        position: absolute;
        color: rgb(0, 8, 255);
        font-weight: 900;
        left: 10%;
        font-size: 1.2rem;
        top: 0rem;

    }    
    /*! header and footer ended */
    
    .main-content {
        display: none;
        /* background-color:#58ce68ce; */
        /* height: 45.0rem; */
        padding: 1.0rem .0rem;
        margin: 1rem 3rem 1rem 3rem;
        /* border: dashed .1rem dodgerblue  ; */
    }
    
    #designed_p {
        width:6rem;
    }
    #designed_ps {
        width:6rem;
        margin-left: 3rem;
    }
    #designed_psigv5 {
        position: relative;
        top: -2rem;
        width:14.5rem;
        margin-left: 3rem;
    }
    #designed_p1 {
        width:3rem;
    }
    
    #about_the_project {
        position: relative;
        top: -2rem;
    }
    .p{
        position: relative;
        left: 2rem;
        height: 6rem;
        /* background-color: #2f4a4d; */
    }
    
    #some_asset {
        width: 4rem;

    }
    #designed_pe, .igv5_asset2 {
        position: relative;
        width: 30.5rem;
        left: 1rem;
    }
    /* #bb2_colors {
        width: 19%;
        margin: .5rem;
    }
    #bb2_typo1 {
        width: 90%;
    }
    #bb2_typo {
        width: 60%;
    } */
    .pg1_Promotional {
        position: relative;
        top: -2rem;
        text-align: center;
        color: rgb(255, 255, 255);
    }
    .hello{
        position: relative;
        top: 8rem;
        font-size: 4rem;
        text-align: center;
        margin-left: 0rem;
        color: rgb(255, 255, 255);
    }
    h1 {
        text-align: center;
        color: rgb(0, 0, 0);
    } 
    
    .cards-content {
        left: 25px;
        /* width: 50rem; */
        display: flex;
        background-color: #f4c28457;
        padding: 1.0rem 3.0rem 1.0rem 3.0rem;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .main-portfolio {
        /* background-color: rgba(255, 255, 255, 0.997); */
        background-image: url(../img/hog8_asset1.png);
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
        overflow: hidden;
        width: 100%;
        border-radius: 2rem;
    }
    .case_study {
    
        width: 100%;
        background-color: #dcd7d700;
        text-align: center;
    }
    /*! logo bg */
    .logo_card-image img {
        width: 27.4%;
        padding: 10.6rem 0rem 0rem 0rem;
        text-align: center;
        opacity: 0;
    }
    .the_card {
        display: flex;
        justify-content: space-between;
        /* background-color: #f4e784; */
        background-color: #bca78e9e;
        color: rgb(0, 0, 0);
        border-radius: 1.25rem;
        /* border: white 1px solid; */
        width: 100%;
        /* min-height: 32.0rem; */
        padding: 0.75rem;
        margin-bottom: 1.0rem;
    }
    /*! Brief Overview */

    .the_card1 p {
        width: 100%;
        font-size: larger;
        margin: 21px;
    }
    .the_card2 {
        padding: 0rem;
        width: 60%;
        /* text-align: center; */
    }
    .the_card3 p {
        width: 35%;
        font-size: larger;
        margin: 21px;
    }
    .card {
        display: flex;
        justify-content: space-between;
        /* background-color: #ffb428; */
        color: rgb(0, 0, 0);
        /* border-radius: 0.25rem; */
        /* border: white 1px solid; */
        width: 100%;
        /* min-height: 35.0rem; */
        padding: 0.75rem;
        margin-bottom: 1.0rem;
    }
    
    .card-image {
        min-height: 12.0rem;
        /* background-color: #ffb428; */
    }

    .logoimg {
        /* position: absolute ; */
        width: 100%;
        /* right: 27rem; */
    }
    /* tools_img */
    #pdv_tools_img {
        width: 7rem;
    }
    .card-image img {
        width: 80%;
        text-align: center;
        /* border-radius: 2px; */
        /* background-color: #ffb428; */
        /* background-image: url(../case_study/img/logo.png); */
    }
    .next_project_btn p {
        text-align: center;
        font-size: x-large;
    }
}