/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

@charset "UTF-8";
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@font-face {
  font-family: "Izvod";
  src: url("Izvod.ttf");
}
body {
  color: light-dark(#000000, #ffffff);
  background-color: light-dark(#ffffff, #000000);
  font-family: "Nunito";
  font-size: 16px;
  line-height: 1.65;
}

::-moz-selection {
  color: #ffffff;
  background-color: rgba(34, 32, 32, 0.7);
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background-color: rgba(34, 32, 32, 0.7);
  text-shadow: none;
}

:focus {
  outline: 0;
}

.main-content {
  width: 100%;
}
@media (max-width: 991px) {
  .main-content {
    width: calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  .main-content {
    width: 100%;
  }
}

.btn {
  font-size: 15px;
  padding: 10px 25px;
  letter-spacing: 0.1em;
  color: light-dark(#000000, #ffffff) !important;
  font-family: "Nunito";
  border-radius: 0;
  border: 0;
}
.btn img {
  margin-left: 5px;
  width: 19px;
  position: relative;
}
.btn:hover {
  color: #ffffff;
  background-color: rgba(34, 32, 32, 0.7);
}
.btn:active, .btn:focus {
  border: 0;
  color: #ffffff;
  background-color: rgba(34, 32, 32, 0.7);
  box-shadow: none;
}

.btn-primary {
  background-color: #222020;
}

.search-form {
  margin-bottom: 35px;
}
.search-form input {
  height: 45px;
  border-color: #333139;
}
.search-form input:focus {
  border-color: #444;
}
.search-form .btn {
  border: 1px solid #333139;
}
.search-form .btn:hover {
  background-color: light-dark(#000000, #ffffff);
  border-color: light-dark(#000000, #ffffff);
}

.bullet-list-item {
  position: relative;
  padding-left: 20px;
}

.bullet-list-item::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #222020;
  left: 0;
  top: 9px;
  border-radius: 50px;
}

/*=== UTILITIES CLASSES ===*/
.font-primary {
  font-family: "Nunito";
}

.font-secondary {
  font-family: "Nunito";
}

.shadow {
  box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.04) !important;
}

.add-letter-space {
  letter-spacing: 2px;
}

.opacity-0,
.opacity-0-onHover,
.opacity-25,
.opacity-25-onHover,
.opacity-50,
.opacity-50-onHover,
.opacity-75,
.opacity-75-onHover,
.opacity-1,
.opacity-1-onHover {
  transition: all 0.3s;
}

.opacity-0,
.opacity-0-onHover:hover {
  opacity: 0;
}

.opacity-25,
.opacity-25-onHover:hover {
  opacity: 0.25;
}

.opacity-50,
.opacity-50-onHover:hover {
  opacity: 0.5;
}

.opacity-75,
.opacity-75-onHover:hover {
  opacity: 0.75;
}

.opacity-1,
.opacity-1-onHover:hover {
  opacity: 1;
}

.z-index-1 {
  z-index: 1;
}

.z-index-100 {
  z-index: 100;
}

.z-index-200 {
  z-index: 200;
}

.z-index-bottom {
  z-index: -5;
}

.z-index-top {
  z-index: 9900;
}

.text-gray {
  color: #B0B0B0;
}

.bg-gray {
  background-color: #B0B0B0;
}

.text-primary,
.text-primary-onHover:hover {
  color: #222020 !important;
}

.bg-primary {
  background-color: #222020 !important;
}

.text-dark {
  color: #dfdfe2 !important;
}

.bg-dark {
  background-color: #dfdfe2 !important;
}

.bg-black {
  background-color: #000000;
}

.text-black {
  color: #000000;
}

.text-black-100 {
  color: #111111;
}

.bg-black-100 {
  background-color: #111111;
}

.bg-black-200 {
  background-color: #222222;
}

.text-black-200 {
  color: #222222;
}

.bg-black-300 {
  background-color: #333333;
}

.text-black-300 {
  color: #333333;
}

.text-black-400 {
  color: #444444;
}

.bg-black-400 {
  background-color: #444444;
}

.bg-black-500 {
  background-color: #555555;
}

.text-black-500 {
  color: #555555;
}

.text-black-600 {
  color: #666666;
}

.bg-black-600 {
  background-color: #666666;
}

.bg-black-700 {
  background-color: #777777;
}

.text-black-700 {
  color: #777777;
}

.text-black-700-darken {
  color: rgb(114.9965, 114.9965, 114.9965);
}

.bg-black-700-darken {
  background-color: rgb(114.9965, 114.9965, 114.9965);
}

.text-black-800 {
  color: #888888;
}

.bg-black-800 {
  background-color: #888888;
}

.bg-black-900 {
  background-color: #999999;
}

.text-black-900 {
  color: #999999;
}

h1, .h1, h2, .h2, h3, .h3, h4 {
  font-family: "Nunito";
}

h1, .h1 {
  font-size: 48px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 36px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 15px;
}

.h4, h5, .h5, h6, .h6, p {
  font-family: "Nunito";
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
  margin: 0;
}

a:focus,
button:focus {
  outline: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: initial;
}

ol {
  list-style-position: inside;
}

ul, li {
  padding: 0;
  margin: 0;
}

.table-bordeprimary td, .table-bordeprimary th {
  border-color: #333139 !important;
}

:root {
  color-scheme: dark light;
}

.maintext {
  padding: 20%;
  padding-top: 15%;
  padding-bottom: 5%;
}
@media (max-width: 767px) {
  .maintext {
    padding: unset;
    padding-top: 7%;
    padding-bottom: 7%;
    font-size: 28px;
  }
}

.secondarytext {
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 5%;
}
@media (max-width: 767px) {
  .secondarytext {
    padding: unset;
    padding-top: 7%;
    font-size: 1.1rem;
  }
}

.tags {
  padding: 0.1em 0.3em;
  border-radius: 0.2em;
  position: relative;
  background: white;
  background: linear-gradient(to right, #fdffff, #d9d8dd);
  transform: skewX(-10deg);
  display: inline-block;
  color: black;
  z-index: 1000;
  position: absolute;
  margin-top: -20px;
  font-size: 20px;
}

.datetag {
  font-style: normal;
  padding: 0.1em 0.3em;
  border-radius: 0.2em;
  position: relative;
  background: white;
  background: linear-gradient(to right, #fdffff, #c0bfc5);
  transform: skewX(-10deg);
  display: inline-block;
  color: white;
  color: black;
  z-index: 1000;
  position: absolute;
  margin-top: -20px;
  font-size: 14px;
  right: 0;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1800px;
  }
}
.maintext, .secondarytext {
  max-width: 1500px;
  margin: 0 auto;
}

/*------------------------------------------------------------------



/*------------------------------------------------------------------
 # sidenav/navbar style
-------------------------------------------------------------------*/
.text-white a {
  color: light-dark(#000000, #ffffff) !important;
}

.text-white {
  color: light-dark(#000000, #ffffff) !important;
}

.sidenav {
  top: 0;
  width: 300px;
  min-height: 100vh;
  padding: 60px;
  line-height: 1.5;
}
.sidenav.show {
  left: 0;
}
.sidenav {
  transition: 0.2s ease;
}
@media (max-width: 991px) {
  .sidenav {
    width: 250px;
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .sidenav {
    position: fixed !important;
    z-index: 9995;
    top: 0;
    left: -250px;
    font-size: 12px;
    line-height: 1.9;
    background-color: light-dark(#ffffff, #000000);
  }
}
@media (max-width: 991px) {
  .sidenav .navbar-brand img {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .sidenav .navbar-brand img {
    max-width: 100px;
  }
}
.sidenav .navbar-brand img {
  padding-bottom: 20px;
}
.sidenav .nav-link {
  color: light-dark(#000000, #ffffff) !important;
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.sidenav .nav-link::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  background-color: #ffffff;
  left: 0;
  bottom: 10px;
  transition: 0.2s;
}
.sidenav .nav-link:hover {
  color: white !important;
}
.sidenav .nav-link:hover::after {
  width: 15px;
}
@media (max-width: 767px) {
  .sidenav .nav-link {
    font-size: 16px;
  }
}
.sidenav .nav-link[aria-expanded=true],
.sidenav .active .nav-link {
  color: light-dark(black, #ffffff) !important;
}
.sidenav .nav-link[aria-expanded=true]::after,
.sidenav .active .nav-link::after {
  width: 15px;
}
.sidenav select {
  background: url(../images/chevron-down.svg) no-repeat right 0.5rem center/15px 17px;
  border: 1px solid #ffffff !important;
  height: 30px;
  padding: 0 28px 0 10px;
  width: 80px;
  background-size: 14px;
}
.sidenav select:focus {
  border: 1px solid #ffffff !important;
}
.sidenav select option {
  background-color: #dfdfe2;
}

.mobile-nav {
  display: none;
  position: relative;
  z-index: 9992;
}
@media (max-width: 767px) {
  .mobile-nav {
    display: block;
  }
}
.mobile-nav img {
  width: 120px;
}
@media (max-width: 767px) {
  .mobile-nav img {
    width: 100px;
  }
}
.mobile-nav .nav-toggle {
  width: 60px;
  height: 60px;
  font-size: 13px;
  padding-top: 3px;
  border-radius: 50px;
  margin: 30px;
  background-color: #ffe95e !important;
}
.mobile-nav .nav-toggle.show .show,
.mobile-nav .nav-toggle .hidden {
  display: none;
}
.mobile-nav .nav-toggle.show .hidden {
  display: block;
}

.nav-toggle-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  cursor: zoom-out;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.nav-toggle-overlay.show {
  opacity: 1;
  visibility: visible;
}

.drop-menu {
  padding-left: 10px;
  border-left: 1px solid #555;
}
.drop-menu a {
  color: light-dark(#000000, #ffffff);
}
.drop-menu a.active, .drop-menu a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
@media (max-width: 767px) {
  .drop-menu {
    display: none;
  }
}
.drop-menu {
  font-size: 12px;
}

/*------------------------------------------------------------------
 # blog post style
-------------------------------------------------------------------*/
.post-item .card-img-top {
  transition: 0.3s;
}
.post-item .card-img-top:hover {
  filter: grayscale(0.5);
  -webkit-filter: grayscale(0.5);
}

.post-meta li a {
  color: light-dark(#000000, #ffffff);
  font-weight: 500;
  font-size: 14px;
}
.post-meta li a:hover {
  text-decoration: underline;
}

.breadcrumb-wrap a {
  color: #B0B0B0;
}
.breadcrumb-wrap a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.categores-links a {
  font-size: 13px;
  color: light-dark(#000000, #ffffff);
  border-color: #222020 !important;
  padding: 4px 7px;
  margin-right: 6px;
  margin-top: 8px;
}
.categores-links a:hover {
  color: light-dark(#000000, #ffffff);
  background-color: #222020;
}

@media (max-width: 991px) {
  .border-lg-0 {
    border: 0 !important;
  }
}

.blockquote {
  padding: 50px 90px;
}
@media (max-width: 575px) {
  .blockquote {
    padding: 30px 50px !important;
  }
}

.blockquote-text {
  font-size: 24px;
  position: relative;
}
.blockquote-text::before, .blockquote-text::after {
  position: absolute;
  color: #222020;
  font-size: 61px;
  line-height: 0;
  font-family: "Nunito";
}
.blockquote-text::before {
  content: "“";
  top: 30px;
  left: -35px;
}
.blockquote-text::after {
  content: "”";
  bottom: 0;
  right: -35px;
}
@media (max-width: 575px) {
  .blockquote-text {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .blockquote-footer {
    font-size: 15px;
  }
}
/*------------------------------------------------------------------
 # widget style
-------------------------------------------------------------------*/
.widget {
  margin-bottom: 50px;
}
.widget .form-control {
  font-size: 15px;
  color: #ffffff;
  height: 48px;
  border: 1px solid #2f2e35 !important;
}
.widget .form-control:focus {
  box-shadow: none !important;
}

.widget-title {
  border-bottom: 2px solid #222020;
  padding-bottom: 10px;
}

.author-thumb-sm {
  height: auto;
  max-width: 230px;
  width: 100%;
}

/*------------------------------------------------------------------
 # contact-form style
-------------------------------------------------------------------*/
.contact-form {
  padding: 60px;
}
.contact-form label {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
}
.contact-form .form-control {
  background-color: transparent;
  border: 0;
  color: #aaa;
  border-color: #333139 !important;
  padding-bottom: 20px;
}
.contact-form .form-control:focus {
  border-color: #888888 !important;
}
.contact-form select {
  padding-bottom: 16px;
  color: #aaa;
  padding-right: 15px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #333139;
}
.contact-form select option {
  background-color: #dfdfe2;
  color: #ffffff;
}
.contact-form textarea {
  resize: none;
  height: 100px;
}

/*------------------------------------------------------------------
 # footer style
-------------------------------------------------------------------*/
footer {
  padding-top: 100px;
  padding-bottom: 30px;
}
footer ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-bottom: 15px;
}
footer ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
footer ul li:last-child a {
  margin-bottom: 0;
}

/*------------------------------------------------------------------
 # animations style
-------------------------------------------------------------------*/
.shadow-dance-text {
  color: #fff;
  text-shadow: 3px 3px 0 #ff005e, 5px 5px 0 #00d4ff;
  animation: shadow-dance 2s infinite;
}

@keyframes shadow-dance {
  0%, 100% {
    text-shadow: 3px 3px 0 #ff005e, 5px 5px 0 #00d4ff;
  }
  50% {
    text-shadow: -3px -3px 0 #00d4ff, -5px -5px 0 #ff005e;
  }
}
.neon-text {
  text-shadow: 0 0 5px #ffcc00, 0 0 10px #ffcc00, 0 0 20px #ffcc00, 0 0 40px #ffcc00, 0 0 80px #ffcc00;
  animation: glow 1.5s infinite alternate;
}

@keyframes glow {
  0% {
    text-shadow: 0 0 5px #ffcc00, 0 0 10px #ffcc00, 0 0 20px #ffcc00, 0 0 40px #ffcc00, 0 0 80px #ffcc00;
  }
  100% {
    text-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #ffffff, 0 0 80px #ffffff, 0 0 160px #ffffff;
  }
}
.wave-text span {
  display: inline-block;
  animation: wave 15s ease-in-out infinite;
}

.wave-text span:nth-child(1) {
  animation-delay: 0s;
}

.wave-text span:nth-child(2) {
  animation-delay: 2s;
}

.wave-text span:nth-child(3) {
  animation-delay: 4s;
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.underline {
  font-family: "Roboto", sans-serif;
}

.underline span {
  position: relative;
  z-index: 1;
}

.underline svg {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .underline svg {
    height: 40px;
  }
}

.underline svg path {
  stroke: red;
  stroke-width: 9;
  fill: none;
  animation: underline 20s infinite;
  animation-delay: 0s;
  opacity: 0;
}

.underline svg path + path {
  animation-delay: 1s;
}

@keyframes underline {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  15% {
    stroke-dasharray: 1500 1500;
  }
  85% {
    opacity: 1;
  }
  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0;
  }
  100% {
    stroke-dasharray: 0 1500;
    opacity: 0;
  }
}
.switch {
  --font-size: 2.8px;
  --height: 10em;
  --width: 24em;
  --margin: 1em;
  --color-night: rgba(15, 64, 91, 1);
  --color-day: rgba(91, 169, 211, 1);
  --color-sun: rgba(246, 211, 90, 1);
  --ease: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  --duration: .85s;
  font-size: var(--font-size);
  position: relative;
  width: var(--width);
  height: var(--height);
  border-radius: 999px;
  background-color: var(--color-day);
  overflow: hidden;
  z-index: 2;
}
.switch:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-night);
  transition: opacity var(--duration) var(--ease);
  opacity: 0;
  z-index: 1;
}
.switch__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: right;
  transform: translate3d(calc(var(--width) - var(--height)), 0, 0);
  transition: transform var(--duration) var(--ease);
  z-index: 2;
}
.is-active .switch__inner {
  transform: translate3d(0, 0, 0);
}
.switch-globe {
  --size: calc(var(--height) - (var(--margin) * 2));
  position: relative;
  height: var(--size);
  width: var(--size);
  margin: var(--margin) 0 0 var(--margin);
  border-radius: 999px;
  background-color: var(--color-sun);
  transform: rotate(90deg);
  transition: transform var(--duration) var(--ease);
  z-index: 1;
}
.switch-globe__circle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  border-radius: 999px;
  background-color: var(--color-day);
  transform: translate3d(50%, 0, 0);
  transition: transform var(--duration) var(--ease), background-color var(--duration) var(--ease);
}
.is-active .switch-globe__circle {
  background-color: var(--color-night);
  transform: translate3d(-10%, 0, 0);
}
.switch-globe__moon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scaleX(-1);
  opacity: 0;
  transition: opacity var(--duration) var(--ease);
}
.is-active .switch-globe__moon {
  opacity: 1;
}
.is-active .switch-globe {
  transform: rotate(0);
}
.switch__stars {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  transform-origin: right;
  transform: scale(0.25);
  transition: transform var(--duration) var(--ease);
  z-index: 2;
}
.is-active .switch__stars {
  transform: scale(0.9);
}
.switch__cloud {
  position: absolute;
  transition: transform var(--duration) var(--ease);
  width: auto;
  bottom: 0;
}
.switch__cloud.--1 {
  left: 0;
  height: 65%;
}
.is-active .switch__cloud.--1 {
  transform: translate3d(-3rem, 1rem, 0);
}
.switch__cloud.--2 {
  left: 3rem;
  height: 50%;
}
.is-active .switch__cloud.--2 {
  transform: translate3d(-1rem, 3rem, 0);
}
.switch.is-active:after {
  opacity: 1;
}

.shadow {
  box-shadow: 2px 4px 12px -2px rgba(0, 0, 0, 0.25);
  border-radius: 999px;
}

button {
  outline: 0;
  background: transparent;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  cursor: pointer;
}

.is-active .navbar-brand {
  background: url(/images/logo-dark.png) no-repeat top 0.5rem center/150px;
  width: 100%;
  height: 100px;
}

.navbar-brand {
  background: url(/images/logo.png) no-repeat top 0.5rem center/150px;
  width: 100%;
  height: 100px;
}

@media (max-width: 767px) {
  .searchform {
    margin-top: 120% !important;
  }
}

@media (max-width: 767px) {
  .secondarytext-buttons {
    max-width: 300px !important;
  }
}

.show .navbar-brand {
  width: unset;
  height: unset;
  background: unset;
}
/*# sourceMappingURL=style.css.map */

.card-text{
  padding:20px;
}

.text-white{
  padding: 10px;
}