.star {
    float: right;
}

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

/* Header */

.header-container {
    background-image: linear-gradient(95deg, #26d07c 14%, #00a3e0 85%);
}

/* Footer */

.footer-container {
    background-image: linear-gradient(95deg, #26d07c 14%, #00a3e0 85%);
}

/* Search Area */

/* Favorite Area */

.bg-favorites, .add-comment, .clear-button, .search-btn {
    display: table;
    background-image: linear-gradient(95deg, #26d07c 14%, #00a3e0 85%)!important;
    border-bottom: 2px solid #00a3e0!important;
}


/* badge */

.title-badge {
    color: #8205ff;
}


/* featured */

.featured {
    background-image: linear-gradient(135deg, rgba(255, 90, 90, 1) 27.2%, #8205ff 79.9%);
}

/* Social Media */

.social-media .facebook {
    background-color: #0d6efd;
}

.social-media .twitter {
    background-color: #1da1f2;
}

.social-media .linkedin {
    background-color: #0a66c2;
}

.social-media .telegram {
    background-color: #0088cc;
}

.social-media .whatsapp {
    background-color: #25d366;
}


/* widget */

div.ext-box {
    display: table;
    width: 125px;
    height: 95px;
    font-family: 'ateafont'!important;
}

/* font family */

@font-face {
  font-family: 'ateafont'; /* Name your font family */
  src: url('https://dir.ateaf.com/public/webfonts/fonts/ateafont-Regular.ttf'); /* Locate the .ttf file within your directory*/
}

body {
  font-family: 'ateafont', sans-serif; /* Use the font family */
}






