@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;600;700&display=swap');

body { margin: 0; font-family: 'Open Sans', sans-serif; }
header.main { background: #fdf8f6; padding-bottom: 0; position: relative; }
.topbar { padding-top: 10px; padding-bottom: 10px; background-image: linear-gradient(to left, #0B2B40, #185359); color: #F2BE22; border-top: 5px solid #F2BE22; }
.topbar h1 { font-size: 18px; text-transform: uppercase; }
.topbar span, footer span { display: block; font-weight: 700; color: #f0f0f0; }
.logo { display: flex; align-items: center; flex-wrap: wrap; padding-bottom: 50px; }
.heading { margin-top: auto; margin-bottom: auto; }
.heading h1 { font-family: 'Rajdhani', sans-serif; font-weight: 600; }
#toprsv { background: #F2BE22; width: 100%; z-index: 1; position: absolute; bottom: 0; padding-top: 10px; padding-bottom: 10px; }
#toprsv button { text-transform: uppercase; }
.btn-custom { background: #185359; color: #f0f0f0; }
.btn-custom:hover { background: #0B2B40; color: #f0f0f0; }

footer { background-image: linear-gradient(to left, #0B2B40, #185359); color: #f0f0f0; font-size: 14px; padding-top: 20px; padding-bottom: 20px; }
footer a { color: #F2BE22; text-decoration: none; }
footer a:hover { color: #A6874E; }
.copytxt { text-align: right; margin-top: auto; margin-bottom: auto; }
h2 { 
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text; 
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    
}
h4 { font-family: 'Rajdhani', sans-serif; font-size: 18px; font-weight: 600; color: #A6874E; }
.lefth2 { background-image: linear-gradient(to left, #F2BE22, #185359);  padding-left: 10px; border-left: 3px solid #A6874E; }
.righth2 { background-image: linear-gradient(to right, #F2BE22, #185359); padding-right: 20px; border-right: 3px solid #A6874E;}
.righth2last { background-image: linear-gradient(to left, #F2BE22, #FFF);  padding-right: 10px; border-right: 3px solid #A6874E; }

.silver { background: #fdf8f6; }
.text-right { text-align: right; }
.text-left { text-align: left; }
section { padding-top: 50px; padding-bottom: 50px; }
#about, #testimonial { border-bottom: 2px solid rgba(0, 0, 0, 0.02); border-top: 2px solid rgba(0, 0, 0, 0.02); }
#about { 
    background-image: url(img/trans.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 0; 
    color: #ffffff; 
    padding-bottom: 100px; 
    font-weight: 600; 
    font-size: 16px;
}
    #about::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: -1;
      }
#about h2, #faq h2, #testimonial h2 { margin-bottom: 30px; }
.kolica img { max-width: 100%; max-height: 100%; }
#form { 
    background-image: url(img/kombiprikolica.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 0; 
    color: #ffffff; padding-bottom: 100px; }
#form:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: -1;
      }
.processh {
position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.processh span:first-child, .processh span:last-child {
    width: 2px;
    height: 22px;
    display: block;
    position: relative;
    margin-right: 16px;
    margin-bottom: 0;
    background-color: #F2BE22;
}
.processh span:last-child {
    margin-right: 0;
    margin-left: 16px;
}
.processh span:first-child::after, .processh span:last-child::after {
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    line-height: 1;
    background-color: #F2BE22;
    margin-top: 0;
}
.processh span:first-child::after {
    right: 6px;
    position: absolute;
}
.processh span:last-child::after {
    left: 6px;
    position: absolute;
}
.singleprocess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.processno {
    font-size: 40px;
    line-height: 1;
    padding-right: 20px;
    margin-right: 22px;
    border-right: 1px solid rgba(0,0,0,0.2);
    color: #F2BE22;
}
.processtitle {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.singleprocess:hover .processtitle { color: #F2BE22; }
.singleprocess .processcontent p {
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
    line-height: 24px;
    font-size: 14px;
    color: #6c757d;
}

.formcss { margin-top: 50px; }
.formcss input[type=text], .formcss input[type=date], .formcss select { padding: 10px; width: 100%; height: 40px; border-radius: 0px; margin-bottom: 10px; margin-top: 5px; }
.formcss textarea { width: 100%; height: 90%; min-height: 90%; max-height: 90%; padding: 10px; margin-top: 5px; }
.formcss input[type=text], .formcss input[type=date], .formcss select, .formcss textarea { background: transparent; color: #ffffff; border: 1px solid #ffffff; }
.formcss input[type=text]:focus, .formcss input[type=date]:focus, .formcss select:focus, .formcss textarea:focus { outline: none; }
.formcss select option { color: #000000; }
.formcss .btncst { background: transparent; color: #ffffff; height: 40px; border-radius: 0; }

.accordion-item { font-family: "Rajdhani", sans-serif; }
.accordion-button:after { background-image: none; }
.accordion-button:not(.collapsed) { color: #F2BE22; background:#185359; }
.accordion-button:not(.collapsed):after { background-image: none; }
.accordion-button { line-height: 30px; font-size: 20px; background: #0B2B40; color:#F2BE22; padding-left: 40px; }
.accordion-button:after, .accordion-button .collapsed:after{
    content: "\f068";
    font-family: fontawesome;
    text-align: center;
    position: absolute;
    left:-20px;
    top: 10px;
    color:#F2BE22 !important;
    background-color:#0B2B40;
    border: 5px solid #fff;
    font-size: 15px;
    width: 40px;
    height:40px;
    line-height: 30px;
    border-radius: 50%;
    transition:all 0.3s ease 0s;
}
.accordion-header:hover .accordion-button:after,
.accordion-header:hover .collapsed:after{
    transform:rotate(360deg);
}
.collapsed:after{
    content: "\f067";
}
.carousel-inner { width: 50%;  text-align: center; border: 2px solid rgba(0, 0, 0, 0.09); border-radius: 10px;  padding: 20px; margin-left: auto; margin-right: auto; }
.carousel-control-next, .carousel-control-prev { background-color:rgba(0, 0, 0, 0.09); }
.carousel-inner blockquote {
    display: block;
    padding: 1.5em 0 0.5em;
    margin: 0.5em 0;
    position: relative;
  }
.carousel-inner blockquote p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
.carousel-inner blockquote:before {
    content: '\201C';
    position: absolute;
    top: 0em;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 2rem;
    font: 10em/1.08em 'PT Sans', sans-serif;
    color: #666;
    text-align: center;
  }
.carousel-inner blockquote:after {
    content: "\2013 \2003" attr(cite);
    display: block;
    text-align: right;
    font-size: 1em;
    color: #A6874E;
    font-style: italic;
  }
  .carousel-indicators { opacity: 0; }
  .carousel-indicators [data-bs-target] { background-color: rgba(0, 0, 0, 0.09); }

@media only screen and (max-width: 1000px) {
    .logo { width: 90%; padding-bottom: 0; display: block; margin-left: auto; margin-right: auto; }
    .vehicle img { width: 100%; padding-bottom: 60px; }
    .kolica img { display: none; }
    .processh { margin-top: 30px; margin-bottom: 30px; }
    .singleprocess { margin-bottom: 30px; width: 100%; }
    #faq img { display: none; }
    .copytxt { text-align: left;  margin-top: 15px; }
    .heading { margin-top: 20px; }
    #toprsv button { margin-top: 60px; }
    .carousel-inner { width: 100%; }
    .carousel-indicators { opacity: 1; }
    .carousel-control-next, .carousel-control-prev { display: none; }
}