.creative-area{
    position: relative;
    z-index: 10;
    padding: 100px 0;
}
.creative-list{
    display: flex;
    justify-content: space-between;
}

.creative-list li{
    background-color: #EEEEEE;
    border-radius: 114px;
    padding: 13px 20px;
    margin-right: 10px;
    font-family: 15px;
    color: #646464;
    font-weight: 600;
}

.creative-list li svg{
    width: 10px;
    margin-left: 5px;
}

.search-container {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 25px;
    padding: 0 0 0 10px;
    width: 100%;
}

.right-part{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.search-container svg{
    width: 20px;
    margin-right: 10px;
}
.search-input {
    border: none;
    outline: none;
    background: #EEEEEE;
    /* padding: 10px; */
    border-radius: 25px 0 0 25px;
    font-size: 16px;
    flex-grow: 1;
}

.search-button {
    background-color: #635bff;
    border: none;
    outline: none;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
}

.search-button:hover {
    background-color: #5149db;
}


.creatives-card {
    /* background-color: #eeeeee; */
    border-radius: 25px;
    border: none;
    padding: 0;
    /* box-shadow: 4px 4px 9.7px 0px #dadada; */
    transition: all .3s ease-in-out;
}

.creatives-card .card-body {
    padding: 20px 0;
}

.creatives-card:hover {
    transform: translateY(-5px);
}

.btngroup {
    display: flex;
}

.card-btn {
    background-color: #593CFF;
    font-size: 18px;
    border: none;
    font-weight: 700;
    color: #fff;
    border-radius: 45px;
    padding: 10px 50px;
}

.card-btn:first-child {
    margin-right: 20px;
}

.second-btn {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    padding: 10px 47px;
    background: none;
    border-radius: 45px;
    border: 1px solid #1E1E1E;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.page-item {
    margin: 0 5px;
}

.page-link {
    display: inline-block;
    /* padding: 5px 10px; */
    background: none;
    text-decoration: none;
    border: none;
}

.page-link:hover {
    background-color: #f1f1f1;
}

.current-page,
.total-pages {
    font-size: 16px;
    margin: 0 5px;
}

.current-page {
    font-weight: bold;
}

.page-item a[aria-label="Previous"],
.page-item a[aria-label="Next"] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tools-area {
    background-image: url("../images/bgimage.png");
    width: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

.tool-list {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
}

.tool-list img {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}

.tool-list h4 {
    font-size: 34px;
    font-weight: 400;
    color: #ffffff;
}
.list {
    display: flex;
    list-style: none;
    padding: 0;
}

.list  li {
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.list li:last-child {
    margin-right: 0;
}

/* .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 10px;
    left: 0;
    border: none;
    border-radius: 25px;
    background-color: #EEEEEE;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    padding: 12px 16px;
    list-style: none;
    z-index: 1;
    margin-top: 0 !important;

}

.dropdown-menu  li {
    padding: 8px 0;
    font-size: 14px;
    font-weight: 400;
}

.dropdown-menu input[type="checkbox"] {
    margin-right: 8px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu.long {
    width: 252px;
}

.dropdown-menu .Sort {
    width: 100%;
    display: block;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 3px;
    margin-right: 0 !important;
} */

@media (max-width: 426px){
    .creative-list li{
        padding: 5px 10px;
        font-size: 12px;
    } 
}
@media (max-width: 768px){
    .creative-list{
        display: contents;
    }

}

@media (max-width: 1024px){
    .card-btn {
        padding: 10px 30px;
    }

    .second-btn {
        padding:10px 20px ;
    }
}
.case-area{
    padding: 60px 0;
}
.pagination-wrapper a svg{
    fill: #808285;
}
.pagination-wrapper a:hover{
    
  background: #EEEEEE;
  /* padding: 5px 20px; */
  /* border-radius: 20px;
  font-weight: 400; */
}
.pagination-wrapper a:hover svg{
    fill: #593CFF;
}
.pagination-wrapper a.current-page {
    background: #EEEEEE;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 400;
}

/* Custom Checkbox */


.control-group {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
  }
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
  }
  .control--radio .control__indicator {
    border-radius: 50%;
  }
  .control:hover input ~ .control__indicator,
  .control input:focus ~ .control__indicator {
    background: #fff;
  }
  .control input:checked ~ .control__indicator {
    background: #635bff;
  }
  .control:hover input:not([disabled]):checked ~ .control__indicator,
  .control input:checked:focus ~ .control__indicator {
    background: #635bff;
  }
  .control input:disabled ~ .control__indicator {
    background: #fff;
    opacity: 0.6;
    pointer-events: none;
  }
  .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
  }
  .control input:checked ~ .control__indicator:after {
    display: block;
  }
  .control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
  }
  .control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
  }
  .control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
  }

  @media (max-width:767px){
    .right-part {
        display: none;
    }
  }
  .card-btn:hover{
    color:#fff !important;
  }
  .second-btn:hover{
    color:#000 !important;
  }