@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("../css/bootstrap.min.css");
@import url("../css/swiper-bundle.min.css");
body {
  line-height: 1.4;
  margin: 0;
  background-color: #212121;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
  color: #000;
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  outline: 0 !important;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  outline-offset: inherit;
}

button:focus {
  border: none;
  box-shadow: none;
  outline: none;
  border-color: transparent;
}

p {
  margin-bottom: 0;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  overflow: hidden;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  background-color: #37A548;
  width: 174px;
  gap: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.primary-btn.login-btn {
  background-color: #ffffff;
  color: #242424;
  border: 2px solid #242424;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.primary-btn.login-btn img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.primary-btn.login-btn:hover {
  background-color: #E85233;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.primary-btn.login-btn:hover img {
  filter: brightness(1010.5%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.primary-btn:hover {
  background-color: #E85233;
}
.primary-btn.support-btn {
  background-color: #939393;
}
.primary-btn.support-btn:hover {
  background-color: #E85233;
}
.primary-btn.outline-btn {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.primary-btn.outline-btn img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: brightness(1010.5%);
}
.primary-btn.outline-btn:hover {
  background-color: #ffffff;
  color: #242424;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.primary-btn.outline-btn:hover img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: brightness(0);
}

.book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E85233;
  height: 38px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #E85233;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 35px;
}
.book-btn:hover {
  background-color: #E85233;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #939393;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  gap: 10px;
  height: 33px;
  padding: 0 10px;
}
.filter-btn span {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #242424;
}

.form-check {
  display: flex;
  align-items: center;
  min-height: auto;
  padding-left: 0;
  margin-bottom: 0;
  gap: 10px;
}
.form-check.news-check {
  margin: 22px 0;
}
.form-check .form-check-input {
  float: none;
  margin: 0;
  border: 1px solid #ADADAD;
  background-color: #ffffff;
  width: 15px;
  height: 15px;
}
.form-check .form-check-input:focus {
  box-shadow: none;
}

.form-check-label {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: block;
  color: #808080;
}

input:checked[type=radio] {
  background: url(../images/check-dot.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px;
}

.offcanvas {
  background-color: #262626;
}
.offcanvas.offcanvas-top {
  height: 410px;
}

.offcanvas-header {
  gap: 30px;
  padding: 26px 0;
}
.offcanvas-header .close-btn {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  margin-left: -8px;
  display: flex;
  align-items: center;
}

.offcanvas-body {
  padding: 16px 0 0 85px;
  max-width: 932px;
  width: 100%;
  margin: 0 auto;
  overflow-y: inherit;
}
.offcanvas-body .navigation-link h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}
.offcanvas-body .navigation-link ul li {
  margin-bottom: 16px;
}
.offcanvas-body .navigation-link ul li a {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.offcanvas-body .navigation-link ul li a:hover {
  color: #E85233;
}
.offcanvas-body .navigation-link ol {
  margin-bottom: 22px;
}
.offcanvas-body .navigation-link ol li {
  margin-bottom: 16px;
}
.offcanvas-body .navigation-bottom ul {
  display: flex;
  gap: 19px;
  align-items: center;
}

.pagination {
  justify-content: center;
  margin: 30px 0 0 0;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.pagination ul .page-item .page-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #939393;
  border: none;
  background-color: transparent;
  padding: 0;
}
.pagination ul .page-item .page-link:hover {
  color: #ffffff;
}
.pagination ul .page-item .page-link.active {
  color: #ffffff;
}
.pagination ul .page-item .page-link.page-arrow {
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.offcanvas.offcanvas-end {
  width: 278px;
}

.filter-header {
  position: relative;
  border-bottom: 1px solid #6A6A6A;
  padding: 24px 0;
}
.filter-header h5 {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.filter-header .btn-close {
  padding: 0;
  opacity: 1;
  position: absolute;
  right: 25px;
  top: 50%;
  box-shadow: none;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.filter-body {
  padding: 25px 32px;
  height: calc(100% - 189px);
}
.filter-body form {
  margin-bottom: 20px;
  position: relative;
}
.filter-body form .form-control {
  background-color: #D6D6D6;
  border: 1px solid #939393;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  border-radius: 21px;
  height: 36px;
  width: 100%;
  padding-left: 33px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.filter-body form span {
  position: absolute;
  left: 14px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.filter-footer {
  padding: 25px 32px;
}
.filter-footer .primary-btn {
  width: 100%;
}
.filter-footer .reset-btn {
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  display: block;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.filter-footer .reset-btn:hover {
  color: #37A548;
}

.accordion-item {
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #6A6A6A;
}
.accordion-item .accordion-header .accordion-button {
  padding: 16px 0;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.accordion-item .accordion-header .accordion-button span {
  display: flex;
  align-items: center;
}
.accordion-item .accordion-header .accordion-button strong {
  display: flex;
  align-items: center;
}
.accordion-item .accordion-header .accordion-button[aria-expanded=true] strong img {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-item .accordion-body {
  padding: 4px 0 32px 0;
}
.accordion-item .accordion-body .form-check {
  padding: 7.5px 0;
}
.accordion-item .accordion-body .form-check .form-check-input {
  width: 18px;
  height: 18px;
  background-color: transparent;
  border-color: #ffffff;
}
.accordion-item .accordion-body .form-check .form-check-input:checked[type=radio] {
  background: url(../images/radio-check-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.accordion-item .accordion-body .form-check .form-check-label {
  color: #ffffff;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.modal-dialog {
  max-width: 492px;
  width: 100%;
}

.modal-content {
  background-color: #262626;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.modal-body {
  padding: 40px 56px 60px;
}

.close-nodal {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.close-nodal img {
  height: 13px;
}

.poll-thanks-modal .close-nodal {
  top: 39px;
  right: 39px;
}
.poll-thanks-modal .modal-body {
  padding: 75px 66px 81px;
}
.poll-thanks-modal .poll-thnaks span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.poll-thanks-modal .poll-thnaks h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 26px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  margin: 16px 0 12px 0;
}
.poll-thanks-modal .poll-thnaks p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}
.poll-thanks-modal .poll-thnaks .primary-btn {
  width: 100%;
}

/***** BANNER SECTION *****/
.banner-section {
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, #d00410, #dd513a);
}
.banner-section .dots-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
  z-index: 1;
}
.banner-section .dots-left,
.banner-section .dots-right {
  width: 50%;
  height: 100%;
  background-image: url("/assets/images/dots-background.svg");
  background-repeat: no-repeat;
}
.banner-section .dots-right {
  transform: rotate(180deg);
}
.banner-section .container {
  position: relative;
  z-index: 2;
}
.banner-section .banner-content {
  position: relative;
}
.banner-section .image-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
}
.banner-section .image-content {
  width: 100%;
  height: 100%;
}
.banner-section .image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section .text-overlay {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.banner-section .text-content {
  padding: 0 20px;
  text-align: center;
  color: white;
}
.banner-section .text-content h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.banner-section .text-content .banner-btn {
  background-color: #212121;
  transition: background-color 0.3s ease;
}
.banner-section .text-content .banner-btn:hover {
  background-color: #37A548;
}
@media (min-width: 992px) {
  .banner-section {
    height: 155px;
    overflow: hidden;
  }
  .banner-section .container {
    height: 100%;
  }
  .banner-section .banner-content {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .banner-section .image-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .banner-section .text-overlay {
    position: relative;
    bottom: auto;
    width: 50%;
  }
  .banner-section .text-content {
    text-align: left;
    padding: 0;
  }
  .banner-section .text-content h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section {
    height: auto;
  }
  .banner-section .container {
    height: auto;
    min-height: 300px;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url("/assets/images/amb-iran.png");
    background-position: center -100px;
    background-size: 400px 357px;
    background-repeat: no-repeat;
  }
  .banner-section .banner-content {
    min-height: 300px;
  }
  .banner-section .image-wrapper {
    display: none;
  }
  .banner-section .text-content {
    max-width: 100%;
    padding: 0 20px;
  }
  .banner-section .text-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.newsletter-message {
  margin-top: 10px;
  font-size: 0.8rem;
  padding: 10px 30px 10px 50px;
  border-radius: 24px;
  display: inline-block;
  min-width: 180px;
  position: relative;
  background: #f6fef8;
  color: #212121;
  box-shadow: 0 2px 8px rgba(55, 165, 72, 0.08);
  border: 1px solid #e0f3e6;
  font-weight: 500;
  line-height: 1.4;
}
.newsletter-message.success {
  color: #37A548;
  background: #f6fef8;
  border: 1px solid #b6e2c6;
}
.newsletter-message.error {
  color: #d00410;
  background: #fff6f6;
  border: 1px solid #f5cccc;
}
.newsletter-message.success:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg fill="%2337A548" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M7.629 15.314a1.25 1.25 0 0 1-1.768 0l-3.175-3.175a1.25 1.25 0 1 1 1.768-1.768l2.291 2.291 6.291-6.291a1.25 1.25 0 1 1 1.768 1.768l-7.175 7.175z"/></svg>') no-repeat center center;
  background-size: 18px 18px;
}
.newsletter-message.error:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg fill="%23d00410" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><circle cx="10" cy="10" r="10" fill="%23fff6f6"/><path d="M10 3a7 7 0 1 1 0 14A7 7 0 0 1 10 3zm0 2a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V6a1 1 0 0 0-1-1zm0 8a1.25 1.25 0 1 0 0 2.5A1.25 1.25 0 0 0 10 13z" fill="%23d00410"/></svg>') no-repeat center center;
  background-size: 18px 18px;
}

.newsletter-flex-form {
  width: 100%;
  margin: 0 auto;
}

.newsletter-flex-row {
  display: flex;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  background: none;
}

.newsletter-input {
  flex: 1 1 auto;
  border: none;
  background: #d8d8d8;
  color: #444;
  font-size: 2rem;
  padding: 0 0 0 32px;
  height: 70px;
  outline: none;
  border-radius: 0 !important;
}

.newsletter-btn {
  border: none;
  border-radius: 0 40px 40px 0;
  background: #37A548;
  color: #fff;
  font-weight: 700;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.newsletter-btn:hover {
  background: #2e8c3a;
}

.newsletter-flex-form .form-control {
  border-radius: 0 !important;
}

@media (max-width: 600px) {
  .newsletter-input, .newsletter-btn {
    font-size: 1.1rem;
    height: 48px;
    padding: 0 16px;
  }
  .newsletter-btn {
    padding: 0 20px;
  }
}
header {
  padding: 26px 0;
  background-color: #262626;
  position: relative;
  z-index: 3;
}

.navbar {
  padding: 0;
}
.navbar .media {
  display: flex;
  align-items: center;
  gap: 30px;
}
.navbar .media .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.navigation {
  flex: 1;
  width: 100%;
  display: flex;
  gap: 43px;
  align-items: center;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 42px;
  margin-left: 42px;
}
.navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0;
  line-height: 1;
  position: relative;
}
.navbar-nav .nav-item .nav-link::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #E85233;
  width: 100%;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #E85233;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navbar-nav .nav-item .nav-link:hover::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navbar-nav .nav-item .nav-link.active {
  color: #E85233;
}
.navbar-nav .nav-item .nav-link.active::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.navbar-nav .nav-item .nav-link.active svg path {
  fill: #E85233;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
.header-right ul {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-right ul li a {
  display: flex;
  align-items: center;
}

.NPO-logo a {
  display: flex;
  align-items: center;
}

/***** SEARCH BOX ******/
.search-box {
  position: absolute;
  right: 70px;
  top: 40px;
  max-width: 310px;
  width: 100%;
  padding: 14px;
  background-color: #212121;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: none;
}
.search-box form {
  position: relative;
}
.search-box form .form-control {
  background-color: #D6D6D6;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  border-radius: 21px;
  height: 36px;
  width: 100%;
  padding-left: 20px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.search-box form span {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

footer {
  padding: 47px 0 0 0;
}

.footer-left .image-holder {
  display: flex;
  align-items: center;
}
.footer-left .image-holder img {
  max-width: 174px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.footer-left .spotify-logo {
  margin-top: 26px;
}
.footer-left .spotify-logo a {
  display: flex;
  align-items: center;
}

.footer-links h4 {
  color: #ADADAD;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 18px;
}
.footer-links ul li {
  margin-bottom: 16px;
}
.footer-links ul li:last-child {
  margin: 0;
}
.footer-links ul li a {
  display: block;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
}
.footer-links ul li a:hover {
  color: #E85233;
}

.footer-right {
  padding-top: 50px;
}
.footer-right .image-holder {
  margin-bottom: 20px;
}
.footer-right .image-holder a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media ul {
  display: flex;
  gap: 8px;
  align-items: center;
}
.social-media ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 28px;
  height: 28px;
  background-color: #D9D9D9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social-media ul li a svg {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-media ul li a svg path {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-media ul li a:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-media ul li a:hover svg {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.social-media ul li a:hover.facebook-btn {
  background-color: #1877F2;
}
.social-media ul li a:hover.facebook-btn svg path {
  fill: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-media ul li a:hover.youtube-btn {
  background-color: #FF0000;
}
.social-media ul li a:hover.youtube-btn svg path {
  fill: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-media ul li a:hover.tiktok-btn {
  background-color: #25F4EE;
}
.social-media ul li a:hover.tiktok-btn svg path {
  fill: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-media ul li a:hover.x-btn {
  background-color: #1DA1F2;
}
.social-media ul li a:hover.x-btn svg path {
  fill: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-media ul li a:hover.instagram-btn {
  background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #FCAF45);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-media ul li a:hover.instagram-btn svg path {
  fill: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-media ul li a:hover.linkedin-btn {
  background-color: #0A66C2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-media ul li a:hover.linkedin-btn svg path {
  fill: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-media ul li a:hover.whatsapp-btn {
  background-color: #25D366;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-media ul li a:hover.whatsapp-btn svg path {
  fill: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/***** COPTRIGHT *******/
.copyrigth {
  margin: 30px 0;
}

.copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright-inner p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #ADADAD;
  display: flex;
  align-items: center;
  gap: 6px;
}
.copyright-inner p a {
  display: flex;
  align-items: center;
}
.copyright-inner p a img {
  height: 13px;
}
.copyright-inner ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.copyright-inner ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #ADADAD;
}
.copyright-inner ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: block;
  line-height: 1;
  color: #ADADAD;
}
.copyright-inner ul li a:hover {
  color: #E85233;
}

.dots-img {
  position: absolute;
  top: -8px;
  left: -37px;
}

.logo-backgrond {
  position: absolute;
  top: 150px;
  right: -191px;
  opacity: 0.3;
}

.latest-news-sec {
  padding: 42px 0 86px;
  position: relative;
}
.latest-news-sec .latest-news-inner {
  position: relative;
  z-index: 100;
}
.latest-news-sec .latest-news-inner h3 {
  color: #ffffff;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
}
.latest-news-sec .latest-news-inner .row {
  margin: 0 -8px;
}
.latest-news-sec .latest-news-inner [class*=col-] {
  padding: 0 8px;
}

.latest-news-box {
  position: relative;
  margin: 22.5px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.latest-news-box:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.latest-news-box .image-holder {
  display: flex;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.latest-news-box .image-holder img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}
.latest-news-box .text-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 22px;
  left: 0;
}
.latest-news-box .text-box h4 {
  color: #ffffff;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
  display: block;
}
.latest-news-box .text-box p {
  color: #ffffff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

/****** NEWS BOX ******/
.news-box {
  margin: 22.5px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news-box:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.news-box .image-holder {
  position: relative;
  display: flex;
  align-items: center;
}
.news-box .image-holder img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.news-box .text-box {
  padding: 8px 0 0 0;
}
.news-box .text-box h4 {
  margin-bottom: 12px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.news-box .text-box p {
  color: #ffffff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

/****** NEWSLETTER ******/
.newsletter {
  max-width: 744px;
  width: 100%;
  margin: 60px auto 60px;
}
.newsletter h4 {
  color: #ffffff;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
}
.newsletter p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin: 14px 0 28px 0;
}
.newsletter form {
  position: relative;
}
.newsletter form .form-control {
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  background-color: #D8D8D8;
  border: none;
  height: 38px;
  color: #808080;
  padding-left: 30px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  box-shadow: none;
}
.newsletter form .form-control:placeholder {
  color: #808080;
}
.newsletter form a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 174px;
  -webkit-border-radius: 0 19px 19px 0;
  -moz-border-radius: 0 19px 19px 0;
  -ms-border-radius: 0 19px 19px 0;
  border-radius: 0 19px 19px 0;
  background-color: #37A548;
  position: absolute;
  right: 0;
  top: 0;
}
.newsletter form a:hover {
  background-color: #E85233;
}

/****** FEATURED SEC ******/
.title {
  margin-bottom: 18px;
}
.title h3 {
  color: #ffffff;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 28px;
}

.featured-sec {
  background: linear-gradient(#D00403 0%, #DD5336 100%);
  padding: 38px 0;
}

.featured-inner {
  max-width: 934px;
  width: 100%;
  margin: 0 auto;
}

.featured-box {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.featured-box:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.featured-box .image-holder {
  display: flex;
  align-items: center;
}
.featured-box .image-holder img {
  width: 100%;
}
.featured-box .text-box {
  padding: 20px 0 0 0;
}
.featured-box .text-box h4 {
  margin-bottom: 12px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
}
.featured-box .text-box p {
  color: #ffffff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

.featured-list {
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.featured-list:last-child {
  margin: 0;
}
.featured-list:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.featured-list a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.featured-list .image-holder {
  display: flex;
  align-items: center;
  max-width: 174px;
  width: 100%;
}
.featured-list .text-box {
  flex: 1;
  width: 100%;
}
.featured-list .text-box h4 {
  margin-bottom: 12px;
  max-width: 270px;
  width: 100%;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
}
.featured-list .text-box p {
  color: #ffffff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

.more-news {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0 0 0;
}
.more-news a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.more-news a:hover {
  color: #242424;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  animation: arrowJump 1s;
}
.more-news a:hover span {
  background-color: #242424;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.more-news a:hover span img {
  filter: brightness(960%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.more-news a span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  justify-content: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.more-news a span img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: brightness(0);
}

@keyframes arrowJump {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
/***** ARTICLES SEC *****/
.articles-sec {
  padding: 60px 0;
}

.articles-inner {
  margin: 26.5px 0 0 0;
}

/***** BEARING BOX *****/
.bearing-box {
  background-color: #F4F4F4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 40px 0 70px;
}

.bearing-left {
  padding: 36px 55px;
}
.bearing-left .text-box {
  margin-bottom: 18px;
}
.bearing-left .text-box span {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 18px;
  display: block;
  color: #242424;
  margin-bottom: 3px;
}
.bearing-left .text-box h4 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 20px;
  display: block;
  color: #242424;
}
.bearing-left .bearing-check {
  margin-bottom: 16px;
}
.bearing-left .bearing-check li {
  margin-bottom: 12px;
}
.bearing-left .bearing-check li:last-child {
  margin-bottom: 0;
}
.bearing-left .bearing-check .form-check .form-check-label {
  border: 1px solid #ADADAD;
  background-color: #F4F4F4;
  padding: 10px 13px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  width: 100%;
  color: #242424;
  cursor: pointer;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bearing-left .bearing-check .form-check .form-check-label:has(input:checked) {
  background-color: #D2E6D5;
  border-color: #D2E6D5;
}
.bearing-left .form-control {
  border: none;
  border-bottom: 1px solid #ADADAD;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  color: #808080;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding-left: 16px;
}
.bearing-left .form-control::placeholder {
  color: #808080;
}
.bearing-left .form-control:focus {
  box-shadow: none;
}
.bearing-left .primary-btn {
  width: 100%;
}

.bearing-holder {
  display: flex;
  height: 100%;
}
.bearing-holder img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}

/***** ADD BOX *****/
.add-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-box a {
  display: flex;
  align-items: center;
}

/***** EVENT SEC *****/
.events-sec {
  background-color: #F4F4F4;
  padding: 26px 0 36px;
}
.events-sec .title h3 {
  color: #242424;
}

.events-inner .mySwiper {
  overflow: visible;
}

.events-inner .more-news {
  margin: 30px 0 0 0;
}
.events-inner .more-news a {
  color: #242424;
  font-size: 14px;
}
.events-inner .more-news a:hover {
  color: #E85233;
}
.events-inner .more-news a:hover span {
  background-color: #E85233;
}

.events-box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 100;
}
.events-box:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  z-index: 1000;
}
.events-box .image-holder {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.events-box .image-holder img {
  width: 100%;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.events-box .text-box {
  padding: 25px 22px;
}
.events-box .text-box .text-inner {
  min-height: 55px;
  margin-bottom: 20px;
}
.events-box .text-box h4 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #242424;
}
.events-box .text-box p {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #242424;
  margin: 10px 0 0;
}
.events-box .text-box .media {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.events-box .text-box .media h5 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #242424;
}

.discount-tag {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(#E85233 0%, #dc0201 100%);
  padding: 6px 16px 9px;
  position: absolute;
  right: 30px;
  top: 0;
}
.discount-tag h4 {
  color: #ffffff;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1;
}
.discount-tag p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

/***** CTA ******/
.cta-sec {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0 0;
}
.cta-sec .cta-dots {
  position: absolute;
  bottom: 0;
  right: -37px;
}
.cta-sec .cta-dots img {
  display: block;
}
.cta-sec .text-box {
  margin: 44px 0 0 0;
  padding-left: 95px;
}
.cta-sec .text-box h4 {
  color: #ffffff;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  line-height: 28px;
}
.cta-sec .text-box ul {
  margin-top: 26px;
}
.cta-sec .text-box ul li {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 19px;
}
.cta-sec .text-box ul li span {
  display: flex;
  align-items: center;
}
.cta-sec .text-box ul li p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 18px;
}
.cta-sec .text-box .cta-media {
  margin-top: 30px;
}
.cta-sec .image-holder {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cta-sec .image-holder img {
  position: relative;
  z-index: 100;
}

.cta-tag {
  background: linear-gradient(#dc0201 0%, #E85233 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 135px;
  height: 135px;
  position: absolute;
  top: 62px;
  right: 0;
}
.cta-tag h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 52px;
  line-height: 1;
}
.cta-tag p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
}

.filter-news {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-news li {
  position: relative;
}
.filter-news .form-control {
  background-color: #939393;
  border: 1px solid #939393;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 33px;
  width: 144px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  box-shadow: none;
}

.down-arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 16px;
  display: flex;
  align-items: center;
}

/****** NEWS OVERVIEW *******/
.news-overview {
  padding-bottom: 36px;
}

.news-media {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-media h3 {
  margin: 0 !important;
}

.news-articles {
  margin: 22.2px 0 0;
}

/***** EVENT PAGE ****/
.event-overview-sec .news-media {
  margin-bottom: 30px;
}
.event-overview-sec .events-box {
  margin: 15px 0;
}

/***** POLL BOX *****/
.status {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  -webkit-border-radius: 0 17px 17px 0;
  -moz-border-radius: 0 17px 17px 0;
  -ms-border-radius: 0 17px 17px 0;
  border-radius: 0 17px 17px 0;
  position: absolute;
  top: 20px;
  left: 0;
  width: 95px;
}
.status.status-big {
  height: 40px;
  width: 197px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 17px;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.green-bg {
  background-color: #39A448 !important;
}

.red-bg {
  background: linear-gradient(180deg, rgb(220, 1, 0) 0%, rgb(232, 82, 51) 100%);
}

.poll-box {
  background-color: #ffffff;
  margin: 15px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.poll-box:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.poll-box .image-holder {
  position: relative;
  display: flex;
  align-items: center;
}
.poll-box .image-holder img {
  width: 100%;
}
.poll-box .text-box {
  padding: 20px 22px 25px;
}
.poll-box .text-box h4 {
  color: #242424;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px;
}
.poll-box .text-box p {
  color: #242424;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: normal;
}

.form-check.news-check .form-check-input {
  width: 15px;
  height: 15px;
  border: 1px solid #ADADAD;
  background-color: #ffffff;
  margin: 0;
  float: none;
  cursor: pointer;
}
.form-check.news-check .form-check-input:checked {
  background-color: #37A548;
  border-color: #37A548;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check.news-check .form-check-input#flexRadioDefault4 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.title h4 {
  color: #ffffff;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 28px;
}

.gray-box {
  background: #fff;
  border-radius: 5px;
}

h1.page-title {
  color: #ffffff;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
}

.box-form-field-label {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 20px;
  display: block;
  color: #242424;
}

.box-form-input-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.5rem 0.75rem;
  transition-duration: 0.15s;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.field-error-message {
  color: #d00410;
  margin-top: 5px;
  font-size: 14px;
}

.news-image-holder {
  border-radius: 10px;
  overflow: hidden;
}
.news-image-holder img {
  border-radius: 10px;
  display: block;
}

.news-detail-sec {
  position: relative;
  padding: 55px 0 20px;
}
.news-detail-sec .news-detail-inner {
  max-width: 742px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.news-detail-sec .news-detail-inner .text-box h1, .news-detail-sec .news-detail-inner .text-box h2, .news-detail-sec .news-detail-inner .text-box h3 {
  color: #ffffff;
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  margin: 17px 0;
}
.news-detail-sec .news-detail-inner .text-box ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
}
.news-detail-sec .news-detail-inner .text-box ul li strong {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  background-color: #5671AD;
  height: 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  padding: 0 22px;
}
.news-detail-sec .news-detail-inner .text-box ul li span {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  gap: 7px;
}
.news-detail-sec .news-detail-inner .text-box ol {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  gap: 8px;
}
.news-detail-sec .news-detail-inner .text-box ol li a {
  display: flex;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 31px;
  height: 31px;
}
.news-detail-sec .news-detail-inner .text-box ol li a img {
  height: 20px;
}
.news-detail-sec .news-detail-inner .text-inner p {
  color: #ffffff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 33px;
  line-height: 26px;
}
.news-detail-sec .news-detail-inner .text-inner p:last-child {
  margin: 0;
}
.news-detail-sec .news-detail-inner .text-inner ul {
  color: #ffffff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 33px;
  line-height: 26px;
  padding-left: 20px;
}
.news-detail-sec .news-detail-inner .text-inner ul li {
  color: #ffffff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 26px;
}
.news-detail-sec .news-detail-inner .text-inner ul li:last-child {
  margin-bottom: 0;
}
.news-detail-sec .news-detail-inner .text-inner ol {
  color: #ffffff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 33px;
  line-height: 26px;
  padding-left: 20px;
}
.news-detail-sec .news-detail-inner .text-inner ol li {
  color: #ffffff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 26px;
}
.news-detail-sec .news-detail-inner .text-inner ol li:last-child {
  margin-bottom: 0;
}
.news-detail-sec .news-detail-inner .text-inner h1, .news-detail-sec .news-detail-inner .text-inner h2, .news-detail-sec .news-detail-inner .text-inner h3 {
  color: #ffffff;
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  margin: 17px 0;
}

.unheard-news {
  background-color: #2C2C2C;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-top: 45px;
  gap: 38px;
  padding: 43px 63px;
}
.unheard-news span {
  display: flex;
  align-items: center;
  max-width: 89px;
  width: 100%;
}
.unheard-news .newsletter {
  max-width: 459px;
  width: 100%;
  margin: 0;
  text-align: left;
}
.unheard-news .newsletter h4 {
  text-align: left;
}
.unheard-news .newsletter p {
  text-align: left;
  margin: 8px 0 22px 0;
}

.share-article {
  margin-top: 50px;
}
.share-article h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 22px;
}

.link-icon {
  height: 20px;
}

.printer-icon {
  height: 20px;
}

.relative {
  position: relative;
}

.relative-product {
  margin: 56px 0 0 0;
}
.relative-product h5 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 33px;
}
.relative-product .news-box {
  margin: 0;
}
.relative-product .news-box:hover {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.relative-product .news-box .text-box {
  padding: 16px 0 0 0;
}
.relative-product .news-box .text-box h4 {
  font-size: 14px;
  margin-bottom: 8px;
}
.relative-product .news-box .text-box p {
  font-size: 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 45px;
  margin: 0;
}

.swiper-button-next {
  right: -15px;
}

.swiper-button-prev {
  left: -15px;
}
.swiper-button-prev img {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

/***** COMMENTS USER *****/
.comment-user {
  margin: 68px 0 0 0;
}
.comment-user .media {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 46px;
}
.comment-user .media h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #ffffff;
  line-height: normal;
}
.comment-user .media span {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  display: flex;
  gap: 8px;
  align-items: center;
}
.comment-user form .form-control {
  background-color: #2C2C2C;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 126px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #808080;
  box-shadow: none;
  border: none;
  padding: 17px 21px;
  resize: none;
}
.comment-user form .form-control::placeholder {
  color: #808080;
}
.comment-user form .primary-btn {
  margin-top: 25px;
  width: 100%;
}

/***** COMMENTS BOX *****/
.comment-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid #6A6A6A;
  padding: 30px 0;
}
.comment-box .image-holder {
  background-color: #ffffff;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-box .comment-text {
  flex: 1;
  width: 100%;
}
.comment-box .comment-text .media2 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.comment-box .comment-text .media2 h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
}
.comment-box .comment-text .media2 span {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: normal;
  display: block;
  position: relative;
}
.comment-box .comment-text .media2 span::after {
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
}
.comment-box .comment-text p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  margin: 12px 0 22px 0;
}
.comment-box .comment-text ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
.comment-box .comment-text ul li {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.comment-reply .comment-box-inner {
  border: none;
  padding: 10px 58px;
}

.more-comments {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
.more-comments a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  gap: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.more-comments a span {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.more-comments a span img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.more-comments a:hover {
  color: #37A548;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.more-comments a:hover span {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #37A548;
}
.more-comments a:hover span img {
  filter: brightness(1100%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.event-detail-inner {
  max-width: 932px;
  width: 100%;
  margin: 0 auto;
}
.event-detail-inner .relative-product {
  margin: 70px 0 0 0;
}
.event-detail-inner .relative-product .swiper-button-next,
.event-detail-inner .relative-product .swiper-button-prev {
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.event-detail-inner .relative-product .events-box:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1000;
}
.event-detail-inner .relative-product .events-box .discount-tag {
  padding: 6px 11px 9px;
}
.event-detail-inner .relative-product .events-box .discount-tag h4 {
  font-size: 23px;
}
.event-detail-inner .relative-product .events-box .discount-tag p {
  font-size: 11px;
}
.event-detail-inner .relative-product .events-box .text-box {
  padding: 22px 17px;
}
.event-detail-inner .relative-product .events-box .text-box .text-inner h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.event-detail-inner .relative-product .events-box .text-box p {
  font-size: 10px;
}
.event-detail-inner .relative-product .events-box .text-box .media h5 {
  font-size: 16px;
  margin-bottom: 0;
}
.event-detail-inner .relative-product .events-box .text-box .media .book-btn {
  height: 33px;
  font-size: 14px;
  padding: 0 21px;
}

.event-detail-banner {
  position: relative;
}
.event-detail-banner .discount-tag {
  right: auto;
  left: 52px;
}
.event-detail-banner .discount-tag h4 {
  font-size: 36px;
  margin-bottom: 3px;
}
.event-detail-banner .discount-tag p {
  font-size: 17px;
}

.event-cruise {
  margin: 40px 0 0 0;
}
.event-cruise h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 26px;
  color: #ffffff;
  line-height: normal;
}
.event-cruise p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  margin: 20px 0 26px;
}
.event-cruise ul li {
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  gap: 15px;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 11px;
}
.event-cruise ul li:last-child {
  margin: 0;
}

.about-event {
  margin: 60px 0 0 0;
}
.about-event h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  line-height: normal;
  margin-bottom: 20px;
}
.about-event p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 28px;
  line-height: 26px;
}

.ticket-order {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 20px 15px;
  margin-top: -35px;
  position: relative;
  max-width: 364px;
  width: 100%;
}
.ticket-order h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #212121;
  line-height: normal;
}
.ticket-order p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #212121;
  padding: 1px 0 12px;
}
.ticket-order p span {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

.event-info {
  max-width: 364px;
  width: 100%;
  margin-left: auto;
  margin-top: 90px;
}
.event-info .event-info-inner ol li {
  margin-bottom: 44px;
}
.event-info .event-info-inner ol li:last-child {
  margin-bottom: 0;
}
.event-info .event-info-inner ol li h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 16px;
}
.event-info .event-info-inner ol li p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
}
.event-info .event-mage-holder {
  margin: 40px 0 26px;
}
.event-info .social-media h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: normal;
}

.poll-detail-sec .bearing-box {
  margin: 35px 0 40px;
  padding: 50px 20px;
}
.poll-detail-sec .bearing-box .bearing-left {
  padding: 0;
  max-width: 542px;
  width: 100%;
  margin: 0 auto;
}
.poll-detail-sec .news-image-holder img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.petition-detail-inner {
  padding: 44px 0 0 0;
}

.petitie-blue {
  background-color: #3380E8 !important;
}

.petition-detail-sec .news-detail-inner .text-inner {
  margin: 0;
}
.petition-detail-sec .news-detail-inner .text-inner ul {
  margin-bottom: 41px;
  margin-top: 14px;
}
.petition-detail-sec .news-detail-inner .text-inner ul li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  padding-left: 17px;
  position: relative;
}
.petition-detail-sec .news-detail-inner .text-inner ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

iframe {
  width: 100%;
  height: 382px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.petition-signatures {
  background-color: #F4F4F4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.petition-signatures .signatures-head {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  text-align: center;
  background: linear-gradient(180deg, rgb(220, 1, 0) 0%, rgb(232, 82, 51) 100%);
  padding: 40px 0 28px;
}
.petition-signatures .signatures-head h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 63px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
}
.petition-signatures .signatures-head h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}

.signatures-body {
  padding: 24px 39px 32px;
}
.signatures-body form .form-group {
  margin-bottom: 14px;
}
.signatures-body form .form-group:last-child {
  margin: 0;
}
.signatures-body form .form-group label.label-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #262626;
  display: block;
  margin: 0 0 7px 18px;
}
.signatures-body form .form-group .form-control {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #808080;
  background-color: #D8D8D8;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  padding-left: 38px;
  box-shadow: none;
  height: 38px;
  padding-bottom: 6px;
}
.signatures-body form .form-group .form-control:hover {
  color: #808080;
}
.signatures-body form .form-group .primary-btn {
  width: 100%;
}
.signatures-body form .form-group p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #808080;
  margin-bottom: 15px;
}
.signatures-body form .form-group p:last-child {
  margin: 0;
}
.signatures-body form .form-group p a {
  display: block;
  text-decoration: underline;
  color: #E85233;
}

.news-detail-sec.contact-sec {
  padding: 86px 0 20px;
}

.contact-inner {
  max-width: 554px;
  width: 100%;
  position: relative;
  z-index: 100;
  margin: 0 auto;
}

.contact-form .text-box {
  margin: 0 0 36px 0;
  position: relative;
}
.contact-form .text-box h1, .contact-form .text-box h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
}
.contact-form .text-box p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
}
.contact-form form .form-group {
  margin-bottom: 16px;
}
.contact-form form .form-group .media {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-form form .form-group .media a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #ffffff;
  line-height: 26px;
  color: #939393;
  display: inline-block;
  margin-bottom: 7px;
}
.contact-form form .form-group label.label-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  display: block;
  margin: 0 0 7px 18px;
}
.contact-form form .form-group .form-control {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #808080;
  background-color: #D8D8D8;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  padding-left: 16px;
  box-shadow: none;
  height: 38px;
  padding-bottom: 6px;
}
.contact-form form .form-group .form-control::placeholder {
  color: #808080;
}
.contact-form form .form-group textarea.form-control {
  height: 121px;
}
.contact-form form .form-group .primary-btn {
  width: 100%;
}
.contact-form form .form-group p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #808080;
  margin-bottom: 15px;
}
.contact-form form .form-group p:last-child {
  margin: 0;
}
.contact-form form .form-group p a {
  display: block;
  text-decoration: underline;
  color: #E85233;
}

.fui-form-container .fui-label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  display: block;
  margin: 0 0 7px 18px;
}
.fui-form-container input.fui-input {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #808080;
  background-color: #D8D8D8;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  padding-left: 16px;
  box-shadow: none;
  height: 38px;
}
.fui-form-container .fui-select {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #808080;
  background-color: #D8D8D8;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  padding-left: 16px;
  box-shadow: none;
  height: 38px;
}
.fui-form-container textarea.fui-input {
  height: 120px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.fui-form-container .fui-btn.fui-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  background-color: #37A548;
  width: 100%;
  gap: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: none;
  margin-top: 30px;
}
.fui-form-container .fui-btn.fui-submit:hover {
  background-color: #E85233;
}

.contact-info {
  margin-top: 43px;
}
.contact-info h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
}
.contact-info p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}

.contact-box {
  background-color: #2C2C2C;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 44px 37px 32px;
  margin-top: 48px;
}
.contact-box h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
}
.contact-box p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 30px;
}

.donate-sec .donate-inner {
  padding: 60px 0;
}
.donate-sec .donate-inner .donate-header {
  text-align: center;
  margin-bottom: 50px;
}
.donate-sec .donate-inner .donate-header h1 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.donate-sec .donate-inner .donate-header p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}
.donate-sec .donate-inner .donate-content .donate-form {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 40px;
  backdrop-filter: blur(10px);
}
.donate-sec .donate-inner .donate-content .donate-form h3 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector {
  margin-bottom: 40px;
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector .amount-option {
  margin-bottom: 20px;
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector .amount-option input[type=radio] {
  display: none;
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector .amount-option .amount-label {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector .amount-option .amount-label:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #E85233;
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector .amount-option input[type=radio]:checked + .amount-label {
  background: #E85233;
  border-color: #E85233;
  color: #ffffff;
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector .amount-option .amount-value {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector .amount-option .amount-popular {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #E85233;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 15px;
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector .custom-amount {
  margin-top: 30px;
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector .custom-amount label {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector .custom-amount .input-group .input-group-text {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector .custom-amount .input-group .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector .custom-amount .input-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.donate-sec .donate-inner .donate-content .donate-form .amount-selector .custom-amount .input-group .form-control:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: #E85233;
  box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.25);
  color: #ffffff;
}
.donate-sec .donate-inner .donate-content .donate-form .donation-benefits {
  margin-bottom: 40px;
}
.donate-sec .donate-inner .donate-content .donate-form .donation-benefits h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.donate-sec .donate-inner .donate-content .donate-form .donation-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.donate-sec .donate-inner .donate-content .donate-form .donation-benefits ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.donate-sec .donate-inner .donate-content .donate-form .donation-benefits ul li span {
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}
.donate-sec .donate-inner .donate-content .donate-form .donation-benefits ul li p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.donate-sec .donate-inner .donate-content .donate-form .donate-actions {
  text-align: center;
}
.donate-sec .donate-inner .donate-content .donate-form .donate-actions .primary-btn {
  font-size: 18px;
  padding: 15px 40px;
  margin-bottom: 15px;
  white-space: nowrap;
  min-width: 200px;
}
.donate-sec .donate-inner .donate-content .donate-form .donate-actions .donation-note {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}
.donate-sec .donate-inner .donate-sidebar .donation-stats {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  backdrop-filter: blur(10px);
}
.donate-sec .donate-inner .donate-sidebar .donation-stats h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}
.donate-sec .donate-inner .donate-sidebar .donation-stats .stat-item {
  text-align: center;
  margin-bottom: 25px;
}
.donate-sec .donate-inner .donate-sidebar .donation-stats .stat-item:last-child {
  margin-bottom: 0;
}
.donate-sec .donate-inner .donate-sidebar .donation-stats .stat-item .stat-number {
  color: #E85233;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 5px;
}
.donate-sec .donate-inner .donate-sidebar .donation-stats .stat-item .stat-label {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
.donate-sec .donate-inner .donate-sidebar .donation-testimonial {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  backdrop-filter: blur(10px);
}
.donate-sec .donate-inner .donate-sidebar .donation-testimonial h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.donate-sec .donate-inner .donate-sidebar .donation-testimonial blockquote {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
}
.donate-sec .donate-inner .donate-sidebar .donation-testimonial blockquote::before {
  content: '"';
  color: #E85233;
  font-size: 24px;
  margin-right: 0;
}
.donate-sec .donate-inner .donate-sidebar .donation-testimonial blockquote::after {
  content: '"';
  color: #E85233;
  font-size: 24px;
  margin-left: 0;
}
.donate-sec .donate-inner .donate-sidebar .donation-testimonial cite {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 30px;
  display: block;
}

@media (max-width: 767px) {
  .donate-sec .donate-inner {
    padding: 40px 0;
  }
  .donate-sec .donate-inner .donate-header {
    margin-bottom: 30px;
  }
  .donate-sec .donate-inner .donate-header h1 {
    font-size: 32px;
  }
  .donate-sec .donate-inner .donate-header p {
    font-size: 16px;
  }
  .donate-sec .donate-inner .donate-content .donate-form {
    padding: 25px;
  }
  .donate-sec .donate-inner .donate-content .donate-form h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .donate-sec .donate-inner .donate-content .donate-form .amount-selector {
    margin-bottom: 30px;
  }
  .donate-sec .donate-inner .donate-content .donate-form .amount-selector .amount-option {
    margin-bottom: 15px;
  }
  .donate-sec .donate-inner .donate-content .donate-form .amount-selector .amount-option .amount-label {
    padding: 15px;
  }
  .donate-sec .donate-inner .donate-content .donate-form .amount-selector .amount-option .amount-value {
    font-size: 20px;
  }
  .donate-sec .donate-inner .donate-content .donate-form .amount-selector .custom-amount {
    margin-top: 20px;
  }
  .donate-sec .donate-inner .donate-content .donate-form .amount-selector .donor-email {
    margin-top: 20px;
  }
  .donate-sec .donate-inner .donate-content .donate-form .amount-selector .donor-email label {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
  }
  .donate-sec .donate-inner .donate-content .donate-form .amount-selector .donor-email .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
  }
  .donate-sec .donate-inner .donate-content .donate-form .amount-selector .donor-email .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .donate-sec .donate-inner .donate-content .donate-form .amount-selector .donor-email .form-control:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: #E85233;
    box-shadow: 0 0 0 0.2rem rgba(255, 165, 0, 0.25);
    color: #ffffff;
  }
  .donate-sec .donate-inner .donate-content .donate-form .amount-selector .donor-email .form-text {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
  }
  .donate-sec .donate-inner .donate-content .donate-form .donation-benefits {
    margin-bottom: 30px;
  }
  .donate-sec .donate-inner .donate-content .donate-form .donation-benefits h4 {
    font-size: 18px;
  }
  .donate-sec .donate-inner .donate-content .donate-form .donation-benefits ul li p {
    font-size: 14px;
  }
  .donate-sec .donate-inner .donate-content .donate-form .donate-actions .primary-btn {
    font-size: 16px;
    padding: 12px 30px;
  }
  .donate-sec .donate-inner .donate-sidebar {
    margin-top: 30px;
  }
  .donate-sec .donate-inner .donate-sidebar .donation-stats {
    padding: 20px;
  }
  .donate-sec .donate-inner .donate-sidebar .donation-stats h4 {
    font-size: 18px;
  }
  .donate-sec .donate-inner .donate-sidebar .donation-stats .stat-item {
    margin-bottom: 20px;
  }
  .donate-sec .donate-inner .donate-sidebar .donation-stats .stat-item .stat-number {
    font-size: 28px;
  }
  .donate-sec .donate-inner .donate-sidebar .donation-testimonial {
    padding: 20px;
  }
  .donate-sec .donate-inner .donate-sidebar .donation-testimonial h4 {
    font-size: 16px;
  }
  .donate-sec .donate-inner .donate-sidebar .donation-testimonial blockquote {
    font-size: 14px;
  }
}
.cvdm-sec {
  padding: 60px 0;
}

.cvdm-inner {
  position: relative;
  z-index: 2;
}

.cvdm-hero {
  text-align: center;
  padding: 40px 0;
}
.cvdm-hero .hero-image {
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.cvdm-hero .hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.cvdm-hero .hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.cvdm-hero .hero-content .hero-subtitle {
  font-size: 20px;
  color: #cccccc;
  margin-bottom: 40px;
  line-height: 1.5;
}

.cvdm-content {
  padding-right: 30px;
}

.content-section {
  margin-bottom: 50px;
}
.content-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.content-section p {
  font-size: 16px;
  color: #cccccc;
  line-height: 1.6;
  margin-bottom: 20px;
}

.alert {
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}
.alert.alert-warning {
  background-color: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.3);
  color: #ffc107;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.article-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.article-card a {
  display: block;
  text-decoration: none;
}
.article-card .image-holder {
  height: 200px;
  overflow: hidden;
}
.article-card .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-card .text-box {
  padding: 20px;
}
.article-card .text-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.3;
}
.article-card .text-box p {
  font-size: 14px;
  color: #999999;
  margin: 0;
}

.no-articles {
  text-align: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.no-articles p {
  color: #cccccc;
  font-size: 16px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.cta-buttons .primary-btn,
.cta-buttons .outline-btn {
  white-space: nowrap;
  min-width: fit-content;
  text-align: center;
}
.cta-buttons .cta-poll-btn {
  white-space: normal;
  min-width: auto;
  flex: 1;
  max-width: 300px;
}

.cvdm-sidebar {
  position: sticky;
  top: 20px;
}

.poll-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.poll-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}
.poll-section p {
  color: #cccccc;
  margin-bottom: 25px;
}
.poll-section .poll-question h4 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.poll-section .poll-options {
  margin-bottom: 20px;
}
.poll-section .poll-options .form-check {
  margin-bottom: 15px;
}
.poll-section .poll-options .form-check .form-check-label {
  color: #ffffff;
  font-size: 16px;
  padding-left: 10px;
}
.poll-section .poll-placeholder {
  text-align: center;
  padding: 20px;
}
.poll-section .poll-placeholder p {
  color: #cccccc;
  font-size: 14px;
}
.poll-section .column-preview {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.poll-section .column-preview:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.poll-section .column-preview a {
  display: block;
  text-decoration: none;
}
.poll-section .column-preview .image-holder {
  height: 150px;
  overflow: hidden;
}
.poll-section .column-preview .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.poll-section .column-preview .text-box {
  padding: 20px;
}
.poll-section .column-preview .text-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.3;
}
.poll-section .column-preview .text-box p {
  font-size: 12px;
  color: #999999;
  margin: 0 0 10px 0;
}
.poll-section .column-preview .text-box .preview-text {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.4;
  margin-top: 10px;
}
.poll-section .column-preview .primary-btn {
  display: block;
  margin: 0 20px 20px 20px;
  text-align: center;
  width: calc(100% - 40px);
  white-space: normal;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facts-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.facts-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.facts-section .facts-list {
  list-style: none;
  padding: 0;
}
.facts-section .facts-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 15px;
}
.facts-section .facts-list li span {
  flex-shrink: 0;
  margin-top: 2px;
}
.facts-section .facts-list li p {
  color: #cccccc;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.share-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 30px;
}
.share-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.share-section .social-media ul {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.share-section .social-media ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.share-section .social-media ul li a:hover {
  background: #37A548;
  transform: scale(1.1);
}

.cta-banner {
  background: linear-gradient(135deg, rgba(55, 165, 72, 0.15) 0%, rgba(55, 165, 72, 0.08) 100%);
  border-radius: 15px;
  padding: 50px;
  margin-top: 60px;
  border: 1px solid rgba(55, 165, 72, 0.2);
}

.cta-content .cta-text h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.cta-content .cta-text p {
  font-size: 18px;
  color: #cccccc;
  margin-bottom: 30px;
  line-height: 1.6;
}
.cta-content .cta-stats {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.cta-content .cta-stats .stat-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  border-radius: 8px;
  min-width: 120px;
}
.cta-content .cta-stats .stat-item .stat-number {
  font-size: 24px;
  font-weight: 700;
  color: #37A548;
  margin-bottom: 5px;
}
.cta-content .cta-stats .stat-item .stat-label {
  font-size: 12px;
  color: #cccccc;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cta-content .cta-actions {
  text-align: center;
}
.cta-content .cta-actions .large-btn {
  font-size: 20px;
  padding: 18px 40px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  min-height: auto;
  height: auto;
  white-space: normal;
  line-height: 1.3;
}
.cta-content .cta-actions .cta-note {
  color: #999999;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 991px) {
  .cvdm-hero .hero-image {
    margin-bottom: 30px;
  }
  .cvdm-hero .hero-content h1 {
    font-size: 36px;
  }
  .cvdm-hero .hero-content .hero-subtitle {
    font-size: 18px;
  }
  .cvdm-content {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .content-section h2 {
    font-size: 28px;
  }
  .articles-grid {
    grid-template-columns: 1fr;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .cta-banner {
    padding: 30px 20px;
  }
  .cta-content .cta-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .cvdm-sec {
    padding: 40px 0;
  }
  .cvdm-hero {
    margin-bottom: 40px;
    padding: 20px 0;
  }
  .cvdm-hero .hero-image {
    margin-bottom: 20px;
  }
  .cvdm-hero .hero-content h1 {
    font-size: 28px;
  }
  .cvdm-hero .hero-content .hero-subtitle {
    font-size: 16px;
  }
  .content-section h2 {
    font-size: 24px;
  }
  .poll-section,
  .facts-section,
  .share-section {
    padding: 20px;
  }
  .cta-banner {
    padding: 20px;
  }
  .cta-content .cta-text h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1366px) {
  .container {
    max-width: 1148px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .media {
    gap: 16px;
  }
  .navbar-nav {
    gap: 20px;
  }
  .navigation {
    gap: 30px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .header-right {
    gap: 16px;
  }
  .header-right ul {
    gap: 8px;
  }
  .primary-btn {
    width: 150px;
  }
  .latest-news-box .text-box {
    padding: 20px;
  }
  .latest-news-box .text-box h4 {
    font-size: 18px;
  }
  .news-box .text-box h4 {
    font-size: 14px;
  }
  .featured-list .text-box h4 {
    font-size: 14px;
  }
  .bearing-left {
    padding: 24px 36px;
  }
  .form-check.news-check {
    margin: 14px 0;
  }
  .cta-sec .text-box {
    padding-left: 50px;
  }
  .events-box .text-box {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-brand img {
    height: 26px;
  }
  .menu-btn img {
    height: 18px;
  }
  .navigation {
    gap: 10px;
  }
  .navbar-nav {
    gap: 14px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
  .header-right {
    gap: 10px;
  }
  .header-right ul {
    gap: 10px;
  }
  .primary-btn {
    height: 38px;
    font-size: 12px;
    width: 100px;
    gap: 6px;
  }
  .latest-news-box .text-box {
    padding: 12px;
  }
  .latest-news-box .text-box h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .latest-news-box {
    margin: 12px 0;
  }
  .news-box {
    margin: 12px 0;
  }
  .newsletter {
    max-width: 520px;
  }
  .featured-right {
    margin-top: 45px;
  }
  .featured-list .text-box h4 {
    max-width: 100%;
    width: 100%;
  }
  .bearing-left {
    padding: 16px 16px;
  }
  .bearing-left .text-box {
    margin-bottom: 10px;
  }
  .bearing-left .bearing-check li {
    margin-bottom: 6px;
  }
  .bearing-left .bearing-check .form-check .form-check-label {
    padding: 7px 10px;
  }
  .bearing-left .bearing-check {
    margin-bottom: 5px;
  }
  .events-box .text-box {
    padding: 15px 14px;
  }
  .events-box .text-box h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .book-btn {
    font-size: 12px;
    padding: 0 20px;
  }
  .events-box .text-box h4 {
    font-size: 14px;
    line-height: 18px;
    min-height: 54px;
  }
  .cta-sec .text-box {
    padding-left: 0;
    margin: 16px 0 0 0;
  }
  .cta-sec .text-box h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .cta-sec .text-box ul li p {
    font-size: 13px;
  }
  .footer-left {
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
  }
  .offcanvas-header {
    gap: 20px;
    padding: 29px 0;
  }
  .close-btn img {
    height: 15px;
  }
  .offcanvas-body {
    padding: 10px 0 0 0;
  }
  .offcanvas-body .primary-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 36px;
  }
  .primary-btn {
    font-size: 16px;
    width: 150px;
  }
  .menu-btn img {
    height: auto;
  }
  .navbar-brand img {
    height: 36px;
  }
  .navigation {
    gap: 0;
    justify-content: end;
  }
  .latest-news-sec {
    padding: 20px 0 96px;
  }
  .latest-news-sec .latest-news-inner h3 {
    font-size: 20px;
    margin-bottom: 28px;
  }
  .latest-news-sec .dots-img {
    top: -32px;
    left: -37px;
    max-width: 515px;
    width: 100%;
  }
  .m-0 {
    margin: 12px 0 !important;
  }
  .articles-inner {
    margin: 0;
  }
  .bearing-holder img {
    border-radius: 10px 10px 0 0;
  }
  .bearing-box {
    margin: 40px 0 50px;
  }
  .bearing-left {
    padding: 25px;
  }
  .events-box {
    margin: 12px 0;
  }
  .footer-left {
    margin-bottom: 12px;
  }
  .footer-links {
    margin: 12px 0;
  }
  .copyright-inner {
    flex-direction: column;
  }
  .container {
    max-width: 100%;
    padding: 0 36px;
  }
  /***** NAVIGATION ******/
  .offcanvas .container {
    padding: 0;
  }
  .offcanvas.offcanvas-top {
    height: 100%;
    max-width: 307px;
    width: 100%;
    transform: translateY(0);
    transform: translateX(-100%);
  }
  .offcanvas-header {
    gap: 20px;
    padding: 61px 37px 37px;
    margin: 0;
    justify-content: space-between;
  }
  .offcanvas-header .close-btn {
    margin: 0;
  }
  .offcanvas-header .close-btn img {
    height: 28px;
  }
  .offcanvas-header .navbar-brand img {
    height: 35.7px;
  }
  .offcanvas-body {
    padding: 10px 37px 30px 37px;
    height: calc(100vh - 140px);
    overflow-y: scroll;
  }
  .navigation-link {
    margin-bottom: 28px;
    padding-left: 29px;
  }
  .offcanvas-body .navigation-link h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .offcanvas-body .navigation-link ul li a {
    font-size: 16px;
  }
  .offcanvas-body .navigation-bottom ul {
    justify-content: center;
  }
  .navigation-bottom {
    margin-bottom: 22px;
    margin-top: 12px;
  }
  .npo-logo {
    height: 33px;
  }
  .offcanvas-body .navigation-link ol li {
    margin-bottom: 14px;
  }
  .offcanvas-body .social-media ul {
    justify-content: center;
  }
  .news-overview {
    padding-bottom: 36px;
  }
  .filter-news .form-control {
    width: 100%;
  }
  .news-detail-sec .news-detail-inner .text-box ul {
    gap: 11px;
  }
  .unheard-news {
    margin-top: 40px;
    gap: 24px;
    padding: 30px 25px;
  }
  .unheard-news .newsletter h4 {
    margin: 0;
  }
  .unheard-news .newsletter p {
    max-width: 100%;
  }
  .ticket-order {
    margin-top: 30px;
  }
  .event-info {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
  iframe {
    height: 285px;
  }
}
@media screen and (max-width: 575px) {
  .latest-news-box {
    margin: 15px 0;
  }
  .latest-news-sec .latest-news-inner h3 {
    margin-bottom: 15px;
  }
  .latest-news-box .text-box {
    padding: 14px 0 0;
    position: static;
  }
  .latest-news-box .text-box h4 {
    font-size: 15px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
  }
  .news-box {
    margin: 0;
  }
  .news-box a {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px solid #939393;
  }
  .news-box.last-box a {
    border: none;
    padding-bottom: 0;
  }
  .news-box .image-holder {
    max-width: 83px;
    width: 100%;
    height: 73px;
  }
  .news-box .image-holder img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .news-box .text-box {
    padding: 0;
  }
  .news-box .text-box h4 {
    margin-bottom: 7px;
  }
  .news-box .text-box h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .newsletter h4 {
    font-size: 20px;
    line-height: 26px;
    max-width: 240px;
    margin: 0 auto;
  }
  .newsletter p {
    font-size: 13px;
    line-height: 18px;
    margin: 8px auto 19px;
    max-width: 240px;
  }
  .newsletter {
    margin: 54px auto 54px;
    max-width: 316px;
  }
  .newsletter form a {
    position: static;
    width: 100%;
    border-radius: 60px;
    margin-top: 12px;
  }
  .featured-box .image-holder img {
    border-radius: 10px;
  }
  .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .more-news {
    margin: 0;
  }
  .more-news a {
    font-weight: 500;
    gap: 10px;
  }
  .more-news a span {
    width: 27px;
    height: 27px;
  }
  .more-news a span img {
    height: 10px;
  }
  .title h3 {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
  }
  .featured-sec {
    padding: 40px 0 68px;
  }
  .featured-box .text-box h4 {
    line-height: 18px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .featured-box .text-box {
    padding: 14px 0 0 0;
  }
  .featured-box .text-box h4 {
    margin-bottom: 10px;
  }
  .featured-right {
    margin-top: 20px;
  }
  .featured-list {
    margin: 0;
  }
  .featured-list a {
    border-bottom: 1px solid #F77054;
    padding: 25px 0;
  }
  .featured-list:last-child a {
    margin: 0;
    border: none;
    padding-bottom: 0;
  }
  .featured-list .text-box h4 {
    margin-bottom: 6px;
  }
  .featured-list .image-holder {
    max-width: 83px;
    height: 73px;
  }
  .featured-list .image-holder img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .m-0 {
    margin: 15px 0 !important;
  }
  .articles-sec {
    padding: 30px 0 50px;
  }
  .bearing-left {
    padding: 20px 15px 35px;
  }
  .bearing-left .text-box {
    text-align: center;
    max-width: 230px;
    margin: 0 auto 20px;
  }
  .bearing-left .bearing-check .form-check .form-check-label {
    padding: 11px 13px;
  }
  .bearing-left .bearing-check li {
    margin-bottom: 12px;
  }
  .bearing-left .bearing-check {
    margin-bottom: 15px;
  }
  .form-check.news-check {
    margin: 20px 0;
  }
  .events-sec .more-news a {
    color: #242424;
  }
  .events-box .text-box h4 {
    font-size: 16px;
    line-height: 18px;
    min-height: auto;
  }
  .book-btn {
    font-size: 16px;
    padding: 0 19px;
  }
  .events-sec {
    padding: 40px 0 71px;
  }
  .events-sec .container {
    padding: 0;
  }
  .events-sec .title {
    padding: 0 36px;
    margin-bottom: 30px;
  }
  .events-box {
    margin: 0;
  }
  .events-box .text-box {
    padding: 20px 28px 28px;
  }
  .mySwiper {
    padding-left: 37px;
  }
  .discount-tag h4 {
    font-size: 28px;
  }
  .discount-tag p {
    font-size: 13px;
  }
  .discount-tag {
    padding: 7px 12px 10px;
    right: auto;
    left: 30px;
    top: 0;
  }
  .cta-sec {
    padding: 60px 0 0 0;
  }
  .cta-sec .text-box h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .cta-sec .text-box ul li {
    margin-bottom: 25px;
  }
  .cta-sec .text-box ul li p {
    font-size: 16px;
    line-height: 20px;
    flex: 1;
  }
  .cta-sec .text-box {
    padding-left: 0;
    margin: 0;
  }
  .cta-sec .image-holder {
    margin: 32px 0 0 0;
  }
  .cta-tag {
    width: 106px;
    height: 106px;
    top: 62px;
    right: auto;
    z-index: 100;
    left: -20px;
  }
  .cta-tag h4 {
    font-size: 41px;
  }
  .cta-tag p {
    font-size: 13px;
  }
  .cta-sec .cta-dots {
    top: auto;
    right: 0;
    bottom: 0;
  }
  .footer-left .image-holder {
    max-width: 100px;
    margin-bottom: 25px;
  }
  .footer-left .image-holder a {
    display: flex;
    align-items: center;
  }
  .spotify-logo img {
    height: 57px;
  }
  .footer-left .spotify-logo {
    margin-top: 0;
  }
  .social-media {
    margin: 14px 0 0 0;
  }
  .social-media ul li img {
    height: 25px;
  }
  .footer-links ul li a {
    font-size: 11px;
  }
  .copyright-inner ul {
    margin: 4px 0;
  }
  .footer-links ul {
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
  }
  .footer-left {
    margin-bottom: 30px;
  }
  .footer-right {
    padding-top: 38px;
  }
  .footer-right .image-holder {
    margin-bottom: 0;
  }
  .copyrigth {
    margin: 22px 0 42px;
  }
  .news-media {
    align-items: flex-start;
    flex-direction: column;
  }
  .filter-news {
    gap: 16px;
    display: grid;
    grid-template-columns: 6fr 6fr;
    margin-top: 15px;
    width: 100%;
  }
  .filter-btn {
    width: 100%;
  }
  .overview-latest-mid {
    margin: 56px 0 20px 0;
  }
  .pagination {
    margin: 56px 0 0 0;
  }
  .news-overview {
    padding-bottom: 0;
  }
  .cta-media {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .offcanvas.offcanvas-end {
    width: 100%;
  }
  .filter-header .btn-close {
    display: none;
  }
  .filter-footer .reset-btn {
    position: absolute;
    top: 20px;
    right: 37px;
    text-decoration: none;
    margin: 0;
    color: #939393;
  }
  .filter-body {
    padding: 25px 32px;
    height: calc(100% - 153px);
    overflow-y: auto;
  }
  .filter-body-scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .offcanvas.offcanvas-end {
    display: flex;
    flex-direction: column;
  }
  .filter-header,
  .filter-footer {
    flex-shrink: 0;
  }
  .filter-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .news-detail-sec .news-detail-inner .text-box h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .news-detail-sec .news-detail-inner .text-box ul li span {
    font-size: 12px;
  }
  .news-image-holder {
    margin-bottom: 30px;
  }
  .news-detail-sec .news-detail-inner .text-box ol {
    justify-content: flex-start;
  }
  .news-detail-sec .news-detail-inner .text-box ol li a {
    width: 28px;
    height: 28px;
  }
  .news-detail-sec .news-detail-inner .text-box ol li a img {
    height: 17px;
  }
  .news-detail-sec .news-detail-inner .text-inner {
    margin-top: 30px;
  }
  .unheard-news {
    margin-top: 50px;
    gap: 18px;
    padding: 38px 33px 49px;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .unheard-news .newsletter {
    text-align: center;
  }
  .unheard-news .newsletter h4 {
    margin: 0;
    text-align: center;
  }
  .unheard-news .newsletter p {
    text-align: center;
    margin: 8px 0 16px;
  }
  .share-article {
    margin-top: 50px;
  }
  .share-article h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .social-media.share-article ul li a img.link-icon,
  .social-media.share-article ul li a img.printer-icon {
    height: 17px;
  }
  .relative-product {
    margin: 50px 0 0 0;
  }
  .comment-user {
    margin: 62px 0 0 0;
  }
  .comment-user .media {
    gap: 10px;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .comment-box {
    padding: 25px 0;
  }
  .comment-reply .comment-box-inner {
    border: none;
    padding: 10px 0px 10px 24px;
  }
  .comment-box.comment-box-inner .comment-text .media2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .comment-box.comment-box-inner .comment-text .media2 span {
    margin-left: 12px;
  }
  .latest-news-sec.event-detail-sec {
    padding: 48px 0 25px;
  }
  .event-detail-banner .discount-tag {
    padding: 7px 15px 10px;
    right: 25px;
    left: auto;
  }
  .event-cruise h4 {
    font-size: 20px;
  }
  .event-cruise {
    margin: 30px 0 0 0;
  }
  .event-cruise p {
    margin: 20px 0;
  }
  .ticket-order .primary-btn {
    width: 251px;
  }
  .event-info {
    margin-top: 34px;
  }
  .event-info .event-info-inner ol li {
    margin-bottom: 34px;
  }
  .event-info .event-mage-holder {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
  }
  .about-event {
    margin: 45px 0 0 0;
  }
  .about-event .primary-btn {
    max-width: 100%;
    width: 100%;
  }
  .event-detail-inner .relative-product {
    margin: 50px 0 0 0;
  }
  .event-detail-inner .relative {
    margin: 0 -36px;
  }
  .event-detail-inner .productSwiper {
    padding-left: 37px;
  }
  .event-detail-inner .swiper-button-next,
  .event-detail-inner .swiper-button-prev {
    display: none;
  }
  .poll-box .text-box h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .poll-detail-sec .bearing-box {
    margin: 45px 0;
    padding: 35px 16px;
  }
  .status.status-big {
    height: 25px;
    width: 121px;
    font-size: 12px;
  }
  .news-detail-sec.petition-detail-sec .news-detail-inner .text-box h3 {
    font-size: 20px;
    margin: 10px 0 40px;
  }
  .signatures-body {
    padding: 26px 30px 32px;
  }
  .signatures-body form .form-group .form-control {
    padding-left: 15px;
  }
  .petition-detail-inner {
    padding: 50px 0 0 0;
  }
  .petition-detail-sec .news-detail-inner .text-inner {
    margin: 0;
  }
  .share-article {
    margin-top: 30px;
  }
  .contact-form .text-box p {
    font-size: 13px;
    line-height: 18px;
  }
  .contact-form {
    margin: 20px 0 0 0;
  }
  .contact-info p,
  .contact-box p {
    font-size: 13px;
    line-height: 18px;
  }
  .contact-box {
    padding: 33px 30px 50px;
    margin-top: 40px;
  }
  .news-detail-sec.contact-sec {
    padding: 43px 0 20px;
  }
  .modal-dialog {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }
  .modal-dialog .modal-content .modal-body {
    padding: 40px 30px 60px;
  }
  .modal-dialog .modal-content .modal-body {
    position: relative;
  }
  .modal-dialog .modal-content .modal-body .contact-form .text-box {
    margin: 0 0 20px 0;
    position: static;
  }
  .close-nodal {
    position: absolute;
    right: 38px;
    top: 25px;
  }
  .poll-thanks-modal .close-nodal {
    top: 25px;
    right: 25px;
  }
  iframe {
    width: 100%;
    height: 210px;
  }
}
.newsletter-flex-form {
  width: 100%;
  margin: 0 auto;
}

.newsletter-flex-row {
  display: flex;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  background: none;
}

.newsletter-input {
  flex: 1 1 auto;
  border: none;
  background: #d8d8d8;
  color: #444;
  font-size: 2rem;
  padding: 0 0 0 32px;
  height: 70px;
  outline: none;
  border-radius: 0 !important;
}

.newsletter-btn {
  border: none;
  border-radius: 0 40px 40px 0;
  background: #37A548;
  color: #fff;
  font-weight: 700;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.newsletter-btn:hover {
  background: #2e8c3a;
}

.newsletter-flex-form .form-control {
  border-radius: 0 !important;
}

.newsletter-message {
  margin-top: 10px;
  font-size: 0.8rem;
  padding: 10px 30px 10px 50px;
  border-radius: 24px;
  display: inline-block;
  min-width: 180px;
  position: relative;
  background: #f6fef8;
  color: #212121;
  box-shadow: 0 2px 8px rgba(55, 165, 72, 0.08);
  border: 1px solid #e0f3e6;
  font-weight: 500;
  line-height: 1.4;
}
.newsletter-message.success {
  color: #37A548;
  background: #f6fef8;
  border: 1px solid #b6e2c6;
}
.newsletter-message.error {
  color: #d00410;
  background: #fff6f6;
  border: 1px solid #f5cccc;
}
.newsletter-message.success:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg fill="%2337A548" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M7.629 15.314a1.25 1.25 0 0 1-1.768 0l-3.175-3.175a1.25 1.25 0 1 1 1.768-1.768l2.291 2.291 6.291-6.291a1.25 1.25 0 1 1 1.768 1.768l-7.175 7.175z"/></svg>') no-repeat center center;
  background-size: 18px 18px;
}
.newsletter-message.error:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg fill="%23d00410" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><circle cx="10" cy="10" r="10" fill="%23fff6f6"/><path d="M10 3a7 7 0 1 1 0 14A7 7 0 0 1 10 3zm0 2a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V6a1 1 0 0 0-1-1zm0 8a1.25 1.25 0 1 0 0 2.5A1.25 1.25 0 0 0 10 13z" fill="%23d00410"/></svg>') no-repeat center center;
  background-size: 18px 18px;
}

@media (max-width: 600px) {
  .newsletter-input, .newsletter-btn {
    font-size: 1.1rem;
    height: 38px;
    padding: 0 16px;
  }
  .newsletter-btn {
    padding: 0 20px;
  }
}
.primary-btn {
  border: none;
}

.signatures-body {
  padding: 24px 39px 32px;
}
.signatures-body .fui-form-container .fui-label {
  color: #262626;
}
.signatures-body .fui-form-container .fui-btn.fui-submit {
  margin-top: 0;
}
.signatures-body form .form-group {
  margin-bottom: 14px;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.event-info .social-media {
  margin-top: 30px;
}
.event-info .social-media ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.event-info .social-media ul.social-icons-grid {
  flex-direction: column;
  gap: 15px;
}
.event-info .social-media ul.social-icons-grid .social-icons-row {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.event-info .social-media ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.event-info .social-media ul li a:hover {
  background: #212121;
}
.event-info .social-media ul li a:hover svg path {
  fill: #fff;
}
.event-info .social-media ul li.x-btn a:hover {
  background: #000;
}
.event-info .social-media ul li.linkedin-btn a:hover {
  background: #0077b5;
}
.event-info .social-media ul li.youtube-btn a:hover {
  background: #ff0000;
}
.event-info .social-media ul li.tiktok-btn a:hover {
  background: #000000;
}

.about-event ul {
  list-style: none;
  padding-left: 20px;
}
.about-event ul li {
  position: relative;
}
.about-event ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
