/* *** GENERAL *** */
/*******************/
* {
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    height: 100%;
    color: #545454;
}

.large-pad {
    padding-left: 10%;
    padding-right: 10%;
}

.pad-top-small {
    padding-top: 30px;
}

.pad-bottom-small {
    padding-bottom: 30px;
}

.pad-top {
    padding-top: 60px;
}

.pad-bottom {
    padding-bottom: 60px;
}

.margin-top {
    margin-top: 60px;
}

.margin-bottom {
    margin-bottom: 60px;
}

@media (max-width:1386px) {
    .large-pad {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width:1199px) {
    .large-pad {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:767px) {
    .large-pad {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:575px) {
    .pad-top {
        padding-top: 30px;
    }
    
    .pad-bottom {
        padding-bottom: 30px;
    }

    .margin-top {
        margin-top: 30px;
    }
    
    .margin-bottom {
        margin-bottom: 30px;
    }
}

a {
    text-decoration: none;
}


/* ================ STILURI NAVBAR ====================== */

nav.navbar {
/*    background-color: lightgrey;*/
    position: absolute;
    width: 100%;
    z-index: 99;
}

.span-btn-toggler {
    width: 40px;
    height: 4px;
    background-color: white;
    border-radius: 50px;
}

@media (min-width: 992px) {
    .span-btn-toggler {
        background-color: #00ACCD;
    }
    .navbar-collapse {
        background-color: white;
    }
}

@media (min-width: 1200px) {
    .navbar-collapse {
        background-color: none;
    }
}

.navbar-brand {
    height: auto;
    max-width: 200px;
}

.navbar-collapse {
    flex-grow: 0;
    z-index: 101;
    transition: all .25s ease;
}

.buttons-navbar {
    width: 100%;
    transition: all .25s ease;
}

nav a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: black;
}

nav .btn-location, nav .btn-phone {
    font-size: 13px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    margin: 0 16px;
    min-width: 180px;
}

nav .btn img {
    padding-right: 0.5rem;
    height: 1rem;
}

nav .btn-location {
    background-color: #00ACCD;
}

nav .btn-phone {
    background-color: white;
    color: #00ACCD;
    box-shadow: 0 3px 12px rgba(0,0,0,.16);
}

nav .nav-item {
    padding: 0 8px;
}

@media (max-width: 991px) {
    .navbar-collapse.show,
    .navbar-collapse.show + .buttons-navbar  {
        background-color: #FFFFFF;
    }
}

@media (min-width: 992px) {
    .buttons-navbar {
        width: auto;
    }
}



/* =========== STILURI HERO ====================== */

/* ===== stiluri Hero - stanga ======= */

.hero {
    padding-top: 180px;
/*    background-color: rebeccapurple;*/
    min-height: 100%;
}


.hero-img-txt {
    color: white;
}

.hero-image {
    width: 90%;
}

.hero-image-case {
    position: relative;
}

.price-circle {
    position: absolute;
    top:  4rem;
    left: 0;
    padding-left: 15px;
    max-width: 30%;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h4 {
    font-size: 1.25rem;
}


@media (min-width: 810px) {
    }
    .price-circle {
        width: 27%;
    }
}

@media (min-width: 992px) {
    .price-circle {
        width: auto;
    }
}

@media (min-width: 1550px) {
    .price-circle {
        width: 27%;
    }
}

/* ====== STILURI BACKGROUND-HERO ======== */

.hero-img-text {
    position: relative;
}

div.hero-img-txt::before {
    content:'';
    width: 120vw;
    height: 140vh;
    background: rgb(125,36,157);
    background: linear-gradient(0deg, rgba(125,36,157,1) 0%, rgba(94,36,157,1) 100%);
    position: absolute;
    border-radius: 50%;
    top: -34%;
    left: -94%;
    z-index: -2;
    overflow: hidden;
}


/* ====== STILURI FORMULAR ======== */

.form-wrapper {
    background-color: white;
    border-radius: 50px;
    box-shadow: 0 3px 12px rgba(0,0,0,.16);
    padding: 0 2rem 1rem;
    margin-bottom: 3rem;
    position: relative;
}

form {
    font-size: 14px;
}

.headline-form {
    background-color: #00ACCD;
    width: auto;
    border-radius: 50px;
    transform: translateY(-50%);
    display: inline-block;
    padding: 1rem;
    color: white;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.form-group {
    border-radius: 50px;
    box-shadow: 0 3px 12px rgba(0,0,0,.16);
}

.btn-comanda {
    border-radius: 50px;
    font-size: 11px;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2rem;
    letter-spacing: 0.1rem;
/*    transform: translate(160%,50%);*/
    position: absolute;
    right: 30px;
    bottom: 0;
    transform:translateY(50%);
}
    
.form-control {
    border: 0;
    font-size: 14px;
    height: calc(1.5em + 1.2rem + 2px);
}

.check {
    height: 1rem;
}

.check-form {
    border-radius: 0;
    box-shadow: none;
    justify-content: start;
    align-items: center;
}

.col-form-label {
    padding-top: calc(.6rem + 1px);
    padding-bottom: calc(.6rem + 1px);
}

.col-form-label a {
    color: black;
    font-weight: 700;
}

.error {
    font-size: 12px;
    padding-left: 10px;
    color: #dc3545;
}


@media (max-width: 991px) {
    .form-wrapper {
        padding: 0 1rem 1rem;
    }
    .headline-form {
        margin-left: 50%;
        transform: translate(-50%, -50%);
        min-width: 60%;
        text-align: center;
    }
    .btn-comanda {
        right: 50%;
        transform: translate(50%, 50%);
        min-width: 40%;
    }  
    div.hero-img-txt::before {
        display: none;
    }
    .hero-img-txt {
/*      background-image: linear-gradient(#5E249D, #A888CA);*/
        background: rgb(125,36,157);
        background: linear-gradient(0deg, rgba(125,36,157,1) 0%, rgba(94,36,157,1) 100%);
        padding-top: 180px;
    }
    .background-form-wrapper {
        background-color: white;
        padding: 3rem 2rem 0;
    }
    div.hero {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .hero > .row {
        margin-left: 0;
        margin-right: 0;
    }
    h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 991px) {
    .hero-img-txt {
        padding-top: 220px;
    }
}

@media (max-width: 575px) {
    .hero-img-txt {
        padding-top: 270px;
    }
}

small {
    font-size: 13px;
}

    
/* ====== STILURI CATEG SERVICES ======== */
  
.category-services {
    background-color: white;
}

.logo-brand-services {
    max-width: 35%;
    height: auto;
}

h3 {
    font-weight: 700;
    color: #00ACCD;
    font-size: 30px;
    padding-top: 0.5rem;
}

.icon-services {
    height: 60px;
    width: auto;
}
  
.services-case {
    text-align: center;
    padding: 0 1rem;
    justify-content: space-between;
}

.services-case p {
    margin-bottom: auto;
    font-size: 16px;
}

h5 {
    font-weight: 700;
    color: #545454;
    font-size: 20px;
}

.btn-comanda-2 {
    border-radius: 50px;
    font-size: 11px;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2rem;
    letter-spacing: 0.1rem;
}

@media (max-width: 991px) {
    .second-row-cols {
        padding-top: 60px;
    } 
}

@media (max-width: 768px) {
    .second-row-cols {
        padding-top: 0;
    }
    .services-case {
        padding-top: 60px;
    }
    #services-row {
        padding-top: 0;
    }
    .logo-brand-services {
        max-width: 50%;
        padding-bottom: 1rem;
    }
}

/* ====== STILURI SLIDESHOW ======== */
      

/* ====== STILURI CATEG TECHNOLOGIES ======== */

.tech-wrapper {
    background-color: #f8f8ff;
    padding-bottom: 100px;
}
  
  #tech-title-row {
    text-align: center;
}

.hdl-tech {
    color: black;
}

.tech-images img {
    max-width: 50%;
}

.txt-cassete {
    width: 172px;
    height: 172px;
    border: 3px solid black;
    align-self: flex-end;  
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    justify-content: space-around;
    line-height: 0;
    padding: 1rem;
    margin-bottom: 60px;
}

.h7-1 {
    font-size: 43px;
    padding-bottom: 1rem;
}

.h7-2 {
    font-size: 33px;
}

.h7-3 {
    font-size: 15px;
    border-top: 3px solid black;
    padding-top: 1rem;
}

.h7-4 {
    font-size: 21px;
}

.h7-5 {
    font-size: 11px;
    letter-spacing: -0.02rem;
}


.txt-cassete h7,h8,h9,h10,h11 {
    display: block;
}

.p-wrapper {
    height: 172px;
}

.explanations-list {
    font-weight: 500;
    font-size: 14px;
    list-style-type: none;
}

.explanations-item {
    padding-bottom: 1rem;
}

ul .explanations-item::before {
  content: "\2022";
  color: #00ACCD; 
  font-weight: bold; 
  font-size: 30px;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
  line-height: 0;
}

@media (max-width: 991px) {
    .p-wrapper {
        justify-content: center;
        text-align: center;
        height: auto;
        padding-bottom: 2rem;
    }
    .txt-cassete {
        align-self: center;
        margin-top: 60px;
    }
    .explanations-list {
        text-align: center;
        max-width: 100%;
    }
    .explanation-item {
        padding: 1rem;
    }
}

/* ====== STILURI CATEG FINAL INFO ======== */

.info-wrapper {
    margin-top: -6rem;
}

.info-cassetes {
    align-items: center;
}

.cassete-wrapper {
    border-radius: 50px;
    padding: 2rem;
    box-shadow: 0 3px 12px rgba(0,0,0,.16);
    text-align: center;
    background-color: white;
}

.final-info-icon {
    max-height: 60px;
    width: auto;
    margin-bottom: 30px;
}

h12 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
}

#program {
    color: #00ACCD;
    font-weight: 700;
    padding-top: 30px;
}

h13 {
    color: #00ACCD;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

h13 span {
    font-size: 20px;
    vertical-align: text-top;
}

/* ====== STILURI FOOTER ======== */


footer {
    position: relative;
}

.footer-wrapper {
    overflow: hidden;
    padding-top: 130px;
}


footer a, footer p {
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 14px;
}


.footer-logo {
    width: 200px;
    height: auto;
    margin-top: -4rem; /* === <- o prostie aici oare? atentie === */
}

.footer-icon {
    width: 25px;
    margin-top: 5px;
    margin-right: 10px;
}

.phone-number {
    color: #00ACCD;
}

.krogen-logo img {
    max-width: 200px;
}

footer::before {
    content:'';
    width: 300vw;
    height: 50vw;
    background: rgb(125,36,157);
    background: linear-gradient(0deg, rgba(125,36,157,1) 0%, rgba(94,36,157,1) 100%);
    position: absolute;
    border-radius: 50%;
    z-index: -2;
    transform: translate(-36%, -10%);
}


@media (max-width: 991px) {
    .footer-wrapper .col-lg-3 {  
        justify-content: center;
    }
    .footer-wrapper {
        padding-top: 150px;
    }
    .footer-icon {
    margin-right: 0;
    }
    footer::before {
        height: 150vw;
        transform: translate(-33.5%, -6%);
    }     
}

@media (max-width: 600px) {
    .footer-wrapper {
        padding-top: 150px;
    }
    footer::before {
        height: 175vw;
        transform: translate(-33.5%, -10%);
    }     
}

@media (max-width: 450px) {
    .footer-wrapper {
        padding-top: 130px;
    }
    footer::before {
        height: 200vw;
        transform: translate(-33.5%, -14%);
    }     
}
