            @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }
            
            .container {
                max-width: 1330px;
                width: 100%;
                padding: 0 15px;
                margin: 0 auto;
            }
            
            img {
                max-width: 100%;
            }
            
            a {
                text-decoration: none;
            }
            
            ul li {
                list-style: none;
            }
            
            .d-flex {
                display: flex;
                align-items: center;
            }
            /* First screen */
            
            .dip_first_screen {
                background: url("../images/lucky_dip_bg.png");
                background-size: cover;
                height: 100vh;
            }
            
            .lucky_dip_img_wrap,
            .prize_wrap {
                text-align: center;
            }
            
            .lucky_dip_img_wrap img {
                max-width: 550px;
                width: 100%;
            }
            
            .prize_wrap {
                margin-top: 10px;
            }
            
            a.start_btn {
                background: #FFC100;
                padding: 15px 30px;
                border-radius: 50px;
                margin: 0 auto;
                color: #000;
                font-size: 22px;
                font-family: "Urbanist", sans-serif;
                font-weight: 500;
                display: inline-block;
                margin-top: 30px;
            }
            
            .prize_wrap .gagets {
                max-width: 750px;
                width: 100%;
            }
            /*  */
            
            .quiz_wrap {
                background-position: center;
                background-repeat: no-repeat;
                position: relative;
            }
            
            .question_heading_wrap {
                max-width: 980px !important;
                width: 100% !important;
                background: #531979;
                border-radius: 50px;
                text-align: center;
                padding: 10px 20px;
                margin: 0 30px;
            }
            
            .question_heading_wrap h1 {
                font-size: 36px;
                line-height: 40px;
                font-family: "Urbanist", sans-serif;
                text-align: center;
                color: #fff;
                font-weight: 600;
            }
            
            .question_heading_wrap p {
                color: #fff;
                font-size: 24px;
                line-height: 30px;
                font-family: "Urbanist", sans-serif;
                font-weight: 300;
            }
			.detail_input_wrap {
				width: 40%;
				display: flex;
				align-items: center;
			}
			.personal_details_wrap .input_wrap{
			margin-bottom:20px;}
            
            #personal_details {
                padding-top: 0px!important;
            }
            
            .quiz_footer_wrap {
                align-items: center;
                justify-content: space-between;
                margin-top: 40px;
            }
            
            #fifth_screen,
            #fourth_screen {
                background: url("../images/Nepanac-bg.png");
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
            }
            
            #first_screen,
            #second_screen {
                background: url("../images/Wipes.png");
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
            }
            
            #third_screen {
                background: url("../images/myokid_bg.png");
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
            }
            
            .quiz_footer_wrap img {
                /*max-width: 300px;
                width: 100%;*/
				margin:0 auto;
            }
            
            .quiz_footer_wrap img:not(:last-child) {
                margin-right: 80px;
            }
            
            .question p {
                font-size: 30px;
                line-height: 40px;
                font-family: "Inter", sans-serif;
            }
            
            input[type="radio"] {
                width: 35px;
                height: 35px;
            }
            
            input[type="submit"]:hover,
            .leftbtn a:hover,
            .right_btn a:hover {
                opacity: 0.9;
            }
            
            .leftbtn a,
            .right_btn a,
            .right_btn input {
                background: #512177;
                padding: 14px 30px;
                border-radius: 50px;
                color: #fff;
                font-size: 26px;
                font-weight: 500;
                display: inline-block;
                font-family: "Urbanist", sans-serif;
                margin-right: 10px;
            }
            
            button.slick-prev.slick-arrow,
            button.slick-next.slick-arrow {
                display: none !important;
            }
            
            #fifth_screen .right_btn a {
                max-width: 200px;
                width: 100%;
                display: flex;
                align-items: center;
            }
            
            .right_btn input {
                max-width: 200px;
                width: 100%;
            }
            
            .input_wrap label {
                font-size: 28px;
                font-family: "Inter", sans-serif;
                margin-right: 50px;
                margin-left: 15px;
            }
            
            .input_wrap {
                margin-top: 35px;
            }
            
            .question {
                padding: 50px 0;
            }
            
            .leftbtn a img,
            .right_btn a img {
                width: 30px;
                margin: 0 10px;
            }
            
            .quiz_btns {
                justify-content: space-between;
            }
            
            .right_btn a img {
                transform: rotate(180deg);
            }
            
            .quiz_screen {
                height: 100vh;
                padding: 150px 0 0 0;
            }
            
            #personal_details .quiz_btns {
                margin-top: 50px;
            }
            
            .quiz_header {
                position: sticky;
                top: 0px;
                width: 100%;
                background-color: #fff;
                max-width: 1300px;
                margin: 0 auto;
                z-index: 2;
                padding: 30px 0 10px 0;
            }
            
            .quiz_footer_wrap {
                position: sticky;
                bottom: 0;
                background: #FFF;
            }
            
            input#opinion {
                width: 100%;
                border-width: 0px 0px 1px 0px;
                outline: none;
                color: #000;
                padding: 10px 20px;
				background:transparent;
            }
            
            span.reqired {
                color: red;
            }
            
            .personal_details_wrap h3 {
                text-align: center;
                font-size: 28px;
                line-height: 38px;
                font-family: "Inter", sans-serif;
            }
            
            .personal_details_wrap label {
                font-size: 18px;
                line-height: 28px;
                font-weight: 600;
                font-family: "Inter", sans-serif;
            }
            
            .personal_detail_input {
                width: 100%;
            }
            
            .personal_detail_input label {
                width: 36%;
            }
            
            input {
                width: 100%;
                border-width: 0px 0px 1px 0px;
                outline: none;
                color: #000;
                padding: 16px 20px;
            }
            
            .personal_detail_input {
                display: flex;
            }
            /* carousel */
            
            .carousel {
                width: 100%;
                overflow: hidden;
                position: relative;
            }
            
            .carousel-container {
                display: flex;
                transition: transform 0.5s ease;
            }
            
            .carousel-item {
                width: calc(100% / 3);
                /* Set width for 3 items */
                flex-shrink: 0;
            }
            /* Optional: Add styling for navigation buttons */
            
            .prev,
            .next {
                cursor: pointer;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                font-size: 24px;
                color: white;
                background-color: black;
                padding: 10px;
                z-index: 1;
            }
            
            .prev {
                left: 0;
            }
            
            .next {
                right: 0;
            }
            /* CSS for the transition animation */
            
            .dip_first_screen,
            .next_screen {
                width: 100vw;
                height: 100vh;
                position: absolute;
                top: 0;
                left: 0;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .next_screen {
                display: none;
                /* Initially hidden */
                background-color: #fff;
                /* Adjust as needed */
            }
            
            .start_btn img {
                margin-left: 10px;
                /* Adjust as needed */
            }
            /* Animation */
            
            @keyframes fadeUp {
                0% {
                    opacity: 0;
                    transform: translateY(50px);
                }
                100% {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            /* Add transition animation */
            
            .next_screen {
                animation: fadeUp 0.5s forwards;
                /* Adjust duration as needed */
            }
            
            .slick-slide {
                margin-right: 40px !important;
            }
            /* Responsive */
            
            @media(max-width:1199px) {
                .slick-slide:not(:last-child) {
                    margin-right: 40px !important;
                    text-align: center;
                }
                .question_heading_wrap h1 {
                    font-size: 32px;
                    line-height: 40px;
                }
                .question_heading_wrap p {
                    font-size: 22px;
                }
                .question_heading_wrap {
                    max-width: 700px !important;
                    width: 100% !important;
                }
                .lucky_dip_img_wrap img {
                    max-width: 450px;
                    width: 100%;
                }
                .prize_wrap .gagets {
                    max-width: 600px;
                    width: 100%;
                }
                a.start_btn {
                    padding: 13px 25px;
                    margin: 0 auto;
                    font-size: 20px;
                    margin-top: 20px;
                }
                .start_btn img {
                    margin-left: 5px;
                    width: 22px;
                }
            }
            
            @media(max-width: 1024px) {
                .quiz_footer_wrap img {
                    max-width: 240px !important;
                    width: 100%;
                }
                .leftbtn a,
                .right_btn a,
                .right_btn input {
                    padding: 10px 23px;
                    font-size: 20px;
                }
                .personal_details_wrap h3 {
                    font-size: 23px;
                    line-height: 38px;
                }
                .personal_details_wrap label {
                    font-size: 16px;
                    line-height: 25px;
                }
                .lucky_dip_img_wrap img {
                    max-width: 400px;
                    width: 100%;
                }
                .prize_wrap .gagets {
                    max-width: 650px;
                    width: 100%;
                    margin-top: 20px;
                }
            }
            
            @media(max-width: 991px) {
                .question_heading_wrap h1 {
                    font-size: 27px;
                    line-height: 36px;
                }
                .question_heading_wrap p {
                    font-size: 19px;
                    line-height: 30px;
                }
                .question p {
                    font-size: 24px;
                    line-height: 34px;
                }
                .input_wrap label {
                    font-size: 20px;
                    font-family: "Inter", sans-serif;
                    margin-right: 10px;
                    margin-left: 15px;
                }
                .quiz_footer_wrap img {
                    max-width: 200px !important;
                    width: 100%;
                }
                a.start_btn {
                    padding: 12px 25px;
                    font-size: 19px;
                    margin-top: 30px;
                }
                a.start_btn img {
                    width: 20px;
                }
            }
            
            @media(max-width: 767px) {
                .question p {
                    font-size: 17px;
                    line-height: 27px;
                }
                input[type="radio"] {
                    width: 22px;
                    height: 22px;
                }
                .input_wrap label {
                    font-size: 15px;
                    margin-right: 10px;
                    margin-left: 8px;
                }
                .personal_details_wrap h3 {
                    font-size: 19px;
                    line-height: 38px;
                }
                .personal_details_wrap label {
                    font-size: 13px;
                    line-height: 20px;
                    margin-top: 15px;
                }
                .personal_detail_input {
                    flex-direction: column;
                }
                input {
                    padding: 13px 14px;
                }
                .personal_detail_input label {
                    width: 100%;
                }
                .first_img {
                    display: none;
                }
                .question_heading_wrap h1 {
                    font-size: 20px;
                    line-height: 30px;
                }
                .question_heading_wrap p {
                    font-size: 15px;
                    line-height: 23px;
                }
                .second_img {
                    margin-top: 10px;
                    width: 50%;
                    display: none;
                }
                #personal_details {
                    margin-top: 20px;
                }
                .leftbtn a,
                .right_btn a,
                .right_btn input {
                    padding: 7px 9px;
                    font-size: 14px;
                }
                .leftbtn a img,
                .right_btn a img {
                    width: 13px;
                    margin: 0 4px;
                }
                .leftbtn {
                    width: 35%;
                }
                .right_btn {
                    width: 65%;
                }
                /* .quiz_btns {
                    flex-direction: column;
                } */
                .question_heading_wrap {
                    margin: 0 !important;
                }
				#personal_details .input_wrap {
                 margin: 6px 0px;
              }
				.quiz_screen {
                padding: 60px 0 0 0;
                }
            }