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

@font-face {
    font-family: "Droid";
    src: url("../font-family/droid-serif/DroidSerif.ttf");
    src: url("../font-family/droid-serif/DroidSerif.ttf"),
}
@font-face {
    font-family: "Lavonia";
    src: url("../font-family/ed-lavonia-regular_freefontdownload_org/ed-lavonia-regular.otf");
    src: url("../font-family/ed-lavonia-regular_freefontdownload_org/ed-lavonia-regular.otf"),
}

.nextToNext-logo .logoImage {

    width: 250px;
    object-fit: cover;
}

.background-image .bg-img {

    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.background-bg {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nav-bg {

    position: relative;
    z-index: 999;
}

.text-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-heading .text-bg {

    font-family: Droid !important;
    color: #1B1B55;
    font-size: 120px;
    text-align: center;
    line-height: 120px;
}
.text-heading .text-bg .uniqe-bg{

    font-size: 160px;
}
.text-heading .text-stay{

    position: relative;
    bottom: 52px;
}
.text-heading .text-stay .text-bg-stay{

    font-family: Lavonia !important;
    color: #098DB0 !important;
    font-size: 85px;
}


@media screen and (max-width: 768px) {
    .text-heading .text-bg {

        font-size: 80px !important;
        line-height: 93px !important;
    }
    .text-heading .text-bg .uniqe-bg {

        font-size: 94px !important;
    }
    .text-heading .text-stay {

        bottom: 38px !important;
    }
    .text-heading .text-stay .text-bg-stay {

        font-size: 75px !important;
    }
  }
  @media screen and (max-width: 425px) {

    .nextToNext-logo .logoImage{

        width: 140px !important;
    }
    .text-heading .text-bg{

        font-size: 60px !important;
        line-height: 70px !important;
    }
    .text-heading .text-bg .uniqe-bg{

        font-size: 65px !important;
    }
    .text-heading .text-stay .text-bg-stay{

        font-size: 50px !important;
    }
    .text-heading .text-stay{

        bottom: 30px !important;
    }
  }