@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lusitana:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "Degular_bold";
    src: url('/assets/fonts/Degular/Degular-Text/DegularText-Bold.otf');
}

@font-face {
    font-family: "Degular_light";
    src: url('/assets/fonts/Degular/Degular-Text/DegularText-Semibold.otf');
}

body {
    background-color: #F7F7F2 !important;
}

a {
    text-decoration: none !important;
    color: #FFF;
}

.text-blue {
    color: #2C8CF4;
}

.detail-img {
    height: 780px !important;
    object-fit: cover !important;
}

.seller-detail-img {
    border-radius: 12px;
    height: 420px !important;
    object-fit: cover !important;
}

.seller-earning-card {
    height: 255px !important;
}

.text-desc {
    max-height: 150px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    font-family: "Inter", sans-serif;
    line-height: 1.3;
}

h1 {
    font-size: 51px;
}

h2 {
    font-size: 41px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Degular_bold';
}

img {
    width: 100%;
}

video {
    width: 100%;
}

.collection-img {
    height: 333px !important;
    border-radius: 25px !important;
    object-fit: cover !important;
}

.light-blue {
    color: #6CB7FC;
}

.light-blue:hover {
    color: #6CB7FC !important;
}

.text_color_gradiant {
    background: #FBC926;
    background: linear-gradient(to top right, #FBC926 1%, #F8EFBA 0%, #FFFBCC 0%, #E7D18D 7%, #CCA246 55%, #C3922E 60%, #EED688 87%, #FFFBCC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo_header img {
    width: 155px;
}

.fs-small {
    font-size: 13px !important;
}

.bd_remove .btn.show {
    border: none !important;
}

header {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.bg-hero-image {
    background-image: url('/assets/images/hero_image.png');
    background-repeat: no-repeat;
    /* margin-top: -8rem; */
    background-size: cover;
}

.bg-hero-image-2 {
    background-image: url('/assets/images/compi-hero-page-bg.svg');
    background-repeat: no-repeat;
    /* margin-top: -8rem; */
    background-size: cover;
}

.hero-padding {
    padding: 10% 0;
}

.profile-image {
    width: 12% !important;
    margin-left: 6px !important;
}

.profile-image-inner {
    width: 16% !important;
}

.session-name {
    font-size: 14px !important;
}

.session-email {
    font-size: 11px !important;
}


.rounded_none {
    border-radius: 0 !important;
}

.form-control:focus {
    border-color: #F8EFBA;
}

.custom_under_line {
    position: relative;
    z-index: 1;
}

.custom_under_line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: goldenrod;
    height: 1px;
    z-index: -1;
}

.search-by-image {
    right: 180px;
    top: 13px;
    border: 1px solid #cecece;
    width: 40px;
    height: 30px;
    border-radius: 5px !important;
    cursor: pointer;
    z-index: 999;
}

.search-btn {
    right: 8px;
    top: 8px;
    z-index: 5;
}


.search-btn button {
    background: rgb(125, 193, 255);
    background: linear-gradient(180deg, rgba(125, 193, 255, 1) 0%, rgba(0, 121, 233, 1) 100%);
    border: none;
    border-radius: 100px;
    padding: 8px 25px;
    color: #FFF;
    font-weight: 500;
}

.search-btn .download-btn {
    background: rgb(125, 193, 255);
    background: linear-gradient(180deg, rgba(125, 193, 255, 1) 0%, rgba(0, 121, 233, 1) 100%);
    border: none;
    border-radius: 100px;
    padding: 8px 25px;
    color: #FFF;
    font-weight: 500;
}


.filter-btn {
    background: linear-gradient(180deg, rgba(125, 193, 255, 1) 0%, rgba(0, 121, 233, 1) 100%);
    border: none;
    color: #ffffff;
}

.filter-btn:hover {
    color: #ffffff;
}

.drop-down-profile-data {
    top: 50px;
    z-index: 1;
    display: none;
}

.drop-down-profile-data-hidden {
    cursor: pointer;
}

.drop-down-profile-data-hidden:hover .drop-down-profile-data {
    display: block;
}

.inner-profile {
    width: 50px;
    margin-right: 1rem;
}

.options-img li {
    margin-bottom: 15px;
    cursor: pointer;
}

.compi-card {
    color: #000;
}

.options-img img {
    width: 25px;
}

.options-img a {
    color: #000;
}

.search-height {
    height: 54px !important;
}

.border-left {
    border-radius: 50px 0 0 50px !important;
}

.border-right {
    border-radius: 0px 50px 50px 0px !important;
}

.pad-right {
    padding-right: 15rem;
}

.attached_images {
    background-image: url('/assets/images/middle_images.svg');
    background-repeat: no-repeat;
    background-size: contain;
    /* height: 10vh; */
    padding: 4rem 0;
    background-position: center top;
}

.content-text-inner {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
}

.slider_infinite {
    overflow: hidden;
    padding: 40px 0;
    background-color: transparent;
    white-space: nowrap;
}

.elements {
    display: inline-block;
    animation: slide_infinte 45s linear infinite;
}

.second_animation {
    display: inline-block;
    animation: slide_infinte-2 45s linear infinite;
}

.elements img {
    height: 350px;
    width: auto;
    margin: 0 10px;
}

@keyframes slide_infinte {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes slide_infinte-2 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.above_difference {
    background-image: url('/assets/images/slider-images/blue-shape.svg');
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: right top;
}

.laptop_image_sizing {
    width: 844px;
}

.gallery_icon::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 60%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #808080;
}

.services-column-margin {
    margin-top: 30px;
}

.change_icon_blue {
    display: none;
}

.services-column {
    cursor: pointer;
}

.services-column:hover .change_icon_blue {
    display: block;
}

.services-column:hover .change_icon_black {
    display: none;
}

.work-speed {
    background-image: url('/assets/images/left-gold-circle.svg');
    background-repeat: no-repeat;
    background-size: 8%;
    background-position: left center;
    padding: 5rem 0;
}

.bg-gradiant {
    background: rgb(255, 251, 204);
    background: linear-gradient(50deg, rgba(255, 251, 204, 1) 0%, rgba(231, 209, 141, 1) 7%, rgba(204, 162, 70, 1) 55%, rgba(195, 146, 46, 1) 60%, rgba(255, 251, 204, 1) 85%, rgba(238, 214, 136, 1) 100%);

}

.overlay {
    right: 0;
    top: -20%;
    width: 700px;
}

.get-bundle-btn {
    margin-top: 3.5rem;
}

.btn-1 {
    padding: 18px 35px;
    background-color: #AE9556;
}

.how-it-works {
    background-image: url('/assets/images/HOWITWORK-bg.svg');
    padding: 5rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.how-it-works .heading p {
    font-size: 55px;

}

.gold-count {
    width: 105px;
}

.counter {
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

.step-1::after {
    content: '';
    position: absolute;
    background-image: url('/assets/images/line-part-1.svg');
    background-size: contain;
    width: 350px;
    height: 150px;
    top: 0;
    background-repeat: no-repeat;
    left: 120px;
}

.step-2::after {
    content: '';
    position: absolute;
    background-image: url('/assets/images/line-part-2.svg');
    background-size: contain;
    width: 350px;
    height: 150px;
    top: 60px;
    background-repeat: no-repeat;
    left: 120px;
}

.challenge-bg {
    background-image: url('/assets/images/challenges-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0;
}

.text-black {
    color: #464444 !important;
}

.offcanvas {
    background-color: #F7F7F2 !important;
}

.offcanvas-body .fs-small {
    font-size: 18px !important;
}

.sm-text {
    font-size: 13px;
}

.join-team {
    margin: 5rem 0;
    background-image: url('/assets/images/jointeam-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.blue_gradiant-noise {
    background-image: url('/assets/images/Gradient.svg');
    padding: 15px 35px;

}

.content-star::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url('/assets/images/star.svg');
    background-size: contain;
    background-repeat: no-repeat;
    top: -2rem;
    right: 0;
}

.free-psd {
    background-image: url('/assets/images/Vr_kid.png');
    margin: 5rem 0;
    padding: 8rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

}

.accordion-button:not(.collapsed) {
    color: #656565 !important;
    font-weight: 500 !important;
}

.accordion-button {
    color: #656565 !important;
    font-weight: 500 !important;
}

.accordion-item:first-of-type {
    border-radius: 0 !important;
}

.accordion-button {
    background-color: transparent;
}

.accordion-item {
    border-left: none;
    border-right: none;
    background-color: transparent;
}

.accordion-body p {
    color: #656565 !important;

}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.freeaccount {
    background-image: url('/assets/images/bg-gold-banner.svg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0;
}

.libary {
    /* width: max-content; */
    border-radius: 5px;
}

.w-max {
    width: max-content;
}

.link-underline {
    text-decoration: underline !important;

}

.bg-blue {
    background-color: #0E2332;
    padding: 5rem 0;
}

.footer_logo {
    width: 180px;
}

.info ul li a {
    color: #9C9C9C !important;
    font-size: 13px;
}

.footer_input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9C9C9C;
    width: 100%;
    color: #cecece;
    padding: 10px;
}

.ctach {
    top: -14px;
    right: 4px;
}

.FaQ {
    background-image: url('/assets/images/socails/bluering.svg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 8%;
}

.whited {
    color: #9FA7AD;
}

.header_bg_sky {
    background-image: url('/assets/images/hero_image.png');
    padding: 2.5rem 0;
    margin-bottom: 10px;
}

.header_bg_sky-2 {
    background-image: url('/assets/images/compi-hero-page-bg.svg');
    padding: 2.5rem 0;
    margin-bottom: 10px;
}

.pricing_card {
    cursor: pointer;
}

.features ul li p {
    font-size: 13px;
}

.features {
    height: 400px;
}

.pricing_btn button {
    background: rgb(125, 193, 255);
    background: linear-gradient(180deg, rgba(125, 193, 255, 1) 0%, rgba(0, 121, 233, 1) 100%);
    border: none;
    padding: 10px 0;
    border-radius: 50px;
    color: #FFF;
    font-weight: 600;
}

.pricing_btn_white button {
    background-color: #FFF;
    border: none;
    padding: 10px 0;
    border-radius: 50px;
    color: #2C8CF4;
    font-weight: 600;
}

.btn_white a {
    transition: .5s all;
}

.btn_white path {
    transition: .5s all;
}

.btn_white a:hover {
    background: linear-gradient(180deg, rgba(125, 193, 255, 1) 0%, rgba(0, 121, 233, 1) 100%);
    color: #FFF !important;
}

.btn_white:hover path {
    stroke: #FFF !important;

}

.premium-pro {
    background-color: #2C8CF4;
}

.box-shadow-1 {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.box-shadow-2 {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.box-shadow-2:hover {
    box-shadow: rgba(0, 132, 255, 0.5) 0px 5px 15px 0px;
}

/* card hover effects */

/* .hover-white {
    display: none;
    transition: .5s linear;
}

.pricing_card:hover .title .icon .default-blue {
    display: none;
}

.pricing_card:hover .title .icon .hover-white {
    display: block;
} */

.pricing_card:hover {
    background-color: #2C8CF4 !important;
    color: #FFF;
}

.pricing_card:hover .features ul i {
    color: #FFF;
}

.pricing_card:hover .features ul p {
    color: #FFF;
}

.pricing_card:hover .validity {
    color: #FFF;
}

.pricing_card:hover .quote p {
    color: #FFF;
}

.pricing_card:hover .pricing_btn button {
    background: #FFF !important;
    border: none;
    padding: 10px 0;
    border-radius: 50px;
    color: #2C8CF4;
    font-weight: 600;
}

/* End */
.payment_area {
    background-color: #FFF;
}

.bg-lightblue {
    background-color: #2C8CF4;
}

.pay-btn:hover {
    background: #2C8CF4;
}

.text-sm {
    font-size: 13px;
}

.text-underline {
    text-decoration: underline !important;
}

.transformed {
    transform: translateY(-30px);
}

.bg-gray {
    background-color: #F4F8FB;
}

.active_user {
    margin-bottom: 4rem;
}

.icon-credit {
    position: absolute;
    top: 10px;
    left: 15px;
}

.input-card-flied {
    padding-left: 2.5rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.bth button {
    background: #EBEBEB;
    border-radius: 50px;
    border: none;
    padding: 10px 35px;
    font-family: "Degular_light" !important;

}

.checkmark img {
    width: 10%;
}

.p-success {
    height: 50vh;
    display: flex;
    align-items: center;
}

.blue-border-btn button {
    border-color: #6CB7FC;
    background-color: #FFF;
    color: #7DC1FF;
    font-weight: 600;
    padding: 7px 30px;
    border-radius: 100px;

}

.search_imgae_input {
    border: none;
    border-left: 1px solid #D8D8D8;
}

.text-gray {
    color: #9FA7AD;
}

.input-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 100px;
}

.fontdegular {
    font-family: "Degular_light";
}

.coin-hand {
    width: 150px;
}

.v-max {
    width: max-content !important;
}

.video_btn button {
    padding: 8px 35px;
}

.asset-types {
    margin-left: .5rem;
}

/*.asset-types ul li:last-child {*/
/*    margin-top: 6px;*/
/*}*/

.asset-types ul li label span {
    text-align: center;
    padding: 3px 0;
    display: block;
}

.asset-types ul li label input {
    position: absolute;
    display: none;
    color: #ffffff !important;
}

.asset-types ul li label input + span {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    color: #282424;
    box-shadow: 0 0 10px 0 rgb(229, 224, 224);
}

.asset-types ul li input:checked + span {
    color: #ffffff;
}

.asset-types ul li input:checked + span {
    padding: 5px 10px;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(125, 193, 255, 1) 0%, rgba(0, 121, 233, 1) 100%);
}

.make-it-sticky {
    position: sticky;
    top: 0;
}

.main_filter {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.selector_white_btn {
    border: 1px solid #9FA7AD;
    /* font-size: 18px !important; */
    color: #9FA7AD;
    padding: 5px 20px;
    /* margin-left: 1rem; */
    border-radius: 5px;
}

.color-types ul li div {
    width: 25px;
    height: 25px;
    background-color: red;
    cursor: pointer;
    position: relative;
}

.color-types ul li .unselect_color {
    background-color: white;
    border: 1px solid #000;
}

.color-types ul li .orange {
    background-color: orange;

}

.color-types ul li .pink {
    background-color: pink;

}

.color-types ul li .yellow {
    background-color: rgb(255, 255, 34);

}

.color-types ul li .green {
    background-color: green;

}

.color-types ul li .blue {
    background-color: lightblue;
}

.text-lightblue {
    background: #2C8CF4;
    background: linear-gradient(to bottom, #2C8CF4 0%, #7DC1FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.color-types ul li .navy {
    background-color: navy;
}

.color-types ul li .purple {
    background-color: purple;
}

.color-types ul li .black {
    background-color: black;
}

.color-types ul li .gray {
    background-color: gray;
}

.color-types ul li .white {
    background-color: white;
}

.line-2 {
    line-height: 1.5;
}

.selected::before {
    /* border: 2px solid #000;  */
    background-image: url('/assets/images/check-solid.svg');
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    content: '';
}

.large-price {
    background-color: #2C8CF4;
    color: #FFF;
}

.text-width {
    width: 100px;
}

.slick-dots li.slick-active button:before {
    color: #FFF !important;
    opacity: 1 !important;
}

.slick-dots li button:before {
    font-size: 10px !important;
}

.form-select {
    background-color: transparent;
}

.br-none {
    border: none;
    border-bottom: 1px solid #9FA7AD;
    border-radius: 0;
}

.tags p {
    font-size: 13px;
    margin-bottom: 0;
}

.tags i {
    color: #696967;
}

.price_tag {
    position: absolute;
    left: 0;
    background-color: #FF6868;
    color: #FFF;
    padding: 3px 10px;
    font-size: 18px;
    font-weight: 500;
}

.card_img {
    max-height: 300px;
    overflow: hidden;
}

.card_img img {
    object-fit: cover;
    transition: 1s all;
    object-position: center;
}

.card_img img:hover {
    transform: scale(1.1);
}

.stars i {
    color: #696967;
}

.login-logo-width {
    width: 30px;
}

.login-btn {
    width: 100%;
}

.login_image {
    height: 100vh;
    overflow: hidden;
}

.login_content {
    padding: 0 100px;
}

.veri-height {
    height: 80px;
}

.select a {
    transition: .5s all;
}

.select a.selected {
    background-color: #2C8CF4;
}

.select a.selected .guide-text {
    color: #FFF;
}

.select a.selected svg path {
    fill: #FFF !important;
}

.card-earning {
    background-color: #FFF;
    border-radius: 12px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 1rem;
}

.card-earning .img-earning {
    width: 70px;
}

.svg-item {
    width: 100%;
    font-size: 16px;
    /* margin: 0 auto; */
    animation: donutfade 1s;
}

@keyframes donutfade {

    /* this applies to the whole svg item wrapper */
    0% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .svg-item {
        width: 80%;
    }
}

.donut-ring {
    stroke: #7DC1FF;
}

.donut-segment {
    transform-origin: center;
    stroke: #FF6200;
}

.donut-segment-2 {
    stroke: #2C8CF4;
    animation: donut1 3s;
}

.donut-segment-3 {
    stroke: #d9e021;
    animation: donut2 3s;
}

.donut-segment-4 {
    stroke: #ed1e79;
    animation: donut3 3s;
}

.segment-1 {
    fill: #ccc;
}

.segment-2 {
    fill: #2C8CF4;
}


.donut-percent {
    animation: donutfadelong 1s linear;
}

@keyframes donutfadelong {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes donut1 {
    0% {
        stroke-dasharray: 0, 100;
    }

    100% {
        stroke-dasharray: 69, 31;
    }
}

@keyframes donut2 {
    0% {
        stroke-dasharray: 0, 100;
    }

    100% {
        stroke-dasharray: 30, 70;
    }
}

@keyframes donut3 {
    0% {
        stroke-dasharray: 0, 100;
    }

    100% {
        stroke-dasharray: 1, 99;
    }
}

.donut-text {
    font-family: Arial, Helvetica, sans-serif;
    fill: #FF6200;
}

.donut-text-1 {
    fill: #2C8CF4;
}

.donut-text-2 {
    fill: #d9e021;
}

.donut-text-3 {
    fill: #ed1e79;
}

.donut-label {
    font-size: 0.28em;
    font-weight: 700;
    line-height: 1;
    fill: #000;
    transform: translateY(0.25em);
}

.donut-percent {
    font-size: 0.5em;
    line-height: 1;
    transform: translateY(0.5em);
    font-weight: bold;
}

.donut-data {
    font-size: 0.12em;
    line-height: 1;
    transform: translateY(0.5em);
    text-align: center;
    text-anchor: middle;
    color: #666;
    fill: #666;
    animation: donutfadelong 1s;
}

.svg-item {
    max-width: 30%;
    display: inline-block;
}

.commission .bg-blue {
    background-color: #2C8CF4;
    color: #FFF !important;
}

.commission .bg-blue .text-gray {
    color: #cecece !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: #FBFBFB !important;
}

.table > :not(caption) > * > * {
    border: none;
}

.save-img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.save-img img {
    object-fit: cover;
}

.sign-green {
    background-color: #E2F3EB;
    width: max-content;
    padding: 8px 25px;
    border-radius: 5px;
    color: #065639;
    font-weight: 500;
}

.sign-red {
    background-color: #FFF4F8;
    width: max-content;
    padding: 8px 25px;
    border-radius: 5px;
    color: #BE4E6B;
    font-weight: 500;
}

.sign-purple {
    background-color: #F6EFF7;
    width: max-content;
    padding: 8px 25px;
    border-radius: 5px;
    color: #65387E;
    font-weight: 500;
}

.sign-blue {
    background-color: #EFF9FF;
    width: max-content;
    padding: 8px 25px;
    border-radius: 5px;
    color: #18567A;
    font-weight: 500;
}

.upload-container {
    width: 100%;
    height: 400px;
    border: 2px dashed #007BFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 50px;
    cursor: pointer;
}

.upload-container.dragover {
    background-color: #f0f8ff;
}

.upload-icon {
    font-size: 50px;
    color: #007BFF;
}

.file-list {
    margin-top: 20px;
}

.text_colored {
    color: #636361;
}

.width-text {
    width: 120px;
}

.rocket-sucess img {
    width: 50%;
}

p.selected {
    color: #FFF !important;
    background-color: #2C8CF4 !important;
    border-color: #FFF !important;
}

.published .modal-dialog {
    max-width: 800px !important;
}

.participate-btn-bg:hover {
    background: rgb(248, 239, 186);
    background: linear-gradient(170deg, rgba(248, 239, 186, 1) 0%, rgba(204, 162, 70, 1) 9%, rgba(251, 201, 38, 1) 16%, rgba(252, 208, 60, 1) 26%, rgba(255, 251, 204, 1) 41%, rgba(238, 214, 136, 1) 54%, rgba(195, 146, 46, 1) 74%, rgba(255, 251, 204, 1) 100%, rgba(231, 209, 141, 1) 100%);
    /* animation: participate-width .5s all linear; */
    width: 170px;
}

.participate-btn-bg:hover .icon-black {
    display: block;
}

.participate-btn-bg:hover .icon-gold {
    display: none;
}

.participate-btn {
    border-radius: 0px 5px 5px 0px;
    background-color: #000;
    padding: 8px 15px;
    cursor: pointer;
    overflow: hidden;
    width: 60px;
    transition: .8s ease;
    transition: width .5s ease;

}

.participate-btn p {
    color: #000;
}

.icon-black {
    display: none;
}

.compi_btn_sticky {
    top: 50px !important;
    z-index: 99;
}

@keyframes participate-width {
    0% {
        width: 60px;
    }

    100% {
        width: max-content;
    }
}

@media (max-width: 1400px) {
    .step-1::after {
        width: 308px;
        height: 50px;
    }

    .step-2::after {
        width: 308px;
        height: 65px;
    }
}

@media (max-width: 991px) {
    .login-btn {
        width: max-content;
    }

    .search-height {
        height: 40px !important;
    }

    .input-group input {
        font-size: 13px;
    }

    .search-by-image {
        top: 5px;
    }

    .search-btn button {
        padding: 5px 20px;
        font-size: 13px;
        font-weight: 400;
    }

    .search-btn {
        top: 8px;
    }

    .select-option .dropdown button {
        font-size: 13px;
    }

    h1 {
        font-size: 35px !important;
    }

    p {
        font-size: 14px;
    }

    .step-1::after {
        content: none;
    }

    .step-2::after {
        content: none;
    }

    .step-1 {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .step-1 .step-content {
        text-align: center;
    }

    .step-2 {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .step-2 .step-content {
        text-align: center;
    }

    .step-3 {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .step-3 .step-content {
        text-align: center;
    }

    .overlay {
        position: static !important;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .freeaccount {
        background-position: bottom;
    }

    h1 {
        font-size: 28px;
    }

    .hero-padding {
        padding: 20% 0;
    }

    .attached_images {
        padding: 1rem 0;
    }

    .elements img {
        height: 190px;
    }

    .slider_infinite {
        padding: 20px 0;
    }
}

@media (max-width: 500px) {
    .join-team {
        background-image: none;
    }

    .search-btn button {
        padding: 4px 7px !important;
    }

    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 35px;
    }

    p {
        font-size: 13px;
    }

    .pad-right {
        padding-right: 0;
    }

    .fs-5 {
        font-size: 16px !important;
    }

    .info {
        margin-top: 1rem;
    }

    .gallery_icon::after {
        left: 85%;
    }

    .change_icon_black,
    .change_icon_blue {
        width: 60px;
        height: 60px;
    }

    .content-star::after {
        width: 37px;
        height: 37px;
    }

    .join-team {
        margin-bottom: 1rem;
    }

    .work-speed {
        padding: 1rem 0;
    }
}

.text-muted {
    margin-bottom: 0 !important;
}


.page-link {
    color: rgba(125, 193, 255, 1);
    box-shadow: none !important;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: #FFFFFF;
    background: linear-gradient(180deg, rgba(125, 193, 255, 1) 0%, rgba(0, 121, 233, 1) 100%);
    border: none !important;
}

.cancel-subs {
    border-color: #e83939;
    background-color: #FFF;
    color: #e83939;
    font-weight: 600;
    padding: 7px 30px;
    border-radius: 100px;
}
