/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');
/* variables */
:root {
    --dark-blue: #26357E;
    --blue: #5A58F7;
    --orange: #FFAA00;
    --green: #7AB52D;
    --red: #FF6700; 
    --pink: #ed529d;
    --violet: #6c6fb4;
    --white: white;
    --light-gray: #f7f9ff;
    --ultra-dark-blue: #080F31;
    --font-family: 'Open Sans', sans-serif;
    --font-size: 16px;
    --transform: 0.3s linear;
}
/* basic styles */
body {
    font-family: var(--font-family);
    font-size: var(--font-size);
    color: var(--ultra-dark-blue);
}
a {
    transform: var(--transform);
}
.btn {
    border: none;
    border-radius: 40px;
    padding: 20px 40px;
    text-transform: uppercase;
}
.btn-warning {
    background: var(--orange);
}
.btn-warning:hover {
    background: var(--red);
    color: var(--white);
}
.btn-danger {
    background: var(--red);
}
.btn-danger:hover {
    background: var(--orange);
    color: var(--ultra-dark-blue);
}
.py {
    padding: 100px 0;
}
h2 {
    font-size: 4rem;
    font-weight:700;
}
h2::after {
    display: block;
    content: "";
    height: 2px;
    background: var(--dark-blue);
    width: 10%;
    margin: 30px auto;
}
/* nav */
nav .nav-link {
    color: var(--ultra-dark-blue);
    text-transform: uppercase;
}
nav.bg-body-tertiary {
    background: var(--light-gray) !important;
}
/* header */
header {
    background-image: url(img/kliker-header.jpg);
    height: 1080px;
}
header .container {
    align-self: center;
}
header h1 {
    font-weight: 800;
    font-size: 4rem;
}
header h3 {
    font-size: 3rem;
    margin: 30px 0;
}
/* headers */
.headers {
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
}
.headers img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    filter:brightness(50%);
}
.headers h1 {
    font-weight: 800;
    font-size: 4rem;
}
.headers h3 {
    font-size: 2rem;
    margin: 30px 0;
}
/* footer */
footer {
    background: var(--light-gray);
    border-radius: 100px 100px 0 0;
}
footer ul {
    line-height: 2;
}
footer ul li i {
    color: var(--red);
}
footer a {
    color: var(--dark-blue);
    text-decoration: none;
}
footer a:hover {
    color: var(--ultra-dark-blue);
}
/* programi */
#programi {
    background: var(--light-gray);
    border-radius: 100px;
}
#programi .row .col-md-4:nth-child(1) .card {
    background: var(--red);
    color: var(--white);
}
#programi .row .col-md-4:nth-child(2) .card {
    background: var(--green);
    color: var(--white);
}
#programi .row .col-md-4:nth-child(3) .card {
    background: var(--blue);
    color: var(--white);
}
#programi .row .col-md-4:nth-child(4) .card {
    background: var(--pink);
    color: var(--white);
}
#programi .row .col-md-4:nth-child(5) .card {
    background: var(--orange);
    color: var(--white);
}
#programi .row .col-md-4:nth-child(6) .card {
    background: var(--violet);
    color: var(--white);
}
/* prijava */
#prijava .col-md-6 {
    background-color: var(--light-gray);
    border-radius: 10px;
}
.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  }
  .form-active .form-control:invalid {
    border-color: red;
  }
  
  form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  form .row [class*=col] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  
  form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  
  form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
  }
  
  form .form-check-input {
    margin-top: 0.5;
  }
  
  textarea.form-control {
    line-height: 1.5rem !important;
  }
  
  .form-group {
    margin-bottom: 1.2rem;
  }
  
  .form-control,
  form .btn {
    min-height: 48px;
  }
  
  .gdpr-block label span.textGDPR input[name=gdpr] {
    top: 7px;
  }
  
  .form-control:focus {
    box-shadow: none;
  }
  
  :focus {
    outline: none;
  }
  .mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
  }
#prijava .telefon {
    background: var(--red);
    padding: 0px 20px;
    color: var(--white);
    border-radius: 40px;
    display: inline-block;
    text-decoration: none;
}
#prijava form > p {
    line-height: 2.5;
}
/* utisci */
#utisci {
    background: var(--light-gray);
    border-radius: 100px;
}
/* testimonials */
#testimonials img {
    cursor: pointer;
}
#testimonials .carousel-indicators
{
  bottom: -25px;
}
/* cena */
#cena {
    padding: 100px 0;
}
#cena .list-group-item.active
{
  border-color: var(--red);
  background: var(--red) !important;
}
#cena .telefon {
    background: var(--green);
    padding: 0px 20px;
    color: var(--white);
    border-radius: 40px;
    display: inline-block;
    text-decoration: none;
}
#cena ul + p {
    line-height: 2.5;
}
 /* utisci */
.video-recenzije {
    background: var(--light-gray);
    border-radius: 100px;
} 
.onama-cta-mobile {
    display: none;
}
/* R E S P O N S I V E */
@media(max-width: 767px) {
    .container {
        width: 95%;
    }
    h2 {
        font-size: 2.5rem;
    }
    header h1 {
        font-size: 3.5rem;
    }
    header h3 {
        font-size: 1.7rem;
    }
    #onama .col-md-6:last-child {
        margin-top: 40px;
    }
    .onama-cta-mobile {
        display: block;
        font-size: 20px;
    }
    .onama-cta-mobile a {
        background: var(--green);
        padding: 10px 20px;
        color: var(--white);
        border-radius: 50px;
        display: inline-block;
        text-decoration: none;
        margin-top: 20px;
    }
    .onama-cta-mobile p {
        font-weight: bold;
    }
    .py {
        padding: 50px 0;
    }
    .carousel-indicators
    {
    bottom: -30px;
    }
    .video-recenzije iframe {
        margin-bottom: 20px;
    }
    .btn {
        font-size: 1rem;
    }
}
