/* Hero Area Banner Start */
canvas#network {
    display: block;
    background: #000;
    width: 100%;
    max-width: 100%;
}
.backgroundContent {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
}
.backgroundContent .blankContent {
    position: absolute;
    border-top: solid 570px #1c1c1c;
    border-left: solid clamp(570px, 49vw, 900px) #1C1C1B;
    border-right: solid 300px transparent;
    border-bottom: solid 244px #21211f;
}
section.front-page-hero-banner .container {
    position: relative;
}
section.front-page-hero-banner .container .content {
    max-width: 600px;
}

section.front-page-hero-banner .container .txtContent h1 {
    font-size: 60px;
    color: white;
    line-height: 1.2em;
}
section.front-page-hero-banner .container .txtContent p {
    font-size: 16px;
    line-height: 1.3em;
    color: white;
    margin: 5px 0;
}
.searchbarContent form {
    height: 40px;
    margin-top: 15px;
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.searchbarContent form div {
    height: 100%;
}
.searchbarContent form input {
    height: 100%;
    outline: none;
}
.searchbarContent form input[type="text"] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 70%;
    padding-left: 15px;
    height: 42px;
    margin-right: 1px;
    border: none;
}
.searchbarContent form input[type="submit"] {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 20%;
    background: black;
    color: white;
    border: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
}
section.front-page-hero-banner {
    margin: 90px 0px 90px 0;
}
/* Hero Area Banner End */



.animated-button {
    position: relative;
    display: flex
;
    align-items: center;
    gap: 4px;
    padding: 12px 25px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: #fefefe;
    box-shadow: 0 0 0 2px #01ccff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}



.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #ff46b0;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover a{
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}





.animated-button:hover svg {
  fill: #212121;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px greenyellow;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}
.animated-button a {
    color: white;
    text-decoration: none;
}
.search-suggestion{
    width: 100%;
    position: relative;
}
div#search-suggestions {
    position: absolute;
}
.search-suggestion a, .search-suggestion.no-result {
    background: white;
    width: 100%;
    margin-left: 2px;
    padding: 11px 13px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    color: #1a1717;
    font-size: 14px;
}
.search-suggestion a:hover {
    background: #d5d5d5;
    
}
.search-suggestion a span {
    margin-left: 5px;
    color: gray;
}
.search-suggestion.no-result {
    width: 69.2%;
}

/* Popular Category Css Start */
.popularCategoriesFrame {
    width: 100%;
     /* overflow: auto !important; */
}

.popularCategoriesWrap {
    display: flex;
    transition: transform 0.3s ease;
}
.categoryItem a:hover {
    background: #8f8b8b38;
}
.categoryItem {
    flex: 0 0 auto;
    width: 180px;
    margin: 10px;
    color: white;
    text-align: center;
    border-radius: 5px;
    position: relative;
    background-size: contain !important;
    /* background-repeat: no-repeat !important; */
    overflow: hidden;
    background: url(/wp-content/uploads/2025/04/category-no-thumbnail.png);
}
section.popularElemenSection {
    padding: 30px 0;
    /* background: #21211f; */
    background: linear-gradient(180deg, #21211f, #101010);
    margin-top: -10px;
    overflow: hidden;
}
.categoryItem.buttons {
    background: url(/wp-content/uploads/2025/02/Arrowed-Submit-Button1.gif);
}
.categoryItem.loaders {
    background: url(/wp-content/uploads/2025/02/thumbnail.gif);
}
.categoryItem.carousel {
    background: url(/wp-content/uploads/2025/02/javascript-3d-colorful-animated-carousel.gif);
}
.categoryItem.slider{
    background: url(/wp-content/uploads/2025/02/image_processing20220606-21725-194l6tf.gif);
}
.categoryItem a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 28px 0;
    color: white;
    font-weight: 600;
    text-decoration: none;
    background: #1a191938;
    font-size: 18px;
    text-shadow: 0 0 2px black;
}
.categoryItem.cards {
    background: url(/wp-content/uploads/2025/02/css-creative-card-hover-effects.gif);
}

.categoryItem.tables {
    background: url(/wp-content/uploads/2025/01/tableimage-180x78-1.png);
}

.categoryItem.uncategorized {
    background: url(/wp-content/uploads/2025/01/uncategorizedimage-180x78-1.png);
}
section.popularElemenSection .headingContent {
    background: unset;
    color: white;
    padding: 15px 0;
}
.animated-button:hover .dashicons-search.text {
    color: #0c0e0f;
}
section.stats-section {
    background: linear-gradient(0deg, #21211f, #101010);
    padding: 30px 0;
}
section.stats-section .statsContent {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}
section.stats-section .statsContent .statsBox {
    max-width: 300px;
    width: 100%;
    text-align: center;
}
section.stats-section .statsContent .statsBox .counter-and-title {
    text-align: center;
}
section.stats-section .statsContent .statsBox .counter-and-title h2, section.stats-section .statsContent .statsBox .counter-and-title h2 a {
    color: white !important;
    font-size: 62px;
    text-decoration: none !important;
    margin-bottom: 15px;
}
section.stats-section .statsContent .statsBox .counter-and-title p {
    font-weight: 600;
    color: #aba9a9;
}
section.stats-section .statsContent .statsBox .statsIcon span {
    color: #e5e4e4;
    font-size: 47px;
    margin-left: -23px;
}
section.stats-section .statsContent .statsBox .statsIcon .dashicons.dashicons-forms {
    color: #ff46b0;
}
section.stats-section .statsContent .statsBox .statsIcon span.dashicons.dashicons-groups {
    color: #01ccff;
}
section.stats-section .statsContent .statsBox .statsIcon span.dashicons.dashicons-art {
    color: #01ccff;
}
section.stats-section .statsContent .statsBox .statsIcon {
    min-height: 54px;
}
.popularelementContainer {
    margin: 20px 0;
}
.home .search-results .search-result-item {
    max-width: 285px;
    height: 490px;
}
.home .search-results .search-result-item .title-and-authorContent h2 {
    line-height: 21px;
    margin: 10px 0;
}
.home .search-results .search-result-item .imgContent {
    height: 380px;
}
section.popularElemenSection .popularelementContainer .headingContent h2 {
    margin: 15px 0;
}

section.top-creator-section .logos-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
    padding: 10px 40px;
  }
  
  section.top-creator-section .logos-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    animation: slide 60s linear infinite;
    padding-right: 20px;
  }
  section.top-creator-section .logos-slider.reverse .logos-slider-container{
    animation: slidereverse 60s linear infinite;
  }
  
  @keyframes slide {
    0% {
        transform: translate3d(0,0,0)
    }
    100% {
        transform: translate3d(-70%,0,0)
    }
  }

  @keyframes slidereverse {
    0% {
        transform: translate3d(-70%,0,0)
    }
    100% {
        transform: translate3d(0,0,0)
    }
  }
  .sliderContent .logosliderContent {
    display: flex;
    gap: 20px;
    background: #1e1e1c;
    padding: 15px 20px;
    width: 300px;
    border: 2px solid #767373;
    border-radius: 10px;
}

section.top-creator-section .logos-slider-container .imgContent {
    height: 50px !important;
    width: 100%;
    max-width: 50px;
    background: transparent;
    border-radius: 100%;
}
section.top-creator-section .logos-slider-container .imgContent img {
    width: unset;
}
section.top-creator-section {
    background: #1c1c1c;
    padding: 40px 0;
}
section.top-creator-section > .txtContent h2 {
    color: white;
    font-size: 36px;
    margin-bottom: 20px;
}
section.top-creator-section > .txtContent{
    text-align: center;
}
.sliderContent .logosliderContent .txtContent h3 {
    color: white;
    text-transform: capitalize;
    font-size: 22px;
    margin: 5px 0;
}
.sliderContent .logosliderContent .txtContent p {
    color: white;
    margin-bottom: 10px;
}
.sliderContent .logosliderContent .txtContent a {
    color: #01ccff;
    text-decoration: unset;
}

section.top-creator-section .logos-slider:hover .logos-slider-container{
    animation-play-state: paused;
}
.backgroundContent .canvaContent {
    width: 100%;
}
.hiddenTextareaContents {
    display: none;
}
.contentDisplayContainer {
    width: 100%;
    height: 100%;
}
.contentDisplayContainer .resultContent {
    width: 100%;
    height: 100%;
}
.contentDisplayContainer .resultContent iframe.preview {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home .search-results .search-result-item .imgContent > a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}