.header .shape {
    transform: rotate(180deg) translate(0, 20%);
    width: 450px;
}

.header .cta {
    width: 400px !important;
}

.cta .hexa {
    left: 10px;
    right: 10px;
    bottom: -35px;
    background: var(--color-2);
    border-radius: 0.75rem;
}

.header .cta:hover img:not(.profile) {
    animation: shake 0.2s infinite;
}

.category .cat-link {
    padding: 1rem;
    overflow: hidden;
    position: relative;
}

.category .cat-link img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.category .cat-link i {
    display: flex;
    position: absolute;
    right: -1rem;
}

.category .cat-link:hover i {
    right: 1rem;
    transition: 0.5s;
}

.category .cat-link:hover .price {

    padding-right: 1.25rem;
    transition: 0.5s;
}

.category .cat-link:hover {
    background: #e5f5fc;
    border-radius: 25px;
    transform: scale(1.1);
    transition: 0.5s;
}

.category .shape {
    right: 15%;
    bottom: 0;
    transform: rotate(35deg);
}

@keyframes zoom2 {
    0% {
        width: 80px;
    }

    50% {
        width: 100px;
    }

    100% {
        width: 80px;
    }
}

.animation-custom1 {
    animation: zoom2 10s infinite;
}

.animation-custom2 {
    animation: turn 10s linear infinite;
}

.r-hex {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 100%;
    transform: rotate(-30deg) skewX(30deg);
    border-radius: 25px;
}

.r-hex *,
.r-hex *:before {
    display: block;
    overflow: hidden;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}

.r-hex .image:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.r-hex .image .play-icon {
    z-index: 2;
}

.r-hex .image .play-icon img {
    width: 100px;
    height: 100px;
}

.r-hex:hover .image .play-icon img {
    animation: zoom 1s infinite;
}

.r-hex-inner {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.r-hex:first-child .r-hex-inner-2 {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    background: white;
    content: '';
}

.r-hex-inner-2 img {
    transform: skewX(-30deg) rotate(270deg) scale(1.12);
    background-size: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3.5;
}

.top-custom {
    top: 8rem;
}

.cta .carousel-indicators {
    bottom: unset;
    top: 110%;
}

.cta .carousel-indicators [data-bs-target] {
    background-color: var(--color-2);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.mt-custom {
    margin-top: 0;
}

.table-container {
    border: 1px solid var(--color-2);
    border-radius: 15px;
    border-collapse: collapse;
}

.table th,
.table td {
    vertical-align: middle;
    display: table-cell;
}

.table thead tr * {
    background-color: #fff;
    position: relative;
}

.table * {
    white-space: nowrap;
    border-color: var(--color-2);
}

.table td:hover {
    background-color: var(--color-7) !important;
    transition: 0.5s;
}

.table-custom2 img {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    border: 1px solid var(--color-7);
}

.table-custom3 img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    border: 1px solid var(--color-7);
}

.table-custom3 .table thead tr:first-child * {
    background-color: transparent;
    border-color: transparent;
}

.table-custom3 .table thead tr:first-child {
    border-top-color: transparent;
}

/*.table-custom1 tr th:first-child.bgcolor7,.table-custom1 tr td:first-child.bgcolor7{*/
/*    position: sticky;*/
/*    right: 0;*/
/*    z-index: 2;*/
/*}*/
@media (max-width:576px) {
    .mt-custom {
        margin-top: 16rem !important;
    }

    .header .shape {
        width: 200px;
    }

    .header .cta {
        transform: translateY(-50%) !important;
        width: unset !important;
        left: 15px !important;
        right: 15px;
    }

    .header {
        padding-bottom: 0rem !important;
    }

    .r-hex {
        border-radius: 20px;
    }

    .cta .carousel-indicators {
        top: 97%;
    }

    .cta a {
        overflow-x: hidden;
        padding: 3rem 0;
    }
}

@media(min-width:450px) and (max-width:576px) {
    .header {
        padding-bottom: 10rem !important;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .header .shape {
        width: 340px;
    }

    .header .cta {
        width: 350px;
    }

}

@media (min-width:768px) and (max-width:992px) {
    .header .shape {
        width: 340px;
    }

    .header .cta {
        width: 350px;
    }

}

@media (min-width:992px) and (max-width:1200px) {}

@media (min-width:1200px) and (max-width:1400px) {}

@media (min-width:1600px) {
    .col-xxl-custom {
        width: 27% !important;
    }

    .col-xxl-custom2 {
        width: 73% !important;
    }
}

@media (max-width:992px) {
    .category .shape {
        left: 5%;
        bottom: 30%;
        right: unset;
    }

    .category .cat-link:hover {
        transform: unset;
    }

    .category .cat-link {
        padding: 0.5rem;
    }

    .category .cat-link img {
        width: 50px;
        height: 50px;
    }

    .category .cat-link:hover i {
        right: 0.5rem;
        transition: 0.5s;
    }

    .header {
        padding-bottom: 0rem;
    }

    .mt-custom {
        margin-top: 18rem;
    }

    .table-custom2 img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }

    .table-custom3 img {
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }
}

.acc-table .accordion-item {
    border-radius: 1rem;
}

.acc-table .accordion-item .accordion-button {
    border-radius: 1rem !important;
    box-shadow: none !important;
    color: var(--color-2);
    font-weight: bold;
}

.acc-table .accordion-item .accordion-button:not(.collapsed) {
    background-color: var(--color-6);
    color: var(--color-2);
}

.acc-table .accordion-item:not(:first-of-type) {
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}


.faq-category .accordion {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}


.faq-category .accordion-button:not(.collapsed) {
  color: #141c43 !important;
  background-color: #f3f3f3 !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: unset !important;
  outline: 0;
  box-shadow: unset !important;
}


.accordion-button::after {
  background-image: url(../img/chevron.png) !important;
}
