@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&family=Poppins:wght@200;300;400&display=swap');
body {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

button:focus {
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
}

a,
button,
a:hover,
button:hover {
    transition: all 0.45s ease-in-out;
}

textarea:focus,
input:focus,
button:focus {
    outline: none;
}

*:focus {
    outline: none;
}

#header {
    background-color: #0a3b8d;
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 93px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
    margin: 0 5px;
    padding: 7px 12px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-item:last-child a.nav-link {
    background-color: red;
    border-radius: 5px;
}

#footer {
    background-color: #0a3b8d;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

#footer p {
    margin: 0;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    display: inline;
    list-style: none;
}

#footer ul li a {
    color: #fff;
}

#footer .copyright {
    text-align: left;
    color: #fff;
}

#footer .footermenu {
    text-align: right;
    color: #fff;
}

.homepagebody {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 120px;
    padding-bottom: 120px;
}

.pagebody {
    padding-top: 150px;
    padding-bottom: 150px;
    /*    width:100%;
    position: absolute;
    top:50%;
    left:50%;
    padding-top:85px;
    transform: translate(-50%,-50%);*/
    /*padding-top:120px;*/
    /*padding-bottom:120px;*/
}

.whitebody {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
}

.whitebody .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.keypoints .pageheader h1 {
    color: #000;
    font-size: 30px;
}

.keypoints .eachkeypoint {
    margin-top: 40px;
}

.keypoints .eachkeypoint h2 {
    color: #000;
    font-size: 20px;
}

.keypoints .eachkeypoint p {
    color: #000;
}

.eachkeypoint .imgbg {
    float: none;
    margin: 0 auto 20px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

.eachkeypoint .imgbg img {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.eachcardsbg {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.wiazrdtickets {
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #f1f0f0;
}

.eachcard {
    width: 23%;
    min-height: 120px;
    margin-bottom: 20px;
}

.eachcard a {
    background-color: #ff914d;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

.eachcard a:hover {
    text-decoration: none;
    opacity: 0.9;
}

.eachcard img {
    width: 32px;
    margin-top: 0;
    margin-bottom: 10px;
}

.eachcard h4 {
    color: #fff;
    font-weight: bold;
}

.eachcard p {
    color: #fff;
    padding: 0;
    margin: 0;
}

.greencard.eachcard a {
    background-color: #1bb85f;
}

.pinkcard.eachcard a {
    background-color: #ff5757;
}

.bluecard.eachcard a {
    background-color: #0a3b8d;
}

.wiazrdtickets {
    padding-bottom: 20px;
}

.wiazrdpage ul {
    margin-top: 26px;
    border-top: 4px solid #0948b3;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 0;
}

.wiazrdpage ul li {
    list-style: none;
    margin-top: -23px;
}

.wiazrdpage ul li a {
    display: inline-block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    color: #0948b3;
    font-size: 21px;
    display: inline-block;
    padding-top: 5px;
}

.wiazrdpage ul li a:hover,
.wiazrdpage ul li a:focus {
    opacity: 0.95;
    text-decoration: none;
}

.wiazrdpage ul li.active a {
    background-color: #0948b3;
    color: #fff;
    text-decoration: none;
}

.wiazrdpage ul li a img {
    width: 60%;
}

.wiazrdtickets form button[type="submit"]:hover {
    opacity: 0.9;
}

.wiazrdtickets form button[type="submit"] {
    background-color: #0948b3;
    border-color: #0948b3;
}

.wiazrdtickets form {
    margin-top: 10px;
}

.wiazrdtickets form .image-upload input {
    visibility: hidden;
    width: 0;
    height: 0
}

.wiazrdtickets form .image-upload img {
    cursor: pointer;
}

.success_wizard_message {
    background-color: #fff;
    border-radius: 5px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 25px auto 0 auto;
    color: #000;
}

.success_wizard_message a {
    color: #0948b3;
}

.success_wizard_message span {
    color: #ff5757;
}

.success_wizard_message img {
    width: 64px;
    margin-bottom: 20px;
}

.mainh3heading {
    margin-top: 50px;
}

.mainh3heading h3 {
    color: #000;
}

.styled-input::before {
    content: '*';
    color: red;
    margin-right: 4px;
    /* Adjust spacing between asterisk and text */
}


/* Style for the container */

.custominput-style {
    position: relative;
    color: #495057;
    /*display: inline-block;*/
}


/* Style for the label */

.custominput-style .input-label {
    position: absolute;
    left: 8px;
    /* Adjust the position as needed */
    top: 0;
    margin-top: 16px;
    /*transform: translateY(-50%);*/
    color: black;
    pointer-events: none;
    /* Ensure the label doesn't interfere with input events */
    transition: 0.2s ease-out;
    /* Optional: Add a transition effect for smoother user experience */
}


/* Move the label up when the input is focused or has a value */

.custominput-style .styled-input:focus+.input-label,
.custominput-style .styled-input:not(:placeholder-shown)+.input-label {
    transform: translateY(-100%);
    /*display:none;*/
    margin-top: 18px;
    font-size: 11px;
    /* Optional: Reduce font size when moved up */
}

.custominput-style .input-label {
    color: #495057;
}

.custominput-style label span {
    color: red;
}


/* Style for the input */


/*.styled-input {
    padding: 10px;
}*/

@media only screen and (max-width: 991px) {
    #header {
        position: unset;
        top: unset;
        padding: 19px 0 0 0;
    }
    #footer {
        position: unset;
        bottom: unset;
    }
    .homepagebody {
        position: unset;
        height: auto;
        left: unset;
        top: unset;
        transform: unset;
        padding-bottom: 80px;
    }
    .navbar {
        justify-content: end;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        margin-top: -60px;
    }
    .homepagebody .container {
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        color: #fff;
    }
    .eachcardsbg {
        width: 100%;
    }
    .eachcard {
        width: 48%;
    }
    .wiazrdtickets {
        width: 100%;
    }
    .navbar {
        background-color: #0a3b8d;
    }
    #header {
        padding: 25px 0 0 0;
    }
    .pagebody {
        padding-top: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .logosection img {
        width: 250px;
    }
    #footer .copyright {
        text-align: center;
    }
    #footer .footermenu {
        text-align: center;
    }
}

@media only screen and (max-width: 413px) {
    .eachcard {
        width: 100%;
    }
    .mainh3heading {
        margin-top: 20px;
    }
    .mainh3heading h3 {
        color: #000;
        font-size: 20px;
    }
}