:root {
    --primary-color: #bb1b20;

    --first-color: #0594d1;
    --second-color: #bb1b20;
    --third-color: #ffb300;
    --fourth-color: #7237b7;

    --white-color: #fff;
    --black-color: #000;
    --yellow-color: #ffe721;

    --first-color-light: #0594d14d;
    --second-color-light: #bb1b204d;
    --third-color-light: #ecab0f4d;
    --fourth-color-light: #7237b74d;


    --text-color: #585858;

    --field-color: #ff7b7b;
    --body-color: #fff7e3;
    --background-color: #ff7b7b2e;
}
/*--------------------------------------- Mixins Ends -------------------------------------*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#content-wrapper #home-page .banner-section, #content-wrapper #result-page .result-section{
    background-color: var(--primary-color);
    position: relative;
    width: 100%;
    height: 100%;
    min-height: fit-content;
    background-image: url("../img/background/banner/curve-top.png");
    background-position: top 0 left 0;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

#content-wrapper #home-page .banner-section .custom-container{
    padding-top: 100px;
    padding-bottom: 20%;
}
#content-wrapper #home-page .banner-section .block-wrapper {
    position: relative;
    text-align: center;
    z-index: 1;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .image-container {
    width: 100%;
    max-width: 600px;
    margin: auto;
    position: relative;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .image-container
    img {
    width: 100%;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .image-container
    .spark-background {
    position: absolute;
    right: 20%;
    top: -45px;
    max-width: 40px;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .image-container
    .bird-background {
    position: absolute;
    right: -40px;
    top: -15%;
    max-width: 80px;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .text-container {
    width: fit-content;
    max-width: 90%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .text-container::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    background: transparent;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .text-container::after {
        content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    background: transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .text-container
    h2,
#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .text-container
    h3 {
    text-transform: uppercase;
    font-family: impressed;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .text-container
    h2 {
    color: var(--white-color);
    margin-bottom: 10px;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .text-container
    h3 {
    color: var(--yellow-color);
    font-weight: 500;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .gift-text-container {
        display: inline-block;
        color: var(--white-color);
        padding: 20px 10px;
        font-size: larger;
        text-transform: uppercase;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .gift-container {
        display: flex;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .gift-container
    img{
    width: 33.33%;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .link-container {
    margin-top: 55px;
    margin-bottom: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .link-container
    a {
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .nemonic-container
    .link-container
    a:nth-of-type(2) {
    background-color: var(--third-color);
    margin-left: 30px;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .left-children-container {
    position: absolute;
    max-width: 200px;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .left-children-container
    img {
    width: 100%;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .right-children-container {
    position: absolute;
    max-width: 500px;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .right-children-container
    img {
    width: 100%;
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .left-children-container {
    bottom: 10%;
    left: 5%;
    animation: characterMove 5s linear infinite;
}

@keyframes characterMove{
    0%{
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    25%{
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50%{
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
    75%{
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100%{
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

#content-wrapper
    #home-page
    .banner-section
    .block-wrapper
    .right-children-container {
    bottom: 35%;
    right: -5%;
    animation: planeMove 5s linear infinite alternate, planeRotate 5s linear infinite alternate-reverse;
}

@keyframes planeMove{
    from{
        translate: -30px;
    }
    to{
        translate: 30px;
    }
}

@keyframes planeRotate{
    from{
        rotate: -5deg;
    }
    50%{
        rotate: 5deg;
    }
    to{
        rotate: 10deg;
    }
}

#content-wrapper
    #home-page
    .banner-section
    .left-rainbow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    max-width: 200px;
    z-index: 1;
    top: 0;
}

#content-wrapper
    #home-page
    .banner-section
    .bottom-container {
    position: absolute;
    bottom: -5%;
    width: 100%;
}

#content-wrapper
    #home-page
    .banner-section
    .background-container {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#content-wrapper #home-page .form-frame-section {
    padding-bottom: 60px;
}

#content-wrapper #home-page .form-frame-section .custom-container {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

#content-wrapper #home-page .form-frame-section .block-wrapper {
    display: flex;
    margin: 0px;
}

#content-wrapper #home-page .form-frame-section .block-wrapper .block-item {
    padding: 0px;
}

#content-wrapper
    #home-page
    .form-frame-section
    .block-wrapper
    .block-item:nth-of-type(1) {
    width: 40%;
    padding-right: 40px;
}

#content-wrapper
    #home-page
    .form-frame-section
    .block-wrapper
    .block-item:nth-of-type(2) {
    width: 60%;
    padding-left: 40px;
}

#content-wrapper
    #home-page
    .form-frame-section
    .block-wrapper
    .block-item:nth-of-type(2)
    .inner {
    position: sticky;
    top: 100px;
}

#content-wrapper #result-page .custom-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#content-wrapper
    #result-page
    .result-section
    .left-rainbow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    max-width: 200px;
    z-index: 1;
    top: 0;
}

#content-wrapper
    #result-page
    .result-section
    .bottom-container {
    position: absolute;
    bottom: -5%;
    width: 100%;
}

#content-wrapper
    #result-page
    .result-section
    .background-container {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#content-wrapper #result-page .result-section .block-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    z-index: 1;
}

#content-wrapper #result-page .result-section .block-wrapper .block-item {
    width: 50%;
    padding: 20px;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item
    .common-result-container {
    z-index: 1;
    padding: 0px !important;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item
    .inner
    .result-page-nemonic-container {
    text-align: center;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item
    .inner
    .result-page-nemonic-container
    .left-children-container{
    margin: auto;
    max-width: 200px;
    animation: characterMove 5s linear infinite;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item
    .inner
    .result-page-nemonic-container
    .text-container {
    margin-bottom: 30px;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item
    .inner
    .result-page-nemonic-container
    .text-container
    h3,
#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item
    .inner
    .result-page-nemonic-container
    .text-container
    h2 {
    color: var(--white-color);
    text-transform: uppercase;
    font-family: impressed;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item
    .inner
    .result-page-nemonic-container
    .text-container
    h2 {
    font-size: 70px;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item
    .inner
    .result-page-nemonic-container
    .text-container
    h3 {
    font-weight: 500;
    font-weight: 400;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item
    .inner
    .result-page-nemonic-container
    .image-container {
    max-width: 400px;
    margin: auto;
    margin-top: 40px;
    position: relative;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item
    .inner
    .result-page-nemonic-container
    .image-container
    img {
    width: 100%;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item
    .inner
    .result-page-nemonic-container
    .image-container
    .spark-background {
    position: absolute;
    right: 20%;
    top: -45px;
    max-width: 40px;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item
    .inner
    .result-page-nemonic-container
    .image-container
    .bird-background {
    position: absolute;
    right: -40px;
    top: -15%;
    max-width: 80px;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item:nth-of-type(1) {
    margin-top: 40px;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item:nth-of-type(2)
    .text-container
    ul {
    margin-top: 40px;
    margin-bottom: 40px;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item:nth-of-type(2)
    .text-container
    ul
    li {
    font-size: 26px;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item:nth-of-type(2)
    .result-page-logo-container {
    margin-top: 40px;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item:nth-of-type(2)
    .result-page-logo-container
    .image-container {
    width: 250px;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .block-item:nth-of-type(2)
    .result-page-logo-container
    .image-container
    img {
    width: 100%;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .download-container {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 20%;
    width: 100%;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .download-container
    ul
    li
    h3,
#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .download-container
    ul
    li
    h4 {
    font-family: impressed;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .download-container
    ul
    li
    h4 {
    font-weight: 500;
    color: var(--white-color);
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .download-container
    ul
    li
    h3 {
    color: var(--yellow-color);
    font-weight: 400;
}

#content-wrapper
    #result-page
    .result-section
    .block-wrapper
    .download-container
    ul
    li:not(:last-child) {
    margin-bottom: 35px;
}

#content-wrapper #result-page .result-page-left-rainbow-container {
    position: absolute;
    width: 16%;
    top: 12%;
    left: 0;
    transform: translateY(-37%);
}

#content-wrapper #result-page .result-page-left-rainbow-container img {
    width: 100%;
}

#content-wrapper #result-page .result-page-right-rainbow-container {
    position: absolute;
    width: 19%;
    top: 12%;
    right: 0;
    transform: translateY(-30%);
}

#content-wrapper #result-page .result-page-right-rainbow-container img {
    width: 100%;
}

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
.disp-none {
    display: none;
}

.container-form {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.container-form input {
    display: block;
    opacity: 0;
}

.container-image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}

#imageModalContainer img{
    width: unset;
    max-width: unset;
}
#confirm-img {
    height: 100%;
    border-radius: 4px;
    border: 10px solid #fff;
}

.common-result-container {
    width: 100%;
    height: 100%;
    margin-top: 40px;
    background-color: var(--background-color);
    background-size: cover;
    position: relative;
}

.common-result-container .frame img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}
.common-result-container #frame1 {
    display: none;
}
.common-result-container #frame2 {
    display: none;
}
.common-result-container #frame3 {
    display: none;
}
.common-result-container.first #frame1 {
    display: block;
}
.common-result-container.second #frame2 {
    display: block;
}
.common-result-container.third #frame3 {
    display: block;
}
.common-result-container .poem-description-container {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 55%;
    width: 70%;
    transform: translate(-50%, -50%);
}
.common-result-container .poem-image-container {
    margin: -10px 0px;
    width: 100%;
}

.common-result-container .poem-image-container .container-image div {
    width: 50%;
    height: 50%;
    position: relative;
    padding: 10%;
}

.common-result-container .poem-image-container .container-image div img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.frame-mood img{
    object-fit: unset !important;
}
#frame-mood1 {
    position: absolute;
    top: -2%;
    left: -7%;
    width: 107%;
    height: 110%;
    z-index: 1;
}
#frame-mood2 {
    position: absolute;
    top: -3%;
    left: 1%;
    width: 108%;
    height: 111%;
    z-index: 1;
}
#frame-mood3 {
    position: absolute;
    top: -8%;
    left: -10%;
    width: 110%;
    height: 125%;
    z-index: 1;
}
#frame-mood4 {
    position: absolute;
    top: -8%;
    left: 1%;
    width: 110%;
    height: 118%;
    z-index: 1;
}
/*.common-result-container*/
/*    .poem-image-container*/
/*    .container-image*/
/*    div:nth-child(1):after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -5%;*/
/*    width: 105%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    background-image: url("../img/background/frames/1.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/
/*.common-result-container*/
/*    .poem-image-container*/
/*    .container-image*/
/*    div:nth-child(2):after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 5%;*/
/*    width: 105%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    background-image: url("../img/background/frames/2.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/
/*.common-result-container*/
/*    .poem-image-container*/
/*    .container-image*/
/*    div:nth-child(3):after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -5%;*/
/*    width: 105%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    background-image: url("../img/background/frames/3.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/
/*.common-result-container*/
/*    .poem-image-container*/
/*    .container-image*/
/*    div:nth-child(4):after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 5%;*/
/*    width: 105%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    background-image: url("../img/background/frames/4.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/

.common-result-container.activeTab {
    display: block;
}

.common-result-container .result-image-container img {
    max-width: 100%;
}

.title-container {
    color: #fff;
}

.title-container .content-container {
    margin-top: 40px;
    line-height: 2;
}

.info-container {
    margin-top: 100px;
}

.info-container ul li {
    line-height: 2;
    color: #fff;
    font-weight: 600;
}

.info-container.black-color ul li {
    color: #000;
    display: inline-block;
    margin-right: 20px;
}

.common-remove-tab-style {
    border-bottom: 0;
}

.common-remove-tab-style li a {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.common-remove-tab-style li a:focus,
.common-remove-tab-style li a:hover {
    background-color: transparent;
    border: 0;
}

.common-remove-tab-style li.active a {
    background-color: transparent;
    border: 0;
}

.common-remove-tab-style li.active a:focus,
.common-remove-tab-style li.active a:hover {
    background-color: transparent;
    border: 0;
}

.common-form .fields .fields-group {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.common-form .fields .fields-group:not(:last-of-type) {
    margin-bottom: 60px;
}

.common-form .fields .fields-group .form-group {
    position: relative;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
}

.common-form .fields .fields-group .form-group .form-inner {
    position: relative;
}

.common-form .fields .fields-group .form-group:not(:last-of-type) {
    margin-bottom: 40px;
}

.common-form .fields .fields-group .form-group.half-width {
    width: 50%;
}

.common-form .fields .fields-group .form-group img {
    width: 150px;
    display: block;
    border: 3px solid var(--field-color);
}

.common-form .fields .fields-group .form-group.top-gap {
    margin-top: 50px;
}

.common-form .fields .fields-group .form-group label {
    color: var(--first-color);
    font-size: 18px;
    text-transform: uppercase;
    font-family: plavea;
    font-weight: 500;
    margin-bottom: 20px;
}

.common-form .fields .fields-group .form-group input,
.common-form .fields .fields-group .form-group select,
.common-form .fields .fields-group .form-group textarea {
    width: 100%;
    padding: 16px 19px;
    border: none;
    font-size: 16px;
    background-color: var(--background-color);
    color: var(--second-color);
}

.common-form .fields .fields-group .form-group input[type="text"] {
    text-transform: uppercase;
}

.common-form .fields .fields-group .form-group input:hover,
.common-form .fields .fields-group .form-group input:focus,
.common-form .fields .fields-group .form-group select:hover,
.common-form .fields .fields-group .form-group select:focus,
.common-form .fields .fields-group .form-group textarea:hover,
.common-form .fields .fields-group .form-group textarea:focus {
    outline: none;
}

.common-form .fields .fields-group .form-group textarea {
    resize: none;
    height: 250px;
    margin: 0;
    vertical-align: top;
    color: var(--field-color);
}

.common-form .fields .fields-group .form-group input[type="file"] {
    width: 100%;
    position: absolute;
    padding: 0;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 99;
}

.common-form .fields .fields-group .form-group.plain input {
    padding: 0px;
    background-color: transparent;
    border: none;
    background-image: none;
}

.common-form .fields .fields-group .form-group.text {
    text-align: center;
    color: #fff;
}

.common-form .form-action a {
    width: 100%;
}

.form-title {
    font-size: 35px !important;
    margin-bottom: 25px;
}

.common-checkbox-container p {
    color: var(--third-color);
    font-size: 35px;
    font-weight: 500;
    font-family: plavea;
    text-transform: uppercase;
}

.common-checkbox-container ul {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.common-checkbox-container ul li {
    display: inline-block;
    position: relative;
    height: 160px;
    text-align: center;
}

.common-checkbox-container ul li input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.common-checkbox-container ul li input[type="radio"]:checked ~ label::after {
    border: 5px solid var(--background-color);
    background-color: var(--background-color);
    background-repeat: no-repeat;
}

.common-checkbox-container ul li input[type="radio"] + label {
    width: initial;
    height: initial;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    color: #ff4400 !important;
    padding-left: 20px;
    width: 112px;
}

.common-checkbox-container ul li input[type="radio"] + label span {
    display: block;
}

.common-checkbox-container ul li input[type="radio"] + label:after {
    z-index: 1;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.common-checkbox-container.type-1
    ul
    li:nth-of-type(1)
    input[type="radio"]
    + label {
    color: var(--first-color) !important;
}

.common-checkbox-container.type-1
    ul
    li:nth-of-type(1)
    input[type="radio"]
    + label:after {
    border-radius: 0;
    background-image: url("../img/background/frames/f-1.png");
    background-size: 100% 100%;
}

.common-checkbox-container.type-1
    ul
    li:nth-of-type(2)
    input[type="radio"]
    + label {
    color: var(--third-color) !important;
}

.common-checkbox-container.type-1
    ul
    li:nth-of-type(2)
    input[type="radio"]
    + label:after {
    border-radius: 0;
    background-image: url("../img/background/frames/f-2.png");
    background-size: 100% 100%;
}

.common-checkbox-container.type-1
    ul
    li:nth-of-type(3)
    input[type="radio"]
    + label {
    color: var(--second-color) !important;
}

.common-checkbox-container.type-1
    ul
    li:nth-of-type(3)
    input[type="radio"]
    + label:after {
    border-radius: 0;
    background-image: url("../img/background/frames/f-3.png");
    background-size: 100% 100%;
}

.common-checkbox-container.type-2 ul {
    flex-wrap: wrap;
    gap: 0;
}

.common-checkbox-container.type-2 ul li {
    width: 100px;
    height: 140px;
    text-align: start;
}
.common-checkbox-container.type-2 ul li input[type="radio"] + label {
    width: 100%;
    opacity: 0.7;
    transition: all 0.5s;
}
.common-checkbox-container.type-2 ul li:hover input[type="radio"] + label {
    opacity: 1;
    transition: all 0.5s;
}
.common-checkbox-container.type-2 ul li input[type="radio"]:checked ~ label {
    opacity: 1;
    transition: all 0.5s;
}

.common-checkbox-container.type-2 ul li input[type="radio"] + label:after {
    height: 80px;
    width: 80px;
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center;
}

.common-checkbox-container.type-2
    ul
    li:nth-of-type(1)
    input[type="radio"]
    + label {
    color: var(--first-color) !important;
}

.common-checkbox-container.type-2
    ul
    li:nth-of-type(1)
    input[type="radio"]
    + label:after {
    background-image: url("../img/background/emojis/emoji-smiley-upload.png");
    background-color: var(--first-color-light);
}
.common-checkbox-container.type-2
    ul
    li:nth-of-type(1)
    input[type="radio"]:checked
    + label:after {
    content: "";
    background-image: url("../img/background/emojis/emoji-smiley.png");
}

.common-checkbox-container.type-2
    ul
    li:nth-of-type(2)
    input[type="radio"]
    + label {
    color: var(--third-color) !important;
}

.common-checkbox-container.type-2
    ul
    li:nth-of-type(2)
    input[type="radio"]
    + label:after {
    background-image: url("../img/background/emojis/emoji-laughing-upload.png");
    background-color: var(--third-color-light);
}

.common-checkbox-container.type-2
    ul
    li:nth-of-type(2)
    input[type="radio"]:checked
    + label:after {
    content: "";
    background-image: url("../img/background/emojis/emoji-laughing.png");
}

.common-checkbox-container.type-2
    ul
    li:nth-of-type(3)
    input[type="radio"]
    + label {
    color: var(--second-color) !important;
}

.common-checkbox-container.type-2
    ul
    li:nth-of-type(3)
    input[type="radio"]
    + label:after {
    background-image: url("../img/background/emojis/emoji-thinking-upload.png");
    background-color: var(--second-color-light);
}
.common-checkbox-container.type-2
    ul
    li:nth-of-type(3)
    input[type="radio"]:checked
    + label:after {
    content: "";
    background-image: url("../img/background/emojis/emoji-thinking.png");
}

.common-checkbox-container.type-2
    ul
    li:nth-of-type(4)
    input[type="radio"]
    + label {
    color: var(--fourth-color) !important;
}

.common-checkbox-container.type-2
    ul
    li:nth-of-type(4)
    input[type="radio"]
    + label:after {
    background-image: url("../img/background/emojis/emoji-suprise-upload.png");
    background-color: var(--fourth-color-light);
}
.common-checkbox-container.type-2
    ul
    li:nth-of-type(4)
    input[type="radio"]:checked
    + label:after {
    content: "";
    background-image: url("../img/background/emojis/emoji-suprise.png");
}
.common-checkbox-container.type-2
    ul
    li
    input[type="radio"]:checked
    ~ label::after {
    border: 5px solid var(--background-color);
    background-color: var(--background-color);
}
/*------------------------------------ Components Ends ------------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 1;
    height: 45px;
    width: 32px;
}

.slick-slider .slick-prev:after,
.slick-slider .slick-next:after {
    content: "";
    height: inherit;
    width: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    display: none;
}

.slick-slider .slick-prev {
    left: 20px;
}

.slick-slider .slick-prev:after {
    background-image: url("../img/icons/icon_left-arrow.png");
}

.slick-slider .slick-next {
    right: 20px;
}

.slick-slider .slick-next:after {
    background-image: url("../img/icons/icon_right-arrow.png");
}

/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*------------------------------------ Animation Starts -----------------------------------*/
/*------------------------------------- Animation Ends ------------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
.modal-dialog {
    margin: 70px auto;
}

.modal-dialog .modal-header {
    padding: 0;
    border: 0;
}

.modal-dialog .modal-header button {
    position: absolute;
    top: -30px;
    right: 0;
    color: #fff;
    opacity: 1;
}

.modal-dialog .modal-header h5 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    margin-top: 25px;
    color: var(--first-color);
}

.modal-dialog .modal-content {
    background: #fff;
    border-radius: 0;
}

.modal-dialog .modal-content .modal-body {
    padding: 30px 26px;
}

.modal-dialog .modal-content .modal-body .modal-loading-gif {
    height: 130px;
    position: relative;
}

.modal-dialog .modal-content .modal-body .modal-loading-gif img {
    width: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.modal-dialog .modal-content .modal-body p,
.modal-dialog .modal-content .modal-body h1,
.modal-dialog .modal-content .modal-body h2,
.modal-dialog .modal-content .modal-body h3,
.modal-dialog .modal-content .modal-body h4,
.modal-dialog .modal-content .modal-body h5,
.modal-dialog .modal-content .modal-body h6,
.modal-dialog .modal-content .modal-body ul li,
.modal-dialog .modal-content .modal-body ol li,
.modal-dialog .modal-content .modal-body span {
    color: #fff;
}

.modal-dialog.info {
    max-width: 750px;
    margin: 150px auto;
}

.modal-dialog.info .modal-content {
    background-color: var(--first-color);
    padding: 20px;
}

.modal-dialog.info .modal-content .modal-body h3 {
    margin-top: 35px;
    margin-bottom: 20px;
}

.modal-dialog.info .modal-content .modal-body ul a {
    color: var(--yellow-color);
    font-weight: 600 !important;
    display: block;
    margin-bottom: 10px;
    padding-left: 23px;
}

.modal-dialog.info .modal-content .modal-body ul li {
    position: relative;
    padding-left: 22px;
}

.modal-dialog.info .modal-content .modal-body ul li span {
    position: absolute;
    left: 0;
    top: 0px;
}

.modal-dialog.info .modal-content .modal-body ul li:not(:last-child) {
    margin-bottom: 7px;
}

.modal-dialog.info.tnt .modal-content {
    background-color: var(--third-color);
    padding: 20px;
}

.modal-dialog.info.tnt .modal-content .modal-body ul {
    margin-bottom: 40px;
}

#scrolldown {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 99;
}

#scrolldown a {
    display: inline-block;
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    padding-top: 60px;
}

#scrolldown a:hover {
    opacity: .5;
}

#scrolldown a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

#scrolldown a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*--------------------------------------- Modal Ends --------------------------------------*/
/*# sourceMappingURL=thestyles.css.map */
