@import url("https://fonts.googleapis.com/css?family=Lilita One:200,300,400,500,600,700,800,900|Lobster:400,500,600,700,800,900&display=swap");

.descriptor-element {
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-radius: 0.2rem;
}

.first-descriptor,
.second-descriptor {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1200px) {
    .first-descriptor {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto;
    }

    .second-descriptor {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-template-rows: auto;
    }

    .descriptor-item1 {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .descriptor-item2 {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .descriptor-element img {
        width: 100%;
    }
}

.descriptor-element img {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: 80%;
    height: auto;
}

.descriptor-element h2 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: "Raleway", sans-serif;
    line-height: 1.2;
    color: #212529;
}

.descriptor-element h2 > a {
    color: #292125;
    text-decoration: none !important;
    grid-area: 1 / auto / auto / auto;
}

.list-cnt {
    border-radius: 50%;
    height: 1.5em;
    aspect-ratio: 1 / 1;
    text-align: center;
    font-weight: 700;
    margin-inline: 10px;
    font-size: larger;
    color: white;
    background-color: #ff8000;
}

.btn-blue {
    background-color: blue!important;
    color: var(--white)!important;
}


.logo-text {
    font-style: normal;
    font-family: 'Lilita One';
}

.logo-text-italic {
    font-style: italic;
    font-family: 'Lobster';
}

@media (min-width: 1200px) {
    .logo-text-italic,
    .logo-text {
        font-size: 3.5rem;
    }

    .logo-text {
        font-weight: 400;
    }

    .logo-text-italic {
        font-weight: 700;
    }

    .logo-img {
        height: 100px;
    }
}

@media (max-width: 1200px) {
    .logo-text-italic,
    .logo-text {
        font-size: 2rem;
    }

    .logo-text {
        font-weight: 300;
    }

    .logo-text-italic {
        font-weight: 400;
    }

    .logo-img {
        height: 50px;
    }
}

.logo-text-italic,
.logo-text,
.logo-text-color {
    color: rgb(5, 5, 102);
}

.border-text {
    text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000,
               1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
    color: white;
}

.border-inverse-text {
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    color: #000000;
}

#captcha-image{
    box-shadow: 5px 5px 5px 5px gray;
    width: auto;
    font-weight: 400;
    padding-bottom: 0px;
    height: 40px;
    user-select: none;
    text-decoration:line-through;
    font-style: italic;
    font-size: x-large;
    border: red 2px solid;
}

.message_container {
    display: none;
}

.price-line {
    height: 1px;
    width: 100%;
    border-bottom: 1px solid green;
}

@media (min-width: 900px) {
    .price-text {
        display:grid;
        grid-template-columns:repeat(6, max-content);
        grid-template-rows:100px;
    }

    .price-line {
        grid-column-start: 1;
        grid-column-end: 7;
    }

    .message_container {
        display: block;
    }

    .container-col-3 {
        display: grid;
        grid-template-columns:1fr 1fr 1fr;
        grid-template-rows:100px auto auto;
    }
}

@media (max-width: 899px) {
    .price-text {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .container-col-3 {
        display: flex;
        flex-direction: column;
    }

    .container-col-3 #tool-item11 {
        order: 1;
    }

    .container-col-3 #tool-item12 {
        order: 2;
    }

    .container-col-3 #tool-item13 {
        order: 3;
    }

    .container-col-3 #tool-item21 {
        order: 4;
    }

    .container-col-3 #tool-item22 {
        order: 5;
    }

    .container-col-3 #tool-item23 {
        order: 6;
    }

    .container-col-3 #tool-item31 {
        order: 7;
    }

    .container-col-3 #tool-item32 {
        order: 8;
    }

    .container-col-3 #tool-item33 {
        order: 9;
    }

}

.line-divider {
    background: linear-gradient(to left, rgb(105, 235, 255), blue, rgb(105, 235, 255));
    justify-self: center;
    align-self: center;
    height: 6px;
    border-radius: 5px;
    width: 80%;
}

.line-divider-short {
    background: linear-gradient(to left, rgb(105, 235, 255), blue, rgb(105, 235, 255));
    justify-self: center;
    align-self: center;
    height: 4px;
    border-radius: 5px;
    width: 50%;
    padding-top: 2px;
    padding-bottom: 2px;
}

.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to left, rgb(105, 235, 255), blue, rgb(105, 235, 255));
  border-radius: 10px;
}


.testimonial {
    padding-top: 1rem;
    padding-bottom: 3rem;
    background-color: #fff;
    border: 1 solid #495057;
    border-radius: 0.375rem;
    width: 100%;
    height: auto;
}

.testimonial > div {
    text-align: center !important;
    width: 75%;
    height: auto;
    margin: auto;
}

div.anchor {
    scroll-margin-top: 15rem;
}

section.anchor {
    scroll-margin-top: 5rem;
}
