.btn_main {
    border-radius: 999px !important;
    border: 2px solid #FFF;
    background:  linear-gradient(137deg, #FFC800 1.66%, #FCA306 29.69%, #FA8409 48.21%, #F63F10 98.34%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
    color: #fff;
    transition: all 0.5s;
    padding: 5px 20px;
    /* display: block; */
    width: max-content;
    font-weight: 700;
    margin: 0;
    transform: translateY(0) !important;
}
.btn_main:hover {

}
.btn_main:after {
    position: absolute;
    top: 0;
    left: -54%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    pointer-events: none;
}
.btn_main:hover:after {
    -webkit-animation: shine .95s;
    animation: shine .95s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.btn_main--white {
    background:#fff;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: var(--main-color);
    border-color: var(--border-color);
}
.btn_main--white:hover {
    background:  linear-gradient(137deg, #FFC800 1.66%, #FCA306 29.69%, #FA8409 48.21%, #F63F10 98.34%);
    color: var(--main-color);
    border-color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}
.box_button_sec1 {
    border-radius: 999px;
    background: #FEEEDF;
    padding: 1rem;
}
.title_linear{
    background: linear-gradient(132deg, #FFC800 5.78%, #FCA306 31.42%, #FA8409 48.36%, #F63F10 94.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}
.list_grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1.5rem;
    align-items: center;
    justify-items: center;
    margin-top: 65px;
}
.list_grid .item_grid {
    text-align: center;
    border-radius: 8px;
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.list_grid .item_grid .item_grid_content {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.list_grid .item_grid .item_grid__number {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
}

.list_grid .item_grid .item_content {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.list_grid .item_grid:hover {
    background: #fff;
    transitionall 0.5s;
    background: var(--main-color, linear-gradient(137deg, #FFC800 1.66%, #FCA306 29.69%, #FA8409 48.21%, #F63F10 98.34%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.list_grid .item_grid:not(:hover) .item_grid__icon stop {stop-color: #fff;}


.list_grid .item_grid:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #fff;
    opacity: 0;
    transition: all 0.5s;
}

.list_grid .item_grid:hover:before {
    opacity: 1;
}
.col_box_image .col_box_image__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
}

.col_box_image  .box-text-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.col_box_image .box-text {
    height: 100%;
}

.col_box_image .col_box_image__title h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 85px;
    display: flex;
    align-items: center;
    font-size: 26px;
}
.col_box_image .text col_box_image__content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.col_box_image {
    position: relative;
}

.col_box_image:before {
    content: '';
    position: absolute;
    border-radius: 8px;
    background: var(--main-color, linear-gradient(137deg, #FFC800 1.66%, #FCA306 29.69%, #FA8409 48.21%, #F63F10 98.34%));
    backdrop-filter: blur(20.634685516357422px);
    inset: 0;
    opacity: 0;
    transition: all 0.5s;
    z-index: 2;
}
.btn_main--large {
    min-width: 350px;
    position: relative;
}
.btn_main--large:before {
    content: '';
    position: absolute;
    background-image: url('../img/mouse.svg');
    right: -7px;
    width: 43px;
    height: 39px;
    bottom: -11px;
}
.col_box_image:hover:before {
    opacity: 1;
}
.list_accordion .accordion-item .accordion-title {
    display: flex;
    flex-direction: column;
    position: relative;
    border: none;
}
.list_accordion .accordion-item .accordion-title:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background : var(--main-color);
    left: -9px;
    top: 20px;
}


.list_accordion .accordion-item  span.accordion-title__label {
    color:var(--text-main-color);
    font-size: 24px;
    font-weight:600;
}
.list_accordion .accordion-item  .accordion-title {
    font-size: 20px;
    font-weight:600;

}
.list_accordion .accordion-title.active{
    background: none !important;
}
.list_accordion .accordion-item .accordion-title button.toggle {
    display: none;
}

.list_accordion {
    position: relative;
}

.list_accordion:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: var(--text-main-color);
    left: 0;
}
.title_section h2{
    font-size: 36px;
}
.button_love img{
    width: 45px;
    height: 35px;
}
.button_like img{
    width: 115px;
    height: 85px;
}
.col_img_right {
    position: relative;
}
.col_img_right .button_like:before,.col_img_right .button_love:before {
    border-radius: 100%;
    bottom: -12.5%;
    left: calc(50% - 30px);
    right: calc(50% - 50px);
    position: absolute;
    content: '';
    background-color: black;
    filter: blur(3px);
    width: 50px;
    height: 5px;
    animation: shadow 2.5s ease-in-out infinite;
    animation-fill-mode: both;
    animation-direction: alternate;
    z-index: -1;
}
.col_img_right .button_like,.col_img_right .button_love {
    position: absolute;
    width: max-content !important;
    margin: 0 !important;
    bottom: 0;
    animation: bounce 2.5s ease-in-out infinite;
    animation-fill-mode: both;
    animation-direction: alternate;
}
.col_img_right .button_like img,.col_img_right .button_love img {

}
.col_img_right .button_like {
    animation-delay: 1s;
}
.col_img_right .button_like {
    right: 0;
}
.col_img_right .button_love {
    h100
}
@keyframes bounce {
    from {
        bottom: 30%;
    }
    to {
        bottom: 10%;
        transform: scaleX(92.5%) scaleY(75%);
    }
}
@keyframes shadow {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: .5;
        transform: scale(100%);
    }
}
@media (max-width: 768px) {
    .title_linear{
        font-size: 32px;
    }
    .title_section h2{
        font-size: 32px;
    }
    .list_grid {
        grid-template-columns: repeat(1,1fr);
        gap: 1rem;
        margin-top: 20px;
    }
}