.popup-wrap {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1000;
}

.popup {
    width: 50%;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 20px;
    text-align: center;position: relative;
}

.btn-close {
    margin-top: 10px;
    top: -38px;
    position: absolute;
    right: -32px;
    background: var(--color-01);
    padding: 7px;
    color: white;
    border: navajowhite;
    border-radius: 17px;
    width: 29px;
    font-weight: bold;
    cursor: pointer;
}
#poptime{    position: absolute;
    color: white;
    top: -39px;
    right: 1px;
    font-family: var(--font-01);
    font-size: 11px;}
.x10d601 {
        display: flex;
        background: #ebebeb;
        padding: 20px;
        align-items: center;
        width: 40%;
        justify-content: space-between;
        margin: 10px 0;
        border-left: 10px solid var(--color-03);
        border-radius: 10px;
}
.x10sd600 {
	display: flex;
	flex-direction: column;
	background: var(--color-03);
	padding: 10px 20px;
	color: white;
	margin-right: 10px;
	text-align: center;
	height: 160px;
}
.x10i1{
    width: 16px;
    margin: 0 0 -4px;
}
.x10a2{

}
.x10s602 {
	font-size: 30px;
	font-family: 'Poppins';
	margin-bottom: 0;
	padding-top: 35px;
}
#x10d6000 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 0 33px 0;
	background-color: #A73862;
}
.x10s603 {
	font-size: 31px;
	border-bottom: 1px solid white;
}
.x10d603 {
    display: flex;
    flex-direction: column;
    width: 75%;
    text-align: left;
}
.x10s604 {
    font-size: 19px;
    font-family: inherit;
}
.x10s605, .x10s606 {
	font-size: 15px;
	color: #680241;
}
#x10h1600 {
	font-size: 40px;
	text-transform: capitalize;
	font-family: inherit;
	font-weight: 400;
	text-align: center;
	background-color: #A73862;
	color: white;
	padding: 20px 0;
}
.x10a1 {
	background: white;
	font-size: 13px;
	width: max-content;
	padding: 0 13px;
	color: black;
	margin: 6px 0 0;
	font-family: var(--font-01);
	border-radius: 20px;
}
#x10a2{    background: var(--color-03);
    font-size: 15px;
    color: white;
    padding: 7px 35px;
    font-family: var(--font-01);}
@media screen and (max-width:1486px) {
    .popup {
        width: 75%;
    }
}
@media screen and (max-width:835px) {
    .x10d601 {
        flex-direction: column;
        padding: 10px;
        align-items: flex-start;
    }
    .x10sd600 {
        width: 100%;
    }
    .x10d602 {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .x10d603 {
        width: 100%;
    }
}
@media screen and (max-width:500px) {
    .x10d601 {
        width: 100%;
        text-align: center;
    }
}