*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: black;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section1{
    display: flex;
    gap: 60px;
}
@media screen and (max-width:460px) and (max-height:800px) {
    .section1{
        transform: translateY(-15vh);
    }
    .section2{
        transform: translateY(-5vh);
    }
    .section2 .sec1-cont2 #p4{
        width: 27vh;
    }
}
@media screen and (max-width:375px) and (max-height:667px){
    .section2{
        transform: translateY(6vh);
    }
    .section1 .sec1-cont1 #p2{
        width: 25vh;
    }
    .section1{
        transform: translateY(-8vh);
    }
}
@media screen and (max-height:740px){
    .section2 .sec1-cont2 #p4{
        width: 28vh;
    }
}
@media screen and (max-height:700px){
    .section2{
        transform: translateY(3vh);
    }
    .section2 .sec1-cont2 #p4{
        width: 30vh;
    }
}
@media screen and (max-height: 667px){
    .section2 .sec1-cont2 #p4{
        width: 31vh;
    }
}
.section1 img{
    width: 500px;
    height: 450px;
}
@media screen and (max-width:780px){
    .section1 img{
        display: none;
    }
    .section2 img{
        display: none;
    }
}
.sec1-cont1{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 20px 20px;
}
.section1 .sec1-cont1 button:hover{
    background-color: #2564ca;
}
.section2 .sec1-cont2 .reg button:hover{
    background-color: #2564ca;
}
@media screen and (max-height:704px){
    .section1 .sec1-cont1 #p4{
        width: 30vh;
    }
}
@media screen and (max-height:667px){
    .section1{
        transform: translateY(10px);
    }
}
.sec1-cont1 .log{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.sec1-cont1 h3{
    color: white;
    font-size: 45px;
    font-family: cursive;
}
.sec1-cont1 .log input{
    background-color: rgb(31, 30, 30);
    width: 27vh;
    height: 4vh;
    border: 1px solid gray;
    border-radius: 5px;
    color: white;
    font-size: 13px;
    padding-left: 10px;
}
.sec1-cont1 .log input::placeholder{
    color: lightgray;
}
.sec1-cont1 .log button{
    height: 3vh;
    border-radius: 7px;
    border: none;
    background-color: #3579ea;
    color: white;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.sec1-cont1 #p3{
    color: rgb(173, 168, 168);
    font-weight: 700;
}
.sec1-cont1 #p2,#p1{
    color: white;
    cursor: pointer;
}
.sec1-cont1 #p2 a{
    color: #3579ea;
    text-decoration: none;
    font-weight: 600;
}
.sec1-cont1 #p4{
    color: #3579ea;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.sec1-cont1 #p4 i{
    font-size: 23px;
}
@media screen and (max-width:375px){
    .sec1-cont1 #p2 {
        text-align: center;
    }
}
.section2{
    display: none;
    gap: 60px;
}
.section2 img{
    width: 500px;
    height: 450px;
    transform: translateY(25%);
}
.sec1-cont2{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 20px;
}
.sec1-cont2 h3{
    color: white;
    font-size: 45px;
    font-family: cursive;
}
.sec1-cont2 #p5{
    text-align: center;
    color: gray;
    font-weight: 800;
    font-size: 18px;
}
.sec1-cont2 #p4{
    background-color: #3579ea;
    color: white;
    padding: 8px;
    width: 24vh;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.sec1-cont2 #p3{
    color: rgb(173, 168, 168);
    font-weight: 700;
}
.sec1-cont2 .reg{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sec1-cont2 .reg input{
    background-color: rgb(31, 30, 30);
    width: 27vh;
    height: 4vh;
    border: 1px solid gray;
    border-radius: 5px;
    color: white;
    font-size: 13px;
    padding-left: 10px;
}
@media screen and (max-width:375px){
    .section2 .sec1-cont2 .reg input{
        margin-left: 10px;
    }
}
.sec1-cont2 .reg button{
    height: 3vh;
    border-radius: 7px;
    border: none;
    background-color: #3579ea;
    color: white;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.sec1-cont2 .reg p{
    text-align: center;
    font-size: 13px;
    color: gray;
}
.sec1-cont2 .reg p a{
    text-decoration: none;
    color: #3579ea;
}
.sec1-cont2 #p2 a{
    color: #3579ea;
    text-decoration: none;
    font-weight: 600;
}
.sec1-cont2 #p2{
    color: white;
    text-align: center;
}
