@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

* {
    margin: 0;
    padding: 0;
}

.main {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    background-image: url(/_img/main-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.nav-logo {
    transition: all 0.4s ease-out;

    margin-right: 0px;

    width: 310px;
    height: 45px;
    cursor: pointer;

    animation: fadeIn 2s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
}

.navigation-menu {
    width: stretch;
    margin: auto;
    padding: 20px;
    align-items: center;
    justify-content: center;
    display: flex;

    background-color: rgba(0, 0, 0, 0.4);
}

.nightclubsim {

    animation: fadeIn 1s ease-out;
    -webkit-animation: fadeIn 1s ease-out;
    -moz-animation: fadeIn 1s ease-out;
    -o-animation: fadeIn 1s ease-out;
    -ms-animation: fadeIn 1s ease-out;

    width: 90%;
    max-width: 750px;
    height: fit-content;
    padding: 30px;
    border-radius: 60px;
    margin: 33px auto;
    justify-content: center;
    align-items: center;

    background-color: rgba(255, 255, 255, 0.45);
}

.textdiv-ncs {
    text-align: center;
}

.textdiv-ncs h1 {

    animation: fadeIn 2s ease-out;
    -webkit-animation: fadeIn 2s ease-out;
    -moz-animation: fadeIn 2s ease-out;
    -o-animation: fadeIn 2s ease-out;
    -ms-animation: fadeIn 2s ease-out;

    font-family: 'Nunito Sans', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #f10081;
    text-shadow: 2px 2px 3.5px #FED238;
}

.textdiv-ncs h2 {

    animation: fadeIn 2s ease-out;
    -webkit-animation: fadeIn 2s ease-out;
    -moz-animation: fadeIn 2s ease-out;
    -o-animation: fadeIn 2s ease-out;
    -ms-animation: fadeIn 2s ease-out;

    font-family: 'Nunito Sans', sans-serif;
    font-size: 17.2px;
    font-weight: normal;
    color:rgb(15, 15, 15)
}

.ncs-thumbnail {

    animation: fadeIn 1.5s ease-out;

    width: stretch;
    height: stretch;
    max-height: 420px;

    border-radius: 40px;
    border-width: 0px;
    margin-bottom: 12px;
}

.buttondiv-ncs {
    animation: fadeIn 2.5s ease-out;
    -webkit-animation: fadeIn 2.5s ease-out;
    -moz-animation: fadeIn 2.5s ease-out;
    -o-animation: fadeIn 2.5s ease-out;
    -ms-animation: fadeIn 2.5s ease-out;

    margin-top: 20px;
    word-spacing: 20px;
    text-align: center;
}

.buttondiv-ncs h3 {
    margin-top: 11px;
    word-spacing: 20px;
    text-align: center;

    color: white;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
}


.getonmeta-ncs {
    transition: all 0.1s ease-out;

    cursor: pointer;

    padding-top: 10px;
    padding-bottom: 10px;

    padding-left: 15px;
    padding-right: 15px;

    font-size: 20px;
    background-color: rgb(0, 89, 255);
    color: white;

    border-radius: 999px;

    box-shadow: 2px 2px ;

    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.getonmeta-ncs:hover {

    transition: all 0.2s ease-in;

    cursor: pointer;

    font-size: 20px;
    background-color: rgb(255, 0, 200);
    color: white;

    border-radius: 999px;

    box-shadow: 2px 2px ;

    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.getonsquest-ncs {

    transition: all 0.1s ease-out;

    cursor: pointer;

    padding-top: 10px;
    padding-bottom: 10px;

    padding-left: 15px;
    padding-right: 15px;

    font-size: 20px;
    background-color: rgba(0, 0, 0, 0);
    color: white;

    border-radius: 999px;
    border-style: solid;
    border-width: 2px;
    border-color: white;

    box-shadow: 2px 2px white;

    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.getonsquest-ncs:hover {

    transition: all 0.2s ease-in;

    cursor: pointer;

    font-size: 20px;

    font-size: 20px;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);

    border-radius: 999px;
    border-color: black;

    box-shadow: 2px 2px black;

    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

/* Night Club Simulator Reviews */

.reviews-ncs {

    animation: fadeIn 1s ease-out;
    -webkit-animation: fadeIn 1s ease-out;
    -moz-animation: fadeIn 1s ease-out;
    -o-animation: fadeIn 1s ease-out;
    -ms-animation: fadeIn 1s ease-out;

    width: 90%;
    max-width: 750px;
    height: fit-content;
    padding: 30px;
    margin: 25px auto;
    justify-content: center;
    align-items: center;

    background-color: rgba(255, 255, 255, 0.45);
}

.reviews-textdiv-ncs h1 {

    animation: fadeIn 2s ease-out;
    -webkit-animation: fadeIn 2s ease-out;
    -moz-animation: fadeIn 2s ease-out;
    -o-animation: fadeIn 2s ease-out;
    -ms-animation: fadeIn 2s ease-out;

    font-family: 'Nunito Sans', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #f10081;
    text-shadow: 2px 2px 3.5px #FED238;
    text-align: center;
}

/* Review 1 */

.review1-ncs {
    margin-top: 5px;
    
    background-color: rgba(22, 22, 22, 0.25);
    padding: 13px;

    border-radius: 20px;
    box-shadow: 2px 2px 1.px rgba(0, 0, 0, 0.5);
}

.review1-ncs h2 {
    text-align: left;
    color: white;

    font-size: 17px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;

    
    border-radius: 99px;
}

.review1-ncs p {
    text-align: left;
    color: white;

    font-size: 12px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
 
    border-radius: 99px;
}

.review1-ncs p, .review1-ncs p::before, .review1-ncs p::after {
    
    transition: all 0.25s ease-out;

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;

    font-size: 12px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;

    
    border-radius: 99px;
}

.review1-ncs p {
    display: inline-block;
    position: relative;
}

.review1-ncs p:hover {
    transition: all 0.25s ease-out;
    
    color: #f10081; 
    cursor: pointer;
}

.review1-ncs p::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1.5px;
    background-color: white;
    transition: width 0.25s ease-out;
}

.review1-ncs p:hover::before {
    width: 100%;
}

.review1-ncs .stars {
    margin-top: 5px;
    justify-content: center;
    color: #f0ff65;
}

/* Review #2 */

.review2-ncs {
    margin-top: 20px;
    
    background-color: rgba(22, 22, 22, 0.25);
    padding: 13px;

    border-radius: 20px;
    box-shadow: 2px 2px 1.px rgba(0, 0, 0, 0.5);
}

.review2-ncs h2 {
    text-align: left;
    color: white;

    font-size: 17px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;

    
    border-radius: 99px;
}

.review2-ncs p {
    text-align: left;
    color: white;

    font-size: 12px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
 
    border-radius: 99px;
}

.review2-ncs p, .review2-ncs p::before, .review1-ncs p::after {
    
    transition: all 0.25s ease-out;

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;

    font-size: 12px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;

    
    border-radius: 99px;
}

.review2-ncs p {
    display: inline-block;
    position: relative;
}

.review2-ncs p:hover {
    transition: all 0.25s ease-out;
    
    color: #f10081; 
    cursor: pointer;
}

.review2-ncs p::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1.5px;
    background-color: white;
    transition: width 0.25s ease-out;
}

.review2-ncs p:hover::before {
    width: 100%;
}

.review2-ncs .stars {
    margin-top: 5px;
    justify-content: center;
    color: #f0ff65;
}

/* Footer */

.footer-div {

    animation: fadeIn 3s ease-out;
    -webkit-animation: fadeIn 3 ease-out;
    -moz-animation: fadeIn 3 ease-out;
    -o-animation: fadeIn 3 ease-out;
    -ms-animation: fadeIn 3 ease-out;

    width: stretch;
    max-width: 1280px;
    height: fit-content;

    justify-content: center;

    display: flex;

    text-align: center;

    margin-left: auto;
    margin-right: auto;
}

.footer-div .icon {
    cursor: pointer;

    background-color: white;
    border-radius: 50px;

    margin: 6px;

    width: fit-content;
    padding: 10px;

    font-size: 18px;
}

.footer-div .icon:nth-child(1) {
    transition: all 0.2s ease-out;

    color: red;
}

.footer-div .icon:nth-child(1):hover {
    transition: all 0.5s ease-in;

    color: #FD0188;
}

.footer-div .icon:nth-child(2) {
    transition: all 0.2s ease-out;

    color: #7289DA;
}

.footer-div .icon:nth-child(2):hover {
    transition: all 0.5s ease-in;

    color: #FD0188;
}

.footer-div .icon:nth-child(3) {
    padding-left: 13px;
    padding-right: 13px;


    transition: all 0.2s ease-out;

    color: black;
}

.footer-div .icon:nth-child(3):hover {
    transition: all 0.5s ease-in;

    color: #FD0188;
}

.footer-div .icon:nth-child(4) {
    padding-left: 13px;
    padding-right: 13px;


    transition: all 0.2s ease-out;

    color: #fa5c5c;
}


.footer-div .icon:nth-child(4):hover {
    transition: all 0.5s ease-in;

    color: #FD0188;
}

.footer-div .pp-link {
    padding-left: 10px;
    padding-right: 10px;
    
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;

}

/* privacypolicy.html */

.priv-policy {

    animation: fadeIn 1.5s ease-out;
    -webkit-animation: fadeIn 1.5s ease-out;
    -moz-animation: fadeIn 1.5s ease-out;
    -o-animation: fadeIn 1.5s ease-out;
    -ms-animation: fadeIn 1.5s ease-out;

    width: 90%;
    max-width: 750px;
    height: fit-content;
    padding: 30px;
    border-radius: 60px;
    margin: 25px auto;
    justify-content: center;
    align-items: center;

    background-color: rgba(255, 255, 255, 0.45);
}

.textdiv-pp {
    height: stretch;
    max-height: 950px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 12px;
}

.textdiv-pp h1 {

    animation: fadeIn 2.5s;
    -webkit-animation: fadeIn 2.5s;
    -moz-animation: fadeIn 2.5s;
    -o-animation: fadeIn 2.5s;
    -ms-animation: fadeIn 2.5s;
    

    font-family: 'Nunito Sans', sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    
    color: #f10081;
    text-shadow: 2px 2px 3.5px #FED238;
}

.textdiv-pp h2 {

    animation: fadeIn 2.5s;
    -webkit-animation: fadeIn 2.5s;
    -moz-animation: fadeIn 2.5s;
    -o-animation: fadeIn 2.5s;
    -ms-animation: fadeIn 2.5s;

    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;

    color:rgb(15, 15, 15)
}

.contact-pp {

    transition: all 0.2s ease-out;

    cursor: pointer;

    padding-top: 10px;
    padding-bottom: 10px;

    padding-left: 15px;
    padding-right: 15px;

    font-size: 20px;
    background-color: #f10081;
    color: white;

    border-radius: 999px;
    border-style: solid;
    border-width: 2px;
    border-color: white;

    box-shadow: 2px 2px white;

    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.buttondiv-pp {
    animation: fadeIn 3s ease-out;
    -webkit-animation: fadeIn 3s ease-out;
    -moz-animation: fadeIn 3s ease-out;
    -o-animation: fadeIn 3s ease-out;
    -ms-animation: fadeIn 3s ease-out;

    text-align: center;
}

.contact-pp:hover {

    transition: all 0.3s ease-in;

    cursor: pointer;

    padding-top: 10px;
    padding-bottom: 10px;

    padding-left: 15px;
    padding-right: 15px;

    font-size: 20px;
    background-color: #ffffff;
    color: black;

    border-radius: 999px;
    border-style: solid;
    border-width: 2px;
    border-color: black;

    box-shadow: 2px 2px black;

    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.bth-pp {
    margin-left: 20px;

    cursor: pointer;

    transition: all 0.2s ease-out;

    padding-top: 10px;
    padding-bottom: 10px;

    padding-left: 15px;
    padding-right: 15px;

    font-size: 20px;
    background-color: rgba(0, 0, 0, 0);
    color: #ff0088;

    border-radius: 999px;
    border-style: solid;
    border-width: 2px;
    border-color: #f10081;

    box-shadow: 2px 2px #f10081;

    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.bth-pp:hover {

    transition: all 0.3s ease-in;

    cursor: pointer;

    padding-top: 10px;
    padding-bottom: 10px;

    padding-left: 15px;
    padding-right: 15px;

    font-size: 20px;
    background-color: transparent;
    color: white;

    border-radius: 999px;
    border-style: solid;
    border-width: 2px;
    border-color: white;

    box-shadow: 2px 2px white;

    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}



