
/* hero */
.hero__content.text-center.text-lg-start {
    padding: 24px 0px 32px;
}

.hero__content-text h1 {
    line-height: 1.35;
    margin-bottom: 30px;
}

.hero__img_wrappper {
    padding: 15px 15px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
.hero__img_wrappper img {
    object-fit: contain;
    object-position: center;
    text-align: center;
    max-width: 100%;
}

.hero__content-text h1 span {
    display: inline-block;
    font-size: 40px;
    position: relative;
}

.hero__content-text h1 span::after {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    content: "";
    background: var(--red);
}

.hero__content-text p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.hero__content-text {
    margin-bottom: 29px;
}

.hero__content-infos a.btn {
    margin-bottom: 9px;
}

.hero__content-infos p a {
    color: inherit;
}

.hero__content-infos p {
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 0px;
}

.hero__thumbnail {
    position: relative;
    height: auto;
}

.prizeBadge {
    background: var(--yellow);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 20px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--blue);
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
}

.hero__thumbnail-info {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: var(--bs-white);
    padding: 12px;
    border-radius: 12px;
}

.hero__thumbnail-info .icon {
    flex: 0 0 auto;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.hero__thumbnail-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero__thumbnail-info .icon svg {
    max-width: 40px;
}

.hero__thumbnail-info .content {
    flex-grow: 1;
}

.hero__thumbnail-info .content p {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 6px;
}

.content__progress {
    position: relative;
}

.content__progress .progress {
    height: 8px;
    background: #2B325226;
    margin-bottom: 6px;
}

.content__progress .progress-bar {
    border-radius: 10px;
}

.progressValueHero {
    position: absolute;
    bottom: -3px;
    transform: translateX(-60%);
    font-weight: bold;
    font-size: 12px;
    color: var(--blue);
    white-space: nowrap;
}

.progress__bottom {
    font-size: 12px;
    font-weight: bold;
    color: var(--blue);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.content__progress .progress .progress-bar {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

/* hero--end */


/* contest-section */
.contest--section {
    padding: 32px 0px 32px;
}


.section__title h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.35;
}

.section__title h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    content: "";
    border-radius: 10px;
    background: var(--blue-alt);
}

.section__title p {
    display: block;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    color: var(--blue);
    margin-bottom: 0px;
}

.contest--section .section__title {
    margin-bottom: 24px;
}


/* progress-bar */
.contest__title-m {
    display: flex;
    align-items: center;
    gap: 16px;
}

.contest__title-m span.count {
    background: transparent;
    border: 1px solid #2B325240;
    line-height: 1;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #2B325240;
    z-index: 3;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 0px 8px #fff;
}

.content__col.active .contest__title-m span.count,
.content__col.checked .contest__title-m span.count {
    background: var(--blue-alt);
    border-color: var(--blue-alt);
    color: var(--bs-white);
}

.content__title-mInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.content__title-mInfo h6 {
    margin-bottom: 0px;
}

.contest__item-inner {
    margin-left: 40px;
    background: #2B32520D;
    padding: 16px 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
}

.contest__item-thumb {
    width: auto;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.contest__item-thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.contest__title-m {
    padding: 10px 0px;
}

.contest__item-title {
    text-align: center;
}

.contest__item-title p {
    line-height: 1.35;
    margin-bottom: 10px;
}

.contest__item-title a.btn {
    font-size: 12px;
    padding: 9px 13px;
    border-radius: 8px;
}

.contest__item-title a.btn span.icon svg {
    max-width: 18px;
}

.contest__item-content {
    flex-grow: 1;
}

.contests__wrapper {
    gap: 11px 0px;
}

.content__col {
    position: relative;
}


.content__col.checked .icons .check {
  display: inline-block;
}

.content__col.checked .icons .lock {
  display: none;
}

.content__col:not(.checked) .icons .check {
  display: none;
}


.contest_winner {
  padding: 6px 7px;
}




/* progressbar */
.contestProgress {
    position: absolute;
    width: 2px;
    height: 77.85%;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin: 0px;
    top: 25px;
    padding: 0px;
    left: 23px;
    z-index: 1;
}

.contestProgress-bar {
    position: relative;
    height: 4px;
    background-color: #3772FF;
    border-radius: 4px;
    width: 0%;
    transition: width 0.3s ease;
}

.progressCount {
    position: absolute;
    background: #3772FF;
    color: white;
    padding: 6px 8px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    white-space: nowrap;
    top: auto;
    left: 15px;
    bottom: 0%;
    transform: translateY(50%);
}

.progressCount::before {
    position: absolute;
    right: 100%;
    top: 50%;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 6.9px 4px 0;
    border-color: transparent #3772FF transparent transparent;
    transform: rotate(0deg) translateY(-50%);
}

.progressCount::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #2B3252;
    border-radius: 50%;
    margin-top: 0px;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
}

.progressCount span {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}

.progressCount span::after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 6px;
    content: "";
    background: #2B3252;
    border-radius: 10px;
}

/* progress-bar--end */

/* contest-section--end */


/* Enter-section */

.enter--wrapper {
    background: #2B32520D;
    padding: 20px;
    border-radius: 16px;
}

.enter__content .section__title {
    margin-bottom: 10px;
}

.enter__content p.first-text {
    font-size: 18px;
    font-weight: bold;
}

.enter__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.enter__content ul li {
    padding: 2px 0px;
    padding-left: 20px;
    font-weight: 500;
    position: relative;
}

.enter__content ul li::after {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #3772FF;
    transform: rotate(0deg);
}

.enter__content {
    margin-bottom: 24px;
}

.enter__form {
    background: #fff;
    padding: 16px 16px;
    border-radius: 16px;
    border: 1px solid #2B325226;
}

.enter__form-title h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.formInput label {
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 1.3;
    margin-bottom: 7px;
}

.formInput-box input {
    border-radius: 8px;
}

.formInput-box select {
    border-radius: 8px;
    box-shadow: none !important;
    font-weight: 500;
}

.formInput-box input::placeholder {
    color: #2B325280;
}


/* Enter-section---end */


/* Timer-section-css */

.timer__wrappper {
    padding: 24px 24px;
    border-radius: 20px;
}

.timer__item p {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 900;
    position: relative;
    padding: 0px 4px;
    padding-bottom: 4px;
}

.timer__item {
    text-align: center;
}

.timer__item span {
    color: var(--bs-white);
    display: block;
    font-weight: 900;
    font-size: 32px;
    line-height: 1;
}


.timer__item p::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    content: "";
    background: #2B3252;
    border-radius: 10px;
}

.timer__inner {
    margin-bottom: 15px;
}

.timer__info {
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    margin: 0px;
    gap: 6px;
}

.timer__info p {
    margin-bottom: 0px;
    line-height: 1;
    color: var(--bs-white);
}

.container {
    padding: 0px 20px;
}

.time--section {
    padding: 24px 0px;
}

/* Timer-section-css---end */

/* faq */
.faq--section {
    padding: 24px 0px;
}

.section__title.faq__content-title h2 {
    padding-right: 16px;
    margin-bottom: 22px;
}

.section__title.faq__content-title {
    margin-bottom: 8px;
}


.accordion.faq .accordion-item {
    border: none;
    border-bottom: 1px solid #2B325226;
    border-radius: 0px !important;
    background-color: transparent;
    margin: 0 0 0 0;
}

.accordion.faq .accordion-item:last-child {
    border-bottom: none;
}

.accordion.faq .accordion-body {
    padding: 0px;
    padding-bottom: 24px;
}

.accordion.faq .accordion-body p {
    color: #2B3252;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 0px;
}

.accordion.faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #2B3252;
    box-shadow: none;
}

.accordion.faq .accordion-button {
    background-color: transparent;
    font-size: 15px;
    font-weight: bold;
    color: #2B3252;
    padding: 16px 0px;
    box-shadow: none;
}

.accordion.faq .accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    content: "";
    background-image: url(../../img-towlos/svg/caret-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}

.faq__contact {
    background: #2B32520D;
    padding: 24px 24px;
    text-align: center;
    border-radius: 16px;
}

.faq__contact-thumbs {
    margin-bottom: 20px;
}

.faq__content {
    margin-bottom: 16px;
}

.faq__contact-content .btns {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.faq__contact-thumbs img:first-child {
    transform: translateX(26px);
    z-index: 1;
}

.faq__contact-thumbs img {
    z-index: 2;
    position: relative;
}

.faq__contact-thumbs img:last-child {
    transform: translateX(-26px);
    z-index: 1;
}

/* faq--end */

.left-line-block::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    content: "";
    background: var(--red);
    border-radius: 2px;
}


/* tutorial-area */
.tutorial__wrapper {
    background: #2B32520D;
    padding: 22px 24px 24px;
    border-radius: 16px;
    text-align: center;
}

.tutorial__wrapper .section__title {
    margin-bottom: 25px;
}

.tutorial__wrapper .section__title h2 {
    margin-bottom: 20px;
}

.tutorial__video img {
    border-radius: 12px;
}

/* tutorial-area--end */



/* about section */
.about--section {
    padding: 24px 0px 24px;
}

.about__content {
    margin-bottom: 32px;
}

.about__content .section__title {
    margin-bottom: 32px;
}

.about__content .section__title h2 {
    margin-bottom: 18px;
}

.about__content-btns {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about__video img {
    border-radius: 12px;
}

/* about section---end */


/* RUles Section */

.rules--section {
    padding: 48px 0px 48px;
}

.rules__wrapper {
    background: #2B32520D;
    padding: 24px 24px;
    border-radius: 14px;
}

.rules__title {
    margin-bottom: 16px;
}

.rules__title h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
}

/* RUles Section--end */

/* moble-fixed-btn */
.m-fixedbtn {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 11;
    background: #fff;
    padding: 20px;
    box-shadow: 0px -5px 5px 0px #2B325226;
}

/* moble-fixed-btn--end */

@media (max-width: 536px) {
    .hero__thumbnail {
        height: 330px;
    }
    .hero__img_wrappper img {
      max-height: 100%;
    } 

    .progressValueHero {
     transform: translateX(-40px);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hero__content.text-center.text-lg-start {
        padding: 0px;
    }

    .hero--section {
        padding: 55px 0px;
    }

    .hero__thumbnail {
        position: relative;
        height: 400px;
    }

    .contest__title-m {
        padding: 10px 0px;
        display: none;
    }

    .content__col {
        flex: 0 0 auto;
        width: 20%;
    }

    .contest__item-inner {
        margin-left: 0px;
        background: transparent;
        padding: 0px 0px;
        border-radius: 0px;
        gap: 20px;
    }

    .contest--section {
        padding: 48px 0px 48px;
        background: #2B32520D;
    }

    .contest__item-thumb {
        width: 100%;
        height: 203px;
        border-radius: 10px;
    }

    .content__col::after {
        display: none;
    }

    .contest__item-title span.count {
        width: 24px;
        height: 24px;
        margin: 0 auto;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #2B325240;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 23px;
        margin-bottom: 16px;
        color: #2B325240;
        z-index: 4;
        position: relative;
    }

    .contest__item-title h6 {
        font-size: 15px;
        color: #2B3252BF;
        margin-bottom: 8px;
    }

    .contest__item-title p {
        font-size: 12px;
        color: #2B3252BF;
    }

    .contest__item-title a.btn {
        width: 100%;
    }

    .content__col.active .contest__item-title span.count,
    .content__col.checked .contest__item-title span.count {
        background-color: var(--blue-alt);
        border-color: var(--blue-alt);
        color: var(--bs-white);
    }

    .content__col.active .contest__item-title h6,
    .content__col.checked .contest__item-title h6 {
        color: #2B3252;
    }

    .content__col.active .contest__item-title p,
    .content__col.checked .contest__item-title p {
        color: #2B3252;
    }


    .enter--section {
        padding: 48px 0px 48px;
    }

    .faq__contact {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 420px;
        margin: 0 auto;
    }

    .tutorial--section {
        padding: 48px 0px 48px;
    }

    .about--section {
        padding: 0px 0px 0px;
    }

    .about__content {
        max-width: 420px;
        margin: 0 auto;
    }

    .enter__content {
        margin-bottom: 0px;
        max-width: 420px;
    }

    .enter__info {
        border-radius: 12px;
        border: 1px solid #2B325240;
    }

    .enter__info h6 {
        font-weight: 900;
        margin-bottom: 10px;
        line-height: 1;
        text-transform: uppercase;
        color: var(--blue);
    }

    p.enter__info-text {
        font-size: 12px;
        line-height: 1.3;
        color: var(--blue);
        font-weight: 500;
        margin-bottom: 0px;
    }

    .enter__info h6 span {
        display: block;
        line-height: 1;
    }

    .enter__content ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 20px;
    }

    .hero__content-text h1 span img {
        position: absolute;
        left: 106%;
        z-index: 2;
        top: 50%;
        transform: translateY(-48%);
        width: 280px;
    }

    .contestProgress {
        max-width: calc(100% - 20%);
        width: 100%;
        height: 4px;
        top: 234px;
        left: 50%;
        transform: translateX(-50%);
    }

    .progressCount {
        position: absolute;
        top: -68px;
        left: 100%;
        transform: translate(-50%, 0%);
        background: #4285f4;
        color: white;
        padding: 6px 10px;
        border-radius: 6px;
        font-weight: bold;
        bottom: inherit;
        font-size: 32px;
        line-height: 36px;
    }

    .progressCount::before {
        position: absolute;
        right: inherit;
        top: 100%;
        left: 50%;
        content: "";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 10.4px 6px 0 6px;
        border-color: #3772FF transparent transparent transparent;
        transform: rotate(0deg) translateX(-50%);
    }

    .progressCount::after {
        top: calc(100% + 18px);
        left: 47%;
        transform: translate(0, -32%);
    }

}


/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   
    .hero__content-text h1 span {
        font-size: 64px;
    }

    .hero__content {
        max-width: 420px;
    }

    .hero__content-text p {
        font-size: 20px;
    }

    .hero__content-text h1 span::after {
        bottom: -5px;
        height: 12px;
        border-radius: 8px;
    }

    .hero__content-text h1 {
        margin-bottom: 34px;
    }

    .hero__content-text {
        margin-bottom: 61px;
    }

    .hero__thumbnail {
        position: relative;
        height: 500px;
    }
    .hero__img_wrappper .h-100 {
      padding-bottom: 8em !important;
    }

    .prizeBadge {

        right: 20px;
        top: 20px;
    }

    .hero__thumbnail-info {
        padding: 20px 20px 16px 20px;
    }

    .hero__thumbnail-info .icon {
        width: 60px;
        height: 60px;
    }

    .hero__thumbnail-info .icon svg {
        max-width: 100%;
    }

    .hero__thumbnail-info {
        gap: 24px;
    }

    .hero__thumbnail-info .content p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .content__progress .progress {
        margin-bottom: 8px;
    }

    .contest__item-title p {
        font-size: 15px;
        color: #2B3252BF;
    }

    .hero__content-infos a.btn {
        margin-bottom: 20px;
    }

    .section__title h2 {
        padding-bottom: 10px;
        margin-bottom: 18px;
    }

    .section__title p {
        font-size: 18px;
    }

    .contest--section .section__title {
        margin-bottom: 60px;
    }

    .enter__form {
        padding: 24px 24px;
    }

    .enter--wrapper {
        padding: 48px;
    }

    .timer__inner {
        max-width: 760px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .time--section {
        padding: 24px 0px 48px;
    }

    .section__title.faq__content-title {
        margin-bottom: 28px;
    }

    .faq__contact-thumbs {
        margin-bottom: 40px;
    }

    .faq__contact-content .btns {
        gap: 16px;
        margin-top: 31px;
    }

    .faq--section {
        padding: 48px 0px;
    }

    .tutorial__wrapper {
        padding: 44px 48px 48px;
        border-radius: 16px;
    }

    .about__content {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .contestProgress {
        top: 233px;
        left: 50%;
    }

}

