﻿
@font-face {
    font-family: 'PTSans-Bold';
    src: url('../fonts/PTSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'PTSans-Regular';
    src: url('../fonts/PTSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Nunito-Regular';
    src: url('../fonts/Nunito-Regular.ttf') format('truetype');
}

body {
    font-family: 'PTSans-Regular';
    overflow-x: hidden;
    /*background-color: #f3f6f7;*/
    font-style: normal !important;
}

.text-pink {
    font-family: 'PTSans-Regular';
}

.text-dark {
    font-family: 'PTSans-Bold';
    color: #7e7e7e !important;
}

p {
    font-size: 20px;
    color: #2f2f2f;
    margin: 0;
    font-weight: 400;
}

container {
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}


section {
    overflow: hidden;
    scroll-snap-align: start;
}

.section-gap {
    padding: 40px 0px;
}

.first-page-section img {
    height: auto;
    width: 40%;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.first-page-section > .h1, h1 {
    font-size: 45px !important;
    color: #d75880;
    font-family: PTSans-Bold;
}

.first-page-section > .h4, h4 {
    font-family: PTSans-Bold;
    color: #7e7e7e;
}

.logo-image {
    display: flex;
    justify-content: center;
}

.first-page-section {
    padding: 10px 0px 0px;
}

.Form-Data {
    position: relative;
}

.ErrorMessage {
    position: absolute;
    right: 0px;
}

.mobile {
    display: none;
}

.first-page-section > .h6, h6 {
    color: #d75880;
    font-family: PTSans-Regular;
    margin-top: 40px;
}

.first-page-section {
    height: 100vh;
}
.leo-img {
    height: auto;
    width: 78%;
}

.form-control-plaintext {
    border-bottom: 1px solid #ced4da;
    padding: 0.375rem 0;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    width: 100%; /* Keep full width for inputs within their container */
}

    .form-control-plaintext::placeholder {
        color: #8c8c8c;
        opacity: 1;
    }

    .form-control-plaintext:focus {
        outline: 0;
        box-shadow: none;
        border-color: #ced4da;
    }

.p {
    font-family: PTSans-Bold;
}


/* Submit Button Styles (Rectangular) */
.submit-rect-btn {
    background-color: #d75880;
    color: white;
    font-weight: bold;
    border: none;
   
    padding: 0.5rem 2rem;
    transition: background-color 0.3s ease;
    margin-top: 20px;
    border-radius: 30px;
}

    .submit-rect-btn:hover {
        background-color: #e65c87;
        color: white;
    }

.text-pink {
    color: #d75880;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 45px;
        color: #d75880;
    }
}

@media only screen and (max-width: 320px) and (min-width: 200px) {

    .first-page-section img {
        height: auto;
        width: 85%;
    }
    .leo-img{
        height:auto;
        width:78%;
    }
    .text-md-start {
        padding-top: 20px;
    }

    .Thank-you-Text, .See-You-Soon-Text {
        text-align: center;
        font-size:17px
    }
    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        font-size: 18px;
        margin-top: 35px;
    }

    .first-page-section {
        padding: 80px 0px 0px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .logo-image img {
        height: auto;
        width: 50%;
        margin-bottom: 0px !important;
    }

    .first-page-section > .h1, h1 {
        font-size: 35px !important;
        color: #d75880;
        font-family: PTSans-Bold;
    }

    #luna-section p {
        font-size: 15px;
        margin-bottom: 5px !important;
    }

    .submit-rect-btn {
        margin-top:0px;
    }
    .text-container{
        padding-bottom:40px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .first-page-section img {
        height: auto;
        width: 85%;
    }
    .leo-img {
        height: auto;
        width: 78%;
    }
    .text-md-start {
        padding-top: 20px;
    }
/*    .first-page-section {
        height: 110vh;
    }*/
    .luna-img{
        height:auto;
        width:88%;
    }
    .Thank-you-Text, .See-You-Soon-Text {
        text-align: center;
        font-size: 17px;
    }

    .logo-image img {
        height: auto;
        width: 50%;
        margin-bottom: 0px !important;
    }

    .first-page-section {
        padding: 80px 0px 0px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

@media only screen and (max-width: 425px) and (min-width: 376px) {
    .first-page-section img {
        height: auto;
        width: 85%;
    }
    .leo-img {
        height: auto;
        width: 78%;
    }
    .text-md-start {
        padding-top: 20px;
    }

    .Thank-you-Text, .See-You-Soon-Text {
        text-align: center;
        font-size: 17px;
    }

    .logo-image img {
        height: auto;
        width: 50%;
        margin-bottom: 0px !important;
    }

    .first-page-section {
        padding: 50px 0px 0px;
    }

        .first-page-section > .h1, h1 {
            margin-top: 20px;
            font-size: 35px !important;
            color: #d75880;
            font-family: PTSans-Bold;
        }

        .first-page-section > .h4, h4 {
            font-family: PTSans-Bold;
            color: #7e7e7e;
            margin-top: 65px;
        }

    #luna-section p {
        font-size: 18px;
    }

    .text-container {
        padding-bottom: 220px;
    }

    .submit-rect-btn {
        margin-top: 0px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .first-page-section > .h1, h1 {
        margin-top: 20px;
        font-size: 36px !important;
        color: #d75880;
        font-family: PTSans-Bold;
    }
}

@media only screen and (max-width: 380px) and (min-width: 373px) {
    .first-page-section img {
        height: auto;
        width: 85%;
    }
    .leo-img {
        height: auto;
        width: 78%;
    }
    .text-md-start {
        padding-top: 20px;
    }


    .Thank-you-Text, .See-You-Soon-Text {
        text-align: center;
        font-size: 20px;
    }
    .logo-image img {
        height: auto;
        width: 50%;
        margin-bottom: 0px !important;
    }

    .first-page-section {
        padding: 50px 0px 0px;
    }

        .first-page-section > .h1, h1 {
            margin-top: 20px;
            font-size: 35px !important;
            color: #d75880;
            font-family: PTSans-Bold;
        }

        .first-page-section > .h4, h4 {
            font-family: PTSans-Bold;
            color: #7e7e7e;
            margin-top: 65px;
        }

    #luna-section p {
        font-size: 18px;
    }

    .text-container {
        padding-bottom: 80px;
    }

    .submit-rect-btn {
        margin-top: 0px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

@media only screen and (max-width: 425px) and (min-width: 376px) {
    .first-page-section img {
        height: auto;
        width: 90%;
    }
    .leo-img {
        height: auto;
        width: 78%;
    }
    .text-md-start {
        padding-top: 20px;
    }


    .Thank-you-Text, .See-You-Soon-Text {
        text-align: center;
        font-size:24px;
    }
    .logo-image img {
        height: auto;
        width: 50%;
        margin-bottom: 0px !important;
    }

    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        margin-top: 65px;
        font-size: 25px;
    }

    .first-page-section {
        padding: 80px 0px 0px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}




@media only screen and (max-width: 769px) and (min-width: 426) {
    .first-page-section img {
        height: auto;
        width: 90%;
    }
    .leo-img {
        height: auto;
        width: 78%;
    }
    .text-md-start{
        padding-top:20px;
    }

    .Thank-you-Text, .See-You-Soon-Text {
        font-size: 24px;
        text-align: center;
    }

    .logo-image img {
        height: auto;
        width: 50%;
        margin-bottom: 0px !important;
    }

    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        margin-top: 65px;
        font-size: 25px;
    }

    .first-page-section {
        padding: 80px 0px 0px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

@media only screen and (max-width: 993px) and (min-width: 769px) {
    .logo-image img {
        height: auto;
        width: 50%;
        margin-bottom: 0px !important;
    }
}
/*@media only screen and (max-width: 1175px) and (min-width: 1024px) */
@media only screen and (min-width: 1024px) and (max-width:1227px) {


    .first-page-section > .h1, h1 {
        font-size: 37px !important;
        color: #d75880;
        font-family: PTSans-Bold;
    }

    .first-page-section > .h6, h6 {
        color: #d75880;
        font-family: PTSans-Regular;
        margin-top: 30px;
    }

    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 1228px) and (max-width: 1396px) {


    .first-page-section > .h1, h1 {
        font-size: 40px !important;
        color: #d75880;
        font-family: PTSans-Bold;
    }

    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        font-size: 20px !important;
    }

    .first-page-section img {
        height: auto;
        width: 39%;
    }

    .Thank-you-Text {
        font-size: 25px
    }
}

@media only screen and (min-width: 1396px) and (max-width: 1535px) {

    .first-page-section > .h1, h1 {
        font-size: 45.5px !important;
        color: #d75880;
        font-family: PTSans-Bold;
    }

    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        font-size: 23.5px !important;
    }

    .first-page-section img {
        height: auto;
        width: 43%;
    }

    .Thank-you-Text {
        font-size: 30px
    }

    .See-You-Soon-Text {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1536px) and (max-width: 1705px) {


    .first-page-section > .h1, h1 {
        font-size: 50px !important;
        color: #d75880;
        font-family: PTSans-Bold;
    }

    .Thank-you-Text {
        font-size: 30px
    }

    .See-You-Soon-Text {
        font-size: 22px;
    }

    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        font-size: 26px !important;
    }
}


@media only screen and (min-width: 1706px) and (max-width: 1919px) {

    .first-page-section > .h1, h1 {
        font-size: 52px !important;
        color: #d75880;
        font-family: PTSans-Bold;
    }

    .Thank-you-Text {
        font-size: 30px
    }

    .See-You-Soon-Text {
        font-size: 22px;
    }

    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        font-size: 28px !important;
    }

    .first-page-section img {
        height: auto;
        width: 53%;
    }
}

@media only screen and (min-width: 1920px) and (max-width: 2047px) {


    .first-page-section > .h1, h1 {
        font-size: 57px !important;
        color: #d75880;
        font-family: PTSans-Bold;
    }

    .Thank-you-Text {
        font-size: 30px
    }

    .See-You-Soon-Text {
        font-size: 22px;
    }

    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        font-size: 30px !important;
    }

    .first-page-section img {
        height: auto;
        width: 49%;
    }
}

@media only screen and (min-width: 2048px) and (max-width: 2303px) {


    .first-page-section > .h1, h1 {
        font-size: 60px !important;
        color: #d75880;
        font-family: PTSans-Bold;
    }

    .Thank-you-Text {
        font-size: 33px
    }

    .See-You-Soon-Text {
        font-size: 25px;
    }

    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        font-size: 32px !important;
    }

    .first-page-section img {
        height: auto;
        width: 59%;
    }
}

@media only screen and (min-width: 2304px) and (max-width: 3071px) {

    .first-page-section > .h1, h1 {
        font-size: 75px !important;
        color: #d75880;
        font-family: PTSans-Bold;
    }

    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        font-size: 42px !important;
    }

    .Thank-you-Text {
        font-size: 33px
    }
    #luna-section p{
        font-size:30px;
    }
    .submit-rect-btn{
        font-size:30px;
    }
    .form-control-plaintext {
        border-bottom: 1px solid #ced4da;
        padding: 0.375rem 0;
        background-color: transparent;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        font-size: 26px;
        line-height: 1.5;
        color: #495057;
        width: 100%;
    }

    .See-You-Soon-Text {
        font-size: 25px;
    }

    .first-page-section img {
        height: auto;
        width: 82%;
    }

    .first-page-section > .h6, h6 {
        color: #d75880;
        font-family: PTSans-Regular;
        margin-top: 40px;
        font-size: 25px;
    }
}

@media only screen and (min-width: 3072px) and (max-width: 4607px) {


    .first-page-section > .h1, h1 {
        font-size: 89px !important;
        color: #d75880;
        font-family: PTSans-Bold;
    }

    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        font-size: 48px !important;
    }

    .See-You-Soon-Text {
        font-size: 25px;
    }
    .Thank-you-Text {
        font-size: 35px;
    }
    .See-You-Soon-Text {
        font-size: 35px;
    }
}

@media only screen and (min-width: 4608px) and (max-width: 6143px) {


    .first-page-section > .h1, h1 {
        font-size: 133px !important;
        color: #d75880;
        font-family: PTSans-Bold;
    }

    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        font-size: 72px !important;
    }
}

@media only screen and (min-width: 6144px) {

    .first-page-section > .h1, h1 {
        font-size: 178px !important;
        color: #d75880;
        font-family: PTSans-Bold;
    }

    .first-page-section > .h4, h4 {
        font-family: PTSans-Bold;
        color: #7e7e7e;
        font-size: 96px !important;
    }
}
  