.background-logo{
    background-image: url("../images/Khazna-logo.png") , url("../images/Khazna-logo-roteat.png");
    z-index: -100;
    background-repeat: no-repeat , no-repeat;
    background-position: -90px -96px , -210px 190px;
    /* background-color: green; */
}

.bg-logo-khazna{
    background-image: url('../images/program/program_logo.png');
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 61rem;
    /* background-color: aqua; */
    height: 80px;
    width: 80px;
}


@media screen and (max-width:1399px){
    .bg-logo-khazna{
        top: 0;
        right:11rem ;
    }
}

@media screen and (max-width:1199px){
    .bg-logo-khazna{
        top: 0;
        right:5rem ;
    }
}

@media screen and (max-width:991px){
    .bg-logo-khazna{
        top: 0;
        right:0;
    }
}

@media screen and (max-width:767px) {
    .bg-logo-khazna{
        top: 0;
        right:2rem;
    }
}



/* galaxy S5 */
/* iphone x, 6/7/8 */
/* iphone 6/7/8 plus */
/* ipad */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .background-logo{
        background-image: url("../images/Khazna-logo.png") , url("../images/Khazna-logo-roteat.png");
        z-index: -10000;
        background-repeat: no-repeat , no-repeat;
        background-position: -100px 20px , -150px 390px;
        background-size: 400px 380px , 500px 580px;
        /* background-color: blueviolet; */
    }
}
  /* ipad pro  */
  @media only screen and (min-width: 1024px) and (max-width: 1030px) {
    .background-logo{
        background-image: url("../images/Khazna-logo.png") , url("../images/Khazna-logo-roteat.png");
        z-index: -10000;
        background-repeat: no-repeat , no-repeat;
        background-position: -30px 20px , -210px 280px;
        /* background-color: blue; */
    }
  }

  /* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .background-logo{
        background-image: url("../images/Khazna-logo.png") , url("../images/Khazna-logo-roteat.png");
        z-index: -1000;
        background-repeat: no-repeat , no-repeat;
        background-position: -30px -70px , -202px 140px;
        background-size: 300px 325px , 380px 385px;
        /* background-color: rgba(0, 0, 255, 0.254); */
    }
}


