/* ========================================
   OUTFIT TEST - PORTO THEME
   ======================================== */

body {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400;
}

body,
p,
span,
li,
a,
div,
input,
textarea,
select,
button,
label {
    font-family: 'Outfit', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.page-header h1,
.custom-heading {
    font-family: 'Outfit', sans-serif !important;
    line-height: 1.1;
}

h1 {
    font-weight: 900;
    letter-spacing: -0.05em;
}

h2 {
    font-weight: 800;
    letter-spacing: -0.04em;
}

h3 {
    font-weight: 700;
    letter-spacing: -0.03em;
}

h4,
h5,
h6 {
    font-weight: 700;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-extra-bold {
    font-weight: 800 !important;
}

#header .header-nav-main nav > ul > li > a {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.btn,
button,
input[type="submit"],
input[type="button"] {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700;
}

.section-title,
.feature-box h4,
.card-title {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800;
    letter-spacing: -0.03em;
}


/* ========================================
   BUTTONS
   ======================================== */

.btn-pink {
    color: #fff;
    background-color: #ff2d75;
    border-color: #ff2d75;
}

.btn-pink:hover {
    color: #fff;
    background-color: #7a3aff;
    border-color: #7a3aff;
}


/* ========================================
   BAKGRUNN
   ======================================== */

.newcolor {
    background:
        radial-gradient(circle at 15% 29%, rgba(255,60,140,.15), transparent 15%),
        radial-gradient(circle at 85% 15%, rgba(0,229,255,.18), transparent 35%),
        radial-gradient(circle at 60% 80%, rgba(122,58,255,.12), transparent 20%),
        linear-gradient(
            135deg,
            #1B1B2E 35%,
            #1B1B2E 45%,
            #14192F 100%
        );
}


/* ========================================
   COUNTDOWN 2 - STAVANGER OPEN
   ======================================== */

.countdown2 {
    display: flex;
    justify-content: center;
    background: rgba(5, 8, 22, 0.10);
    border: 2px solid rgba(255, 210, 0, 0.45);
    border-radius: 24px;
    padding: 35px 20px;
    box-shadow: 0 0 30px rgba(255, 210, 0, 0.08);
}

.countdown2 > span {
    flex: 1;
    text-align: center;
    position: relative;
}

.countdown2 > span:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(255,255,255,0.15);
}

.countdown2 .font-weight-extra-bold {
    display: block;
    font-size: 4rem;
    line-height: 1;
    font-weight: 800 !important;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.countdown2 .days .font-weight-extra-bold {
    color: #FFD200 !important;
}

.countdown2 .hours .font-weight-extra-bold {
    color: #00E5FF !important;
}

.countdown2 .minutes .font-weight-extra-bold {
    color: #FF2D75 !important;
}

.countdown2 .seconds .font-weight-extra-bold {
    color: #7A3AFF !important;
}

.countdown2 .days,
.countdown2 .hours,
.countdown2 .minutes,
.countdown2 .seconds {
    color: rgba(255,255,255,0.9);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.countdown2:hover {
    border-color: rgba(255,210,0,.65);
    transition: all .3s ease;
}


/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 991px) {

    .col-lg-4 .get-started {
        margin-top: 30px;
    }

}

@media (max-width: 767px) {

    .countdown2 {
        padding: 22px 8px;
        border-radius: 16px;
    }

    .countdown2 > span {
        padding-top: 20px;
    }

    .countdown2 .font-weight-extra-bold {
        font-size: 2.25rem;
        margin-bottom: 5px;
    }

    .countdown2 .days,
    .countdown2 .hours,
    .countdown2 .minutes,
    .countdown2 .seconds {
        font-size: 0.72rem;
        letter-spacing: 0.8px;
    }

    .countdown2 > span:not(:last-child)::after {
        top: 18%;
        height: 64%;
    }

}

/* STREK I HERO SLIDER */

.hero-title {
    position: relative;
    display: inline-block;
}

.hero-title::after {
    content: "";
    display: block;
    width: 110px;
    height: 5px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: #FF2D75;
    box-shadow: 0 0 18px rgba(255, 45, 117, 0.55);
}

@media (max-width: 767px) {
    .hero-title::after {
        width: 80px;
        height: 4px;
        margin-top: 14px;
    }
}



/* Base button */

.btn {
  display: inline-block;
  padding: 0.85rem 1.4rem;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    filter 0.15s ease;
}


/* Color variants */

.btn-rosa {
  background-color: #FF2D75;
  color: #FFFFFF;
}

.btn-gul {
  background-color: #FFD200;
  color: #1B1B2E;
}

.btn-lysebla {
  background-color: #00E5FF;
  color: #1B1B2E;
}

.btn-lilla {
  background-color: #7A3AFF;
  color: #FFFFFF;
}

.btn-mork {
  background-color: #1B1B2E;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Hover / Active */

.btn-rosa:hover {
  background-color: #ff5a93 !important;
  color: #FFFFFF !important;	
}

.btn-gul:hover {
  background-color: #ffdc33 !important;
  color: #1b1b2e !important;	
}

.btn-lysebla:hover {
  background-color: #53eafb !important;
  color: #1b1b2e !important;	
}

.btn-lilla:hover {
  background-color: #925cff !important;
  color: #FFFFFF !important;		
}

.btn-mork:hover {
  background-color: #2a2a42 !important;
  color: #ffffff !important;		
}

.btn:active {
  transform: translateY(0);
  filter: brightness(0.95);
}

.btn:focus-visible {
  outline: 2px solid #00e5ff;
  outline-offset: 3px;
}

/* Venstrestilt rosa strek */

.pinkline {
    position: relative;
    display: inline-block;
}

.pinkline::after {
    content: "";
    display: block;
    width: 110px;
    height: 5px;
    margin-top: 18px;
    border-radius: 999px;
    background: #FF2D75;
    box-shadow: 0 0 18px rgba(255, 45, 117, 0.55);
}

@media (max-width: 767px) {
    .pinkline::after {
        width: 80px;
        height: 4px;
        margin-top: 14px;
    }
}

/* Venstrestilt gul strek */

.yellowline {
    position: relative;
    display: inline-block;
}

.yellowline::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 12px;
    border-radius: 999px;
    background: #FFD200;
    box-shadow: 0 0 18px rgba(255, 210, 0, 0.55);
}

@media (max-width: 767px) {
    .yellowline::after {
        width: 40px;
        height: 3px;
        margin-top: 12px;
    }
}
