*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html,body{
    height: 100%;
    width: 100%;
    background-color:#101C29;
    font-family:orbitron, sans-serif;
}

main{
    height:auto;
    width: 100%;
    overflow-x: hidden;
}

#lpage1{
    height:fit-content;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1% 5%;
    margin-top: 10vh;
    gap: 5vh;
}
#lpage1 h1{
    color: #00bcd4;
    font-size: 10vh;
    text-align: center;
}.lpg1-container h2{
    color:wheat;
    font-family: exo, sans-serif;
    font-size: 4vh;
    text-decoration: underline;
    text-align: center;
}
.lpg1-container a{
    height:100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.lpg1-container a:hover{
    transform: scale(1.1);
}
.lpg1-container img{
    height:100%;
    width: fit-content;
    object-fit: cover;
    object-position:top;
    border-radius: 20px;
}
.lpg1-container{
    height:80vh;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content:space-around;
    border-radius: 50px;
    gap: 2vw;
    border: 4px solid #00bcd4;
    padding: 4%;
}
.lpg1-container1{
    height:80%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:space-around;
    flex-shrink: 0;
    gap: 2vw;
    overflow: hidden;
    position: relative;
}
.launcher-box{
    height:100%;
    width:100%;
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding: 2%;
    border: solid #00bcd4 1px ;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50% -50%);
    display: none;
}
.launcher-info{
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 4% 2%;
    overflow: hidden;
}
#r-sslv{
    display:flex
}
#r-hrlv{
    display: flex;
}
#fb1{
    color:#00bcd4;
}
.launcher-info h3{
    font-size: 5vh;
    color: #00bcd4;
    text-align: center;
}
.launcher-info p{
    font-size: 2vh;
    text-align:justify;
    color: white;
    line-height: 1.5;
    font-family: rajdhani, sans-serif;
}
.r-panel{
    height: 10vh;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 2%;
}
.r-panel h3{
    font-size: 3vh;
    font-family: rajdhani, sans-serif;
    font-weight: 600;
    color:#2c5364;
    cursor: pointer;
}
.launcher-info h4{
    font-size: 2.5vh;
    color: #00bcd4;
    text-align: center;
    margin-top: 2%;
}
#cb1{
    color: #00bcd4;
}


@media only screen and (max-width: 1200px){

    #lpage1{
        height: auto;
        width: 100%;
    }
    #lpage1 h1{
        font-size: 6vh;
    }
    .lpg1-container h2{
        font-size:3vh;
    }
    .r-panel{
        width: 100%;
    }
    .r-panel h3{
        font-size:2vh;
    }
    .lpg1-container{
        height: 60vh;
        width: 90vw;
    }
    .lpg1-container1{
        height: 100%;
        width: 100%;
    }
    .launcher-box{
        height:100%;
        width: 100%;
    }
    .launcher-box{
        height: 40vh;
        width: 100%;
        border: none;
    }
    .launcher-box img{
        height:100%;
        width:50%;
    }
    .launcher-info{
        height: 100%;
        width: 50%;
    }
    .launcher-info p{
        font-size: 1.2vh;
    }
    .launcher-info h3{
        font-size:2vh ;
    }
    .launcher-info h4{
        font-size: 1vh;
    }
}