@import "css2-27";
@import "css2-28";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@400;500;600;700;800;900&display=swap');

:root {
  --base-color: #4f44c4;
  --medium-gray: #878898;
  --dark-gray: #242e45;

  --alt-font: "Barlow Semi Condensed", sans-serif;
  --primary-font: "Schibsted Grotesk", sans-serif;
  --light-blue: #c0e9f3;
  --gold: #bb8f0b;



}

body {
  font-size: 17px;
  line-height: 32px;
}

sup {
  top: -0.7em;
}

.lh-42px {
  line-height: 42px;
}

.box-layout {
  padding: 0 40px;
}

a {
  color: #878898;
}

b,
strong {
  font-weight: 700;
}

.navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 17px;
}

header .navbar-brand img {
  max-height: auto;
}

.header-icon .icon>a {
  font-size: 20px;
}

.navbar .btn.btn-switch-text.btn-medium>span {
  padding: 10px 25px;
  font-size: 14px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 0 35px 0 rgb(0 0 0/10%);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
  font-size: 29px;
  width: 28px;
  margin-right: 12px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a,
.navbar .navbar-nav .dropdown .dropdown-menu a:hover,
.navbar .navbar-nav .dropdown .dropdown-menu li.active>a {
  color: var(--gold);
  font-weight: 500;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  font-size: 16px;
  line-height: 28px;
  padding: 18px 25px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
  opacity: 0.6;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
  background-color: whitesmoke;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
  color: var(--base-color) !important;
  display: block !important;
  align-items: start !important;

}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a:hover {
  color: #3928af !important;
  padding-left: 15px;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}

.down-section {
  bottom: 30px;
}

.page-title-extra-large h1 {
  font-size: 4.5rem;
  line-height: 4.5rem;
}

h1,
.h1 {
  font-size: 4.688rem;
  line-height: 4.688rem;
}

h2 {
  font-size: 3.125rem;
  line-height: 3.125rem;
}

.small-screen {
  height: 350px !important;
}

.text-light-white {
  color: var(--light-white);
}

.text-gradient-orange-sky-blue {
  background-image: linear-gradient(to right,
      #f7693c,
      #c74e45,
      #7d3785,
      #582d9f,
      #3928af);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gradient-very-light-gray-transparent {
  background: -webkit-linear-gradient(right,
      rgba(240, 244, 253, 1),
      rgba(255, 255, 255, 0));
  background: linear-gradient(to right,
      rgba(240, 244, 253, 1),
      rgba(255, 255, 255, 0));
}

.bg-gradient-blue-whale-transparent {
  background: -webkit-linear-gradient(right,
      rgba(17, 27, 50, 1),
      rgba(255, 255, 255, 0));
  background: linear-gradient(to right,
      rgba(17, 27, 50, 1),
      rgba(255, 255, 255, 0));
}

.bg-gradient-quartz-light-transparent {
  background: -webkit-linear-gradient(right,
      rgba(227, 225, 245, 1),
      rgba(255, 255, 255, 0));
  background: linear-gradient(to right,
      rgba(227, 225, 245, 1),
      rgba(255, 255, 255, 0));
}

.bg-gradient-quartz-white {
  background-image: linear-gradient(to bottom,
      #f7f7ff,
      #f4f4fb,
      #f8f7fc,
      #fbfbfe,
      #ffffff);
}

.bg-gradient-base-color-transparent {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(60 47 192)),
      to(transparent));
  background-image: linear-gradient(to top,
      rgba(60, 47, 192, 0.8) 0%,
      transparent 100%);
}

.bg-gradient-regal-blue-transparent {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgb(22 35 64)),
      to(transparent));
  background-image: linear-gradient(to top, rgb(22 35 64) 0%, transparent 100%);
}

.bg-gradient-flamingo-amethyst-green {
  background-image: linear-gradient(to right,
      #f7693c,
      #c74e45,
      #7d3785,
      #582d9f,
      #3928af);
}

.bg-gradient-base-transparent {
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(22, 32, 44, 1)),
      to(transparent));
  background-image: linear-gradient(to top,
      rgba(22, 32, 44, 0.9) 8%,
      transparent 80%);
}

.bg-gradient-dark-transparent {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(7%, #162340),
      to(transparent));
  background: linear-gradient(to top, #162340 7%, transparent 70%);
}

.bg-regal-blue {
  background-color: #162340;
}

.bg-blue-whale {
  background-color: #16233f;
}

.top-40 {
  top: 40% !important;
}

.left-30 {
  left: 30% !important;
}

.right-30 {
  right: 30% !important;
}

.top-30 {
  top: 30%;
}

.top-20 {
  top: 20%;
}

.left-170px {
  left: 170px;
}

.mt-minus-2 {
  margin-top: -2px;
}

.left-minus-300px {
  left: -300px;
}

.btn {
  letter-spacing: 0;
  text-transform: inherit;
}

.btn.btn-extra-large {
  font-size: 18px;
}

.btn.btn-large {
  font-size: 16px;
}

.btn.btn-medium {
  font-size: 15px;
}

.btn.btn-small {
  font-size: 14px;
}

.btn.btn-link {
  padding: 0 0 2px;
  position: relative;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid;
  letter-spacing: 0;
  background-color: transparent;
}

.btn-gradient-flamingo-amethyst-green {
  background-image: linear-gradient(to right,
      #f7693c,
      #c74e45,
      #7d3785,
      #582d9f,
      #3928af,
      #582d9f,
      #7d3785,
      #c74e45,
      #f7693c);
  background-size: 200% auto;
  color: var(--white);
}

.interactive-banner-style-02.dark-hover:hover .btn {
  opacity: 0.7;
}

.blog-comment li .btn-reply {
  padding: 6px 20px 7px;
}

.process-step-style-05 .progress-step-separator {
  bottom: inherit;
  height: 100%;
}

.interactive-banner-style-02:hover figure figcaption .features-icon {
  margin-bottom: 17px;
}

.pagination-style-01 .page-item .page-link:hover,
.pagination-style-01 .page-item.active .page-link {
  background: var(--dark-gray);
  color: var(--white);
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
  background: 0 0;
  color: var(--medium-gray);
}

.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
  color: var(--dark-gray);
}

.accordion-style-06 .accordion-item.active-accordion {
  background-image: linear-gradient(to bottom,
      #f7f8f9,
      #f9fafb,
      #fbfbfc,
      #fdfdfd,
      #ffffff);
}

#map {
  border-radius: 6px 0 0 6px;
}

.border-radius-top-lr {
  border-radius: 6px 6px 0 0;
}

footer ul li {
  margin-bottom: 0;
}

.scroll-progress {
  right: 10px;
}

.newsletter-style-02 input {
  font-size: 15px;
}

#demo-corporate-slider {
  border-radius: 6px;
}

.hesperiden.tparrows {
  width: 54px;
  height: 54px;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.hesperiden.tparrows:hover {
  border: 1px solid #fff;
  background: #fff;
}

.hesperiden.tparrows:hover:before {
  color: #232323;
}

.hesperiden.tparrows:before {
  line-height: 52px;
}

.hesperiden.tparrows.tp-leftarrow:before {
  content: "\f104";
  font-family: "font awesome 6 free";
  font-size: 16px;
  font-weight: 900;
}

.hesperiden.tparrows.tp-rightarrow:before {
  content: "\f105";
  font-family: "font awesome 6 free";
  font-size: 16px;
  font-weight: 900;
}

.hesperiden.tparrows.tp-leftarrow:before {
  margin-left: 0;
}

.hesperiden.tparrows.tp-rightarrow:before {
  margin-right: 0;
}

.get-started-btn {
  transition: 0.3s ease-in-out !important;
}

.hesperiden.tparrows {
  z-index: 97;
}

@media (max-width: 1700px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 19px;
    padding-right: 19px;
  }
}

@media (max-width: 1600px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 1350px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1300px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media (max-width: 1199px) {
  .accordion-style-06 .accordion-item {
    padding: 15px 50px 15px 35px;
  }

  .box-layout {
    padding: 0;
  }

  #demo-corporate-slider {
    border-radius: 0;
  }

  .lg-border-radius-0px {
    border-radius: 0 !important;
  }

  .navbar .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    padding: 10px 45px;
    margin-bottom: 0;
    margin-right: -15px;
  }

  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
  .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a,
  .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    padding-left: 0;
    padding-right: 0;
  }

  [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    line-height: normal;
    display: flex;
    align-items: center;
  }

  [data-mobile-nav-style="modern"] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  #map {
    border-radius: 0;
  }

  .small-screen {
    height: 300px !important;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .accordion-style-06 .accordion-item {
    padding: 15px;
  }

  footer .elements-social.social-icon-style-02 li {
    margin: 0 15px 0 0;
  }

  footer .elements-social.social-icon-style-02 li:first-child {
    margin-left: 0;
  }
}


.footer-dark,
.footer-dark a,
.footer-dark p {
  color: rgba(237, 253, 255, 0.6);
  font-weight: 300;
}

.footer-dark li {

  line-height: 20px;
  margin-bottom: 3px;
  ;
}


.footer-dark li a {
  font-size: 15px;
  line-height: 18px;
}



.footer-dark a:hover,
.footer-light a:hover,
.footer-navbar li a:hover {
  color: var(--white);
}

.text-footer {
  color: rgba(237, 253, 255, 0.6) !important;
}


.gradient-text-stoke {

  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: transparent;
  color: #ffffff;

  /* gradient */
  background: linear-gradient(0deg, #6771fa, #9e0d86);
  /* background image */
  /* background-image: url(/images/mask-image.jpg);*/
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}


.text-gold {
  color: var(--gold) !important;
}

.team-style-08 figure img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.team-style-08:hover figure img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);

}

.modal-content p {

  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 15px !important;
}

.modal-content {
  padding: 25px !important;

}

.modal-content img {
  margin: 0px 15px 10px 0px !important
}

.modal-content h6 {
  font-weight: 600 !important;
  padding: 0px;
  color: var(--base-color) !important;
}

.card .blog-image {
  overflow: hidden;
  /* keeps zoomed img inside */
}

.card .blog-image img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  /* improves performance */
  display: block;
  /* avoids whitespace gaps */
}

.card .blog-image img:hover {
  transform: scale(1.1);
}


.combobx {
  max-width: 600px;

  position: relative;
}

/* Classic combo box */
#category {
  width: 100%;
  padding: 8px 35px 8px 10px;
  /* room for arrow */
  font-size: 14px;
  font-family: Tahoma, Arial, sans-serif;
  color: #000;
  border: 1px solid #a9a9a9;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: inset 1px 1px 2px #e5e5e5;

  /* Remove native arrows */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* Arrow box (classic Windows style) */
.combobx::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  background: #dcdcdc;
  border-left: 1px solid #a9a9a9;
  pointer-events: none;

  /* Arrow inside the box */
  background-image: linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(-45deg, transparent 50%, #333 50%);
  background-position: center;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}



/* Hover/focus like Windows XP feel */
#category:hover {
  border-color: #808080;
}

#category:focus {
  outline: none;
  border-color: #1a73e8;
}

/* Dropdown list (options) */
#category option {
  font-size: 14px;
  font-family: Tahoma, Arial, sans-serif;
  color: #000;
  background-color: #fff;
  padding: 6px 10px;
}

/* Hover/selected state (classic gray highlight) */
#category option:hover,
#category option:checked {
  background-color: #c0c0c0;
  /* classic gray */
  color: #000;
}


.image-wrap {
  display: inline-block;
  width: clamp(var(--size-min), var(--size-preferred), var(--size-max));
  height: clamp(var(--size-min), var(--size-preferred), var(--size-max));
  border-radius: 50%;
  overflow: hidden;
  /* keep image clipped to circle */
  border: var(--border-width) solid var(--border-color);
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  transition: transform .28s ease, box-shadow .28s ease;
  border: solid 1px #f7f4ca;
}

/* Allow keyboard focus for accessibility */
.image-wrap:focus {
  outline: none;
  box-shadow: var(--shadow), 0 0 0 6px rgba(255, 215, 0, 0.08);
}

/* Subtle hover / focus interaction */
.image-wrap:hover,
.image-wrap:focus {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

/* The actual <img> fills the container and is cropped */
img.image-wrap  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* cover ensures no empty space, crops nicely */
  display: block;
  -webkit-user-drag: none;
  user-select: none;
    filter: grayscale(100%) !important;
  
}

/* Optional caption / name below the portrait */
.artist-name {
  margin-top: 12px;
  font-weight: 600;
  letter-spacing: .2px;
}


 

/* When hovering over the wrapper, remove grayscale */
img.image-wrap:hover ,
img.image-wrap:focus  {
  filter: grayscale(0%) !important;
}