@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    background-color: #301d06;
}

.main_container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    max-width: 428px;
}

.main_container video {
    max-width: 100%;
}

.link_container {
    position: absolute;
    bottom: 215px;


}

.top_logos {
    position: absolute;
    top: 70px;
    display: flex;
    justify-content: center;
}

.top_logos img {
    width: 95%;
}

.link_container a {
    color: #130d00;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    background: #d7a72f;
    border-radius: 15px;
    padding: 10px 25px;
}

.video_container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    /* max-width: 428px;
    width: 100%; */
}

.body_container {
    width: 100%;
    margin: 0 auto;

    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    max-width: 428px;
    top: 0;
    display: none;
}

@media screen and (max-width:1024px) {
    .body_container {
        display: flex;
    }
    .button_containerlogin {
		position: absolute;
		top: 470px;
		width: 90% !important;
		text-align: center;
	}
	.button_containerlogin button {
		padding: 15px 10px;
		width: 100%;
		border: none;
		font-size: 24px;
		outline: none;
		cursor: pointer;
		background-color: #FFB90B;
		color: #000;
		font-weight: 700;
		text-align: center;
		border-radius: 12px;
	}
}

.winner_container {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.video_container video {

    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.mini_logo {
    position: absolute;
    top: 10px;
    left: 10px;
}

.mini_logo img {
    width: 95%;
}

.logo_container {
    position: absolute;
    top: 10px;
    right: 10px;
}

.ham_logo {
    position: absolute;
    top: 80px;
}

.y_link {
    position: absolute;
    top: 120px;
    max-width: 100%;
    width: 90%;
}

.cc_name {
    position: absolute;
    top: 330px;
    display: flex;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90%;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    flex-direction: column;
    /* gap: 8px; */
}

.cc_ea {
    position: absolute;
    top: 425px;
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    /* flex-direction: column; */
    gap: 8px;
}

.cc_ea a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.cc_ea img {
    width: 18px;
}

.cc_ea div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cat_box {
    position: absolute;
    top: 500px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto;
    width: 90%;
}

.cat_box a {
    width: 48%;
    color: #d7a72f;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 20px;
    background-color: rgba(11, 4, 0, 0.8);
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: 2px solid #87620d;

}

.cat_box a img {
    width: 28px;
}

.cc_name h2,
.cc_name h3,
.cc_name h4,
.cc_name h5 {
    margin: 0;
    padding: 0;

}

.cc_name h3 {
    color: #d7a72f;
}

.aw_logo {
    position: absolute;
    top: 120px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
}

.aw_logo2 {
    position: absolute;
    top: 120px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
}

.form_container {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 90%;
    padding: 20px;
    border-radius: 12px;
    left: 50%;
    transform: translateX(-50%);
    top: 320px;
}

.input_container {
    display: flex;
    flex-direction: column;

}

.input_container input {
    padding: 15px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 16px;
    margin-top: 10px;
    outline: none;
}
.win_img {
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	width: 130px !important;
	height: 130px !important;
	top: 174px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 120px;
}
.win_img .iphone {
	height: 70px !important;
}
	
@media (max-width: 768px) {
	.date{
		position: absolute;
		top: 265px !important;
		font-size:22px !important;
		color: #fff;
		font-weight: 600;
	}
	.y_link {
		position: absolute;
		top: 100px !important;
		max-width: 100%;
		width: 90%;
	}
	.cc_ea a {
		color: #fff;
		display: flex;
		align-items: center;
		gap: 10px;
		text-decoration: none;
		font-size: 12px !important;
	}
	.cc_ea_3 a {
		color: #fff;
		display: flex;
		align-items: center;
		gap: 10px;
		text-decoration: none;
		font-size: 12px !important;
	}
	.cc_name h3 {
		color: #d7a72f;
		font-size: 18px !important;
	}
	.cc_name_3 h3 {
		color: #d7a72f;
		font-size: 18px !important;
	}
	.back_button {
		position: absolute;
		top: 385px !important;
		width: 90%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #fff;
		background-color: rgba(0, 0, 0, 0.5);
		padding: 10px 20px;
		border-radius: 12px;
	}
	.ticket_box {
		position: absolute;
		top: 440px !important;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 20px;
		margin: 0 auto;
		width: 90%;
		left: 20px;
	}
	.ticket_box .ticket {
		color: #000;
		font-size: 14px !important;
		font-weight: 700;
		text-decoration: none;
		padding: 10px 20px;
		background-color: rgba(255, 255, 255, 0.7);
		border-radius: 12px;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: 210px !important;
		overflow-y: auto;
	}
	.ticket_box_desk .ticket {
		color: #000;
		font-size: 14px !important;
		font-weight: 700;
		text-decoration: none;
		padding: 10px 20px;
		background-color: rgba(255, 255, 255, 0.7);
		border-radius: 12px;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: 210px !important;
		overflow-y: auto;
	}
	.win_img {
		background-color: rgba(255, 255, 255, 0.7);
		position: absolute;
		width: 140px !important;
        height: 140px !important;
        top: 275px !important;
        left: 50% !important;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 120px;
	}
	.win_img .iphone {
		height: 70px !important;
	}
	.con {
		position: absolute !important;
		top: 385px !important;
		color: #d7a72f;
		font-size: 24px !important;
		text-align: center;
	}
	.con_desk {
		margin-top: 40px;
		color: #d7a72f;
		font-size: 24px !important;
		text-align: center;
	}
	.con_name {
		position: absolute;
		top: 525px !important;
		color: #d7a72f;
		font-size: 20px !important;
		text-align: center;
	}
	.con_name_desk {
		text-align: center;
		color: #d7a72f;
		font-size: 20px !important;
		margin-top: 40px;
	}
	.co_id_desk {
		text-align: center;
		color: #d7a72f;
		font-size: 20px !important;
		margin-top: 40px;
	}
	.co_id {
		position: absolute;
		top: 585px !important;
		color: #d7a72f;
		font-size: 20px !important;
	}
	.video_container1 video{
		max-width: 100%;
	}
	.back_button_desk {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #fff;
		background-color: rgba(0, 0, 0, 0.5);
		padding: 10px 20px;
		border-radius: 12px;
		margin: 5px 0 !important;
	}
}

.button_container {
    position: absolute;
    top: 560px;
    width: 90%;
    text-align: center;
}

.button_container button {
    padding: 15px 10px;
    width: 100%;
    border: none;
    font-size: 24px;
    outline: none;
    cursor: pointer;
    background-color: #FFB90B;
    color: #000;
    font-weight: 700;
    text-align: center;
    border-radius: 12px;
}



.title_container {
    position: absolute;
    top: 90px;
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    text-align: center;

}

.title_container h2,
.title_container h3 {
    margin: 0;
    padding: 0;
}

.title_container h2 {
    margin-bottom: 12px;
    color: #d7a72f;
}

.title_coupon {
    position: absolute;
    top: 110px;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    text-align: center;

}

.title_coupon a {
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    gap: 10px;

}

.title_coupon a img {
    width: 16px;
    filter: invert(100%);
}

.title_coupon h2,
.title_coupon h3 {
    margin: 0;
    padding: 0;
}

.title_coupon h2 {
    margin-bottom: 12px;
    color: #d7a72f;
}

.prize_container {
    position: absolute;
    top: 190px;
    width: 90%;
}

.prize_container img {
    width: 100%;
}

.back_button {
    position: absolute;
    top: 420px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 12px;
}

.back_button span {
    color: #d7a72f;
    font-size: 18px;
    font-weight: 700;
}

.back_button a {
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    gap: 10px;

}

.back_button a img {
    width: 18px;
    filter: invert(100%);
}

.ticket_box {
    position: absolute;
    top: 480px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    width: 90%;
    left: 20px;

}

.ticket_box .ticket {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 210px;
    overflow-y: auto;
}

.ticket_box .ticket table {
    width: 100%;
    border: 0;
}

.ticket_box .ticket table th {
    padding: 5px 3px;
    width: 35%;
    text-align: center;
    border: 2px solid #8a6a1b;
    background-color: rgba(117, 90, 24, 0.5);
    ;
}

.ticket_box .ticket table td {
    padding: 8px 3px;
    width: 35%;
    font-weight: 400;
    border: 2px solid #8a6a1b;
    text-align: center;
}

.con {
    position: absolute !important;
    top: 420px;
    color: #d7a72f;
    font-size: 24px;
    text-align: center;
}

.con_name {
    position: absolute;
    top: 555px;
    color: #d7a72f;
    font-size: 24px;
    text-align: center;
}

.co_id {
    position: absolute;
    top: 640px;
    color: #d7a72f;
    font-size: 24px;
}

/*COUPON*/

.coupon_box {
    position: absolute;
    top: 180px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    width: 90%;
    left: 20px;


}

.coupon_box .ticket {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.coupon_box .ticket table {
    width: 100%;
    border: 0;
    table-layout: auto;

}

.coupon_box .ticket table th {
    text-align: center;
    border: 2px solid #8a6a1b;
    background-color: rgba(117, 90, 24, 0.5);
    font-size: 15px;
    font-weight: 500;

}

.coupon_box .ticket table td {
    border: 2px solid #8a6a1b;

    font-weight: 400;
    text-align: center;
}

.coupon_box .ticket table td img {
    width: 28px;
}

.win_desk_top{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 428px;
    max-width: 95%;
    height: 80vh;
}
.win_img {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 170px;
    height: 170px;
    top: 49%;
    left: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 120px;
    transform: translate(-50%,-50%);
}

.win_img img {
    height: 80px;
}

.win_img .iphone {
    height: 120px;
}

.india_1{
    position: absolute;
    top: 205px;
    background-color: #d7a72f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 12px;
    border-radius: 30px;
}
.date{
    position: absolute;
    top: 270px;
    font-size:24px;
    color: #fff;
    font-weight: 600;
}
.welcome_video {
    display: none;
}

.welcome_bigvideo {
    width: 100%;


}

@media screen and (min-width: 1440px) {
    .welcome_bigvideo {
        height: 100vh;
    }
}

@media screen and (max-width: 1024px) {
    .welcome_video {
        display: block;
    }

    .welcome_bigvideo {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .desktop {
        display: none;
    }
}
.d-block{
    display: block;
}
.desktop {
    /* position: absolute; */
    max-width: 95%;
    width: 1440px;
    padding-top: 15px;
    margin:0 auto;
}

.desktop .top_header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.desk_form {
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
@media screen and (max-width: 1024px) {
    .desk_form {
        max-width: 95%;
        width: 385px;

    }
}

.desk_form_container {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.india_1_desk {

    background-color: #d7a72f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 12px;
    border-radius: 30px;
}

.date_desk {

    font-size: 24px;
    color: #fff;
    font-weight: 600;
}


.form_container_desk {
    background-color: rgba(255, 255, 255, 0.8);

    width: 100%;
    padding: 20px;
    border-radius: 12px;

}

.input_container_desk {
    display: flex;
    flex-direction: column;

}

.input_container_desk input {
    padding: 15px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 16px;
    margin-top: 10px;
    outline: none;
}

.button_container_desk {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.button_container_desk button {
    padding: 15px 10px;
    width: 100%;
    border: none;
    font-size: 24px;
    outline: none;
    cursor: pointer;
    background-color: #FFB90B;
    color: #000;
    font-weight: 700;
    text-align: center;
    border-radius: 12px;
}

.button_containerlogin {
	margin-top: 30px;
    width: 100%;
    text-align: center;
}
.button_containerlogin button {
    padding: 15px 10px;
    width: 100%;
    border: none;
    font-size: 24px;
    outline: none;
    cursor: pointer;
    background-color: #FFB90B;
    color: #000;
    font-weight: 700;
    text-align: center;
    border-radius: 12px;
}
.desk_vdeo_y {
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin-top: 60px;
    justify-content: space-between;
}

.desk_vdeo_y>div {
    flex-basis: 49%;
}

.cc_name_desk {
    display: flex;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    flex-direction: column;
    /* gap: 8px; */
}

.cc_ea_desk {
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    /* flex-direction: column; */
    gap: 8px;
}

.cc_ea_desk a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.cc_ea_desk img {
    width: 18px;
}

.cc_ea_desk div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cat_box_desk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto;
}

.cat_box_desk a {
    width: 48%;
    color: #d7a72f;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 20px;
    background-color: rgba(11, 4, 0, 0.8);
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: 2px solid #87620d;

}

.cat_box_desk a img {
    width: 42px;
}

.cc_name_desk h2,
.cc_name_desk h3,
.cc_name_desk h4,
.cc_name_desk h5 {
    margin: 0;
    padding: 0;

}

.cc_name_desk h3 {
    color: #d7a72f;
}
.view-mycoupons{
    width: 428px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width:100%;
}
@media screen and (max-width:1024px){
    .view-mycoupons{
        margin-top: 40px;
    }
}

.title_coupon_desk {
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    text-align: center;
	margin-bottom: 20px;
}

.title_coupon_desk a {
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    gap: 10px;
}

.title_coupon_desk a img {
    width: 16px;
    filter: invert(100%);
}

.title_coupon_desk h2,
.title_coupon_desk h3 {
    margin: 0;
    padding: 0;
}

.title_coupon_desk h2 {
    margin-bottom: 12px;
    color: #d7a72f;
}

/*COUPON desk*/

.coupon_box_desk {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
}

.coupon_box_desk .ticket {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.coupon_box_desk .ticket table {
    width: 100%;
    border: 0;
    table-layout: auto;

}

.coupon_box_desk .ticket table th {
    text-align: center;
    border: 2px solid #8a6a1b;
    background-color: rgba(117, 90, 24, 0.5);
    font-size: 15px;
    font-weight: 500;

}

.coupon_box_desk .ticket table td {
    border: 2px solid #8a6a1b;

    font-weight: 400;
    text-align: center;
}

.coupon_box_desk .ticket table td img {
    width: 28px;
}

.view-cat{
    width: 428px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width:95%;
}

@media screen and (max-width:1024px){
    .view-cat{
        margin-top: 15px;
    }
}
.title_container_desk {
     
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    text-align: center;

}

.title_container_desk h2,
.title_container_desk h3 {
    margin: 0;
    padding: 0;
}

.title_container_desk h2 {
    margin-bottom: 12px;
    color: #d7a72f;
}
.prize_container_desk {
    
    width: 100%;
}

.prize_container_desk img {
    width: 100%;
}


.back_button_desk {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 12px;
    margin: 20px 0;
}

.back_button_desk span {
    color: #d7a72f;
    font-size: 18px;
    font-weight: 700;
}

.back_button_desk a {
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    gap: 10px;

}

.back_button_desk a img {
    width: 18px;
    filter: invert(100%);
}

.ticket_box_desk {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto 20px;
    width: 100%;
}

.ticket_box_desk .ticket {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 255px;
    overflow-y: auto;
}

.ticket_box_desk .ticket table {
    width: 100%;
    border: 0;
}

.ticket_box_desk .ticket table th {
    padding: 5px 3px;
    width: 35%;
    text-align: center;
    border: 2px solid #8a6a1b;
    background-color: rgba(117, 90, 24, 0.5);
    ;
}

.ticket_box_desk .ticket table td {
    padding: 8px 3px;
    width: 35%;
    font-weight: 400;
    border: 2px solid #8a6a1b;
    text-align: center;
}
.win_container{
    display: flex;
    justify-content: center;
     margin-top: 60px;
    /*margin-left: -25px; */
}
.win_img_desk {
    background-color: rgba(255, 255, 255, 0.7);
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 120px;
}

.win_img_desk img {
    height: 80px;
}

.win_img_desk .iphone {
    height: 90px;
}
.con_desk {
    margin-top: 40px;
    color: #d7a72f;
    font-size: 34px;
    text-align: center;
}

.con_name_desk {
    text-align: center;
    color: #d7a72f;
    font-size: 24px;
     margin-top: 40px;
}

.co_id_desk {
    text-align: center;
    color: #d7a72f;
    font-size: 24px;
     margin-top: 40px;
}
.winner_container video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}
.desk_landing {
    display: flex;
    flex-direction: row;
    gap: 80px;
    margin-top: 60px;
    justify-content: space-between;
    width: 100%;
}

.desk_landing > div {
    display: none; /* Hide all by default */
    flex-shrink: 0; /* Prevent shrinking */
}

.desk_landing > div:first-child {
    display: block;
    flex-basis: 48%;
}

.desk_landing > div:nth-child(2),
.desk_landing > div:nth-child(3) {
	display: block;
    flex-basis: 48%;
}
.desk_landing .land_img img {
    width: 100%;
    opacity: 0.8;
    border-radius: 12px;
    object-fit: cover;
    height: -webkit-fill-available;

}

.land_img_mobile {
    top: 650px;
    width: 385px;
    position: absolute;
    margin-bottom: 20px;
}

.land_img_mobile img {
    width: 100%;

    border-radius: 12px;
}
@media screen and (max-width:400px) {
    .land_img_mobile {
        width: 350px;
    }
}

.gifimgdiv{
	width: 50%;
}

@media screen and (max-width:768px) {
    .gifimgdiv{
		width: 95%;
	}
}

.land_img_mobile img {
    width: 100%;
    border-radius: 12px;
}

.body_container_3 {
    width: 428px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 95%;
    display: none;
}

@media screen and (max-width:1024px) {
    .body_container_3 {
        display: flex;
    }
    .mobile_bg {
        background-image: url(../images/glitter.jpg);
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        height: 100vh;
        background-position: center;
    }
    .mobile_gif {
        background-image: url(../images/desk-congratulations-1.gif);
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        height: 100vh;
        background-position: center;
    }
   .mobiledetails_gif {
		background-image: url(../images/glitter.gif);
		background-repeat: no-repeat;
		width: 100%;
		background-size: cover;
		height: 100vh;
		background-position: center;
	}
}
.mobile_gif {
	background-image: url(../images/desk-congratulations-1.gif);
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	height: 100vh;
	background-position: center;
}
.gifdiv {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
	background-image: url(../images/glitter.gif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
	
.mini_logo_3 {
    margin-top: 10px;
    width:100%;

}

.mini_logo_3 img {
    width: 100%;
}
.y_link_3 {
    margin-top: 15px;
    max-width: 100%;
    width: 100%;
}
.cc_name_3 {
    display: flex;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    flex-direction: column;
    /* gap: 8px; */
    margin-top: 15px;
}
.cc_name h2,
.cc_name h3,
.cc_name h4,
.cc_name h5,
.cc_name_3 h2,
.cc_name_3 h3,
.cc_name_3 h4,
.cc_name_3 h5 {
    margin: 0;
    padding: 0;

}

.cc_name h3,
.cc_name_3 h3 {
    color: #d7a72f;
}
.cc_ea_3 {

    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    /* flex-direction: column; */
    gap: 8px;
    margin-top: 15px;
}

.cc_ea_3 a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.cc_ea_3 img {
    width: 18px;
}

.cc_ea_3 div {
    display: flex;
    align-items: center;
    gap: 10px;
}
/*
.cat_box_3 {

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    margin-top: 15px;
}
*/

.cat_box_3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    margin-top: 15px;
    background-image: url(../images/image004.png);
    background-size: cover;
    background-position: center;
    padding: 35px 10px;
    border-radius: 12px;
}

.cat_box_3 a {
    width: 48%;
    color: #d7a72f;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 20px;
    background-color: rgba(11, 4, 0, 1);
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: 2px solid #87620d;

}

.cat_box_3 a img {
    width: 28px;
}

.msgdiv{
/*
	color: #d7a72f;
    text-align: center;
    padding: 10px;
    border-radius: 12px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.5);
*/
	color: #ffc62b;
    text-align: center;
    padding: 10px;
    border-radius: 12px;
    margin-top: 10px;
    background-color: rgb(132 118 118 / 50%);
    margin-bottom: 10px;
}

.timer_design {
    color: #feba0f;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 20px;
    background-color: rgba(46, 28, 1, 0.6);
    border-radius: 40px;
    display: flex;
    border: 1px solid #feba0f;
    flex-direction: column;
}

.timer_design h2 {
    font-size: 24px;
    text-align: center;
    font-style: italic;
    color:#ffffff;
}

.timer_design h1 {
    font-size: 26px;
    text-align: center;
    color:#ffffff;
}
.timer_design h1 span {
	display : inline-block;
	padding : 3px 8px;
    background-color:#047ab8;
}

.timer_design h3 {
    font-size: 36px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.timer_design .timer_di {
	display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    gap: 28px;
    margin-bottom: 30px;
}

.timer_design .timer_di div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 24px;
}

.timer_design .timer_di div span {
    border: 1px solid #feba0f;
    border-radius: 100px;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
}

@media screen and (max-width:1024px) {
    .timer_design {
		position: fixed;
		top: 40%;
	}

	.timer_design h1 {
		font-size: 20px;
		text-align: center;
		color: #ffffff;
	}
    .timer_design h2 {
        font-size: 18px;
    }
	.timer_design h3 {
		font-size: 22px;
		text-align: center;
		padding: 0;
		margin: 0;
	}
    .timer_design .timer_di {
        margin-top: 10px;
        gap: 20px;
        margin-bottom: 15px;
    }

    .timer_design .timer_di div {
        /* width: 45%; */
        gap: 5px;
        font-size: 14px;

    }

    .timer_design .timer_di div span {
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        padding: 10px;
    }
}
