@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700;800&display=swap);
:root {
  --main-color: #38383a;
  --secondary-color: #f27e2f;
  --heading-color: #38383a;
  --paragraph-color: #555555;
  --heading-font: "Work Sans", sans-serif;
  --body-font: "Work Sans", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.6;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  color: var(--paragraph-color);
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
}
h1 {
  line-height: 1.3333333333;
}
h2 {
  font-size: 35px;
  line-height: 1.3380952381;
}
h3 {
  font-size: 30px;
  line-height: 1.3833333333;
}
h4 {
  font-size: 25px;
  line-height: 1.3380952381;
}
h5 {
  font-size: 21px;
  line-height: 1.3380952381;
}
h6 {
  font-size: 20px;
  line-height: 1.3380952381;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 600;
}
p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
a:hover {
  color: var(--main-color-one);
}
pre {
  word-break: break-word;
}
a i {
  padding: 0 2px;
}
img {
  max-width: 100%;
}
ol {
  counter-reset: counter;
  padding-left: 0;
}
ol li {
  list-style: none;
  margin-bottom: 1rem;
}
ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}
button:active,
button:focus,
button:hover {
  outline: 0;
}
input[type="button"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}
.no-gutter.container,
.no-gutter.container-fluid,
.no-gutter.row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.no-gutter > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.no-gutter[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.h-100vh {
  height: 100vh;
}
code {
  color: #faa603;
}
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: fontawesome;
  content: "";
  color: var(--main-color);
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  clear: both;
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next > a,
.comment-navigation .nav-previous > a,
.post-navigation .nav-next > a,
.post-navigation .nav-previous > a,
.posts-navigation .nav-next > a,
.posts-navigation .nav-previous > a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.comment-navigation .nav-next:hover > a,
.comment-navigation .nav-previous:hover > a,
.post-navigation .nav-next:hover > a,
.post-navigation .nav-previous:hover > a,
.posts-navigation .nav-next:hover > a,
.posts-navigation .nav-previous:hover > a {
  color: var(--main-color);
}
.comment-list li {
  list-style: none;
}
.h-100vh {
  height: 100vh;
}
.position-relative {
  position: relative;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}
.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}
.alignwide {
  max-width: 1100px;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}
.wp-link-pages a,
.wp-link-pages span {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}
.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.wp-link-pages span:first-child {
  margin-right: 5px;
}
dl,
ol,
ul {
  padding-left: 15px;
}
.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}
.post-password-form label {
  font-weight: 600;
  color: #333;
}
.post-password-form input[type="submit"] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.post-password-form input[type="submit"]:hover {
  background-color: #121a2f;
}
.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}
.custom-gutters-14 > .col,
.custom-gutters-14 > [class*="col-"] {
  padding-right: 7px;
  padding-left: 7px;
}
.custom-gutters-20 > .col,
.custom-gutters-20 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.btn {
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  overflow: hidden;
  position: relative;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 17px;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  border-radius: 3px;
  text-transform: none;
  box-shadow: none;
}
.btn:active,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-buy {
  background: #fff;
}
.btn.btn-buy:hover {
  background: #5856d5;
  color: #fff;
}
.btn.btn-main {
  background-color: #ff1d5b;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.btn.btn-main:hover {
  background-color: #ea1c55;
}
.btn.btn-white {
  background: #fff;
  font-weight: 400;
  color: #383838;
}
.btn.btn-white:hover {
  background: #ff1d5b;
  color: #fff;
}
.load-more-btn {
  text-align: center;
  display: block;
  height: 60px;
  -webkit-box-shadow: 0 8px 27px 0 rgba(216, 216, 216, 0.16);
  box-shadow: 0 8px 27px 0 rgba(216, 216, 216, 0.16);
  border: 1px solid #f5f5f5;
  font-size: 16px;
  color: #282828;
  line-height: 58px;
  border-radius: 4px;
}
.load-more-btn:hover {
  background: #ff1d5b;
  color: #fff;
}
.load-more-btn-2 {
  border-radius: 5px;
  background-color: #ffebf0;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  font-family: Nunito, sans-serif;
  color: #eb1650;
  font-weight: 700;
  padding: 0 45px;
  position: relative;
}
.load-more-btn-2:hover {
  color: #fff;
  background: #ff1d5b;
}
.btn-wrap {
  position: relative;
  z-index: 0;
}
.btn-wrap:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #cfd4e4;
  top: 50%;
  left: 0;
  z-index: -1;
}
.btn-wrap .btn {
  height: 40px;
  border-radius: 25px;
  border: 1px solid #cfd4e4;
  background: #fff;
  color: #f27e2f;
  font-weight: 600;
  font-size: 17px;
  line-height: 38px;
  z-index: 1;
}
.btn-wrap .btn:hover {
  background: var(--main-color);
  color: #fff;
}
.video-play-btn {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 40px;
  top: 40px;
}
.video-play-btn i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(244, 245, 245, 0.7);
  color: #333;
  text-align: center;
  line-height: 83px;
  font-size: 24px;
  padding-left: 7px;
}
.tag {
  border-radius: 3px;
  height: 30px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  line-height: 30px;
  padding: 0 11px;
}
.tag:active,
.tag:focus,
.tag:hover {
  color: #fff;
}
.tag.tag-blue {
  background: #0085ff;
}
.tag.tag-yellow {
  background: #dfb50b;
}
.tag.tag-purple {
  background: #5200ff;
}
.tag.tag-red {
  background: #f27e2f;
}
.tag.tag-sky {
  background: #10d0fa;
}
.tag.tag-pink {
  background: #ff005c;
}
.tag.tag-green {
  background: #07b404;
}
.tag.tag-light-blue {
  background: #818efe;
}
.tag.top-right {
  left: auto !important;
  right: 20px;
}
.tag.text-red {
  color: #f27e2f;
}
.tag.text-pink {
  color: #ff005c;
}
.tag.text-sky {
  color: #10cffa;
}
.tag.text-purple {
  color: #5200ff;
}
.tag.text-green {
  color: #07b404;
}
.tag.text-orange {
  color: #f85e07;
}
.meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  color: #767575;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.meta span {
  margin-left: 6px;
}
.meta .author {
  margin-right: 13px;
}
.meta .author img {
  margin-right: 8px;
  border-radius: 50%;
}
.meta .date {
  margin-right: 17px;
  color: #ff6b00 !important;
}
.meta .date i {
  color: #ff1d5b;
  color: #ff6b00 !important;
}
.meta .comments {
  margin-left: 22px;
}
.meta .Length {
  margin-left: 10px;
}
.meta.meta-2 .date i,
.meta.meta-2 i {
  color: #dfb50b !important;
}
.meta.meta-3 .date i,
.meta.meta-3 i {
  color: #ff1d5b !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.br-10 {
  border-radius: 10px !important;
}
.pagination {
  margin-bottom: 0;
  display: inline-block;
}
.pagination .page-item {
  margin-right: 6px;
  display: inline-block;
}
.pagination .page-item .page-link {
  border-radius: 5px;
  background-color: #efefef;
  width: 54px;
  height: 38px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  border: 0;
  padding: 0;
  text-align: center;
  line-height: 38px;
}
.pagination .page-item .page-link:active,
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
  background-color: #ff1d5b;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.single-input-wrap {
  border-radius: 0;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
}
.single-input-wrap .input-group-prepend .input-group-text {
  width: 49px;
  height: 49px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  text-align: center;
  line-height: 49px;
  padding: 0;
  background: 0 0;
  display: inline-block;
  margin-left: 8px;
  color: var(--heading-color);
}
.single-input-wrap input {
  height: 50px;
  width: 100%;
  line-height: 64px;
  font-size: 14px;
  padding: 0 20px;
  border: 0;
  background: 0 0;
  border-radius: 0;
  color: #bebebe;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.single-input-wrap input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bebebe;
  line-height: 64px;
}
.single-input-wrap input::-moz-placeholder {
  font-size: 14px;
  color: #bebebe;
  line-height: 64px;
}
.single-input-wrap input:-ms-input-placeholder {
  font-size: 14px;
  color: #bebebe;
  line-height: 64px;
}
.single-input-wrap input::-ms-input-placeholder {
  font-size: 14px;
  color: #bebebe;
  line-height: 64px;
}
.single-input-wrap input::placeholder {
  font-size: 14px;
  color: #bebebe;
  line-height: 64px;
}
.single-input-wrap input:active,
.single-input-wrap input:focus,
.single-input-wrap input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: 0;
}
.single-input-wrap.with-select .input-group-text {
  position: absolute;
  z-index: 1;
  top: 7px;
  color: var(--heading-color);
}
.single-input-wrap .nice-select {
  width: 100%;
  position: absolute;
  top: 0;
  height: 62px;
  line-height: 62px;
  border: 0;
  font-size: 14px;
  padding: 0 20px 0 75px;
}
.single-input-wrap .nice-select:after {
  height: 7px;
  width: 7px;
  right: 22px;
}
.single-input-wrap .nice-select .list {
  width: 100%;
}
.single-input-wrap textarea {
  width: 100%;
  padding: 22px 29px;
  font-size: 14px;
  background: 0 0;
  border: 1px solid #e5e5e5;
  color: var(--paragraph-color);
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.single-input-wrap textarea::-webkit-input-placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}
.single-input-wrap textarea::-moz-placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}
.single-input-wrap textarea:-ms-input-placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}
.single-input-wrap textarea::-ms-input-placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}
.single-input-wrap textarea::placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}
.single-input-wrap textarea:active,
.single-input-wrap textarea:focus,
.single-input-wrap textarea:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.single-input-wrap.single-textarea-wrap {
  height: auto;
}
.single-search-wrap {
  position: relative;
}
.single-search-wrap input {
  width: 100%;
  border-radius: 3px;
  height: 51px;
  border: 0;
  font-size: 14px;
  color: #292929;
  padding: 0 110px 0 21px;
}
.single-search-wrap input:active,
.single-search-wrap input:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-search-wrap button {
  height: 51px;
  border: 0;
  border-radius: 3px;
  position: absolute;
  right: 0;
  font-size: 16px;
  padding: 0 27px;
  cursor: pointer;
  background: var(--secondary-color);
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section-title {
  position: relative;
  z-index: 0;
}
.section-title .title {
  margin-bottom: 0;
  display: inline-block;
  background-color: transparent;
  padding-right: 15px;
  font-weight: 600;
}
.section-title .sub-title {
  font-weight: 500;
  margin-top: 10px;
}
.section-title .line {
  background: #cfd4e4;
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}
.section-title span.first-letter {
  font-size: 45px !important;
  color: #f08001;
}
.first-letter {
  color: #f08001;
  font-size: 45px !important;
}
.section-title span.first-letter-black {
  font-size: 45px !important;
  color: #2a2928;
}
.section-title .line-politique {
  background: #cfd4e4;
  display: inline-block;
  width: 86%;
  height: 1px;
  position: absolute;
  top: 43px;
  right: 0;
  z-index: -1;
}
.section-title .see-all-btn {
  font-size: 17px;
  color: var(--secondary-color);
  position: relative;
  font-weight: 500;
  background: #fff;
}
.section-title .see-all-btn-black {
  font-size: 17px;
  color: #0f0f0f;
  position: relative;
  font-weight: 500;
  background: #fff;
}
.section-title .see-all-btn::before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: -15px;
  z-index: -1;
}
.section-title .see-all-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--secondary-color);
  left: 0;
  bottom: 0;
}
.section-title .see-all-btn-black:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  left: 0;
  bottom: 0;
}
.section-title .see-all-btn:hover {
  color: var(--main-color);
}
.section-title .see-all-btn:hover:after {
  background: var(--main-color);
}
.section-title.section-title-2 .title {
  color: #fff;
  background: var(--main-color);
}
.section-title.section-title-2 .see-all-btn {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section-title.section-title-2 .see-all-btn:after {
  background: #fff;
}
.section-title.section-title-2 .see-all-btn:hover {
  color: var(--main-color);
}
.section-title.section-title-2 .see-all-btn:hover:after {
  background: var(--main-color);
}
.section-title.section-title-3 .title {
  position: relative;
  padding-left: 23px;
}
.section-title.section-title-3 .title:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ff1d5b;
  top: 50%;
  margin-top: -5px;
  left: 0;
}
.section-title.section-title-4 {
  background: #ff1d5b;
  border-radius: 5px;
  padding: 14px 20px;
  margin-bottom: 40px;
}
.section-title.section-title-4 .title {
  color: #fff;
}
.section-title.section-title-4 .see-all-btn {
  color: #fff !important;
}
.section-title.section-title-4 .see-all-btn:after {
  display: none;
}
.section-title.section-title-4.style-2 {
  background: #2a58ee;
}
.section-title.section-title-4.style-3 {
  background: #dfb50b;
}
.section-title.section-title-4.style-4 {
  background: #000;
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  background-color: #f27e2f;
  text-align: center;
  line-height: 56px;
  z-index: 99;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  cursor: pointer;
  display: none;
  -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
  animation: backto-top-bounce 4s infinite ease-in-out;
}
.back-to-top:hover {
  -webkit-box-shadow: 0 3px 7px 0 rgba(254, 242, 46, 0.35);
  box-shadow: 0 3px 7px 0 rgba(254, 242, 46, 0.35);
}
.back-top i {
  margin-top: 15px;
}
@-webkit-keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
@keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
.social-area {
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-area li {
  list-style: none;
  display: inline-block;
  margin-right: 3px;
}
.social-area li a i {
  margin-top: 12;
}
.social-area li:last-child {
  margin-right: 0;
}
.social-area li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: var(--main-color);
  font-size: 20px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.social-area li a:hover {
  color: #f27e2f;
}
.social-area li.user a {
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
  background: #f27e2f;
  color: #fff !important;
  padding: 0 0 !important;
  border-radius: 50% !important;
}
.social-area.social-area-2 li {
  margin-right: 6px;
}
.social-area.social-area-2 li a {
  background: rgba(255, 255, 255, 0.3);
  height: 50px !important;
  width: 50px !important;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: background 0.3s ease, color 0.3s ease;
}
.social-area.social-area-2 li a.fb:hover {
  background: #1877f2;
  color: #fff;
}
.social-area.social-area-2 li a.tw:hover {
  background: #1da1f2;
  color: #fff;
}
.social-area.social-area-2 li a.yt:hover {
  background: red;
  color: #fff;
}
.social-area.social-area-2 li a:hover {
  background: #fff;
  color: var(--secondary-color);
}
.social-area.social-area-3 li a {
  background: #fff;
}
.social-area.social-area-3 li a i.fa-youtube-play {
  color: red !important;
}
.social-area.social-area-3 li a i.fa-facebook {
  color: #0d8af0 !important;
}
.social-area.social-area-3 li a i.fa-linkedin,
.social-area.social-area-3 li a i.fa-twitter {
  color: #00acee !important;
}
.social-area.social-area-3 li a i.fa-pinterest {
  color: #c8232c !important;
}
.social-area.social-area-3 li a i.fa-whatsapp {
  color: #128c7e !important;
}
.form-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.form-check .form-check-input {
  margin: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #b4b8c6;
}
.form-check .form-check-input:active,
.form-check .form-check-input:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.form-check .form-check-input:checked {
  background-color: var(--main-color);
  border: none;
}
.form-check .form-check-label {
  color: var(--heading-color);
  font-size: 16px;
}
.pre-wrap {
  position: fixed;
  content: "";
  -webkit-transform: translate(-100%, -240%);
  transform: translate(-100%, -240%);
  font-size: 62px;
}
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d8d8d8),
    to(#f27e2f)
  );
  background: linear-gradient(to right, #d8d8d8 0, #f27e2f 100%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--main-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--heading-color);
  color: #fff;
}
.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #f27e2f;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
}
.search-popup .search-form {
  min-width: 600px;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  line-height: 54px;
  padding: 0 100px 0 30px;
  font-size: 18px;
}
.search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  border: 0;
  border-radius: 0 5px 5px 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f27e2f),
    to(#f27e2f)
  );
  background: linear-gradient(to right, #f27e2f 0, #f27e2f 100%);
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.search-popup .search-form .submit-btn:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f27e2f),
    to(#f27e2f)
  );
  background-image: linear-gradient(to right, #f27e2f 0, #f27e2f 100%);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 0 5px 5px 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.search-popup .search-form .submit-btn:hover:before {
  opacity: 1;
}
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d8d8d8),
    to(#f27e2f)
  );
  background: linear-gradient(to right, #d8d8d8 0, #f27e2f 100%);
  z-index: 991;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
    progress;
}
.body-overlay.active {
  visibility: visible;
  opacity: 0.9;
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.border-none {
  border: 0 !important;
}
.bg-gray {
  background: #f9faff !important;
}
.bg-politique {
  background: #efece6 !important;
}
.post-tab-politique .nav-pills {
  background: #f08001 !important;
}
.bg-pink {
  background: #ffb7cb;
}
.bg-pink-2 {
  background: #ffdbdb;
}
.bg-blue {
  background: #0f215d;
}
.bg-navy {
  background: #11075e !important;
}
.bg-main {
  background: var(--main-color);
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-50 {
  padding-top: 50px;
}
.pd-top-60 {
  padding-top: 60px;
}
.pd-top-70 {
  padding-top: 70px;
}
.pd-top-80 {
  padding-top: 80px;
}
.pd-top-120 {
  padding-top: 120px;
}
.pd-bottom-30 {
  padding-bottom: 30px;
}
.pd-bottom-40 {
  padding-bottom: 40px;
}
.pd-bottom-50 {
  padding-bottom: 50px;
}
.pd-bottom-55 {
  padding-bottom: 55px;
}
.pd-bottom-60 {
  padding-bottom: 60px;
}
.pd-bottom-70 {
  padding-bottom: 70px;
}
.pd-bottom-75 {
  padding-bottom: 75px;
}
.pd-bottom-80 {
  padding-bottom: 80px;
}
.pd-bottom-95 {
  padding-bottom: 95px;
}
.mg-bottom-30 {
  margin-bottom: 30px;
}
.mg-bottom-70 {
  margin-bottom: 70px;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.widget {
  margin-bottom: 32px;
}
.widget-title {
  font-weight: 600;
  position: relative;
  margin-bottom: 13px;
  font-family: var(--body-font);
}
.social-widget-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.social-widget-wrap li {
  border-radius: 3px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: 1px solid #e5e5e5;
}
.social-widget-wrap li:after {
  content: "";
  height: 100px;
  width: 100px;
  background: #e5e9f7;
  opacity: 0.5;
  left: 0;
  top: 0;
  -webkit-transform: translate(-45px, 0);
  transform: translate(-45px, 0);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.social-widget-wrap li:before {
  content: "";
  height: 100px;
  width: 100px;
  background: #e5e9f7;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-45px, 0);
  transform: translate(-45px, 0);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}
.social-widget-wrap li.facebook-widget {
  background: linear-gradient(91.84deg, #0075e0 17.54%, #63b2fc 100%);
}
.social-widget-wrap li.facebook-widget i {
  color: #007aeb;
}
.social-widget-wrap li.twitter-widget {
  background: linear-gradient(91.84deg, #00b2ff 17.54%, #42ddff 100%);
}
.social-widget-wrap li.twitter-widget i {
  color: #03b5ff;
}
.social-widget-wrap li.instagram-widget {
  background: linear-gradient(91.84deg, #8201af 17.54%, #f85e07 100%);
}
.social-widget-wrap li.instagram-widget i {
  color: #8201af;
}
.social-widget-wrap li.linkedin-widget {
  background: linear-gradient(91.84deg, #00669f 17.54%, #68c9ff 100%);
}
.social-widget-wrap li.linkedin-widget i {
  color: #066ca5;
}
.social-widget-wrap li.youtube-widget {
  background: linear-gradient(91.84deg, #eb0000 17.54%, #ff6262 100%);
}
.social-widget-wrap li.youtube-widget i {
  color: #eb0000;
}
.social-widget-wrap li span {
  font-size: 25px;
  font-weight: 700;
  margin-left: 25px;
  margin-right: 10px;
}
.social-widget-wrap li i {
  padding: 20px 25px;
  font-size: 20px;
}
.widget-subscribe {
  background: #f9f9f9;
  border-radius: 3px;
}
.widget-subscribe h5 {
  border-radius: 10px 10px 0 0;
  background: 0 0;
  font-weight: 600;
  padding: 0 0 30px;
  margin: 0;
}
.widget-subscribe .widget-subscribe-details {
  border-radius: 10px;
  padding: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 25px;
}
.widget-subscribe .widget-subscribe-details .thumb {
  padding: 0;
  background: #ffe2e3;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 18px;
  color: #f27e2f;
  font-size: 24px;
}
.widget-subscribe .widget-subscribe-details h4 {
  margin-bottom: 10px;
}
.widget-subscribe .widget-subscribe-details .newsletter-inner {
  position: relative;
}
.widget-subscribe .widget-subscribe-details .newsletter-inner input {
  border: 1px solid #cfd4e4;
  border-radius: 3px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #8991ad;
  background: 0 0;
  padding: 0 21px 0 21px;
  margin-bottom: 20px;
}
.widget-subscribe
  .widget-subscribe-details
  .newsletter-inner
  input::-webkit-input-placeholder {
  color: #8991ad;
}
.widget-subscribe
  .widget-subscribe-details
  .newsletter-inner
  input::-moz-placeholder {
  color: #8991ad;
}
.widget-subscribe
  .widget-subscribe-details
  .newsletter-inner
  input:-ms-input-placeholder {
  color: #8991ad;
}
.widget-subscribe
  .widget-subscribe-details
  .newsletter-inner
  input::-ms-input-placeholder {
  color: #8991ad;
}
.widget-subscribe
  .widget-subscribe-details
  .newsletter-inner
  input::placeholder {
  color: #8991ad;
}
.widget-subscribe .widget-subscribe-details .newsletter-inner button {
  height: 40px;
  border: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  background: #f27e2f;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 24px;
}
.widget-subscribe .widget-subscribe-details .newsletter-inner button:hover {
  background: #ea1c55;
}
.widget-subscribe .widget-subscribe-details p {
  font-size: 17px;
  font-weight: 400;
  color: #555;
  margin-bottom: 17px;
}
.widget-visitor {
  border-radius: 3px;
  background: url(../img/sidebar/1.png);
  -webkit-box-shadow: 0 0 27px 0 rgba(192, 192, 192, 0.16);
  box-shadow: 0 0 27px 0 rgba(192, 192, 192, 0.16);
  padding: 43px 54px 57px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.widget-visitor h5 {
  font-weight: 500;
  margin-bottom: 7px;
}
.widget-visitor h6 {
  font-weight: 500;
  margin-bottom: 24px;
}
.widget-visitor p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 21px;
}
.widget-list .bg-pink-2 {
  padding: 26px 30px 1px;
}
.widget-list .media-post-wrap {
  margin-bottom: 21px;
}
.widget-list .media-post-wrap .media-body {
  margin-left: 13px;
}
.widget-list .media-post-wrap .media-body h6 {
  font-weight: 400;
  line-break: anywhere;
  margin: 0 0 3px;
  font-size: 16px;
}
.widget-list .media-post-wrap .media-body .meta {
  font-size: 12px;
}
.widget-post .single-widget-post {
  margin-bottom: 27px;
}
.widget-post .single-widget-post .thumb img {
  border-radius: 8px;
}
.widget-post .single-widget-post h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 8px 0 0;
}
.widget_tags.widget-category {
  padding-bottom: 26px;
}
.widget_tags .tagcloud a {
  border: 0;
  height: 47px;
  background: #e5e9f7;
  display: inline-block;
  font-size: 16px;
  color: #292929;
  line-height: 47px;
  text-align: center;
  padding: 0 20px;
  margin: 0 6px 10px 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.widget_tags .tagcloud a:hover {
  background: var(--secondary-color);
  color: #fff;
}
.widget_post_list .media-post-wrap {
  margin-bottom: 30px;
}
.widget_post_list .media-post-wrap .thumb img {
  border-radius: 3px;
}
.widget_post_list .media-post-wrap .media-body .tag {
  margin-bottom: 4px;
}
.widget_post_list .media-post-wrap .media-body h6 {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  margin: 6px 0 0 0;
}
.widget_post_list .media-post-wrap .media-body .meta {
  font-size: 12px;
  color: #fff;
}
.widget_post_list .media-post-wrap .media-body .meta i {
  color: #fff;
}
.widget-category {
  background: #fafafa;
  padding: 30px 30px 35px;
}
.widget-category .single-widget-category {
  background: #fff;
  height: 47px;
  line-height: 47px;
  display: block;
  margin-bottom: 12px;
  padding: 0 20px;
}
.widget-category .single-widget-category:hover {
  background: #ff1d5b;
  color: #fff;
}
.widget-category .single-widget-category span {
  float: right;
}
.widget-categories {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.widget-categories li {
  list-style: none;
  border-radius: 3px;
  position: relative;
  margin-bottom: 10px;
}
.widget-categories li:hover:after {
  opacity: 0.7;
}
.widget-categories li:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #38383a;
  opacity: 0.4;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.widget-categories li img {
  border-radius: 3px;
  width: 100%;
}
.widget-categories li a {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  font-size: 25px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  z-index: 1;
  padding: 0 20px;
}
.widget-categories li a span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-left: auto;
}
.widget-categories li a span.bg-sky {
  background: #10cffa;
}
.widget-categories li a span.bg-red {
  background: #f27e2f;
}
.widget-categories li a span.bg-purple {
  background: #5200ff;
}
.widget-categories li a span.bg-pink {
  background: #ff005c;
}
.widget-categories li a span.bg-green {
  background: #07b404;
}
.side-category .category-accordion {
  margin-top: 20px;
}
.side-category .category-accordion .card {
  border: 0;
  margin-bottom: 20px;
}
.side-category .category-accordion .card .card-header {
  padding: 0;
  background: 0 0;
  border: 0;
}
.side-category .category-accordion .card .card-header h5 {
  padding: 0;
  background: 0 0;
  border: 0;
}
.side-category .category-accordion .card .card-header h5 button {
  background: var(--main-color);
  height: 47px;
  line-height: 47px;
  display: block;
  margin-bottom: 12px;
  padding: 0 20px;
  width: 100%;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.side-category .category-accordion .card .card-header h5 button.collapse:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  content: "";
}
.side-category .category-accordion .card .card-header h5 button:after {
  position: absolute;
  content: "";
  font-family: FontAwesome;
  right: 20px;
  top: 28px;
  font-size: 18px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: 0 0;
}
.side-category .category-accordion .card .accordion-collapse {
  border: 0;
}
.side-category .category-accordion .card .card-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-category .category-accordion .card .card-body ul li {
  margin-bottom: 5px;
}
.side-category .category-accordion .card .card-body ul li:last-child {
  margin-bottom: 0;
}
.side-category .category-accordion .card .card-body ul li a:hover {
  color: var(--main-color);
}
.topbar-area {
  background: #f27e2f;
  padding: 8px 0 5px;
}
.topbar-area .topbar-left {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.topbar-area .topbar-left span {
  background: rgba(255, 255, 255, 0.2);
  height: 34px;
  display: inline-block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
  margin-right: 20px;
}
.topbar-area .topbar-right ul {
  padding: 0;
  margin: 0;
}
.topbar-area .topbar-right ul li {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-left: 10px;
}
.topbar-area .topbar-right ul li:first-child {
  margin-left: 0;
}
.topbar-area .topbar-right ul li img {
  margin-right: 10px;
}
.topbar-area.topbar-area-2 {
  padding: 12px 0;
}
.topbar-area.topbar-area-3 {
  background: linear-gradient(
    45deg,
    var(--main-color) 0,
    var(--secondary-color) 100%
  );
}
.navbar-area {
  padding: 0;
  top: 0;
  z-index: 98;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 4px;
  background: #3f3d3d;
}
.navbar-area.navbar-area-2 {
  padding: 15px 0;
}
.navbar-area.navbar-area-2
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before {
  margin-top: 0;
}
.navbar-area.navbar-area-2 .main-logo {
  margin-top: -11px;
}
.navbar-area .navbar {
  padding: 0;
}
.navbar-area .nav-container {
  background-color: transparent;
  padding: 0 14px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-area .nav-container .logo a {
  display: inline-block;
}
.navbar-area .nav-container .logo a img {
  height: auto;
}
.navbar-area .nav-container .logo .sticky-logo {
  display: none;
}
.navbar-area .nav-container .btn-transparent {
  font-size: 13px;
  font-weight: 700;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-weight: 400;
  line-height: 50px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: var(--bs-white);
  font-weight: 500;
  font-size: 17px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--secondary-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 20px;
}
.parent_submenu {
  z-index: 1000;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children {
  position: relative;
  padding-right: 14px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: 999;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  height: 10px;
  width: 2px;
  background: var(--main-color);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: -1px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 25px;
  height: 2px;
  width: 10px;
  background: var(--main-color);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1000 !important;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:hover:after {
  background: var(--secondary-color);
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:hover:before {
  opacity: 0;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children:hover
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 50px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu.border-bt0 {
  border-bottom: 0 !important;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #767575;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a:before {
  position: absolute;
  left: 17px;
  top: 50%;
  content: "";
  font-family: fontawesome;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li:hover {
  background: var(--main-color);
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li:hover
  a {
  color: #fff;
  padding: 10px 20px 10px 30px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li:hover
  a:before {
  visibility: visible;
  opacity: 1;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li:last-child {
  border-bottom: 0;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  font-family: fontawesome;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu {
  left: 100%;
  top: 20px;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  > .sub-menu
  .sub-menu
  .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area
  .nav-container
  .navbar-collapse
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  > .sub-menu
  li:hover:before {
  color: #fff;
}
.navbar-area-fixed {
  -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.1);
  box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.1);
}
.navbar-area-fixed .nav-container .logo .sticky-logo {
  display: block;
}
.nav-right-part {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-right-part .cart-header {
  position: relative;
}
.nav-right-part .cart-header span {
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #ff1d5b;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 19px;
  right: -13px;
  top: -3px;
}
.nav-right-part .header-search {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 20px;
}
.nav-right-part .form-check .form-check-input {
  width: 50px;
  height: 26px;
  margin-left: 20px;
  position: relative;
}
.nav-right-part .form-check .form-check-input:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #000 !important;
  left: 4px;
  top: 5px;
}
.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}
.bar1 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 10px;
  right: -5px;
}
.bar2 {
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 17px;
  right: -5px;
}
.bar3 {
  width: 18px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 24px;
  right: -5px;
}
.responsive-mobile-menu button:focus {
  outline: 0;
  border: none;
}
.toggle-btn {
  left: auto;
  right: -10px;
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 0;
  background: 0 0;
  top: 10px;
}
.toggle-btn .icon-left {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #fff;
  left: 7px;
}
.toggle-btn .icon-left:before {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-left:after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-left:hover {
  cursor: pointer;
}
.toggle-btn .icon-right {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #fff;
  left: 18px;
}
.toggle-btn .icon-right:before {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-right:after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-right:hover {
  cursor: pointer;
}
.toggle-btn.open .icon-left {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: 0 0;
}
.toggle-btn.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.toggle-btn.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.toggle-btn.open .icon-right {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: 0 0;
}
.toggle-btn.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.toggle-btn.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.toggle-btn:hover {
  cursor: pointer;
}
.navbar-area-fixed .icon-left {
  background-color: #fff;
}
.navbar-area-fixed .icon-left:before {
  background-color: #fff;
}
.navbar-area-fixed .icon-left:after {
  background-color: #fff;
}
.navbar-area-fixed .icon-right {
  background-color: #fff;
}
.navbar-area-fixed .icon-right:before {
  background-color: #fff;
}
.navbar-area-fixed .icon-right:after {
  background-color: #fff;
}
.nav-right-part-desktop {
  margin-left: 0;
}
.nav-right-part-mobile {
  display: none;
}
.sopen {
  display: block !important;
}
@media only screen and (max-width: 991px) {
  .nav-right-part {
    margin-right: 50px;
  }
  .nav-right-part-desktop {
    display: none;
  }
  .nav-right-part-mobile {
    display: block;
  }
  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }
  .navbar-area .nav-container {
    z-index: 3;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
    padding-right: 25px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children:before {
    top: 25px;
    right: 0 !important;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    background-color: transparent;
    border-radius: 10px;
    padding: 0;
    border-bottom: none;
    display: none;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    .sub-menu
    .menu-item-has-children:before {
    content: "";
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li {
    padding: 0;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }
  .navbar-area
    .nav-container
    .navbar-collapse
    .navbar-nav
    li.menu-item-has-children
    .sub-menu
    li
    + li {
    border-top: none;
  }
}
.post-banner-area {
  padding-top: 10px;
}
.post-banner-area .post-slider .top-post-wrap-4 .top-post-details h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}
.trending-news-area {
  position: relative;
  border-top: 1px solid #fafafa;
  padding: 15px 0 14px;
}
.trending-news-area span {
  line-height: initial;
  display: inline-block;
  font-weight: 700;
  color: #383838;
  margin-right: 20px;
}
.trending-news-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.trending-news-area ul li {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  margin-right: 22px;
}
.trending-news-area ul li:last-child {
  margin-right: 0;
}
.trending-news-area ul li.blue:after {
  background: #153fca;
}
.trending-news-area ul li.yellow:after {
  background: #dfd80b;
}
.trending-news-area ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ff1d5b;
  left: 0;
  top: 50%;
  border-radius: 50%;
  margin-top: -6px;
}
.trending-news-area marquee {
  font-size: 16px;
  color: #585858;
  margin: 0 20px 0 184px;
}
.trending-news-area-2 {
  background: #fff;
  margin-top: 30px;
  border-radius: 5px;
  position: relative;
  height: 60px;
}
.trending-news-area-2 span.title {
  border-radius: 5px;
  background: #ff1d5b;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  color: #fff;
}
.trending-news-area-2 .trending-slider {
  padding: 0 65px 0 202px;
}
.trending-news-area-2 .trending-slider .item {
  font-size: 16px;
  color: #585858;
  height: 60px;
  line-height: 60px;
}
.trending-news-area-2 .trending-slider .owl-nav {
  position: absolute;
  right: 20px;
  top: 11px;
}
.trending-news-area-2 .trending-slider .owl-nav button {
  background: 0 0;
  border: 0;
  font-size: 24px;
  color: #7f7f7f;
  cursor: pointer;
  padding: 0;
  margin-left: 15px;
}
.trending-news-area-2 .trending-slider .owl-dots {
  display: none;
}
.post-slider .owl-nav {
  display: none;
}
.post-slider .owl-dots {
  position: absolute;
  top: 40px;
  left: 40px;
}
.post-slider .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  padding: 0;
  margin-right: 5px;
  background: #fff;
  border-radius: 50%;
  border: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.post-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.post-slider .owl-dots .owl-dot.active {
  background: #ee690f !important;
  width: 8px !important;
  height: 8px !important;
}
.post-banner-area .top-post-wrap .thumb img {
  border-radius: 4px;
  border: solid 1px #d0c9c9 !important;
}
.post-banner-area .owl-dot {
  display: none;
}
.post-banner-area .banner-slider .owl-nav {
  display: block;
}
.post-banner-area .banner-slider .owl-nav button {
  border-radius: 50%;
  background-color: #6a14d1;
  width: 60px;
  height: 60px;
  border: 0;
  cursor: pointer;
  top: 50%;
  position: absolute;
  margin-top: -30px;
  left: -89px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.post-banner-area .banner-slider .owl-nav button span {
  color: #fff;
  font-size: 24px;
}
.post-banner-area .banner-slider .owl-nav button.owl-next {
  left: auto;
  right: -89px;
}
.single-post-wrap {
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px rgba(7, 0, 53, 0.03);
  box-shadow: 0 10px 15px rgba(7, 0, 53, 0.03);
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.single-post-wrap:hover {
  -webkit-box-shadow: 0 10px 15px rgba(7, 0, 53, 0.07);
  box-shadow: 0 10px 15px rgba(7, 0, 53, 0.07);
}
.single-post-wrap .thumb {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.single-post-wrap .thumb .tag {
  position: absolute;
  top: 20px;
}
.single-post-wrap .post-details {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 3px 3px;
}
.single-post-wrap .post-details .meta .date i {
  color: var(--main-color);
  /* color: #ff6b00 !important; */
}
.single-post-wrap h6 {
  padding: 4px 0 0;
}
.single-post-wrap h6:hover {
  text-decoration: underline;
}
.widget-tab {
  margin-bottom: 20px !important;
}
.widget-tab button {
  margin: 0 !important;
}
.widget-tab .nav-pills {
  border: 0;
}
.widget-tab .nav-pills li {
  width: 50%;
  border-right: 1px solid #e5e9f7;
  border-bottom: 1px solid #e5e9f7;
}
.widget-tab .nav-pills li:last-child {
  border-right: 0;
}
.widget-tab .nav-pills li button {
  height: 44px;
  padding: 0;
  background: 0 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  border-radius: 0;
  color: var(--paragraph-color);
}
.widget-tab .nav-pills li button.active {
  background: var(--heading-color);
  color: #fff;
}
.widget-tab .tab-content {
  padding: 10px;
}
.widget-tab .tab-content .media-post-wrap {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 10px;
}
.widget-tab .tab-content .media-post-wrap .thumb {
  position: relative;
  border-radius: 3px;
}
.widget-tab .tab-content .media-post-wrap .thumb img {
  border-radius: 3px;
}
.widget-tab .tab-content .media-post-wrap .thumb .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 13, 57, 0.6);
  border-radius: 3px;
}
.widget-tab .tab-content .media-post-wrap .thumb .video-play-btn {
  border-radius: 50%;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
}
.widget-tab .tab-content .media-post-wrap .thumb .video-play-btn img {
  width: auto;
}
.widget-tab .tab-content .media-post-wrap h6 {
  margin-bottom: 0;
}
.media-post-wrap {
  margin-bottom: 29px;
}
.media-post-wrap.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-post-wrap.media .thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 10px;
}
.media-post-wrap.media .tag {
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  height: auto;
  line-height: initial;
  padding: 0;
  display: block;
  margin-bottom: 5px;
}
.media-post-wrap.media .meta {
  display: block;
}
.media-post-wrap.media .meta i {
  color: var(--heading-color);
}
.media-post-wrap.media h6 {
  font-size: 15px;
  font-weight: 500;
}
.media-post-wrap .thumb {
  position: relative;
}
.media-post-wrap .thumb img {
  width: 100%;
}
.media-post-wrap .thumb .tag {
  position: absolute;
  top: 20px;
}
.media-post-wrap .media-body h6 {
  font-weight: 600;
  margin: 5px 0 11px;
}
.media-post-wrap .media-body h6:hover {
  color: var(--secondary-color);
}
.media-post-wrap .media-body h4 {
  margin-top: 15px;
}
.media-post-wrap .media-body h4:hover {
  color: var(--secondary-color);
}
.media-post-wrap-2 {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  overflow: hidden;
  position: relative;
}
.media-post-wrap-2.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-post-wrap-2.media .thumb img {
  border-radius: 3px;
}
.media-post-wrap-2:hover {
  -webkit-box-shadow: 0 10px 50px rgba(7, 0, 53, 0.1);
  box-shadow: 0 10px 50px rgba(7, 0, 53, 0.1);
}
.media-post-wrap-2 .thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.media-post-wrap-2 .thumb a {
  position: absolute;
  left: 20px;
  top: 3px;
}
.media-post-wrap-2 .media-body {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 21px 20px 23px;
}
.media-post-wrap-2 .media-body h6 {
  font-weight: 600;
  line-height: 27px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.media-post-wrap-2 .media-body h6:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.media-post-wrap-2 .media-body .meta {
  margin: 4px 0 5px;
}
.media-post-wrap-2 .media-body p {
  font-size: 16px;
  color: #191818;
  margin: 0;
}
.more-movies {
  padding: 6px 10px;
  background-color: #494646;
  text-align: center;
}
.movie-title {
  color: #fff;
}
.media-post-wrap-3 {
  position: relative;
  margin-bottom: 30px;
}
.media-post-wrap-3.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.media-post-wrap-3 .thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.media-post-wrap-3 .thumb img {
  border-radius: 3px;
}
.media-post-wrap-3 .media-body {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 0 0 20px;
}
.media-post-wrap-3 .media-body .tag {
  background: 0 0;
  height: auto;
  padding: 0;
  line-height: initial;
  text-decoration: underline;
  margin-bottom: 11px;
}
.media-post-wrap-3 .media-body .meta {
  margin-bottom: 4px;
}
.media-post-wrap-3 .media-body .meta i {
  color: var(--main-color);
}
.media-post-wrap-3 .media-body h6:hover {
  color: var(--secondary-color);
}
.top-post-wrap {
  position: relative;
  margin-bottom: 10px;
}
.top-post-wrap .thumb {
  position: relative;
}
.top-post-wrap .thumb .overlay {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(52%, rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 100, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.3) 52%,
    rgba(0, 0, 100, 0)
  );
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 1;
}
.eventrow {
  padding: 39px;
}
.eventdate {
  color: #f08001;
  font-weight: 700;
}
.serviceBox {
  border: 2px solid #f08001;
  color: var(--main-color);
  background: #fff;
  font-family: "Nanum Gothic", sans-serif;
  text-align: center;
  padding: 20px 15px;
  margin: 20px 15px 0 0;
  border-radius: 5px 5px;
  position: relative;
  z-index: 1;
}
.serviceBox:after,
.serviceBox:before {
  content: "";
  background: #f08001;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px;
  position: absolute;
  top: -20px;
  right: -16px;
  z-index: -1;
}
.serviceBox:after {
  background: #fff;
  top: -10px;
  left: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.serviceBox .service-icon {
  color: var(--main-color);
  font-size: 45px;
  transition: all 0.3s;
  margin: 0 auto 15px;
}
.serviceBox .title {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 7px;
}
.serviceBox .description {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-align: justify;
  margin: 0;
}
.serviceBox.green {
  --main-color: #10ac84;
}
.serviceBox.red {
  --main-color: #f96b51;
}
.serviceBox.blue {
  --main-color: #029ab3;
}
@media only screen and (max-width: 1199px) {
  .serviceBox {
    margin: 20px 15px 50px 0;
  }
}
.top-post-wrap .thumb .overlay-full {
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  border-radius: 6px;
  border: solid 1px #928f8f;
  opacity: 0.4;
  border-radius: 3px;
}
.top-post-wrap .thumb .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 26px;
  line-height: 26px;
}
.top-post-wrap .thumb img {
  width: 100%;
}
.top-post-wrap .top-post-details {
  position: absolute;
  bottom: 10px;
  z-index: 1;
  padding: 8px;
  background-color: rgb(22 22 23 / 50%);
  display: inline-block;
  width: 100%;
}
.top-post-wrap .top-post-details h1,
.top-post-wrap .top-post-details h2,
.top-post-wrap .top-post-details h3,
.top-post-wrap .top-post-details h4,
.top-post-wrap .top-post-details h5,
.top-post-wrap .top-post-details h6 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 500;
}
.top-post-wrap .top-post-details h1:hover,
.top-post-wrap .top-post-details h2:hover,
.top-post-wrap .top-post-details h3:hover,
.top-post-wrap .top-post-details h4:hover,
.top-post-wrap .top-post-details h5:hover,
.top-post-wrap .top-post-details h6:hover {
  text-decoration: underline;
}
.top-post-wrap .top-post-details .meta {
  color: #fff;
}
.top-post-wrap .top-post-details .meta .date i {
  color: #fff;
}
.top-post-wrap .top-post-details-2 {
  position: absolute;
  bottom: 22px;
  left: 10px;
  margin-right: 10px;
}
.top-post-wrap-2 {
  position: relative;
}
.top-post-wrap-2 .top-post-details h4 {
  color: #fff;
  font-family: Nunito, sans-serif;
  margin: 23px 0 0;
}
.top-post-wrap-2 .top-post-details h4:hover {
  text-decoration: underline;
}
.top-post-wrap-2 .top-post-details h5 {
  color: #fff;
  margin: 16px 0 4px;
}
.top-post-wrap-2 .top-post-details h5:hover {
  text-decoration: underline;
}
.top-post-wrap-3 {
  position: relative;
  margin-bottom: 0;
}
.top-post-wrap-3 .thumb img {
  border-radius: 0;
}
.top-post-wrap-3 .thumb .overlay {
  border-radius: 0;
}
.top-post-wrap-3 .video-play-btn {
  height: 67px;
  width: 67px;
  line-height: 73px;
  right: 50%;
  top: 50%;
  margin-right: -40.5px;
  margin-top: -40.5px;
}
.top-post-wrap-3 .video-play-btn i {
  height: 47px;
  width: 47px;
  line-height: 47px;
}
.top-post-wrap-3 .tag {
  background: 0 0;
  padding: 0;
}
.top-post-wrap-3 .tag i {
  color: #dfb50b;
  font-size: 13px;
  margin-right: 7px;
}
.top-post-wrap-3 .top-post-details {
  bottom: 30px;
  left: 30px;
}
.top-post-wrap-3 .top-post-details h6 {
  color: #fff;
  font-weight: 600;
  margin: 3px 0 7px;
}
.top-post-wrap-3 .top-post-details h6:hover {
  color: var(--secondary-color);
}
.top-post-wrap-4 .top-post-details {
  margin-top: 30px;
}
.top-post-wrap-4 .top-post-details h6 {
  line-height: 26px;
  margin-top: 12px;
  font-weight: 600;
  margin-bottom: 0;
}
.top-post-wrap-4 .top-post-details h6:hover {
  text-decoration: underline;
}
.top-post-wrap-4 .top-post-details h4 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 20px;
}
.top-post-wrap-4 .top-post-details h4:hover {
  text-decoration: underline;
}
.top-post-wrap-4 .top-post-details p {
  font-size: 14px;
  margin-bottom: 3px;
  color: #fff;
}
.top-post-wrap-4 .top-post-details .meta {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.top-post-wrap-4 .top-post-details .meta i {
  color: #fff;
}
.top-post-wrap-4 .top-post-details .meta a {
  margin-left: 10px;
}
.top-post-wrap-5 .top-post-details {
  background: #fff;
  padding: 13px 30px 23px;
}
.top-post-wrap-5 .top-post-details h6 {
  line-height: 26px;
  margin-top: 12px;
  font-weight: 600;
  margin-bottom: 0;
}
.top-post-wrap-5 .top-post-details h6:hover {
  color: var(--main-color);
}
.top-post-wrap-5 .top-post-details h4:hover {
  color: var(--main-color) !important;
}
.top-post-wrap-5 .top-post-details .meta {
  margin-top: 8px;
  color: #2d2d2d;
}
.top-post-wrap-5 .top-post-details .views {
  color: #2d2d2d;
  font-size: 14px;
}
.top-news-area .adbar-area {
  padding: 80px 0 0 0;
}
.top-news-area .adbar-area .adbar-right {
  border-radius: 3px;
  padding: 24px 30px 25px 38px;
}
.top-news-area .sidebar-area {
  padding: 80px 0 0;
}
.top-news-area-2 .ad-wrap {
  display: inline-block;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.post-tab .nav-pills {
  border: 0;
  position: relative;
  background: #e5e9f7;
  border-radius: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.post-tab .nav-pills li {
  margin-right: 25px;
}
.post-tab .nav-pills li button {
  color: var(--bs-white);
  font-size: 16px;
  position: relative;
  background: 0 0;
  padding: 0;
}
.post-tab .nav-pills li button:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #fff;
  bottom: -2px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  left: 0;
}
.post-tab .nav-pills li button:hover {
  color: #ff1d5b;
}
.post-tab .nav-pills li button:hover:after {
  width: 100%;
}
.post-tab .nav-pills li button.active {
  color: #fdfdfd;
  background: 0 0;
}
.post-tab .nav-pills li button.active:after {
  width: 100%;
}
.line-sport {
  background: #cfd4e4;
  display: inline-block;
  width: 86%;
  height: 1px;
  position: absolute;
  top: 43px;
  right: 0;
  z-index: -1;
}
.sport-news-area .section-title .see-all-btn {
  font-size: 17px;
  color: var(--secondary-color);
  position: relative;
  font-weight: 500;
  top: 26px;
  background: #fff;
}
.media-post-wrap-2 .thumb,
.video-area .top-post-wrap-4 .thumb {
  position: relative;
}
.video-area .top-post-wrap-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.video-area .video-play-btn {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: -43px -43px 0 0;
}
.video-playlist {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.single-video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border-radius: 3px;
  border-bottom: solid 1px #f4f1f1;
}
.single-video-wrap:hover {
  background: rgba(255, 255, 255, 0.1);
}
.single-video-wrap .thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 10px;
}
.single-video-wrap .thumb img {
  border-radius: 3px;
}
.single-video-wrap .wrap-details h6 {
  color: #333 !important;
  font-size: 17px;
}
.single-video-wrap .wrap-details .meta {
  color: #333 !important;
}
.single-video-wrap .wrap-details .meta i {
  color: #333 !important;
}
.recent-post-slider .owl-nav {
  display: none;
}
.recent-post-slider .owl-dots {
  position: absolute;
  top: -70px;
  right: 0;
  background: #fff;
  padding-left: 15px;
}
.recent-post-slider .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  padding: 0;
  margin-right: 5px;
  background: #e5e9f7;
  border-radius: 50%;
  border: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.recent-post-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.recent-post-slider .owl-dots .owl-dot.active {
  height: 12px !important;
  width: 12px !important;
}
.trending-post-slider .single-post-wrap {
  margin: 0 15px 30px;
}
.trending-post-slider .owl-nav {
  display: none;
}
.trending-post-slider .owl-dots {
  position: absolute;
  bottom: -30px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.trending-post-slider .owl-dots .owl-dot {
  height: 6px;
  width: 10px;
  padding: 0;
  margin-right: 5px;
  background: #cfd4e4;
  border-radius: 30px;
  border: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.trending-post-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.trending-post-slider .owl-dots .owl-dot.active {
  background: #ff1d5b;
  width: 21px;
}
.editors-area .section-title .title {
  background: #f9faff;
}
.editors-slider .owl-nav {
  position: absolute;
  right: 0;
  top: -70px;
  background: #f9faff;
  padding-left: 10px;
}
.editors-slider .owl-nav button {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #e5e9f7;
  border: 0;
  margin-left: 9px;
  color: #f27e2f;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.editors-slider .owl-nav button:hover {
  background: #f27e2f;
  color: #fff;
}
.single-category-wrap {
  margin-bottom: 30px;
}
.single-category-wrap .thumb {
  position: relative;
}
.single-category-wrap .thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  top: 0;
  left: 0;
}
.single-category-wrap .thumb img {
  border-radius: 10px;
  width: 100%;
}
.single-category-wrap .thumb a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  height: 39px;
  line-height: 39px;
  width: 142px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.859);
  padding: 0;
  border-radius: 50px;
  margin-left: -71px;
  margin-top: -20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-family: Nunito, sans-serif;
  color: #292929;
}
.single-category-wrap .thumb a img {
  margin-right: 11px;
  margin-top: -3px;
  width: auto;
}
.single-category-wrap .thumb a:hover {
  background-color: #fff;
  color: #292929;
}
.contact-area .breadcrumb-inner {
  margin-bottom: 26px;
}
.contact-area-wrap {
  background: #fff;
  padding: 37px 50px 54px 32px;
  border: 1px solid #e5e5e5;
}
.contact-area-wrap h5 {
  color: #ec4760;
  font-weight: 400;
  margin-bottom: 30px;
}
.contact-area-wrap h3 {
  margin-bottom: 58px;
}
.contact-area-wrap .single-contact-wrap {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-area-wrap .single-contact-wrap .icon {
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  width: 74px;
  height: 74px;
  font-size: 24px;
  color: #292929;
  text-align: center;
  line-height: 74px;
}
.contact-area-wrap .single-contact-wrap .media-body {
  margin-left: 27px;
}
.contact-area-wrap .single-contact-wrap .media-body h5 {
  color: #163c4f;
  font-weight: 700;
  margin-bottom: 7px;
}
.contact-area-wrap .single-contact-wrap .media-body p {
  color: #383838;
}
.contact-area-wrap .contact-form .btn {
  border-radius: 5px;
  -webkit-box-shadow: 0 16px 40px 0 rgba(220, 220, 220, 0.27);
  box-shadow: 0 16px 40px 0 rgba(220, 220, 220, 0.27);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f27e2f),
    to(#f27e2f)
  );
  background: linear-gradient(to right, #f27e2f 0, #f27e2f 100%);
  height: 50px;
  line-height: 50px;
  display: block;
  color: #fff;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.contact-area-wrap .contact-form .btn:before {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#38383a),
    to(#f27e2f)
  );
  background-image: linear-gradient(to left, #38383a 0, #f27e2f 100%);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 5px;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.contact-area-wrap .contact-form .btn:hover:before {
  opacity: 1;
}
.contact-map .mapouter {
  position: relative;
  text-align: right;
  height: 570px;
  width: 100%;
}
.contact-map .gmap_canvas {
  overflow: hidden;
  background: 0 0 !important;
  height: 570px;
  width: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 770px;
  border: 0;
}
.subscribe-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 31px;
}
.subscribe-area .footer-subscribe-inner {
  position: relative;
  margin-top: 30px;
}
.subscribe-area .footer-subscribe-inner input {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  height: 60px;
  border: 0;
  font-size: 17px;
  padding: 0 120px 0 25px;
  color: #555;
}
.subscribe-area .footer-subscribe-inner button {
  height: 60px;
  border: 0;
  border-radius: 3px;
  position: absolute;
  right: -1px;
  font-size: 25px;
  font-weight: 400;
  cursor: pointer;
  background: #f27e2f;
  color: #fff;
  padding: 0 27px 0 26px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.subscribe-area .footer-subscribe-inner button:hover {
  background: #ff005c;
}
.braking-news-area {
  background: var(--main-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  border-radius: 5px;
}
.braking-news-area .braking-news-wrap {
  position: relative;
  border: 2px solid #fafafa;
  height: 51px;
  border-radius: 3px;
  margin-right: 30px;
}
.braking-news-area .braking-news-wrap:after {
  content: "";
  position: absolute;
  height: 51px;
  width: 10px;
  border-radius: 30px;
  background: #fff;
  right: -42px;
  top: -2px;
}
.braking-news-area .braking-news-wrap span {
  position: absolute;
  top: -2px;
  left: 0;
  border-radius: 3px;
  height: 51px;
  background: var(--secondary-color);
  line-height: 51px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 0 24px;
}
.braking-news-area .braking-news-wrap marquee {
  margin: 11px 20px 11px 172px;
  color: #fff;
}
.breadcrumb-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
.breadcrumb-inner .page-list {
  margin: 0;
  padding: 0;
}
.breadcrumb-inner .page-list li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  font-size: 12px;
}
.breadcrumb-inner .page-list li:first-child {
  padding-left: 5px;
}
.breadcrumb-inner .page-list li:first-child:after {
  display: none;
}
.breadcrumb-inner .page-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "/";
  font-family: fontawesome;
}
.widget-tab-2 {
  margin-bottom: 42px;
}
.widget-tab-2 .nav-tabs {
  margin-bottom: 31px;
}
.widget-tab-2 .nav-tabs li {
  width: 33%;
  margin-right: 0;
}
.widget-tab-2 .nav-tabs li a {
  border: 1px solid #f5f5f5;
  background: #fff;
  -webkit-box-shadow: 0 16px 41px 0 rgba(219, 219, 219, 0.16);
  box-shadow: 0 16px 41px 0 rgba(219, 219, 219, 0.16);
  border-radius: 0;
}
.widget-tab-2 .nav-tabs li a.active {
  background: #ff1d5b;
  color: #fff;
  border: 1px solid #ff1d5b;
}
.widget-tab-2 .tab-content .media-post-wrap {
  margin-bottom: 20px;
}
.widget-tab-2 .tab-content .media-post-wrap .media-body {
  margin-left: 20px;
}
.widget-tab-2 .tab-content .media-post-wrap .media-body h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 5px;
}
.widget-tab-2 .tab-content .media-post-wrap .media-body .meta .author i {
  color: #2a58ee;
}
.blog-details-wrap .category {
  font-size: 12px;
  color: #888;
  font-family: Nunito, sans-serif;
  margin-bottom: 14px;
}
.blog-details-wrap .subtitle {
  color: #888;
  font-size: 18px;
  font-weight: 400;
  margin: 13px 0 23px;
}
.blog-details-wrap p.empty-ticket {
  background: #eeeeee;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
}
.blog-details-wrap .tag-1 {
  background: #153fca;
  margin-left: 7px;
}
.blog-details-wrap .meta {
  margin: 30px 0 30px;
}
.blog-details-wrap .meta .time {
  margin-left: 15px;
}
.blog-details-wrap .blog-details-slider {
  margin-bottom: 18px;
}
.blog-details-wrap .blog-details-slider .owl-nav button {
  border-radius: 50%;
  background-color: #6a14d1;
  width: 60px;
  height: 60px;
  border: 0;
  cursor: pointer;
  top: 50%;
  position: absolute;
  margin-top: -30px;
  left: 8px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.blog-details-wrap .blog-details-slider .owl-nav button:hover {
  background: #ff1d5b;
}
.blog-details-wrap .blog-details-slider .owl-nav button span {
  color: #fff;
  font-size: 24px;
}
.blog-details-wrap .blog-details-slider .owl-nav button.owl-next {
  right: 8px;
  left: auto;
}
.blog-details-wrap .blog-details-slider .item {
  border-radius: 10px;
}
.blog-details-wrap h5 {
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details-wrap blockquote {
  padding: 26px 46px 19px 31px;
  margin: 0 0 30px;
  border-radius: 6px;
}
.blog-details-wrap blockquote p {
  color: #3f3d3d;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 13px;
}
.tag.tag-green {
  background: #085c36;
}
.blog-details-wrap blockquote h6 {
  color: #383838;
  font-style: italic;
  font-weight: 500;
}
.blog-details-wrap .thumb {
  margin-bottom: 25px;
  border-radius: 6px;
  overflow: hidden;
  height: 550px;
  width: 100%;
}
.blog-details-wrap .thumb img {
  width: 100%;
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.blog-details-wrap .ad-area img {
  width: 100%;
  border-radius: 8px;
}
.blog-details-wrap .blog-content {
  font-weight: 400;
  margin-bottom: 36px;
}
.blog-details-wrap .top-post-wrap .meta {
  margin: 5px 0 0;
}
.blog-details-wrap .top-post-wrap .video-play-btn {
  right: 50%;
  top: 50%;
  margin-top: -34px;
  margin-right: -34px;
  z-index: 1;
}
.blog-details-wrap .blog-share-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f5f5f5;
  margin: 53px 0 51px 0;
  padding: 42px 37px 42px 42px;
  text-align: right;
  border-radius: 8px;
}
.blog-details-wrap .blog-share-area h5 {
  font-weight: 600;
  margin: 0;
  float: left;
  margin-top: 15px;
}
.blog-details-wrap .blog-tags {
  background-color: #fafafa;
  padding: 63px 70px 58px;
  margin-bottom: 50px;
  border-radius: 8px;
}
.blog-details-wrap .blog-tags h5 {
  font-family: Nunito, sans-serif;
}
.blog-details-wrap .blog-tags .tagcloud a {
  border: 2px solid #fafafa;
  border-radius: 3px;
  height: 54px;
  display: inline-block;
  background: #fff;
  font-size: 16px;
  color: #292929;
  line-height: 51px;
  text-align: center;
  padding: 0 20px;
  margin: 0 6px 10px 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border-radius: 5px;
}
.blog-details-wrap .blog-tags .tagcloud a:hover {
  background: #ff1d5b;
  color: #fff;
}
.blog-details-wrap .blog-author-area {
  border: 1px solid #f5f5f5;
  padding: 27px 32px;
  margin-bottom: 50px;
  border-radius: 8px;
}
.blog-details-wrap .blog-author-area .blog-author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details-wrap .blog-author-area .blog-author-details img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.blog-details-wrap .blog-author-area .blog-author-details .media-body {
  margin-left: 40px;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.blog-details-wrap .blog-author-area .blog-author-details .media-body h6 {
  font-weight: 600;
}
.blog-details-wrap .blog-author-area .blog-author-details .media-body p {
  margin-bottom: 0;
}
.blog-details-wrap .recent-blog-area {
  border-bottom: 1px solid #efefef;
  padding-bottom: 19px;
  margin-bottom: 47px;
}
.blog-details-wrap .recent-blog-area h6 {
  font-weight: 600;
  padding: 0;
  margin-bottom: 24px;
}
.blog-details-wrap .recent-blog-area .single-post-wrap .thumb {
  margin-bottom: 19px;
}
.blog-details-wrap .recent-blog-area .single-post-wrap .meta {
  margin: 0;
}
.blog-details-wrap .recent-blog-area .single-post-wrap h6 {
  padding: 0;
  margin: 0;
  margin-bottom: 19px;
}
.blog-details-wrap .comment-area h5 {
  margin-bottom: 28px;
}
.blog-details-wrap .comment-area .media {
  background-color: #fff;
  -webkit-box-shadow: 0 0 32px 0 rgba(241, 241, 241, 0.57);
  box-shadow: 0 0 32px 0 rgba(241, 241, 241, 0.57);
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-details-wrap .comment-area .media.media-last {
  margin-top: 60px;
  position: relative;
}
.blog-details-wrap .comment-area .media.media-last:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #efefef;
  top: -30px;
  left: 0;
}
.blog-details-wrap .comment-area .media.nesting {
  margin-left: 70px;
  background-color: #f7f7f7;
}
.blog-details-wrap .comment-area .media .thumb {
  margin-bottom: 0;
}
.blog-details-wrap .comment-area .media .media-body {
  margin-left: 26px;
}
.blog-details-wrap .comment-area .media .media-body .btn {
  padding: 0;
  height: 27px;
  line-height: 26px;
  background: #e5e9f7;
  padding: 0 15px;
  font-size: 14px;
}
.blog-details-wrap .comment-area .media .media-body .btn:hover {
  background: var(--main-color);
  color: #fff;
}
.blog-details-wrap .comment-area .media .media-body h6 {
  font-weight: 600;
}
.blog-details-wrap .comment-area .media .media-body p {
  margin-bottom: 0;
}
.blog-details-wrap .comment-form {
  margin-top: 60px;
  position: relative;
  padding-top: 43px;
}
.blog-details-wrap .comment-form:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #efefef;
  top: 0;
  left: 0;
}
.blog-details-wrap .comment-form .single-input-wrap {
  margin-bottom: 13px;
  border: 0;
}
.blog-details-wrap .comment-form .single-input-wrap textarea {
  border: 1px solid #cfd4e4;
  border-radius: 6px;
  background-color: #fafafa;
  color: var(--heading-color);
}
.blog-details-wrap
  .comment-form
  .single-input-wrap
  textarea::-webkit-input-placeholder {
  color: var(--heading-color);
}
.blog-details-wrap .comment-form .single-input-wrap textarea::-moz-placeholder {
  color: var(--heading-color);
}
.blog-details-wrap
  .comment-form
  .single-input-wrap
  textarea:-ms-input-placeholder {
  color: var(--heading-color);
}
.blog-details-wrap
  .comment-form
  .single-input-wrap
  textarea::-ms-input-placeholder {
  color: var(--heading-color);
}
.blog-details-wrap .comment-form .single-input-wrap textarea::placeholder {
  color: var(--heading-color);
}
.blog-details-wrap .comment-form .single-input-wrap .form-control {
  border: 1px solid #cfd4e4;
  border-radius: 6px;
  color: var(--heading-color);
  background-color: #fafafa;
}
.blog-details-wrap
  .comment-form
  .single-input-wrap
  .form-control::-webkit-input-placeholder {
  color: var(--heading-color);
}
.blog-details-wrap
  .comment-form
  .single-input-wrap
  .form-control::-moz-placeholder {
  color: var(--heading-color);
}
.blog-details-wrap
  .comment-form
  .single-input-wrap
  .form-control:-ms-input-placeholder {
  color: var(--heading-color);
}
.blog-details-wrap
  .comment-form
  .single-input-wrap
  .form-control::-ms-input-placeholder {
  color: var(--heading-color);
}
.blog-details-wrap .comment-form .single-input-wrap .form-control::placeholder {
  color: var(--heading-color);
}
.blog-details-wrap .comment-form .comment-check {
  margin-top: 12px;
  margin-bottom: 25px;
}
.blog-details-wrap .comment-form .btn {
  height: 50px;
}
.single-blog-wrap {
  margin-bottom: 37px;
}
.single-blog-wrap h3 {
  margin: 14px 0 20px;
  font-size: 30px;
}
.single-blog-wrap h3:hover {
  color: var(--main-color);
}
.single-blog-wrap .thumb {
  margin-bottom: 30px;
  position: relative;
}
.single-blog-wrap .thumb .tag {
  top: 30px;
  right: 30px;
  position: absolute;
}
.single-blog-wrap .thumb .tag-pink {
  right: 125px;
}
.single-blog-wrap .meta .time {
  margin-left: 12px;
}
.single-blog-wrap p {
  margin-top: 24px;
}
.single-blog-wrap p a {
  color: #ff1d5b;
  margin-left: 5px;
}
.blog-slider .item {
  margin: 0 10px 10px;
}
.single-blog-inner {
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(213, 213, 213, 0.56);
  box-shadow: 0 0 13px 0 rgba(213, 213, 213, 0.56);
}
.single-blog-inner .single-blog-inner-details {
  padding: 21px 30px 30px;
}
.single-blog-inner .single-blog-inner-details h5 {
  font-family: Nunito, sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
.single-blog-inner .single-blog-inner-details p {
  margin-bottom: 15px;
}
.single-blog-inner .single-blog-inner-details .meta .date {
  margin-right: 9px;
}
.single-blog-inner .single-blog-inner-details .Length {
  font-size: 14px;
}
.single-blog-inner .single-blog-inner-details .tag-area {
  margin-top: 18px;
}
.single-blog-inner .single-blog-inner-details .tag-area a {
  margin-right: 16px;
}
.blog-category-area .breadcrumb-inner {
  margin-bottom: 30px;
}
.blog-category-area .section-title {
  padding-bottom: 20px;
}
.blog-category-area .section-title h5 {
  font-family: Nunito, sans-serif;
}
.blog-category-area .btn-wrap {
  position: relative;
}
.blog-category-area .btn-wrap:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #e6e6e6;
  top: 50%;
  left: 0;
  z-index: 0;
}
.blog-category-area .btn-wrap .btn-main {
  border-radius: 5px;
  height: 56px;
  line-height: 56px;
  background-color: #ff1d5b;
  padding: 0 72px;
  font-size: 16px;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  z-index: 1;
}
.blog-category-area .btn-wrap .btn-main:hover {
  background: #ea1c55;
}
.blog-gallery-area .category {
  margin-bottom: 30px;
  font-size: 12px;
  color: #888;
}
.blog-gallery-area .blog-gallery-tab .nav-tabs {
  border: 0;
}
.blog-gallery-area .blog-gallery-tab .nav-tabs li {
  border: 0;
  margin-right: 26px;
}
.blog-gallery-area .blog-gallery-tab .nav-tabs li a {
  font-size: 18px;
  font-family: Nunito, sans-serif;
  color: #292929;
  font-weight: 700;
}
.blog-gallery-area .blog-gallery-tab .nav-tabs li a.active {
  color: var(--main-color);
}
.blog-list-area .breadcrumb-inner {
  margin-bottom: 19px;
}
.blog-list-area h5,
.blog-list-area h6 {
  font-weight: 600;
}
.blog-list-area h5.title,
.blog-list-area h6.title {
  margin-bottom: 32px;
}
.blog-list-area .single-post-wrap {
  margin-bottom: 43px;
}
.blog-list-area .single-post-wrap h5:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.blog-list-area .recent-news-area-3 .media-post-wrap-2 {
  border: 1px solid #fafafa;
}
.blog-list-area .recent-news-area-3 .media-post-wrap-2 .thumb {
  position: relative;
}
.blog-list-area .recent-news-area-3 .media-post-wrap-2 .thumb .tag {
  position: absolute;
  left: 20px;
  top: 20px;
}
.footer-area {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.footer-area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #38383a;
  z-index: -1;
}
.footer-area .footer-top .widget-title {
  padding: 0;
  color: #fff;
}
.footer-area .footer-top .widget-title:before {
  display: none;
}
.footer-area .footer-top .widget_link {
  margin-top: 18px;
}
.footer-area .footer-top ul {
  padding: 0;
  margin: 0;
}
.footer-area .footer-top ul li {
  list-style: none;
  color: #fff;
  font-size: 16px;
  line-height: 41px;
}
.footer-area .footer-top ul li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .footer-top ul li a:hover {
  color: var(--secondary-color);
}
.footer-area .footer-top .widget_post_list .widget-title {
  margin-bottom: 32px;
}
.footer-area .footer-bottom {
  border-top: 1px solid #3a3a3a;
  padding: 46px 0;
}
.footer-area .footer-bottom .footer-logo {
  display: inline-block;
}
.footer-area .footer-bottom .footer_menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0;
}
.footer-area .footer-bottom .footer_menu li {
  list-style: none;
  color: #fff;
  margin-left: 22px;
}
.footer-area .footer-bottom .footer_menu li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .footer-bottom .footer_menu li a:hover {
  color: var(--main-color);
}
.footer-area .footer-bottom .footer-subscribe-inner {
  position: relative;
}
.footer-area .footer-bottom .footer-subscribe-inner input {
  width: 100%;
  border-radius: 5px;
  height: 56px;
  border: 0;
  font-size: 14px;
  color: #fff;
  padding: 0 138px 0 25px;
  background-color: #3d3d3d;
}
.footer-area
  .footer-bottom
  .footer-subscribe-inner
  input::-webkit-input-placeholder {
  color: #fff;
}
.footer-area .footer-bottom .footer-subscribe-inner input::-moz-placeholder {
  color: #fff;
}
.footer-area
  .footer-bottom
  .footer-subscribe-inner
  input:-ms-input-placeholder {
  color: #fff;
}
.footer-area
  .footer-bottom
  .footer-subscribe-inner
  input::-ms-input-placeholder {
  color: #fff;
}
.footer-area .footer-bottom .footer-subscribe-inner input::placeholder {
  color: #fff;
}
.footer-area .footer-bottom .footer-subscribe-inner button {
  height: 56px;
  border: 0;
  border-radius: 0 5px 5px 0;
  position: absolute;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  background: #ff1d5b;
  color: #fff;
  padding: 0 28px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .footer-bottom .footer-subscribe-inner button:hover {
  background: #ea1c55;
}
.footer-area .copyright-area {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 22px 0 21px;
}
.footer-area .copyright-area p {
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.footer-area .copyright-area p span {
  color: #ff1d5b;
}
.container_principal {
  justify-content: center;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.card_principal {
  position: relative;
  background: linear-gradient(145deg, #fff, #fff);
  border-radius: 24px;
  padding: 17px;
  color: #fff;
  box-shadow: 0 0 12px rgb(186 186 186 / 80%);
}
.card_principal .content-custom {
  margin-top: 20px;
}
.date_custom {
  position: absolute;
  top: 30px;
  left: 30px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 14px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  z-index: 1;
  text-align: center;
}
.month_custom {
  font-size: 13px;
  display: block;
}
.day_custom {
  font-size: 14px;
  font-weight: 700;
}
.heart-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  backdrop-filter: blur(10px);
  z-index: 1;
  cursor: pointer;
}
.image-container {
  width: 100%;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dedede;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.image-container:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.content_custom {
  padding: 0 10px;
}
.title_custom {
  font-size: 16px;
  max-height: 25px;
  /* max-width: 250px; */
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-width 0.3s ease;
}
.location_custom {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-width 0.3s ease;
}
/* .title_custom:hover {
  max-width: 100%;
  white-space: wrap;
  max-height: 100%;
} */
.bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.opinion-title2 {
  white-space: pre-wrap;
}
.edito_custom_title {
  white-space: pre-wrap;
  text-align: center !important;
}
.avatar-group {
  display: flex;
  align-items: center;
}
.avatar_custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f27e2f;
  border: 2px solid #fff;
  margin-right: -8px;
}
.more-attendees {
  margin-left: 8px;
  color: #333;
}
.price_custom {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-width 0.3s ease;
}
.price_custom:hover {
  max-width: 100%;
  white-space: normal;
}
.join-button {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 12px;
  background: #f27e2f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.join_button_disabled {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 12px;
  background: gray;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.join_button_disabled:hover {
  cursor: not-allowed;
}
.join-button:hover {
  background: #38383a;
  color: #fff;
}
.join-button:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.join-button:before {
  top: -30px;
  left: -30px;
}
.annonce-card {
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  /* border: 1px solid #e5e7eb; */
  margin-bottom: 1rem;
}
.annonce-image {
  position: relative;
  height: 192px;
}
.annonce-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}
.annonce-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  filter: brightness(1.2);
}
.annonce-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #010000, transparent);
  padding: 2rem 1rem 1rem;
}
.annonce-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-width 0.3s ease;
}
.location_annonce_title {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-width 0.3s ease;
}
.annonce-date {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #f17826;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  z-index: 1;
}
.participants_annonce {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  z-index: 1;
  font-size: 14px;
}
.circle-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.annonce-details {
  padding: 1rem;
}
.annonce_publie {
  color: #fff;
  font-size: 0.8rem;
}
.annonce-details h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.location_annonce {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6b7280;
  margin-bottom: 1rem;
}
.location_annonce span {
  font-size: 0.875rem;
}
.annonce-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join-btn {
  background-color: #38383a;
  color: #fff;
  padding: 0.2rem 1.2rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  transition: transform 0.2s ease;
  font-weight: 700;
}
.join-btn:hover {
  transform: translateY(-1px);
  color: #fff;
}
.action-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.action-buttons button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.fa-money-bill {
  margin-top: -10px;
}
.action-buttons button:hover {
  background-color: #e5e7eb;
}
@media (max-width: 480px) {
  .annonce-image {
    height: 160px;
  }
  .annonce-title {
    font-size: 1.25rem;
  }
  .action-buttons button {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 360px) {
  .action-buttons {
    gap: 0.5rem;
  }
  .action-buttons button {
    width: 32px;
    height: 32px;
  }
  .join-btn {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 576px) {
  .find_annonce .col-md-3 {
    margin-top: 10px;
  }
}
.container_show_annonce {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}
.header_show_annonce {
  background-color: #fff;
  box-shadow: var(--shadow-sm);
}
.header_show_annonce_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.header_show_annonce_content_actions {
  display: flex;
  gap: 1rem;
}
.icon_button_annonce_show {
  padding: 0.5rem;
  border: none;
  background: 0 0;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.icon_button_annonce_show:hover {
  background-color: var(--color-gray-100);
}
.car-details {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .car-details {
    grid-template-columns: repeat(2, 1fr);
  }
}
.car-image-container {
  position: relative;
  width: 100%;
  height: 550px;
}
.carousel-image {
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.car-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0.5rem;
  cursor: pointer;
}
.status-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: #f97316;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  font-weight: 500;
}
.car-info {
  display: flex;
  flex-direction: column;
}
.car-header h2 {
  font-size: 1.875rem;
  font-weight: 700;
}
.price_show_annonce {
  font-size: 1.2rem;
  font-weight: 700;
  color: #f97316;
}
.features_annonce {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.feature-card {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: var(--shadow-sm);
}
.feature-card i {
  color: var(--color-primary);
}
.status-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.status-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.status-item i {
  color: #22c55e;
}
@media (max-width: 640px) {
  .features_annonce {
    grid-template-columns: 1fr;
  }
  .car-image {
    height: 300px;
  }
}
.annonce_show_name {
  font-size: 24px;
  font-weight: 700;
}
.card_custom_show {
  --bg-card: #27272a;
  --primary: #6d28d9;
  --primary-800: #4c1d95;
  --primary-shadow: #2e1065;
  --light: #d9d9d9;
  --zinc-800: #18181b;
  --bg-linear: linear-gradient(0deg, var(--primary) 50%, var(--light) 125%);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  width: 70%;
  background-color: var(--bg-card);
  border-radius: 1rem;
}
.title_show .title {
  overflow: clip;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  color: #f97316;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right_text .cat {
  color: #f97316;
}
.bloc_text {
  display: flex;
  flex-direction: column;
}
.item_text {
  display: flex;
  flex-direction: row;
  padding-left: 15px;
  justify-content: space-between;
}
.left_text {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.right_text {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.constainer_show_detail {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.resume-container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 1rem;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.resume-title {
  font-size: 32px;
  font-weight: 600;
  font-family: var(--heading-font);
  color: #38383a;
  margin-bottom: 1rem;
  position: relative;
}
.resume-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.resume-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.resume-item .icon {
  font-size: 2rem;
  color: #01f;
  margin-bottom: 0.5rem;
}
.resume-item span {
  font-size: 1rem;
  color: #555;
}
.resume-item .value {
  font-weight: 700;
  color: #111;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .resume-title {
    font-size: 1.2rem;
  }
  .resume-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .resume-item .icon {
    font-size: 1.5rem;
  }
  .resume-item span {
    font-size: 0.9rem;
  }
  .car-image-container {
    height: 330px !important;
  }
  .bloc-details-wrap .thumb {
    height: 330px !important;
  }

  .grid {
    display: inherit !important;
    /* grid-template-columns: 2fr 1fr;
    gap: 2rem; */
  }

  .header-content-sondage {
    display: flex !important;
    align-items: start !important;
    flex-direction: column !important;
    gap: 0.5rem;
  }

  .part_carousel {
    width: 300px !important;
    overflow: hidden;
  }
}
.container_share {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  border-radius: 20px;
  margin-top: 20px;
  width: 100%;
  margin-left: 1px;
}
share-announcement {
  background-color: #eee;
  padding: 1rem 1rem;
  border-radius: 20px;
  text-align: center;
  width: 90%;
  margin-top: 40px;
}
.share-announcement h3 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
  margin-top: 15px;
}
.share-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.share-icons .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
  cursor: pointer;
}
.share-icons .icon:hover {
  transform: scale(1.1);
}
.share-icons .icon:active {
  transform: scale(0.95);
}
.share-icons .facebook {
  color: #4267b2;
}
.share-icons .whatsapp {
  color: #25d366;
}
.share-icons .messenger {
  color: #00b2ff;
}
.share-icons .twitter {
  color: #1da1f2;
}
.share-icons .email {
  color: #bb001b;
}
.share-icons .pinterest {
  color: #bd081c;
}
@media (max-width: 480px) {
  .share-announcement {
    padding: 15px;
  }
  .share-icons {
    flex-wrap: wrap;
    gap: 10px;
  }
  .share-icons .icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.long-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.long-text span {
  font-size: 16px !important;
  color: #333;
  line-height: 1.6;
  word-break: break-word;
}
.long-text h1,
.long-text h2,
.long-text h3,
.long-text p,
.long-text ul {
  margin: 0;
  padding: 0;
}
.long-text ul {
  list-style-type: disc;
  padding-left: 20px;
}
.long-text li {
  margin-bottom: 8px;
}
.event-card {
  transition: transform 0.3s ease;
  cursor: pointer;
}
.event-card:hover {
  transform: translateY(-5px);
}
.gradient-overlay {
  background: linear-gradient(45deg, #28a745, #20c997);
  color: #fff;
}
.title_recap_reserve {
  color: #fff;
}
.titrologie_sidebar {
  border-radius: 8px;
}
.titrologie_sidebar .saisonnalite .item.active,
.titrologie_sidebar .saisonnalite .item:hover {
  background-color: #f17e30 !important;
  color: #fff !important;
}
.card_image_reservation {
  height: 500px !important;
  object-fit: cover;
}
.cover_image {
  height: 500px;
}
.btn-payment {
  color: #000;
  width: 100%;
}
.btn-reservation {
  display: none;
  background: #f17826 !important;
  color: #fff;
  width: 100%;
}
.adress_lieu {
  font-size: 13px;
  max-width: 150px;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  transition: max-width 0.3s ease;
}
.border-dark {
  border-color: #38383a !important;
}
.infos-bold {
  font-weight: 700;
}
.clip-badge {
  position: absolute;
  top: -5px;
  right: 20px;
  background: gold;
  color: #000;
  padding: 12px 10px 8px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  z-index: 10;
  width: 40px;
}
.clip-badge i {
  font-size: 12px;
  margin-bottom: 1px;
}
.clip-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  height: 2px;
  background: #daa520;
  z-index: -1;
}
.carousel-control-next-icon::after {
  content: "" !important;
}
.carousel-control-prev-icon::after {
  content: "" !important;
}
.audio-container {
  width: 100%;
  max-width: 600px;
  position: relative;
}
.audio-wave {
  width: 100%;
  height: 100px;
  background: #fff;
}
.play-button {
  padding: 10px 20px;
  background: #f27e2f;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: 700;
}
.play-button:hover {
  background: #e91e63;
}
.long-text {
  margin-top: 140px;
  line-height: 1.6;
  
}
@keyframes wave {
  0% {
    transform: scaleY(0.2);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.2);
  }
}
.custom_encart_container {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-switch .form-check-input:checked:focus:after,
.form-switch .form-check-input:checked:focus:before {
  box-shadow: none !important;
}
.form-check-input[type="checkbox"]:checked:focus {
  background-color: #38383a !important;
}
#cookies-banner {
  margin-bottom: 0 !important;
  text-align: center !important;
  display: none;
}
.ancien-site {
  margin-bottom: 0 !important;
  text-align: center !important;
  display: block;
}
.ancien-site a {
  font-size: 13px !important;
  padding: 5px 8px !important;
}
.btn-custom-orange {
  background-color: #f17e30;
  border-color: #f17e30;
  color: #fff;
}
.btn-custom-orange:hover {
  background-color: #e06e20;
  border-color: #e06e20;
  color: #fff;
}
#cookies-banner button {
  font-size: 13px !important;
  padding: 5px 8px !important;
}
.titre_event_side {
  font-weight: 700;
  text-align: left;
  font-size: 16px;
}
@media (max-width: 576px) {
  #cookies-banner {
    flex-direction: row !important;
  }
  .ancien-site {
    flex-direction: row !important;
  }
}
.navbar-nav li a.active {
  color: #f17e30 !important;
}
.poll-option.voted {
  cursor: not-allowed;
}
.poll-option.voted:hover .option-content {
  color: #ccc;
  background-color: #f0f0f0;
}
.poll-option.voted:hover .option-text::after {
  content: " - Vous avez déjà voté";
  font-style: italic;
  color: #888;
  margin-left: 5px;
}
.see-more-link {
  color: #f17e30;
  text-decoration: none;
}
.progress {
  height: 25px;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0d6efd;
  color: #fff;
  font-weight: 500;
  transition: width 0.5s ease-out;
  border-radius: 5px;
}
.card {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card-title {
  color: #2c3e50;
  font-weight: 600;
}
.d-flex span:first-child {
  font-weight: 500;
}
.text-muted {
  color: #6c757d !important;
}
.sidebar {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
.engagement-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.icon-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.icon-wrapper svg {
  color: #ff6b00;
  width: 20px;
  height: 20px;
}
.icon-wrapper h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}
.dcolor {
  color: #f08001 !important;
  font-weight: 500 !important;
}
.poll-item {
  padding: 16px;
  border-bottom: 1px solid #eaeaea;
  transition: background-color 0.2s ease;
  position: relative;
}
.poll-item:hover {
  background-color: #f8f9fa;
}
.poll-item:last-child {
  border-bottom: none;
}
.poll-date-wrapper,
.poll-description-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}
.poll-date-wrapper svg,
.poll-description-wrapper svg {
  flex-shrink: 0;
  color: #6b7280;
  margin-top: 2px;
}
.poll-item p {
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.poll-date {
  color: #6b7280;
  font-size: 0.85rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.poll-date-wrapper {
  margin-top: 4px;
}
.see-more-link {
  display: inline-block;
  color: #ff6b00;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 0;
  margin-top: 12px;
  transition: color 0.2s ease;
}
.see-more-link:hover {
  color: #e65a00;
  text-decoration: underline;
}
.poll-tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 100;
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.875rem;
  max-width: 280px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.poll-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.poll-date-wrapper:hover .poll-tooltip,
.poll-description-wrapper:hover .poll-tooltip {
  visibility: visible;
  opacity: 1;
}
#flashCarousel {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding-top: 3px;
}
#flashCarousel .item {
  /* display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  width: 100%;
  text-align: left; */

  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  /* overflow: auto; */
  text-align: left;
  white-space: normal;
  /* word-break: break-all; */
  /* word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal; */
}
.span-flash {
  width: 130px;
}
.item-container {
  position: relative;
  overflow: hidden;
}
.card-header-sondage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.header-content-sondage {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-icon {
  color: #f97316;
  width: 2rem;
  height: 2rem;
}
.header-title-sondage {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
}
.vote-count {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
.vote-number {
  font-size: 1.5rem;
  font-weight: 600;
  color: #f97316;
}
.vote-label {
  font-size: 0.875rem;
  color: #6b7280;
}
.accent {
  color: #f97316;
}
.grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.poll-card,
.polls-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  margin-bottom: 30px;
}
.poll-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1.5rem;
}
.poll-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.poll-option {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
}
.poll-option:hover {
  border-color: #fed7aa;
}
.poll-option input[type="radio"] {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  accent-color: #f97316;
}
.option-text {
  color: #4b5563;
}
.vote-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1.5rem;
  margin-top: 1.5rem;
  background-color: #f97316;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.vote-button:hover {
  background-color: #ea580c;
}
.polls-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.polls-icon {
  color: #f97316;
}
.polls-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
}
.polls-list {
  display: flex;
  flex-direction: column;
}
.poll-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
  background-color: #fff7ed;
}
.poll-item:hover {
  background-color: #fff7ed;
}
.poll-item:hover .poll-item-title {
  color: #f97316;
}
.poll-item:hover .chevron {
  opacity: 1;
}
.poll-item-content {
  flex: 1;
}
.poll-item-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #f97316;
  margin-bottom: 0.5rem;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.poll-item-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  color: #6b7280;
}
.poll-item-date {
  position: relative;
  padding-right: 1rem;
}
.poll-item-date::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #d1d5db;
}
.poll-item-votes {
  color: #f97316;
  font-weight: 500;
}
.titre_detail {
  background-color: #f97316;
}
.chevron {
  color: #f97316;
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.poll-item:hover .chevron {
  transform: translateX(4px);
}
.divider {
  height: 1px;
  background-color: #f3f4f6;
  margin: 0.5rem 1rem;
}
.see-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem;
  margin-top: 1.5rem;
  background: 0 0;
  border: none;
  color: #f97316;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s;
}
.see-more-button:hover {
  color: #ea580c;
}
.see-more-button:hover svg {
  transform: translateX(4px);
}
.see-more-button svg {
  transition: transform 0.2s;
}
.poll-results {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.poll-result-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.result-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.result-text {
  font-size: 0.875rem;
  color: #4b5563;
  flex: 1;
}
.result-percentage {
  font-size: 0.875rem;
  font-weight: 600;
  color: #f97316;
  white-space: nowrap;
}
.result-gauge {
  width: 100%;
  height: 8px;
  background-color: #f3f4f6;
  border-radius: 4px;
  overflow: hidden;
}
.gauge-fill {
  height: 100%;
  background-color: #f97316;
  border-radius: 4px;
  transition: width 0.6s ease-in-out;
}
.result-votes {
  font-size: 0.75rem;
  color: #6b7280;
}
.vote-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1.5rem;
  margin-top: 2rem;
  background-color: #f97316;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.vote-button:hover {
  background-color: #ea580c;
  transform: translateY(-1px);
}
.vote-button:active {
  transform: translateY(0);
}
.depeche-section .event_cust {
  height: 220px !important;
  overflow: hidden !important;
}

.part .owl-theme .owl-nav {
  margin-top: 10px;
  font-size: 45px;
  display: flex;
  justify-content: center;
  gap: 15px;
  display: none;
}
.part .owl-theme .owl-dots {
  display: none;
}

.btn-connect-mobile {
  display: none !important;
}
.dropdown-mobile {
  display: none;
}
@media (max-width: 991px) {
  .dropdown-mobile {
    display: block;
  }
  .btn-connexion svg {
    color: #fff;
  }
  .btn-connect-mobile {
    display: block !important;
  }
  .dropdown-toggle::after {
    color: #777978 !important;
  }
}
.navbar-nav .active > a {
  color: #f27e2f !important; /* Couleur du texte active */
  border-radius: 5px; /* Coins arrondis */
}

.auth-section .hov:hover {
  background-color: #3f3d3d !important;
  color: #fff !important;
  font-weight: bold !important;
  padding: 7px !important;
}
.auth-section .hov:hover svg {
  fill: #fff !important;
}
/* Style du bouton */
.btn-connexion {
  background: transparent;
  border: none;
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* Affichage du menu au survol */
.dropdown:hover .auth-section {
  display: block;
}

/* Style des liens */
.auth-section .dropdown-item {
  padding: 7px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  transition: background 0.3s ease-in-out;
}

/* Icônes et textes alignés */
.auth-section .dropdown-item i,
.auth-section .dropdown-item svg {
  margin-right: 8px;
}

/* Effet au survol */
.auth-section .dropdown-item:hover {
  background: #3f3d3d;
  color: #fff;
  font-weight: bold;
}

.titrologie .section-title {
  margin-bottom: 0px !important;
}

.part_carousel {
  width: 400px;
  overflow: hidden;
}

.darkmode .necrologie-item .necrologie-content > p,
.darkmode .necrologie-item .necrologie-content > h3 > a,
.darkmode .paper-content > p,
.darkmode .event-area .item span .darkmode .block__title,
.darkmode .text-muted,
.darkmode .blog-details-area h3,
.darkmode .long-text,
.darkmode .long-text div,
.darkmode .top-post-wrap-4 .top-post-details h6 > a,
.darkmode .blog-details-wrap > h5,
.darkmode .blog-details-wrap > h6,
.darkmode .meta .date,
.darkmode .ecouteur > h4,
.darkmode .blog-details-wrap .post-description > p,
.darkmode .comment-area > h5 {
  color: white !important;
}

.darkmode .post-meta .date,
.darkmode .share-announcement > h3,
.darkmode .event_info .info,
.darkmode .info-text p {
  color: black !important;
}

/* Categories sidebar */
.categories {
  background-color: #27272a;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.categories h2 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Category items */
.category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background-color: #f9fafb;
  border-radius: 0.375rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #374151;
  transition: all 0.2s ease;
}

.category-item:last-child {
  margin-bottom: 0;
}

.category-item:hover {
  background-color: #f3f4f6;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.category-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Icons */
.icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #4b5563;
}

/* Category count */
.count {
  color: #6b7280;
  font-size: 0.875rem;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  body {
    padding: 1rem;
  }

  .categories {
    padding: 1rem;
    margin-left: -22px;
    padding: 1rem;
    width: 331px;
  }

  .category-item {
    padding: 0.625rem 0.875rem;
  }
}
