/* @font-face {
    font-family: appetite;
    src: url('./appetite.ttf') format(truetype);
}
@font-face {
    font-family: DairyMilkFonto;
    src: url('./DairyMilkFont-Medium.otf') format(truetype);
}
@font-face {
    font-family: DairyMilkFontT;
    src: url('./DairyMilkFont-Medium.ttf') format(truetype);
} */
@font-face {
    font-family: BCRegular;
    src: url('./BalooChettan-Regular.ttf') format(truetype);
}
@font-face {
    font-family: Insanibc;
    src: url('./Insanibc.ttf') format(truetype);
}

body{
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #571a9c;
    background-image: radial-gradient(#8317ff,#490e8b);
}
.centerSection{
    height: 40%;
    width: 100%;
     display: flex;
    justify-content: space-between;
    align-items: center;
}
.logoSec{
    width: 37%;
    display: flex;
    justify-content: end;
}
.logoSec img{
    height: 20vh;
}
.comeBackText{
    width: 60%;
    padding: 1vh;
}
.back{
    font-size: 4.8vh;
    letter-spacing: 0.2vh;
    color: #ffffffe3;
    font-family: "Insanibc", cursive;
}
.subText{
    font-size: 2.5vh;
    color: #ffffffbe;
     font-family: "Baloo Chettan 2", sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .centerSection{
    height: 60%;
    width: 100%;
     display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    }
    
      .logoSec{
       width: 100%;
        display: flex;
        justify-content: center;
    }
    .logoSec img{
        height:16vh;
    }

    .comeBackText{
        width: 100%;
        padding: 1vh;
        padding-right: 3vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } 

    .back {
        font-size: 4.5vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .subText {
        font-size: 2.2vh;
        text-align: center;
        width: 52%;
    }

    .logoSec img {
        height: 16vh;
    }
}

@media screen and (max-width:767px){
    .centerSection{
    height: 60%;
    width: 100%;
     display: flex;
     flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .logoSec{
       height: 20%;
       width: 100%;
        display: flex;
        justify-content: center;
    }
    .logoSec img{
        height:16vh;
    }
    .comeBackText{
        height: 30%;
        width: 90%;
        padding: 1vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .back{
        font-size: 3.2vh;
        width: 100%;
        color: #ffffffe3;
        font-family: "Insanibc", cursive;
        text-align: center;
    }
    .subText{
        font-size: 2vh;
        width: 80%;
        color: #ffffffbe;
        font-family: "Baloo Chettan 2", sans-serif;
        text-align: center;
    }
}
