@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/century-gothic');

/* font-family{
    font-family: 'Roboto';
    font-family: 'Century Gothic', sans-serif;
} */

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

/* body{
    overflow-y: scroll;
} */

p,
h1,
h2,
h3,
h4,
h5,
h6,
input {
    font-family: 'Roboto';
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #1E1E1E;

}



.index_image{
    position: relative;
    background-image: url("image.png");
     background-repeat: no-repeat;
    background-size: cover;
     background-position: bottom;
    width: 100%;
    height: 70%;
}

.overlays{
    position: absolute;
    bottom: 0;
    /* margin-top: 28vh; */
    /* bottom: 0; */
    width: 100%;
    height: 179px;
    flex-shrink: 0;
    /*background: linear-gradient(360deg, #081450 0%, rgba(10, 22, 79, 0.53) 78.88%, rgba(10, 22, 79, 0.00) 100%);*/


}

/* .overlay{
     background: linear-gradient(180deg, #0A164F 0%, rgba(10, 22, 79, 0.53) 58.88%, rgba(10, 22, 79, 0.00) 100%);
} */

@media (min-width: 450px) {
    .main-div {
        /* background-color: rebeccapurple !important; */
        width: 390px !important;
    }
}

.bg-color-black {
    min-height: 100%;
    background-color: #1E1E1E;
    color: #FFF0EC;
    /* padding-bottom: 20px !important; */
}

/* btn transparent border-wgite */
.btb-white {
    color: #FFF0EC !important;
    background-color: transparent !important;
}

.page-1 .upper h4 {
    font-family: 'Century Gothic', sans-serif;
    font-size: 30px !important;
    font-weight: 700;
}

.page-1 .upper p {
    font-family: 'Roboto' sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.upper{
    /* background-color: #0474D3 !important; */
}

/* .page-1 .blur {
    background-image: url('../img/photo.png');
    background-position: bottom;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter: blur(3px);
    float: right;
    height: 100%;
    width: 390px;
} */

@media (min-width: 480px) {
    
    .page-1 .lower img {
        width: 90% !important;
    }

}

.page-1 .lower h4 {
    font-family: 'Century Gothic', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.page-1 .lower p {
    font-family: 'Roboto' sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.page-1 .lower button {
    text-decoration: none;
    font-size: 12px;
    width: 200px;
    height: 40px;
    background: #0A164F;
    border-radius: 42px;
    gap: 10px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    margin-top: 2vmax;
    border: none;
}

/* -----  page-2 ----- */
.page-2 h4 {
    font-family: 'Roboto' sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.page-2 input {
    width: 100%;
    margin-top: 2.5vmax;
    padding-left: 30px;
    border-radius: 50vb;
    padding: 13px;
    font-size: 12px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
}

.page-2 button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 49px;
    gap: 10px;
    width: 320px;
    height: 40px;
    left: calc(50% - 320px/2);
    background: #FFF0EC;
    border-radius: 42px;
    font-family: 'Roboto' sans-serif;
    font-weight: 700;
    font-size: 12px;
}

.page-2 img{
width: 800;
height: 359px;
left: 360px;
opacity: 0.30px;
/* angle: -90 deg; */

}


@media (min-width: 480px) {
    /* .page-2 img {} */

    .page-2 h4 {
        font-size: 25px;
        margin-top: -1vmax;
    }

    .page-2 input {
        font-size: 14px;
        width: 100%;
        color: #fff;
        padding: 8px;
        margin-top: 1vmax;
        padding-left: 25px;
    }

    .page-2 button {

        padding: 13px 49px;
        gap: 10px;
        width: 320px;
        height: 35px;
        left: calc(50% - 320px/2);
        background: #FFF0EC;
        border-radius: 42px;
        font-family: 'Roboto' sans-serif;
        font-weight: 700;
        font-size: 12px;
    }

}

/* -------- page-3 ------------- */
.page-3 input {
    width: 100%;
    padding-left: 25px !important;
    background-color: transparent;
    border-radius: 50vh;
    padding: 13px;
    font-size: 12px;
    margin-top: 2.5vmax;
    border: 1px solid lightgray;
}

.page-3 h4 {
    font-family: 'Roboto' sans-serif;
    font-size: 25px !important;
    font-weight: 700;
}

.page-3 button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 49px;
    gap: 10px;
    width: 320px;
    height: 40px;
    left: calc(50% - 320px/2);
    background: #FFF0EC;
    border-radius: 42px;
    font-family: 'Roboto' sans-serif;
    font-weight: 700;
    font-size: 12px;
}



.row {
    padding: 0px !important;
}

@media (min-width: 480px) {
    .page-3 input {
        font-size: 14px;
        width: 100%;
        padding: 8px;
        margin-top: 1vmax;
        padding-left: 25px;
    }

    .page-3 h4 {
        font-size: 25px;
        margin-top: -1vmax;
    }

    /* .page-3 p {
        font-size: 10px;
    } */

    .page-3 button {
        padding: 13px 49px;
        gap: 10px;
        width: 320px;
        height: 35px;
        left: calc(50% - 320px/2);
        background: #FFF0EC;
        border-radius: 42px;
        font-family: 'Roboto' sans-serif;
        font-weight: 700;
        font-size: 12px;
    }
}

/* -----------  Page-4 ---------- */

.page-4 .row .btn-upper a button {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 49px;
    height: 40px;
    background-color: rgb(226, 126, 8);
    border: none;
    border-radius: 42px;
    font-family: 'Roboto' sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #FFF0EC;
}

.page-4 .inner-box {
    background-color:rgb(23, 38, 110);
    border-radius: 16px;
}

.page-4 .inner-box h5 {
    font-size: 15px;
    color: rgb(165, 124, 28);

}


.page-4 .inner-box h6 {
    font-size: 15px;
    /* color: rgb(165, 124, 28); */

}

.page-4 .inner-box h6 {
    font-size: 10px;
    color: #FFF0EC;

}

.page-4 .inner-box h6 span {
    color: #FFF0EC99;
}

.page-4 .inner-box p {
    font-size: 10px;
    color: #FFF0EC99;

}

.page-4 .inner-box button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 49px;
    height: 40px;
    background: rgb(38, 66, 204);
    border: none;
    border-radius: 42px;
    font-family: 'Roboto' sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #FFF0EC;
}

.page-4 .circle {
    position: absolute;
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50vh;
    background-color: #FFF0EC;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 60px;
}

@media (min-width: 480px) {
    .page-4 .circle {
        left: 50%;
        /* bottom: 65px !important; */
        transform: translate(200%, -50%);
    }
}

.main-div {
    position: relative !important;
}

.page-4 .circle i {
    font-size: 40px;
    text-align: center;
    font-weight: 900;
    color: #000000;
}

/* ----------  page-5 ----------- */
.page-5 {
    font-family: 'Roboto' sans-serif;
}

.page-5 i {
    color: #FFF0EC;
    font-size: 20px;
}

.page-5 .lower p {
    font-size: 12px;
    font-weight: 700;
}

.page-5 .lower input {
    width: 100%;
    padding-left: 25px !important;
    background-color: transparent;
    border-radius: 50vh;
    padding: 13px;
    font-size: 12px;
    margin-top: 2.5vmax;
    border: 1px solid lightgray;

}

.page-5 .lower button {
    padding: 8px 49px;
    border-radius: 50vh;
    background-color: rgb(26, 41, 113);
    border: none;
    color: #fff;
    outline: none;
}

@media (min-width: 480px) {
    .page-5 .lower input {
        font-size: 14px;
        width: 100%;
        padding: 8px;
        margin-top: 1vmax;
        padding-left: 25px;
    }
}

.page-5 .lower .radio input {
    width: 10%;
}


.radio-button {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.radio-button input[type="radio"] {
    display: none;
}

.radio-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #aaa;
    position: relative;
    margin-right: 10px;
}

.radio-circle::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.2s ease-in-out;
}

.radio-button input[type="radio"]:checked+.radio-circle::before {
    transform: translate(-50%, -50%) scale(1);
}


.radio-label {
    font-size: 12px;
    font-weight: 700;
}

.radio-button:hover .radio-circle {
    border-color: #555;
}

.radio-button:hover input[type="radio"]:checked+.radio-circle::before {
    background-color: #555;
}

/* slide  */
.page-5 .slider-div h6{
    font-size: 12px;
    font-weight: 700;
}

.page-5 .slider-div p{
    font-size: 12px;
    font-weight: 400;
    color: gray;
}

/* ----------  page-6 ----------- */

.page-6 {
    font-family: 'Roboto' sans-serif;
}

.page-6 i {
    font-size: 20px;
    color: #FFF0EC;
}

.page-6 .lower p {
    font-size: 12px;
    font-weight: 700;
}

.page-6 .lower .inner-div {
    position: relative;
}

.page-6 .lower input {
    display: none;
    position: absolute;
}

.page-6 .lower label {
    width: 100%;
    display: flex;
    padding-left: 25px !important;
    padding-right: 25px !important;
    background-color: transparent;
    border-radius: 50vh;
    padding: 13px;
    font-size: 12px;
    margin-top: 2.5vmax;
    border: 1px dashed lightgray;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: grey;

}

.page-6 .lower label p {
    font-size: 12px;
    line-height: normal;
}

.page-6 .lower label i {
    font-size: 1rem;
}

.page-6 .lower button {
    padding: 8px 40px;
    border-radius: 50vh;
    background-color: rgb(226, 126, 8);
    color: #fff;
    font-weight: 500;
    border: none;
    outline: none;
}

@media (min-width: 480px) {
    .page-6 .lower label {
        font-size: 14px;
        width: 100%;
        padding: 8px;
        margin-top: 1vmax;
        padding-left: 25px;
    }
}

/* ---------- page-7 ----------- */

.page-7 i {
    font-size: 20px;
    color: #FFF0EC;
}

.page-7 .lower {
    background-color: #171717;
    border-radius: 20px;
}

.page-7 .lower h5 {
    font-size: 20px;
    font-weight: 700;
}

.page-7 .lower h6 {
    font-size: 11px;
    font-weight: 700;
}

.page-7 .lower p {
    font-size: 10px;
    font-weight: 700;
    color: gray;
}

.page-7 .lower button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 49px;
    height: 40px;
    background: rgb(26, 41, 112);
    border: none;
    border-radius: 42px;
    font-family: 'Roboto' sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #FFF0EC;
}

.page-7 .lower .raise {
    background-color: rgb(226, 126, 8);

}

.page-7 .lower .map-div img {
    border-radius: 8px;
}

.page-7 .img-div .img-div-inner {
    width: 100%;
    height: 110px;
    /* background-color: lightblue; */
    display: flex;
    align-items: center;
    overflow-x: auto;
}

.page-7 .img-div .img-div-inner img {
    /* width: 100%; */
    height: 80px;
    border-radius: 8px;
    margin-right: 0.5vmax;
    margin-left: 0.5vmax;

}

.page-7 .img-div .img-div-inner::-webkit-scrollbar {
    height: 4px;
    /* width of the entire scrollbar */
}

.page-7 .img-div .img-div-inner::-webkit-scrollbar-thumb {
    background-color: rgb(73, 73, 73);
    height: 10px;
    border-radius: 20px;
}



/* ----------  page-8 ----------- */

.page-8 {
    font-family: 'Roboto' sans-serif;
}

.page-8 i {
    font-size: 20px;
    color: #FFF0EC;
}

.page-8 .lower p {
    font-size: 12px;
    font-weight: 700;
}

.page-8 .lower .inner-div {
    position: relative;
}

.page-8 .lower input {
    display: none;
    position: absolute;
}

.page-8 .lower label {
    width: 100%;
    display: flex;
    padding-left: 25px !important;
    padding-right: 25px !important;
    background-color: transparent;
    border-radius: 50vh;
    padding: 13px;
    font-size: 12px;
    margin-top: 2.5vmax;
    border: 1px dashed lightgray;
    display: flex;
    align-items: center;
    margin-right: .5vmax;
    /* justify-content: space-between; */
    color: grey;

}

.page-8 .lower .labeling {
    justify-content: space-between;

}

.page-8 .lower label span {
    color: #fff;
    margin-left: .5vmax;
    font-weight: 500;
}

.page-8 .lower label p {
    font-size: 12px;
    line-height: normal;
}

.page-8 .lower label i {
    font-size: 1rem;
}

.page-8 .lower button {
    padding: 8px 40px;
    border-radius: 50vh;
    font-weight: 500;
    color: #fff;
    background-color: rgb(226, 126, 8);
    outline: none;
    border: none;
}

@media (min-width: 480px) {
    .page-8 .lower label {
        font-size: 14px;
        width: 100%;
        padding: 8px;
        margin-top: 1vmax;
        padding-left: 25px;
    }
}


.page-8 .img-div-inner {
    width: 100%;
    height: 110px;
    border: 1px dashed gray;
    display: flex;
    padding: 5px;
    border-radius: 10px;
    align-items: center;
    overflow-x: auto;
}

.page-8 .img-div-inner img {
    /* width: 100%; */
    height: 80px;
    border-radius: 8px;
    margin-right: 0.5vmax;
    margin-left: 0.5vmax;

}

.page-8 .img-div-inner::-webkit-scrollbar {
    height: 4px;
    /* width of the entire scrollbar */
}

.page-8 .img-div-inner::-webkit-scrollbar-thumb {
    background-color: transparent;
    height: 10px;
    border-radius: 20px;
}

.page-8 .modal-div .modal-dialog .modal-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 80px;
    background-color: rgba(0, 0, 0, 0);
    /* width: 380px; */
    /* height: 100%; */
    /* margin-left: 3vmax; */
    /* background: rgba(25, 25, 25, 0.637); */
  

}




.page-8 .modal-div .modal-dialog .modal-content .modal-header {
    border: none;
    /* transform: scale(); */
}

.page-8 .modal-div .modal-dialog .modal-content button{
    font-size: 15px !important;
    width: 300px;

    border: none;
}

.page-8 .modal-div .modal-dialog .modal-content .cross{
    padding: 5px;

}

.circles{
    margin-bottom: 2vmax;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px !important;
    width: 15px !important;
    border-radius: 50%;
}


.page-8 .modal-div .modal-dialog .modal-content .yellow{
    background-color: rgb(226, 126, 8);
}

.page-8 .modal-div .modal-dialog .modal-content .white{
    background-color: #ffffff;
    color: #000000;
}

.page-8 .modal-div .modal-dialog .modal-content .blue{
    background-color: rgb(26, 41, 112);
    /* color: #000000; */
}

.modal-form-div label{
    text-align: center;

    
}

/* ------------- page-9 ----------- */

.page-9 .lower p{
    font-size: 12px;
}

.page-9 .lower select{
    font-size: 12px;
    border-radius: 50vh;
    padding: 9px;
    padding-left: 20px;
    border: 1.5px dashed grey;
    background-color: transparent;
    color: #FFF0EC;
}

.page-9 .lower select option{
    background-color: #171717;
    color: #ffffff;   
}

.page-9 .lower .btn-div button{
    font-size: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 50vh;
    background-color: transparent;
    border: 1.5px solid gray;
    color: #FFF0EC;
}
.page-9 .lower .date-div{
    width: 100%;
    padding: 10px;
    border-radius: 50vh;
    padding-left: 20px;
    padding-right: 20px;
    background-color: lightgrey;
    border: 1.5px solid gray;
    color: #000000;
}






@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');

:root {
    /* --calendar-bg-color: #229; */
    --calendar-font-color: #FFF;
    --weekdays-border-bottom-color: #404040;
    --calendar-date-hover-color: #505050;
    /* --calendar-current-date-color: #1b1f21; */
    --calendar-today-color: linear-gradient(to bottom, #03a9f4, #2196f3);
    --calendar-today-innerborder-color: transparent;
    --calendar-nextprev-bg-color: transparent;
    --next-prev-arrow-color : #FFF;
    --calendar-border-radius: 16px;
    --calendar-prevnext-date-color: #484848
}

* {
    padding: 0;
    margin: 0;
}




.calendar {
    font-family: 'IBM Plex Sans', sans-serif;
    position: relative;
    max-width: 400px; /*change as per your design need */
    min-width: 320px;
    background: var(--calendar-bg-color);
    color: var(--calendar-font-color);
    margin: 20px auto;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: normal;
    border-radius: var(--calendar-border-radius);
}

.calendar-inner {
    padding: 10px 10px;
}

.calendar .calendar-inner .calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.calendar .calendar-inner .calendar-body div {
    padding: 4px;
    min-height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    margin: 10px 2px 0px;
}

.calendar .calendar-inner .calendar-body div:nth-child(-n+7) {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendar .calendar-inner .calendar-body div:nth-child(-n+7):hover {
    border: 1px solid transparent;
    border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendar .calendar-inner .calendar-body div>a {
    color: var(--calendar-font-color);
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.calendar .calendar-inner .calendar-body div:hover {
    border: 1px solid var(--calendar-date-hover-color);
    border-radius: 4px;
}

.calendar .calendar-inner .calendar-body div.empty-dates:hover {
    border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-controls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.calendar .calendar-inner .calendar-today-date {
    display: grid;
    text-align: center;
    cursor: pointer;
    margin: 3px 0px;
    background: var(--calendar-current-date-color);
    padding: 8px 0px;
    border-radius: 10px;
    width: 80%;
    margin: auto;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month {
    display: flex;
    min-width: 100px;
    justify-content: space-evenly;
    align-items: center;
}

.calendar .calendar-inner .calendar-controls .calendar-next {
    text-align: right;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label,
.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label {
    font-weight: 500;
    font-size: 20px;
}

.calendar .calendar-inner .calendar-body .calendar-today {
    background: var(--calendar-today-color);
    border-radius: 4px;
}

.calendar .calendar-inner .calendar-body .calendar-today:hover {
    border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-body .calendar-today a {
    outline: 2px solid var(--calendar-today-innerborder-color);
}

.calendar .calendar-inner .calendar-controls .calendar-next a,
.calendar .calendar-inner .calendar-controls .calendar-prev a {
    color: var(--calendar-font-color);
    font-family: arial, consolas, sans-serif;
    font-size: 26px;
    text-decoration: none;
    padding: 4px 12px;
    display: inline-block;
    background: var(--calendar-nextprev-bg-color);
    margin: 10px 0 10px 0;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg {
    height: 20px;
    width: 20px;
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg path,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg path{
    fill: var(--next-prev-arrow-color);
}

.calendar .calendar-inner .calendar-body .prev-dates,
.calendar .calendar-inner .calendar-body .next-dates {
    color: var(--calendar-prevnext-date-color);
}

.calendar .calendar-inner .calendar-body .prev-dates:hover,
.calendar .calendar-inner .calendar-body .next-dates:hover {
  border: 1px solid transparent;
  pointer-events: none;
}






.image-scroller-container {
    overflow-x: auto;
    white-space: nowrap;
    margin: 10px;
}

.image-scroller {
    display: flex;
    gap: 10px;
}

.image-scroller img {
    width: 200px;
    height: 150px;
    cursor: pointer;
}

#fullScreenOverlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.fullScreenImageContainer {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

#fullScreenImage {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}