  #navbarm{
    top: 0;
    transition: all .35s ease-in-out;
  }

.framee:hover ~ #phheader{
        filter: blur(11px);
    background-color: #00000061;
    transition: 2s;
}
#phheader {
    height: 100%;
    width: 100%;
    background: url(../image/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    position: relative;
    filter: blur(2px);
    background-blend-mode: color;
    background-color: #ffffffe0;
    transition: 1.5s;
    FONT-WEIGHT: 200;
}
.framee {
    position: relative;
    z-index: 50;
    text-align: center;
    top: 38%;
    display: flex;
    justify-content: center;
}
#ha:hover ~ .phheader{
        filter: blur(15px);
    background-color:#00000000;
    transition:2s;
}

.myh2 {
    font-size: 30px;
    font-family: system-ui;
    font-weight: 500;
    color: #000000b3;
    box-shadow: 0px 0px 400px 250px white;
}
.header1{
    display: flex;
    height: 100vh;
    width: 100%;
    transition: all .35s ease-in-out;
}
#ha {
    position: absolute;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 50px;
    color: #525252;
}
.container1 {
    width: 100%;
    height: 100%;
}
.frame {
    text-align: center;
}
.b {
    text-align: left;
    top: 20px;
    position: relative;
}
h1.sh1 {
    padding-bottom: 10px;
    font-size: 30px;
}
.sec {
    display: flex;
    padding: 40px;
}
img.psld {
    width: 100%;
    height: 100%;
}
.sp2 {
    width: 45%;
    padding: 33px;
    padding-top: 0;
    padding-bottom: 0;
    height: 350px;
}
.sp1 {
    float: left;
    width: 55%;
}
.psec {
    font-size: 22px;
}
.hidesec{
    display:none;
}
.cfhide{
    display:none;
}
#forhide:checked ~ .hidesec{
    display:block;
}
#forhide2:checked ~ .hidesec{
    display:block;
}
#forhide3:checked ~ .hidesec{
    display:block;
}
#forhide4:checked ~ .hidesec{
    display:block;
}
.readbut {
    padding: 10px 14px;
    box-shadow: 0 0 2px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    float: left;
    margin: 6px;
    transition:.30s;
}
.readbut:hover{
    background-color:#003b7d;
    color:white;
    transition:.50s;
}

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

@media (max-width:1150px){

.sec {
    display: block;
}
.sp2 {
    width: 70%;
    padding: 33px;
    padding-bottom: 0;
    height: 400px;
}
.sp1 {
    float: none;
    width: auto;
}
}
@media only screen and (max-width:620px){
   .sec {
    padding: 18px;
}
    .sp2 {
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 280px;
    float: none;
    width: auto;
}
    h1.sh1 {
    font-size: 27px;
}
    .psec {
    font-size: 16px;
}
.readbut {
    font-size: 20px;
    float: none;
        margin-top: 10px;
    border-radius: 25px;
    text-align: center;
        background-color: #003b7d;
    color: white;
    transition: .50s;
}
.sld {
    padding-top: 20px;
}
.myh2 {
    font-size: 25px;
    padding-bottom: 1px;
}
#ha {
    font-size: 34px;
}
}