@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Outfit:wght@100..900&display=swap");
:root{
  --font-family-goldman: "Goldman", sans-serif;
  --font-family-Outfit: "Outfit", sans-serif;
}
.outfit {
  font-family: "Outfit", sans-serif !important;
}
.goldman {
  font-family: "Goldman", sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {font-family: "Goldman", sans-serif !important;}
body {
  font-family: "Outfit", sans-serif !important;
  font-size: 16px;
  color: #ffffff;
}

.bgline {
  background: url('images/heading-bg.svg') no-repeat center;
}
.bg-size {
  background-size: 62%;
}
.bg-size1 {
  background-size: 36%;
}
.bg-size2 {
  background-size: 70%;
}
.bg-size3 {
  background-size: 36%;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select {
  background-image: url("images/arrowdown.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
/* Common CSS */

.animationButton-outer {
  position: relative;
  width: 250px;
  height: 70px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

/* Animated Border Layer */
.animationButton-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 35px;
  padding: 2px; /* border thickness */

  background: linear-gradient(
    5deg,
    transparent,
    #B30014,
    #E20505,
    #B30014,
    transparent
  );

  background-size: 300% 100%;
  animation: borderMove 8s linear infinite;

  /* Mask to create border effect */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

@keyframes borderMove {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 300% 0%;
  }
}

.animationButton {
  width: 100%;
  height: 100%;
  font-family: var(--font-family-goldman) !important;
  position: relative;
  z-index: 1;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Belanosima', sans-serif;
}

/* Hover Effect */
.animationButton-outer:hover::before {
  background: linear-gradient(
    90deg,
    #E20505,
    #ff3c3c,
    #E20505
  );
  background-size: 200% 100%;
}

/* Header */
.header-menu li a:hover,
.footer-menu li a:hover {
  color: #E20505;
}
.header-menu li a{
  padding: 10px 16px;
  font-size: 18px;
}
.header-menu li a.active{
  padding: 26px 16px;
  border-bottom: 2px solid #E20505;
  color: #E20505;
  /* border-radius: 30px; */
  background-color: #0F0F0F;
  font-weight: 500;
}
.header-menu li a.active:hover{
  /* background-color: #0F0F0F; */
  color: #E20505;
  /* border-bottom: 2px solid red; */
} 
.footer-menu .active a{
  color: #E20505;
  font-weight: 500;
}
.gradienline {
  background: #b30014;
  background: radial-gradient(
    circle,
    rgba(179, 0, 20, 1) 0%,
    rgba(15, 15, 15, 1) 100%
  );
  height: 4px;
}

.container {
  padding: 0 20px;
  margin: 0 auto;
}

.mobile .select2-selection.select2-selection--single{
  border-right: none !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.select2-container--default .select2-selection--single {
  background-color: #0F0F0F;
  border: 1px solid #636363;
  height: 54px;
  color: #fff;
  padding: 12px 8px;
}

.select2-dropdown {
  background: #0F0F0F;
  color: #fff;
}

.select2-search__field {
  background: #0F0F0F;
  color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 12px;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 3640px) {
  .container {
    max-width: 1440px !important;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 1024px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}
@media only screen and (min-width: 1025px) and (max-width: 1265px) {
}

/* WYSIWYG/editor content (blog body) */
.editor-content {
  color: inherit;
  font-family: var(--font-family-Outfit) !important;
  line-height: 1.75;
  font-size: 1rem;
  overflow-wrap: anywhere;
}
.editor-content > *:first-child { margin-top: 0; }
.editor-content > *:last-child { margin-bottom: 0; }

.editor-content p { margin: 0 0 1rem; }
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  margin: 1.5rem 0 0.75rem;
  color: #ffffff;
}
.editor-content h1 { font-size: 2rem; }
.editor-content h2 { font-size: 1.75rem; }
.editor-content h3 { font-size: 1.5rem; }
.editor-content h4 { font-size: 1.25rem; }
.editor-content h5 { font-size: 1.125rem; }
.editor-content h6 { font-size: 1rem; }

.editor-content a {
  color: #E20505;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.editor-content a:hover { color: #ff3c3c; }

.editor-content ul,
.editor-content ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.editor-content ul { list-style: disc; }
.editor-content ol { list-style: decimal; }
.editor-content li { margin: 0.25rem 0; }

.editor-content blockquote {
  margin: 1.25rem 0;
  padding: 0.75rem 1rem;
  border-left: 4px solid #E20505;
  background: rgba(226, 5, 5, 0.08);
}

.editor-content img,
.editor-content video {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.editor-content figure { margin: 1.25rem 0; }
.editor-content figcaption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.editor-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  display: block;
  overflow-x: auto;
}
.editor-content th,
.editor-content td {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.65rem 0.75rem;
  text-align: left;
  vertical-align: top;
}
.editor-content th { background: rgba(255, 255, 255, 0.06); }

.editor-content pre {
  margin: 1.25rem 0;
  padding: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  overflow: auto;
}
.editor-content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.95em;
}

.editor-content iframe {
  max-width: 100%;
}
