*{
    margin: 0;
    padding: 0;
}

body{
    background-image: url("sharadesert.jpg");
    /* background-size: 100% 100%; */
    background-size: cover;
    /* background-repeat: repeat; */
}
.container
{
    width: 100%;
}

.logo
{
    position: absolute;
    height: 100px;
    width: 100px;
    margin-left: 90px;
    margin-top: 40px;
}

.logo:hover{
    cursor: pointer;
}

.navb{
    
    position: absolute;
    right: 150px;
    margin-top: 40px;
    font-size: 20px;
}
.navb a{
    text-decoration: none;
}
.navb span{
  margin-left: 30px;
    color: white;
}


.sh{
    font-size: 70px;
    color: white;
    font-weight: 900;
}

.menu{
    margin-top: -15px;
    margin-right: 30px;
    position: absolute;
    padding-top: 10px;
    height: 40px;
    width: 40px;
}

.parent
{
    
    display: flex;
    
    margin-top: 20px;
}
.left
{
    width: 700px;
    height: 300px;
    /* border: 2px solid red; */
    padding-top: 350px;
    padding-left: 120px;
}
.left p
{
    color: white;
}
.left button
{
    background-color: white;
    margin-top: 25px;
    color: black;
    width: 150px;
    height: 40px;
    border-radius: 20px;
}
.right
{
    width: 800px;
    height: 750px;
    /* border: 2px solid red; */
}
.card

{
    
    margin-top: 50px;
    border-radius: 20px;
    margin-left: 100px;
   display: inline-grid;
    content: unset;
    
    justify-content: space-around;
    border: 2px solid black;
    height: 200px;
    width: 200px;
}

.card1
{
    margin-top: 150px;
    background-image: url("pic-1.png");
    background-size: 100% 100%;
}

.card2{
    background-image: url("pic-2.png");
    background-size: 100% 100%;
}

.card3{
    background-image: url("pic-3.png");
    background-size: 100% 100%;
}

.card4{
    background-image: url("pic-4.png");
    background-size: 100% 100%;
}

/*   hover   properties */

.card1:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.card2:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.card3:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.card4:hover{
    transform: scale(1.1);
    cursor: pointer;
}


/* media query for mobile responsiveness  */

@media screen and (min-width:360px) and (max-width:650px)
{
    .logo
{
    position: absolute;
    height: 90px;
    width: 90px;
    margin-left: 50px;
    margin-top: 20px;
}

.logo:hover{
    cursor: pointer;
}

    .navb{
    
        position: absolute;
        right: 150px;
        margin-top: 40px;
        font-size: 20px;
    }
    .navb a{
        text-decoration: none;
    }
    .navb span{
      margin-left: 100%;
        color: white;
    }
    
    
    .sh{
        font-size: 70px;
        color: white;
        font-weight: 900;
    }
    
    .menu{
        margin-top: -80px;
        margin-left: 40%;
        position: absolute;
        padding-top: 10px;
        height: 40px;
        width: 40px;
    }
    
    .parent
    {
        
        display: flex;
        flex-flow: column;
        margin-top: 20px;
    }
    .left
    {
        width: 100%;
        height: 300px;
        /* border: 2px solid red; */
        padding-top: 250px;
        padding-left: 10px;
    }
    .left p
    {
        color: white;
    }
    .left button
    {
        background-color: white;
        margin-top: 25px;
        color: black;
        width: 150px;
        height: 40px;
        border-radius: 20px;
    }
    .right
    {
        width: 100%;
        height: 750px;
        flex:auto;
        /* border: 2px solid red; */
    }
    .card
    
    {
        
        margin-top: 50px;
        border-radius: 20px;
        margin-left: 100px;
        display: inline-flex;
        
        justify-content: space-around;
        border: 2px solid black;
        height: 200px;
        width: 200px;
    }
    
    .card1
    {
        display: block;
        /* margin-top: 150px; */
        background-image: url("pic-1.png");
        background-size: 100% 100%;
    }
    
    .card2{
        display: block;
        background-image: url("pic-2.png");
        background-size: 100% 100%;
    }
    
    .card3{
        display: block;
        background-image: url("pic-3.png");
        background-size: 100% 100%;
    }
    
    .card4{
        display: block;
        background-image: url("pic-4.png");
        background-size: 100% 100%;
    }
    
    /*   hover   properties */
    
    .card1:hover{
        transform: scale(1.1);
        cursor: pointer;
    }
    .card2:hover{
        transform: scale(1.1);
        cursor: pointer;
    }
    .card3:hover{
        transform: scale(1.1);
        cursor: pointer;
    }
    .card4:hover{
        transform: scale(1.1);
        cursor: pointer;
    }
    
}




/* media query for tablet/ipad  */





@media screen and (min-width:650px) and (max-width:1051px)
{
    .logo
{
    position: absolute;
    height: 90px;
    width: 90px;
    margin-left: 50px;
    margin-top: 20px;
}

.logo:hover{
    cursor: pointer;
}

    .navb{
    
        position: absolute;
        right: 150px;
        margin-top: 40px;
        font-size: 20px;
    }
    .navb a{
        text-decoration: none;
    }
    .navb span{
      margin-left: 100%;
        color: white;
    }
    
    
    .sh{
        font-size: 70px;
        color: white;
        font-weight: 900;
    }
    
    .menu{
        margin-top: -80px;
        margin-left: 40%;
        position: absolute;
        padding-top: 10px;
        height: 40px;
        width: 40px;
    }
    
    .parent
    {
        
        display: flex;
        flex-flow: column;
        margin-top: 20px;
    }
    .left
    {
        width: 80%;
        height: 300px;
        /* border: 2px solid red; */
        padding-top: 250px;
        padding-left: 10px;
    }
    .left p
    {
        color: white;
    }
    .left button
    {
        background-color: white;
        margin-top: 25px;
        color: black;
        width: 150px;
        height: 40px;
        border-radius: 20px;
    }
    .right
    {
        width: 100%;
        height: 750px;
        flex:auto;
        /* border: 2px solid red; */
    }
    .card
    
    {
        
        margin-top: 50px;
        border-radius: 20px;
        margin:auto;
        margin-bottom: 50px;
        display: inline-flex;
        
        justify-content: space-around;
        border: 2px solid black;
        height: 250px;
        width: 500px;
    }
    
    .card1
    {
        display: block;
        /* margin-top: 150px; */
        background-image: url("pic-1.png");
        background-size: 100% 100%;
    }
    
    .card2{
        display: block;
        background-image: url("pic-2.png");
        background-size: 100% 100%;
    }
    
    .card3{
        display: block;
        background-image: url("pic-3.png");
        background-size: 100% 100%;
    }
    
    .card4{
        display: block;
        background-image: url("pic-4.png");
        background-size: 100% 100%;
    }
    
    /*   hover   properties */
    
    .card1:hover{
        transform: scale(1.1);
        cursor: pointer;
    }
    .card2:hover{
        transform: scale(1.1);
        cursor: pointer;
    }
    .card3:hover{
        transform: scale(1.1);
        cursor: pointer;
    }
    .card4:hover{
        transform: scale(1.1);
        cursor: pointer;
    }
    
}
